Index: a.bat
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/a.bat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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: d.bat
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/d.bat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/d.bat	(working copy)
@@ -0,0 +1,12 @@
+call do eep
+e pu
+e 8043 00
+e er 0 10
+e 8070 3e6c6d
+e 8070l10
+set eepage=32  
+e ew 0 11223344
+e er 0 10
+e ep
+e er 0 10
+e ku
Index: do.bat
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/do.bat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/do.bat	(working copy)
@@ -0,0 +1,89 @@
+@set FPGA_PATH=fpgajic\fpga
+@set ROM_PATH=.
+@set MV_PATCH=mv\src\yichip
+@set YC_PATCH_FILE=yc_patch_yc1021.h
+@set enc=1
+@set enckey=0000000000000000
+@rem set device_option=rfbqb
+@rem set device_option=mouse
+@rem set device_option=shutter
+@rem set device_option=hci
+@rem set device_option=antilost
+@set device_option=dongle
+@rem set device_option=module
+@rem set device_option=car
+@rem set device_option=remote_car
+@rem set device_option=light
+@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
+
+if "%device_option%" equ "hci" (
+  copy sched\hci_boot.dat output\sched.rom
+) else if "%device_option%" equ "mouse" (
+  copy sched\mouse.dat + sched\1306.dat output\sched.rom
+) else if "%device_option%" equ "module" (
+  copy sched\DM_module.dat + sched\1306.dat output\sched.rom
+) else if "%device_option%" equ "shutter" (
+  copy sched\shutter.dat + sched\1306.dat output\sched.rom
+) else if "%device_option%" equ "antilost" (
+  copy sched\antilost.dat + sched\1306.dat output\sched.rom
+) else if "%device_option%" equ "dongle" (
+  copy sched\dongle.dat + sched\1306.dat output\sched.rom
+) else if "%device_option%" equ "car" (
+  copy sched\car.dat + sched\1306.dat output\sched.rom
+) else if "%device_option%" equ "remote_car" (
+  copy sched\remote_car.dat + sched\1306.dat output\sched.rom
+ ) else if "%device_option%" equ "light" (
+  copy sched\1306.dat output\sched.rom
+) else (
+
+cd ..
+echo **********************************
+echo Error: illegal device_option !
+echo **********************************
+goto end
+) 
+
+perl util/mergepatch.pl 
+
+cd output
+osiuasm bt_program23 -O-W
+
+geneep -n 
+::geneep -n -k key.dat 
+
+echo create auth rom
+perl ../util/mergepatch.pl mouse_ble_att_list usb_kbdata_vendor_define usb_kbdata usb_msdata usb_devicedata usb_confdata ble_shutter_gatt_list ble_shutter_key_value_list ble_car_att_list 
+perl ../util/romcrc.pl romcode.rom
+
+
+if "%device_option%" equ "mouse" (
+cd ..\output
+copy eeprom.dat ..\util\eeprom.dat
+cd ..\util
+eeprom2fulleeprom.exe eeprom.dat 64>compare2.dat
+crc16.exe compare2.dat 2 >..\output\eeprom.dat
+del eeprom.dat
+del compare2.dat
+cd ..\output
+copy eeprom.dat ..\output\flash.dat 
+)
+
+
+:end
+
Index: eotp.bat
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/eotp.bat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/app.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/app.format	(working copy)
@@ -0,0 +1,316 @@
+
+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
+2 mem_3v_adc_io_data
+2 mem_2v_adc_hvin_data
+2 mem_2v_adc_vinlpm_data
+2 mem_1v_adc_io_data
+2 mem_3v_adc_hvin_data
+2 mem_3v_adc_vinlpm_data
+1 mem_app_adc_read_count
+1 mem_start_adc_clkn
+2 mem_reference_voltage
+1 mem_adc_config_flag
+1 mem_adc_channel
+2 mem_adc_current_value
+1 mem_adc_power_flag	//bit0:low power falg ; bit1:no power flag
+
+3 mem_spi_write_addr
+2 mem_spi_write_ptr
+2 mem_spi_write_len
+1 mem_spi_write_flash_sm
+
+
+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
+
+)
+//adc read
+(
+0 ADC_CONFIG_VINLPM
+1 ADC_CONFIG_HVIN
+2 ADC_CONFIG_GPIO
+)
+
+
+(
+0 QUEUE_OFFSET_EACH_SIZE
+1 QUEUE_OFFSET_LENGTH
+2 QUEUE_OFFSET_CURR_NUM
+3 QUEUE_OFFSET_READ_PTR
+4 QUEUE_OFFSET_WRITE_PTR
+5 QUEUE_OFFSET_ELE_INIT_ADDR
+)
+(
+//Flash Register
+0x05 FLASH_READ_SATUS
+
+// Flash Status Register
+0x00 FLASH_STATUS_WIP
+0X01 FLASH_STATUS_WEL
+0X02 FLASH_STATUS_BP0
+0X03 FLASH_STATUS_BP1
+
+//Flash Write Sm
+0X00 FLASH_SM_NO_BUYS
+0X01 FLASH_SM_START
+0X02 FLASH_SM_ERASE_SECTOR
+0X03 FLASH_SM_WAIT_ERASE_SECTOR
+0X04 FLASH_SM_WRITE_DATA
+0X05 FLASH_SM_WAIT_WRITE_DATA
+
+
+//Flash Command
+0x02 FLASH_COMMAND_WRITE_DATA
+0x03 FLASH_COMMAND_READ_DATA
+0x06 FLASH_COMMAND_WRITE_ENABLE
+0x20 FLASH_COMMAND_SECTOR_ERASE
+0xAB FLASH_COMMAND_RELEASE_FROM_POWERDOWN
+0xB9 FLASH_COMMAND_POWERDOWN
+
+)
+
+
+(
+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
+8 dvc_op_mouse
+9 dvc_op_shutter
+0x0a dvc_op_module
+0x0b dvc_op_light
+0x0c dvc_op_hci_boot
+0x0d dvc_op_remote_car
+0x0e dvc_op_car
+   
+)
+
+
+(
+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_GATT_LIST_ADDR
+0x94f9 BLE_SHUTTER_KEY_VALUE_LIST_ADDR
+0x9521 BLE_CAR_ATT_LIST_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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/app_car.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/app_dongle.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/app_dongle.format	(working copy)
@@ -0,0 +1,164 @@
+
+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
+
+68 mem_usb_rxbuf_new	//at least 68B
+0 mem_usb_rxbuf_new_end
+)
+
+
+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_24g_tx_power_default
+
+1 mem_24g_device1_bind_disable
+1 mem_24g_device2_bind_disable
+
+
+//uart start 
+1 mem_device_uart_tx_gpio
+1 mem_device_uart_rx_gpio
+2 mem_device_uart_rx_buffer
+2 mem_device_uart_rx_buffer_end
+2 mem_device_uart_tx_buffer
+2 mem_device_uart_tx_buffer_end
+2 mem_device_uart_baud_rate
+//uart end
+1 mem_usb_state_led_gpio
+1 mem_led_state
+1 mem_dongle_led_blink_enable
+1 mem_dongle_nodata_count
+)
+
+
+//otp address offset
+(
+0x5A DONGLE_KB_BIND_SUCCESS
+0x1fdf DONGLE_KB_BIND_EFUSE_OFFECT	//otp addr 0x7df
+)
+
+(
+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
+0 DG_ENABLE_NEW_REVISION
+)
+
+(
+0x50 	TIMER_50MS
+0xa0 	TIMER_100MS
+0x0140 	TIMER_200MS
+0x01e0 	TIMER_300MS
+0x0280 	TIMER_400MS
+0x0320 	TIMER_500MS
+0x0640	TIMER_1000MS
+)
+
+
Index: format/app_light_format/dflp_mmap.format
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/app_light_format/dflp_mmap.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/app_light_format/dlmp_mmap.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/app_light_format/protocol_V2.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/app_light_format/rlmp_common.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/app_light_format/rlmp_common.format	(working copy)
@@ -0,0 +1,421 @@
+
+
+//防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
+)
+
+
+(
+0x8073 core_gpio03_conf
+0x8083 core_gpio19_conf
+)
+
+(
+16 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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/app_light_format/rlmp_mmap.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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_module.format
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/app_module.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/app_module.format	(working copy)
@@ -0,0 +1,249 @@
+
+memalloc module(
+	//ble
+	2 mem_module_le_rx_data_len
+	2 mem_module_le_rx_data_address
+	2 mem_module_le_rx_data_handle
+
+ifdef COMPILE_WECHAT
+	0 mem_wechat_tx_buffer
+	1 mem_wechat_tx_bMagicNumber
+	1 mem_wechat_tx_bVer
+	2 mem_wechat_tx_nLength
+	2 mem_wechat_tx_nCmdId
+	2 mem_wechat_tx_nSeq1
+	255 mem_wechat_tx_payload
+
+	0 mem_wechat_rx_buffer
+	1 mem_wechat_rx_bMagicNumber
+	1 mem_wechat_rx_bVer
+	2 mem_wechat_rx_nLength
+	2 mem_wechat_rx_nCmdId
+	2 mem_wechat_rx_nSeq
+	255 mem_wechat_rx_payload
+
+	255 mem_module_wechat_local_data_buffer
+
+endif
+)
+
+xmemalloc module(	
+	2 mem_soft_version_num
+	1 mem_module_wake_up_gpio
+	1 mem_module_state_gpio
+	1 mem_module_connect_state_gpio
+
+	2 mem_current_packet_length
+	1 mem_module_state
+	
+	1 mem_module_mcu_wake_pin
+	4 mem_module_mcu_wake_delay_us
+
+	1 mem_module_le_lpm_mult	
+	1 mem_module_bluetooth_stauts_by_command
+
+	//uart
+	2 mem_module_uart_rx_buffer
+	2 mem_module_uart_rx_buffer_end
+	2 mem_module_uart_tx_buffer
+	2 mem_module_uart_tx_buffer_end
+	2 mem_module_uarta_baud_rate
+
+	//ADC
+	1 mem_module_read_vdd_flag
+	1 mem_module_read_vdd_count
+	1 mem_module_vdd_quotient
+	1 mem_module_vdd_remainder
+
+	//ble
+	1 mem_module_ble_data_uart_max_length
+
+	//flag
+	2 mem_module_flag
+
+	1 mem_module_hci_notify_len
+	2 mem_module_hci_notify_handle
+	2 mem_module_hci_nofiy_addr
+	1 mem_module_hci_notify_type
+
+ifdef COMPILE_WECHAT
+	1 mem_module_wechat_indication_handle
+	1 mem_module_wechat_write_handle
+	2 mem_module_wechat_tx_buffer_ptr
+	2 mem_module_wechat_rx_buffer_ptr
+	2 mem_module_wechat_rx_push_data_cb
+	2 mem_module_wechat_tx_nSeq
+	2 mem_module_wechat_tx_len
+	2 mem_module_wechat_tx_address
+	2 mem_module_wechat_rx_len
+	2 mem_module_wechat_rx_address
+	1 mem_module_wechat_receive_push_data
+endif
+	
+	600 mem_module_le_att_list
+	0 mem_module_le_att_list_end
+	0 mem_module_nv_data
+	34 mem_module_nv_data0
+	34 mem_module_nv_data1
+	34 mem_module_nv_data2
+	34 mem_module_nv_data3
+	34 mem_module_nv_data4
+	0 mem_module_nv_data_end
+)
+
+
+(//mem_module_flag
+//bit0~bit7 config module function
+0 MODULE_FLAG_UART_FLOW_CONTROL
+1 MODULE_FLAG_BLE_SEND_MTU23
+2 MODULE_FLAG_BLE_DATA_ENCRYPT
+
+//bit8~bit15 module states change
+8 MODULE_FLAG_BLE_DATA_FINISH
+
+)
+
+(
+34 NV_DATA_LEN
+-1 DECREASED_ONE
+)
+
+
+
+(
+	5 FLAG_MODULE_READ_VDD_COUNT
+)
+
+(
+	0x200 UART_AIR_CONTROL_THRESHOLD
+)
+
+(
+0x01 HCI_DISCARD_PACKET
+0x00 HCI_NOT_DISCARD_PACKET
+)
+
+
+
+(//Command
+0x01 HCI_CMD_SET_LE_ADDR_REQ
+0x02 HCI_CMD_SET_VISIBILITY_REQ
+0x04 HCI_CMD_SET_LE_NAME_REQ
+0x09 HCI_CMD_LE_DATA_REQ
+0x0b HCI_CMD_STATUS_IRQ
+0x0e HCI_CMD_SET_UARTCONTROL_REQ
+0x0f HCI_CMD_SET_UART_BAUD_REQ
+0x10 HCI_CMD_VERSION_REQ
+0x12 HCI_CMD_BLE_DISCONNECT
+0x13 HCI_CMD_DELETE_DEVICE
+0x14 HCI_CMD_CREATE_CONNECT
+0x26 HCI_CMD_SET_NVRAM_REQ
+0x27 HCI_CMD_SLEEP
+0x28 HCI_CMD_CONFIRM_GKEY
+0x2a HCI_CMD_AUTO_ADV_SCAN
+0x2b HCI_CMD_POWER_REQ
+0x2c HCI_CMD_POWER_SET
+0x30 HCI_CMD_PASSKEY_ENTRY
+0x31 HCI_CMD_SET_GPIO
+0x32 HCI_CMD_READ_GPIO
+0x33 HCI_CMD_LE_SET_PAIRING
+0x34 HCI_CMD_LE_SET_ADV_DATA
+0x35 HCI_CMD_LE_SET_SCAN_DATA
+0x36 HCI_CMD_LE_SEND_CONN_UPDATE_REQ
+0x37 HCI_CMD_LE_SET_ADV_PARM
+0x38 HCI_CMD_LE_START_PAIRING
+0x40 HCI_CMD_SET_WAKE_GPIO
+0x42 HCI_CMD_SET_TX_POWER
+0x43 HCI_CMD_BOOT_VERSION_REQ
+0x48 HCI_CMD_LE_CONFIRM_GKEY
+0x49 HCI_CMD_REJECT_JUSTWORK
+0x51 HCI_CMD_RESET_CHIP_REQ
+
+0x61 HCI_CMD_LE_SET_FIXED_PASSKEY
+
+0x76 HCI_CMD_DELETE_CUSTOMIZE_SERVICE
+0x77 HCI_CMD_ADD_SERVICE_UUID
+0x78 HCI_CMD_ADD_CHARACTERISTIC_UUID
+0x7a HCI_CMD_PASSKEY_ENTRY_INPUT
+
+0x90 HCI_CMD_BLE_SET_PHY
+0x91 HCI_CMD_BLE_READ_CURRENT_PHY
+0x92 HCI_CMD_BLE_SET_DLE
+0x93 HCI_CMD_READ_CHIP_DATA
+0x94 HCI_CMD_WRITE_CHIP_DATA
+ifdef COMPILE_WECHAT
+0x95 HCI_CMD_WECHAT_SEND_DATA
+endif
+0xff HCI_CMD_CLOSE_LPM
+)
+
+(//event
+0x00 HCI_EVENT_SPP_CONN_REP
+0x01 HCI_EVENT_HID_CONN_REP
+0x02 HCI_EVENT_LE_CONN_REP
+0x03 HCI_EVENT_SPP_DIS_REP
+0x04 HCI_EVENT_HID_DIS_REP
+0x05 HCI_EVENT_LE_DIS_REP
+0x06 HCI_EVENT_CMD_RES
+0x07 HCI_EVENT_SPP_DATA_REP
+0x08 HCI_EVENT_LE_DATA_REP
+0x09 HCI_EVENT_STANDBY_REP
+
+0x0a HCI_EVENT_STATUS_RES
+
+0x0D HCI_EVENT_NVRAM_REP
+0x0e HCI_EVENT_GKEY
+0x0F HCI_EVENT_INVALID_PACKET
+0x10 HCI_EVENT_GET_PASSKEY
+0x11 HCI_EVENT_LE_TK
+0x12 HCI_EVENT_REMOTE_MTU
+0x14 HCI_EVENT_LE_PAIRING_STATE
+0X15 HCI_EVENT_LE_ENCRYPTION_STATE
+0x17 HCI_EVENT_LE_CONNECTION_UPDATE
+0x1d HCI_EVENT_LE_GKEY
+0x29 HCI_EVENT_UUID_HANDLE
+0x2b HCI_EVENT_LE_INPUT_GKEY
+
+0x40 HCI_BLE_UPDATE_PHY_EVENT
+ifdef COMPILE_WECHAT
+0x41 HCI_BLE_WECHAT_RECEIVE_PUSH_DATA
+endif
+)
+
+
+(//command HCI_CMD_SET_GPIO
+//byte 0
+0x00 HCI_CMD_CONFIG_GPIO_INPUT
+0x01 HCI_CMD_CONFIG_GPIO_OUTPUT
+//byte 1 input state
+0x00 GPIO_INPUT_PULLUP
+0x01 GPIO_INPUT_PULLDOWN
+0x02 GPIO_INPUT_HIGH_IMPEDANCE
+)
+
+
+
+
+
+(
+0x0080	FLAG_BLE_PAIRING_SUCCESS
+0x0180	FLAG_BLE_PAIRING_FAIL
+)
+
+
+(
+1	FLAG_EVENT_START_ENC
+0	FLAG_EVENT_PAUSE_ENC
+)
+
+(
+0 MOUDLE_STATE_BT_BIT
+1 MOUDLE_STATE_BLE_BIT
+)
+
+(
+5 BIT_OF_NOTIFY_AUTHENTICATED
+6 BIT_OF_READ_AUTHENTICATED
+7 BIT_OF_WRITE_AUTHENTICATED
+)
+
Index: format/app_mouse.format
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/app_mouse.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/app_mouse.format	(working copy)
@@ -0,0 +1,601 @@
+
+memalloc 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 
+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
+	
+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
+)
+
+
+(
+//combination
+0x01 MOUSE_L_BUTTON
+0X02 MOUSE_R_BUTTON
+0x03 MOUSE_LR_BUTTON
+0X04 MOUSE_M_BUTTON
+0X05 MOUSE_LM_BUTTON
+0X06 MOUSE_RM_BUTTON
+0X07 MOUSE_LMR_BUTTON
+0x09 MOUSE_L_BK_BUTTON
+0x14 MOUSE_M_FW_BUTTON
+0X18 MOUSE_BK_FW_BUTTON
+//mouse default gpio
+0x1B MOUSE_DEFAULT_XA_GPIO
+0x1C MOUSE_DEFAULT_XB_GPIO
+
+//ui led blink
+0X00C8  LED_RECONNECT_BLINK //200
+0X0190  LED_DPI_BLINK //400
+0X03E8  LED_DPI_BLINK_FIXED    //1000
+0X03E8  LED_DISCOVERY_BLINK    //1000
+0XFF    LED_LONG_BLINK
+0x05	LED_SENSOR_BLINK_CNT
+//mode device number
+0x00 MODE_24G_DEVICE
+0x01 MODE_BT_DEVICE1
+0x02 MODE_BT_DEVICE2
+0x03 MODE_BT_DEVICE3
+//mouse  flag
+0X00 WRITE_REQ_ENABLE_FLAG
+0X01 LL_START_ENC_FLAG
+0X02 LL_PAIRING_SUCCESS_FLAG
+
+
+//mouse_function_flag
+0x08 MOUSE_FLAG_LEN
+//byte 1
+0x00 MOUSE_SELECT_DEVICE_FLAG
+0x01 MOUSE_24G_PAIRING_FLAG
+0x02 MOUSE_STORE_EEPROM_FLAG
+0x03 MOUSE_BT_CANNEL_RECONN_FLAG
+0x04 MOUSE_LOW_VOLTAGE_FLAG
+0x05 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+0x06 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
+
+//byte 2
+0x08 MOUSE_ENABLE_BLE_RANDOM_ADDRE
+0x09 MOUSE_ENABLE_2K_EEPROM
+0x0a MOUSE_ENABLE_INIT_DELAY
+0x0b MOUSE_ENABLE_WAKEUP_FROM_POWER
+0x0c MOUSE_ENABLE_16M
+0x0d MOUSE_ENABLE_USB
+
+//byte 3
+0x10 MOUSE_ENABLE_SPI2
+0x11 MOUSE_ENABLE_24G
+0x12 MOUSE_ENABLE_FLASH
+0x13 MOUSE_ENABLE_EEPROM
+0x14 MOUSE_ENABLE_ADC
+0x15 MOUSE_ENABLE_KEYBOARD
+0x16 MOUSE_ENABLE_24G_SEARCH_DONGLE
+
+//byte 4
+0x18 MOUSE_ENABLE_24G_250Hz
+0x19 MOUSE_ENABLE_24G_500Hz
+0x1a MOUSE_ENABLE_24G_1000
+0x1b MOUSE_ENABLE_BT_125Hz
+0x1c MOUSE_ENABLE_DPI_LEVEL_4
+0x1d MOUSE_ENABLE_USB_250
+0x1e MOUSE_ENABLE_USB_500
+0x1f MOUSE_ENABLE_USB_1000
+
+//byte 5
+0x20 MOUSE_ENABLE_POWER_ON_LED
+0x21 MOUSE_ENABLE_LOW_VOLTAGE_LED
+0x22 MOUSE_ENABLE_LOW_VOLTAGE_USE_MODE_LED
+0x23 MOUSE_ENABLE_LOW_VOLTAGE_LED_BLINK_N_SECOND
+0x24 MOUSE_ENABLE_4_LED
+0x25 MOUSE_ENABLE_DPI_FOR_4_LED
+0x26 MOUSE_ENABLE_BT2_FOR_4_LED
+0x27 MOUSE_ENABLE_LOW_V_FOR_4_LED
+
+
+//byte 6
+0x28 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON
+0x29 MOUSE_ENABLE_SELECT_DEVICE_BY_PB_BUTTON
+0x2a MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO
+0x2b MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+0x2c MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+0x2d MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+0x2e MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+0x2f MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING
+//byte 7 
+0x30 MOUSE_ENABLE_AUTO_24G_PARING
+0x31 MOUSE_ENABLE_24G_POWER_ON_PAIRING
+0x32 MOUSE_ENABLE_COMMBINATION_KEY_BY_24G_PAIRING
+0x33 MOUSE_ENABLE_BT_RECONNECT_TIMEOUT_ENTER_DISCOVERY
+0x34 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY
+0x35 MOUSE_ENABLE_COMMBINATION_KEY_BY_BT_DISCOVERY
+0x36 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY
+0x37 MOUSE_ENABLE_PB_BUTTON_LONG_PRESS_DISCONVERY
+
+//byte 8
+0x38 MOUSE_ENABLE_SMOOTHER
+0x39 MOUSE_ENABLE_XY_OFFSET
+0x3a MOUSE_ENABLE_24G_AUTO_PAIR_NERVER_BEEN_PAIRED
+0x3b MOUSE_ENABLE_LE_BATTERY_SERVICE_CANCEL
+0x3c MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL
+0x3d MOUSE_ENABLE_24G_2M_PHY
+
+//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
+)
+
+
+(
+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
+)
+
Index: format/app_remote_car.format
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/app_remote_car.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/app_remote_car.format	(working copy)
@@ -0,0 +1,167 @@
+
+xmemalloc g24_tx_remote(
+1 mem_remote_car_hard_soft_switch
+
+1 mem_remote_car_queue_each_size
+1 mem_remote_car_queue_length
+
+1 mem_remote_car_queue_curr_num
+1 mem_remote_car_queue_read_ptr
+1 mem_remote_car_queue_write_ptr
+90 mem_remote_car_queue_ele
+
+1 mem_remote_style_led_type
+1 mem_remote_style_blink_count
+1 mem_remote_style_struct_led_gpio
+2 mem_remote_style_on_time
+2 mem_remote_style_off_time
+2 mem_remote_style_cb_ledon
+2 mem_remote_style_cb_ledoff
+
+
+1 mem_remote_car_led_num
+8 mem_remote_car_led_map
+
+0 mem_remote_car_keyscan
+1 mem_remote_car_key_num
+2 mem_cb_remote_car_keyscan
+
+0 mem_remote_car_key_conf0
+1 mem_remote_car_key_conf0_pin
+0 mem_remote_car_key_conf1
+1 mem_remote_car_key_conf1_pin
+0 mem_remote_car_key_conf2
+1 mem_remote_car_key_conf2_pin
+0 mem_remote_car_key_conf3
+1 mem_remote_car_key_conf3_pin
+0 mem_remote_car_key_conf4
+1 mem_remote_car_key_conf4_pin
+0 mem_remote_car_key_conf5
+1 mem_remote_car_key_conf5_pin
+0 mem_remote_car_key_conf6
+1 mem_remote_car_key_conf6_pin
+
+
+//rocker
+1 mem_rocker_negative_flag
+1 mem_rocker_work_status
+2 mem_current_vdd_value_default_mid_x
+2 mem_current_vdd_value_default_mid_y
+2 mem_current_vdd_value_default_mid_temp
+2 mem_current_vdd_default_range
+2 mem_rocker_last_status
+0 mem_rocker_status
+1 mem_rocker_x_status
+1 mem_rocker_y_status
+
+0 mem_remote_car_config_param
+1 mem_remote_car_config_setting_flag
+1 mem_remote_car_config_key_map
+1 mem_remote_car_config_layout
+1 mem_remote_car_config_connect_led_gpio
+1 mem_remote_car_config_check_way
+1 mem_remote_car_config_soft_switch_enable
+1 mem_remote_car_config_soft_switch_gpio
+1 mem_remote_car_config_timeout_shutdown_enable
+
+0 mem_remote_car_24g_motor_packet
+1 mem_remote_car_24g_motor_packet_lenght
+2 mem_remote_car_24g_motor_send_packet_head
+1 mem_remote_car_24g_motor_send_cmd
+2 mem_remote_car_24g_motor_send_length
+0 mem_remote_car_24g_motor_send_payload
+2 mem_remote_car_24g_motor1_payload
+2 mem_remote_car_24g_motor2_payload
+2 mem_remote_car_24g_motor3_payload
+1 mem_remote_car_24g_motor_send_checksum
+
+0 mem_remote_car_24g_fire_packet
+1 mem_remote_car_24g_fire_packet_lenght
+2 mem_remote_car_24g_fire_send_packet_head
+1 mem_remote_car_24g_fire_send_cmd
+2 mem_remote_car_24g_fire_send_length
+2 mem_remote_car_24g_fire_send_payload
+1 mem_remote_car_24g_fire_send_checksum
+
+15 mem_remote_car_24g_tx_temp
+
+2 mem_remote_car_no_data_timeout
+2 mem_remote_car_no_data_timer
+
+0 mem_remote_car_soft_power
+1 mem_remote_car_power_state
+1 mem_remote_car_power_timer
+1 mem_remote_car_power_off_timeout
+1 mem_remote_car_power_starting_timeout
+2 mem_remote_car_power_off_cb
+2 mem_remote_car_power_starting_cb
+2 mem_remote_car_power_standby_cb
+
+1 mem_remote_key_status
+1 mem_remote_car_24g_status
+
+1 mem_remote_car_24g_auto_work_step
+1 mem_remote_car_24g_pair_success_flag
+1 mem_remote_car_empty_packet
+
+1 mem_remote_car_motor1_key0_press_state
+1 mem_remote_car_motor1_key1_press_state
+1 mem_remote_car_motor2_key2_press_state
+1 mem_remote_car_motor2_key3_press_state
+1 mem_remote_car_motor1_rel_state
+1 mem_remote_car_motor2_rel_state
+
+1 mem_remote_car_no_data_check
+
+4 mem_remote_24g_commom_addr
+4 mem_remote_24g_commom_addr_temp
+4 mem_remote_24g_commom_addr_read
+1 mem_remote_save_addr_flag
+)
+
+
+(
+// eeprom config
+0xb0 REMOTE_PARAM_EEPROM_CONFIG_ADDR
+//eeprom address offect
+0X00 REMOTE_INFO_EEPROM_OFFECT
+
+)
+
+
+(
+0x00 CONTROL_F_B_MOTOR
+0x02 CONTROL_L_R_MOTOR
+)
+
+(
+0x00 KEY_MAP_TEN
+0x01 KEY_MAP_LR
+)
+
+(
+0x00 CONTROL_F_B_TEN
+0x02 CONTROL_L_R_TEN
+0x03 CONTROL_L_R_LR
+)
+
+(
+0 KEY_CHECK
+1 ROCKER_CHECK
+)
+
+(
+1 MOTOR_POSITIVE
+2 MOTOR_NEGATIVE
+)
+
+(
+0 ROCKER_MIDDLE_KEY
+1 ROCKER_POSITIVE_KEY
+2 ROCKER_NEGATIVE_KEY
+)
+(
+0x700 OTP_OFFSET_REMOTE_COMMOM_START_ADDR 
+0x7cc OTP_OFFSET_REMOTE_COMMOM_END_ADDR 
+)
+
Index: format/app_shutter.format
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/app_shutter.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/app_shutter.format	(working copy)
@@ -0,0 +1,242 @@
+
+
+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
+)
+
+
+
+
+(
+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
+
+)
+
Index: format/ble_protocol_stack/le.format
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/ble_protocol_stack/le.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/ble_protocol_stack/le.format	(working copy)
@@ -0,0 +1,439 @@
+
+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_txheader
+1 mem_le_txlen
+256 mem_le_txpayload
+
+//modified name
+1 mem_le_name_len
+30 mem_le_name
+
+
+/* smp related */
+
+16 mem_le_ltk
+1 mem_ltk_exists
+16 mem_le_rconfirm
+16 mem_le_srand
+1 mem_le_iat
+1 mem_le_rat
+1 mem_le_preq
+1 mem_le_preq_iocap
+1 mem_le_preq_oob
+1 mem_le_preq_auth
+1 mem_le_preq_max_keysize
+1 mem_le_preq_init_key_distribution
+1 mem_le_preq_resp_key_distribution
+1 mem_le_pres
+1 mem_le_pres_iocap
+1 mem_le_pres_oob
+1 mem_le_pres_auth
+1 mem_le_pres_max_keysize
+1 mem_le_pres_init_key_distribution
+1 mem_le_pres_resp_key_distribution
+
+/* att related */
+
+2 mem_le_notify_handle
+1 mem_le_search_uuid_length
+16 mem_le_search_uuid
+
+
+
+//START of LE conn parameter structure
+0 mem_le_conn_param
+1 mem_le_conn_peer_addr_type
+6 mem_le_conn_peer_addr
+1 mem_le_conn_own_addr_type
+2 mem_le_interval_min
+2 mem_le_interval_max
+2 mem_le_latency
+2 mem_le_timeout
+//START of LE conn parameter structure
+
+
+3 mem_le_lap
+1 mem_le_uap
+2 mem_le_nap
+
+
+2 mem_le_local_mtu
+2 mem_le_remote_mtu
+
+8 mem_le_skdm
+8 mem_le_skds
+
+2 mem_le_init_superto
+2 mem_ui_le_uuid_table
+
+1 mem_le_secure_connect_flag
+1 mem_le_secure_connect_state
+1 mem_le_sc_confirm_gkey_flag
+
+
+1 mem_le_pairing_state
+1 mem_le_enc_state
+1 mem_le_pairing_mode
+4 mem_le_tk
+2 mem_le_ediv
+8 mem_le_rand
+16 mem_le_irk
+
+//LE attribute list
+4 mem_le_transmit_window
+
+//ble General configuration 
+1 mem_le_configuration
+16 mem_le_fixed_ltk
+2 mem_le_pairing_handle
+
+
+1 mem_le_packet_llid
+
+//for continue
+2 mem_le_l2cap_size
+2 mem_le_packet_len_recved
+2 mem_le_payload_ptr
+
+
+//ble gatt signaling
+1 mem_le_signaling_identifier
+2 mem_le_l2cap_signaling_conn_param_update_rsp_result
+
+1 mem_le_md_count
+
+2 mem_ble_l2cap_tx_buff0_ptr
+2 mem_ble_l2cap_tx_buff_size_ptr
+)
+
+(//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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/ble_protocol_stack/le_advertising.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/ble_protocol_stack/le_l2cap_att.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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_att_wechat.format
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/ble_protocol_stack/le_l2cap_att_wechat.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/ble_protocol_stack/le_l2cap_att_wechat.format	(working copy)
@@ -0,0 +1,85 @@
+ifdef COMPILE_WECHAT
+
+amemalloc mem_temp_block2(
+	0 mem_wechat_initreq_base_request
+	2 mem_wechat_authreq_base_request
+	4 mem_wechat_authreq_protocol_version
+	2 mem_wechat_authreq_auth_protocol
+	2 mem_wechat_authreq_eam_mac_no_encrypt
+	2 mem_wechat_authreq_mac_address
+	6 mem_wechat_authreq_device_address
+
+	1 mem_wechat_indication_handle
+	1 mem_wechat_write_handle
+	2 mem_wechat_tx_buffer_ptr
+	2 mem_wechat_rx_buffer_ptr
+	2 mem_wechat_rx_push_data_cb
+	2 mem_wechat_tx_nSeq
+	2 mem_wechat_tx_len
+	2 mem_wechat_tx_address
+	2 mem_wechat_rx_len
+	2 mem_wechat_rx_address
+	1 mem_wechat_receive_push_data
+
+)
+
+xmemalloc(
+
+/*
+wechat Air sync protocol parse
+uint8_t indication handle
+uint8_t write handle
+
+*/
+2 mem_le_wechat_air_sync_ptr
+
+)
+
+(
+17 WECHAT_AIR_SYNC_STRUCT_SIZE
+)
+
+(
+0x0000 ECI_NONE
+0x1127 ECI_REQ_AUTH
+0x1227 ECI_REQ_SEND_DATA
+0x1327 ECI_REQ_INIT
+0x214E ECI_RESPONSE_AUTH
+0x224E ECI_RESPONSE_SEND_DATA
+0x234E ECI_RESPONSE_INIT
+0x3175 ECI_PUSH_RECEIVE_DATA
+0x3275 ECI_PUSH_SWITCH_VIEW
+0x3375 ECI_PUSH_SWITCH_BACKGROUD
+0x2F75 ECI_ERR_DECODE
+)
+
+(
+2 ECI_REQ_INIT_MESSAGE_LENGTH
+18 ECI_REQ_AUTH_MESSAGE_LENGTH
+)
+
+(
+0xFE WECHAT_HEAD_MAGIC_NUMBER
+0x01 WECAHT_HEAD_VERSION
+0x01FE WECHAT_RX_HEAD
+)
+
+(
+//push data
+0x0a 	TAG_RecvDataPush_BasePush
+0x12	TAG_RecvDataPush_Data
+0x18	TAG_RecvDataPush_Type
+)
+
+
+(
+0 WECHAT_PROTOCOL_MESSAGE_B_MAGIC_NUMBER
+1 WECHAT_PROTOCOL_MESSAGE_B_VER
+2 WECHAT_PROTOCOL_MESSAGE_N_LENGTH
+4 WECHAT_PROTOCOL_MESSAGE_N_CMD_ID
+6 WECHAT_PROTOCOL_MESSAGE_N_SEQ
+8 WECHAT_PROTOCOL_MESSAGE_PAYLOAD
+)
+
+endif
+
Index: format/ble_protocol_stack/le_l2cap_signalling.format
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/ble_protocol_stack/le_l2cap_signalling.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/ble_protocol_stack/le_l2cap_smp.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/ble_protocol_stack/le_ll.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/bt.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/bt.format	(working copy)
@@ -0,0 +1,694 @@
+
+	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
+
+ifdef DEBUG_RF_INIT
+1 mem_rf_init_data
+endif
+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
+)
+
+
+	/* 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
+
+110 param_lpm_fix
+10 param_lpo_extra
+200 param_lpm_adjmax
+
+ifdef SIM
+20 param_hibernate_clks
+3 param_chgpump_delay
+else
+-1 param_hibernate_clks
+3000 param_chgpump_delay
+endif
+
+
+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
+52 mark_pllon
+)
+
+(
+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  
+10 ui_led_blink2
+6 dongle_led_blink_timer
+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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/command.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/debug.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/fcc_auth.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/g24_protocol_stack/24g.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/g24_protocol_stack/24g.format	(working copy)
@@ -0,0 +1,67 @@
+
+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
+)
+
+
+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
+)
+
+
Index: format/g24_protocol_stack/24g_pair.format
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/g24_protocol_stack/24g_pair.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/g24_protocol_stack/24g_pair.format	(working copy)
@@ -0,0 +1,50 @@
+
+
+xmemalloc g24(
+4 mem_24g_pair_addr
+1 mem_24g_pair_ch
+1 mem_24g_pair_tx_power
+
+)
+
+xmemalloc g24_tx(
+1 mem_24g_pair_sm
+1 mem_24g_pair_no_ack
+2 mem_24g_pair_timeout_init
+2 mem_24g_pair_timeout
+
+)
+
+xmemalloc g24_rx(
+1 mem_24g_device1_bind_step
+1 mem_24g_device2_bind_step
+1 mem_24g_bind_device_status
+8 mem_24g_bind_payload
+
+)
+
+(//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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/g24_protocol_stack/24g_receiver.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/g24_protocol_stack/24g_reconn.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/g24_protocol_stack/24g_rssi.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/g24_protocol_stack/24g_transmitter.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/g24_protocol_stack/24g_transmitter.format	(working copy)
@@ -0,0 +1,64 @@
+
+
+xmemalloc g24_tx(
+2 mem_cb_24g_transmit_data
+2 mem_cb_24g_search_receiver
+2 mem_cb_24g_lpm_before
+
+1 mem_24g_conn_sm
+
+1 mem_24g_ensure
+2 mem_24g_txfail_cnt
+1 mem_24g_attempt_fail_flag
+
+1 mem_24g_retry
+1 mem_24g_abort_pac
+1 mem_24g_max_retry
+4 mem_24g_device_addr
+3 mem_24g_short_sleep_set
+8 mem_24g_long_sleep_set
+4 mem_24g_long_sleep_set1
+
+1 mem_24g_pac_index
+1 mem_24g_transmit_by_interrupt
+2 mem_24g_transmit_by_interrupt_exit_count
+2 mem_24g_transmit_by_interrupt_exit_count_init
+2 mem_24g_long_sleep_param_update_timer_init
+2 mem_24g_long_sleep_param_update_timer
+
+1 mem_24g_fast_hop_count
+)
+
+(
+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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/g24_protocol_stack/24g_txpower_ctrl.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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/hci.format
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/hci.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/hci.format	(working copy)
@@ -0,0 +1,520 @@
+
+
+memalloc hci_boot(
+2 mem_hci_opcode_ocf
+1 mem_hci_opcode_ogf
+
+//event head
+1 mem_hci_event_head_type
+1 mem_hci_event_head_event_code
+1 mem_hci_event_para_total_length
+
+//command complete
+1 mem_hci_command_complete_num_hci_command_packet
+0 mem_hci_command_complete_command_opcode
+2 mem_hci_opcode
+0 mem_hci_command_complete_return_parameter
+1 mem_hci_command_complete_return_parameter_status
+0 mem_hci_command_complete_return_parameter_chip_id
+
+)
+
+xmemalloc hci_boot(
+1 mem_hci_uart_tx_gpio
+1 mem_hci_uart_rx_gpio
+1 mem_hci_uart_rts_gpio
+1 mem_hci_uart_cts_gpio
+1 mem_hci_pwm_12mhz_gpio
+)
+
+(
+0x05 HCI_UART_TX_GPIO_NUM
+0x06 HCI_UART_RX_GPIO_NUM
+0x09 HCI_UART_RTS_GPIO_NUM
+0x0a HCI_UART_CTS_GPIO_NUM
+0x0c HCI_PMW_12MHZ_GPIO_NUM
+)
+
+(
+0x00 COMMAND_SUCCEEDED
+0x01 COMMAND_UNKNOWN
+0x0c COMMAND_DISALLOWED
+)
+
+//HCI H4 Packet TYPE
+(
+0x01 HCI_H4_TYPE_CMD
+0x02 HCI_H4_TYPE_ACL
+0x04 HCI_H4_TYPE_EVENT
+)
+
+(
+0x00 BT_ACL_START_NO_FLUSH
+0x01 BT_ACL_CONT
+0x02 BT_ACL_START
+)
+
+// HCI command opcode group field values
+(
+0x01 HCI_OGF_LINK_CONTROL
+0x02 HCI_OGF_LINK_POLICY
+0x03 HCI_OGF_CONTROLLER_AND_BASEBAND
+0x04 HCI_OGF_INFOMATIONAL_PARAM
+0x05 HCI_OGF_STATUS_PARAM
+0x06 HCI_OGF_TEST
+0x08 HCI_OGF_LE_CONTROLLER
+0x3f HCI_OGF_VENDOR_SPECIFIC_DEBUG
+)
+
+// HCI link control opcode command field values, OGF=1
+(
+0x01 HCI_INQUIRY 
+0x02 HCI_INQUIRY_CANCEL 
+0x03 HCI_PERIODIC_INQUIRY_MODE 
+0x04 HCI_EXIT_PERIODIC_INQUIRY_MODE 
+0x05 HCI_CREATE_CONNECTION 
+0x06 HCI_DISCONNECT 
+0x07 HCI_ADD_SCO_CONNECTION 
+0x08 HCI_CREATE_CONNECTION_CANCEL
+0x09 HCI_ACCEPT_CONNECTION 
+0x0A HCI_REJECT_CONNECTION 
+0x0B HCI_LINK_KEY_REQUEST_REPLY 
+0x0C HCI_LINK_KEY_REQUEST_NEGATIVE_REPLY 
+0x0D HCI_PIN_CODE_REQUEST_REPLY 
+0x0E HCI_PIN_CODE_REQUEST_NEGATIVE_REPLY 
+0x0F HCI_CHANGE_CONNECTION_PACKET_TYPE 
+0x11 HCI_AUTHENTICATION_REQUESTED 
+0x13 HCI_SET_CONNECTION_ENCRYPTION 
+0x15 HCI_CHANGE_CONNECTION_LINK_KEY 
+0x17 HCI_MASTER_LINK_KEY 
+0x19 HCI_REMOTE_NAME_REQUEST 
+0x1A HCI_REMOTE_NAME_REQUEST_CANCEL
+0x1B HCI_READ_REMOTE_SUPPORTED_FEATURES 
+0x1C HCI_READ_REMOTE_EXT_FEATURES 
+0x1D HCI_READ_REMOTE_VERSION_INFORMATION 
+0x1F HCI_READ_CLOCK_OFFSET 
+0x20 HCI_READ_LMP_HANDLE
+0x28 HCI_SETUP_SCO_CONNECTION
+0x29 HCI_ACCEPT_SCO_CONNECTION
+0x2A HCI_REJECT_SCO_CONNECTION
+0x2B HCI_IO_CAP_REQUEST_REPLY
+0x2C HCI_USER_CONFIRMATION_REQUEST_REPLY
+0x2D HCI_USER_CONFIRMATION_REQUEST_NEGATIVE_REPLY
+0x2E HCI_USER_PASSKEY_REQUEST_REPLY
+0x2F HCI_USER_PASSKEY_REQUEST_NEGATIVE_REPLY
+0x30 HCI_REMOTE_OOB_DATA_REQUEST_REPLY
+0x33 HCI_REMOTE_OOB_DATA_REQUEST_NEGATIVE_REPLY
+0x34 HCI_IO_CAPABILITY_REQUEST_NEGATIVE_REPLY
+0x35 HCI_CREATE_PHYSICAL_LINK
+0x36 HCI_ACCEPT_PHYSICAL_LINK
+0x37 HCI_DISCONNECT_PHYSICAL_LINK
+0x38 HCI_CREATE_LOGICAL_LINK
+0x39 HCI_ACCEPT_LOGICAL_LINK
+0x3A HCI_DISCONNECT_LOGICAL_LINK
+0x3B HCI_LOGICAL_LINK_CANCEL
+0x3C HCI_FLOW_SPEC_MODIFY
+0x3D HCI_ENHANCED_SETUP_SYNCHRONOUS_CONNECTION
+0x3E HCI_ENHANCED_ACCEPT_SYNCHRONOUS_CONNECTION_REQUEST
+0x3F HCI_TRUNCATED_PAGE
+0x40 HCI_TRUNCATED_PAGE_CANCEL
+0x41 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST
+0x42 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST_RECEIVE
+0x43 HCI_START_SYNCHRONIZATION_TRAIN
+0x44 HCI_RECEIVE_SYNCHRONIZATION_TRAIN
+0x45 HCI_REMOTE_OOB_EXTENDED_DATA_REQUEST_REPLY
+)
+
+
+// HCI link policy commands OCF value, OGF=2
+(
+0x01 HCI_HOLD_MODE 
+0x03 HCI_SNIFF_MODE 
+0x04 HCI_EXIT_SNIFF_MODE 
+0x05 HCI_PARK_MODE 
+0x06 HCI_EXIT_PARK_MODE 
+0x07 HCI_QOS_SETUP 
+0x09 HCI_ROLE_DISCOVERY 
+0x0B HCI_SWITCH_ROLE 
+0x0C HCI_READ_LINK_POLICY_SETTINGS 
+0x0D HCI_WRITE_LINK_POLICY_SETTINGS 
+0x0e HCI_READ_DEFAULT_LINK_POLICY_SETTINGS
+0x0f HCI_WRITE_DEFAULT_LINK_POLICY_SETTINGS
+0x10 HCI_FLOW_SPECIFICATION
+0x11 HCI_SNIFF_SUBRATING
+)
+
+// HCI host controller and baseband commands OCF values, OGF=3
+(
+0x01 HCI_SET_EVENT_MASK 
+0x03 HCI_RESET 
+0x05 HCI_SET_EVENT_FILTER 
+0x08 HCI_FLUSH 
+0x09 HCI_READ_PIN_TYPE 
+0x0A HCI_WRITE_PIN_TYPE 
+0x0B HCI_CREATE_NEW_UNIT_KEY 
+0x0D HCI_READ_STORED_LINK_KEY 
+0x11 HCI_WRITE_STORED_LINK_KEY 
+0x12 HCI_DELETE_STORED_LINK_KEY 
+0x13 HCI_WRITE_LOCAL_NAME 
+0x14 HCI_READ_LOCAL_NAME 
+0x15 HCI_READ_CONN_ACCEPT_TIMEOUT 
+0x16 HCI_WRITE_CONN_ACCEPT_TIMEOUT 
+0x17 HCI_READ_PAGE_TIMEOUT 
+0x18 HCI_WRITE_PAGE_TIMEOUT 
+0x19 HCI_READ_SCAN_ENABLE 
+0x1A HCI_WRITE_SCAN_ENABLE 
+0x1B HCI_READ_PAGE_SCAN_ACTIVITY 
+0x1C HCI_WRITE_PAGE_SCAN_ACTIVITY 
+0x1D HCI_READ_INQUIRY_SCAN_ACTIVITY 
+0x1E HCI_WRITE_INQUIRY_SCAN_ACTIVITY 
+0x1F HCI_READ_AUTHENTICATION_ENABLE 
+0x20 HCI_WRITE_AUTHENTICATION_ENABLE 
+0x21 HCI_READ_ENCRYPTION_MODE 
+0x22 HCI_WRITE_ENCRYPTION_MODE 
+0x23 HCI_READ_CLASS_OF_DEVICE 
+0x24 HCI_WRITE_CLASS_OF_DEVICE 
+0x25 HCI_READ_VOICE_SETTING 
+0x26 HCI_WRITE_VOICE_SETTING 
+0x27 HCI_READ_AUTOMATIC_FLUSH_TIMEOUT 
+0x28 HCI_WRITE_AUTOMATIC_FLUSH_TIMEOUT 
+0x29 HCI_READ_NUM_BROADCAST_RETRANSMISSIONS 
+0x2A HCI_WRITE_NUM_BROADCAST_RETRANSMISSIONS 
+0x2B HCI_READ_HOLD_MODE_ACTIVITY 
+0x2C HCI_WRITE_HOLD_MODE_ACTIVITY 
+0x2D HCI_READ_TRANSMIT_POWER_LEVEL 
+0x2E HCI_READ_SCO_FLOW_CONTROL_ENABLE 
+0x2F HCI_WRITE_SCO_FLOW_CONTROL_ENABLE 
+0x31 HCI_SET_CONTROLLER_TO_HOST_FLOW_CONTROL 
+0x33 HCI_HOST_BUFFER_SIZE 
+0x35 HCI_HOST_NUM_COMPLETED_PACKETS 
+0x36 HCI_READ_LINK_SUPERVISION_TIMEOUT 
+0x37 HCI_WRITE_LINK_SUPERVISION_TIMEOUT 
+0x38 HCI_READ_NUMBER_OF_SUPPORTED_IAC 
+0x39 HCI_READ_CURRENT_IAC_LAP 
+0x3A HCI_WRITE_CURRENT_IAC_LAP 
+0x3B HCI_READ_PAGE_SCAN_PERIOD_MODE 
+0x3C HCI_WRITE_PAGE_SCAN_PERIOD_MODE 
+0x3D HCI_READ_PAGE_SCAN_MODE 
+0x3E HCI_WRITE_PAGE_SCAN_MODE 
+0x3F HCI_SET_AFH_CHANNEL_CLASSIFICATION 
+
+
+0x42 HCI_READ_INQUIRY_SCAN_TYPE 
+0x43 HCI_WRITE_INQUIRY_SCAN_TYPE 
+0x44 HCI_READ_INQUIRY_MODE 
+0x45 HCI_WRITE_INQUIRY_MODE 
+0x46 HCI_READ_PAGE_SCAN_TYPE 
+0x47 HCI_WRITE_PAGE_SCAN_TYPE 
+
+0x48 HCI_READ_AFH_CHANNEL_ACCESSMENT_MODE 
+0x49 HCI_WRITE_AFH_CHANNEL_ACCESSMENT_MODE 
+0x51 HCI_READ_EXTENDED_INQUIRY_RESPONSE
+0x52 HCI_WRITE_EXTENDED_INQUIRY_RESPONSE
+0x53 HCI_REFRESH_ENCRYPTION_KEY
+0x55 HCI_READ_SIMPLE_PAIRING_MODE
+0x56 HCI_WRITE_SIMPLE_PAIRING_MODE
+0x57 HCI_READ_LOCAL_OOB_DATA
+0x58 HCI_READ_INQUIRY_RESPONSE_TRANSMIT_POWER_LEVEL
+0x59 HCI_WRITE_INQUIRY_TRANSMIT_POWER_LEVEL
+0x60 HCI_SEND_KEYPRESS_NOTIFICATION
+0x5A HCI_READ_DEFAULT_ERRONEOUS_DATA_REPORTING
+0x5B HCI_WRITE_DEFAULT_ERRONEOUS_DATA_REPORTING
+0x5F HCI_ENHANCED_FLUSH
+0x61 HCI_READ_LOGICAL_LINK_ACCEPT_TIMEOUT
+0x62 HCI_WRITE_LOGICAL_LINK_ACCEPT_TIMEOUT
+0x63 HCI_SET_EVENT_MASK_PAGE_2
+0x64 HCI_READ_LOCATION_DATA
+0x65 HCI_WRITE_LOCATION_DATA
+0x66 HCI_READ_FLOW_CONTROL_MODE
+0x67 HCI_WRITE_FLOW_CONTROL_MODE
+0x68 HCI_READ_ENHANCE_TRANSMIT_POWER_LEVEL
+0x69 HCI_READ_BEST_EFFORT_FLUSH_TIMEOUT
+0x6A HCI_WRITE_BEST_EFFORT_FLUSH_TIMEOUT
+0x6B HCI_SHORT_RANGE_MODE
+0x6C HCI_READ_LE_HOST_SUPPORT
+0x6D HCI_WRITE_LE_HOST_SUPPORT
+0x6E HCI_SET_MWS_CHANNEL_PARAMETERS
+0x6F HCI_SET_EXTERNAL_FRAME_CONFIGURATION
+0x70 HCI_SET_MWS_SIGNALING
+0x71 HCI_SET_MWS_TRANSPORT_LAYER
+0x72 HCI_SET_MWS_SCAN_FREQUENCY_TABLE
+0x73 HCI_SET_MWS_PATTERN_CONFIGURATION
+0x74 HCI_SET_RESERVED_LT_ADDR
+0x75 HCI_DELETE_RESERVED_LT_ADDR
+0x76 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST_DATA
+0x77 HCI_READ_SYNCHRONIZATION_TRAIN_PARAMETERS
+0x78 HCI_WRITE_SYNCHRONIZATION_TRAIN_PARAMETERS
+0x79 HCI_READ_SECURE_CONNECTIONS_HOST_SUPPORT
+0x7A HCI_WRITE_SECURE_CONNECTIONS_HOST_SUPPORT
+0x7B HCI_READ_AUTHENTICATED_PAYLOAD_TIMEOUT
+0x7C HCI_WRITE_AUTHENTICATED_PAYLOAD_TIMEOUT
+0x7D HCI_READ_LOCAL_OOB_EXTENDED_DATA
+0x7E HCI_READ_EXTENDED_PAGE_TIMEOUT
+0x7F HCI_WRITE_EXTENDED_PAGE_TIMEOUT
+0x80 HCI_READ_EXTENDED_INQUIRY_LENGTH
+0x81 HCI_WRITE_EXTENDED_INQUIRY_LENGTH
+)
+
+
+// HCI informational parameters OCF values, OGF=4
+(
+0x01 HCI_READ_LOCAL_VERSION_INFORMATION 
+0x02 HCI_READ_LOCAL_SUPPORTED_COMMANDS
+0x03 HCI_READ_LOCAL_SUPPORTED_FEATURES 
+0x04 HCI_READ_LOCAL_EXT_FEATURES 
+0x05 HCI_READ_BUFFER_SIZE 
+0x07 HCI_READ_COUNTRY_CODE 
+0x09 HCI_READ_BD_ADDR 
+0x0A HCI_REJECT_CONNECTION_REQUEST
+0x0B HCI_READ_LOCAL_SUPPORTED_CODECS
+)
+
+// HCI status parameters OCF values, OGF=5
+(
+0x01 HCI_READ_FAILED_CONTACT_COUNTER 
+0x02 HCI_RESET_FAILED_CONTACT_COUNTER 
+0x03 HCI_GET_LINK_QUALITY 
+0x05 HCI_READ_RSSI 
+0x06 HCI_READ_AFH_CHANNEL_MAP
+0x07 HCI_READ_BD_CLOCK
+0x08 HCI_READ_ENCRYPTION_KEY_SIZE
+0x09 HCI_READ_LOCAL_AMP_INFO
+0x0A HCI_READ_LOCAL_AMP_ASSOC
+0x0B HCI_WRITE_REMOTE_AMP_ASSOC
+0x0C HCI_GET_MWS_TRANSPORT_LAYER_CONFIGURATION
+0x0D HCI_SET_TRIGGERED_CLOCK_CAPTURE
+)
+
+// HCI testing command OCF values, OGF=6
+(
+0x01 HCI_READ_LOOPBACK_MODE 
+0x02 HCI_WRITE_LOOPBACK_MODE 
+0x03 HCI_ENABLE_DEVICE_UNDER_TEST_MODE 
+0x04 HCI_WRITE_SIMPLE_PAIRING_DEBUG_MODE
+0x07 HCI_ENABLE_AMP_RECEIVER_REPORTS
+0x08 HCI_AMP_TEST_END
+0x09 HCI_AMP_TEST
+0x0A HCI_WRITE_SECURE_CONNECTIONS_TEST_MODE
+)
+
+// HCI vendor specific command OCF values -OGF=3F
+(
+0x01 HCI_WRITE_BD_ADDR 
+0x02 HCI_READ_INQUIRY_RESPONSE_TIMEOUT 
+0x03 HCI_WRITE_INQUIRY_RESPONSE_TIMEOUT 
+0x04 HCI_READ_PAGE_SCAN_REPETITION_MODE 
+0x05 HCI_WRITE_PAGE_SCAN_REPETITION_MODE 
+0x06 HCI_READ_PAGE_RESPONSE_TIMEOUT 
+0x07 HCI_WRITE_PAGE_RESPONSE_TIMEOUT 
+0x08 HCI_READ_NEW_CONNECTION_TIMEOUT 
+0x09 HCI_WRITE_NEW_CONNECTION_TIMEOUT 
+0x0a HCI_INITIALIZE_BASEBAND 
+0x0b HCI_WRITE_LOCAL_SUPPORTED_FEATURES 
+0x0c HCI_WRITE_PARK_PARAMETERS 
+0x0d HCI_READ_PARK_PARAMETERS 
+0x0e HCI_WRITE_QUALITY_OF_SERVICE 
+0x0f HCI_NOT_USED 
+0x10 HCI_MODIFY_BEACON_PARAMETERS 
+0x11 HCI_UNPARK_USING_PM_ADDR 
+0x12 HCI_WRITE_HOPPING_CHANNELS 
+0x13 HCI_SLEEP_FOREVER_MODE 
+0x14 HCI_WRITE_AUTO_PAGE_SCAN_ENABLE 
+0x15 HCI_READ_AUTO_PAGE_SCAN_ENABLE 
+0x16 HCI_SET_ENCRYPTION_KEY_SIZE 
+0x17 HCI_INVALIDATE_FLASH_AND_REBOOT 
+0x18 HCI_UPDATE_UART_BAUD_RATE 
+0x19 HCI_WRITE_GPIO_1_4_AS_OUTPUT 
+0x1A HCI_WRITE_GPIO_2_LED 
+0x1B HCI_SET_TESTMODE_TYPE 
+0x1C HCI_WRITE_SCO_PCM_INT_PARAM 
+0x1D HCI_READ_SCO_PCM_INT_PARAM 
+0x1E HCI_WRITE_PCM_DATA_FORMAT_PARAM 
+0x1F HCI_READ_PCM_DATA_FORMAT_PARAM 
+0x20 HCI_WRITE_COMFORT_NOISE_PARAM 
+0x21 HCI_READ_COMFORT_NOISE_PARAM 
+0x22 HCI_WRITE_SCO_TS 
+0x23 HCI_READ_SCO_TS 
+0x24 HCI_WRITE_PCM_LOOPBACK_MODE 
+0x25 HCI_READ_PCM_LOOPBACK_MODE 
+0x26 HCI_SET_TRANSMIT_POWER 
+0x27 HCI_SET_SLEEPMODE_PARAM 
+0x28 HCI_READ_SLEEPMODE_PARAM 
+0x29 HCI_SLEEPMODE_CMD 
+0x2A HCI_DELAY_PERIPHERAL_SCO_STARTUP 
+0x2B HCI_WRITE_RECEIVE_ONLY 
+0x2C HCI_WRITE_RATE_CONTROL 
+0x2D HCI_TX_UNMOD_CARRIER 
+0x2E HCI_DOWNLOAD_MINIDRIVER 
+0x2F HCI_CRYSTAL_PPM 
+0x30 HCI_SET_POWER_AMP_BIAS 
+0x31 HCI_SET_HAM_BEHAVIOR 
+0x32 HCI_SET_AFH_BEHAVIOR 
+0x33 HCI_READ_USER_DEFINED_NVRAM 
+0x34 HCI_ENABLE_RADIO 
+0x35 HCI_READ_DIAGNOSTIC_INFO 
+0x36 HCI_GET_HID_DEVICE_LIST 
+0x37 HCI_ADD_HID_DEVICE 
+0x38 HCI_READ_APP_FW_CONFIG_VERSION 
+0x39 HCI_DELETE_HID_DEVICE 
+0x3B HCI_ENABLE_USB_HID_EMULATION 
+// 0x3A available
+// 0x3B available
+0x3C HCI_SEND_LMPDU 
+0x3D HCI_AUTO_PAIR_REQ 
+0x3E HCI_READ_VS_EXTENSION 
+0x3F HCI_WRITE_VS_EXTENSION 
+
+0x77 HCI_OPCODE_FC77
+0x79 HCI_OPCODE_FC79
+0xC4 HCI_DOWNLOAD_PATCH
+0xCC HCI_OPCODE_FCCC
+
+0x00 HCI_VENDOR_CMD_RESET
+0x01 HCI_VENDOR_CMD_CHIPID
+0x02 HCI_VENDOR_CMD_BAUD
+0x03 HCI_VENDOR_CMD_PATCH
+0x04 HCI_VENDOR_CMD_PATCH_DONE
+0x05 HCI_VENDOR_CMD_ECHO
+0x06 HCI_VENDOR_CMD_BDADDR
+
+0x07 HCI_VENDOR_CMD_ENTER_LPM
+0x08 HCI_VENDOR_CMD_COMMU_READY
+
+0x10 HCI_VENDOR_CMD_MEM
+0x11 HCI_VENDOR_CMD_EEP
+
+0X12 HCI_VENDOR_CMD_PATCH_SEC_INIT
+0X13 HCI_VENDOR_CMD_PATCH_SEC
+0x14 HCI_VENDOR_CMD_SET_FLOW_CONTROL
+)
+
+//HCI LE controller command OCF values, OGF=8
+(
+0x01 HCI_LE_SET_EVENT_MASK
+0x02 HCI_LE_READ_BUFFER_SIZE
+0x03 HCI_LE_READ_LOCAL_SUPPORTED_FEATURES
+0x05 HCI_LE_SET_RANDOM_ADDRESS
+0x06 HCI_LE_SET_ADVERTISING_PARAMETERS
+0x07 HCI_LE_READ_ADVERTISING_CHANNEL_TX_POWER
+0x08 HCI_LE_SET_ADVERTISING_DATA
+0x09 HCI_LE_SET_SCAN_RESPONSE_DATA
+0x0A HCI_LE_SET_ADVERTISE_ENABLE
+0x0B HCI_LE_SET_SCAN_PARAMETERS
+0x0C HCI_LE_SET_SCAN_ENABLE
+0x0D HCI_LE_CREATE_CONNECTION
+0x0E HCI_LE_CREATE_CONNECTION_CANCEL
+0x0F HCI_LE_READ_WHITE_LIST_SIZE
+0x10 HCI_LE_CLEAR_WHITE_LIST
+0x11 HCI_LE_ADD_DEVICE_TO_WHITE_LIST
+0x12 HCI_LE_REMOVE_DEVICE_FROM_WHITE_LIST
+0x13 HCI_LE_CONNECTION_UPDATE
+0x14 HCI_LE_SET_HOST_CHANNEL_CLASSIFICATION
+0x15 HCI_LE_READ_CHANNEL_MAP
+0x16 HCI_LE_READ_REMOTE_USED_FEATURES
+0x17 HCI_LE_ENCRYPT
+0x18 HCI_LE_RAND
+0x19 HCI_LE_START_ENCRYPTION
+0x1A HCI_LE_LONG_TERM_KEY_REQUEST_REPLY
+0x1B HCI_LE_LONG_TERM_KEY_REQUEST_NEGATIVE_REPLY
+0x1C HCI_LE_READ_SUPPORTED_STATES
+0x1D HCI_LE_RECEIVER_TEST
+0x1E HCI_LE_TRANSMITTER_TEST
+0x1F HCI_LE_TEST_END
+0x20 HCI_LE_REMOTE_CONNECTION_PARAMETER_REQUEST_REPLY
+0x21 HCI_LE_REMOTE_CONNECTION_PARAMETER_REQUEST_NEGATIVE_REPLY
+)
+// HCI event code
+(
+0x01 HCI_EVENT_INQUIRY_COMPLETE
+0x02 HCI_EVENT_INQUIRY_RESULT
+0x03 HCI_EVENT_CONNECTION_COMPLETE
+0x04 HCI_EVENT_CONNECTION_REQUEST
+0x05 HCI_EVENT_DISCONNECTION_COMPLETE
+0x06 HCI_EVENT_AUTHENTICATION_COMPLETE
+0x07 HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE
+0x08 HCI_EVENT_ENCRYPTION_CHANGE_COMPLETE
+0x09 HCI_EVENT_CHANGE_CONNECTION_LINK_KEY_COMPLETE
+0x0A HCI_EVENT_MASTER_LINK_KEY_COMPLETE
+0x0B HCI_EVENT_READ_REMOTE_FEATURES_COMPLETE
+0x0C HCI_EVENT_READ_REMOTE_VERSION_INFORMATION_COMPLETE
+0x0D HCI_EVENT_QOS_SETUP_COMPLETE
+0x0E HCI_EVENT_COMMAND_COMPLETE
+0x0F HCI_EVENT_COMMAND_STATUS
+0x10 HCI_EVENT_HARDWARE_ERROR
+0x11 HCI_EVENT_FLUSH_OCCURRED
+0x12 HCI_EVENT_ROLE_CHANGE
+0x13 HCI_EVENT_NUM_COMPLETED_PACKETS
+0x14 HCI_EVENT_MODE_CHANGE
+0x15 HCI_EVENT_RETURN_LINK_KEYS
+0x16 HCI_EVENT_PIN_CODE_REQUEST
+0x17 HCI_EVENT_LINK_KEY_REQUEST
+0x18 HCI_EVENT_LINK_KEY_NOTIFICATION
+0x19 HCI_EVENT_LOOPBACK_COMMAND
+0x1A HCI_EVENT_DATA_BUFFER_OVERFLOW
+0x1B HCI_EVENT_MAX_SLOTS_CHANGE
+0x1C HCI_EVENT_READ_CLOCK_OFFSET_COMPLETE
+0x1D HCI_EVENT_CONNECTION_PACKET_TYPE_CHANGED
+0x1E HCI_EVENT_QOS_VIOLATION
+0x1F HCI_EVENT_PAGE_SCAN_MODE_CHANGE
+0x20 HCI_EVENT_PAGE_SCAN_REPETITION_MODE_CHANGE
+0x21 HCI_EVENT_FLOW_SPECIFICATION_COMPLETE
+0x22 HCI_EVENT_INQUIRY_RESULT_WITHRSSI
+0x23 HCI_EVENT_READ_REMOTE_EXT_FEATURES_COMPLETE
+0x2C HCI_EVENT_SCO_CONNECTION_COMPLETE
+0x2D HCI_EVENT_SCO_CONNECTION_CHANGED
+0x2E HCI_EVENT_SNIFF_SUBRATING
+0x2F HCI_EVENT_EXT_INQUIRY_RESULT
+0x30 HCI_EVENT_ENCRYPT_KEY_REFRESH_COMPLETE
+0x31 HCI_EVENT_IO_CAP_REQ
+0x32 HCI_EVENT_IO_CAP_RESPONSE
+0x33 HCI_EVENT_USER_CONFIRMATION_REQUEST
+0x34 HCI_EVENT_UESR_PASSKEY_REQUEST
+0x35 HCI_EVENT_REMOTE_OOB_DATA_REQUEST
+0x36 HCI_EVENT_SIMPLE_PAIRING_COMPLETE
+0x38 HCI_EVENT_LINK_SUPERVISION_TIMEOUT_CHANGED
+0x39 HCI_EVENT_ENHANCED_FLUSH_COMPLETE
+0x3B HCI_EVENT_USER_PASSKEY_NOTIFICATION
+0x3C HCI_EVENT_KEYPRESS_NOTIFICATION
+0x3D HCI_EVENT_REMOTE_HOST_SUPPORTED_FEATURES_NOTIFICATION 
+0x3E HCI_EVENT_LE_META_EVENT
+0x40 HCI_EVENT_PHYSICAL_LINK_COMPLETE
+0x41 HCI_EVENT_CHANNEL_SELECTED
+0x42 HCI_EVENT_DISCONNECTION_PHYSICAL_LINK_COMPLETE
+0x43 HCI_EVENT_PHYSICAL_LINK_LOSS_EARLY_WARNING
+0x44 HCI_EVENT_PHYSICAL_LINK_RECOVERY
+0x45 HCI_EVENT_LOGICAL_LINK_COMPLETE
+0x46 HCI_EVENT_DISCONNECTION_LOGICAL_LINK_COMPLETE
+0x47 HCI_EVENT_FLOW_SPEC_MODIFY_COMPLETE
+0x48 HCI_EVENT_NUMBER_OF_COMPLETED_DATA_BLOCKS
+0x49 HCI_EVENT_AMP_START_TEST
+0x4A HCI_EVENT_AMP_TEST_END
+0x4B HCI_EVENT_AMP_RECEIVER_REPORT
+0x4C HCI_EVENT_SHORT_RANGE_MODE_CHANGE_COMPLETE
+0x4D HCI_EVENT_AMP_STATUS_CHANGE
+0x4E HCI_EVENT_TRIGGERED_CLOCK_CAPTURE
+0x4F HCI_EVENT_SYNCHRONIZATION_TRAIN_COMPLETE
+0x50 HCI_EVENT_SYNCHRONIZATION_TRAIN_RECEIVED
+0x51 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_RECEIVE
+0x52 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_TIMEOUT
+0x53 HCI_EVENT_TRUNCATED_PAGE_COMPLETE
+0x54 HCI_EVENT_SLAVE_PAGE_RESPONSE_TIMEOUT
+0x55 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_CHANNEL_MAP_CHANGE
+0x56 HCI_EVENT_INQUIRY_RESPONSE_NOTIFICATION
+0x57 HCI_EVENT_AUTHENTICATED_PAYLOAD_TIMEOUT_EXPIRED
+
+0xFE HCI_EVENT_LOGO_TESTING
+0xFF HCI_EVENT_VENDOR_SPECIFIC
+)
+(
+0x01 HCI_VENDOR_EVENT_COMMU_READY
+)
+//HCI LE SUBEVENT CODE
+(
+0x01 HCI_LE_SUBEVENT_CONN_COMPLETE
+0x02 HCI_LE_SUBEVENT_ADV_REPORT
+0x03 HCI_LE_SUBEVENT_CONN_UPDATE_COMPLETE
+0x04 HCI_LE_SUBEVENT_REMOTE_FEATURE_COMPLETE
+0x05 HCI_LE_SUBEVENT_LTK_REQUEST
+0x06 HCI_LE_SUBEVENT_REMOTE_CONN_PARAM_REQ
+)
+
Index: format/kscan_peipherals.format
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/kscan_peipherals.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/kscan_peipherals.format	(working copy)
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+//0 mem_kscan_head_ptr
+//1 mem_col_num
+//1 mem_row_num
+//4 mem_col_conf_pin
+//4 mem_row_conf_pin
+//1 mem_row_count
+//1 mem_count_shift
+//2 mem_kscan_value_temp
+//2 mem_kscan_lastvalue
+//2 mem_kscan_value
+//4 mem_btclk_kscan
+//1 mem_btclk_kscan_interval
+
+
+0x00 KEYSCAN_OFFECT_COL_NUM
+0x01 KEYSCAN_OFFECT_ROW_NUM
+0x02 KEYSCAN_OFFECT_COL_CONF_PIN
+0x06 KEYSCAN_OFFECT_ROW_CONF_PIN
+
+0x0a KEYSCAN_OFFECT_ROW_COUNT
+0x0b KEYSCAN_OFFECT_SHIFT_COUNT
+
+0X0C KEYSCAN_OFFECT_VALUE_TEMP
+0X0E KEYSCAN_OFFECT_LASVALUE
+0X10 KEYSCAN_OFFECT_VALUE
+0x12 KEYSCAN_OFFECT_BTCLK
+0x16 KEYSCAN_OFFECT_BTCLK_INTERVAL
+
+
Index: format/l2cap.format
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/l2cap.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/memblocks.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/patch.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/regs.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
+)
+
+(
+13 GPIO_NUMBER
+)
+
Index: format/security.format
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/security.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/simple_pairing.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/ui.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/usb.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/format/usb.format	(working copy)
@@ -0,0 +1,252 @@
+memalloc usb(
+1 mem_usb_status
+1 mem_usb_fifo_empty
+2 mem_usb_read_len
+65 mem_usb_txbuf
+10 mem_usb_txbuf1
+10 mem_usb_txbuf2
+64 mem_usb_rxbuf
+1 mem_usb_rxbuf_end
+2 mem_bufptr
+1 mem_remain
+2 mem_hidreportdesc_kb
+2 mem_hidreportdesc_m
+19 mem_devicedesc
+60 mem_confdesc
+5 mem_string0
+30 mem_string1
+30 mem_string2
+30 mem_string3
+2 mem_cb_usb_config
+
+1 mem_usb_tx_interval
+9 mem_usb_vid_pid
+2 mem_usb_zero_packet
+2 mem_usb_ones_packet
+2 mem_usb_two_packet
+1 mem_usb0_state
+1 mem_usb_offline_check_gpio
+
+0 mem_usb_clear_mem_start
+0 mem_usb_setup
+1 mem_usb_setup_bmRequestType
+1 mem_usb_setup_bRequest
+1 mem_usb_setup_bValue
+1 mem_usb_setup_bValueH
+2 mem_usb_setup_wIndex
+1 mem_usb_setup_bLength
+1 mem_usb_setup_bLengthH
+64 mem_usb0_set_report_data
+64 mem_usb0_get_report_data
+2 mem_usb_setup_bValue_temp
+1 mem_usb0_get_set_report
+1 mem_usb0_data_ready_report
+1 mem_usb_tx_win_enable
+1 mem_usb_tx_mac_enable
+1 mem_usb_idle_flag
+1 mem_usb_idle_rate
+1 mem_usb_get_protocol_flag
+1 mem_usb_set_protocol_status
+1 mem_usb_set_protocol_value
+1 mem_usb_state
+1 mem_usb_remote_wakeup
+1 mem_usb_clear_remote_wakeup
+1 mem_sdsystem_wakeup_flag
+1 mem_usb_ep0_stall_status
+1 mem_usb_ep1_stall_status
+1 mem_usb_ep2_stall_status
+1 mem_usb_ep3_stall_status
+2 mem_dsc_info_data_pointer
+1 mem_dsc_info_len
+1 mem_usb_ep1_data
+1 mem_usb_ep2_data
+1 mem_usb_tx_enable
+1 mem_usb_device_enumeration_endflag
+1 mem_usb_wakestate_onetime_flag
+1 mem_usb_mac_wakeup_trig
+1 mem_usb_set_high_addr_flag
+1 mem_usb_clear_halt
+16 mem_usb_mouse_data
+16 mem_usb_kb_data
+16 mem_usb_kb_multikey
+16 mem_usb_kb_system
+2 mem_usb_test_cnt
+10 mem_usb_test_kb
+0 mem_usb_clear_mem_end
+
+)
+
+//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
+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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/format/utility.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/output/auth.rom	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/output/auth.rom	(working copy)
@@ -0,0 +1,1517 @@
+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
+02
+8a
+24
+66
+82
+01
+00
+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
+12
+13
+00
+02
+4d
+2a
+02
+00
+00
+14
+00
+02
+02
+29
+02
+00
+00
+15
+00
+02
+08
+29
+02
+02
+01
+16
+00
+02
+03
+28
+01
+12
+17
+00
+02
+4d
+2a
+02
+00
+00
+18
+00
+02
+02
+29
+02
+00
+00
+19
+00
+02
+08
+29
+02
+03
+01
+1a
+00
+02
+03
+28
+01
+02
+1b
+00
+02
+4b
+2a
+1b
+05
+0c
+09
+01
+a1
+01
+85
+02
+09
+e9
+09
+ea
+09
+e2
+09
+30
+15
+01
+25
+0c
+75
+10
+95
+01
+81
+00
+c0
+1c
+00
+02
+03
+28
+01
+02
+1d
+00
+02
+4a
+2a
+04
+11
+01
+00
+01
+1e
+00
+02
+03
+28
+01
+04
+1f
+00
+02
+4c
+2a
+01
+00
+20
+00
+02
+00
+28
+02
+0f
+18
+21
+00
+02
+03
+28
+01
+12
+22
+00
+02
+19
+2a
+01
+63
+00
+00
+02
+13
+00
+02
+00
+02
+13
+00
+01
+00
+02
+13
+00
+04
+00
+02
+13
+00
+06
+00
+02
+13
+00
+05
+00
+02
+13
+00
+00
+00
+02
+17
+00
+00
+28
+02
+17
+00
+00
+00
+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
+11
+55
+43
+48
+4f
+4e
+20
+30
+31
+20
+20
+20
+20
+20
+20
+20
+20
+20
+08
+00
+02
+03
+28
+01
+02
+09
+00
+02
+01
+2a
+02
+c8
+00
+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
+02
+8a
+24
+66
+82
+01
+00
+0f
+00
+02
+00
+28
+02
+f0
+ff
+10
+00
+02
+03
+28
+01
+12
+11
+00
+02
+f1
+ff
+0e
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+12
+00
+02
+02
+29
+02
+00
+00
+13
+00
+02
+03
+28
+01
+08
+14
+00
+02
+f2
+ff
+0e
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
Index: output/bt_format.meta
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/output/bt_format.meta	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/output/bt_format.meta	(working copy)
@@ -0,0 +1,8121 @@
+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_hci_opcode_ocf
+0x0560 mem_hci_opcode_ogf
+0x0561 mem_hci_event_head_type
+0x0562 mem_hci_event_head_event_code
+0x0563 mem_hci_event_para_total_length
+0x0564 mem_hci_command_complete_num_hci_command_packet
+0x0565 mem_hci_command_complete_command_opcode
+0x0565 mem_hci_opcode
+0x0567 mem_hci_command_complete_return_parameter
+0x0567 mem_hci_command_complete_return_parameter_status
+0x0568 mem_hci_command_complete_return_parameter_chip_id
+0x055e mem_module_le_rx_data_len
+0x0560 mem_module_le_rx_data_address
+0x0562 mem_module_le_rx_data_handle
+0x055e mem_init_cnt
+0x0560 mem_data_pre
+0x0562 mem_data_current
+0x0564 mem_data_sum
+0x0567 mem_data_value
+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_devicedesc
+0x0612 mem_confdesc
+0x064e mem_string0
+0x0653 mem_string1
+0x0671 mem_string2
+0x068f mem_string3
+0x06ad mem_cb_usb_config
+0x06af mem_usb_tx_interval
+0x06b0 mem_usb_vid_pid
+0x06b9 mem_usb_zero_packet
+0x06bb mem_usb_ones_packet
+0x06bd mem_usb_two_packet
+0x06bf mem_usb0_state
+0x06c0 mem_usb_offline_check_gpio
+0x06c1 mem_usb_clear_mem_start
+0x06c1 mem_usb_setup
+0x06c1 mem_usb_setup_bmRequestType
+0x06c2 mem_usb_setup_bRequest
+0x06c3 mem_usb_setup_bValue
+0x06c4 mem_usb_setup_bValueH
+0x06c5 mem_usb_setup_wIndex
+0x06c7 mem_usb_setup_bLength
+0x06c8 mem_usb_setup_bLengthH
+0x06c9 mem_usb0_set_report_data
+0x0709 mem_usb0_get_report_data
+0x0749 mem_usb_setup_bValue_temp
+0x074b mem_usb0_get_set_report
+0x074c mem_usb0_data_ready_report
+0x074d mem_usb_tx_win_enable
+0x074e mem_usb_tx_mac_enable
+0x074f mem_usb_idle_flag
+0x0750 mem_usb_idle_rate
+0x0751 mem_usb_get_protocol_flag
+0x0752 mem_usb_set_protocol_status
+0x0753 mem_usb_set_protocol_value
+0x0754 mem_usb_state
+0x0755 mem_usb_remote_wakeup
+0x0756 mem_usb_clear_remote_wakeup
+0x0757 mem_sdsystem_wakeup_flag
+0x0758 mem_usb_ep0_stall_status
+0x0759 mem_usb_ep1_stall_status
+0x075a mem_usb_ep2_stall_status
+0x075b mem_usb_ep3_stall_status
+0x075c mem_dsc_info_data_pointer
+0x075e mem_dsc_info_len
+0x075f mem_usb_ep1_data
+0x0760 mem_usb_ep2_data
+0x0761 mem_usb_tx_enable
+0x0762 mem_usb_device_enumeration_endflag
+0x0763 mem_usb_wakestate_onetime_flag
+0x0764 mem_usb_mac_wakeup_trig
+0x0765 mem_usb_set_high_addr_flag
+0x0766 mem_usb_clear_halt
+0x0767 mem_usb_mouse_data
+0x0777 mem_usb_kb_data
+0x0787 mem_usb_kb_multikey
+0x0797 mem_usb_kb_system
+0x07a7 mem_usb_test_cnt
+0x07a9 mem_usb_test_kb
+0x07b3 mem_usb_clear_mem_end
+0x07b3 mem_dg_rssi_noise_buffer
+0x08b3 mem_dg_rssi_noise_dg_buffer
+0x09b3 mem_dg_rssi_noise_ms_buffer
+0x0ab3 mem_dg_rssi_noise_kb_buffer
+0x0bb3 mem_usb_rxbuf_new//at least 68B
+0x0bf7 mem_usb_rxbuf_new_end
+
+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_txheader
+0x412a mem_le_txlen
+0x412b mem_le_txpayload
+0x422b mem_le_name_len
+0x422c mem_le_name
+0x424a mem_le_ltk
+0x425a mem_ltk_exists
+0x425b mem_le_rconfirm
+0x426b mem_le_srand
+0x427b mem_le_iat
+0x427c mem_le_rat
+0x427d mem_le_preq
+0x427e mem_le_preq_iocap
+0x427f mem_le_preq_oob
+0x4280 mem_le_preq_auth
+0x4281 mem_le_preq_max_keysize
+0x4282 mem_le_preq_init_key_distribution
+0x4283 mem_le_preq_resp_key_distribution
+0x4284 mem_le_pres
+0x4285 mem_le_pres_iocap
+0x4286 mem_le_pres_oob
+0x4287 mem_le_pres_auth
+0x4288 mem_le_pres_max_keysize
+0x4289 mem_le_pres_init_key_distribution
+0x428a mem_le_pres_resp_key_distribution
+0x428b mem_le_notify_handle
+0x428d mem_le_search_uuid_length
+0x428e mem_le_search_uuid
+0x429e mem_le_conn_param
+0x429e mem_le_conn_peer_addr_type
+0x429f mem_le_conn_peer_addr
+0x42a5 mem_le_conn_own_addr_type
+0x42a6 mem_le_interval_min
+0x42a8 mem_le_interval_max
+0x42aa mem_le_latency
+0x42ac mem_le_timeout
+0x42ae mem_le_lap
+0x42b1 mem_le_uap
+0x42b2 mem_le_nap
+0x42b4 mem_le_local_mtu
+0x42b6 mem_le_remote_mtu
+0x42b8 mem_le_skdm
+0x42c0 mem_le_skds
+0x42c8 mem_le_init_superto
+0x42ca mem_ui_le_uuid_table
+0x42cc mem_le_secure_connect_flag
+0x42cd mem_le_secure_connect_state
+0x42ce mem_le_sc_confirm_gkey_flag
+0x42cf mem_le_pairing_state
+0x42d0 mem_le_enc_state
+0x42d1 mem_le_pairing_mode
+0x42d2 mem_le_tk
+0x42d6 mem_le_ediv
+0x42d8 mem_le_rand
+0x42e0 mem_le_irk
+0x42f0 mem_le_transmit_window
+0x42f4 mem_le_configuration
+0x42f5 mem_le_fixed_ltk
+0x4305 mem_le_pairing_handle
+0x4307 mem_le_packet_llid
+0x4308 mem_le_l2cap_size
+0x430a mem_le_packet_len_recved
+0x430c mem_le_payload_ptr
+0x430e mem_le_signaling_identifier
+0x430f mem_le_l2cap_signaling_conn_param_update_rsp_result
+0x4311 mem_le_md_count
+0x4312 mem_ble_l2cap_tx_buff0_ptr
+0x4314 mem_ble_l2cap_tx_buff_size_ptr
+0x4316 mem_le_scan_enable
+0x4317 mem_le_scan_interval
+0x4319 mem_le_scan_window
+0x431b mem_le_adv_data_len
+0x431c mem_le_adv_data
+0x433b mem_le_scan_data_len
+0x433c mem_le_scan_data
+0x435b mem_le_adv_enable
+0x435c mem_le_adv_param
+0x435c mem_le_adv_interval
+0x435e mem_le_adv_type
+0x435f mem_le_adv_own_addr_type
+0x4360 mem_le_adv_direct_addr
+0x4366 mem_le_adv_channel_map
+0x4367 mem_le_scan_params
+0x4367 mem_le_scan_type
+0x4368 mem_le_scan_own_addr_type
+0x4369 mem_le_l2cap_att_states
+0x436a mem_le_att_opcode
+0x436b mem_le_att_handle
+0x436d mem_le_search_res
+0x436e mem_le_local_feature
+0x4376 mem_le_tx_phys
+0x4377 mem_le_rx_phys
+0x4378 mem_remote_rx_max_octets
+0x437a mem_remote_rx_max_time
+0x437c mem_remote_tx_max_octets
+0x437e mem_remote_tx_max_time
+0x4380 mem_local_rx_max_octets
+0x4382 mem_local_rx_max_time
+0x4384 mem_local_tx_max_octets
+0x4386 mem_local_tx_max_time
+0x4388 mem_cb_check_wakelock
+0x438a mem_cb_before_hibernate
+0x438c mem_cb_before_lpm
+0x438e mem_cb_le_process
+0x4390 mem_cb_idle_process
+0x4392 mem_cb_bb_event_process
+0x4394 mem_cb_att_write
+0x4396 mem_cb_ble_transmit
+0x4398 mem_cb_event_timer
+0x439a mem_cb_bt_set_mult
+0x439c mem_cb_spi_flash_write_complate
+0x439e mem_cb_before_lpm_sleep
+0x43a0 mem_eeprom_base
+0x43a2 mem_wake_up_delay_timer
+0x43a3 mem_app_connection_options
+0x43a4 mem_app_disconn_reason
+0x43a6 mem_app_disconn_reason_flag
+0x43a8 mem_xrecord_mode
+0x43a9 mem_eeprom_block_size
+0x43aa mem_spi_init_clk
+0x43ab mem_spi_init_delay_time
+0x43ac mem_spi_ncs_gpio
+0x43ad mem_nv_data_ptr
+0x43af mem_nv_data_number
+0x43b0 mem_queue_ptr
+0x43b2 mem_3v_adc_io_data
+0x43b4 mem_2v_adc_hvin_data
+0x43b6 mem_2v_adc_vinlpm_data
+0x43b8 mem_1v_adc_io_data
+0x43ba mem_3v_adc_hvin_data
+0x43bc mem_3v_adc_vinlpm_data
+0x43be mem_app_adc_read_count
+0x43bf mem_start_adc_clkn
+0x43c0 mem_reference_voltage
+0x43c2 mem_adc_config_flag
+0x43c3 mem_adc_channel
+0x43c4 mem_adc_current_value
+0x43c6 mem_adc_power_flag//bit0:low power falg ; bit1:no power flag
+0x43c7 mem_spi_write_addr
+0x43ca mem_spi_write_ptr
+0x43cc mem_spi_write_len
+0x43ce mem_spi_write_flash_sm
+0x43cf mem_spi_cs_gpio
+0x43d0 mem_spi_si_gpio
+0x43d1 mem_spi_so_gpio
+0x43d2 mem_spi_sclk_gpio
+0x43d3 mem_spi_wp_gpio
+0x43d4 mem_spi_hold_gpio
+0x43d5 mem_eeprom_wp_gpio
+0x43d6 mem_eeprom_scl_gpio
+0x43d7 mem_eeprom_sda_gpio
+0x43d8 mem_kscan_ptr
+0x43da mem_key_num_ptr
+0x43da mem_keyscan_ptr
+0x43dc mem_key_value_retention
+0x43de mem_power_param_ptr
+0x43e0 mem_efuse_header
+0x43e3 mem_seqi
+0x43e4 mem_set_cdb_on
+0x43e5 mem_syn_cal_ctrl
+0x43e6 mem_dig_aon_vsel
+0x43e7 mem_syn_afc_cfg1
+0x43e8 mem_rf_ldo_cfg1
+0x43e9 mem_rc_cal
+0x43ea mem_nec_decode_error_value
+0x43eb mem_wdt_always_work
+0x43ec mem_rf_debug_rx_gpio
+0x43ed mem_rf_debug_tx_gpio
+0x43ee mem_l2cap_xmem_start
+0x43ee mem_used_map
+0x43ef mem_tx_fifo0
+0x43ef mem_tx_fifo0_map
+0x43f0 mem_tx_fifo0_ptr
+0x43f2 mem_tx_fifo1
+0x43f2 mem_tx_fifo1_map
+0x43f3 mem_tx_fifo1_ptr
+0x43f5 mem_tx_fifo2
+0x43f5 mem_tx_fifo2_map
+0x43f6 mem_tx_fifo2_ptr
+0x43f8 mem_tx_fifo3
+0x43f8 mem_tx_fifo3_map
+0x43f9 mem_tx_fifo3_ptr
+0x43fb mem_tx_fifo_end
+0x43fb mem_l2cap_lpm_txbuf_ptr
+0x43fd mem_l2cap_xmem_end
+0x43fd mem_ccm_pcnt_tx
+0x4402 mem_ccm_pcnt_rx
+0x4407 mem_ccm_last_mic
+0x440b mem_ccm_iv
+0x440b mem_ccm_ivm
+0x440f mem_ccm_ivs
+0x4413 mem_ccm_len
+0x4415 mem_ccm_rx_ptr
+0x4417 mem_ipc_lock_bt
+0x4418 mem_ipc_lock_c51
+0x4419 mem_ipc_fifo_bt2c51
+0x4421 mem_ipc_fifo_c512bt
+0x4429 mem_ui_button_timer
+0x442a mem_ui_button_last_state
+0x442b mem_ui_timer_last_btclk
+0x442f mem_ui_state_map
+0x4431 mem_ui_button_timeout
+0x4432 mem_ui_button_gpio
+0x4433 mem_ui_led_init_state_set
+0x4434 mem_ui_led_struct_num
+0x4435 mem_ui_led_struct_ptr
+0x4437 mem_ble_v2_xbox
+0x4477 mem_ble_v2_pdu
+0x449e mem_ble_v2_customer_id
+0x449f mem_ble_v2_packet_num
+0x44a0 mem_ble_v2_subtype
+0x44a1 mem_ble_v2_maintype
+0x44a2 mem_ble_v2_addr
+0x44a6 mem_ble_v2_group_index
+0x44a7 mem_ble_v2_cmd
+0x44a9 mem_ble_v2_para
+0x44ad mem_ble_customer_id
+0x44ae mem_ble_count
+0x44af mem_ble_sub_type
+0x44b0 mem_ble_main_type
+0x44b1 mem_ble_addr
+0x44b5 mem_ble_group
+0x44b6 mem_ble_cmd
+0x44b8 mem_ble_para
+0x44bc mem_ble_rfu
+0x44bf mem_ble_relay
+0x44c0 mem_ble_is_app
+0x44c1 mem_adv_CRC_False_initValue
+0x44c3 mem_CRC16_polynomial
+0x44c5 mem_ble_pack_cb
+0x44c7 mem_ble_v2_tx_end_dummy
+0x44c7 mem_ftd_device_option
+0x44c8 mem_light_gm_tx_addr_type
+0x44c9 mem_light_gm_tx_len
+0x44ca mem_light_gm_tx_header
+0x44d7 mem_light_gm_tx
+0x44d7 mem_light_gm_tx_press_time
+0x44d8 mem_light_gm_tx_remoter_ID
+0x44d9 mem_light_gm_tx_remoter_addr
+0x44db mem_light_gm_tx_group_num
+0x44dc mem_light_gm_tx_code
+0x44dd mem_light_gm_tx_count
+0x44de mem_light_gm_tx_sum
+0x44df mem_gem_cnt_inces_timeout
+0x44e1 mem_gem_long_keypress_timeout
+0x44e3 mem_gem_long_cnt_enable
+0x44e4 mem_light_KY_tx
+0x44e4 mem_light_KY_tx_header
+0x44fb mem_light_KY_tx_len
+0x44fc mem_light_KY_tx_code1
+0x44fd mem_light_KY_tx_remoter_ID
+0x4501 mem_light_KY_tx_group_num
+0x4502 mem_light_KY_tx_code2
+0x4503 mem_light_KY_tx_sum
+0x4505 mem_light_KY_tx_CRC
+0x4507 mem_light_KY_tx_count
+0x4509 mem_light_group_num
+0x450a mem_light_JYM_whitening_header
+0x4516 mem_light_JYM_tx
+0x4516 mem_light_JYM_tx_header
+0x451e mem_light_JYM_tx_len
+0x451f mem_light_JYM_tx_cmd
+0x4520 mem_light_JYM_tx_ID
+0x4524 mem_light_JYM_tx_group
+0x4525 mem_light_JYM_tx_data
+0x4526 mem_light_JYM_tx_count
+0x4527 mem_light_JYM_tx_sum
+0x4529 mem_light_JYM_tx_CRC
+0x452b mem_light_JYM_tx_temp
+0x4550 mem_adv_cnts
+0x4551 mem_cb_light_ac_detecting
+0x4553 mem_cb_light_gradual_dimmer
+0x4555 mem_light_pwm_freq_w
+0x4557 mem_light_pwm_freq_y
+0x4559 mem_light_pwm_freq_l
+0x455b mem_light_W_aim_pcnt
+0x455d mem_light_Y_aim_pcnt
+0x455f mem_light_L_aim_pcnt
+0x4561 mem_light_gradual_step_w
+0x4562 mem_light_gradual_step_y
+0x4563 mem_light_gradual_step_l
+0x4564 mem_light_mix_change_delay_time
+0x4566 mem_temp_flag
+0x4567 mem_light_pwm_enable_flag
+0x4568 mem_light_gpio_pin_w
+0x4569 mem_light_gpio_pin_y
+0x456a mem_light_gpio_pin_l
+0x4551 mem_kscan_record_keypress
+0x4559 mem_kscan_row_nums
+0x455a mem_kscan_col_nums
+0x455b mem_kscan_row_gpio_pin
+0x4563 mem_kscan_col_gpio_pin
+0x456b mem_kscan_row_scanned
+0x456c mem_kscan_col_scanned
+0x456d mem_keypress_analysis_flag
+0x456e mem_kscan_avoid_shake_delay_time
+0x4570 mem_scan_col
+0x4571 mem_kscan_enable
+0x4572 mem_long_press_adv_timeout
+0x4574 mem_kscan_analysis_interval_timeout
+0x4576 mem_FTD_adv_raw_device_add_temp
+0x4578 mem_set_clear_code_timeout_enable
+0x4579 mem_light_lpm_enable
+0x457a mem_light_manufacture_id
+0x457b mem_light_indicator_led
+0x457c mem_groups_num
+0x457d mem_light_last_key
+0x457e mem_light_different_key_press_flag
+0x457f mem_FTD_adv_raw
+0x457f mem_FTD_adv_raw_cmd
+0x4580 mem_FTD_adv_raw_device_add
+0x4582 mem_FTD_adv_raw_data
+0x4585 mem_FTD_adv_raw_packet_num
+0x4586 mem_FTD_adv_raw_reserved
+0x4587 mem_FTD_adv_raw_encryption
+0x458f mem_long_press_timeout
+0x4591 mem_light_num_of_long_press
+0x4592 mem_light_color_switch_cnt
+0x4593 mem_light_brightness_switch_flag
+0x4594 mem_light_rgb_hand_actuated_flag
+0x4595 mem_rgb_switch
+0x4596 mem_light_rgb_auto_flag
+0x4597 mem_rgb_on_and_off
+0x4598 mem_light_group1_on_and_off_flag
+0x4599 mem_light_group2_on_and_off_flag
+0x459a mem_light_group3_on_and_off_flag
+0x459b mem_light_group4_on_and_off_flag
+0x459c mem_light_current_key
+0x459d mem_ble_light_adv_timeout
+0x459f mem_light_on_off_alternant
+0x45a0 mem_fan_speed
+0x45a1 mem_fan_direction_alternant
+0x45a2 mem_fan_on_off_flag
+0x45a3 mem_ble_xboxes
+0x4623 mem_adv_packet
+0x4623 mem_adv_packet_header
+0x463a mem_adv_packet_payload
+0x4648 mem_adv_packet_tailer
+0x464a mem_light_whitening_buffer
+0x4671 mem_light_whitening_k
+0x4673 mem_light_for_loop_cnt1
+0x4674 mem_light_for_loop_cnt2
+0x4675 mem_light_recvd_len
+0x4676 mem_light_whitening_i
+0x4677 mem_light_whitening_i1
+0x467b mem_light_whitening_i2
+0x467f mem_light_whitening_i3
+0x4683 mem_light_whitening_i4
+0x4687 mem_light_whitening_n
+0x4688 mem_light_para1
+0x468c mem_light_para2
+0x4691 mem_light_for_loop_lshift
+0x4699 mem_light_integer_1_lshift_temp
+0x46a1 mem_light_lpm_enable_timeout
+0x46a3 mem_indicator_turn_on_enable
+0x46a4 mem_indicator_led_turn_on_timeout
+0x46a6 mem_light_on_and_off_flag
+0x46a7 mem_fan_deflector_flag
+0x46a8 mem_light_aid_swtich_flag
+0x46a9 mem_light_manufacture_id2
+0x46aa mem_light_manufacture_id2_v2
+0x46ab mem_light_whitening_buffer_2
+0x46d2 mem_ble_v2_pdu_2
+0x46f9 mem_light_rgb_on_and_off_flag
+0x46fa mem_rgb_loop_on_and_off
+0x46fb mem_r_g_b_switch_flag
+0x46fc mem_adv_manufacturer_switch_flag
+0x46fd mem_adv_manufacturer_switch_flag1
+0x46fe mem_adv_manufacturer_switch_flag2
+0x46ff mem_adv_manufacturer_switch_flag3
+0x4700 mem_fan_on_and_off_flag
+0x4701 mem_light_release_adv_flag
+0x4702 mem_light_blink_state_flag
+0x4703 mem_light_indicator_led_blink_enable
+0x4704 mem_light_continuous_kps_cnt_reset_timeout
+0x4706 mem_light_key1_continuous_kps_cnt
+0x4707 mem_light_key2_continuous_kps_cnt
+0x4708 mem_light_key3_continuous_kps_cnt
+0x4709 mem_light_key4_continuous_kps_cnt
+0x470a mem_light_key5_continuous_kps_cnt
+0x470b mem_light_key6_continuous_kps_cnt
+0x470c mem_light_key7_continuous_kps_cnt
+0x470d mem_light_key8_continuous_kps_cnt
+0x470e mem_light_key9_continuous_kps_cnt
+0x470f mem_light_key10_continuous_kps_cnt
+0x4710 mem_light_key11_continuous_kps_cnt
+0x4711 mem_light_key12_continuous_kps_cnt
+0x4712 mem_light_key13_continuous_kps_cnt
+0x4713 mem_light_key14_continuous_kps_cnt
+0x4714 mem_light_key15_continuous_kps_cnt
+0x4715 mem_light_key16_continuous_kps_cnt
+0x4716 mem_16groups_on_off
+0x4718 mem_group_flag
+0x4719 mem_channel_enable
+0x471a mem_channel_num
+0x471b mem_scene_enable
+0x471c mem_special_agreemeet_enable
+0x471d mem_light_short_keypress_timeout
+0x471f mem_light_color_and_lgtness_long_press_adv_enable
+0x4720 mem_airchange_speed
+0x4721 mem_fan_tap_speed
+0x4722 mem_light_airchange_flag
+0x4723 mem_light_warm_wake_flag
+0x4724 mem_light_warm_powerful_flag
+0x4725 mem_light_fan_on_and_off
+0x4726 mem_light_bath_on_off_flag
+0x4727 mem_long_press_protect_enble_flag
+0x4728 mem_long_press_protect_cnt
+0x4729 mem_long_press_protect_start_flag
+0x472a mem_kscan_press_row_gpio
+0x4732 mem_light_fan_on_and_off_flag
+0x4733 mem_light_lpm_gpio_config_flag
+0x4737 mem_light_lpm_gpio_config_io_temp
+0x4738 mem_light_timing_of_alter_flag
+0x4739 mem_light_adv_packet
+0x4739 mem_light_adv_packet_cmd
+0x473a mem_light_adv_packet_addr
+0x473c mem_light_adv_packet_data
+0x473f mem_light_adv_packet_packetnum
+0x4740 mem_light_adv_packet_reserve
+0x4741 mem_light_adv_packet_encry
+0x4747 mem_light_adv_packet_CRC
+0x4749 mem_scene_led_timeout
+0x474b mem_scene_led_cnt
+0x474c mem_ble_rx_on_and_off
+0x474d mem_long_press_scene_timeout
+0x474e mem_le_adv_scan_channel
+0x474f mem_le_lap_addr
+0x4753 mem_le_lap_addr_temp
+0x4757 mem_le_lap_v2_addr
+0x475b mem_light_scene_mode
+0x475c mem_le_addr_change_flag
+0x475d mem_rmt_keydown_cb
+0x475f mem_rmt_released_cb
+0x4761 mem_rmt_long_press_cb
+0x4763 mem_rmt_continuous_keydown_cb
+0x4765 mem_rmt_continuous_kps_time
+0x4767 mem_light_adv_time
+0x4769 mem_claer_code_time
+0x476b mem_ble_v2_customer_id_copy
+0x476c mem_ftd_fan_cfg_catch
+0x476c mem_fan_protocol_select_flag
+0x476d mem_fan_tx_pin
+0x476e mem_fan_yc_identify_flag
+0x476f mem_customer_id
+0x4770 mem_customer_id_v2
+0x4771 mem_id_universal
+0x4772 mem_manufacture_id_temp
+0x4773 mem_light_device_flag
+0x4774 mem_ble_ch_mapped
+0x4775 mem_ble_v2_decoder
+0x4777 mem_light_speed_temp
+0x4778 mem_light_blink_count
+0x4779 mem_pairing_timeout
+0x477b mem_light_pairing_enable
+0x477c mem_light_last_packetnum
+0x477d mem_yc_fan_ble_addr
+0x4783 mem_recv_addr
+0x4789 mem_fan_tx_bits_loop
+0x478b mem_fan_opcode
+0x478c mem_fan_tx_cnt
+0x478d mem_fan_433code_packet//预留8字节
+0x4795 mem_fan_tx_loop
+0x4797 mem_fan_tx_loop2
+0x4799 mem_fan_433_opcode
+0x479a mem_fan_tx_gpio
+0x479b mem_fan_tx_gpio_reg
+0x479d mem_433_tx_cb
+0x479f mem_fan_packet_indiscriminate_cb
+0x47a1 mem_ble_parameter
+0x47a1 mem_ble_parameter_cmd
+0x47a3 mem_ble_parameter_para
+0x47a7 mem_ble_parameter_addr
+0x47a9 mem_ble_parameter_group
+0x47aa mem_fan_addr_433
+0x4437 mem_24g_lap
+0x443d mem_24g_rxbuf
+0x445f mem_24g_txbuf
+0x447f mem_24g_txpayload
+0x44a3 mem_24g_rxpayload
+0x44c3 mem_24g_rxdata_length
+0x44c4 mem_24g_pid
+0x44c5 mem_24g_no_ack
+0x44c6 mem_24g_sta_crc
+0x44c9 mem_24g_last_crc
+0x44cc mem_24g_sta_pid
+0x44cd mem_24g_last_pid
+0x44ce mem_24g_datalen
+0x44cf mem_24g_data_type
+0x44d0 mem_24g_txlen
+0x44d1 mem_24g_rx_window
+0x44d3 mem_24g_ch
+0x44d4 mem_24g_current_ch_number
+0x44d5 mem_24g_addr
+0x44d9 mem_24g_ch_map1
+0x44dd mem_24g_ch_map2
+0x44e1 mem_24g_ch_map3
+0x44e5 mem_24g_ch_map4
+0x44e9 mem_24g_tx_btclk
+0x44ed mem_24g_interval
+0x44ee mem_24g_interval_min
+0x44ef mem_24g_interval_max
+0x44f0 mem_24g_syncword
+0x44f2 mem_24g_syncword_crc8
+0x44f3 mem_24g_get_syncword_crc8
+0x44f4 mem_24g_pair_switch
+0x44f5 mem_24g_enter_hibernate
+0x44fd mem_24g_rx_phy
+0x44fe mem_24g_tx_phy
+0x44ff mem_24g_ch_map_update
+0x4500 mem_24g_ch_update_map1
+0x4504 mem_24g_ch_update_map2
+0x4508 mem_24g_ch_update_map3
+0x450c mem_24g_ch_update_map4
+0x4510 mem_24g_disable_fec1
+0x4511 mem_24g_pair_addr
+0x4515 mem_24g_pair_ch
+0x4516 mem_24g_pair_tx_power
+0x4517 mem_rssi_buff_index
+0x4518 mem_24g_device1_bind_step
+0x4519 mem_24g_device2_bind_step
+0x451a mem_24g_bind_device_status
+0x451b mem_24g_bind_payload
+0x4523 mem_cb_24g_receive_process
+0x4525 mem_cb_24g_ackpayload
+0x4527 mem_cb_24g_data_device1
+0x4529 mem_cb_24g_data_device2
+0x452b mem_24g_rxdata_temp
+0x454d mem_24g_abort_packet
+0x454e mem_24g_hop_btclk
+0x4552 mem_24g_hop_interval
+0x4553 mem_24g_pair_mode
+0x4554 mem_24g_ackpayload_enable
+0x4555 mem_24g_hop_packet
+0x4556 mem_24g_mode_switch
+0x4557 mem_24g_nodata_timer_enable
+0x4558 mem_24g_mode_init
+0x4559 mem_24g_work_mode
+0x455a mem_24g_time_slice
+0x455b mem_24g_self_last_ch
+0x455c mem_24g_self_ch_number
+0x455d mem_24g_self_config_ch_once
+0x455e mem_24g_device1_last_ch
+0x455f mem_24g_device1_ch_number
+0x4560 mem_24g_device1_config_ch_once
+0x4561 mem_24g_device2_last_ch
+0x4562 mem_24g_device2_ch_number
+0x4563 mem_24g_device2_config_ch_once
+0x4564 mem_24g_led_status
+0x4565 mem_24g_bind_mode_continue
+0x4566 mem_tx_power_temp
+0x4567 mem_24g_mode_B_S_switch
+0x4568 mem_24g_mode_B_S_switch_init
+0x4569 mem_24g_mode_B_S_switch_cnt
+0x456b mem_24g_mode_B_S_switch_exit
+0x456c mem_24g_B_S_time_slice
+0x456d mem_24g_B_S_mode_switch_disable
+0x456e mem_24g_bind_device_living
+0x456f mem_24g_transmitter_addr
+0x4573 mem_24g_device1_addr
+0x4577 mem_24g_device2_addr
+0x457b mem_rssi_noise_avg
+0x457c mem_rssi_noise_index
+0x457d mem_rssi_noise_self_avg
+0x457e mem_rssi_noise_device1_avg
+0x457f mem_rssi_noise_device2_avg
+0x4580 mem_rssi_noise_self_index
+0x4581 mem_rssi_noise_device1_index
+0x4582 mem_rssi_noise_device2_index
+0x4583 mem_rssi_noise_buffer_ptr
+0x4585 mem_rssi_noise_self_buffer_ptr
+0x4587 mem_rssi_noise_device1_buffer_ptr
+0x4589 mem_rssi_noise_device2_buffer_ptr
+0x458b mem_car_hard_soft_switch
+0x458c mem_car_queue_each_size
+0x458d mem_car__queue_length
+0x458e mem_car_queue_curr_num
+0x458f mem_car_queue_read_ptr
+0x4590 mem_car_queue_write_ptr
+0x4591 mem_car_queue_ele
+0x4609 mem_car_pop_queue_buff
+0x461d mem_car_led_num
+0x461e mem_car_led_map
+0x4628 mem_car_style1_led_type
+0x4629 mem_car_style1_blink_count
+0x462a mem_car_style1_struct_led_gpio
+0x462b mem_car_style1_on_time
+0x462d mem_car_style1_off_time
+0x462f mem_car_style1_cb_ledon
+0x4631 mem_car_style1_cb_ledoff
+0x4633 mem_car_style2_led_type
+0x4634 mem_car_style2_blink_count
+0x4635 mem_car_style2_struct_led_gpio
+0x4636 mem_car_style2_on_time
+0x4638 mem_car_style2_off_time
+0x463a mem_car_style2_cb_ledon
+0x463c mem_car_style2_cb_ledoff
+0x463e mem_le_receive_data
+0x463e mem_le_receive_packet_head
+0x4640 mem_le_receive_cmd
+0x4641 mem_le_receive_length
+0x4643 mem_le_receive_payload
+0x464d mem_le_receive_checksum
+0x464e mem_motor1_status
+0x464f mem_motor1_speed
+0x4650 mem_motor2_status
+0x4651 mem_motor2_speed
+0x4652 mem_motor3_status
+0x4653 mem_motor3_speed
+0x4654 mem_motor1_pwm_set
+0x4654 mem_motor1_pwm_pin1_set
+0x4655 mem_motor1_pwm_pin2_set
+0x4656 mem_motor1_pwm_pin_set
+0x4657 mem_motor1_pwm_channel_set
+0x4658 mem_motor1_pwm_freq_set
+0x465b mem_motor1_pwm_dute_set
+0x465c mem_motor2_pwm_set
+0x465c mem_motor2_pwm_pin1_set
+0x465d mem_motor2_pwm_pin2_set
+0x465e mem_motor2_pwm_pin_set
+0x465f mem_motor2_pwm_channel_set
+0x4660 mem_motor2_pwm_freq_set
+0x4663 mem_motor2_pwm_dute_set
+0x4664 mem_motor3_pwm_set
+0x4664 mem_motor3_pwm_pin1_set
+0x4665 mem_motor3_pwm_pin2_set
+0x4666 mem_motor3_pwm_pin_set
+0x4667 mem_motor3_pwm_channel_set
+0x4668 mem_motor3_pwm_freq_set
+0x466b mem_motor3_pwm_dute_set
+0x466c mem_motor_select_p_n
+0x466d mem_car_motor_status
+0x466e mem_car_motor_speed
+0x466f mem_motor_pwm_set
+0x466f mem_motor_pwm_pin1_set
+0x4670 mem_motor_pwm_pin2_set
+0x4671 mem_motor_pwm_pin_set
+0x4672 mem_motor_pwm_channel_set
+0x4673 mem_motor_pwm_freq_set
+0x4676 mem_motor_pwm_dute_set
+0x4677 mem_ir_rx_gpio
+0x4678 mem_ir_data
+0x467a mem_ir_rx_buf
+0x467c mem_ir_receive_clkn
+0x4680 mem_ir_notify_data
+0x4683 mem_ir_notify_data_head
+0x4688 mem_ir_notify_data_payload
+0x468a mem_ir_notify_data_check_sum
+0x468b mem_car_ir_breakdown_check_timer
+0x468c mem_car_ir_breakdown_flag
+0x468d mem_car_led_control
+0x468d mem_car_led1_status
+0x468e mem_car_led2_status
+0x468f mem_car_led3_status
+0x4690 mem_car_led4_status
+0x4691 mem_car_led5_status
+0x4692 mem_car_led6_status
+0x4693 mem_car_led7_status
+0x4694 mem_car_led8_status
+0x4695 mem_car_led_control_timer
+0x4696 mem_car_led_blink_status
+0x4697 mem_car_led_no
+0x4698 mem_car_info_request
+0x469b mem_car_info_request_head
+0x46a0 mem_car_info_request_payload
+0x46a8 mem_car_info_request_checksum
+0x46a9 mem_car_config_param
+0x46a9 mem_car_config_setting_flag
+0x46aa mem_car_config_device_select
+0x46ab mem_car_config_motor_layout
+0x46ac mem_car_config_ir_enable
+0x46ad mem_car_config_ir_rx_gpio
+0x46ae mem_car_config_pairing_led_conn_status
+0x46af mem_car_config_pairing_led_gpio
+0x46b0 mem_car_config_led_num
+0x46b1 mem_car_config_blood_led_gpio
+0x46b1 mem_car_config_blood_led1_gpio
+0x46b2 mem_car_config_blood_led2_gpio
+0x46b3 mem_car_config_blood_led3_gpio
+0x46b4 mem_car_config_blood_led4_gpio
+0x46b5 mem_car_config_blood_led5_gpio
+0x46b6 mem_car_config_blood_led6_gpio
+0x46b7 mem_car_config_blood_led7_gpio
+0x46b8 mem_car_config_blood_led8_gpio
+0x46b9 mem_car_config_bat_notify_enable
+0x46ba mem_car_config_low_voltage_led_gpio
+0x46bb mem_car_config_low_voltage_percent
+0x46bc mem_car_config_soft_switch_enable
+0x46bd mem_car_config_soft_switch_gpio
+0x46be mem_car_notify_vdd_count
+0x46bf mem_car_notify_vdd_timer
+0x46c0 mem_car_notify_vdd_value_last
+0x46c1 mem_car_notify_vdd_percent
+0x46c2 mem_car_working_flag
+0x46c3 mem_low_bat_flag
+0x46c4 mem_notify_bat_packet
+0x46c7 mem_notify_bat_head
+0x46cc mem_notify_bat_payload
+0x46cd mem_notify_bat_check_sum
+0x46ce mem_vdd_notify_flag
+0x46cf mem_car_current_vdd_value_temp
+0x46d1 mem_car_last_vdd_value
+0x46d3 mem_vdd_calculate_set
+0x46d3 mem_vdd_full_vol
+0x46d5 mem_vdd_empty_vol
+0x46d7 mem_vdd_low_vol
+0x46d9 mem_vdd_now_vol
+0x46db mem_car_24g_status
+0x46dc mem_car_24g_no_data_timeout_count
+0x46de mem_car_24g_no_data_timeout_timer
+0x46e0 mem_car_24g_ir_receive_attack_count
+0x46e1 mem_car_24g_go_die_flag
+0x46e2 mem_car_attack_shake_timer
+0x46e3 mem_car_attack_shake_flag
+0x46e4 mem_car_soft_power
+0x46e4 mem_car_power_state
+0x46e5 mem_car_power_timer
+0x46e6 mem_car_power_off_timeout
+0x46e7 mem_car_power_starting_timeout
+0x46e8 mem_car_power_off_cb
+0x46ea mem_car_power_starting_cb
+0x46ec mem_car_power_standby_cb
+0x46ee mem_car_ui_button_up_cb
+0x46f0 mem_car_le_att_list
+0x48e4 mem_car_moto1_blank_timer
+0x48e5 mem_car_moto2_blank_timer
+0x48e6 mem_car_moto3_blank_timer
+0x48e7 mem_car_motor_gpio_num
+0x48e8 mem_car_motor_gpio_map
+0x48e8 mem_car_motor_left_gpio
+0x48e9 mem_car_motor_right_gpio
+0x48ea mem_car_motor_front_gpio
+0x48eb mem_car_motor_back_gpio
+0x48ec mem_car_gpio
+0x48ed mem_car_app_send_speed
+0x48ee mem_rssi_sum
+0x48f0 mem_check_rssi_high_count
+0x48f2 mem_rssi_data
+0x48fa mem_car_24g_received_pac
+0x48fb mem_car_24g_bind_enable_delay_count
+0x48fc mem_car_keyscan
+0x48fc mem_car_key_num
+0x48fd mem_cb_car_keyscan
+0x48ff mem_car_enter_lpm_timer_count
+0x4901 mem_car_enter_lpm_timer
+0x4903 mem_car_enter_lpm_flag
+0x4904 mem_car_24g_ch_polling
+0x4905 mem_car_rssi_noise_buffer
+0x490d mem_car_rssi_noise_car_buffer
+0x4915 mem_car_rssi_noise_remote_buffer
+0x491d mem_car_24g_commom_addr
+0x4921 mem_car_24g_commom_addr_temp
+0x4925 mem_car_24g_commom_addr_read
+0x4929 mem_car_save_addr_flag
+0x492a mem_ble_att_list
+0x458b mem_dg_kb_bind_flag
+0x458c mem_dg_kb_data_sta_data
+0x4594 mem_dg_kb_data_last_data
+0x459c mem_dg_kb_multikey_sta_data
+0x459f mem_dg_kb_multikey_last_data
+0x45a2 mem_dg_kb_system_sta_data
+0x45a5 mem_dg_kb_system_last_data
+0x45a8 mem_dg_kb_blank_data_enable
+0x45a9 mem_dg_kb_mul_blank_data_enable
+0x45aa mem_dg_ms_blank_data_enable
+0x45ab mem_dg_sys_config
+0x45ac mem_dg_usb_vid_pid
+0x45b5 mem_dg_usb_tx_interval
+0x45b6 mem_dg_usb_device_name
+0x45d4 mem_dg_kb_bind_success
+0x45d5 mem_dg_pc_sleep_flag
+0x45d6 mem_dg_24g_tx_power_default
+0x45d7 mem_24g_device1_bind_disable
+0x45d8 mem_24g_device2_bind_disable
+0x45d9 mem_device_uart_tx_gpio
+0x45da mem_device_uart_rx_gpio
+0x45db mem_device_uart_rx_buffer
+0x45dd mem_device_uart_rx_buffer_end
+0x45df mem_device_uart_tx_buffer
+0x45e1 mem_device_uart_tx_buffer_end
+0x45e3 mem_device_uart_baud_rate
+0x45e5 mem_usb_state_led_gpio
+0x45e6 mem_led_state
+0x45e7 mem_dongle_led_blink_enable
+0x45e8 mem_dongle_nodata_count
+0x4518 mem_rssi_hex_received
+0x4519 mem_24g_pair_sm
+0x451a mem_24g_pair_no_ack
+0x451b mem_24g_pair_timeout_init
+0x451d mem_24g_pair_timeout
+0x451f mem_24g_reconn_timeout_init
+0x4521 mem_24g_reconn_timeout
+0x4523 mem_24g_reconn_count
+0x4525 mem_24g_reconn_type
+0x4526 mem_24g_fast_conn_enable
+0x4527 mem_24g_fast_conn_addr
+0x452b mem_24g_receiver_addr
+0x452f mem_24g_fast_conn_temp_ch
+0x4530 mem_24g_receiver_temp_ch
+0x4531 mem_24g_device_temp_ch
+0x4532 mem_rssi_signal_index
+0x4533 mem_rssi_signal_buf_ptr
+0x4535 mem_cb_24g_transmit_data
+0x4537 mem_cb_24g_search_receiver
+0x4539 mem_cb_24g_lpm_before
+0x453b mem_24g_conn_sm
+0x453c mem_24g_ensure
+0x453d mem_24g_txfail_cnt
+0x453f mem_24g_attempt_fail_flag
+0x4540 mem_24g_retry
+0x4541 mem_24g_abort_pac
+0x4542 mem_24g_max_retry
+0x4543 mem_24g_device_addr
+0x4547 mem_24g_short_sleep_set
+0x454a mem_24g_long_sleep_set
+0x4552 mem_24g_long_sleep_set1
+0x4556 mem_24g_pac_index
+0x4557 mem_24g_transmit_by_interrupt
+0x4558 mem_24g_transmit_by_interrupt_exit_count
+0x455a mem_24g_transmit_by_interrupt_exit_count_init
+0x455c mem_24g_long_sleep_param_update_timer_init
+0x455e mem_24g_long_sleep_param_update_timer
+0x4560 mem_24g_fast_hop_count
+0x4561 mem_rssi_avg_received
+0x4562 mem_power_ctrl_level
+0x4563 mem_power_ctrl_pac_succ_cnt
+0x4564 mem_power_ctrl_pac_succ_cnt_init
+0x4565 mem_rssi_dis_min_24g
+0x4566 mem_rssi_dis_max_24g
+0x4567 mem_rssi_hex_received_max_value
+0x4568 mem_rssi_dis_min_ble
+0x4569 mem_rssi_dis_max_ble
+0x456a mem_mouse_key
+0x456b mem_mouse_x
+0x456d mem_mouse_y
+0x456f mem_mouse_z
+0x4570 mem_mouse_tz
+0x4571 mem_mouse_xy_h
+0x4572 mem_mouse_key_last
+0x4573 mem_wheel_tb_old_pinlevel
+0x4574 mem_wheel_tb_new_pinlevel
+0x4575 mem_wheel_tog
+0x4576 mem_mouse_tz_data
+0x4577 mem_mwheel_b_old_pinlevel
+0x4578 mem_mwheel_b_new_pinlevel
+0x4579 mem_mwheel_tog
+0x457a mem_mouse_z_data
+0x457b mem_mouse_wheel_trigger
+0x457c mem_mouse_wheel_trigger_timer
+0x457d mem_mouse_vdd_calculate_set
+0x457d mem_mouse_vdd_full_vol
+0x457f mem_mouse_vdd_empty_vol
+0x4581 mem_mouse_vdd_low_vol
+0x4583 mem_mouse_vdd_now_vol
+0x4585 mem_mouse_vdd_button_press_vol
+0x4587 mem_mouse_vdd_switch_gnd_24g_vol
+0x4589 mem_mouse_vdd_switch_gnd_full_vol
+0x458b mem_mouse_vdd_switch_gnd_shutdown_voltage
+0x458d mem_mouse_vdd_switch_gnd_low_voltage
+0x458f mem_adc_mux_status
+0x4590 mem_adc_read_timer
+0x4591 mem_adc_read_time_init
+0x4592 mem_adc_low_volatage_led_timer_count
+0x4593 mem_adc_low_volatage_led_blink_enable
+0x4594 mem_mouse_adc_last_low_voltage_flag
+0x4595 mem_mouse_adc_button_press_flag
+0x4596 mem_adc_channel_gpio
+0x4597 mem_adc_config_flag_init
+0x4598 mem_mouse_discovery_timeout
+0x459a mem_mouse_24g_pair_timeout_init
+0x459c mem_mouse_direct_timeout
+0x459d mem_mouse_24g_reconn_timeout_init
+0x459e mem_mouse_24g_pair_tx_power
+0x459f mem_rssi_dis_min_24g_init
+0x45a0 mem_rssi_dis_max_24g_init
+0x45a1 mem_rssi_hex_received_max_value_init
+0x45a2 mem_rssi_dis_min_ble_init
+0x45a3 mem_rssi_dis_max_ble_init
+0x45a4 mem_mouse_enable_flag
+0x45a5 mem_mouse_param_config
+0x45a5 mem_lbutton_gpio
+0x45a6 mem_mbutton_gpio
+0x45a7 mem_rbutton_gpio
+0x45a8 mem_bk_button_gpio
+0x45a9 mem_fw_button_gpio
+0x45aa mem_dpi_button_gpio
+0x45ab mem_whee_a_data_gpio
+0x45ac mem_whee_b_data_gpio
+0x45ad mem_mouse_sensor_sclk_gpio
+0x45ae mem_mouse_sensor_sdio_gpio
+0x45af mem_select_sensor_angle_gpio
+0x45b0 mem_sensor_angle_default
+0x45b1 mem_sensor_angle_switch
+0x45b2 mem_config_sensor_dpi
+0x45b3 mem_whee_ta_data_gpio
+0x45b4 mem_whee_tb_data_gpio
+0x45b5 mem_matrix_public_gpio
+0x45b6 mem_config_select_device_button_gpio
+0x45b7 mem_customer_key_gpio
+0x45b8 mem_sensor_motion_gpio
+0x45b9 mem_device_switch_gpio
+0x45ba mem_mouse_reuse_2ice_gpio
+0x45bb mem_config_low_voltage_alarm_gpio
+0x45bc mem_config_device_24g_led_gpio
+0x45bd mem_config_device_bt1_led_gpio
+0x45be mem_config_device_bt2_led_gpio
+0x45bf mem_dpi_led_gpio
+0x45c0 mem_mouse_param_config_end
+0x45c0 mem_config_sensor_type
+0x45c1 mem_config_sensor_angle
+0x45c2 mem_wire_usb_interval
+0x45c3 mem_usb_addr
+0x45c4 mem_mouse_usb_vdd_status
+0x45c5 mem_mouse_usb_keyboard_flag
+0x45c6 mem_mouse_led_type
+0x45c7 mem_mouse_blink_count
+0x45c8 mem_mouse_struct_led_gpio
+0x45c9 mem_mouse_on_time
+0x45cb mem_mouse_off_time
+0x45cd mem_mouse_cb_ledon
+0x45cf mem_mouse_cb_ledoff
+0x45d1 mem_mouse_information_start
+0x45d1 mem_device_flag
+0x45d2 mem_device1_type
+0x45d3 mem_device1_addr
+0x45d9 mem_device1_link_key
+0x45e9 mem_device1_locall_addr
+0x45ef mem_device2_type
+0x45f0 mem_device2_addr
+0x45f6 mem_device2_link_key
+0x4606 mem_device2_locall_addr
+0x460c mem_device3_type
+0x460d mem_mouse_compare_addr_ff
+0x460d mem_device3_addr
+0x4613 mem_device3_link_key
+0x4623 mem_device3_locall_addr
+0x4629 mem_store_flag
+0x462b mem_mouse_dpi
+0x462c mem_mouse_24g_addr
+0x4630 mem_random_addr_increase_count
+0x4632 mem_mouse_retention
+0x4651 mem_mouse_information_end
+0x4651 mem_flash_base
+0x4654 mem_write_flash_head_temp
+0x4658 mem_store_information_delay_timer
+0x4659 mem_store_information_delay_timer_init
+0x465a mem_sensor_id1
+0x465b mem_sensor_id2
+0x465c mem_sensor_shutter_hi
+0x465d mem_sensor_shutter_lo
+0x465e mem_sensor_smart_flag
+0x465f mem_sensor_squal_reg
+0x4660 mem_sensor_iqc
+0x4661 mem_mouse_move_flag
+0x4662 mem_mouse_asm_flag
+0x4663 mem_mouse_x_pre
+0x4665 mem_mouse_y_pre
+0x4667 mem_mouse_data_xtemp
+0x4668 mem_mouse_data_ytemp
+0x4669 mem_mouse_dpi_seting
+0x4669 mem_320x_dpi_0
+0x466a mem_320x_dpi_1
+0x466b mem_320x_dpi_2
+0x466c mem_320x_dpi_3
+0x466d mem_3212_dpi_0
+0x466e mem_3212_dpi_1
+0x466f mem_3212_dpi_2
+0x4670 mem_3212_dpi_3
+0x4671 mem_ka8g2_dpi_0
+0x4672 mem_ka8g2_dpi_1
+0x4673 mem_ka8g2_dpi_2
+0x4674 mem_ka8g2_dpi_3
+0x4675 mem_mouse_cpi_count
+0x4676 mem_mouse_dpi_button_state
+0x4677 mem_mouse_dpi_long_press_flag
+0x4678 mem_sensor_3212_init
+0x4682 mem_sensor_3204_init
+0x468c mem_sensor_3205_init
+0x4696 mem_sensor_32xx_init
+0x46b0 mem_sensor_32xx_init_1
+0x46d2 mem_sensor_8650_init
+0x46f8 mem_sensor_ka8ul_init
+0x4716 mem_sensor_8009_init
+0x4726 mem_sensor_ka8g2_init
+0x4736 mem_sensor_p6520_init
+0x4742 mem_sensor_poweron_init
+0x474a mem_mouse_clear_sensor_data_flag
+0x474b mem_bluetooth_125hz_cnt
+0x474c mem_mouse_long_mult_flag
+0x474d mem_mouse_current_mult_timer
+0x474e mem_reconn_times
+0x474f mem_reconn_times_init
+0x4750 mem_mouse_no_data_timer
+0x4752 mem_device_flag_temp
+0x4753 mem_mouse_rssi_signal_buf
+0x475b mem_btclk_sensor
+0x475f mem_mouse_bluetooth_fast_conn_flag
+0x4760 mem_mouse_discovery_timer
+0x4762 mem_mouse_bluetooth_reconnect_timeout
+0x4763 mem_mouse_need_soft_reset
+0x4764 mem_mouse_le_bb_connected_flag
+0x4765 mem_mouse_le_reconnect_flag
+0x4766 mem_mouse_send_secutiry_request_timer
+0x4767 mem_mouse_le_lap_temp
+0x476a mem_le_adv_ind
+0x476d mem_le_adv_direct_ind
+0x4770 mem_le_adv_swift_pair
+0x4784 mem_le_data_len
+0x4785 mem_le_keyboard_handle
+0x4787 mem_le_multimedia_handle
+0x4789 mem_le_systemctrl_handle
+0x478b mem_le_battery_level_handle
+0x478d mem_le_battery_level_percentage
+0x478e mem_le_battery_level_updata_timer_init
+0x4790 mem_le_battery_level_updata_timer
+0x4792 mem_mouse_le_conn_param_reject
+0x4793 mem_le_tx_buffer0_omemalloc
+0x47b3 mem_le_tx_buffer1_omemalloc
+0x47d3 mem_le_tx_buffer2_omemalloc
+0x47f3 mem_le_tx_buffer3_omemalloc
+0x4813 mem_le_connect_status_flag
+0x4814 mem_le_start_encrypt_timer
+0x4815 mem_mouse_direct_timer
+0x4816 mem_device_addr_temp
+0x481d mem_mouse_bt_boot_mode
+0x481e mem_mouse_bt_boot_data
+0x4823 mem_bt_send_max_slot_req_accept_after_switch
+0x4824 mem_mouse_bt_send_first_package_timer
+0x4825 mem_mouse_bt_send_first_package_flag
+0x4826 mem_lmi_opcode_temp
+0x4827 mem_lpm_mult_init
+0x4828 mem_customer_key
+0x4829 mem_customer_data_trigger
+0x482a mem_customer_data_trigger_last
+0x482b mem_mouse_lkey_press_status
+0x482c mem_mouse_rkey_press_status
+0x482d mem_mouse_mkey_press_status
+0x482e mem_mouse_bkkey_press_status
+0x482f mem_mouse_fwkey_press_status
+0x4830 mem_mouse_dpikey_press_status
+0x4831 mem_mouse_pbkey_press_status
+0x4832 mem_mouse_customerkey_press_status
+0x4833 mem_mouse_key_temp
+0x4834 mem_mouse_key_status
+0x4835 mem_mouse_matrix_key_cow_count
+0x4836 mem_mouse_matrix_key_row_count
+0x4837 mem_mouse_ghost_flag
+0x4838 mem_bt_discovery_count
+0x4839 mem_select_device_count
+0x483a mem_mouse_commbination_key
+0x483b mem_select_device_button_statue
+0x483c mem_commbination_key_statue
+0x483d mem_combination_ui_button_count
+0x483e mem_mouse_search_dongle_interval
+0x483f mem_mouse_search_dongle_ch
+0x4840 mem_mouse_search_dongle_count
+0x4841 mem_mouse_search_dongle_action
+0x4842 mem_24g_enter_lpm_timer
+0x4843 mem_mouse_24g_enter_lpm_enable
+0x4844 mem_mouse_device_poweron_timer_count
+0x4845 mem_mouse_dpi_led_delay_count
+0x4846 mem_mouse_led_off_4_led
+0x4847 mem_24g_device_led_status
+0x4848 mem_mouse_flag
+0x4850 mem_device_number
+0x4851 mem_mouse_page_to
+0x4853 mem_mouse_fast_direct_timeout
+0x4854 mem_mouse_fast_page_to
+0x4856 mem_mouse_24g_power_on_fast_conn_timer
+0x4858 mem_mouse_24g_search_dongle_time_init
+0x485a mem_mouse_no_data_timeout
+0x485c mem_mouse_device_poweron_timer_count_init
+0x485d mem_mouse_dpi_led_delay_count_init
+0x485e mem_mouse_dpi_led_blink_time
+0x4860 mem_mouse_disconvey_led_blink_time
+0x4862 mem_mouse_low_v_led_blink_time
+0x4864 mem_adc_low_volatage_led_blink_timer
+0x4866 mem_mouse_commbination_key_bt
+0x4867 mem_mouse_commbination_key_24g
+0x4868 mem_customer_key_press
+0x4871 mem_customer_key_release
+0x487a mem_mouse_set_high_impedance_bit_set
+0x487d mem_sensor_shutdown_flag
+0x487e mem_24g_long_sleep_set_level
+0x456a mem_remote_car_hard_soft_switch
+0x456b mem_remote_car_queue_each_size
+0x456c mem_remote_car_queue_length
+0x456d mem_remote_car_queue_curr_num
+0x456e mem_remote_car_queue_read_ptr
+0x456f mem_remote_car_queue_write_ptr
+0x4570 mem_remote_car_queue_ele
+0x45ca mem_remote_style_led_type
+0x45cb mem_remote_style_blink_count
+0x45cc mem_remote_style_struct_led_gpio
+0x45cd mem_remote_style_on_time
+0x45cf mem_remote_style_off_time
+0x45d1 mem_remote_style_cb_ledon
+0x45d3 mem_remote_style_cb_ledoff
+0x45d5 mem_remote_car_led_num
+0x45d6 mem_remote_car_led_map
+0x45de mem_remote_car_keyscan
+0x45de mem_remote_car_key_num
+0x45df mem_cb_remote_car_keyscan
+0x45e1 mem_remote_car_key_conf0
+0x45e1 mem_remote_car_key_conf0_pin
+0x45e2 mem_remote_car_key_conf1
+0x45e2 mem_remote_car_key_conf1_pin
+0x45e3 mem_remote_car_key_conf2
+0x45e3 mem_remote_car_key_conf2_pin
+0x45e4 mem_remote_car_key_conf3
+0x45e4 mem_remote_car_key_conf3_pin
+0x45e5 mem_remote_car_key_conf4
+0x45e5 mem_remote_car_key_conf4_pin
+0x45e6 mem_remote_car_key_conf5
+0x45e6 mem_remote_car_key_conf5_pin
+0x45e7 mem_remote_car_key_conf6
+0x45e7 mem_remote_car_key_conf6_pin
+0x45e8 mem_rocker_negative_flag
+0x45e9 mem_rocker_work_status
+0x45ea mem_current_vdd_value_default_mid_x
+0x45ec mem_current_vdd_value_default_mid_y
+0x45ee mem_current_vdd_value_default_mid_temp
+0x45f0 mem_current_vdd_default_range
+0x45f2 mem_rocker_last_status
+0x45f4 mem_rocker_status
+0x45f4 mem_rocker_x_status
+0x45f5 mem_rocker_y_status
+0x45f6 mem_remote_car_config_param
+0x45f6 mem_remote_car_config_setting_flag
+0x45f7 mem_remote_car_config_key_map
+0x45f8 mem_remote_car_config_layout
+0x45f9 mem_remote_car_config_connect_led_gpio
+0x45fa mem_remote_car_config_check_way
+0x45fb mem_remote_car_config_soft_switch_enable
+0x45fc mem_remote_car_config_soft_switch_gpio
+0x45fd mem_remote_car_config_timeout_shutdown_enable
+0x45fe mem_remote_car_24g_motor_packet
+0x45fe mem_remote_car_24g_motor_packet_lenght
+0x45ff mem_remote_car_24g_motor_send_packet_head
+0x4601 mem_remote_car_24g_motor_send_cmd
+0x4602 mem_remote_car_24g_motor_send_length
+0x4604 mem_remote_car_24g_motor_send_payload
+0x4604 mem_remote_car_24g_motor1_payload
+0x4606 mem_remote_car_24g_motor2_payload
+0x4608 mem_remote_car_24g_motor3_payload
+0x460a mem_remote_car_24g_motor_send_checksum
+0x460b mem_remote_car_24g_fire_packet
+0x460b mem_remote_car_24g_fire_packet_lenght
+0x460c mem_remote_car_24g_fire_send_packet_head
+0x460e mem_remote_car_24g_fire_send_cmd
+0x460f mem_remote_car_24g_fire_send_length
+0x4611 mem_remote_car_24g_fire_send_payload
+0x4613 mem_remote_car_24g_fire_send_checksum
+0x4614 mem_remote_car_24g_tx_temp
+0x4623 mem_remote_car_no_data_timeout
+0x4625 mem_remote_car_no_data_timer
+0x4627 mem_remote_car_soft_power
+0x4627 mem_remote_car_power_state
+0x4628 mem_remote_car_power_timer
+0x4629 mem_remote_car_power_off_timeout
+0x462a mem_remote_car_power_starting_timeout
+0x462b mem_remote_car_power_off_cb
+0x462d mem_remote_car_power_starting_cb
+0x462f mem_remote_car_power_standby_cb
+0x4631 mem_remote_key_status
+0x4632 mem_remote_car_24g_status
+0x4633 mem_remote_car_24g_auto_work_step
+0x4634 mem_remote_car_24g_pair_success_flag
+0x4635 mem_remote_car_empty_packet
+0x4636 mem_remote_car_motor1_key0_press_state
+0x4637 mem_remote_car_motor1_key1_press_state
+0x4638 mem_remote_car_motor2_key2_press_state
+0x4639 mem_remote_car_motor2_key3_press_state
+0x463a mem_remote_car_motor1_rel_state
+0x463b mem_remote_car_motor2_rel_state
+0x463c mem_remote_car_no_data_check
+0x463d mem_remote_24g_commom_addr
+0x4641 mem_remote_24g_commom_addr_temp
+0x4645 mem_remote_24g_commom_addr_read
+0x4649 mem_remote_save_addr_flag
+0x4437 mem_hci_uart_tx_gpio
+0x4438 mem_hci_uart_rx_gpio
+0x4439 mem_hci_uart_rts_gpio
+0x443a mem_hci_uart_cts_gpio
+0x443b mem_hci_pwm_12mhz_gpio
+0x4437 mem_soft_version_num
+0x4439 mem_module_wake_up_gpio
+0x443a mem_module_state_gpio
+0x443b mem_module_connect_state_gpio
+0x443c mem_current_packet_length
+0x443e mem_module_state
+0x443f mem_module_mcu_wake_pin
+0x4440 mem_module_mcu_wake_delay_us
+0x4444 mem_module_le_lpm_mult
+0x4445 mem_module_bluetooth_stauts_by_command
+0x4446 mem_module_uart_rx_buffer
+0x4448 mem_module_uart_rx_buffer_end
+0x444a mem_module_uart_tx_buffer
+0x444c mem_module_uart_tx_buffer_end
+0x444e mem_module_uarta_baud_rate
+0x4450 mem_module_read_vdd_flag
+0x4451 mem_module_read_vdd_count
+0x4452 mem_module_vdd_quotient
+0x4453 mem_module_vdd_remainder
+0x4454 mem_module_ble_data_uart_max_length
+0x4455 mem_module_flag
+0x4457 mem_module_hci_notify_len
+0x4458 mem_module_hci_notify_handle
+0x445a mem_module_hci_nofiy_addr
+0x445c mem_module_hci_notify_type
+0x445d mem_module_le_att_list
+0x46b5 mem_module_le_att_list_end
+0x46b5 mem_module_nv_data
+0x46b5 mem_module_nv_data0
+0x46d7 mem_module_nv_data1
+0x46f9 mem_module_nv_data2
+0x471b mem_module_nv_data3
+0x473d mem_module_nv_data4
+0x475f mem_module_nv_data_end
+0x4437 mem_shutter_bluetooth_type
+0x4438 mem_shutter_config_eeprom_offset_addr
+0x443a mem_shutter_config_eeprom_start_flag
+0x443c mem_shutter_config_user_size
+0x443d mem_shutter_config_label
+0x443e mem_shutter_config_otp_addr
+0x4440 mem_classic_shutter_random_mac_offset_addr
+0x4442 mem_ble_shutter_enable_notify
+0x4443 mem_ble_shutter_reconn_adv_interval
+0x4445 mem_ble_shutter_discovery_adv_interval
+0x4447 mem_ble_shutter_reconn_timeout
+0x4449 mem_ble_shutter_reconn_timer
+0x444b mem_ble_shutter_reconn_blink_on_time
+0x444d mem_ble_shutter_reconn_blink_off_time
+0x444f mem_ble_shutter_discovery_blink_on_time
+0x4451 mem_ble_shutter_discovery_blink_off_time
+0x4453 mem_ble_shutter_interval_min
+0x4455 mem_ble_shutter_interval_max
+0x4457 mem_ble_shutter_latency
+0x4459 mem_ble_shutter_timeout
+0x445b mem_ble_shutter_interval_min_new
+0x445d mem_ble_shutter_interval_max_new
+0x445f mem_ble_shutter_latency_new
+0x4461 mem_ble_shutter_timeout_new
+0x4463 mem_classic_shutter_discovery_timeout
+0x4465 mem_classic_shutter_connect_timeout
+0x4467 mem_ble_shutter_discovery_timeout
+0x4469 mem_ble_shutter_connect_timeout
+0x446b mem_shutter_sleep_timeout
+0x446d mem_shutter_sleep_timer
+0x446f mem_shutter_hard_soft_switch_case
+0x4470 mem_shutter_soft_switch_button_gpio
+0x4471 mem_shutter_soft_switch_power_state
+0x4472 mem_shutter_soft_switch_poweron_time
+0x4473 mem_shutter_soft_switch_poweroff_time
+0x4474 mem_shutter_soft_switch_poweron_callback_function
+0x4476 mem_shutter_soft_switch_poweroff_callback_function
+0x4478 mem_shutter_keyscan
+0x4478 mem_shutter_key_num
+0x4479 mem_cb_shutter_keycan
+0x447b mem_shutter_key_conf0
+0x447c mem_shutter_key_conf1
+0x447d mem_shutter_key_conf2
+0x447e mem_shutter_key_conf3
+0x447f mem_shutter_key_conf4
+0x4480 mem_shutter_key_conf5
+0x4481 mem_shutter_key_conf6
+0x4482 mem_shutter_key_conf7
+0x4483 mem_key0_press
+0x4488 mem_key1_press
+0x448d mem_key2_press
+0x4492 mem_key3_press
+0x4497 mem_key4_press
+0x449c mem_key5_press
+0x44a1 mem_key6_press
+0x44a6 mem_key7_press
+0x44ab mem_key0_release
+0x44b0 mem_key1_release
+0x44b5 mem_key2_release
+0x44ba mem_key3_release
+0x44bf mem_key4_release
+0x44c4 mem_key5_release
+0x44c9 mem_key6_release
+0x44ce mem_key7_release
+0x44d3 mem_ble_data_buffer1
+0x44d8 mem_ble_data_buffer2
+0x44dd mem_ble_data_buffer3
+0x44e2 mem_ble_data_buffer4
+0x44e7 mem_ble_data_buffer5
+0x44ec mem_ble_data_buffer6
+0x44f1 mem_ble_data_buffer7
+0x44f6 mem_ble_data_buffer8
+0x44fb mem_ble_data_buffer9_58
+0x452d mem_classic_data_buffer
+0x4532 mem_classic_data_buffer1
+0x4537 mem_classic_data_buffer2
+0x453c mem_classic_data_buffer3
+0x4541 mem_classic_data_buffer4
+0x4546 mem_classic_data_buffer5
+0x454b mem_classic_data_buffer6
+0x4550 mem_classic_data_buffer7
+0x4555 mem_classic_data_buffer8
+0x455a mem_classic_data_buffer9_58
+0x458c mem_queue_each_size
+0x458d mem_queue_length
+0x458e mem_queue_curr_num
+0x458f mem_queue_read_ptr
+0x4590 mem_queue_write_ptr
+0x4591 mem_queue_ele
+0x45b1 mem_shutter_nv_data
+0x465b mem_shutter_led_struct_app_led
+0x465b mem_shutter_led_struct_app_led_type
+0x465c mem_shutter_led_struct_app_led_blink_count
+0x465d mem_shutter_led_struct_app_led_gpio
+0x465e mem_shutter_led_struct_app_led_on_time
+0x4660 mem_shutter_led_struct_app_led_off_time
+0x4662 mem_shutter_led_struct_app_led_on_callback
+0x4664 mem_shutter_led_struct_app_led_off_callback
+0x4666 mem_shutter_power_off_led_style
+0x4666 mem_shutter_power_off_led_style_type
+0x4667 mem_shutter_power_off_led_style_blink_count
+0x4668 mem_shutter_power_off_led_style_gpio
+0x4669 mem_shutter_power_off_led_style_on_time
+0x466b mem_shutter_power_off_led_style_off_time
+0x466d mem_shutter_power_off_led_style_on_callback
+0x466f mem_shutter_power_off_led_style_off_callback
+0x4671 mem_shutter_soft_swtich_botton_down
+0x4672 mem_shutter_soft_swtich_led_struct_temp
+0x467d mem_shutter_power_off_timeout
+0x467e mem_shutter_power_off_timer
+0x467f mem_shutter_key_conf0_temp
+0x4681 mem_shutter_led_struct_app_led_gpio_temp
+0x4682 mem_shutter_hard_soft_switch_case_temp
+0x4683 mem_shutter_soft_switch_button_gpio_temp
+0x4684 mem_shutter_soft_switch_first_power_on
+
+
+	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
+)
+
+
+	
+(
+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)
+
+110 param_lpm_fix
+10 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
+52 mark_pllon
+)
+
+(
+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  
+10 ui_led_blink2
+6 dongle_led_blink_timer
+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
+)
+
+
+
+
+
+
+
+(//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
+)
+
+
+(
+0x8073 core_gpio03_conf
+0x8083 core_gpio19_conf
+)
+
+(
+16 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
+(
+0 ADC_CONFIG_VINLPM
+1 ADC_CONFIG_HVIN
+2 ADC_CONFIG_GPIO
+)
+
+
+(
+0 QUEUE_OFFSET_EACH_SIZE
+1 QUEUE_OFFSET_LENGTH
+2 QUEUE_OFFSET_CURR_NUM
+3 QUEUE_OFFSET_READ_PTR
+4 QUEUE_OFFSET_WRITE_PTR
+5 QUEUE_OFFSET_ELE_INIT_ADDR
+)
+(
+//Flash Register
+0x05 FLASH_READ_SATUS
+
+// Flash Status Register
+0x00 FLASH_STATUS_WIP
+0X01 FLASH_STATUS_WEL
+0X02 FLASH_STATUS_BP0
+0X03 FLASH_STATUS_BP1
+
+//Flash Write Sm
+0X00 FLASH_SM_NO_BUYS
+0X01 FLASH_SM_START
+0X02 FLASH_SM_ERASE_SECTOR
+0X03 FLASH_SM_WAIT_ERASE_SECTOR
+0X04 FLASH_SM_WRITE_DATA
+0X05 FLASH_SM_WAIT_WRITE_DATA
+
+
+//Flash Command
+0x02 FLASH_COMMAND_WRITE_DATA
+0x03 FLASH_COMMAND_READ_DATA
+0x06 FLASH_COMMAND_WRITE_ENABLE
+0x20 FLASH_COMMAND_SECTOR_ERASE
+0xAB FLASH_COMMAND_RELEASE_FROM_POWERDOWN
+0xB9 FLASH_COMMAND_POWERDOWN
+
+)
+
+
+(
+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
+8 dvc_op_mouse
+9 dvc_op_shutter
+0x0a dvc_op_module
+0x0b dvc_op_light
+0x0c dvc_op_hci_boot
+0x0d dvc_op_remote_car
+0x0e dvc_op_car
+   
+)
+
+
+(
+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_GATT_LIST_ADDR
+0x94f9 BLE_SHUTTER_KEY_VALUE_LIST_ADDR
+0x9521 BLE_CAR_ATT_LIST_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	//otp addr 0x7df
+)
+
+(
+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
+0 DG_ENABLE_NEW_REVISION
+)
+
+(
+0x50 	TIMER_50MS
+0xa0 	TIMER_100MS
+0x0140 	TIMER_200MS
+0x01e0 	TIMER_300MS
+0x0280 	TIMER_400MS
+0x0320 	TIMER_500MS
+0x0640	TIMER_1000MS
+)
+
+
+
+
+
+
+(//mem_module_flag
+//bit0~bit7 config module function
+0 MODULE_FLAG_UART_FLOW_CONTROL
+1 MODULE_FLAG_BLE_SEND_MTU23
+2 MODULE_FLAG_BLE_DATA_ENCRYPT
+
+//bit8~bit15 module states change
+8 MODULE_FLAG_BLE_DATA_FINISH
+
+)
+
+(
+34 NV_DATA_LEN
+-1 DECREASED_ONE
+)
+
+
+
+(
+	5 FLAG_MODULE_READ_VDD_COUNT
+)
+
+(
+	0x200 UART_AIR_CONTROL_THRESHOLD
+)
+
+(
+0x01 HCI_DISCARD_PACKET
+0x00 HCI_NOT_DISCARD_PACKET
+)
+
+
+
+(//Command
+0x01 HCI_CMD_SET_LE_ADDR_REQ
+0x02 HCI_CMD_SET_VISIBILITY_REQ
+0x04 HCI_CMD_SET_LE_NAME_REQ
+0x09 HCI_CMD_LE_DATA_REQ
+0x0b HCI_CMD_STATUS_IRQ
+0x0e HCI_CMD_SET_UARTCONTROL_REQ
+0x0f HCI_CMD_SET_UART_BAUD_REQ
+0x10 HCI_CMD_VERSION_REQ
+0x12 HCI_CMD_BLE_DISCONNECT
+0x13 HCI_CMD_DELETE_DEVICE
+0x14 HCI_CMD_CREATE_CONNECT
+0x26 HCI_CMD_SET_NVRAM_REQ
+0x27 HCI_CMD_SLEEP
+0x28 HCI_CMD_CONFIRM_GKEY
+0x2a HCI_CMD_AUTO_ADV_SCAN
+0x2b HCI_CMD_POWER_REQ
+0x2c HCI_CMD_POWER_SET
+0x30 HCI_CMD_PASSKEY_ENTRY
+0x31 HCI_CMD_SET_GPIO
+0x32 HCI_CMD_READ_GPIO
+0x33 HCI_CMD_LE_SET_PAIRING
+0x34 HCI_CMD_LE_SET_ADV_DATA
+0x35 HCI_CMD_LE_SET_SCAN_DATA
+0x36 HCI_CMD_LE_SEND_CONN_UPDATE_REQ
+0x37 HCI_CMD_LE_SET_ADV_PARM
+0x38 HCI_CMD_LE_START_PAIRING
+0x40 HCI_CMD_SET_WAKE_GPIO
+0x42 HCI_CMD_SET_TX_POWER
+0x43 HCI_CMD_BOOT_VERSION_REQ
+0x48 HCI_CMD_LE_CONFIRM_GKEY
+0x49 HCI_CMD_REJECT_JUSTWORK
+0x51 HCI_CMD_RESET_CHIP_REQ
+
+0x61 HCI_CMD_LE_SET_FIXED_PASSKEY
+
+0x76 HCI_CMD_DELETE_CUSTOMIZE_SERVICE
+0x77 HCI_CMD_ADD_SERVICE_UUID
+0x78 HCI_CMD_ADD_CHARACTERISTIC_UUID
+0x7a HCI_CMD_PASSKEY_ENTRY_INPUT
+
+0x90 HCI_CMD_BLE_SET_PHY
+0x91 HCI_CMD_BLE_READ_CURRENT_PHY
+0x92 HCI_CMD_BLE_SET_DLE
+0x93 HCI_CMD_READ_CHIP_DATA
+0x94 HCI_CMD_WRITE_CHIP_DATA
+0xff HCI_CMD_CLOSE_LPM
+)
+
+(//event
+0x00 HCI_EVENT_SPP_CONN_REP
+0x01 HCI_EVENT_HID_CONN_REP
+0x02 HCI_EVENT_LE_CONN_REP
+0x03 HCI_EVENT_SPP_DIS_REP
+0x04 HCI_EVENT_HID_DIS_REP
+0x05 HCI_EVENT_LE_DIS_REP
+0x06 HCI_EVENT_CMD_RES
+0x07 HCI_EVENT_SPP_DATA_REP
+0x08 HCI_EVENT_LE_DATA_REP
+0x09 HCI_EVENT_STANDBY_REP
+
+0x0a HCI_EVENT_STATUS_RES
+
+0x0D HCI_EVENT_NVRAM_REP
+0x0e HCI_EVENT_GKEY
+0x0F HCI_EVENT_INVALID_PACKET
+0x10 HCI_EVENT_GET_PASSKEY
+0x11 HCI_EVENT_LE_TK
+0x12 HCI_EVENT_REMOTE_MTU
+0x14 HCI_EVENT_LE_PAIRING_STATE
+0X15 HCI_EVENT_LE_ENCRYPTION_STATE
+0x17 HCI_EVENT_LE_CONNECTION_UPDATE
+0x1d HCI_EVENT_LE_GKEY
+0x29 HCI_EVENT_UUID_HANDLE
+0x2b HCI_EVENT_LE_INPUT_GKEY
+
+0x40 HCI_BLE_UPDATE_PHY_EVENT
+)
+
+
+(//command HCI_CMD_SET_GPIO
+//byte 0
+0x00 HCI_CMD_CONFIG_GPIO_INPUT
+0x01 HCI_CMD_CONFIG_GPIO_OUTPUT
+//byte 1 input state
+0x00 GPIO_INPUT_PULLUP
+0x01 GPIO_INPUT_PULLDOWN
+0x02 GPIO_INPUT_HIGH_IMPEDANCE
+)
+
+
+
+
+
+(
+0x0080	FLAG_BLE_PAIRING_SUCCESS
+0x0180	FLAG_BLE_PAIRING_FAIL
+)
+
+
+(
+1	FLAG_EVENT_START_ENC
+0	FLAG_EVENT_PAUSE_ENC
+)
+
+(
+0 MOUDLE_STATE_BT_BIT
+1 MOUDLE_STATE_BLE_BIT
+)
+
+(
+5 BIT_OF_NOTIFY_AUTHENTICATED
+6 BIT_OF_READ_AUTHENTICATED
+7 BIT_OF_WRITE_AUTHENTICATED
+)
+
+
+//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
+
+//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
+
+//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
+)
+
+
+(
+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
+)
+
+
+
+
+(
+// eeprom config
+0xb0 REMOTE_PARAM_EEPROM_CONFIG_ADDR
+//eeprom address offect
+0X00 REMOTE_INFO_EEPROM_OFFECT
+
+)
+
+
+(
+0x00 CONTROL_F_B_MOTOR
+0x02 CONTROL_L_R_MOTOR
+)
+
+(
+0x00 KEY_MAP_TEN
+0x01 KEY_MAP_LR
+)
+
+(
+0x00 CONTROL_F_B_TEN
+0x02 CONTROL_L_R_TEN
+0x03 CONTROL_L_R_LR
+)
+
+(
+0 KEY_CHECK
+1 ROCKER_CHECK
+)
+
+(
+1 MOTOR_POSITIVE
+2 MOTOR_NEGATIVE
+)
+
+(
+0 ROCKER_MIDDLE_KEY
+1 ROCKER_POSITIVE_KEY
+2 ROCKER_NEGATIVE_KEY
+)
+(
+0x700 OTP_OFFSET_REMOTE_COMMOM_START_ADDR 
+0x7cc OTP_OFFSET_REMOTE_COMMOM_END_ADDR 
+)
+
+
+
+
+
+
+
+(
+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
+
+)
+
+
+
+
+
+
+
+
+(
+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
+)
+
+
+
+
+
+
+(
+0x05 HCI_UART_TX_GPIO_NUM
+0x06 HCI_UART_RX_GPIO_NUM
+0x09 HCI_UART_RTS_GPIO_NUM
+0x0a HCI_UART_CTS_GPIO_NUM
+0x0c HCI_PMW_12MHZ_GPIO_NUM
+)
+
+(
+0x00 COMMAND_SUCCEEDED
+0x01 COMMAND_UNKNOWN
+0x0c COMMAND_DISALLOWED
+)
+
+//HCI H4 Packet TYPE
+(
+0x01 HCI_H4_TYPE_CMD
+0x02 HCI_H4_TYPE_ACL
+0x04 HCI_H4_TYPE_EVENT
+)
+
+(
+0x00 BT_ACL_START_NO_FLUSH
+0x01 BT_ACL_CONT
+0x02 BT_ACL_START
+)
+
+// HCI command opcode group field values
+(
+0x01 HCI_OGF_LINK_CONTROL
+0x02 HCI_OGF_LINK_POLICY
+0x03 HCI_OGF_CONTROLLER_AND_BASEBAND
+0x04 HCI_OGF_INFOMATIONAL_PARAM
+0x05 HCI_OGF_STATUS_PARAM
+0x06 HCI_OGF_TEST
+0x08 HCI_OGF_LE_CONTROLLER
+0x3f HCI_OGF_VENDOR_SPECIFIC_DEBUG
+)
+
+// HCI link control opcode command field values, OGF=1
+(
+0x01 HCI_INQUIRY 
+0x02 HCI_INQUIRY_CANCEL 
+0x03 HCI_PERIODIC_INQUIRY_MODE 
+0x04 HCI_EXIT_PERIODIC_INQUIRY_MODE 
+0x05 HCI_CREATE_CONNECTION 
+0x06 HCI_DISCONNECT 
+0x07 HCI_ADD_SCO_CONNECTION 
+0x08 HCI_CREATE_CONNECTION_CANCEL
+0x09 HCI_ACCEPT_CONNECTION 
+0x0A HCI_REJECT_CONNECTION 
+0x0B HCI_LINK_KEY_REQUEST_REPLY 
+0x0C HCI_LINK_KEY_REQUEST_NEGATIVE_REPLY 
+0x0D HCI_PIN_CODE_REQUEST_REPLY 
+0x0E HCI_PIN_CODE_REQUEST_NEGATIVE_REPLY 
+0x0F HCI_CHANGE_CONNECTION_PACKET_TYPE 
+0x11 HCI_AUTHENTICATION_REQUESTED 
+0x13 HCI_SET_CONNECTION_ENCRYPTION 
+0x15 HCI_CHANGE_CONNECTION_LINK_KEY 
+0x17 HCI_MASTER_LINK_KEY 
+0x19 HCI_REMOTE_NAME_REQUEST 
+0x1A HCI_REMOTE_NAME_REQUEST_CANCEL
+0x1B HCI_READ_REMOTE_SUPPORTED_FEATURES 
+0x1C HCI_READ_REMOTE_EXT_FEATURES 
+0x1D HCI_READ_REMOTE_VERSION_INFORMATION 
+0x1F HCI_READ_CLOCK_OFFSET 
+0x20 HCI_READ_LMP_HANDLE
+0x28 HCI_SETUP_SCO_CONNECTION
+0x29 HCI_ACCEPT_SCO_CONNECTION
+0x2A HCI_REJECT_SCO_CONNECTION
+0x2B HCI_IO_CAP_REQUEST_REPLY
+0x2C HCI_USER_CONFIRMATION_REQUEST_REPLY
+0x2D HCI_USER_CONFIRMATION_REQUEST_NEGATIVE_REPLY
+0x2E HCI_USER_PASSKEY_REQUEST_REPLY
+0x2F HCI_USER_PASSKEY_REQUEST_NEGATIVE_REPLY
+0x30 HCI_REMOTE_OOB_DATA_REQUEST_REPLY
+0x33 HCI_REMOTE_OOB_DATA_REQUEST_NEGATIVE_REPLY
+0x34 HCI_IO_CAPABILITY_REQUEST_NEGATIVE_REPLY
+0x35 HCI_CREATE_PHYSICAL_LINK
+0x36 HCI_ACCEPT_PHYSICAL_LINK
+0x37 HCI_DISCONNECT_PHYSICAL_LINK
+0x38 HCI_CREATE_LOGICAL_LINK
+0x39 HCI_ACCEPT_LOGICAL_LINK
+0x3A HCI_DISCONNECT_LOGICAL_LINK
+0x3B HCI_LOGICAL_LINK_CANCEL
+0x3C HCI_FLOW_SPEC_MODIFY
+0x3D HCI_ENHANCED_SETUP_SYNCHRONOUS_CONNECTION
+0x3E HCI_ENHANCED_ACCEPT_SYNCHRONOUS_CONNECTION_REQUEST
+0x3F HCI_TRUNCATED_PAGE
+0x40 HCI_TRUNCATED_PAGE_CANCEL
+0x41 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST
+0x42 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST_RECEIVE
+0x43 HCI_START_SYNCHRONIZATION_TRAIN
+0x44 HCI_RECEIVE_SYNCHRONIZATION_TRAIN
+0x45 HCI_REMOTE_OOB_EXTENDED_DATA_REQUEST_REPLY
+)
+
+
+// HCI link policy commands OCF value, OGF=2
+(
+0x01 HCI_HOLD_MODE 
+0x03 HCI_SNIFF_MODE 
+0x04 HCI_EXIT_SNIFF_MODE 
+0x05 HCI_PARK_MODE 
+0x06 HCI_EXIT_PARK_MODE 
+0x07 HCI_QOS_SETUP 
+0x09 HCI_ROLE_DISCOVERY 
+0x0B HCI_SWITCH_ROLE 
+0x0C HCI_READ_LINK_POLICY_SETTINGS 
+0x0D HCI_WRITE_LINK_POLICY_SETTINGS 
+0x0e HCI_READ_DEFAULT_LINK_POLICY_SETTINGS
+0x0f HCI_WRITE_DEFAULT_LINK_POLICY_SETTINGS
+0x10 HCI_FLOW_SPECIFICATION
+0x11 HCI_SNIFF_SUBRATING
+)
+
+// HCI host controller and baseband commands OCF values, OGF=3
+(
+0x01 HCI_SET_EVENT_MASK 
+0x03 HCI_RESET 
+0x05 HCI_SET_EVENT_FILTER 
+0x08 HCI_FLUSH 
+0x09 HCI_READ_PIN_TYPE 
+0x0A HCI_WRITE_PIN_TYPE 
+0x0B HCI_CREATE_NEW_UNIT_KEY 
+0x0D HCI_READ_STORED_LINK_KEY 
+0x11 HCI_WRITE_STORED_LINK_KEY 
+0x12 HCI_DELETE_STORED_LINK_KEY 
+0x13 HCI_WRITE_LOCAL_NAME 
+0x14 HCI_READ_LOCAL_NAME 
+0x15 HCI_READ_CONN_ACCEPT_TIMEOUT 
+0x16 HCI_WRITE_CONN_ACCEPT_TIMEOUT 
+0x17 HCI_READ_PAGE_TIMEOUT 
+0x18 HCI_WRITE_PAGE_TIMEOUT 
+0x19 HCI_READ_SCAN_ENABLE 
+0x1A HCI_WRITE_SCAN_ENABLE 
+0x1B HCI_READ_PAGE_SCAN_ACTIVITY 
+0x1C HCI_WRITE_PAGE_SCAN_ACTIVITY 
+0x1D HCI_READ_INQUIRY_SCAN_ACTIVITY 
+0x1E HCI_WRITE_INQUIRY_SCAN_ACTIVITY 
+0x1F HCI_READ_AUTHENTICATION_ENABLE 
+0x20 HCI_WRITE_AUTHENTICATION_ENABLE 
+0x21 HCI_READ_ENCRYPTION_MODE 
+0x22 HCI_WRITE_ENCRYPTION_MODE 
+0x23 HCI_READ_CLASS_OF_DEVICE 
+0x24 HCI_WRITE_CLASS_OF_DEVICE 
+0x25 HCI_READ_VOICE_SETTING 
+0x26 HCI_WRITE_VOICE_SETTING 
+0x27 HCI_READ_AUTOMATIC_FLUSH_TIMEOUT 
+0x28 HCI_WRITE_AUTOMATIC_FLUSH_TIMEOUT 
+0x29 HCI_READ_NUM_BROADCAST_RETRANSMISSIONS 
+0x2A HCI_WRITE_NUM_BROADCAST_RETRANSMISSIONS 
+0x2B HCI_READ_HOLD_MODE_ACTIVITY 
+0x2C HCI_WRITE_HOLD_MODE_ACTIVITY 
+0x2D HCI_READ_TRANSMIT_POWER_LEVEL 
+0x2E HCI_READ_SCO_FLOW_CONTROL_ENABLE 
+0x2F HCI_WRITE_SCO_FLOW_CONTROL_ENABLE 
+0x31 HCI_SET_CONTROLLER_TO_HOST_FLOW_CONTROL 
+0x33 HCI_HOST_BUFFER_SIZE 
+0x35 HCI_HOST_NUM_COMPLETED_PACKETS 
+0x36 HCI_READ_LINK_SUPERVISION_TIMEOUT 
+0x37 HCI_WRITE_LINK_SUPERVISION_TIMEOUT 
+0x38 HCI_READ_NUMBER_OF_SUPPORTED_IAC 
+0x39 HCI_READ_CURRENT_IAC_LAP 
+0x3A HCI_WRITE_CURRENT_IAC_LAP 
+0x3B HCI_READ_PAGE_SCAN_PERIOD_MODE 
+0x3C HCI_WRITE_PAGE_SCAN_PERIOD_MODE 
+0x3D HCI_READ_PAGE_SCAN_MODE 
+0x3E HCI_WRITE_PAGE_SCAN_MODE 
+0x3F HCI_SET_AFH_CHANNEL_CLASSIFICATION 
+
+
+0x42 HCI_READ_INQUIRY_SCAN_TYPE 
+0x43 HCI_WRITE_INQUIRY_SCAN_TYPE 
+0x44 HCI_READ_INQUIRY_MODE 
+0x45 HCI_WRITE_INQUIRY_MODE 
+0x46 HCI_READ_PAGE_SCAN_TYPE 
+0x47 HCI_WRITE_PAGE_SCAN_TYPE 
+
+0x48 HCI_READ_AFH_CHANNEL_ACCESSMENT_MODE 
+0x49 HCI_WRITE_AFH_CHANNEL_ACCESSMENT_MODE 
+0x51 HCI_READ_EXTENDED_INQUIRY_RESPONSE
+0x52 HCI_WRITE_EXTENDED_INQUIRY_RESPONSE
+0x53 HCI_REFRESH_ENCRYPTION_KEY
+0x55 HCI_READ_SIMPLE_PAIRING_MODE
+0x56 HCI_WRITE_SIMPLE_PAIRING_MODE
+0x57 HCI_READ_LOCAL_OOB_DATA
+0x58 HCI_READ_INQUIRY_RESPONSE_TRANSMIT_POWER_LEVEL
+0x59 HCI_WRITE_INQUIRY_TRANSMIT_POWER_LEVEL
+0x60 HCI_SEND_KEYPRESS_NOTIFICATION
+0x5A HCI_READ_DEFAULT_ERRONEOUS_DATA_REPORTING
+0x5B HCI_WRITE_DEFAULT_ERRONEOUS_DATA_REPORTING
+0x5F HCI_ENHANCED_FLUSH
+0x61 HCI_READ_LOGICAL_LINK_ACCEPT_TIMEOUT
+0x62 HCI_WRITE_LOGICAL_LINK_ACCEPT_TIMEOUT
+0x63 HCI_SET_EVENT_MASK_PAGE_2
+0x64 HCI_READ_LOCATION_DATA
+0x65 HCI_WRITE_LOCATION_DATA
+0x66 HCI_READ_FLOW_CONTROL_MODE
+0x67 HCI_WRITE_FLOW_CONTROL_MODE
+0x68 HCI_READ_ENHANCE_TRANSMIT_POWER_LEVEL
+0x69 HCI_READ_BEST_EFFORT_FLUSH_TIMEOUT
+0x6A HCI_WRITE_BEST_EFFORT_FLUSH_TIMEOUT
+0x6B HCI_SHORT_RANGE_MODE
+0x6C HCI_READ_LE_HOST_SUPPORT
+0x6D HCI_WRITE_LE_HOST_SUPPORT
+0x6E HCI_SET_MWS_CHANNEL_PARAMETERS
+0x6F HCI_SET_EXTERNAL_FRAME_CONFIGURATION
+0x70 HCI_SET_MWS_SIGNALING
+0x71 HCI_SET_MWS_TRANSPORT_LAYER
+0x72 HCI_SET_MWS_SCAN_FREQUENCY_TABLE
+0x73 HCI_SET_MWS_PATTERN_CONFIGURATION
+0x74 HCI_SET_RESERVED_LT_ADDR
+0x75 HCI_DELETE_RESERVED_LT_ADDR
+0x76 HCI_SET_CONNECTIONLESS_SLAVE_BROADCAST_DATA
+0x77 HCI_READ_SYNCHRONIZATION_TRAIN_PARAMETERS
+0x78 HCI_WRITE_SYNCHRONIZATION_TRAIN_PARAMETERS
+0x79 HCI_READ_SECURE_CONNECTIONS_HOST_SUPPORT
+0x7A HCI_WRITE_SECURE_CONNECTIONS_HOST_SUPPORT
+0x7B HCI_READ_AUTHENTICATED_PAYLOAD_TIMEOUT
+0x7C HCI_WRITE_AUTHENTICATED_PAYLOAD_TIMEOUT
+0x7D HCI_READ_LOCAL_OOB_EXTENDED_DATA
+0x7E HCI_READ_EXTENDED_PAGE_TIMEOUT
+0x7F HCI_WRITE_EXTENDED_PAGE_TIMEOUT
+0x80 HCI_READ_EXTENDED_INQUIRY_LENGTH
+0x81 HCI_WRITE_EXTENDED_INQUIRY_LENGTH
+)
+
+
+// HCI informational parameters OCF values, OGF=4
+(
+0x01 HCI_READ_LOCAL_VERSION_INFORMATION 
+0x02 HCI_READ_LOCAL_SUPPORTED_COMMANDS
+0x03 HCI_READ_LOCAL_SUPPORTED_FEATURES 
+0x04 HCI_READ_LOCAL_EXT_FEATURES 
+0x05 HCI_READ_BUFFER_SIZE 
+0x07 HCI_READ_COUNTRY_CODE 
+0x09 HCI_READ_BD_ADDR 
+0x0A HCI_REJECT_CONNECTION_REQUEST
+0x0B HCI_READ_LOCAL_SUPPORTED_CODECS
+)
+
+// HCI status parameters OCF values, OGF=5
+(
+0x01 HCI_READ_FAILED_CONTACT_COUNTER 
+0x02 HCI_RESET_FAILED_CONTACT_COUNTER 
+0x03 HCI_GET_LINK_QUALITY 
+0x05 HCI_READ_RSSI 
+0x06 HCI_READ_AFH_CHANNEL_MAP
+0x07 HCI_READ_BD_CLOCK
+0x08 HCI_READ_ENCRYPTION_KEY_SIZE
+0x09 HCI_READ_LOCAL_AMP_INFO
+0x0A HCI_READ_LOCAL_AMP_ASSOC
+0x0B HCI_WRITE_REMOTE_AMP_ASSOC
+0x0C HCI_GET_MWS_TRANSPORT_LAYER_CONFIGURATION
+0x0D HCI_SET_TRIGGERED_CLOCK_CAPTURE
+)
+
+// HCI testing command OCF values, OGF=6
+(
+0x01 HCI_READ_LOOPBACK_MODE 
+0x02 HCI_WRITE_LOOPBACK_MODE 
+0x03 HCI_ENABLE_DEVICE_UNDER_TEST_MODE 
+0x04 HCI_WRITE_SIMPLE_PAIRING_DEBUG_MODE
+0x07 HCI_ENABLE_AMP_RECEIVER_REPORTS
+0x08 HCI_AMP_TEST_END
+0x09 HCI_AMP_TEST
+0x0A HCI_WRITE_SECURE_CONNECTIONS_TEST_MODE
+)
+
+// HCI vendor specific command OCF values -OGF=3F
+(
+0x01 HCI_WRITE_BD_ADDR 
+0x02 HCI_READ_INQUIRY_RESPONSE_TIMEOUT 
+0x03 HCI_WRITE_INQUIRY_RESPONSE_TIMEOUT 
+0x04 HCI_READ_PAGE_SCAN_REPETITION_MODE 
+0x05 HCI_WRITE_PAGE_SCAN_REPETITION_MODE 
+0x06 HCI_READ_PAGE_RESPONSE_TIMEOUT 
+0x07 HCI_WRITE_PAGE_RESPONSE_TIMEOUT 
+0x08 HCI_READ_NEW_CONNECTION_TIMEOUT 
+0x09 HCI_WRITE_NEW_CONNECTION_TIMEOUT 
+0x0a HCI_INITIALIZE_BASEBAND 
+0x0b HCI_WRITE_LOCAL_SUPPORTED_FEATURES 
+0x0c HCI_WRITE_PARK_PARAMETERS 
+0x0d HCI_READ_PARK_PARAMETERS 
+0x0e HCI_WRITE_QUALITY_OF_SERVICE 
+0x0f HCI_NOT_USED 
+0x10 HCI_MODIFY_BEACON_PARAMETERS 
+0x11 HCI_UNPARK_USING_PM_ADDR 
+0x12 HCI_WRITE_HOPPING_CHANNELS 
+0x13 HCI_SLEEP_FOREVER_MODE 
+0x14 HCI_WRITE_AUTO_PAGE_SCAN_ENABLE 
+0x15 HCI_READ_AUTO_PAGE_SCAN_ENABLE 
+0x16 HCI_SET_ENCRYPTION_KEY_SIZE 
+0x17 HCI_INVALIDATE_FLASH_AND_REBOOT 
+0x18 HCI_UPDATE_UART_BAUD_RATE 
+0x19 HCI_WRITE_GPIO_1_4_AS_OUTPUT 
+0x1A HCI_WRITE_GPIO_2_LED 
+0x1B HCI_SET_TESTMODE_TYPE 
+0x1C HCI_WRITE_SCO_PCM_INT_PARAM 
+0x1D HCI_READ_SCO_PCM_INT_PARAM 
+0x1E HCI_WRITE_PCM_DATA_FORMAT_PARAM 
+0x1F HCI_READ_PCM_DATA_FORMAT_PARAM 
+0x20 HCI_WRITE_COMFORT_NOISE_PARAM 
+0x21 HCI_READ_COMFORT_NOISE_PARAM 
+0x22 HCI_WRITE_SCO_TS 
+0x23 HCI_READ_SCO_TS 
+0x24 HCI_WRITE_PCM_LOOPBACK_MODE 
+0x25 HCI_READ_PCM_LOOPBACK_MODE 
+0x26 HCI_SET_TRANSMIT_POWER 
+0x27 HCI_SET_SLEEPMODE_PARAM 
+0x28 HCI_READ_SLEEPMODE_PARAM 
+0x29 HCI_SLEEPMODE_CMD 
+0x2A HCI_DELAY_PERIPHERAL_SCO_STARTUP 
+0x2B HCI_WRITE_RECEIVE_ONLY 
+0x2C HCI_WRITE_RATE_CONTROL 
+0x2D HCI_TX_UNMOD_CARRIER 
+0x2E HCI_DOWNLOAD_MINIDRIVER 
+0x2F HCI_CRYSTAL_PPM 
+0x30 HCI_SET_POWER_AMP_BIAS 
+0x31 HCI_SET_HAM_BEHAVIOR 
+0x32 HCI_SET_AFH_BEHAVIOR 
+0x33 HCI_READ_USER_DEFINED_NVRAM 
+0x34 HCI_ENABLE_RADIO 
+0x35 HCI_READ_DIAGNOSTIC_INFO 
+0x36 HCI_GET_HID_DEVICE_LIST 
+0x37 HCI_ADD_HID_DEVICE 
+0x38 HCI_READ_APP_FW_CONFIG_VERSION 
+0x39 HCI_DELETE_HID_DEVICE 
+0x3B HCI_ENABLE_USB_HID_EMULATION 
+// 0x3A available
+// 0x3B available
+0x3C HCI_SEND_LMPDU 
+0x3D HCI_AUTO_PAIR_REQ 
+0x3E HCI_READ_VS_EXTENSION 
+0x3F HCI_WRITE_VS_EXTENSION 
+
+0x77 HCI_OPCODE_FC77
+0x79 HCI_OPCODE_FC79
+0xC4 HCI_DOWNLOAD_PATCH
+0xCC HCI_OPCODE_FCCC
+
+0x00 HCI_VENDOR_CMD_RESET
+0x01 HCI_VENDOR_CMD_CHIPID
+0x02 HCI_VENDOR_CMD_BAUD
+0x03 HCI_VENDOR_CMD_PATCH
+0x04 HCI_VENDOR_CMD_PATCH_DONE
+0x05 HCI_VENDOR_CMD_ECHO
+0x06 HCI_VENDOR_CMD_BDADDR
+
+0x07 HCI_VENDOR_CMD_ENTER_LPM
+0x08 HCI_VENDOR_CMD_COMMU_READY
+
+0x10 HCI_VENDOR_CMD_MEM
+0x11 HCI_VENDOR_CMD_EEP
+
+0X12 HCI_VENDOR_CMD_PATCH_SEC_INIT
+0X13 HCI_VENDOR_CMD_PATCH_SEC
+0x14 HCI_VENDOR_CMD_SET_FLOW_CONTROL
+)
+
+//HCI LE controller command OCF values, OGF=8
+(
+0x01 HCI_LE_SET_EVENT_MASK
+0x02 HCI_LE_READ_BUFFER_SIZE
+0x03 HCI_LE_READ_LOCAL_SUPPORTED_FEATURES
+0x05 HCI_LE_SET_RANDOM_ADDRESS
+0x06 HCI_LE_SET_ADVERTISING_PARAMETERS
+0x07 HCI_LE_READ_ADVERTISING_CHANNEL_TX_POWER
+0x08 HCI_LE_SET_ADVERTISING_DATA
+0x09 HCI_LE_SET_SCAN_RESPONSE_DATA
+0x0A HCI_LE_SET_ADVERTISE_ENABLE
+0x0B HCI_LE_SET_SCAN_PARAMETERS
+0x0C HCI_LE_SET_SCAN_ENABLE
+0x0D HCI_LE_CREATE_CONNECTION
+0x0E HCI_LE_CREATE_CONNECTION_CANCEL
+0x0F HCI_LE_READ_WHITE_LIST_SIZE
+0x10 HCI_LE_CLEAR_WHITE_LIST
+0x11 HCI_LE_ADD_DEVICE_TO_WHITE_LIST
+0x12 HCI_LE_REMOVE_DEVICE_FROM_WHITE_LIST
+0x13 HCI_LE_CONNECTION_UPDATE
+0x14 HCI_LE_SET_HOST_CHANNEL_CLASSIFICATION
+0x15 HCI_LE_READ_CHANNEL_MAP
+0x16 HCI_LE_READ_REMOTE_USED_FEATURES
+0x17 HCI_LE_ENCRYPT
+0x18 HCI_LE_RAND
+0x19 HCI_LE_START_ENCRYPTION
+0x1A HCI_LE_LONG_TERM_KEY_REQUEST_REPLY
+0x1B HCI_LE_LONG_TERM_KEY_REQUEST_NEGATIVE_REPLY
+0x1C HCI_LE_READ_SUPPORTED_STATES
+0x1D HCI_LE_RECEIVER_TEST
+0x1E HCI_LE_TRANSMITTER_TEST
+0x1F HCI_LE_TEST_END
+0x20 HCI_LE_REMOTE_CONNECTION_PARAMETER_REQUEST_REPLY
+0x21 HCI_LE_REMOTE_CONNECTION_PARAMETER_REQUEST_NEGATIVE_REPLY
+)
+// HCI event code
+(
+0x01 HCI_EVENT_INQUIRY_COMPLETE
+0x02 HCI_EVENT_INQUIRY_RESULT
+0x03 HCI_EVENT_CONNECTION_COMPLETE
+0x04 HCI_EVENT_CONNECTION_REQUEST
+0x05 HCI_EVENT_DISCONNECTION_COMPLETE
+0x06 HCI_EVENT_AUTHENTICATION_COMPLETE
+0x07 HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE
+0x08 HCI_EVENT_ENCRYPTION_CHANGE_COMPLETE
+0x09 HCI_EVENT_CHANGE_CONNECTION_LINK_KEY_COMPLETE
+0x0A HCI_EVENT_MASTER_LINK_KEY_COMPLETE
+0x0B HCI_EVENT_READ_REMOTE_FEATURES_COMPLETE
+0x0C HCI_EVENT_READ_REMOTE_VERSION_INFORMATION_COMPLETE
+0x0D HCI_EVENT_QOS_SETUP_COMPLETE
+0x0E HCI_EVENT_COMMAND_COMPLETE
+0x0F HCI_EVENT_COMMAND_STATUS
+0x10 HCI_EVENT_HARDWARE_ERROR
+0x11 HCI_EVENT_FLUSH_OCCURRED
+0x12 HCI_EVENT_ROLE_CHANGE
+0x13 HCI_EVENT_NUM_COMPLETED_PACKETS
+0x14 HCI_EVENT_MODE_CHANGE
+0x15 HCI_EVENT_RETURN_LINK_KEYS
+0x16 HCI_EVENT_PIN_CODE_REQUEST
+0x17 HCI_EVENT_LINK_KEY_REQUEST
+0x18 HCI_EVENT_LINK_KEY_NOTIFICATION
+0x19 HCI_EVENT_LOOPBACK_COMMAND
+0x1A HCI_EVENT_DATA_BUFFER_OVERFLOW
+0x1B HCI_EVENT_MAX_SLOTS_CHANGE
+0x1C HCI_EVENT_READ_CLOCK_OFFSET_COMPLETE
+0x1D HCI_EVENT_CONNECTION_PACKET_TYPE_CHANGED
+0x1E HCI_EVENT_QOS_VIOLATION
+0x1F HCI_EVENT_PAGE_SCAN_MODE_CHANGE
+0x20 HCI_EVENT_PAGE_SCAN_REPETITION_MODE_CHANGE
+0x21 HCI_EVENT_FLOW_SPECIFICATION_COMPLETE
+0x22 HCI_EVENT_INQUIRY_RESULT_WITHRSSI
+0x23 HCI_EVENT_READ_REMOTE_EXT_FEATURES_COMPLETE
+0x2C HCI_EVENT_SCO_CONNECTION_COMPLETE
+0x2D HCI_EVENT_SCO_CONNECTION_CHANGED
+0x2E HCI_EVENT_SNIFF_SUBRATING
+0x2F HCI_EVENT_EXT_INQUIRY_RESULT
+0x30 HCI_EVENT_ENCRYPT_KEY_REFRESH_COMPLETE
+0x31 HCI_EVENT_IO_CAP_REQ
+0x32 HCI_EVENT_IO_CAP_RESPONSE
+0x33 HCI_EVENT_USER_CONFIRMATION_REQUEST
+0x34 HCI_EVENT_UESR_PASSKEY_REQUEST
+0x35 HCI_EVENT_REMOTE_OOB_DATA_REQUEST
+0x36 HCI_EVENT_SIMPLE_PAIRING_COMPLETE
+0x38 HCI_EVENT_LINK_SUPERVISION_TIMEOUT_CHANGED
+0x39 HCI_EVENT_ENHANCED_FLUSH_COMPLETE
+0x3B HCI_EVENT_USER_PASSKEY_NOTIFICATION
+0x3C HCI_EVENT_KEYPRESS_NOTIFICATION
+0x3D HCI_EVENT_REMOTE_HOST_SUPPORTED_FEATURES_NOTIFICATION 
+0x3E HCI_EVENT_LE_META_EVENT
+0x40 HCI_EVENT_PHYSICAL_LINK_COMPLETE
+0x41 HCI_EVENT_CHANNEL_SELECTED
+0x42 HCI_EVENT_DISCONNECTION_PHYSICAL_LINK_COMPLETE
+0x43 HCI_EVENT_PHYSICAL_LINK_LOSS_EARLY_WARNING
+0x44 HCI_EVENT_PHYSICAL_LINK_RECOVERY
+0x45 HCI_EVENT_LOGICAL_LINK_COMPLETE
+0x46 HCI_EVENT_DISCONNECTION_LOGICAL_LINK_COMPLETE
+0x47 HCI_EVENT_FLOW_SPEC_MODIFY_COMPLETE
+0x48 HCI_EVENT_NUMBER_OF_COMPLETED_DATA_BLOCKS
+0x49 HCI_EVENT_AMP_START_TEST
+0x4A HCI_EVENT_AMP_TEST_END
+0x4B HCI_EVENT_AMP_RECEIVER_REPORT
+0x4C HCI_EVENT_SHORT_RANGE_MODE_CHANGE_COMPLETE
+0x4D HCI_EVENT_AMP_STATUS_CHANGE
+0x4E HCI_EVENT_TRIGGERED_CLOCK_CAPTURE
+0x4F HCI_EVENT_SYNCHRONIZATION_TRAIN_COMPLETE
+0x50 HCI_EVENT_SYNCHRONIZATION_TRAIN_RECEIVED
+0x51 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_RECEIVE
+0x52 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_TIMEOUT
+0x53 HCI_EVENT_TRUNCATED_PAGE_COMPLETE
+0x54 HCI_EVENT_SLAVE_PAGE_RESPONSE_TIMEOUT
+0x55 HCI_EVENT_CONNECTIONLESS_SLAVE_BROADCAST_CHANNEL_MAP_CHANGE
+0x56 HCI_EVENT_INQUIRY_RESPONSE_NOTIFICATION
+0x57 HCI_EVENT_AUTHENTICATED_PAYLOAD_TIMEOUT_EXPIRED
+
+0xFE HCI_EVENT_LOGO_TESTING
+0xFF HCI_EVENT_VENDOR_SPECIFIC
+)
+(
+0x01 HCI_VENDOR_EVENT_COMMU_READY
+)
+//HCI LE SUBEVENT CODE
+(
+0x01 HCI_LE_SUBEVENT_CONN_COMPLETE
+0x02 HCI_LE_SUBEVENT_ADV_REPORT
+0x03 HCI_LE_SUBEVENT_CONN_UPDATE_COMPLETE
+0x04 HCI_LE_SUBEVENT_REMOTE_FEATURE_COMPLETE
+0x05 HCI_LE_SUBEVENT_LTK_REQUEST
+0x06 HCI_LE_SUBEVENT_REMOTE_CONN_PARAM_REQ
+)
+
+
+
+
+
+
+
+//0 mem_kscan_head_ptr
+//1 mem_col_num
+//1 mem_row_num
+//4 mem_col_conf_pin
+//4 mem_row_conf_pin
+//1 mem_row_count
+//1 mem_count_shift
+//2 mem_kscan_value_temp
+//2 mem_kscan_lastvalue
+//2 mem_kscan_value
+//4 mem_btclk_kscan
+//1 mem_btclk_kscan_interval
+
+
+0x00 KEYSCAN_OFFECT_COL_NUM
+0x01 KEYSCAN_OFFECT_ROW_NUM
+0x02 KEYSCAN_OFFECT_COL_CONF_PIN
+0x06 KEYSCAN_OFFECT_ROW_CONF_PIN
+
+0x0a KEYSCAN_OFFECT_ROW_COUNT
+0x0b KEYSCAN_OFFECT_SHIFT_COUNT
+
+0X0C KEYSCAN_OFFECT_VALUE_TEMP
+0X0E KEYSCAN_OFFECT_LASVALUE
+0X10 KEYSCAN_OFFECT_VALUE
+0x12 KEYSCAN_OFFECT_BTCLK
+0x16 KEYSCAN_OFFECT_BTCLK_INTERVAL
+
+
+
+
+
+
+
+//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
+)
+
+(
+13 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
+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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/output/bt_program23.icode	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/output/bt_program23.icode	(working copy)
@@ -0,0 +1,18607 @@
+ 00000000  0x0000001c bbit1  0x00000008 , 0x00000008 
+ 00000001  0x0000001d beq  0x00000000 , 0x00000011 
+ 00000002  0x0000001e beq  0x00000015 , 0x00000082 
+ 00000003  0x0000001f beq  0x00000036 , 0x00000026 
+ 00000004  0x00000020 beq  0x00000062 , 0x0000002a 
+ 00000005  0x00000021 beq  0x000000b9 , 0x00000039 
+ 00000006  0x00000022 beq  0x000000d5 , 0x0000007d 
+ 00000007  0x00000023 branch  0x00003aba 
+ 00000008  0x00000026 rtneq  0x000000ff 
+ 00000009  0x00000027 beq  0x00000028 , 0x00000088 
+ 00000010  0x00000028 beq  0x0000003a , 0x000000ab 
+ 00000011  0x00000029 beq  0x0000003b , 0x000000bf 
+ 00000012  0x0000002a beq  0x0000003d , 0x00000110 
+ 00000013  0x0000002b beq  0x00000041 , 0x00000091 
+ 00000014  0x0000002c beq  0x00000044 , 0x00000101 
+ 00000015  0x0000002d beq  0x00000080 , 0x0000001e 
+ 00000016  0x0000002e branch  0x00003aba 
+ 00000017  0x00000032 clear_stack 
+ 00000018  0x00000033 fetch  0x00000004 , 0x000040cc 
+ 00000019  0x00000034 store  0x00000004 , 0x0000804c 
+ 00000020  0x00000035 call  0x00003c49 
+ 00000021  0x00000036 call  0x00004da6 
+ 00000022  0x00000037 call  0x00003a0e 
+ 00000023  0x00000038 call  0x00006a00 
+ 00000024  0x00000039 call  0x0000001a 
+ 00000025  0x0000003a branch  0x00003807 
+ 00000026  0x0000003d setarg  0x00000000 
+ 00000027  0x0000003e store  0x00000008 , 0x00000000 
+ 00000028  0x0000003f istore  0x00000006 , 0x00000005 
+ 00000029  0x00000040 branch  0x00003ac5 
+ 00000030  0x00000043 call  0x00005255 
+ 00000031  0x00000044 jam  0x00000094 , 0x00004516 
+ 00000032  0x00000045 jam  0x00000000 , 0x00004510 
+ 00000033  0x00000046 call  0x0000492b 
+ 00000034  0x00000047 fetch  0x00000001 , 0x000045ab 
+ 00000035  0x00000048 rtnbit0  0x00000000 
+ 00000036  0x00000049 jam  0x00000001 , 0x00004510 
+ 00000037  0x0000004a branch  0x0000492e 
+ 00000038  0x0000004e call  0x00000028 
+ 00000039  0x0000004f branch  0x000052ee 
+ 00000040  0x00000052 setarg  0x00000010 
+ 00000041  0x00000053 branch  0x00006de1 
+ 00000042  0x00000056 setarg  0x0000002d 
+ 00000043  0x00000057 store  0x00000002 , 0x00004523 
+ 00000044  0x00000058 branch  0x0000524b 
+ 00000045  0x0000005b fetch  0x00000001 , 0x00004553 
+ 00000046  0x0000005c beq  0x00000000 , 0x00000030 
+ 00000047  0x0000005d branch  0x0000527d 
+ 00000048  0x00000060 call  0x00004a95 
+ 00000049  0x00000062 call  0x00004a9a 
+ 00000050  0x00000063 call  0x00004ac0 
+ 00000051  0x00000064 call  0x00005329 
+ 00000052  0x00000065 call  0x00004afa 
+ 00000053  0x00000066 call  0x00004b17 
+ 00000054  0x00000067 call  0x000052ed 
+ 00000055  0x00000068 call  0x00000057 
+ 00000056  0x00000069 branch  0x00000031 
+ 00000057  0x0000006e call  0x00006fd3 
+ 00000058  0x0000006f call  0x000071a1 
+ 00000059  0x00000071 setarg  0x00000320 
+ 00000060  0x00000072 call  0x00000075 
+ 00000061  0x00000073 call  0x0000004d 
+ 00000062  0x00000076 jam  0x00000003 , 0x00000610 
+ 00000063  0x00000077 jam  0x00000000 , 0x00008c00 
+ 00000064  0x00000078 nop  0x00002710 
+ 00000065  0x00000079 jam  0x00000000 , 0x00008c18 
+ 00000066  0x0000007a fetch  0x00000002 , 0x00008050 
+ 00000067  0x0000007b set0  0x0000000a , 0x0000003f 
+ 00000068  0x0000007c store  0x00000002 , 0x00008050 
+ 00000069  0x0000007d jam  0x00000000 , 0x00008c11 
+ 00000070  0x0000007e jam  0x0000003c , 0x00008c00 
+ 00000071  0x0000007f setarg  0x00000bb3 
+ 00000072  0x00000080 store  0x00000002 , 0x00008c03 
+ 00000073  0x00000081 store  0x00000002 , 0x00008c07 
+ 00000074  0x00000082 setarg  0x00000bf7 
+ 00000075  0x00000083 store  0x00000002 , 0x00008c05 
+ 00000076  0x00000084 branch  0x00007192 
+ 00000077  0x00000088 jam  0x00000001 , 0x000045e6 
+ 00000078  0x00000089 fetcht  0x00000001 , 0x000045e5 
+ 00000079  0x0000008a call  0x00006c43 
+ 00000080  0x0000008b fetcht  0x00000001 , 0x000045e5 
+ 00000081  0x0000008c branch  0x00006c3f 
+ 00000082  0x0000008e jam  0x00000000 , 0x000045e6 
+ 00000083  0x0000008f fetcht  0x00000001 , 0x000045e5 
+ 00000084  0x00000090 call  0x00006c43 
+ 00000085  0x00000091 fetcht  0x00000001 , 0x000045e5 
+ 00000086  0x00000092 branch  0x00006c43 
+ 00000087  0x00000096 fetch  0x00000001 , 0x00004559 
+ 00000088  0x00000097 beq  0x00000000 , 0x0000005c 
+ 00000089  0x00000098 beq  0x00000001 , 0x00000064 
+ 00000090  0x00000099 beq  0x00000007 , 0x0000006a 
+ 00000091  0x0000009a rtn 
+ 00000092  0x0000009d fetch  0x00000001 , 0x0000452d 
+ 00000093  0x0000009e rtn  0x00000034 
+ 00000094  0x0000009f call  0x00000077 
+ 00000095  0x000000a0 nrtn  0x00000034 
+ 00000096  0x000000a1 fetch  0x00000001 , 0x000045e6 
+ 00000097  0x000000a2 beq  0x00000001 , 0x0000006f 
+ 00000098  0x000000a3 call  0x0000004d 
+ 00000099  0x000000a4 branch  0x00000070 
+ 00000100  0x000000a7 call  0x00000077 
+ 00000101  0x000000a8 nrtn  0x00000034 
+ 00000102  0x000000a9 fetch  0x00000001 , 0x000045e6 
+ 00000103  0x000000aa beq  0x00000001 , 0x00000072 
+ 00000104  0x000000ab call  0x0000004d 
+ 00000105  0x000000ac branch  0x00000073 
+ 00000106  0x000000af call  0x00000077 
+ 00000107  0x000000b0 nrtn  0x00000034 
+ 00000108  0x000000b1 fetch  0x00000001 , 0x000045e6 
+ 00000109  0x000000b2 rtneq  0x00000000 
+ 00000110  0x000000b3 branch  0x00000052 
+ 00000111  0x000000b6 call  0x00000052 
+ 00000112  0x000000b8 setarg  0x00000050 
+ 00000113  0x000000b9 branch  0x00000075 
+ 00000114  0x000000bc call  0x00000052 
+ 00000115  0x000000be setarg  0x00000320 
+ 00000116  0x000000bf branch  0x00000075 
+ 00000117  0x000000c2 arg  0x00000006 , 0x00000007 
+ 00000118  0x000000c3 branch  0x0000754f 
+ 00000119  0x000000c5 arg  0x00000006 , 0x00000007 
+ 00000120  0x000000c6 branch  0x0000755d 
+ 00000121  0x000000c9 arg  0x0000000a , 0x00000007 
+ 00000122  0x000000ca branch  0x0000754f 
+ 00000123  0x000000cd arg  0x0000000a , 0x00000007 
+ 00000124  0x000000ce branch  0x0000755d 
+ 00000125  0x000000d3 copy  0x00000002 , 0x0000003f 
+ 00000126  0x000000d4 bbit1  0x00000001 , 0x00000080 
+ 00000127  0x000000d5 branch  0x00003d19 
+ 00000128  0x000000d7 jam  0x00000089 , 0x00008a6d 
+ 00000129  0x000000d8 branch  0x00003d1f 
+ 00000130  0x000000dc jam  0x00000012 , 0x00008a3d 
+ 00000131  0x000000dd storet  0x00000001 , 0x00000008 
+ 00000132  0x000000de add  0x00000002 , 0x00000002 , 0x00000011 
+ 00000133  0x000000df call  0x0000398e 
+ 00000134  0x000000e1 nop  0x000003c0 
+ 00000135  0x000000e2 branch  0x000039cf 
+ 00000136  0x000000e6 fetch  0x00000001 , 0x000045ab 
+ 00000137  0x000000e7 bbit0  0x00000000 , 0x0000481c 
+ 00000138  0x000000e8 nop  0x0000012c 
+ 00000139  0x000000e9 fetch  0x00000001 , 0x0000443e 
+ 00000140  0x000000ea set1  0x00000000 , 0x0000003f 
+ 00000141  0x000000eb store  0x00000001 , 0x0000443e 
+ 00000142  0x000000ed call  0x00004a3b 
+ 00000143  0x000000ee call  0x0000488f 
+ 00000144  0x000000ef branch  0x0000483f 
+ 00000145  0x000000f4 fetch  0x00000001 , 0x00004559 
+ 00000146  0x000000f5 rtneq  0x00000000 
+ 00000147  0x000000f6 fetch  0x00000001 , 0x0000456d 
+ 00000148  0x000000f7 nrtn  0x00000034 
+ 00000149  0x000000f8 fetch  0x00000001 , 0x0000456b 
+ 00000150  0x000000f9 nrtn  0x00000034 
+ 00000151  0x000000fa fetch  0x00000001 , 0x00004567 
+ 00000152  0x000000fb rtn  0x00000034 
+ 00000153  0x000000fc fetch  0x00000001 , 0x0000456e 
+ 00000154  0x000000fd compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00000155  0x000000fe branch  0x00004adc , 0x00000001 
+ 00000156  0x000000ff call  0x000048ef 
+ 00000157  0x00000100 nrtn  0x00000028 
+ 00000158  0x00000101 fetch  0x00000002 , 0x00004569 
+ 00000159  0x00000102 increase  0x00000001 , 0x0000003f 
+ 00000160  0x00000103 store  0x00000002 , 0x00004569 
+ 00000161  0x00000104 arg  0x000007d0 , 0x00000002 
+ 00000162  0x00000105 isub  0x00000002 , 0x0000003e 
+ 00000163  0x00000106 branch  0x00004adc , 0x00000002 
+ 00000164  0x00000107 fetch  0x00000001 , 0x0000456c 
+ 00000165  0x00000108 increase  0x00000001 , 0x0000003f 
+ 00000166  0x00000109 and_into  0x00000001 , 0x0000003f 
+ 00000167  0x0000010a store  0x00000001 , 0x0000456c 
+ 00000168  0x0000010b beq  0x00000000 , 0x00004ba3 
+ 00000169  0x0000010c beq  0x00000001 , 0x0000499f 
+ 00000170  0x0000010d rtn 
+ 00000171  0x00000112 call  0x00004a54 
+ 00000172  0x00000113 call  0x000047ce 
+ 00000173  0x00000114 nbranch  0x00004a54 , 0x0000002f 
+ 00000174  0x00000115 call  0x000049bf 
+ 00000175  0x00000116 call  0x000000b7 
+ 00000176  0x00000117 call  0x00004a2e 
+ 00000177  0x00000118 call  0x000053c3 
+ 00000178  0x00000119 fetch  0x00000001 , 0x000044f4 
+ 00000179  0x0000011a rtn  0x00000034 
+ 00000180  0x0000011b fetch  0x00000004 , 0x0000456f 
+ 00000181  0x0000011c rtn  0x00000034 
+ 00000182  0x0000011d branch  0x000048e0 
+ 00000183  0x00000121 fetch  0x00000001 , 0x0000443d 
+ 00000184  0x00000122 store  0x00000001 , 0x000044cf 
+ 00000185  0x00000123 call  0x000048be 
+ 00000186  0x00000124 call  0x00004a3b 
+ 00000187  0x00000125 nbranch  0x00004837 , 0x0000002f 
+ 00000188  0x00000126 call  0x0000488f 
+ 00000189  0x00000127 call  0x0000483f 
+ 00000190  0x00000128 branch  0x00004837 
+ 00000191  0x0000012c fetch  0x00000001 , 0x0000452d 
+ 00000192  0x0000012d beq  0x000000aa , 0x000000c5 
+ 00000193  0x0000012e beq  0x00000055 , 0x000000cf 
+ 00000194  0x0000012f beq  0x00000022 , 0x000000df 
+ 00000195  0x00000130 beq  0x000000ff , 0x000000f7 
+ 00000196  0x00000131 rtn 
+ 00000197  0x00000134 fetch  0x00000001 , 0x0000452e 
+ 00000198  0x00000135 beq  0x00000001 , 0x000000c9 
+ 00000199  0x00000136 beq  0x00000002 , 0x000000cc 
+ 00000200  0x00000137 rtn 
+ 00000201  0x00000139 fetch  0x00000001 , 0x000045d7 
+ 00000202  0x0000013a nrtn  0x00000034 
+ 00000203  0x0000013b branch  0x000049ce 
+ 00000204  0x0000013d fetch  0x00000001 , 0x000045d8 
+ 00000205  0x0000013e nrtn  0x00000034 
+ 00000206  0x0000013f branch  0x000049d4 
+ 00000207  0x00000142 fetch  0x00000001 , 0x000044f4 
+ 00000208  0x00000143 branch  0x000000d5 , 0x00000034 
+ 00000209  0x00000144 fetch  0x00000004 , 0x0000452f 
+ 00000210  0x00000145 fetcht  0x00000004 , 0x00004437 
+ 00000211  0x00000146 isub  0x00000002 , 0x0000003e 
+ 00000212  0x00000147 nrtn  0x00000005 
+ 00000213  0x00000149 fetch  0x00000001 , 0x0000452e 
+ 00000214  0x0000014a beq  0x00000001 , 0x000000d9 
+ 00000215  0x0000014b beq  0x00000002 , 0x000000dc 
+ 00000216  0x0000014c rtn 
+ 00000217  0x0000014e fetch  0x00000001 , 0x000045d7 
+ 00000218  0x0000014f nrtn  0x00000034 
+ 00000219  0x00000150 branch  0x000049e1 
+ 00000220  0x00000152 fetch  0x00000001 , 0x000045d8 
+ 00000221  0x00000153 nrtn  0x00000034 
+ 00000222  0x00000154 branch  0x000049ec 
+ 00000223  0x00000157 fetch  0x00000001 , 0x000044f4 
+ 00000224  0x00000158 branch  0x000000e5 , 0x00000034 
+ 00000225  0x00000159 fetch  0x00000004 , 0x0000452f 
+ 00000226  0x0000015a fetcht  0x00000004 , 0x0000456f 
+ 00000227  0x0000015b isub  0x00000002 , 0x0000003e 
+ 00000228  0x0000015c nrtn  0x00000005 
+ 00000229  0x0000015e fetch  0x00000001 , 0x0000452e 
+ 00000230  0x0000015f beq  0x00000001 , 0x000000e9 
+ 00000231  0x00000160 beq  0x00000002 , 0x000000f0 
+ 00000232  0x00000161 rtn 
+ 00000233  0x00000164 fetch  0x00000001 , 0x000045d7 
+ 00000234  0x00000165 nrtn  0x00000034 
+ 00000235  0x00000166 fetch  0x00000001 , 0x00004518 
+ 00000236  0x00000167 beq  0x00000002 , 0x000000ee 
+ 00000237  0x00000168 rtn 
+ 00000238  0x0000016a jam  0x00000001 , 0x000045d7 
+ 00000239  0x0000016b branch  0x00004a02 
+ 00000240  0x0000016e fetch  0x00000001 , 0x000045d8 
+ 00000241  0x0000016f nrtn  0x00000034 
+ 00000242  0x00000170 fetch  0x00000001 , 0x00004519 
+ 00000243  0x00000171 bne  0x00000000 , 0x000000f5 
+ 00000244  0x00000172 rtn 
+ 00000245  0x00000174 jam  0x00000001 , 0x000045d8 
+ 00000246  0x00000175 branch  0x00004a0d 
+ 00000247  0x00000179 fetch  0x00000001 , 0x0000452e 
+ 00000248  0x0000017a beq  0x00000001 , 0x000000fb 
+ 00000249  0x0000017b beq  0x00000002 , 0x000000fe 
+ 00000250  0x0000017c rtn 
+ 00000251  0x0000017e fetch  0x00000001 , 0x000045d7 
+ 00000252  0x0000017f nrtn  0x00000034 
+ 00000253  0x00000180 branch  0x00004c24 
+ 00000254  0x00000183 fetch  0x00000001 , 0x000045d8 
+ 00000255  0x00000184 nrtn  0x00000034 
+ 00000256  0x00000185 branch  0x00004c28 
+ 00000257  0x00000189 fetch  0x00000001 , 0x00004559 
+ 00000258  0x0000018a rtnne  0x00000007 
+ 00000259  0x0000018b call  0x00000109 
+ 00000260  0x0000018c call  0x00004b3d 
+ 00000261  0x0000018d call  0x00004a84 
+ 00000262  0x0000018e nbranch  0x00004a54 , 0x0000002f 
+ 00000263  0x0000018f jam  0x00000000 , 0x000045e8 
+ 00000264  0x00000190 branch  0x00004b1e 
+ 00000265  0x00000193 fetch  0x00000001 , 0x00004558 
+ 00000266  0x00000194 rtnbit1  0x00000007 
+ 00000267  0x00000195 set1  0x00000007 , 0x0000003f 
+ 00000268  0x00000196 store  0x00000001 , 0x00004558 
+ 00000269  0x00000197 fetch  0x00000001 , 0x00004566 
+ 00000270  0x00000198 store  0x00000001 , 0x00004116 
+ 00000271  0x00000199 branch  0x00004b0b 
+ 00000272  0x0000019c fetch  0x00000001 , 0x0000452d 
+ 00000273  0x0000019d beq  0x00000001 , 0x00000115 
+ 00000274  0x0000019e beq  0x00000002 , 0x00004a69 
+ 00000275  0x0000019f beq  0x000000ff , 0x00000126 
+ 00000276  0x000001a0 branch  0x00004a54 
+ 00000277  0x000001a3 call  0x00004a22 
+ 00000278  0x000001a4 call  0x00004bbd 
+ 00000279  0x000001a5 fetch  0x00000001 , 0x0000454d 
+ 00000280  0x000001a6 fetcht  0x00000001 , 0x0000452b 
+ 00000281  0x000001a7 isolate1  0x00000003 , 0x00000002 
+ 00000282  0x000001a8 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00000283  0x000001a9 store  0x00000001 , 0x0000454d 
+ 00000284  0x000001aa beq  0x00000001 , 0x0000011e 
+ 00000285  0x000001ab branch  0x00004a62 
+ 00000286  0x000001ae fetch  0x00000001 , 0x00004095 
+ 00000287  0x000001af sub  0x0000003f , 0x0000000e , 0x0000003e 
+ 00000288  0x000001b0 call  0x00004f01 , 0x00000005 
+ 00000289  0x000001b1 fetch  0x00000001 , 0x000045d7 
+ 00000290  0x000001b2 nrtn  0x00000034 
+ 00000291  0x000001b3 jam  0x00000001 , 0x000045d7 
+ 00000292  0x000001b5 fetch  0x00000004 , 0x00004535 
+ 00000293  0x000001b6 branch  0x00004c26 
+ 00000294  0x000001b9 call  0x00004a30 
+ 00000295  0x000001ba branch  0x000000f7 
+ 00014336  0x000001c4 call  0x00003af8 
+ 00014337  0x000001c7 bpatch  0x00000000 , 0x00004000 
+ 00014338  0x000001c8 clear_stack 
+ 00014339  0x000001c9 call  0x00004da6 
+ 00014340  0x000001ca call  0x00003a0e 
+ 00014341  0x000001cb call  0x00006a00 
+ 00014342  0x000001cc call  0x00003ac3 
+ 00014343  0x000001cd call  0x00006635 
+ 00014344  0x000001ce bpatch  0x00000001 , 0x00004000 
+ 00014345  0x000001cf call  0x00006fdb 
+ 00014346  0x000001d0 call  0x00003ae9 
+ 00014347  0x000001d1 call  0x00004d9b 
+ 00014348  0x000001d2 call  0x00003b9a , 0x0000002b 
+ 00014349  0x000001d4 bpatch  0x00000002 , 0x00004000 
+ 00014350  0x000001d5 call  0x0000421c 
+ 00014351  0x000001d6 call  0x00003826 
+ 00014352  0x000001d7 call  0x00004dae 
+ 00014353  0x000001d8 call  0x00003815 
+ 00014354  0x000001d9 call  0x000047c4 
+ 00014355  0x000001da call  0x00003bc2 
+ 00014356  0x000001db branch  0x0000380d 
+ 00014357  0x000001de call  0x0000381a 
+ 00014358  0x000001df rtnmark0  0x00000009 
+ 00014359  0x000001e0 set0  0x00000009 , 0x00000000 
+ 00014360  0x000001e1 call  0x0000383d 
+ 00014361  0x000001e2 branch  0x00003d36 
+ 00014362  0x000001e5 bpatch  0x00000003 , 0x00004000 
+ 00014363  0x000001e6 call  0x00003863 
+ 00014364  0x000001e7 nbranch  0x00003822 , 0x00000005 
+ 00014365  0x000001e8 call  0x00003832 
+ 00014366  0x000001e9 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00014367  0x000001ea ifetch  0x00000001 , 0x00000006 
+ 00014368  0x000001eb bbit1  0x00000000 , 0x00003cac 
+ 00014369  0x000001ee rtn 
+ 00014370  0x000001f1 call  0x00003843 
+ 00014371  0x000001f2 copy  0x00000039 , 0x0000003e 
+ 00014372  0x000001f3 rtn  0x00000005 
+ 00014373  0x000001f4 branch  0x00003aba 
+ 00014374  0x000001fc fetch  0x00000001 , 0x0000410d 
+ 00014375  0x000001fd rtn  0x00000034 
+ 00014376  0x000001fe beq  0x0000001b , 0x0000382f 
+ 00014377  0x000001ff call  0x0000385c 
+ 00014378  0x00000200 rtn  0x00000005 
+ 00014379  0x00000201 call  0x0000385f 
+ 00014380  0x00000202 rtn  0x00000005 
+ 00014381  0x00000204 jam  0x00000000 , 0x0000410d 
+ 00014382  0x00000205 rtn 
+ 00014383  0x00000208 jam  0x0000001b , 0x000001b7 
+ 00014384  0x00000209 jam  0x00000000 , 0x0000410d 
+ 00014385  0x0000020a rtn 
+ 00014386  0x0000020f bpatch  0x00000004 , 0x00004000 
+ 00014387  0x00000210 set1  0x00000009 , 0x00000000 
+ 00014388  0x00000211 deposit  0x00000011 
+ 00014389  0x00000212 store  0x00000002 , 0x0000000a 
+ 00014390  0x00000213 force  0x00000053 , 0x00000039 
+ 00014391  0x00000214 arg  0x00000163 , 0x00000005 
+ 00014392  0x00000215 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00014393  0x00000216 ifetch  0x00000001 , 0x00000006 
+ 00014394  0x00000217 copy  0x00000011 , 0x00000006 
+ 00014395  0x00000218 bbit1  0x00000000 , 0x00007548 
+ 00014396  0x00000219 rtn 
+ 00014397  0x0000021c bpatch  0x00000005 , 0x00004000 
+ 00014398  0x0000021d fetch  0x00000002 , 0x0000000a 
+ 00014399  0x0000021e iforce  0x00000005 
+ 00014400  0x0000021f force  0x00000053 , 0x00000039 
+ 00014401  0x00000220 arg  0x00000163 , 0x00000006 
+ 00014402  0x00000221 branch  0x00007548 
+ 00014403  0x00000226 arg  0x00000001 , 0x00000039 
+ 00014404  0x00000227 fetcht  0x00000001 , 0x00000006 
+ 00014405  0x00000229 increase  0x00000001 , 0x00000002 
+ 00014406  0x0000022a compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00014407  0x0000022b nbranch  0x00003849 , 0x00000001 
+ 00014408  0x0000022c arg  0x00000000 , 0x00000002 
+ 00014409  0x0000022e storet  0x00000001 , 0x00000006 
+ 00014410  0x0000022f mul32  0x00000002 , 0x00000053 , 0x0000003f 
+ 00014411  0x00000230 arg  0x00004040 , 0x00000011 
+ 00014412  0x00000231 iadd  0x00000011 , 0x00000011 
+ 00014413  0x00000232 ifetch  0x00000001 , 0x00000011 
+ 00014414  0x00000233 bbit1  0x00000001 , 0x00003850 
+ 00014415  0x00000234 rtnbit1  0x00000000 
+ 00014416  0x00000236 loop  0x00003845 
+ 00014417  0x00000237 rtn 
+ 00014418  0x0000023a bpatch  0x00000006 , 0x00004000 
+ 00014419  0x0000023b arg  0x00003870 , 0x00000013 
+ 00014420  0x0000023c call  0x00003866 
+ 00014421  0x0000023d nrtn  0x00000005 
+ 00014422  0x0000023e deposit  0x00000011 
+ 00014423  0x0000023f store  0x00000002 , 0x0000000a 
+ 00014424  0x00000240 force  0x00000000 , 0x0000003e 
+ 00014425  0x00000241 rtn 
+ 00014426  0x00000247 arg  0x000038a7 , 0x00000013 
+ 00014427  0x00000248 branch  0x00003866 
+ 00014428  0x0000024e fetcht  0x00000001 , 0x0000410e 
+ 00014429  0x00000250 arg  0x00003879 , 0x00000013 
+ 00014430  0x00000251 branch  0x00003866 
+ 00014431  0x00000255 bpatch  0x00000007 , 0x00004000 
+ 00014432  0x00000256 fetcht  0x00000006 , 0x0000410f 
+ 00014433  0x00000258 arg  0x00003873 , 0x00000013 
+ 00014434  0x00000259 branch  0x00003866 
+ 00014435  0x0000025c arg  0x0000387f , 0x00000013 
+ 00014436  0x0000025d branch  0x00003866 
+ 00014437  0x00000260 arg  0x000038c2 , 0x00000013 
+ 00014438  0x00000262 bpatch  0x00000008 , 0x00004001 
+ 00014439  0x00000263 arg  0x00004040 , 0x00000011 
+ 00014440  0x00000264 arg  0x00000001 , 0x00000039 
+ 00014441  0x00000266 ifetch  0x00000001 , 0x00000011 
+ 00014442  0x00000267 copy  0x00000013 , 0x0000003d 
+ 00014443  0x00000269 bpatch  0x00000009 , 0x00004001 
+ 00014444  0x0000026a increase  0x00000053 , 0x00000011 
+ 00014445  0x0000026b loop  0x00003869 
+ 00014446  0x0000026c force  0x00000001 , 0x0000003e 
+ 00014447  0x0000026d rtn 
+ 00014448  0x00000270 bbit1  0x00000000 , 0x0000386b 
+ 00014449  0x00000271 force  0x00000000 , 0x0000003e 
+ 00014450  0x00000272 rtn 
+ 00014451  0x00000275 bbit0  0x00000000 , 0x0000386b 
+ 00014452  0x00000277 add  0x00000011 , 0x00000010 , 0x00000006 
+ 00014453  0x00000278 ifetch  0x00000006 , 0x00000006 
+ 00014454  0x00000279 isub  0x00000002 , 0x0000003e 
+ 00014455  0x0000027a rtn  0x00000005 
+ 00014456  0x0000027b branch  0x0000386b 
+ 00014457  0x0000027e bbit0  0x00000000 , 0x0000386b 
+ 00014458  0x0000027f add  0x00000011 , 0x00000016 , 0x00000006 
+ 00014459  0x00000280 ifetch  0x00000001 , 0x00000006 
+ 00014460  0x00000281 isub  0x00000002 , 0x0000003e 
+ 00014461  0x00000282 rtn  0x00000005 
+ 00014462  0x00000283 branch  0x0000386b 
+ 00014463  0x00000286 bbit0  0x00000001 , 0x0000386b 
+ 00014464  0x00000288 call  0x000038af 
+ 00014465  0x00000289 call  0x00003897 
+ 00014466  0x0000028a isub  0x00000002 , 0x0000003f 
+ 00014467  0x0000028b increase  0x00000001 , 0x0000003f 
+ 00014468  0x0000028c branch  0x00003891 , 0x00000002 
+ 00014469  0x0000028d copy  0x00000006 , 0x00000012 
+ 00014470  0x0000028e store  0x00000009 , 0x000004cc 
+ 00014471  0x0000028f bpatch  0x0000000a , 0x00004001 
+ 00014472  0x00000290 fetch  0x00000009 , 0x000004cc 
+ 00014473  0x00000291 copy  0x00000012 , 0x00000006 
+ 00014474  0x00000292 increase  0x00000005 , 0x0000003f 
+ 00014475  0x00000293 branch  0x0000388c 
+ 00014476  0x00000296 nbranch  0x0000386b , 0x00000002 
+ 00014477  0x00000298 copy  0x00000002 , 0x00000021 
+ 00014478  0x00000299 call  0x000038bb 
+ 00014479  0x0000029a force  0x00000000 , 0x0000003e 
+ 00014480  0x0000029b rtn 
+ 00014481  0x0000029f iforce  0x00000012 
+ 00014482  0x000002a0 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00014483  0x000002a1 ifetch  0x00000002 , 0x00000006 
+ 00014484  0x000002a2 branch  0x0000388d , 0x00000034 
+ 00014485  0x000002a3 call  0x000038bb 
+ 00014486  0x000002a4 branch  0x00003880 
+ 00014487  0x000002a7 rshift16  0x0000003f , 0x0000000b 
+ 00014488  0x000002a8 rshift8  0x0000000b , 0x0000000b 
+ 00014489  0x000002a9 branch  0x000038a1 , 0x00000005 
+ 00014490  0x000002aa compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00014491  0x000002ab nrtn  0x00000001 
+ 00014492  0x000002ac rshift16  0x00000002 , 0x0000000b 
+ 00014493  0x000002ad rshift8  0x0000000b , 0x0000000b 
+ 00014494  0x000002ae nrtn  0x00000005 
+ 00014495  0x000002af set1  0x0000001c , 0x00000002 
+ 00014496  0x000002b0 rtn 
+ 00014497  0x000002b2 rshift16  0x00000002 , 0x0000000b 
+ 00014498  0x000002b3 rshift8  0x0000000b , 0x0000000b 
+ 00014499  0x000002b4 compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00014500  0x000002b5 nrtn  0x00000001 
+ 00014501  0x000002b6 set1  0x0000001c , 0x0000003f 
+ 00014502  0x000002b7 rtn 
+ 00014503  0x000002ba bbit0  0x00000000 , 0x0000386b 
+ 00014504  0x000002bb force  0x00000000 , 0x0000003e 
+ 00014505  0x000002bc rtn 
+ 00014506  0x000002bf bbit0  0x00000000 , 0x0000386b 
+ 00014507  0x000002c0 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00014508  0x000002c1 ifetch  0x00000001 , 0x00000006 
+ 00014509  0x000002c2 bbit1  0x00000000 , 0x0000386b 
+ 00014510  0x000002c3 rtn 
+ 00014511  0x000002c6 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00014512  0x000002c7 ifetcht  0x00000001 , 0x00000006 
+ 00014513  0x000002c8 deposit  0x00000022 
+ 00014514  0x000002c9 isolate1  0x00000001 , 0x00000002 
+ 00014515  0x000002ca add  0x00000011 , 0x00000004 , 0x00000006 
+ 00014516  0x000002cb ifetcht  0x00000004 , 0x00000006 
+ 00014517  0x000002cc rtn  0x00000001 
+ 00014518  0x000002cd add  0x00000011 , 0x00000008 , 0x00000006 
+ 00014519  0x000002ce ifetch  0x00000006 , 0x00000006 
+ 00014520  0x000002cf call  0x00003905 
+ 00014521  0x000002d0 deposit  0x00000028 
+ 00014522  0x000002d1 rtn 
+ 00014523  0x000002d4 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00014524  0x000002d5 add  0x00000011 , 0x00000004 , 0x00000005 
+ 00014525  0x000002d6 ifetch  0x00000002 , 0x00000006 
+ 00014526  0x000002d7 iadd  0x00000002 , 0x0000000b 
+ 00014527  0x000002d8 deposit  0x0000000b 
+ 00014528  0x000002d9 istore  0x00000004 , 0x00000005 
+ 00014529  0x000002da branch  0x00003d83 
+ 00014530  0x000002de bbit0  0x00000001 , 0x0000386b 
+ 00014531  0x000002df call  0x000038af 
+ 00014532  0x000002e0 iadd  0x0000001b , 0x0000003f 
+ 00014533  0x000002e1 iadd  0x0000001b , 0x0000003f 
+ 00014534  0x000002e2 iadd  0x00000007 , 0x0000003f 
+ 00014535  0x000002e3 isub  0x00000002 , 0x0000003e 
+ 00014536  0x000002e4 nbranch  0x0000386b , 0x00000002 
+ 00014537  0x000002e5 force  0x00000000 , 0x0000003e 
+ 00014538  0x000002e6 rtn 
+ 00014539  0x000002eb bpatch  0x0000000b , 0x00004001 
+ 00014540  0x000002ec disable  0x0000001d 
+ 00014541  0x000002ed disable  0x0000001c 
+ 00014542  0x000002ee disable  0x0000000d 
+ 00014543  0x000002ef disable  0x0000000c 
+ 00014544  0x000002f0 disable  0x00000009 
+ 00014545  0x000002f1 disable  0x0000000e 
+ 00014546  0x000002f2 disable  0x00000007 
+ 00014547  0x000002f3 branch  0x00003913 , 0x00000021 
+ 00014548  0x000002f4 until  0x0000003e , 0x00000027 
+ 00014549  0x000002f5 nop  0x00000064 
+ 00014550  0x000002f6 branch  0x00003913 
+ 00014551  0x000002fc bpatch  0x0000000c , 0x00004001 
+ 00014552  0x000002fd disable  0x00000010 
+ 00014553  0x000002fe copy  0x00000002 , 0x0000001b 
+ 00014554  0x000002ff call  0x00003865 
+ 00014555  0x00000300 disable  0x00000028 
+ 00014556  0x00000301 nrtn  0x00000005 
+ 00014557  0x00000302 force  0x00000000 , 0x0000001b 
+ 00014558  0x00000303 enable  0x00000028 
+ 00014559  0x00000304 rtn 
+ 00014560  0x00000309 bpatch  0x0000000d , 0x00004001 
+ 00014561  0x0000030a until  0x0000003e , 0x00000022 
+ 00014562  0x0000030b deposit  0x0000001a 
+ 00014563  0x0000030c iforce  0x00000006 
+ 00014564  0x0000030d rshift16 , 0x0000003f , 0x0000003f 
+ 00014565  0x0000030e isub  0x00000022 , 0x00000039 
+ 00014566  0x0000030f and_into  0x00000003 , 0x00000039 
+ 00014567  0x00000310 nbranch  0x000038ea , 0x00000005 
+ 00014568  0x00000311 force  0x00000000 , 0x0000003f 
+ 00014569  0x00000312 branch  0x000038ee 
+ 00014570  0x00000314 fetcht  0x00000002 , 0x0000003f 
+ 00014571  0x00000315 force  0x00000000 , 0x0000003f 
+ 00014572  0x00000317 iadd  0x00000002 , 0x0000003f 
+ 00014573  0x00000318 loop  0x000038ec 
+ 00014574  0x0000031a iadd  0x00000006 , 0x0000003f 
+ 00014575  0x0000031b div  0x0000003f , 0x0000000c 
+ 00014576  0x0000031c call  0x000075cd 
+ 00014577  0x0000031d store  0x00000002 , 0x0000002a 
+ 00014578  0x0000031e rtn 
+ 00014579  0x00000321 bpatch  0x0000000e , 0x00004001 
+ 00014580  0x00000322 deposit  0x0000001a 
+ 00014581  0x00000323 copy  0x00000019 , 0x00000002 
+ 00014582  0x00000324 isub  0x00000002 , 0x0000003e 
+ 00014583  0x00000325 nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
+ 00014584  0x00000326 isub  0x00000002 , 0x00000002 
+ 00014585  0x00000327 fetch  0x00000002 , 0x0000003f 
+ 00014586  0x00000328 isolate0  0x0000000f , 0x00000002 
+ 00014587  0x00000329 branch  0x00003901 , 0x00000001 
+ 00014588  0x0000032a copy  0x00000002 , 0x00000030 
+ 00014589  0x0000032b arg  0x00010000 , 0x00000002 
+ 00014590  0x0000032c fetch  0x00000002 , 0x0000003f 
+ 00014591  0x0000032d isub  0x00000002 , 0x0000003f 
+ 00014592  0x0000032e iadd  0x00000030 , 0x00000002 
+ 00014593  0x00000331 storet  0x00000006 , 0x0000016b 
+ 00014594  0x00000332 rtn 
+ 00014595  0x00000335 disable  0x00000030 
+ 00014596  0x00000336 fetch  0x00000006 , 0x0000016b 
+ 00014597  0x00000338 iadd  0x00000019 , 0x00000030 
+ 00014598  0x00000339 increase  0x0000000a , 0x00000030 
+ 00014599  0x0000033a fetch  0x00000002 , 0x0000003f 
+ 00014600  0x0000033b isub  0x00000030 , 0x0000003f 
+ 00014601  0x0000033c isolate0  0x0000000f , 0x0000003f 
+ 00014602  0x0000033d branch  0x00003911 , 0x00000001 
+ 00014603  0x0000033e setarg  0x00010000 
+ 00014604  0x0000033f fetchr  0x00000018 , 0x00000002 , 0x0000003f 
+ 00014605  0x00000340 isub  0x00000018 , 0x0000003f 
+ 00014606  0x00000341 iadd  0x00000030 , 0x00000030 
+ 00014607  0x00000343 copy  0x00000030 , 0x0000001a 
+ 00014608  0x00000344 rtn 
+ 00014609  0x00000346 force  0x00000000 , 0x0000003e 
+ 00014610  0x00000347 branch  0x0000390f 
+ 00014611  0x0000034f bpatch  0x0000000f , 0x00004001 
+ 00014612  0x00000350 call  0x00006449 
+ 00014613  0x00000351 force  0x00000008 , 0x00000015 
+ 00014614  0x00000352 force  0x00000000 , 0x00000015 
+ 00014615  0x00000353 disable  0x00000021 
+ 00014616  0x00000354 disable  0x00000020 
+ 00014617  0x00000355 pulse  0x0000001e 
+ 00014618  0x00000356 jam  0x00000005 , 0x00008900 
+ 00014619  0x00000357 nop  0x00000002 
+ 00014620  0x00000358 jam  0x00000000 , 0x00008900 
+ 00014621  0x00000359 call  0x00003925 
+ 00014622  0x0000035a jam  0x00000000 , 0x00008a16 
+ 00014623  0x0000035b jam  0x00000080 , 0x00008a0a 
+ 00014624  0x0000035c fetch  0x00000001 , 0x00008a09 
+ 00014625  0x0000035d set0  0x00000007 , 0x0000003f 
+ 00014626  0x0000035e store  0x00000001 , 0x00008a09 
+ 00014627  0x0000035f jam  0x00000000 , 0x00008a0b 
+ 00014628  0x00000360 branch  0x00003a6b 
+ 00014629  0x00000365 bpatch  0x00000010 , 0x00004002 
+ 00014630  0x00000366 jam  0x00000005 , 0x00008900 
+ 00014631  0x00000367 nop  0x00000002 
+ 00014632  0x00000368 jam  0x00000000 , 0x00008900 
+ 00014633  0x00000369 fetch  0x00000001 , 0x0000409a 
+ 00014634  0x0000036a beq  0x00000018 , 0x0000392c 
+ 00014635  0x0000036b beq  0x00000008 , 0x00003941 
+ 00014636  0x0000036d jam  0x000000aa , 0x00008a10 
+ 00014637  0x0000036e jam  0x000000aa , 0x00008a11 
+ 00014638  0x0000036f jam  0x00000015 , 0x00008a12 
+ 00014639  0x00000371 jam  0x00000078 , 0x00008a0a 
+ 00014640  0x00000372 fetch  0x00000001 , 0x00008a09 
+ 00014641  0x00000373 set1  0x00000007 , 0x0000003f 
+ 00014642  0x00000374 store  0x00000001 , 0x00008a09 
+ 00014643  0x00000375 jam  0x00000004 , 0x00008a0b 
+ 00014644  0x00000376 nop  0x0000003c 
+ 00014645  0x00000377 jam  0x0000007a , 0x00008a16 
+ 00014646  0x00000378 jam  0x00000000 , 0x00008a17 
+ 00014647  0x00000379 jam  0x00000000 , 0x00008a18 
+ 00014648  0x0000037a jam  0x00000000 , 0x00008a19 
+ 00014649  0x0000037b jam  0x00000000 , 0x00008a1a 
+ 00014650  0x0000037d jam  0x0000002a , 0x00008a11 
+ 00014651  0x0000037e jam  0x00000078 , 0x00008a0a 
+ 00014652  0x00000380 fetch  0x00000001 , 0x00008a09 
+ 00014653  0x00000381 set0  0x00000007 , 0x0000003f 
+ 00014654  0x00000382 store  0x00000001 , 0x00008a09 
+ 00014655  0x00000383 jam  0x00000000 , 0x00008a43 
+ 00014656  0x00000384 rtn 
+ 00014657  0x00000387 jam  0x00000029 , 0x00008a87 
+ 00014658  0x00000388 jam  0x000000e6 , 0x00008a8b 
+ 00014659  0x0000038a jam  0x000000aa , 0x00008a10 
+ 00014660  0x0000038b jam  0x000000aa , 0x00008a11 
+ 00014661  0x0000038c jam  0x00000015 , 0x00008a12 
+ 00014662  0x0000038e jam  0x00000078 , 0x00008a0a 
+ 00014663  0x0000038f fetch  0x00000001 , 0x00008a09 
+ 00014664  0x00000390 set1  0x00000007 , 0x0000003f 
+ 00014665  0x00000391 store  0x00000001 , 0x00008a09 
+ 00014666  0x00000392 jam  0x00000004 , 0x00008a0b 
+ 00014667  0x00000393 nop  0x0000003c 
+ 00014668  0x00000394 jam  0x0000003a , 0x00008a16 
+ 00014669  0x00000395 jam  0x00000000 , 0x00008a17 
+ 00014670  0x00000396 jam  0x00000000 , 0x00008a18 
+ 00014671  0x00000397 jam  0x00000000 , 0x00008a19 
+ 00014672  0x00000398 jam  0x00000000 , 0x00008a1a 
+ 00014673  0x0000039a jam  0x0000002a , 0x00008a11 
+ 00014674  0x0000039b jam  0x00000038 , 0x00008a0a 
+ 00014675  0x0000039c branch  0x0000393c 
+ 00014676  0x0000039f bpatch  0x00000011 , 0x00004002 
+ 00014677  0x000003a1 fetch  0x00000001 , 0x0000409a 
+ 00014678  0x000003a2 sub  0x0000003f , 0x00000018 , 0x0000003e 
+ 00014679  0x000003a3 call  0x0000395e , 0x00000005 
+ 00014680  0x000003a4 ncall  0x00003964 , 0x00000005 
+ 00014681  0x000003a6 storet  0x00000001 , 0x00000008 
+ 00014682  0x000003a7 add  0x00000002 , 0x00000000 , 0x0000003f 
+ 00014683  0x000003a8 bmark1  0x0000002d , 0x0000395d 
+ 00014684  0x000003a9 add  0x00000002 , 0x00000001 , 0x0000003f 
+ 00014685  0x000003ab branch  0x00003989 
+ 00014686  0x000003af jam  0x00000000 , 0x00008a43 
+ 00014687  0x000003b0 jam  0x00000004 , 0x00008a3d 
+ 00014688  0x000003b1 jam  0x00000000 , 0x00008a3e 
+ 00014689  0x000003b2 jam  0x00000003 , 0x00008a84 
+ 00014690  0x000003b3 jam  0x00000040 , 0x00008a89 
+ 00014691  0x000003b4 rtn 
+ 00014692  0x000003b6 jam  0x00000030 , 0x00008a43 
+ 00014693  0x000003b7 jam  0x00000006 , 0x00008a3d 
+ 00014694  0x000003b8 jam  0x00000000 , 0x00008a3e 
+ 00014695  0x000003b9 jam  0x00000020 , 0x00008a84 
+ 00014696  0x000003ba jam  0x00000015 , 0x00008a89 
+ 00014697  0x000003bb rtn 
+ 00014698  0x000003be bpatch  0x00000012 , 0x00004002 
+ 00014699  0x000003bf call  0x00006443 
+ 00014700  0x000003c1 fetch  0x00000001 , 0x00004118 
+ 00014701  0x000003c2 beq  0x000000ff , 0x00003973 
+ 00014702  0x000003c3 arg  0x00004119 , 0x00000006 
+ 00014703  0x000003c4 iadd  0x00000006 , 0x00000006 
+ 00014704  0x000003c5 ifetch  0x00000001 , 0x00000006 
+ 00014705  0x000003c6 store  0x00000001 , 0x00008961 
+ 00014706  0x000003c7 jam  0x00000027 , 0x00008960 
+ 00014707  0x000003ca fetcht  0x00000001 , 0x0000411c 
+ 00014708  0x000003cb fetch  0x00000001 , 0x00008960 
+ 00014709  0x000003cc ior  0x00000002 , 0x0000003f 
+ 00014710  0x000003cd store  0x00000001 , 0x00008960 
+ 00014711  0x000003cf jam  0x000000aa , 0x00008a10 
+ 00014712  0x000003d0 jam  0x0000002a , 0x00008a11 
+ 00014713  0x000003d1 jam  0x00000013 , 0x00008a12 
+ 00014714  0x000003d2 jam  0x0000007f , 0x00008a0a 
+ 00014715  0x000003d3 fetch  0x00000001 , 0x00008a09 
+ 00014716  0x000003d4 set0  0x00000007 , 0x0000003f 
+ 00014717  0x000003d5 store  0x00000001 , 0x00008a09 
+ 00014718  0x000003d6 nop  0x0000003c 
+ 00014719  0x000003d7 jam  0x0000001f , 0x00008a17 
+ 00014720  0x000003d8 jam  0x000000f8 , 0x00008a18 
+ 00014721  0x000003d9 jam  0x00000018 , 0x00008a19 
+ 00014722  0x000003da jam  0x00000000 , 0x00008a10 
+ 00014723  0x000003db jam  0x00000020 , 0x00008a11 
+ 00014724  0x000003dc nop  0x0000000a 
+ 00014725  0x000003dd jam  0x00000004 , 0x00008900 
+ 00014726  0x000003de nop  0x00000002 
+ 00014727  0x000003df jam  0x0000000c , 0x00008900 
+ 00014728  0x000003e0 rtn 
+ 00014729  0x000003e5 bpatch  0x00000013 , 0x00004002 
+ 00014730  0x000003e6 arg  0x00000960 , 0x00000006 
+ 00014731  0x000003e7 iadd  0x00000006 , 0x0000003f 
+ 00014732  0x000003e8 fetcht  0x00000001 , 0x0000409a 
+ 00014733  0x000003e9 branch  0x00003998 
+ 00014734  0x000003ed bpatch  0x00000014 , 0x00004002 
+ 00014735  0x000003ee fetch  0x00000001 , 0x0000409a 
+ 00014736  0x000003ef sub  0x0000003f , 0x00000018 , 0x0000003e 
+ 00014737  0x000003f0 call  0x000039bb , 0x00000005 
+ 00014738  0x000003f1 ncall  0x000039c2 , 0x00000005 
+ 00014739  0x000003f3 setarg  0x00000960 
+ 00014740  0x000003f4 iadd  0x00000011 , 0x0000003f 
+ 00014741  0x000003f5 lshift  0x0000003f , 0x0000003f 
+ 00014742  0x000003f6 fetcht  0x00000001 , 0x0000409a 
+ 00014743  0x000003f7 mul32  0x00000002 , 0x00000003 , 0x00000002 
+ 00014744  0x000003f9 lshift  0x00000002 , 0x00000002 
+ 00014745  0x000003fa idiv  0x00000002 
+ 00014746  0x000003fb call  0x000075d0 
+ 00014747  0x000003fc quotient  0x0000003f 
+ 00014748  0x000003fd store  0x00000001 , 0x00008a3f 
+ 00014749  0x000003fe remainder  0x0000003f 
+ 00014750  0x000003ff lshift16  0x0000003f , 0x0000003f 
+ 00014751  0x00000400 lshift8  0x0000003f , 0x0000003f 
+ 00014752  0x00000401 idiv  0x00000002 
+ 00014753  0x00000402 call  0x000075d0 
+ 00014754  0x00000403 quotient  0x0000003f 
+ 00014755  0x00000404 store  0x00000001 , 0x00008a42 
+ 00014756  0x00000405 rshift8  0x0000003f , 0x0000003f 
+ 00014757  0x00000406 store  0x00000001 , 0x00008a41 
+ 00014758  0x00000407 rshift8  0x0000003f , 0x0000003f 
+ 00014759  0x00000408 store  0x00000001 , 0x00008a40 
+ 00014760  0x00000409 fetcht  0x00000001 , 0x00008a43 
+ 00014761  0x0000040a and_into  0x000000f0 , 0x00000002 
+ 00014762  0x0000040b storet  0x00000001 , 0x00008a43 
+ 00014763  0x0000040c nop  0x0000000c 
+ 00014764  0x0000040d fetch  0x00000001 , 0x0000409a 
+ 00014765  0x0000040e beq  0x00000018 , 0x000039af 
+ 00014766  0x0000040f beq  0x00000008 , 0x000039b5 
+ 00014767  0x00000411 or_into  0x0000000c , 0x00000002 
+ 00014768  0x00000412 storet  0x00000001 , 0x00008a43 
+ 00014769  0x00000413 nop  0x0000000c 
+ 00014770  0x00000414 or_into  0x00000003 , 0x00000002 
+ 00014771  0x00000415 storet  0x00000001 , 0x00008a43 
+ 00014772  0x00000416 rtn 
+ 00014773  0x00000419 or_into  0x0000003c , 0x00000002 
+ 00014774  0x0000041a storet  0x00000001 , 0x00008a43 
+ 00014775  0x0000041b nop  0x0000000c 
+ 00014776  0x0000041c or_into  0x00000033 , 0x00000002 
+ 00014777  0x0000041d storet  0x00000001 , 0x00008a43 
+ 00014778  0x0000041e rtn 
+ 00014779  0x00000422 jam  0x00000000 , 0x00008a43 
+ 00014780  0x00000423 jam  0x00000012 , 0x00008a3d 
+ 00014781  0x00000424 jam  0x00000000 , 0x00008a3e 
+ 00014782  0x00000425 jam  0x00000003 , 0x00008a84 
+ 00014783  0x00000426 jam  0x000000a6 , 0x00008a8b 
+ 00014784  0x00000427 jam  0x00000040 , 0x00008a89 
+ 00014785  0x00000428 rtn 
+ 00014786  0x0000042b jam  0x00000030 , 0x00008a43 
+ 00014787  0x0000042c jam  0x00000015 , 0x00008a3d 
+ 00014788  0x0000042d jam  0x00000000 , 0x00008a3e 
+ 00014789  0x0000042e jam  0x00000020 , 0x00008a84 
+ 00014790  0x0000042f jam  0x000000a6 , 0x00008a8b 
+ 00014791  0x00000430 jam  0x00000015 , 0x00008a89 
+ 00014792  0x00000431 rtn 
+ 00014793  0x00000435 bpatch  0x00000015 , 0x00004002 
+ 00014794  0x00000437 jam  0x00000012 , 0x00008a3d 
+ 00014795  0x00000438 storet  0x00000001 , 0x00000008 
+ 00014796  0x00000439 add  0x00000002 , 0x00000002 , 0x00000011 
+ 00014797  0x0000043a call  0x0000398e 
+ 00014798  0x0000043b nop  0x000003c0 
+ 00014799  0x0000043e bpatch  0x00000016 , 0x00004002 
+ 00014800  0x00000440 jam  0x000000aa , 0x00008a10 
+ 00014801  0x00000441 jam  0x0000002a , 0x00008a11 
+ 00014802  0x00000442 jam  0x00000010 , 0x00008a12 
+ 00014803  0x00000444 jam  0x0000007f , 0x00008a0a 
+ 00014804  0x00000445 fetch  0x00000001 , 0x00008a09 
+ 00014805  0x00000446 set0  0x00000007 , 0x0000003f 
+ 00014806  0x00000447 store  0x00000001 , 0x00008a09 
+ 00014807  0x00000448 jam  0x00000007 , 0x00008a0b 
+ 00014808  0x00000449 nop  0x0000003c 
+ 00014809  0x0000044b jam  0x0000000d , 0x00008a19 
+ 00014810  0x0000044c jam  0x000000f9 , 0x00008a1a 
+ 00014811  0x0000044d jam  0x00000000 , 0x00008a10 
+ 00014812  0x0000044e jam  0x00000020 , 0x00008a11 
+ 00014813  0x0000044f nop  0x0000000a 
+ 00014814  0x00000450 jam  0x00000001 , 0x00008900 
+ 00014815  0x00000451 nop  0x00000002 
+ 00014816  0x00000452 jam  0x00000003 , 0x00008900 
+ 00014817  0x00000454 bpatch  0x00000017 , 0x00004002 
+ 00014818  0x00000455 fetch  0x00000001 , 0x00004116 
+ 00014819  0x00000456 beq  0x00000003 , 0x000039f1 
+ 00014820  0x00000457 beq  0x00000005 , 0x000039f6 
+ 00014821  0x00000458 beq  0x00000006 , 0x000039f9 
+ 00014822  0x00000459 beq  0x00000007 , 0x000039fc 
+ 00014823  0x0000045a beq  0x0000000a , 0x000039ff 
+ 00014824  0x0000045b beq  0x00000083 , 0x00003a02 
+ 00014825  0x0000045c beq  0x00000085 , 0x00003a05 
+ 00014826  0x0000045d beq  0x00000094 , 0x00003a08 
+ 00014827  0x0000045e beq  0x0000009e , 0x00003a0b 
+ 00014828  0x00000460 jam  0x0000006a , 0x00008a39 
+ 00014829  0x00000461 jam  0x00000007 , 0x00008a3a 
+ 00014830  0x00000463 jam  0x000000a3 , 0x00008a14 
+ 00014831  0x00000464 jam  0x00000007 , 0x00008a15 
+ 00014832  0x00000465 rtn 
+ 00014833  0x00000468 jam  0x00000066 , 0x00008a39 
+ 00014834  0x00000469 jam  0x0000000b , 0x00008a3a 
+ 00014835  0x0000046b jam  0x000000aa , 0x00008a14 
+ 00014836  0x0000046c jam  0x0000000a , 0x00008a15 
+ 00014837  0x0000046d rtn 
+ 00014838  0x00000470 jam  0x0000006c , 0x00008a39 
+ 00014839  0x00000471 jam  0x0000000d , 0x00008a3a 
+ 00014840  0x00000472 branch  0x000039f3 
+ 00014841  0x00000475 jam  0x0000006b , 0x00008a39 
+ 00014842  0x00000476 jam  0x0000000f , 0x00008a3a 
+ 00014843  0x00000477 branch  0x000039f3 
+ 00014844  0x0000047a jam  0x000000a7 , 0x00008a39 
+ 00014845  0x0000047b jam  0x0000000f , 0x00008a3a 
+ 00014846  0x0000047c branch  0x000039f3 
+ 00014847  0x0000047f jam  0x000000b6 , 0x00008a39 
+ 00014848  0x00000480 jam  0x0000000f , 0x00008a3a 
+ 00014849  0x00000481 branch  0x000039f3 
+ 00014850  0x00000484 jam  0x00000068 , 0x00008a39 
+ 00014851  0x00000485 jam  0x00000005 , 0x00008a3a 
+ 00014852  0x00000486 branch  0x000039ee 
+ 00014853  0x00000489 jam  0x00000060 , 0x00008a39 
+ 00014854  0x0000048a jam  0x00000005 , 0x00008a3a 
+ 00014855  0x0000048b branch  0x000039ee 
+ 00014856  0x0000048e jam  0x00000053 , 0x00008a39 
+ 00014857  0x0000048f jam  0x00000001 , 0x00008a3a 
+ 00014858  0x00000490 branch  0x000039ee 
+ 00014859  0x00000493 jam  0x0000004c , 0x00008a39 
+ 00014860  0x00000494 jam  0x00000000 , 0x00008a3a 
+ 00014861  0x00000495 branch  0x000039ee 
+ 00014862  0x00000499 jam  0x00000006 , 0x00008042 
+ 00014863  0x0000049b fetch  0x00000002 , 0x0000409d 
+ 00014864  0x0000049c bbit0  0x0000000e , 0x00003a0f 
+ 00014865  0x0000049d iforce  0x00000006 
+ 00014866  0x0000049e arg  0x00008a00 , 0x00000002 
+ 00014867  0x000004a0 ifetch  0x00000001 , 0x00000006 
+ 00014868  0x000004a1 beq  0x000000ff , 0x00003a19 
+ 00014869  0x000004a2 ior  0x00000002 , 0x00000005 
+ 00014870  0x000004a3 ifetch  0x00000001 , 0x00000006 
+ 00014871  0x000004a4 istore  0x00000001 , 0x00000005 
+ 00014872  0x000004a5 branch  0x00003a13 
+ 00014873  0x000004a8 bpatch  0x00000018 , 0x00004003 
+ 00014874  0x000004a9 fetch  0x00000001 , 0x000043eb 
+ 00014875  0x000004aa call  0x00006df0 , 0x00000034 
+ 00014876  0x000004ac jam  0x00000005 , 0x00008a03 
+ 00014877  0x000004ad jam  0x00000094 , 0x00008a7a 
+ 00014878  0x000004ae call  0x00003a40 
+ 00014879  0x000004af call  0x00003a3b 
+ 00014880  0x000004b0 call  0x00003a36 
+ 00014881  0x000004b1 jam  0x000000e6 , 0x00008a8b 
+ 00014882  0x000004b4 jam  0x00000090 , 0x00008a83 
+ 00014883  0x000004b5 jam  0x0000000b , 0x00008a0e 
+ 00014884  0x000004b6 jam  0x00000005 , 0x00008a0f 
+ 00014885  0x000004b9 jam  0x00000076 , 0x00008968 
+ 00014886  0x000004ba jam  0x00000076 , 0x00008969 
+ 00014887  0x000004bc fetch  0x00000001 , 0x0000409a 
+ 00014888  0x000004bd bne  0x00000008 , 0x00003a2a 
+ 00014889  0x000004be jam  0x00000034 , 0x00008a08 
+ 00014890  0x000004c0 jam  0x000000ff , 0x00008a01 
+ 00014891  0x000004c1 nop  0x00000064 
+ 00014892  0x000004c2 jam  0x0000000e , 0x00008a02 
+ 00014893  0x000004c3 jam  0x00000003 , 0x00008a00 
+ 00014894  0x000004c5 call  0x000039ec 
+ 00014895  0x000004c7 jam  0x0000002b , 0x00008a9a 
+ 00014896  0x000004c8 jam  0x00000013 , 0x00008a9b 
+ 00014897  0x000004ca call  0x00003aa1 
+ 00014898  0x000004cb nop  0x00000064 
+ 00014899  0x000004cc jam  0x00000005 , 0x00008042 
+ 00014900  0x000004cd jam  0x0000000c , 0x0000411d 
+ 00014901  0x000004ce branch  0x00003d36 
+ 00014902  0x000004d2 fetch  0x00000001 , 0x000043e7 
+ 00014903  0x000004d3 nbranch  0x00003a39 , 0x00000034 
+ 00014904  0x000004d4 setarg  0x00000029 
+ 00014905  0x000004d6 store  0x00000001 , 0x00008a87 
+ 00014906  0x000004d7 rtn 
+ 00014907  0x000004da fetch  0x00000001 , 0x000043e8 
+ 00014908  0x000004db nbranch  0x00003a3e , 0x00000034 
+ 00014909  0x000004dc setarg  0x00000000 
+ 00014910  0x000004de store  0x00000001 , 0x00008a0d 
+ 00014911  0x000004df rtn 
+ 00014912  0x000004e2 fetch  0x00000001 , 0x000043e9 
+ 00014913  0x000004e3 branch  0x00003a43 , 0x00000034 
+ 00014914  0x000004e4 setarg  0x000000d3 
+ 00014915  0x000004e6 store  0x00000001 , 0x00008a6c 
+ 00014916  0x000004e7 rtn 
+ 00014917  0x000004eb bpatch  0x00000019 , 0x00004003 
+ 00014918  0x000004ed fetch  0x00000001 , 0x000089a2 
+ 00014919  0x000004ee isolate1  0x00000006 , 0x0000003f 
+ 00014920  0x000004ef setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00014921  0x000004f0 store  0x00000001 , 0x00004117 
+ 00014922  0x000004f2 fetch  0x00000001 , 0x000089a3 
+ 00014923  0x000004f3 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00014924  0x000004f4 lshift  0x00000002 , 0x00000002 
+ 00014925  0x000004f5 rshift4  0x0000003f , 0x0000003f 
+ 00014926  0x000004f6 iadd  0x00000002 , 0x00000002 
+ 00014927  0x000004f7 mul32  0x00000002 , 0x00000003 , 0x00000011 
+ 00014928  0x000004f9 fetch  0x00000001 , 0x00004117 
+ 00014929  0x000004fa call  0x00003a5b 
+ 00014930  0x000004fb sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00014931  0x000004fc iadd  0x00000011 , 0x0000003f 
+ 00014932  0x000004fd increase  0xfffffff7 , 0x0000003f 
+ 00014933  0x000004fe and  0x0000003f , 0x000001ff , 0x0000003f 
+ 00014934  0x000004ff isolate1  0x00000008 , 0x0000003f 
+ 00014935  0x00000500 nbranch  0x00003a59 , 0x00000001 
+ 00014936  0x00000501 setarg  0x00000000 
+ 00014937  0x00000503 store  0x00000001 , 0x00000030 
+ 00014938  0x00000504 branch  0x00003a60 
+ 00014939  0x00000507 isolate1  0x00000007 , 0x0000003f 
+ 00014940  0x00000508 nrtn  0x00000001 
+ 00014941  0x00000509 arg  0x0000ff00 , 0x00000002 
+ 00014942  0x0000050a ior  0x00000002 , 0x0000003f 
+ 00014943  0x0000050b rtn 
+ 00014944  0x0000050e fetch  0x00000001 , 0x00000030 
+ 00014945  0x0000050f call  0x00003a64 
+ 00014946  0x00000510 store  0x00000001 , 0x00000009 
+ 00014947  0x00000511 rtn 
+ 00014948  0x00000514 and_into  0x000000ff , 0x0000003f 
+ 00014949  0x00000515 div  0x0000003f , 0x0000000a 
+ 00014950  0x00000516 call  0x000075cd 
+ 00014951  0x00000517 lshift4  0x0000003f , 0x0000003f 
+ 00014952  0x00000518 remainder  0x00000002 
+ 00014953  0x00000519 ior  0x00000002 , 0x0000003f 
+ 00014954  0x0000051a rtn 
+ 00014955  0x0000051d bpatch  0x0000001a , 0x00004003 
+ 00014956  0x0000051e fetch  0x00000001 , 0x00004118 
+ 00014957  0x0000051f rtneq  0x000000ff 
+ 00014958  0x00000520 nbranch  0x00003a92 , 0x00000018 
+ 00014959  0x00000521 fetch  0x00000001 , 0x00004117 
+ 00014960  0x00000522 sub  0x0000003f , 0x000000f0 , 0x0000003e 
+ 00014961  0x00000523 nbranch  0x00003a96 , 0x00000002 
+ 00014962  0x00000524 sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00014963  0x00000525 branch  0x00003a96 , 0x00000002 
+ 00014964  0x00000527 fetchr  0x00000011 , 0x00000001 , 0x00008961 
+ 00014965  0x00000528 fetch  0x00000001 , 0x00004118 
+ 00014966  0x00000529 rtneq  0x00000000 
+ 00014967  0x0000052a arg  0x00004119 , 0x00000006 
+ 00014968  0x0000052b iadd  0x00000006 , 0x00000006 
+ 00014969  0x0000052c ifetch  0x00000001 , 0x00000006 
+ 00014970  0x0000052d isub  0x00000011 , 0x0000003e 
+ 00014971  0x0000052e nrtn  0x00000005 
+ 00014972  0x0000052f increase  0xfffffffe , 0x00000006 
+ 00014973  0x00000530 ifetcht  0x00000001 , 0x00000006 
+ 00014974  0x00000531 rshift4  0x00000002 , 0x0000003f 
+ 00014975  0x00000532 rshift4  0x00000011 , 0x00000012 
+ 00014976  0x00000533 isub  0x00000012 , 0x00000012 
+ 00014977  0x00000534 and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00014978  0x00000535 and  0x00000011 , 0x0000000f , 0x00000011 
+ 00014979  0x00000536 isub  0x00000011 , 0x00000011 
+ 00014980  0x00000537 lshift  0x00000011 , 0x0000003f 
+ 00014981  0x00000538 iadd  0x00000012 , 0x00000012 
+ 00014982  0x00000539 mul32  0x00000012 , 0x00000003 , 0x00000012 
+ 00014983  0x0000053a fetcht  0x00000001 , 0x00004117 
+ 00014984  0x0000053b and  0x00000002 , 0x00000080 , 0x0000003f 
+ 00014985  0x0000053c rtn  0x00000034 
+ 00014986  0x0000053e setarg  0x00000100 
+ 00014987  0x0000053f isub  0x00000002 , 0x00000002 
+ 00014988  0x00000540 copy  0x00000012 , 0x0000003f 
+ 00014989  0x00000541 isub  0x00000002 , 0x0000003f 
+ 00014990  0x00000542 rtn  0x00000002 
+ 00014991  0x00000543 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00014992  0x00000544 rtneq  0x000000ff 
+ 00014993  0x00000545 rtneq  0x000000fe 
+ 00014994  0x00000548 fetch  0x00000001 , 0x00004118 
+ 00014995  0x00000549 beq  0x00000001 , 0x00003a9b 
+ 00014996  0x0000054a beq  0x00000002 , 0x00003a9d 
+ 00014997  0x0000054c branch  0x00003a9b 
+ 00014998  0x0000054f fetch  0x00000001 , 0x00004118 
+ 00014999  0x00000550 beq  0x00000000 , 0x00003a9d 
+ 00015000  0x00000551 beq  0x00000001 , 0x00003a99 
+ 00015001  0x00000554 jam  0x00000002 , 0x00004118 
+ 00015002  0x00000555 rtn 
+ 00015003  0x00000558 jam  0x00000000 , 0x00004118 
+ 00015004  0x00000559 rtn 
+ 00015005  0x0000055c jam  0x00000001 , 0x00004118 
+ 00015006  0x0000055d rtn 
+ 00015007  0x00000561 setarg  0x00000f0f 
+ 00015008  0x00000562 branch  0x00003c2e 
+ 00015009  0x00000565 setarg  0x0000080f 
+ 00015010  0x00000566 branch  0x00003c2e 
+ 00015011  0x0000056c copy  0x0000003f , 0x00000002 
+ 00015012  0x0000056d bpatch  0x0000001b , 0x00004003 
+ 00015013  0x0000056e copy  0x00000002 , 0x0000003f 
+ 00015014  0x0000056f call  0x0000759a 
+ 00015015  0x00000570 lshift16  0x00000021 , 0x0000003f 
+ 00015016  0x00000571 set1  0x0000002c , 0x0000003f 
+ 00015017  0x00000572 call  0x00007580 
+ 00015018  0x00000573 set0  0x0000002c , 0x0000003f 
+ 00015019  0x00000574 call  0x00003ab2 
+ 00015020  0x00000575 call  0x00007580 
+ 00015021  0x00000576 rtn  0x00000028 
+ 00015022  0x00000577 call  0x0000758d 
+ 00015023  0x00000578 iforce  0x0000001b 
+ 00015024  0x00000579 until  0x0000003e , 0x00000003 
+ 00015025  0x0000057a rtn 
+ 00015026  0x0000057e copy  0x00000019 , 0x00000002 
+ 00015027  0x0000057f rtn  0x00000029 
+ 00015028  0x00000580 copy  0x0000001a , 0x00000002 
+ 00015029  0x00000581 rtn 
+ 00015030  0x00000584 deposit  0x00000022 
+ 00015031  0x00000585 rtn  0x00000029 
+ 00015032  0x00000586 deposit  0x00000028 
+ 00015033  0x00000587 rtn 
+ 00015034  0x0000058b bpatch  0x0000001c , 0x00004003 
+ 00015035  0x0000058c branch  0x00003aba 
+ 00015036  0x00000590 rtn  0x00000034 
+ 00015037  0x00000592 rshift  0x0000003f , 0x0000003f 
+ 00015038  0x00000593 increase  0xfffffffd , 0x0000003f 
+ 00015039  0x00000595 increase  0xffffffff , 0x0000003f 
+ 00015040  0x00000596 nbranch  0x00003abf , 0x00000005 
+ 00015041  0x00000597 force  0x00000000 , 0x0000003f 
+ 00015042  0x00000598 rtn 
+ 00015043  0x0000059e setarg  0x00000000 
+ 00015044  0x0000059f store  0x00000006 , 0x00000000 
+ 00015045  0x000005a0 arg  0x00000163 , 0x00000005 
+ 00015046  0x000005a1 arg  0x0000000a , 0x00000039 
+ 00015047  0x000005a2 call  0x00007500 
+ 00015048  0x000005a3 jam  0x00000000 , 0x000004c3 
+ 00015049  0x000005a4 jam  0x00000000 , 0x000001b6 
+ 00015050  0x000005a6 setarg  0x00000e43 
+ 00015051  0x000005a7 store  0x00000002 , 0x00000031 
+ 00015052  0x000005a8 setarg  0x00000600 
+ 00015053  0x000005a9 store  0x00000002 , 0x00000033 
+ 00015054  0x000005aa setarg  0x00000600 
+ 00015055  0x000005ab store  0x00000002 , 0x00000035 
+ 00015056  0x000005ac setarg  0x00000d00 
+ 00015057  0x000005ad store  0x00000002 , 0x0000003b 
+ 00015058  0x000005ae setarg  0x000003bb 
+ 00015059  0x000005af store  0x00000002 , 0x00000037 
+ 00015060  0x000005b0 setarg  0x00000500 
+ 00015061  0x000005b1 store  0x00000002 , 0x00000039 
+ 00015062  0x000005b2 setarg  0x000007d0 
+ 00015063  0x000005b3 store  0x00000002 , 0x0000003d 
+ 00015064  0x000005b4 setarg  0x00000ea6 
+ 00015065  0x000005b5 store  0x00000002 , 0x0000003f 
+ 00015066  0x000005b6 setarg  0x000001e0 
+ 00015067  0x000005b7 store  0x00000002 , 0x00000041 
+ 00015068  0x000005b8 setarg  0x00000120 
+ 00015069  0x000005b9 store  0x00000002 , 0x00000043 
+ 00015070  0x000005ba setarg  0x0000011a 
+ 00015071  0x000005bb store  0x00000002 , 0x00000045 
+ 00015072  0x000005bf bpatch  0x0000001d , 0x00004003 
+ 00015073  0x000005c0 rtn  0x0000002b 
+ 00015074  0x000005c1 setarg  0x00000d00 
+ 00015075  0x000005c2 store  0x00000002 , 0x00004312 
+ 00015076  0x000005c3 setarg  0x00000060 
+ 00015077  0x000005c4 store  0x00000002 , 0x00004314 
+ 00015078  0x000005c5 rshift  0x00000022 , 0x0000003f 
+ 00015079  0x000005c6 store  0x00000004 , 0x00004096 
+ 00015080  0x000005c7 rtn 
+ 00015081  0x000005cb rtn  0x0000002b 
+ 00015082  0x000005cc bpatch  0x0000001e , 0x00004003 
+ 00015083  0x000005cd fetch  0x00000001 , 0x00008a0a 
+ 00015084  0x000005ce set1  0x00000003 , 0x0000003f 
+ 00015085  0x000005cf store  0x00000001 , 0x00008a0a 
+ 00015086  0x000005d0 nop  0x000004b0 
+ 00015087  0x000005d1 set0  0x00000003 , 0x0000003f 
+ 00015088  0x000005d2 store  0x00000001 , 0x00008a0a 
+ 00015089  0x000005d3 rtn 
+ 00015090  0x000005d7 jam  0x00000006 , 0x00008042 
+ 00015091  0x000005d8 jam  0x00000001 , 0x00008042 
+ 00015092  0x000005d9 nop  0x0000000a 
+ 00015093  0x000005da setarg  0x00001d4a 
+ 00015094  0x000005db store  0x00000002 , 0x00008040 
+ 00015095  0x000005dc rtn 
+ 00015096  0x000005e2 setarg  0x0000ee21 
+ 00015097  0x000005e3 store  0x00000002 , 0x00008050 
+ 00015098  0x000005e4 fetch  0x00000004 , 0x0000811c 
+ 00015099  0x000005e5 store  0x00000004 , 0x000004f2 
+ 00015100  0x000005e6 jam  0x00000083 , 0x00008047 
+ 00015101  0x000005e7 fetch  0x00000001 , 0x00008133 
+ 00015102  0x000005e8 store  0x00000001 , 0x000004f1 
+ 00015103  0x000005e9 fetch  0x00000001 , 0x00008136 
+ 00015104  0x000005ea bbit0  0x00000003 , 0x0000679d 
+ 00015105  0x000005eb enable  0x0000002b 
+ 00015106  0x000005ec bbit0  0x00000007 , 0x00003b0a 
+ 00015107  0x000005ed disable  0x0000002b 
+ 00015108  0x000005ee deposit  0x00000027 
+ 00015109  0x000005ef nbranch  0x00003b0a , 0x00000034 
+ 00015110  0x000005f0 fetch  0x00000001 , 0x00008133 
+ 00015111  0x000005f1 bbit1  0x00000002 , 0x00003b0a 
+ 00015112  0x000005f2 arg  0xffffffff , 0x00000002 
+ 00015113  0x000005f3 branch  0x00003b95 
+ 00015114  0x000005f5 fetch  0x00000004 , 0x00008138 
+ 00015115  0x000005f6 store  0x00000004 , 0x0000804c 
+ 00015116  0x000005f7 fetch  0x00000001 , 0x00008139 
+ 00015117  0x000005f8 and_into  0x000000e0 , 0x0000003f 
+ 00015118  0x000005f9 store  0x00000001 , 0x0000804d 
+ 00015119  0x000005fa call  0x00003c49 
+ 00015120  0x000005fb fetch  0x00000003 , 0x00008134 
+ 00015121  0x000005fc store  0x00000003 , 0x0000804c 
+ 00015122  0x000005fd ifetch  0x00000001 , 0x00000006 
+ 00015123  0x000005fe or_into  0x000000ef , 0x0000003f 
+ 00015124  0x000005ff istore  0x00000001 , 0x00000005 
+ 00015125  0x00000600 call  0x00003c3a 
+ 00015126  0x00000601 fetch  0x00000001 , 0x0000804f 
+ 00015127  0x00000602 set1  0x00000004 , 0x0000003f 
+ 00015128  0x00000603 store  0x00000001 , 0x0000804f 
+ 00015129  0x00000604 call  0x00003c3a 
+ 00015130  0x00000605 call  0x00003b37 , 0x0000002b 
+ 00015131  0x00000606 fetch  0x00000001 , 0x0000804e 
+ 00015132  0x00000607 set0  0x00000003 , 0x0000003f 
+ 00015133  0x00000608 store  0x00000001 , 0x0000804e 
+ 00015134  0x00000609 call  0x00003c3a 
+ 00015135  0x0000060a nbranch  0x0000679d , 0x0000002b 
+ 00015136  0x0000060b rtnmark0  0x0000002b 
+ 00015137  0x0000060c jam  0x00000008 , 0x00008006 
+ 00015138  0x0000060d rtn 
+ 00015139  0x00000611 fetch  0x00000001 , 0x000043e6 
+ 00015140  0x00000612 beq  0x00000001 , 0x00003b2b 
+ 00015141  0x00000613 beq  0x00000002 , 0x00003b2f 
+ 00015142  0x00000614 beq  0x00000003 , 0x00003b33 
+ 00015143  0x00000616 fetch  0x00000001 , 0x000040cd 
+ 00015144  0x00000617 and_into  0x000000e0 , 0x0000003f 
+ 00015145  0x00000619 store  0x00000001 , 0x000040cd 
+ 00015146  0x0000061a rtn 
+ 00015147  0x0000061c fetch  0x00000001 , 0x000040cd 
+ 00015148  0x0000061d and_into  0x000000e0 , 0x0000003f 
+ 00015149  0x0000061e or_into  0x0000001d , 0x0000003f 
+ 00015150  0x0000061f branch  0x00003b29 
+ 00015151  0x00000621 fetch  0x00000001 , 0x000040cd 
+ 00015152  0x00000622 and_into  0x000000e0 , 0x0000003f 
+ 00015153  0x00000623 or_into  0x0000001b , 0x0000003f 
+ 00015154  0x00000624 branch  0x00003b29 
+ 00015155  0x00000626 fetch  0x00000001 , 0x000040cd 
+ 00015156  0x00000627 and_into  0x000000e0 , 0x0000003f 
+ 00015157  0x00000628 or_into  0x00000017 , 0x0000003f 
+ 00015158  0x00000629 branch  0x00003b29 
+ 00015159  0x0000062c fetch  0x00000001 , 0x000040e8 
+ 00015160  0x0000062d store  0x00000001 , 0x00008080 
+ 00015161  0x0000062e arg  0x000040d0 , 0x00000006 
+ 00015162  0x0000062f arg  0x00008070 , 0x00000005 
+ 00015163  0x00000630 arg  0x0000000d , 0x00000039 
+ 00015164  0x00000631 call  0x00007548 
+ 00015165  0x00000632 fetch  0x00000008 , 0x000040e0 
+ 00015166  0x00000633 iforce  0x00000000 
+ 00015167  0x00000634 fetch  0x00000008 , 0x0000813c 
+ 00015168  0x00000635 store  0x00000008 , 0x00000016 
+ 00015169  0x00000636 branch  0x0000682c 
+ 00015170  0x00000639 deposit  0x00000000 
+ 00015171  0x0000063a store  0x00000008 , 0x000040e0 
+ 00015172  0x0000063b arg  0x00008070 , 0x00000006 
+ 00015173  0x0000063c arg  0x000040d0 , 0x00000005 
+ 00015174  0x0000063d arg  0x0000000d , 0x00000039 
+ 00015175  0x0000063e call  0x00007548 
+ 00015176  0x0000063f fetch  0x00000001 , 0x00008080 
+ 00015177  0x00000640 store  0x00000001 , 0x000040e8 
+ 00015178  0x00000641 branch  0x00003c4b 
+ 00015179  0x00000644 fetch  0x00000001 , 0x0000806f 
+ 00015180  0x00000645 rshift2  0x0000003f , 0x0000003f 
+ 00015181  0x00000646 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00015182  0x00000647 nbranch  0x00003b55 , 0x00000034 
+ 00015183  0x00000648 fetch  0x00000003 , 0x000040be 
+ 00015184  0x00000649 nrtn  0x00000034 
+ 00015185  0x0000064a fetch  0x00000001 , 0x0000806f 
+ 00015186  0x0000064b or_into  0x00000030 , 0x0000003f 
+ 00015187  0x0000064c store  0x00000001 , 0x0000806f 
+ 00015188  0x0000064d jam  0x00000080 , 0x00008006 
+ 00015189  0x0000064f fetch  0x00000001 , 0x00008129 
+ 00015190  0x00000650 rtnbit0  0x00000001 
+ 00015191  0x00000651 fetch  0x00000003 , 0x00008145 
+ 00015192  0x00000652 store  0x00000003 , 0x000040be 
+ 00015193  0x00000653 rtn 
+ 00015194  0x00000658 bpatch  0x0000001f , 0x00004003 
+ 00015195  0x00000659 deposit  0x0000001a 
+ 00015196  0x0000065a call  0x0000757e 
+ 00015197  0x0000065b fetcht  0x00000004 , 0x000040ae 
+ 00015198  0x0000065c sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00015199  0x0000065d rtn  0x00000002 
+ 00015200  0x0000065e lshift8  0x0000003f , 0x0000003f 
+ 00015201  0x0000065f lshift4  0x0000003f , 0x0000003f 
+ 00015202  0x00000660 idiv  0x00000002 
+ 00015203  0x00000661 call  0x000075cd 
+ 00015204  0x00000662 arg  0x000000c8 , 0x00000002 
+ 00015205  0x00000663 call  0x000075db 
+ 00015206  0x00000664 store  0x00000001 , 0x0000000e 
+ 00015207  0x00000665 nbranch  0x00003b69 , 0x00000028 
+ 00015208  0x00000666 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00015209  0x00000668 fetcht  0x00000003 , 0x000040be 
+ 00015210  0x00000669 iadd  0x00000002 , 0x0000003f 
+ 00015211  0x0000066a store  0x00000003 , 0x000040be 
+ 00015212  0x0000066c setarg  0x00000000 
+ 00015213  0x0000066d store  0x00000004 , 0x000040ae 
+ 00015214  0x0000066e rtn 
+ 00015215  0x0000067b arg  0xffffffff , 0x00000002 
+ 00015216  0x0000067c fetch  0x00000001 , 0x000040c5 
+ 00015217  0x0000067d set0  0x00000007 , 0x0000003f 
+ 00015218  0x0000067e store  0x00000001 , 0x000040c5 
+ 00015219  0x00000680 bpatch  0x00000020 , 0x00004004 
+ 00015220  0x00000681 call  0x00003c4b 
+ 00015221  0x00000682 fetch  0x00000001 , 0x000040a8 
+ 00015222  0x00000683 store  0x00000001 , 0x000040cb 
+ 00015223  0x00000684 fetch  0x00000001 , 0x000040c9 
+ 00015224  0x00000685 set1  0x00000007 , 0x0000003f 
+ 00015225  0x00000686 store  0x00000001 , 0x000040c9 
+ 00015226  0x0000068a bpatch  0x00000021 , 0x00004004 
+ 00015227  0x0000068b call  0x00003a9f 
+ 00015228  0x0000068c fetch  0x00000002 , 0x0000439e 
+ 00015229  0x0000068d call  0x000075e6 
+ 00015230  0x0000068f fetch  0x00000004 , 0x000040ae 
+ 00015231  0x00000690 iadd  0x00000002 , 0x0000003f 
+ 00015232  0x00000691 store  0x00000004 , 0x000040ae 
+ 00015233  0x00000692 call  0x00003b42 
+ 00015234  0x00000693 call  0x00003b23 
+ 00015235  0x00000694 fetch  0x00000004 , 0x000040cc 
+ 00015236  0x00000695 copy  0x0000003f , 0x00000012 
+ 00015237  0x00000696 fetch  0x00000005 , 0x000040c7 
+ 00015238  0x00000697 store  0x00000004 , 0x0000804c 
+ 00015239  0x00000698 rshift32  0x0000003f , 0x00000011 
+ 00015240  0x00000699 until  0x0000003e , 0x00000033 
+ 00015241  0x0000069a deposit  0x00000019 
+ 00015242  0x0000069b store  0x00000006 , 0x000040b2 
+ 00015243  0x0000069c jam  0x00000002 , 0x00008005 
+ 00015244  0x0000069d until  0x0000003e , 0x00000033 
+ 00015245  0x0000069e until  0x0000003e , 0x00000033 
+ 00015246  0x0000069f deposit  0x00000011 
+ 00015247  0x000006a0 store  0x00000001 , 0x0000804f 
+ 00015248  0x000006a1 jam  0x00000002 , 0x00008005 
+ 00015249  0x000006a2 until  0x0000003e , 0x00000033 
+ 00015250  0x000006a3 until  0x0000003e , 0x00000033 
+ 00015251  0x000006a4 storer  0x00000012 , 0x00000004 , 0x0000804c 
+ 00015252  0x000006a5 jam  0x00000020 , 0x00008005 
+ 00015253  0x000006a7 until  0x0000003e , 0x00000033 
+ 00015254  0x000006a8 until  0x0000003e , 0x00000033 
+ 00015255  0x000006a9 storet  0x00000004 , 0x0000804c 
+ 00015256  0x000006aa jam  0x00000010 , 0x00008005 
+ 00015257  0x000006ab until  0x0000003e , 0x0000003f 
+ 00015258  0x000006b1 bpatch  0x00000022 , 0x00004004 
+ 00015259  0x000006b2 setarg  0x00000000 
+ 00015260  0x000006b3 copy  0x00000027 , 0x0000003e 
+ 00015261  0x000006b4 branch  0x00003ba5 , 0x00000005 
+ 00015262  0x000006b5 fetch  0x00000001 , 0x00008134 
+ 00015263  0x000006b6 fetcht  0x00000001 , 0x00008135 
+ 00015264  0x000006b7 isub  0x00000002 , 0x0000003e 
+ 00015265  0x000006b8 branch  0x00003ba3 , 0x00000002 
+ 00015266  0x000006b9 deposit  0x00000002 
+ 00015267  0x000006bb isub  0x00000027 , 0x0000003f 
+ 00015268  0x000006bc increase  0x00000001 , 0x0000003f 
+ 00015269  0x000006be increase  0x0000000a , 0x0000003f 
+ 00015270  0x000006bf until  0x0000003e , 0x00000033 
+ 00015271  0x000006c0 iadd  0x00000031 , 0x0000003f 
+ 00015272  0x000006c1 fetcht  0x00000004 , 0x000040aa 
+ 00015273  0x000006c2 iadd  0x00000002 , 0x0000003f 
+ 00015274  0x000006c3 fetcht  0x00000003 , 0x000040be 
+ 00015275  0x000006c4 imul32  0x00000002 , 0x0000003f 
+ 00015276  0x000006c5 rshift8  0x0000003f , 0x0000003f 
+ 00015277  0x000006c6 rshift4  0x0000003f , 0x0000003f 
+ 00015278  0x000006c7 increase  0x0000006e , 0x0000003f 
+ 00015279  0x000006c8 fetcht  0x00000002 , 0x0000003f 
+ 00015280  0x000006c9 idiv  0x00000002 
+ 00015281  0x000006ca call  0x000075cd 
+ 00015282  0x000006cb lshift16  0x0000003f , 0x0000003f 
+ 00015283  0x000006cc remainder  0x00000002 
+ 00015284  0x000006cd ior  0x00000002 , 0x0000003f 
+ 00015285  0x000006ce fetcht  0x00000006 , 0x000040b2 
+ 00015286  0x000006cf call  0x00007573 
+ 00015287  0x000006d0 copy  0x00000002 , 0x00000019 
+ 00015288  0x000006d1 fetch  0x00000006 , 0x00004048 
+ 00015289  0x000006d2 call  0x00003905 
+ 00015290  0x000006d3 deposit  0x0000001a 
+ 00015291  0x000006d4 store  0x00000006 , 0x000004c4 
+ 00015292  0x000006d5 deposit  0x00000027 
+ 00015293  0x000006d6 istore  0x00000001 , 0x00000005 
+ 00015294  0x000006d7 fetch  0x00000001 , 0x0000811d 
+ 00015295  0x000006d8 or_into  0x000000f0 , 0x0000003f 
+ 00015296  0x000006d9 istore  0x00000001 , 0x00000005 
+ 00015297  0x000006da rtn 
+ 00015298  0x000006dd bpatch  0x00000023 , 0x00004004 
+ 00015299  0x000006de call  0x00003b4b 
+ 00015300  0x000006df fetch  0x00000003 , 0x000040be 
+ 00015301  0x000006e0 rtn  0x00000034 
+ 00015302  0x000006e1 fetch  0x00000001 , 0x00004094 
+ 00015303  0x000006e2 rtn  0x00000034 
+ 00015304  0x000006e3 arg  0x000038aa , 0x00000013 
+ 00015305  0x000006e4 call  0x00003866 
+ 00015306  0x000006e5 rtn  0x00000005 
+ 00015307  0x000006e6 call  0x00003c5c 
+ 00015308  0x000006e7 nrtn  0x00000034 
+ 00015309  0x000006e8 call  0x0000385a 
+ 00015310  0x000006e9 nbranch  0x00003bed , 0x00000005 
+ 00015311  0x000006ea rtn  0x0000002b 
+ 00015312  0x000006eb bpatch  0x00000024 , 0x00004004 
+ 00015313  0x000006ec fetcht  0x00000001 , 0x00000015 
+ 00015314  0x000006ed fetch  0x00000002 , 0x00004042 
+ 00015315  0x000006ee imul32  0x00000002 , 0x0000003f 
+ 00015316  0x000006ef rshift4  0x00000002 , 0x00000002 
+ 00015317  0x000006f0 rshift2  0x00000002 , 0x00000002 
+ 00015318  0x000006f1 isub  0x00000002 , 0x0000003f 
+ 00015319  0x000006f2 fetcht  0x00000004 , 0x00004044 
+ 00015320  0x000006f3 iadd  0x00000002 , 0x0000003f 
+ 00015321  0x000006f4 fetcht  0x00000001 , 0x000040a7 
+ 00015322  0x000006f5 isub  0x00000002 , 0x0000003f 
+ 00015323  0x000006f6 lshift16  0x0000003f , 0x00000030 
+ 00015324  0x000006f7 fetch  0x00000002 , 0x0000404e 
+ 00015325  0x000006f8 rshift  0x0000003f , 0x0000003f 
+ 00015326  0x000006f9 call  0x0000759a 
+ 00015327  0x000006fa deposit  0x00000030 
+ 00015328  0x000006fb call  0x00007580 
+ 00015329  0x000006fc copy  0x0000001a , 0x00000002 
+ 00015330  0x000006fd call  0x0000757e 
+ 00015331  0x000006fe rtn  0x00000028 
+ 00015332  0x00000700 call  0x00007593 
+ 00015333  0x00000702 bpatch  0x00000025 , 0x00004004 
+ 00015334  0x00000703 fetch  0x00000001 , 0x000040c7 
+ 00015335  0x00000704 isub  0x00000002 , 0x0000003e 
+ 00015336  0x00000705 branch  0x00003b6c , 0x00000002 
+ 00015337  0x00000706 storet  0x00000004 , 0x000040aa 
+ 00015338  0x00000707 call  0x00004dc6 
+ 00015339  0x00000709 fetcht  0x00000004 , 0x000040aa 
+ 00015340  0x0000070a branch  0x00003b7a 
+ 00015341  0x0000070d bpatch  0x00000026 , 0x00004004 
+ 00015342  0x0000070e fetch  0x00000001 , 0x0000435b 
+ 00015343  0x0000070f nbranch  0x00003bf1 , 0x00000034 
+ 00015344  0x00000710 rtn 
+ 00015345  0x00000713 fetch  0x00000002 , 0x000040a5 
+ 00015346  0x00000714 rtn  0x00000034 
+ 00015347  0x00000716 fetcht  0x00000001 , 0x000040a7 
+ 00015348  0x00000717 isub  0x00000002 , 0x0000003f 
+ 00015349  0x00000718 arg  0x00001d4c , 0x00000002 
+ 00015350  0x00000719 imul32  0x00000002 , 0x0000003f 
+ 00015351  0x0000071a branch  0x00003be4 
+ 00015352  0x0000071e fetch  0x00000002 , 0x0000439a 
+ 00015353  0x0000071f call  0x000075e6 
+ 00015354  0x00000720 nbranch  0x00003c10 , 0x00000034 
+ 00015355  0x00000721 jam  0x00000000 , 0x00000015 
+ 00015356  0x00000722 bmark0  0x0000000d , 0x00003c10 
+ 00015357  0x00000723 fetch  0x00000001 , 0x000040c3 
+ 00015358  0x00000724 branch  0x00003c14 , 0x00000034 
+ 00015359  0x00000725 increase  0xffffffff , 0x0000003f 
+ 00015360  0x00000726 store  0x00000001 , 0x000040c3 
+ 00015361  0x00000727 rtn 
+ 00015362  0x0000072d jam  0x00000000 , 0x000040a9 
+ 00015363  0x0000072e fetch  0x00000003 , 0x000040b8 
+ 00015364  0x0000072f increase  0x00000001 , 0x0000003f 
+ 00015365  0x00000730 store  0x00000003 , 0x000040b8 
+ 00015366  0x00000731 rtn 
+ 00015367  0x00000735 bpatch  0x00000027 , 0x00004004 
+ 00015368  0x00000736 jam  0x00000000 , 0x00000015 
+ 00015369  0x00000737 fetch  0x00000003 , 0x000040bb 
+ 00015370  0x00000738 increase  0x00000001 , 0x0000003f 
+ 00015371  0x00000739 store  0x00000003 , 0x000040bb 
+ 00015372  0x0000073a fetch  0x00000001 , 0x000040a9 
+ 00015373  0x0000073b increase  0x00000001 , 0x0000003f 
+ 00015374  0x0000073c store  0x00000001 , 0x000040a9 
+ 00015375  0x0000073d rtn 
+ 00015376  0x00000740 jam  0x00000000 , 0x00000015 
+ 00015377  0x00000741 fetch  0x00000001 , 0x000040c2 
+ 00015378  0x00000742 store  0x00000001 , 0x000040c3 
+ 00015379  0x00000743 rtn 
+ 00015380  0x00000746 fetcht  0x00000001 , 0x000040c1 
+ 00015381  0x00000747 storet  0x00000001 , 0x00000015 
+ 00015382  0x00000748 rtn 
+ 00015383  0x0000074b fetch  0x00000001 , 0x000040c7 
+ 00015384  0x0000074c nrtn  0x00000034 
+ 00015385  0x0000074d jam  0x00000006 , 0x00008042 
+ 00015386  0x0000074e setarg  0x00000f0c 
+ 00015387  0x0000074f call  0x00003c2e 
+ 00015388  0x00000750 setarg  0x00030d40 
+ 00015389  0x00000751 call  0x00003abc 
+ 00015390  0x00000752 until  0x0000003e , 0x00000033 
+ 00015391  0x00000753 copy  0x00000031 , 0x00000030 
+ 00015392  0x00000754 call  0x00003a9f 
+ 00015393  0x00000755 jam  0x00000004 , 0x00008042 
+ 00015394  0x00000756 nop  0x0000000a 
+ 00015395  0x00000757 until  0x0000003e , 0x00000033 
+ 00015396  0x00000758 deposit  0x00000031 
+ 00015397  0x00000759 isub  0x00000030 , 0x0000003f 
+ 00015398  0x0000075a increase  0x00000030 , 0x0000003f 
+ 00015399  0x0000075b arg  0x000000ff , 0x00000002 
+ 00015400  0x0000075c call  0x000075db 
+ 00015401  0x0000075d store  0x00000001 , 0x000040c7 
+ 00015402  0x0000075e nop  0x00007530 
+ 00015403  0x0000075f nop  0x00007530 
+ 00015404  0x00000760 nop  0x00007530 
+ 00015405  0x00000761 rtn 
+ 00015406  0x00000784 arg  0x00000fff , 0x00000005 
+ 00015407  0x00000785 iand  0x00000005 , 0x00000005 
+ 00015408  0x00000786 fetch  0x00000001 , 0x000040c4 
+ 00015409  0x00000787 and_into  0x000000f0 , 0x0000003f 
+ 00015410  0x00000788 lshift8  0x0000003f , 0x0000003f 
+ 00015411  0x00000789 ior  0x00000005 , 0x0000003f 
+ 00015412  0x0000078a store  0x00000002 , 0x0000804c 
+ 00015413  0x0000078b ifetch  0x00000002 , 0x00000006 
+ 00015414  0x0000078c istore  0x00000002 , 0x00000005 
+ 00015415  0x0000078f bpatch  0x00000028 , 0x00004005 
+ 00015416  0x00000790 setarg  0x00000001 
+ 00015417  0x00000791 branch  0x00003c3c 
+ 00015418  0x00000794 bpatch  0x00000029 , 0x00004005 
+ 00015419  0x00000795 setarg  0x00000002 
+ 00015420  0x00000797 until  0x0000003e , 0x00000033 
+ 00015421  0x00000798 store  0x00000001 , 0x00008005 
+ 00015422  0x00000799 until  0x0000003e , 0x00000033 
+ 00015423  0x0000079a until  0x0000003e , 0x00000033 
+ 00015424  0x0000079b rtn 
+ 00015425  0x0000079e bpatch  0x0000002a , 0x00004005 
+ 00015426  0x0000079f fetch  0x00000004 , 0x00008138 
+ 00015427  0x000007a0 store  0x00000004 , 0x0000804c 
+ 00015428  0x000007a1 fetch  0x00000001 , 0x00008138 
+ 00015429  0x000007a2 and_into  0x00000041 , 0x0000003f 
+ 00015430  0x000007a3 fetcht  0x00000001 , 0x000040cc 
+ 00015431  0x000007a4 ior  0x00000002 , 0x0000003f 
+ 00015432  0x000007a5 store  0x00000001 , 0x0000804c 
+ 00015433  0x000007a7 setarg  0x00000020 
+ 00015434  0x000007a8 branch  0x00003c3c 
+ 00015435  0x000007ac bpatch  0x0000002b , 0x00004005 
+ 00015436  0x000007ad fetch  0x00000004 , 0x00000016 
+ 00015437  0x000007ae store  0x00000004 , 0x0000804c 
+ 00015438  0x000007af setarg  0x00000004 
+ 00015439  0x000007b0 call  0x00003c3c 
+ 00015440  0x000007b1 fetch  0x00000004 , 0x0000001a 
+ 00015441  0x000007b2 store  0x00000004 , 0x0000804c 
+ 00015442  0x000007b3 setarg  0x00000008 
+ 00015443  0x000007b4 branch  0x00003c3c 
+ 00015444  0x000007b7 fetch  0x00000002 , 0x000040a3 
+ 00015445  0x000007b8 qset1  0x0000003f 
+ 00015446  0x000007b9 store  0x00000002 , 0x000040a3 
+ 00015447  0x000007ba rtn 
+ 00015448  0x000007bd fetch  0x00000002 , 0x000040a3 
+ 00015449  0x000007be qset0  0x0000003f 
+ 00015450  0x000007bf store  0x00000002 , 0x000040a3 
+ 00015451  0x000007c0 rtn 
+ 00015452  0x000007c5 bpatch  0x0000002c , 0x00004005 
+ 00015453  0x000007c6 call  0x00004dc4 
+ 00015454  0x000007c7 fetch  0x00000002 , 0x000040a3 
+ 00015455  0x000007c8 copy  0x0000003f , 0x00000011 
+ 00015456  0x000007c9 fetch  0x00000003 , 0x000043f8 
+ 00015457  0x000007ca nsetflag  0x00000034 , 0x00000001 , 0x00000011 
+ 00015458  0x000007cb fetch  0x00000008 , 0x00004419 
+ 00015459  0x000007cc nsetflag  0x00000034 , 0x0000000f , 0x00000011 
+ 00015460  0x000007cd fetch  0x00000008 , 0x00004421 
+ 00015461  0x000007ce nsetflag  0x00000034 , 0x0000000e , 0x00000011 
+ 00015462  0x000007cf fetch  0x00000001 , 0x0000410d 
+ 00015463  0x000007d0 nsetflag  0x00000034 , 0x00000008 , 0x00000011 
+ 00015464  0x000007d1 fetch  0x00000001 , 0x00004095 
+ 00015465  0x000007d2 compare  0x0000000a , 0x0000003f , 0x000000ff 
+ 00015466  0x000007d3 call  0x00003c6e , 0x00000001 
+ 00015467  0x000007d4 copy  0x00000011 , 0x0000003f 
+ 00015468  0x000007d5 store  0x00000002 , 0x000040a3 
+ 00015469  0x000007d6 rtn 
+ 00015470  0x000007d9 fetch  0x00000002 , 0x00008112 
+ 00015471  0x000007da nsetflag  0x00000034 , 0x00000006 , 0x00000011 
+ 00015472  0x000007db fetch  0x00000002 , 0x0000810e 
+ 00015473  0x000007dc nsetflag  0x00000034 , 0x00000005 , 0x00000011 
+ 00015474  0x000007dd rtn 
+ 00015475  0x000007e0 fetch  0x00000004 , 0x00008130 
+ 00015476  0x000007e1 set0  0x0000001b , 0x0000003f 
+ 00015477  0x000007e2 store  0x00000004 , 0x0000804c 
+ 00015478  0x000007e3 call  0x00003c37 
+ 00015479  0x000007e4 branch  0x00003aba 
+ 00015480  0x000007e7 fetch  0x00000004 , 0x00008134 
+ 00015481  0x000007e8 set0  0x00000014 , 0x0000003f 
+ 00015482  0x000007e9 store  0x00000004 , 0x0000804c 
+ 00015483  0x000007ea branch  0x00003c3a 
+ 00015484  0x000007f2 bpatch  0x000000c8 , 0x00004019 
+ 00015485  0x000007f3 disable  0x0000002b 
+ 00015486  0x000007f4 jam  0x00000001 , 0x00000179 
+ 00015487  0x000007f5 jam  0x00000003 , 0x00000163 
+ 00015488  0x000007f6 jam  0x00000001 , 0x0000017a 
+ 00015489  0x000007f7 setarg  0xffffffff 
+ 00015490  0x000007f8 store  0x00000002 , 0x0000017d 
+ 00015491  0x000007f9 force  0x00000000 , 0x0000003f 
+ 00015492  0x000007fa store  0x00000001 , 0x0000017b 
+ 00015493  0x000007fb store  0x00000001 , 0x00000186 
+ 00015494  0x000007fc store  0x00000003 , 0x000040b8 
+ 00015495  0x000007fd store  0x00000003 , 0x000040bb 
+ 00015496  0x000007fe call  0x00003fd8 
+ 00015497  0x000007ff jam  0x00000001 , 0x00004129 
+ 00015498  0x00000800 jam  0x00000000 , 0x0000412a 
+ 00015499  0x00000801 jam  0x00000001 , 0x00000198 
+ 00015500  0x00000802 jam  0x00000001 , 0x00000199 
+ 00015501  0x00000803 jam  0x00000000 , 0x00004369 
+ 00015502  0x00000804 branch  0x000040b4 
+ 00015503  0x00000807 bpatch  0x000000c9 , 0x00004019 
+ 00015504  0x00000808 enable  0x00000029 
+ 00015505  0x00000809 jam  0x00000003 , 0x00000164 
+ 00015506  0x0000080a jam  0x00000001 , 0x0000436b 
+ 00015507  0x0000080b jam  0x00000001 , 0x00000506 
+ 00015508  0x0000080c setarg  0x0000ffff 
+ 00015509  0x0000080d store  0x00000002 , 0x00000508 
+ 00015510  0x0000080e force  0x00000000 , 0x0000003f 
+ 00015511  0x0000080f store  0x00000005 , 0x00004402 
+ 00015512  0x00000810 set1  0x00000027 , 0x0000003f 
+ 00015513  0x00000811 store  0x00000005 , 0x000043fd 
+ 00015514  0x00000812 branch  0x00003c7c 
+ 00015515  0x00000816 bpatch  0x000000ca , 0x00004019 
+ 00015516  0x00000817 disable  0x00000029 
+ 00015517  0x00000818 setarg  0x00000017 
+ 00015518  0x00000819 store  0x00000002 , 0x000042b6 
+ 00015519  0x0000081a increase  0x00000004 , 0x0000003f 
+ 00015520  0x0000081b store  0x00000002 , 0x00004378 
+ 00015521  0x0000081c jam  0x00000001 , 0x00000164 
+ 00015522  0x0000081d jam  0x00000000 , 0x0000435b 
+ 00015523  0x0000081e jam  0x00000000 , 0x00000015 
+ 00015524  0x0000081f call  0x00003d05 
+ 00015525  0x00000820 fetch  0x00000002 , 0x00000191 
+ 00015526  0x00000821 store  0x00000002 , 0x000042c8 
+ 00015527  0x00000822 fetch  0x00000002 , 0x00000165 
+ 00015528  0x00000823 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00015529  0x00000824 rshift4  0x0000003f , 0x0000003f 
+ 00015530  0x00000825 store  0x00000002 , 0x00000191 
+ 00015531  0x00000826 branch  0x00003c7c 
+ 00015532  0x0000082e bpatch  0x000000cb , 0x00004019 
+ 00015533  0x0000082f call  0x00003d2f 
+ 00015534  0x00000830 fetch  0x00000001 , 0x00000163 
+ 00015535  0x00000831 isolate1  0x00000004 , 0x0000003f 
+ 00015536  0x00000832 setflag  0x00000001 , 0x00000032 , 0x00000000 
+ 00015537  0x00000833 call  0x00004db3 
+ 00015538  0x00000834 fetch  0x00000001 , 0x00000164 
+ 00015539  0x00000835 bbit1  0x00000001 , 0x00003cb5 
+ 00015540  0x00000836 branch  0x00003cc7 
+ 00015541  0x0000083d bpatch  0x000000cc , 0x00004019 
+ 00015542  0x0000083e enable  0x00000029 
+ 00015543  0x0000083f call  0x000040aa 
+ 00015544  0x00000840 branch  0x00003cc4 , 0x00000002 
+ 00015545  0x00000841 call  0x00003d75 
+ 00015546  0x00000842 call  0x00003fed 
+ 00015547  0x00000843 disable  0x0000002d 
+ 00015548  0x00000844 call  0x00003eab 
+ 00015549  0x00000845 nrtn  0x0000002d 
+ 00015550  0x00000846 fetch  0x00000001 , 0x00000005 
+ 00015551  0x00000847 increase  0x00000001 , 0x0000003f 
+ 00015552  0x00000848 store  0x00000001 , 0x00000005 
+ 00015553  0x00000849 call  0x00003f9e 
+ 00015554  0x0000084a disable  0x00000029 
+ 00015555  0x0000084b rtn 
+ 00015556  0x0000084e call  0x00003cfa 
+ 00015557  0x0000084f disable  0x00000029 
+ 00015558  0x00000850 rtn 
+ 00015559  0x00000856 bpatch  0x000000cd , 0x00004019 
+ 00015560  0x00000857 jam  0x00000000 , 0x00004311 
+ 00015561  0x00000858 set0  0x00000030 , 0x00000000 
+ 00015562  0x00000859 disable  0x0000002e 
+ 00015563  0x0000085a call  0x000040aa 
+ 00015564  0x0000085b branch  0x00003cfa , 0x00000002 
+ 00015565  0x0000085c fetch  0x00000001 , 0x00000198 
+ 00015566  0x0000085d call  0x00003d16 
+ 00015567  0x0000085e call  0x00003d75 
+ 00015568  0x0000085f call  0x00003dcc 
+ 00015569  0x00000860 nbranch  0x00003ceb , 0x00000018 
+ 00015570  0x00000861 call  0x00003d09 
+ 00015571  0x00000862 branch  0x00003cd6 , 0x0000002d 
+ 00015572  0x00000863 bmark1  0x00000030 , 0x00003cd6 
+ 00015573  0x00000864 branch  0x00003ce5 
+ 00015574  0x00000869 bpatch  0x000000ce , 0x00004019 
+ 00015575  0x0000086a fetch  0x00000001 , 0x00004311 
+ 00015576  0x0000086b pincrease  0x00000001 
+ 00015577  0x0000086c store  0x00000001 , 0x00004311 
+ 00015578  0x0000086d beq  0x0000000c , 0x00003ce5 
+ 00015579  0x0000086e call  0x00003f9e 
+ 00015580  0x0000086f call  0x00003fed 
+ 00015581  0x00000870 fetch  0x00000001 , 0x00000199 
+ 00015582  0x00000871 call  0x00003d16 
+ 00015583  0x00000872 call  0x00003ebc 
+ 00015584  0x00000873 call  0x00004050 
+ 00015585  0x00000874 fetch  0x00000002 , 0x00004396 
+ 00015586  0x00000875 call  0x000075e6 
+ 00015587  0x00000876 call  0x00003cef 
+ 00015588  0x00000877 branch  0x00003cf4 , 0x00000028 
+ 00015589  0x00000879 bpatch  0x000000cf , 0x00004019 
+ 00015590  0x0000087a call  0x000046c1 
+ 00015591  0x0000087b call  0x000046b8 
+ 00015592  0x0000087c call  0x000070b1 
+ 00015593  0x0000087d fetch  0x00000001 , 0x00000186 
+ 00015594  0x0000087e bbit1  0x00000003 , 0x00003cfa 
+ 00015595  0x00000880 bpatch  0x000000d0 , 0x0000401a 
+ 00015596  0x00000881 call  0x000038cb 
+ 00015597  0x00000882 call  0x0000417e 
+ 00015598  0x00000883 branch  0x000038f3 
+ 00015599  0x00000887 disable  0x00000028 
+ 00015600  0x00000888 bmark1  0x0000002a , 0x00007636 
+ 00015601  0x00000889 bmark1  0x00000029 , 0x00007636 
+ 00015602  0x0000088a bmark1  0x00000030 , 0x00007636 
+ 00015603  0x0000088b rtn 
+ 00015604  0x0000088f bpatch  0x000000d1 , 0x0000401a 
+ 00015605  0x00000890 enable  0x0000002e 
+ 00015606  0x00000891 call  0x00003eaf 
+ 00015607  0x00000892 branch  0x00003cd6 , 0x0000002d 
+ 00015608  0x00000893 bmark1  0x00000030 , 0x00003cd6 
+ 00015609  0x00000894 branch  0x00003ce5 
+ 00015610  0x0000089a bpatch  0x000000d2 , 0x0000401a 
+ 00015611  0x0000089b call  0x00003d00 
+ 00015612  0x0000089c call  0x00004e03 
+ 00015613  0x0000089d call  0x00003d05 
+ 00015614  0x0000089e jam  0x00000015 , 0x000004c3 
+ 00015615  0x0000089f branch  0x0000709b 
+ 00015616  0x000008a2 arg  0x000043ee , 0x00000005 
+ 00015617  0x000008a3 call  0x00007504 
+ 00015618  0x000008a4 jam  0x00000000 , 0x00000179 
+ 00015619  0x000008a5 jam  0x00000000 , 0x00000164 
+ 00015620  0x000008a6 jam  0x00000000 , 0x00000163 
+ 00015621  0x000008a8 bpatch  0x000000d3 , 0x0000401a 
+ 00015622  0x000008a9 jam  0x00000000 , 0x000042d0 
+ 00015623  0x000008aa jam  0x00000000 , 0x000042cf 
+ 00015624  0x000008ab rtn 
+ 00015625  0x000008ae bpatch  0x000000d4 , 0x0000401a 
+ 00015626  0x000008af fetch  0x00000001 , 0x00000005 
+ 00015627  0x000008b0 increase  0x00000001 , 0x0000003f 
+ 00015628  0x000008b1 store  0x00000001 , 0x00000005 
+ 00015629  0x000008b2 fetch  0x00000001 , 0x00000163 
+ 00015630  0x000008b3 rtnbit1  0x00000003 
+ 00015631  0x000008b4 set1  0x00000003 , 0x0000003f 
+ 00015632  0x000008b5 store  0x00000001 , 0x00000163 
+ 00015633  0x000008b6 fetch  0x00000002 , 0x000042c8 
+ 00015634  0x000008b7 store  0x00000002 , 0x00000191 
+ 00015635  0x000008b8 setarg  0x00000000 
+ 00015636  0x000008b9 store  0x00000004 , 0x000042f0 
+ 00015637  0x000008ba rtn 
+ 00015638  0x000008c3 copy  0x0000003f , 0x00000002 
+ 00015639  0x000008c4 bpatch  0x000000d5 , 0x0000401a 
+ 00015640  0x000008c5 copy  0x00000002 , 0x0000003f 
+ 00015641  0x000008c6 bbit1  0x00000000 , 0x00003d2f 
+ 00015642  0x000008c7 bbit1  0x00000001 , 0x00003d1f 
+ 00015643  0x000008c8 bbit0  0x00000002 , 0x00003d2f 
+ 00015644  0x000008c9 bbit1  0x00000007 , 0x00003d2c 
+ 00015645  0x000008ca bbit1  0x00000002 , 0x00003d25 
+ 00015646  0x000008cb branch  0x00003d2f 
+ 00015647  0x000008ce call  0x00003d2f 
+ 00015648  0x000008cf set1  0x0000002d , 0x00000000 
+ 00015649  0x000008d0 set0  0x0000002f , 0x00000000 
+ 00015650  0x000008d1 jam  0x00000003 , 0x00008901 
+ 00015651  0x000008d2 jam  0x00000084 , 0x00008920 
+ 00015652  0x000008d3 rtn 
+ 00015653  0x000008d7 call  0x00003d2f 
+ 00015654  0x000008d8 set1  0x0000002f , 0x00000000 
+ 00015655  0x000008d9 set0  0x0000002e , 0x00000000 
+ 00015656  0x000008da jam  0x00000005 , 0x00008901 
+ 00015657  0x000008db jam  0x00000080 , 0x00008920 
+ 00015658  0x000008dc jam  0x00000020 , 0x00008930 
+ 00015659  0x000008dd rtn 
+ 00015660  0x000008e0 call  0x00003d25 
+ 00015661  0x000008e1 set1  0x0000002e , 0x00000000 
+ 00015662  0x000008e2 rtn 
+ 00015663  0x000008e5 bpatch  0x000000d6 , 0x0000401a 
+ 00015664  0x000008e6 set0  0x0000002d , 0x00000000 
+ 00015665  0x000008e7 set0  0x0000002f , 0x00000000 
+ 00015666  0x000008e8 jam  0x00000001 , 0x00008901 
+ 00015667  0x000008e9 jam  0x00000080 , 0x00008920 
+ 00015668  0x000008ea jam  0x00000003 , 0x00008930 
+ 00015669  0x000008eb rtn 
+ 00015670  0x000008ef bpatch  0x000000d7 , 0x0000401a 
+ 00015671  0x000008f0 set0  0x00000032 , 0x00000000 
+ 00015672  0x000008f1 jam  0x00000001 , 0x00008901 
+ 00015673  0x000008f2 jam  0x00000080 , 0x00008920 
+ 00015674  0x000008f3 jam  0x00000003 , 0x00008930 
+ 00015675  0x000008f4 rtn 
+ 00015676  0x000008f7 bpatch  0x000000d8 , 0x0000401b 
+ 00015677  0x000008f8 disable  0x00000009 
+ 00015678  0x000008f9 disable  0x00000007 
+ 00015679  0x000008fa fetch  0x00000003 , 0x0000018b 
+ 00015680  0x000008fb iforce  0x0000000f 
+ 00015681  0x000008fc fetch  0x00000001 , 0x00000007 
+ 00015682  0x000008fe reverse  0x0000003f , 0x00000002 
+ 00015683  0x000008ff set1  0x00000001 , 0x00000002 
+ 00015684  0x00000900 rshift  0x00000002 , 0x0000000e 
+ 00015685  0x00000901 rtn 
+ 00015686  0x00000905 call  0x00003d4f 
+ 00015687  0x00000907 call  0x00003954 
+ 00015688  0x00000908 fetch  0x00000002 , 0x00000039 
+ 00015689  0x00000909 call  0x00003abc 
+ 00015690  0x0000090a branch  0x0000396a 
+ 00015691  0x0000090d branch  0x000039cf , 0x0000002d 
+ 00015692  0x0000090e bmark1  0x00000030 , 0x000039cf 
+ 00015693  0x00000910 call  0x00003d4f 
+ 00015694  0x00000911 branch  0x000039c9 
+ 00015695  0x00000914 bpatch  0x000000d9 , 0x0000401b 
+ 00015696  0x00000915 call  0x00003925 
+ 00015697  0x00000916 fetch  0x00000001 , 0x000001b6 
+ 00015698  0x00000917 nbranch  0x00003d62 , 0x00000034 
+ 00015699  0x00000918 fetch  0x00000001 , 0x00000007 
+ 00015700  0x00000919 sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00015701  0x0000091a branch  0x00003d5c , 0x00000002 
+ 00015702  0x0000091b force  0x00000000 , 0x00000002 
+ 00015703  0x0000091c rtneq  0x00000025 
+ 00015704  0x0000091d force  0x00000018 , 0x00000002 
+ 00015705  0x0000091e rtneq  0x00000026 
+ 00015706  0x0000091f force  0x0000004e , 0x00000002 
+ 00015707  0x00000920 rtn 
+ 00015708  0x00000923 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00015709  0x00000924 branch  0x00003d5f , 0x00000002 
+ 00015710  0x00000925 increase  0x00000001 , 0x0000003f 
+ 00015711  0x00000928 lshift  0x0000003f , 0x0000003f 
+ 00015712  0x00000929 add  0x0000003f , 0x00000002 , 0x00000002 
+ 00015713  0x0000092a rtn 
+ 00015714  0x0000092d fetch  0x00000001 , 0x00000007 
+ 00015715  0x0000092e lshift  0x0000003f , 0x00000002 
+ 00015716  0x0000092f rtn 
+ 00015717  0x00000932 arg  0x000001f4 , 0x00000002 
+ 00015718  0x00000933 rtn  0x00000034 
+ 00015719  0x00000934 arg  0x000000fa , 0x00000002 
+ 00015720  0x00000935 rtneq  0x00000001 
+ 00015721  0x00000936 arg  0x00000096 , 0x00000002 
+ 00015722  0x00000937 rtneq  0x00000002 
+ 00015723  0x00000938 arg  0x00000064 , 0x00000002 
+ 00015724  0x00000939 rtneq  0x00000003 
+ 00015725  0x0000093a arg  0x0000004b , 0x00000002 
+ 00015726  0x0000093b rtneq  0x00000004 
+ 00015727  0x0000093c arg  0x00000032 , 0x00000002 
+ 00015728  0x0000093d rtneq  0x00000005 
+ 00015729  0x0000093e arg  0x00000028 , 0x00000002 
+ 00015730  0x0000093f rtneq  0x00000006 
+ 00015731  0x00000940 arg  0x00000014 , 0x00000002 
+ 00015732  0x00000941 rtn 
+ 00015733  0x00000946 bpatch  0x000000da , 0x0000401b 
+ 00015734  0x00000947 enable  0x00000010 
+ 00015735  0x00000948 fetch  0x00000004 , 0x00000187 
+ 00015736  0x00000949 iforce  0x00000009 
+ 00015737  0x0000094a call  0x00003daa 
+ 00015738  0x0000094b setarg  0x00000200 
+ 00015739  0x0000094c branch  0x00003d7e , 0x00000029 
+ 00015740  0x0000094d fetch  0x00000002 , 0x00000171 
+ 00015741  0x0000094e rshift  0x0000003f , 0x0000003f 
+ 00015742  0x00000950 fetcht  0x00000002 , 0x00000039 
+ 00015743  0x00000951 iadd  0x00000002 , 0x0000003f 
+ 00015744  0x00000952 call  0x00003aa3 
+ 00015745  0x00000953 deposit  0x0000001a 
+ 00015746  0x00000954 rtn 
+ 00015747  0x00000958 bpatch  0x000000db , 0x0000401b 
+ 00015748  0x00000959 call  0x000074b7 
+ 00015749  0x0000095a storer  0x00000039 , 0x00000002 , 0x000004ef 
+ 00015750  0x0000095b add  0x00000011 , 0x00000001 , 0x00000006 
+ 00015751  0x0000095c ifetch  0x00000001 , 0x00000006 
+ 00015752  0x0000095d rtnbit0  0x00000000 
+ 00015753  0x0000095e add  0x00000011 , 0x0000001a , 0x00000005 
+ 00015754  0x0000095f ifetch  0x00000002 , 0x00000005 
+ 00015755  0x00000960 increase  0x00000001 , 0x0000003f 
+ 00015756  0x00000961 istore  0x00000002 , 0x00000005 
+ 00015757  0x00000962 call  0x00003f1d 
+ 00015758  0x00000963 call  0x00003f3f 
+ 00015759  0x00000964 call  0x00003f48 
+ 00015760  0x00000965 call  0x00003d94 
+ 00015761  0x00000966 call  0x000074c6 
+ 00015762  0x00000967 fetchr  0x00000039 , 0x00000002 , 0x000004ef 
+ 00015763  0x00000968 rtn 
+ 00015764  0x0000096b add  0x00000011 , 0x00000019 , 0x00000006 
+ 00015765  0x0000096c ifetch  0x00000001 , 0x00000006 
+ 00015766  0x0000096d add  0x00000011 , 0x00000018 , 0x00000005 
+ 00015767  0x0000096e ifetcht  0x00000001 , 0x00000005 
+ 00015768  0x0000096f iadd  0x00000002 , 0x0000003f 
+ 00015769  0x00000970 sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00015770  0x00000971 branch  0x00003d9c , 0x00000002 
+ 00015771  0x00000972 increase  0xffffffdb , 0x0000003f 
+ 00015772  0x00000974 istore  0x00000001 , 0x00000005 
+ 00015773  0x00000975 rtn 
+ 00015774  0x00000979 add  0x00000011 , 0x00000030 , 0x00000006 
+ 00015775  0x0000097a ifetch  0x00000005 , 0x00000006 
+ 00015776  0x0000097b force  0x00000000 , 0x00000002 
+ 00015777  0x0000097c force  0x00000025 , 0x00000039 
+ 00015778  0x0000097e bbit0  0x00000000 , 0x00003da4 
+ 00015779  0x0000097f increase  0x00000001 , 0x00000002 
+ 00015780  0x00000981 rshift  0x0000003f , 0x0000003f 
+ 00015781  0x00000982 loop  0x00003da2 
+ 00015782  0x00000983 add  0x00000002 , 0xffffffff , 0x0000003f 
+ 00015783  0x00000984 add  0x00000011 , 0x00000022 , 0x00000005 
+ 00015784  0x00000985 istore  0x00000001 , 0x00000005 
+ 00015785  0x00000986 rtn 
+ 00015786  0x00000989 bpatch  0x000000dc , 0x0000401b 
+ 00015787  0x0000098a fetch  0x00000001 , 0x0000017b 
+ 00015788  0x0000098b iforce  0x00000007 
+ 00015789  0x0000098c fetcht  0x00000005 , 0x00000193 
+ 00015790  0x0000098d qisolate1  0x00000002 
+ 00015791  0x0000098e branch  0x00003dbf , 0x00000001 
+ 00015792  0x00000990 fetch  0x00000001 , 0x00000185 
+ 00015793  0x00000991 isub  0x00000007 , 0x0000003f 
+ 00015794  0x00000992 branch  0x00003db5 , 0x00000002 
+ 00015795  0x00000993 sub  0x0000003f , 0xffffffff , 0x00000007 
+ 00015796  0x00000994 branch  0x00003db0 
+ 00015797  0x00000996 copy  0x00000007 , 0x00000039 
+ 00015798  0x00000997 force  0x00000000 , 0x00000007 
+ 00015799  0x00000999 qisolate1  0x00000002 
+ 00015800  0x0000099a branch  0x00003dba , 0x00000001 
+ 00015801  0x0000099b increase  0x00000001 , 0x00000039 
+ 00015802  0x0000099d deposit  0x00000039 
+ 00015803  0x0000099e branch  0x00003dbf , 0x00000034 
+ 00015804  0x0000099f increase  0x00000001 , 0x00000007 
+ 00015805  0x000009a0 increase  0xffffffff , 0x00000039 
+ 00015806  0x000009a1 branch  0x00003db7 
+ 00015807  0x000009a3 deposit  0x00000007 
+ 00015808  0x000009a4 store  0x00000001 , 0x00000007 
+ 00015809  0x000009a5 rtn 
+ 00015810  0x000009a9 branch  0x00003dc5 , 0x00000029 
+ 00015811  0x000009aa until  0x0000003e , 0x00000003 
+ 00015812  0x000009ab rtn 
+ 00015813  0x000009ae arg  0x00000ea0 , 0x0000000b 
+ 00015814  0x000009af until  0x00000023 , 0x00000026 
+ 00015815  0x000009b0 rtn 
+ 00015816  0x000009b3 disable  0x00000010 
+ 00015817  0x000009b4 fetch  0x00000002 , 0x00004319 
+ 00015818  0x000009b5 copy  0x0000003f , 0x0000000b 
+ 00015819  0x000009b6 branch  0x00003dd2 
+ 00015820  0x000009ba bpatch  0x000000dd , 0x0000401b 
+ 00015821  0x000009bb call  0x00003e39 
+ 00015822  0x000009bc enable  0x00000010 
+ 00015823  0x000009bd fetch  0x00000002 , 0x00000171 
+ 00015824  0x000009be fetcht  0x00000004 , 0x000042f0 
+ 00015825  0x000009bf iadd  0x00000002 , 0x0000000b 
+ 00015826  0x000009c1 call  0x00003d46 
+ 00015827  0x000009c3 bpatch  0x000000de , 0x0000401b 
+ 00015828  0x000009c4 call  0x00003d3c 
+ 00015829  0x000009c5 bmark0  0x0000002f , 0x00003dda 
+ 00015830  0x000009c6 pulse  0x00000039 
+ 00015831  0x000009c7 nop  0x0000001e 
+ 00015832  0x000009c8 call  0x00003d3c 
+ 00015833  0x000009c9 lshift3  0x0000000b , 0x0000000b 
+ 00015834  0x000009cb disable  0x0000002d 
+ 00015835  0x000009cc enable  0x0000000d 
+ 00015836  0x000009cd enable  0x00000021 
+ 00015837  0x000009ce disable  0x00000020 
+ 00015838  0x000009cf copy  0x0000000b , 0x0000001b 
+ 00015839  0x000009d0 correlate  0x0000003e , 0x00000003 
+ 00015840  0x000009d1 branch  0x00003de3 , 0x0000002e 
+ 00015841  0x000009d2 copy  0x0000001a , 0x00000002 
+ 00015842  0x000009d3 storet  0x00000006 , 0x0000000f 
+ 00015843  0x000009d5 nbranch  0x00003e75 , 0x00000018 
+ 00015844  0x000009d6 bpatch  0x000000df , 0x0000401b 
+ 00015845  0x000009d7 enable  0x00000010 
+ 00015846  0x000009d8 arg  0x00004eab , 0x0000001b 
+ 00015847  0x000009d9 fetch  0x00000001 , 0x0000411d 
+ 00015848  0x000009da imul32  0x0000001b , 0x0000001b 
+ 00015849  0x000009db call  0x0000644b 
+ 00015850  0x000009dc branch  0x00003df0 , 0x0000002e 
+ 00015851  0x000009dd call  0x00003e7a 
+ 00015852  0x000009de fetch  0x00000001 , 0x00000163 
+ 00015853  0x000009df bbit0  0x00000003 , 0x00003df0 
+ 00015854  0x000009e0 fetcht  0x00000006 , 0x0000000f 
+ 00015855  0x000009e1 call  0x00003b5a , 0x0000002b 
+ 00015856  0x000009e3 call  0x00003a45 
+ 00015857  0x000009e4 enable  0x00000007 
+ 00015858  0x000009e5 enable  0x00000009 
+ 00015859  0x000009e6 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00015860  0x000009e7 rshift3  0x0000000c , 0x0000003f 
+ 00015861  0x000009e8 store  0x00000001 , 0x00000047 
+ 00015862  0x000009e9 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00015863  0x000009ea rshift3  0x0000000c , 0x0000003f 
+ 00015864  0x000009eb store  0x00000001 , 0x00000048 
+ 00015865  0x000009ec copy  0x0000003f , 0x00000039 
+ 00015866  0x000009ed branch  0x00003e16 , 0x00000005 
+ 00015867  0x000009ef bmark1  0x00000032 , 0x00003e01 
+ 00015868  0x000009f2 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00015869  0x000009f3 rshift3  0x0000000c , 0x0000003f 
+ 00015870  0x000009f4 istore  0x00000001 , 0x00000005 
+ 00015871  0x000009f5 loop  0x00003dfc 
+ 00015872  0x000009f6 branch  0x00003e16 
+ 00015873  0x000009f9 copy  0x00000005 , 0x00000012 
+ 00015874  0x000009fa bpatch  0x000000e0 , 0x0000401c 
+ 00015875  0x000009fb call  0x00003f97 
+ 00015876  0x000009fd fetchr  0x00000011 , 0x00000001 , 0x00000048 
+ 00015877  0x000009fe increase  0xfffffffc , 0x00000011 
+ 00015878  0x000009ff nbranch  0x00003e6d , 0x00000002 
+ 00015879  0x00000a01 call  0x00003e3e 
+ 00015880  0x00000a02 copy  0x00000012 , 0x00000005 
+ 00015881  0x00000a03 arg  0x00000000 , 0x00000002 
+ 00015882  0x00000a04 fetchr  0x00000039 , 0x00000001 , 0x00000048 
+ 00015883  0x00000a05 increase  0xfffffffc , 0x00000039 
+ 00015884  0x00000a06 branch  0x00003e14 , 0x00000005 
+ 00015885  0x00000a09 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00015886  0x00000a0a rshift3  0x0000000c , 0x0000003f 
+ 00015887  0x00000a0b istore  0x00000001 , 0x00000005 
+ 00015888  0x00000a0c increase  0x00000001 , 0x00000002 
+ 00015889  0x00000a0d and  0x00000002 , 0x0000000f , 0x0000003e 
+ 00015890  0x00000a0e call  0x00003e5c , 0x00000005 
+ 00015891  0x00000a0f loop  0x00003e0d 
+ 00015892  0x00000a11 call  0x00003e64 
+ 00015893  0x00000a12 copy  0x00000012 , 0x00000005 
+ 00015894  0x00000a16 bpatch  0x000000e1 , 0x0000401c 
+ 00015895  0x00000a17 parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00015896  0x00000a18 rshift32  0x0000003f , 0x0000003f 
+ 00015897  0x00000a19 rshift16  0x0000003f , 0x0000003f 
+ 00015898  0x00000a1a istore  0x00000003 , 0x00000005 
+ 00015899  0x00000a1b enable  0x00000010 
+ 00015900  0x00000a1c call  0x00003e88 
+ 00015901  0x00000a1d branch  0x00003e71 , 0x00000006 
+ 00015902  0x00000a1e bmark0  0x00000032 , 0x00003e28 
+ 00015903  0x00000a1f fetch  0x00000001 , 0x00000048 
+ 00015904  0x00000a20 branch  0x00003e28 , 0x00000034 
+ 00015905  0x00000a21 increase  0xfffffffc , 0x0000003f 
+ 00015906  0x00000a22 store  0x00000001 , 0x00000048 
+ 00015907  0x00000a23 call  0x00006f07 
+ 00015908  0x00000a24 fetch  0x00000001 , 0x00008108 
+ 00015909  0x00000a25 bbit0  0x00000007 , 0x00003e6d 
+ 00015910  0x00000a26 force  0x0000000c , 0x00000038 
+ 00015911  0x00000a27 storer  0x0000002f , 0x00000004 , 0x0000014f 
+ 00015912  0x00000a29 call  0x0000644a 
+ 00015913  0x00000a2a enable  0x0000002d 
+ 00015914  0x00000a2b set0  0x00000030 , 0x00000000 
+ 00015915  0x00000a2d bpatch  0x000000e2 , 0x0000401c 
+ 00015916  0x00000a2e call  0x00006f09 
+ 00015917  0x00000a2f fetch  0x00000001 , 0x00000198 
+ 00015918  0x00000a30 nsetflag  0x0000003c , 0x00000007 , 0x0000003f 
+ 00015919  0x00000a31 store  0x00000001 , 0x00000198 
+ 00015920  0x00000a32 call  0x00003e33 
+ 00015921  0x00000a34 disable  0x0000000d 
+ 00015922  0x00000a35 branch  0x00003925 
+ 00015923  0x00000a38 bpatch  0x000000e3 , 0x0000401c 
+ 00015924  0x00000a39 fetcht  0x00000001 , 0x00000008 
+ 00015925  0x00000a3a add  0x00000002 , 0x00000002 , 0x00000011 
+ 00015926  0x00000a3b bmark1  0x0000002d , 0x0000398e 
+ 00015927  0x00000a3c add  0x00000002 , 0x00000001 , 0x00000011 
+ 00015928  0x00000a3d branch  0x0000398e 
+ 00015929  0x00000a41 rtnmark0  0x00000032 
+ 00015930  0x00000a42 call  0x00006fa4 
+ 00015931  0x00000a43 force  0x0000000c , 0x00000038 
+ 00015932  0x00000a44 call  0x00006fac 
+ 00015933  0x00000a45 branch  0x00006fab 
+ 00015934  0x00000a49 bpatch  0x000000e4 , 0x0000401c 
+ 00015935  0x00000a4a jam  0x00000000 , 0x0000806c 
+ 00015936  0x00000a4b jam  0x00000001 , 0x0000806d 
+ 00015937  0x00000a4c fetch  0x00000001 , 0x00000047 
+ 00015938  0x00000a4d and_into  0x00000003 , 0x0000003f 
+ 00015939  0x00000a4e store  0x00000001 , 0x0000806e 
+ 00015940  0x00000a50 setarg  0x00000049 
+ 00015941  0x00000a51 store  0x00000002 , 0x00008068 
+ 00015942  0x00000a52 store  0x00000002 , 0x0000806a 
+ 00015943  0x00000a54 fetchr  0x00000011 , 0x00000001 , 0x00000048 
+ 00015944  0x00000a55 increase  0xfffffffc , 0x00000011 
+ 00015945  0x00000a57 fetcht  0x00000005 , 0x00004402 
+ 00015946  0x00000a58 isolate1  0x0000000f , 0x00000000 
+ 00015947  0x00000a59 call  0x00003e52 , 0x00000001 
+ 00015948  0x00000a5a call  0x00006e74 
+ 00015949  0x00000a5b setarg  0x00000000 
+ 00015950  0x00000a5c store  0x00000002 , 0x000080c1 
+ 00015951  0x00000a5d jam  0x00000006 , 0x0000800a 
+ 00015952  0x00000a5e jam  0x00000007 , 0x0000800a 
+ 00015953  0x00000a5f rtn 
+ 00015954  0x00000a62 sub  0x00000002 , 0x00000000 , 0x0000003e 
+ 00015955  0x00000a63 branch  0x00003e57 , 0x00000005 
+ 00015956  0x00000a64 increase  0xffffffff , 0x00000002 
+ 00015957  0x00000a65 set1  0x00000027 , 0x00000002 
+ 00015958  0x00000a66 rtn 
+ 00015959  0x00000a69 setarg  0x00ffffff 
+ 00015960  0x00000a6a lshift16  0x0000003f , 0x0000003f 
+ 00015961  0x00000a6b arg  0x0000ffff , 0x00000002 
+ 00015962  0x00000a6c ior  0x00000002 , 0x00000002 
+ 00015963  0x00000a6d rtn 
+ 00015964  0x00000a70 copy  0x00000005 , 0x00000012 
+ 00015965  0x00000a71 fetch  0x00000001 , 0x00000048 
+ 00015966  0x00000a72 increase  0xfffffffc , 0x0000003f 
+ 00015967  0x00000a73 isub  0x00000002 , 0x0000003e 
+ 00015968  0x00000a74 rtn  0x00000005 
+ 00015969  0x00000a75 storet  0x00000002 , 0x000080c1 
+ 00015970  0x00000a76 copy  0x00000012 , 0x00000005 
+ 00015971  0x00000a77 rtn 
+ 00015972  0x00000a7a parse  0x00000003 , 0x00000000 , 0x00000020 
+ 00015973  0x00000a7b rshift32  0x0000003f , 0x0000003f 
+ 00015974  0x00000a7c rshift8  0x0000003f , 0x0000003f 
+ 00015975  0x00000a7d istore  0x00000004 , 0x00000005 
+ 00015976  0x00000a7e copy  0x00000005 , 0x00000012 
+ 00015977  0x00000a80 force  0x00000000 , 0x00000038 
+ 00015978  0x00000a81 copy  0x0000003f , 0x0000002f 
+ 00015979  0x00000a82 storet  0x00000002 , 0x000080c1 
+ 00015980  0x00000a83 rtn 
+ 00015981  0x00000a86 branch  0x00003e77 
+ 00015982  0x00000a89 call  0x00003e88 
+ 00015983  0x00000a8a call  0x000038cb 
+ 00015984  0x00000a8b branch  0x00003e28 
+ 00015985  0x00000a8e call  0x0000644c 
+ 00015986  0x00000a8f bmark1  0x00000030 , 0x00003e75 
+ 00015987  0x00000a90 set1  0x00000030 , 0x00000000 
+ 00015988  0x00000a91 branch  0x00003e2b 
+ 00015989  0x00000a95 set0  0x00000030 , 0x00000000 
+ 00015990  0x00000a96 branch  0x00003e77 
+ 00015991  0x00000a99 bpatch  0x000000e5 , 0x0000401c 
+ 00015992  0x00000a9a call  0x00006f09 
+ 00015993  0x00000a9b branch  0x000038cb 
+ 00015994  0x00000a9e bmark1  0x0000002f , 0x00003e80 
+ 00015995  0x00000a9f bmark1  0x0000002d , 0x00003e84 
+ 00015996  0x00000aa0 fetch  0x00000002 , 0x00000041 
+ 00015997  0x00000aa1 copy  0x0000003f , 0x00000029 
+ 00015998  0x00000aa2 copy  0x00000021 , 0x00000028 
+ 00015999  0x00000aa3 rtn 
+ 00016000  0x00000aa7 fetch  0x00000002 , 0x00000045 
+ 00016001  0x00000aa8 copy  0x0000003f , 0x00000029 
+ 00016002  0x00000aa9 add  0x00000021 , 0x00000001 , 0x00000028 
+ 00016003  0x00000aaa rtn 
+ 00016004  0x00000aad fetch  0x00000002 , 0x00000043 
+ 00016005  0x00000aae copy  0x0000003f , 0x00000029 
+ 00016006  0x00000aaf copy  0x00000021 , 0x00000028 
+ 00016007  0x00000ab0 rtn 
+ 00016008  0x00000ab4 fetch  0x00000001 , 0x00000048 
+ 00016009  0x00000ab5 add  0x0000003f , 0x00000005 , 0x00000002 
+ 00016010  0x00000ab6 lshift3  0x00000002 , 0x00000002 
+ 00016011  0x00000ab7 fetch  0x00000001 , 0x00000198 
+ 00016012  0x00000ab8 bmark1  0x0000002f , 0x00003e8f 
+ 00016013  0x00000ab9 bbit1  0x00000000 , 0x00003e91 
+ 00016014  0x00000aba bbit1  0x00000001 , 0x00003e92 
+ 00016015  0x00000abc branch  0x00003e94 , 0x0000003c 
+ 00016016  0x00000abd branch  0x00003e97 
+ 00016017  0x00000ac0 branch  0x00003e9c 
+ 00016018  0x00000ac3 rshift  0x00000002 , 0x00000002 
+ 00016019  0x00000ac4 branch  0x00003e9c 
+ 00016020  0x00000ac7 add  0x00000002 , 0x00000003 , 0x00000002 
+ 00016021  0x00000ac8 lshift  0x00000002 , 0x00000002 
+ 00016022  0x00000ac9 branch  0x00003e99 
+ 00016023  0x00000acc add  0x00000002 , 0x00000003 , 0x00000002 
+ 00016024  0x00000acd lshift3  0x00000002 , 0x00000002 
+ 00016025  0x00000acf setarg  0x00000028 
+ 00016026  0x00000ad0 iadd  0x00000002 , 0x00000002 
+ 00016027  0x00000ad1 branch  0x00003e9c 
+ 00016028  0x00000ad4 fetch  0x00000001 , 0x0000411d 
+ 00016029  0x00000ad5 imul32  0x00000002 , 0x00000002 
+ 00016030  0x00000ad6 arg  0x00004e20 , 0x00000011 
+ 00016031  0x00000ad7 imul32  0x00000011 , 0x0000003f 
+ 00016032  0x00000ad8 isub  0x00000002 , 0x00000002 
+ 00016033  0x00000ad9 copy  0x0000001b , 0x0000003f 
+ 00016034  0x00000ada isub  0x00000002 , 0x0000001b 
+ 00016035  0x00000adb rtn 
+ 00016036  0x00000ade call  0x00003ebc 
+ 00016037  0x00000adf fetcht  0x00000001 , 0x00000008 
+ 00016038  0x00000ae0 call  0x00003954 
+ 00016039  0x00000ae1 call  0x0000396a 
+ 00016040  0x00000ae2 enable  0x00000010 
+ 00016041  0x00000ae3 arg  0x0000157c , 0x0000000b 
+ 00016042  0x00000ae4 branch  0x00003dd3 
+ 00016043  0x00000ae8 bpatch  0x000000e6 , 0x0000401c 
+ 00016044  0x00000ae9 fetch  0x00000001 , 0x00000199 
+ 00016045  0x00000aea call  0x00003d16 
+ 00016046  0x00000aeb call  0x00003ebc 
+ 00016047  0x00000aed fetch  0x00000001 , 0x00000198 
+ 00016048  0x00000aee call  0x00003d16 
+ 00016049  0x00000af0 fetcht  0x00000001 , 0x00000008 
+ 00016050  0x00000af1 call  0x00003954 
+ 00016051  0x00000af2 call  0x0000396a 
+ 00016052  0x00000af3 enable  0x00000010 
+ 00016053  0x00000af4 arg  0x0000157c , 0x0000000b 
+ 00016054  0x00000af5 bmark0  0x0000002f , 0x00003dd3 
+ 00016055  0x00000af6 arg  0x00002134 , 0x0000000b 
+ 00016056  0x00000af7 branch  0x00003dd3 
+ 00016057  0x00000afa bpatch  0x000000e7 , 0x0000401c 
+ 00016058  0x00000afb call  0x00003ebc 
+ 00016059  0x00000afc branch  0x000038cb 
+ 00016060  0x00000aff bpatch  0x000000e8 , 0x0000401d 
+ 00016061  0x00000b00 call  0x00003d3c 
+ 00016062  0x00000b01 call  0x00003d4b 
+ 00016063  0x00000b02 call  0x00006451 
+ 00016064  0x00000b03 set1  0x00000000 , 0x00000015 
+ 00016065  0x00000b04 enable  0x0000001d 
+ 00016066  0x00000b05 enable  0x00000020 
+ 00016067  0x00000b06 disable  0x00000021 
+ 00016068  0x00000b07 call  0x00003dc2 
+ 00016069  0x00000b08 disable  0x0000003a 
+ 00016070  0x00000b09 bmark1  0x0000002f , 0x00003eff 
+ 00016071  0x00000b0a bmark1  0x0000002d , 0x00003f11 
+ 00016072  0x00000b0b rshift16  0x00000009 , 0x0000003f 
+ 00016073  0x00000b0c rshift8  0x0000003f , 0x0000003f 
+ 00016074  0x00000b0d rshift4  0x0000003f , 0x0000003f 
+ 00016075  0x00000b0e inject  0x00000003 , 0x00000028 
+ 00016076  0x00000b10 enable  0x00000007 
+ 00016077  0x00000b11 enable  0x00000009 
+ 00016078  0x00000b12 bpatch  0x000000e9 , 0x0000401d 
+ 00016079  0x00000b13 fetch  0x00000001 , 0x00004129 
+ 00016080  0x00000b14 inject  0x00000003 , 0x00000008 
+ 00016081  0x00000b15 ifetch  0x00000001 , 0x00000006 
+ 00016082  0x00000b16 copy  0x0000003f , 0x00000039 
+ 00016083  0x00000b17 inject  0x00000003 , 0x00000008 
+ 00016084  0x00000b18 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00016085  0x00000b19 branch  0x00003edd , 0x00000005 
+ 00016086  0x00000b1b fetch  0x00000001 , 0x0000800a 
+ 00016087  0x00000b1c branch  0x00003ed9 , 0x00000034 
+ 00016088  0x00000b1d bmark1  0x00000032 , 0x00003ef4 
+ 00016089  0x00000b1f arg  0x0000412b , 0x00000006 
+ 00016090  0x00000b21 ifetch  0x00000001 , 0x00000006 
+ 00016091  0x00000b22 inject  0x00000003 , 0x00000008 
+ 00016092  0x00000b23 loop  0x00003eda 
+ 00016093  0x00000b26 enable  0x00000008 
+ 00016094  0x00000b27 inject  0x00000003 , 0x00000018 
+ 00016095  0x00000b28 disable  0x00000008 
+ 00016096  0x00000b29 bmark0  0x0000002f , 0x00003ee4 
+ 00016097  0x00000b2a disable  0x00000007 
+ 00016098  0x00000b2b setarg  0x00000000 
+ 00016099  0x00000b2c inject  0x00000003 , 0x00000003 
+ 00016100  0x00000b2e until  0x0000003e , 0x00000027 
+ 00016101  0x00000b2f nop  0x00000064 
+ 00016102  0x00000b30 bpatch  0x000000ea , 0x0000401d 
+ 00016103  0x00000b31 disable  0x0000001d 
+ 00016104  0x00000b32 disable  0x00000038 
+ 00016105  0x00000b33 call  0x00003925 
+ 00016106  0x00000b34 call  0x0000644f 
+ 00016107  0x00000b36 fetch  0x00000001 , 0x00004129 
+ 00016108  0x00000b37 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00016109  0x00000b38 rtnne  0x00000003 
+ 00016110  0x00000b39 fetch  0x00000001 , 0x000042d0 
+ 00016111  0x00000b3a beq  0x00000002 , 0x00003fd8 
+ 00016112  0x00000b3b rtnne  0x00000005 
+ 00016113  0x00000b3c fetch  0x00000001 , 0x0000412b 
+ 00016114  0x00000b3d beq  0x00000005 , 0x00003fd3 
+ 00016115  0x00000b3e rtn 
+ 00016116  0x00000b42 increase  0xfffffffc , 0x00000039 
+ 00016117  0x00000b43 copy  0x00000039 , 0x00000002 
+ 00016118  0x00000b44 call  0x00006ef4 
+ 00016119  0x00000b45 arg  0x0000412b , 0x00000006 
+ 00016120  0x00000b47 ifetch  0x00000001 , 0x00000006 
+ 00016121  0x00000b48 inject  0x00000003 , 0x00000008 
+ 00016122  0x00000b49 loop  0x00003ef8 
+ 00016123  0x00000b4a call  0x00006ef9 
+ 00016124  0x00000b4b copy  0x0000002f , 0x0000003f 
+ 00016125  0x00000b4c inject  0x00000003 , 0x00000020 
+ 00016126  0x00000b4d branch  0x00003edd 
+ 00016127  0x00000b50 arg  0x0000000a , 0x00000039 
+ 00016128  0x00000b52 setarg  0x0000003c 
+ 00016129  0x00000b53 inject  0x00000003 , 0x00000008 
+ 00016130  0x00000b54 loop  0x00003f00 
+ 00016131  0x00000b55 disable  0x0000001d 
+ 00016132  0x00000b56 enable  0x00000038 
+ 00016133  0x00000b57 rshift16  0x00000009 , 0x0000003f 
+ 00016134  0x00000b58 rshift16  0x0000003f , 0x0000003f 
+ 00016135  0x00000b59 rshift4  0x0000003f , 0x0000003f 
+ 00016136  0x00000b5a inject  0x00000003 , 0x00000020 
+ 00016137  0x00000b5b bmark1  0x0000002e , 0x00003f0e 
+ 00016138  0x00000b5d setarg  0x00000001 
+ 00016139  0x00000b5e inject  0x00000003 , 0x00000005 
+ 00016140  0x00000b5f enable  0x0000003a 
+ 00016141  0x00000b60 branch  0x00003ecc 
+ 00016142  0x00000b63 setarg  0x00000000 
+ 00016143  0x00000b64 inject  0x00000003 , 0x00000005 
+ 00016144  0x00000b65 branch  0x00003ecc 
+ 00016145  0x00000b68 fetch  0x00000001 , 0x0000411d 
+ 00016146  0x00000b69 rshift  0x0000003f , 0x00000039 
+ 00016147  0x00000b6b nop  0x00000002 
+ 00016148  0x00000b6c loop  0x00003f13 
+ 00016149  0x00000b6e rshift16  0x00000009 , 0x0000003f 
+ 00016150  0x00000b6f rshift8  0x0000003f , 0x0000003f 
+ 00016151  0x00000b70 rshift4  0x0000003f , 0x00000002 
+ 00016152  0x00000b71 copy  0x00000002 , 0x0000003f 
+ 00016153  0x00000b72 inject  0x00000003 , 0x00000008 
+ 00016154  0x00000b73 copy  0x00000002 , 0x0000003f 
+ 00016155  0x00000b74 inject  0x00000003 , 0x00000028 
+ 00016156  0x00000b75 branch  0x00003ecc 
+ 00016157  0x00000b79 arg  0x00003f21 , 0x00000013 
+ 00016158  0x00000b7a arg  0x00003f37 , 0x00000012 
+ 00016159  0x00000b7b arg  0x00000005 , 0x00000007 
+ 00016160  0x00000b7c branch  0x00003f76 
+ 00016161  0x00000b7f add  0x00000011 , 0x00000004 , 0x00000006 
+ 00016162  0x00000b80 ifetcht  0x00000004 , 0x00000006 
+ 00016163  0x00000b81 add  0x00000011 , 0x00000037 , 0x00000006 
+ 00016164  0x00000b82 ifetch  0x00000001 , 0x00000006 
+ 00016165  0x00000b83 add  0x00000011 , 0x0000002b , 0x00000005 
+ 00016166  0x00000b84 istore  0x00000001 , 0x00000005 
+ 00016167  0x00000b85 ifetch  0x00000002 , 0x00000006 
+ 00016168  0x00000b86 lshift2  0x0000003f , 0x0000003f 
+ 00016169  0x00000b87 iadd  0x00000002 , 0x0000000b 
+ 00016170  0x00000b88 add  0x00000011 , 0x00000004 , 0x00000005 
+ 00016171  0x00000b89 deposit  0x0000000b 
+ 00016172  0x00000b8a istore  0x00000004 , 0x00000005 
+ 00016173  0x00000b8b ifetch  0x00000002 , 0x00000006 
+ 00016174  0x00000b8c lshift2  0x0000003f , 0x0000003f 
+ 00016175  0x00000b8d add  0x00000011 , 0x00000002 , 0x00000005 
+ 00016176  0x00000b8e istore  0x00000002 , 0x00000005 
+ 00016177  0x00000b8f ifetch  0x00000002 , 0x00000006 
+ 00016178  0x00000b90 add  0x00000011 , 0x0000002c , 0x00000005 
+ 00016179  0x00000b91 istore  0x00000002 , 0x00000005 
+ 00016180  0x00000b92 ifetch  0x00000002 , 0x00000006 
+ 00016181  0x00000b93 store  0x00000002 , 0x000042c8 
+ 00016182  0x00000b94 branch  0x000040b7 
+ 00016183  0x00000b97 ifetch  0x00000001 , 0x00000011 
+ 00016184  0x00000b98 set0  0x00000003 , 0x0000003f 
+ 00016185  0x00000b99 istore  0x00000001 , 0x00000011 
+ 00016186  0x00000b9a storer  0x00000011 , 0x00000002 , 0x000004d8 
+ 00016187  0x00000b9b jam  0x00000044 , 0x000004c3 
+ 00016188  0x00000b9c call  0x0000709b 
+ 00016189  0x00000b9d fetchr  0x00000011 , 0x00000002 , 0x000004d8 
+ 00016190  0x00000b9e rtn 
+ 00016191  0x00000ba1 arg  0x00000000 , 0x00000013 
+ 00016192  0x00000ba2 arg  0x00003f43 , 0x00000012 
+ 00016193  0x00000ba3 arg  0x00000006 , 0x00000007 
+ 00016194  0x00000ba4 branch  0x00003f76 
+ 00016195  0x00000ba7 add  0x00000011 , 0x00000037 , 0x00000006 
+ 00016196  0x00000ba8 ifetch  0x00000005 , 0x00000006 
+ 00016197  0x00000ba9 add  0x00000011 , 0x00000030 , 0x00000005 
+ 00016198  0x00000baa istore  0x00000005 , 0x00000005 
+ 00016199  0x00000bab branch  0x00003d9e 
+ 00016200  0x00000baf arg  0x00000000 , 0x00000013 
+ 00016201  0x00000bb0 arg  0x00003f4c , 0x00000012 
+ 00016202  0x00000bb1 arg  0x00000007 , 0x00000007 
+ 00016203  0x00000bb2 branch  0x00003f76 
+ 00016204  0x00000bb5 add  0x00000011 , 0x00000037 , 0x00000006 
+ 00016205  0x00000bb6 ifetch  0x00000001 , 0x00000006 
+ 00016206  0x00000bb7 call  0x00003f59 
+ 00016207  0x00000bb8 istore  0x00000001 , 0x00000005 
+ 00016208  0x00000bb9 add  0x00000011 , 0x00000038 , 0x00000006 
+ 00016209  0x00000bba ifetch  0x00000001 , 0x00000006 
+ 00016210  0x00000bbb call  0x00003f67 
+ 00016211  0x00000bbc istore  0x00000001 , 0x00000005 
+ 00016212  0x00000bbd storer  0x00000011 , 0x00000002 , 0x000004d8 
+ 00016213  0x00000bbe jam  0x00000042 , 0x000004c3 
+ 00016214  0x00000bbf call  0x0000709b 
+ 00016215  0x00000bc0 fetchr  0x00000011 , 0x00000002 , 0x000004d8 
+ 00016216  0x00000bc1 rtn 
+ 00016217  0x00000bc4 call  0x00003f61 , 0x00000034 
+ 00016218  0x00000bc5 add  0x00000011 , 0x00000035 , 0x00000005 
+ 00016219  0x00000bc6 nrtn  0x00000029 
+ 00016220  0x00000bc7 fetcht  0x00000001 , 0x00004376 
+ 00016221  0x00000bc8 isolate1  0x00000007 , 0x00000002 
+ 00016222  0x00000bc9 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00016223  0x00000bca add  0x00000011 , 0x00000036 , 0x00000005 
+ 00016224  0x00000bcb rtn 
+ 00016225  0x00000bce add  0x00000011 , 0x00000035 , 0x00000006 
+ 00016226  0x00000bcf ifetch  0x00000001 , 0x00000006 
+ 00016227  0x00000bd0 nrtn  0x00000029 
+ 00016228  0x00000bd1 add  0x00000011 , 0x00000036 , 0x00000006 
+ 00016229  0x00000bd2 ifetch  0x00000001 , 0x00000006 
+ 00016230  0x00000bd3 rtn 
+ 00016231  0x00000bd6 call  0x00003f70 , 0x00000034 
+ 00016232  0x00000bd7 fetcht  0x00000001 , 0x00004376 
+ 00016233  0x00000bd8 isolate1  0x00000007 , 0x00000002 
+ 00016234  0x00000bd9 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00016235  0x00000bda add  0x00000011 , 0x00000036 , 0x00000005 
+ 00016236  0x00000bdb nrtn  0x00000029 
+ 00016237  0x00000bdc set0  0x00000007 , 0x0000003f 
+ 00016238  0x00000bdd add  0x00000011 , 0x00000035 , 0x00000005 
+ 00016239  0x00000bde rtn 
+ 00016240  0x00000be1 add  0x00000011 , 0x00000036 , 0x00000006 
+ 00016241  0x00000be2 ifetch  0x00000001 , 0x00000006 
+ 00016242  0x00000be3 nrtn  0x00000029 
+ 00016243  0x00000be4 add  0x00000011 , 0x00000035 , 0x00000006 
+ 00016244  0x00000be5 ifetch  0x00000001 , 0x00000006 
+ 00016245  0x00000be6 rtn 
+ 00016246  0x00000bec bpatch  0x000000eb , 0x0000401d 
+ 00016247  0x00000bed ifetch  0x00000001 , 0x00000011 
+ 00016248  0x00000bee qisolate0  0x0000003f 
+ 00016249  0x00000bef rtn  0x00000001 
+ 00016250  0x00000bf0 add  0x00000011 , 0x0000001a , 0x00000006 
+ 00016251  0x00000bf1 ifetcht  0x00000002 , 0x00000006 
+ 00016252  0x00000bf2 add  0x00000011 , 0x00000020 , 0x00000006 
+ 00016253  0x00000bf3 ifetch  0x00000002 , 0x00000006 
+ 00016254  0x00000bf5 isub  0x00000002 , 0x0000003f 
+ 00016255  0x00000bf6 branch  0x00003f86 , 0x00000005 
+ 00016256  0x00000bf7 nbranch  0x00003f8b , 0x00000002 
+ 00016257  0x00000bf8 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00016258  0x00000bf9 branch  0x00003f84 , 0x00000005 
+ 00016259  0x00000bfa rtn 
+ 00016260  0x00000bfd copy  0x00000013 , 0x0000003f 
+ 00016261  0x00000bfe branch  0x000075e6 
+ 00016262  0x00000c01 ifetch  0x00000001 , 0x00000011 
+ 00016263  0x00000c02 qset0  0x0000003f 
+ 00016264  0x00000c03 istore  0x00000001 , 0x00000011 
+ 00016265  0x00000c04 copy  0x00000012 , 0x0000003f 
+ 00016266  0x00000c05 branch  0x000075e6 
+ 00016267  0x00000c08 add  0x00000011 , 0x0000001a , 0x00000006 
+ 00016268  0x00000c09 ifetch  0x00000002 , 0x00000006 
+ 00016269  0x00000c0a add  0x00000011 , 0x00000020 , 0x00000006 
+ 00016270  0x00000c0b ifetch  0x00000002 , 0x00000006 
+ 00016271  0x00000c0c isub  0x00000002 , 0x0000003f 
+ 00016272  0x00000c0d arg  0x0000ffff , 0x00000002 
+ 00016273  0x00000c0e isub  0x00000002 , 0x0000003e 
+ 00016274  0x00000c0f branch  0x00003f86 , 0x00000005 
+ 00016275  0x00000c10 arg  0x0000f000 , 0x00000002 
+ 00016276  0x00000c11 isub  0x00000002 , 0x0000003e 
+ 00016277  0x00000c12 nbranch  0x00003f86 , 0x00000002 
+ 00016278  0x00000c13 rtn 
+ 00016279  0x00000c17 fetcht  0x00000001 , 0x0000017a 
+ 00016280  0x00000c18 fetch  0x00000001 , 0x00000047 
+ 00016281  0x00000c1b rshift  0x0000003f , 0x0000003f 
+ 00016282  0x00000c1c ixor  0x00000002 , 0x0000003f 
+ 00016283  0x00000c1d isolate1  0x00000002 , 0x0000003f 
+ 00016284  0x00000c1e setflag  0x00000001 , 0x0000000f , 0x00000000 
+ 00016285  0x00000c1f rtn 
+ 00016286  0x00000c23 bpatch  0x000000ec , 0x0000401d 
+ 00016287  0x00000c24 call  0x000040b4 
+ 00016288  0x00000c25 rtnmark1  0x00000030 
+ 00016289  0x00000c26 call  0x00003fc5 
+ 00016290  0x00000c27 fetch  0x00000001 , 0x00000047 
+ 00016291  0x00000c28 isolate1  0x00000004 , 0x0000003f 
+ 00016292  0x00000c29 setflag  0x00000001 , 0x0000002a , 0x00000000 
+ 00016293  0x00000c2a rshift  0x0000003f , 0x0000003f 
+ 00016294  0x00000c2b ixor  0x00000002 , 0x0000003f 
+ 00016295  0x00000c2c isolate1  0x00000002 , 0x0000003f 
+ 00016296  0x00000c2d setflag  0x00000001 , 0x0000000f , 0x00000000 
+ 00016297  0x00000c2e rtnmark1  0x0000000f 
+ 00016298  0x00000c2f fetch  0x00000001 , 0x00000048 
+ 00016299  0x00000c30 branch  0x00003fb7 , 0x00000034 
+ 00016300  0x00000c31 fetch  0x00000001 , 0x00000163 
+ 00016301  0x00000c32 bbit0  0x00000004 , 0x00003fb7 
+ 00016302  0x00000c33 fetcht  0x00000004 , 0x0000014f 
+ 00016303  0x00000c34 fetch  0x00000004 , 0x00004407 
+ 00016304  0x00000c35 isub  0x00000002 , 0x0000003e 
+ 00016305  0x00000c36 branch  0x00003aba , 0x00000005 
+ 00016306  0x00000c37 storet  0x00000004 , 0x00004407 
+ 00016307  0x00000c38 fetch  0x00000005 , 0x00004402 
+ 00016308  0x00000c39 increase  0x00000001 , 0x0000003f 
+ 00016309  0x00000c3a set1  0x00000027 , 0x0000003f 
+ 00016310  0x00000c3b store  0x00000005 , 0x00004402 
+ 00016311  0x00000c3e fetcht  0x00000001 , 0x0000017a 
+ 00016312  0x00000c3f setflip  0x00000002 , 0x00000002 
+ 00016313  0x00000c40 storet  0x00000001 , 0x0000017a 
+ 00016314  0x00000c41 fetch  0x00000001 , 0x000042f4 
+ 00016315  0x00000c42 rtnbit0  0x00000006 
+ 00016316  0x00000c43 bpatch  0x000000ed , 0x0000401d 
+ 00016317  0x00000c44 fetch  0x00000001 , 0x00000048 
+ 00016318  0x00000c45 rtn  0x00000034 
+ 00016319  0x00000c46 fetch  0x00000001 , 0x00000047 
+ 00016320  0x00000c47 compare  0x00000001 , 0x0000003f , 0x00000003 
+ 00016321  0x00000c48 branch  0x000045c5 , 0x00000001 
+ 00016322  0x00000c49 compare  0x00000002 , 0x0000003f , 0x00000003 
+ 00016323  0x00000c4a branch  0x000045b3 , 0x00000001 
+ 00016324  0x00000c4b rtn 
+ 00016325  0x00000c4f bpatch  0x000000ee , 0x0000401d 
+ 00016326  0x00000c50 fetcht  0x00000001 , 0x0000017a 
+ 00016327  0x00000c51 isolate0  0x00000005 , 0x00000002 
+ 00016328  0x00000c52 rtn  0x00000001 
+ 00016329  0x00000c53 fetch  0x00000001 , 0x00000047 
+ 00016330  0x00000c54 lshift  0x0000003f , 0x0000003f 
+ 00016331  0x00000c55 ixor  0x00000002 , 0x0000003f 
+ 00016332  0x00000c56 rtnbit0  0x00000003 
+ 00016333  0x00000c57 set0  0x00000005 , 0x00000002 
+ 00016334  0x00000c58 setflip  0x00000003 , 0x00000002 
+ 00016335  0x00000c59 storet  0x00000001 , 0x0000017a 
+ 00016336  0x00000c5a compare  0x00000003 , 0x00000002 , 0x00000003 
+ 00016337  0x00000c5b nrtn  0x00000001 
+ 00016338  0x00000c5c rtn 
+ 00016339  0x00000c60 fetch  0x00000001 , 0x00000163 
+ 00016340  0x00000c61 set1  0x00000004 , 0x0000003f 
+ 00016341  0x00000c62 store  0x00000001 , 0x00000163 
+ 00016342  0x00000c63 set1  0x00000032 , 0x00000000 
+ 00016343  0x00000c64 rtn 
+ 00016344  0x00000c67 bpatch  0x000000ef , 0x0000401d 
+ 00016345  0x00000c68 jam  0x00000000 , 0x000042d0 
+ 00016346  0x00000c69 arg  0x00000000 , 0x0000003f 
+ 00016347  0x00000c6a store  0x00000004 , 0x00004407 
+ 00016348  0x00000c6b store  0x00000005 , 0x000043fd 
+ 00016349  0x00000c6c set1  0x00000027 , 0x0000003f 
+ 00016350  0x00000c6d store  0x00000005 , 0x00004402 
+ 00016351  0x00000c6e fetch  0x00000001 , 0x00000163 
+ 00016352  0x00000c6f set0  0x00000004 , 0x0000003f 
+ 00016353  0x00000c70 store  0x00000001 , 0x00000163 
+ 00016354  0x00000c71 set0  0x00000032 , 0x00000000 
+ 00016355  0x00000c72 rtn 
+ 00016356  0x00000c78 arg  0x00000001 , 0x00000011 
+ 00016357  0x00000c79 fetch  0x00000001 , 0x00000047 
+ 00016358  0x00000c7a rtnbit1  0x00000006 
+ 00016359  0x00000c7b arg  0x00000000 , 0x00000011 
+ 00016360  0x00000c7c rtn 
+ 00016361  0x00000c80 copy  0x00000006 , 0x00000005 
+ 00016362  0x00000c81 fetcht  0x00000002 , 0x00004378 
+ 00016363  0x00000c82 copy  0x00000005 , 0x00000006 
+ 00016364  0x00000c83 rtn 
+ 00016365  0x00000c87 bpatch  0x000000f0 , 0x0000401e 
+ 00016366  0x00000c88 fetch  0x00000001 , 0x0000017a 
+ 00016367  0x00000c89 rtnbit1  0x00000005 
+ 00016368  0x00000c8a call  0x0000400e 
+ 00016369  0x00000c8b call  0x000041eb 
+ 00016370  0x00000c8c branch  0x00004032 , 0x00000034 
+ 00016371  0x00000c8d ifetch  0x00000002 , 0x00000006 
+ 00016372  0x00000c8e ifetcht  0x00000002 , 0x00000006 
+ 00016373  0x00000c8f copy  0x00000002 , 0x00000011 
+ 00016374  0x00000c90 isub  0x00000011 , 0x0000003f 
+ 00016375  0x00000c91 call  0x00003fe9 
+ 00016376  0x00000c92 call  0x0000762c 
+ 00016377  0x00000c93 copy  0x0000003f , 0x00000002 
+ 00016378  0x00000c94 ifetchr  0x00000001 , 0x00000001 , 0x00000006 
+ 00016379  0x00000c95 copy  0x00000011 , 0x0000003f 
+ 00016380  0x00000c96 iadd  0x00000006 , 0x0000003f 
+ 00016381  0x00000c97 store  0x00000002 , 0x000004e3 
+ 00016382  0x00000c98 call  0x00004022 
+ 00016383  0x00000c99 call  0x00004034 
+ 00016384  0x00000c9b call  0x000041eb 
+ 00016385  0x00000c9c ifetch  0x00000002 , 0x00000006 
+ 00016386  0x00000c9d copy  0x0000003f , 0x00000011 
+ 00016387  0x00000c9e copy  0x00000006 , 0x00000013 
+ 00016388  0x00000c9f ifetcht  0x00000002 , 0x00000006 
+ 00016389  0x00000ca0 copy  0x00000002 , 0x00000012 
+ 00016390  0x00000ca1 isub  0x00000012 , 0x0000003f 
+ 00016391  0x00000ca2 call  0x00003fe9 
+ 00016392  0x00000ca3 call  0x0000762c 
+ 00016393  0x00000ca4 iadd  0x00000012 , 0x0000003f 
+ 00016394  0x00000ca5 istore  0x00000002 , 0x00000013 
+ 00016395  0x00000ca6 isub  0x00000011 , 0x0000003e 
+ 00016396  0x00000ca7 nrtn  0x00000005 
+ 00016397  0x00000ca8 branch  0x00004205 
+ 00016398  0x00000cac call  0x00004015 
+ 00016399  0x00000cad rtnmark1  0x00000029 
+ 00016400  0x00000cae fetch  0x00000001 , 0x000042f4 
+ 00016401  0x00000caf bbit0  0x00000002 , 0x00004020 
+ 00016402  0x00000cb0 call  0x000041ef 
+ 00016403  0x00000cb1 branch  0x00004020 , 0x00000034 
+ 00016404  0x00000cb2 branch  0x0000401e 
+ 00016405  0x00000cb6 call  0x000041eb 
+ 00016406  0x00000cb7 branch  0x00004020 , 0x00000034 
+ 00016407  0x00000cb8 ifetch  0x00000002 , 0x00000006 
+ 00016408  0x00000cb9 ifetcht  0x00000002 , 0x00000006 
+ 00016409  0x00000cba isub  0x00000002 , 0x00000011 
+ 00016410  0x00000cbb call  0x00003fe9 
+ 00016411  0x00000cbc copy  0x00000002 , 0x0000003f 
+ 00016412  0x00000cbd isub  0x00000011 , 0x0000003e 
+ 00016413  0x00000cbe branch  0x00004020 , 0x00000002 
+ 00016414  0x00000cc0 set1  0x00000029 , 0x00000000 
+ 00016415  0x00000cc1 rtn 
+ 00016416  0x00000cc4 set0  0x00000029 , 0x00000000 
+ 00016417  0x00000cc5 rtn 
+ 00016418  0x00000cc8 copy  0x00000011 , 0x0000003f 
+ 00016419  0x00000cc9 rtn  0x00000034 
+ 00016420  0x00000cca arg  0x00000001 , 0x00000001 
+ 00016421  0x00000ccb rtn 
+ 00016422  0x00000ccf bpatch  0x000000f1 , 0x0000401e 
+ 00016423  0x00000cd0 increase  0x00000001 , 0x00000002 
+ 00016424  0x00000cd1 call  0x000040e6 
+ 00016425  0x00000cd2 increase  0xfffffffe , 0x00000006 
+ 00016426  0x00000cd3 ifetch  0x00000002 , 0x00000006 
+ 00016427  0x00000cd4 arg  0x00002902 , 0x00000002 
+ 00016428  0x00000cd5 isub  0x00000002 , 0x0000003e 
+ 00016429  0x00000cd6 nrtn  0x00000005 
+ 00016430  0x00000cd7 increase  0x00000001 , 0x00000006 
+ 00016431  0x00000cd8 copy  0x00000006 , 0x00000011 
+ 00016432  0x00000cd9 ifetch  0x00000001 , 0x00000006 
+ 00016433  0x00000cda rtn 
+ 00016434  0x00000cde force  0x00000000 , 0x00000002 
+ 00016435  0x00000cdf force  0x00000001 , 0x00000001 
+ 00016436  0x00000ce2 bpatch  0x000000f2 , 0x0000401e 
+ 00016437  0x00000ce3 storet  0x00000001 , 0x0000412a 
+ 00016438  0x00000ce4 fetcht  0x00000001 , 0x0000017a 
+ 00016439  0x00000ce5 set1  0x00000005 , 0x00000002 
+ 00016440  0x00000ce6 and  0x00000002 , 0x000000fc , 0x0000003f 
+ 00016441  0x00000ce7 ior  0x00000001 , 0x0000003f 
+ 00016442  0x00000ce8 store  0x00000001 , 0x0000017a 
+ 00016443  0x00000ce9 and_into  0x0000001f , 0x0000003f 
+ 00016444  0x00000cea isolate1  0x00000029 , 0x00000000 
+ 00016445  0x00000ceb setflag  0x00000001 , 0x00000004 , 0x0000003f 
+ 00016446  0x00000cec store  0x00000001 , 0x00004129 
+ 00016447  0x00000cee fetch  0x00000001 , 0x00004129 
+ 00016448  0x00000cef compare  0x00000001 , 0x00000001 , 0x00000003 
+ 00016449  0x00000cf0 nbranch  0x00004044 , 0x00000001 
+ 00016450  0x00000cf1 fetch  0x00000001 , 0x0000412a 
+ 00016451  0x00000cf2 rtn  0x00000034 
+ 00016452  0x00000cf5 bmark1  0x00000032 , 0x0000404a 
+ 00016453  0x00000cf6 fetchr  0x00000039 , 0x00000001 , 0x0000412a 
+ 00016454  0x00000cf7 fetch  0x00000002 , 0x000004e3 
+ 00016455  0x00000cf8 copy  0x0000003f , 0x00000006 
+ 00016456  0x00000cf9 arg  0x0000412b , 0x00000005 
+ 00016457  0x00000cfa branch  0x0000753b 
+ 00016458  0x00000cfd call  0x00006fa4 
+ 00016459  0x00000cfe branch  0x00006edb 
+ 00016460  0x00000d01 arg  0x00000000 , 0x00000007 
+ 00016461  0x00000d02 branch  0x00003c54 
+ 00016462  0x00000d05 arg  0x00000000 , 0x00000007 
+ 00016463  0x00000d06 branch  0x00003c58 
+ 00016464  0x00000d0a bpatch  0x000000f3 , 0x0000401e 
+ 00016465  0x00000d0b rtnmark1  0x0000000f 
+ 00016466  0x00000d0c rtnmark1  0x00000030 
+ 00016467  0x00000d0d fetch  0x00000001 , 0x00000047 
+ 00016468  0x00000d0e and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00016469  0x00000d0f store  0x00000001 , 0x00004307 
+ 00016470  0x00000d10 fetch  0x00000001 , 0x00000048 
+ 00016471  0x00000d11 rtn  0x00000034 
+ 00016472  0x00000d12 setarg  0x00000049 
+ 00016473  0x00000d13 store  0x00000002 , 0x0000430c 
+ 00016474  0x00000d14 bpatch  0x000000f4 , 0x0000401e 
+ 00016475  0x00000d15 fetch  0x00000001 , 0x00004307 
+ 00016476  0x00000d16 beq  0x00000003 , 0x000046ff 
+ 00016477  0x00000d18 call  0x0000406a 
+ 00016478  0x00000d19 nbranch  0x0000404c , 0x00000028 
+ 00016479  0x00000d1a call  0x0000404e 
+ 00016480  0x00000d1b setarg  0x00000000 
+ 00016481  0x00000d1c store  0x00000002 , 0x0000430a 
+ 00016482  0x00000d1d fetch  0x00000002 , 0x0000430c 
+ 00016483  0x00000d1e add  0x0000003f , 0x00000002 , 0x00000006 
+ 00016484  0x00000d1f bpatch  0x000000f5 , 0x0000401e 
+ 00016485  0x00000d20 ifetch  0x00000002 , 0x00000006 
+ 00016486  0x00000d21 beq  0x00000004 , 0x00004362 
+ 00016487  0x00000d22 beq  0x00000006 , 0x00004616 
+ 00016488  0x00000d23 beq  0x00000005 , 0x000045ea 
+ 00016489  0x00000d24 rtn 
+ 00016490  0x00000d28 fetch  0x00000001 , 0x00004307 
+ 00016491  0x00000d29 beq  0x00000002 , 0x00004079 
+ 00016492  0x00000d2a beq  0x00000001 , 0x00004090 
+ 00016493  0x00000d2b rtn 
+ 00016494  0x00000d31 call  0x00007636 
+ 00016495  0x00000d32 arg  0x00000004 , 0x00000002 
+ 00016496  0x00000d33 isub  0x0000003f , 0x0000003e 
+ 00016497  0x00000d34 rtn  0x00000005 
+ 00016498  0x00000d35 arg  0x00000005 , 0x00000002 
+ 00016499  0x00000d36 isub  0x0000003f , 0x0000003e 
+ 00016500  0x00000d37 rtn  0x00000005 
+ 00016501  0x00000d38 arg  0x00000006 , 0x00000002 
+ 00016502  0x00000d39 isub  0x0000003f , 0x0000003e 
+ 00016503  0x00000d3a rtn  0x00000005 
+ 00016504  0x00000d3b branch  0x00007638 
+ 00016505  0x00000d3f fetch  0x00000002 , 0x0000430c 
+ 00016506  0x00000d40 copy  0x0000003f , 0x00000006 
+ 00016507  0x00000d41 ifetch  0x00000002 , 0x00000006 
+ 00016508  0x00000d42 store  0x00000002 , 0x00004308 
+ 00016509  0x00000d43 ifetch  0x00000002 , 0x00000006 
+ 00016510  0x00000d44 call  0x0000406e 
+ 00016511  0x00000d45 nrtn  0x00000028 
+ 00016512  0x00000d46 fetcht  0x00000001 , 0x00000048 
+ 00016513  0x00000d47 storet  0x00000002 , 0x0000430a 
+ 00016514  0x00000d48 fetch  0x00000002 , 0x00004308 
+ 00016515  0x00000d49 increase  0x00000004 , 0x0000003f 
+ 00016516  0x00000d4a isub  0x00000002 , 0x0000003e 
+ 00016517  0x00000d4b branch  0x00007636 , 0x00000005 
+ 00016518  0x00000d4c fetchr  0x00000039 , 0x00000001 , 0x00000048 
+ 00016519  0x00000d4d arg  0x00000f00 , 0x00000005 
+ 00016520  0x00000d4e fetch  0x00000002 , 0x0000430c 
+ 00016521  0x00000d4f copy  0x0000003f , 0x00000006 
+ 00016522  0x00000d50 call  0x0000753b 
+ 00016523  0x00000d51 branch  0x00007638 
+ 00016524  0x00000d57 call  0x00007636 
+ 00016525  0x00000d58 fetch  0x00000002 , 0x0000430a 
+ 00016526  0x00000d59 nrtn  0x00000034 
+ 00016527  0x00000d5a branch  0x00007638 
+ 00016528  0x00000d5d call  0x0000408c 
+ 00016529  0x00000d5e nrtn  0x00000028 
+ 00016530  0x00000d5f fetch  0x00000002 , 0x0000430a 
+ 00016531  0x00000d60 arg  0x00000f00 , 0x00000005 
+ 00016532  0x00000d61 iadd  0x00000005 , 0x00000011 
+ 00016533  0x00000d62 fetcht  0x00000001 , 0x00000048 
+ 00016534  0x00000d63 iadd  0x00000002 , 0x0000003f 
+ 00016535  0x00000d64 store  0x00000002 , 0x0000430a 
+ 00016536  0x00000d65 fetchr  0x00000039 , 0x00000001 , 0x00000048 
+ 00016537  0x00000d66 copy  0x00000011 , 0x00000005 
+ 00016538  0x00000d67 fetch  0x00000002 , 0x0000430c 
+ 00016539  0x00000d68 copy  0x0000003f , 0x00000006 
+ 00016540  0x00000d69 call  0x0000753b 
+ 00016541  0x00000d6a setarg  0x00000f00 
+ 00016542  0x00000d6b store  0x00000002 , 0x0000430c 
+ 00016543  0x00000d6c fetch  0x00000002 , 0x00004308 
+ 00016544  0x00000d6d increase  0x00000004 , 0x0000003f 
+ 00016545  0x00000d6e fetcht  0x00000002 , 0x0000430a 
+ 00016546  0x00000d6f isub  0x00000002 , 0x0000003e 
+ 00016547  0x00000d70 branch  0x00007636 , 0x00000005 
+ 00016548  0x00000d71 branch  0x00007638 
+ 00016549  0x00000d78 call  0x000074d3 
+ 00016550  0x00000d79 arg  0x0000428d , 0x00000005 
+ 00016551  0x00000d7a branch  0x000045ad 
+ 00016552  0x00000d7f fetch  0x00000002 , 0x00004394 
+ 00016553  0x00000d80 branch  0x000075e6 
+ 00016554  0x00000d83 bpatch  0x000000f6 , 0x0000401e 
+ 00016555  0x00000d84 fetcht  0x00000004 , 0x0000017f 
+ 00016556  0x00000d85 call  0x00003ab6 
+ 00016557  0x00000d86 isub  0x00000002 , 0x0000000b 
+ 00016558  0x00000d87 deposit  0x0000000b 
+ 00016559  0x00000d88 fetcht  0x00000002 , 0x00000191 
+ 00016560  0x00000d89 lshift4  0x00000002 , 0x00000002 
+ 00016561  0x00000d8a lshift  0x00000002 , 0x00000002 
+ 00016562  0x00000d8b isub  0x00000002 , 0x0000003f 
+ 00016563  0x00000d8c rtn 
+ 00016564  0x00000d8f call  0x00003ab6 
+ 00016565  0x00000d90 store  0x00000004 , 0x0000017f 
+ 00016566  0x00000d91 rtn 
+ 00016567  0x00000d96 bpatch  0x000000f7 , 0x0000401e 
+ 00016568  0x00000d97 add  0x00000011 , 0x00000050 , 0x00000006 
+ 00016569  0x00000d98 ifetch  0x00000001 , 0x00000006 
+ 00016570  0x00000d99 call  0x00003d65 
+ 00016571  0x00000d9a add  0x00000011 , 0x00000002 , 0x00000006 
+ 00016572  0x00000d9b ifetch  0x00000002 , 0x00000006 
+ 00016573  0x00000d9c imul32  0x00000002 , 0x0000003f 
+ 00016574  0x00000d9d fetcht  0x00000002 , 0x0000003f 
+ 00016575  0x00000d9e imul32  0x00000002 , 0x0000003f 
+ 00016576  0x00000d9f arg  0x000f4240 , 0x00000002 
+ 00016577  0x00000da0 idiv  0x00000002 
+ 00016578  0x00000da1 arg  0x00000682 , 0x00000002 
+ 00016579  0x00000da2 fetch  0x00000001 , 0x0000411d 
+ 00016580  0x00000da3 imul32  0x00000002 , 0x00000002 
+ 00016581  0x00000da4 add  0x00000011 , 0x0000002b , 0x00000006 
+ 00016582  0x00000da5 ifetch  0x00000001 , 0x00000006 
+ 00016583  0x00000da6 imul32  0x00000002 , 0x0000003f 
+ 00016584  0x00000da7 iadd  0x00000002 , 0x0000003f 
+ 00016585  0x00000da8 store  0x00000004 , 0x000042f0 
+ 00016586  0x00000da9 fetch  0x00000002 , 0x0000409b 
+ 00016587  0x00000daa call  0x000075d0 
+ 00016588  0x00000dab quotient  0x00000002 
+ 00016589  0x00000dac iadd  0x00000002 , 0x0000003f 
+ 00016590  0x00000dad add  0x00000011 , 0x0000000e , 0x00000005 
+ 00016591  0x00000dae istore  0x00000002 , 0x00000005 
+ 00016592  0x00000daf rtn 
+ 00016593  0x00000db4 bpatch  0x000000f8 , 0x0000401f 
+ 00016594  0x00000db5 fetch  0x00000002 , 0x00000506 
+ 00016595  0x00000db6 iforce  0x00000012 
+ 00016596  0x00000db7 fetch  0x00000002 , 0x00000508 
+ 00016597  0x00000db8 iforce  0x00000013 
+ 00016598  0x00000db9 fetch  0x00000002 , 0x000042ca 
+ 00016599  0x00000dba iforce  0x00000006 
+ 00016600  0x00000dbb enable  0x00000028 
+ 00016601  0x00000dbc rtn 
+ 00016602  0x00000dc0 ifetch  0x00000002 , 0x00000006 
+ 00016603  0x00000dc1 and_into  0x000000ff , 0x0000003f 
+ 00016604  0x00000dc2 rtn  0x00000034 
+ 00016605  0x00000dc3 isub  0x00000012 , 0x0000003e 
+ 00016606  0x00000dc4 nrtn  0x00000002 
+ 00016607  0x00000dc5 isub  0x00000013 , 0x0000003e 
+ 00016608  0x00000dc6 rtn  0x00000005 
+ 00016609  0x00000dc7 branch  0x000040e4 , 0x00000002 
+ 00016610  0x00000dc8 force  0x00000001 , 0x0000003e 
+ 00016611  0x00000dc9 rtn 
+ 00016612  0x00000dcb force  0x00000000 , 0x0000003f 
+ 00016613  0x00000dcc rtn 
+ 00016614  0x00000dd1 call  0x000040e9 
+ 00016615  0x00000dd2 branch  0x000040f6 , 0x00000005 
+ 00016616  0x00000dd3 rtn 
+ 00016617  0x00000dd6 bpatch  0x000000f9 , 0x0000401f 
+ 00016618  0x00000dd7 fetch  0x00000002 , 0x000042ca 
+ 00016619  0x00000dd8 iforce  0x00000006 
+ 00016620  0x00000dda ifetch  0x00000002 , 0x00000006 
+ 00016621  0x00000ddb and_into  0x000000ff , 0x0000003f 
+ 00016622  0x00000ddc rtn  0x00000034 
+ 00016623  0x00000ddd isub  0x00000002 , 0x0000003e 
+ 00016624  0x00000dde rtn  0x00000005 
+ 00016625  0x00000ddf ifetch  0x00000001 , 0x00000006 
+ 00016626  0x00000de0 iadd  0x00000006 , 0x00000006 
+ 00016627  0x00000de1 ifetch  0x00000001 , 0x00000006 
+ 00016628  0x00000de2 iadd  0x00000006 , 0x00000006 
+ 00016629  0x00000de3 branch  0x000040ec 
+ 00016630  0x00000de5 ifetch  0x00000001 , 0x00000006 
+ 00016631  0x00000de6 iadd  0x00000006 , 0x00000006 
+ 00016632  0x00000de7 rtn 
+ 00016633  0x00000dec bpatch  0x000000fa , 0x0000401f 
+ 00016634  0x00000ded fetch  0x00000002 , 0x000042ca 
+ 00016635  0x00000dee iforce  0x00000006 
+ 00016636  0x00000df0 ifetch  0x00000002 , 0x00000006 
+ 00016637  0x00000df1 and_into  0x000000ff , 0x0000003f 
+ 00016638  0x00000df2 rtn  0x00000034 
+ 00016639  0x00000df3 ifetch  0x00000001 , 0x00000006 
+ 00016640  0x00000df4 iadd  0x00000006 , 0x00000006 
+ 00016641  0x00000df5 increase  0xfffffffe , 0x00000006 
+ 00016642  0x00000df6 ifetch  0x00000002 , 0x00000006 
+ 00016643  0x00000df7 isub  0x00000002 , 0x0000003e 
+ 00016644  0x00000df8 rtn  0x00000005 
+ 00016645  0x00000df9 ifetch  0x00000001 , 0x00000006 
+ 00016646  0x00000dfa iadd  0x00000006 , 0x00000006 
+ 00016647  0x00000dfb branch  0x000040fc 
+ 00016648  0x00000e01 fetch  0x00000002 , 0x000042ca 
+ 00016649  0x00000e02 iforce  0x00000006 
+ 00016650  0x00000e04 ifetch  0x00000002 , 0x00000006 
+ 00016651  0x00000e05 and_into  0x000000ff , 0x0000003f 
+ 00016652  0x00000e06 rtn  0x00000034 
+ 00016653  0x00000e07 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00016654  0x00000e08 ifetch  0x00000001 , 0x00000006 
+ 00016655  0x00000e09 iadd  0x00000006 , 0x00000006 
+ 00016656  0x00000e0a ifetch  0x00000001 , 0x00000006 
+ 00016657  0x00000e0b iadd  0x00000006 , 0x00000006 
+ 00016658  0x00000e0c copy  0x00000006 , 0x00000005 
+ 00016659  0x00000e0d branch  0x0000410a 
+ 00016660  0x00000e11 fetch  0x00000002 , 0x0000051c 
+ 00016661  0x00000e12 branch  0x00004118 
+ 00016662  0x00000e15 bpatch  0x000000fb , 0x0000401f 
+ 00016663  0x00000e16 fetch  0x00000002 , 0x000042ca 
+ 00016664  0x00000e18 iforce  0x00000006 
+ 00016665  0x00000e1a ifetch  0x00000002 , 0x00000006 
+ 00016666  0x00000e1b and_into  0x000000ff , 0x0000003f 
+ 00016667  0x00000e1c branch  0x00004123 , 0x00000034 
+ 00016668  0x00000e1d isub  0x00000002 , 0x0000003e 
+ 00016669  0x00000e1e branch  0x00004124 , 0x00000005 
+ 00016670  0x00000e1f ifetch  0x00000001 , 0x00000006 
+ 00016671  0x00000e20 iadd  0x00000006 , 0x00000006 
+ 00016672  0x00000e21 ifetch  0x00000001 , 0x00000006 
+ 00016673  0x00000e22 iadd  0x00000006 , 0x00000006 
+ 00016674  0x00000e23 branch  0x00004119 
+ 00016675  0x00000e25 branch  0x00007644 
+ 00016676  0x00000e28 ifetch  0x00000001 , 0x00000006 
+ 00016677  0x00000e29 store  0x00000001 , 0x00000522 
+ 00016678  0x00000e2a copy  0x0000003f , 0x00000039 
+ 00016679  0x00000e2b arg  0x00000523 , 0x00000005 
+ 00016680  0x00000e2c call  0x0000753b 
+ 00016681  0x00000e2d ifetch  0x00000001 , 0x00000006 
+ 00016682  0x00000e2e store  0x00000001 , 0x0000051b 
+ 00016683  0x00000e2f call  0x000074d3 
+ 00016684  0x00000e30 branch  0x00007646 
+ 00016685  0x00000e34 bpatch  0x000000fc , 0x0000401f 
+ 00016686  0x00000e35 call  0x00004130 
+ 00016687  0x00000e36 branch  0x00004142 
+ 00016688  0x00000e39 arg  0x00002a00 , 0x00000002 
+ 00016689  0x00000e3a call  0x000040f9 
+ 00016690  0x00000e3b rtn  0x00000034 
+ 00016691  0x00000e3c ifetch  0x00000001 , 0x00000006 
+ 00016692  0x00000e3d copy  0x00000006 , 0x00000005 
+ 00016693  0x00000e3e fetcht  0x00000001 , 0x0000422b 
+ 00016694  0x00000e3f copy  0x00000002 , 0x00000039 
+ 00016695  0x00000e40 isub  0x00000002 , 0x0000003e 
+ 00016696  0x00000e41 nbranch  0x0000413f , 0x00000002 
+ 00016697  0x00000e42 isub  0x00000002 , 0x00000002 
+ 00016698  0x00000e43 arg  0x0000422c , 0x00000006 
+ 00016699  0x00000e44 call  0x0000753b 
+ 00016700  0x00000e45 copy  0x00000002 , 0x00000039 
+ 00016701  0x00000e46 ncall  0x0000417a , 0x00000005 
+ 00016702  0x00000e47 rtn 
+ 00016703  0x00000e49 copy  0x0000003f , 0x00000039 
+ 00016704  0x00000e4a arg  0x0000422c , 0x00000006 
+ 00016705  0x00000e4b branch  0x0000753b 
+ 00016706  0x00000e4f arg  0x0000433b , 0x00000013 
+ 00016707  0x00000e50 arg  0x0000431c , 0x00000011 
+ 00016708  0x00000e51 call  0x0000414f 
+ 00016709  0x00000e52 setarg  0x00000000 
+ 00016710  0x00000e53 setflag  0x00000028 , 0x00000000 , 0x0000003f 
+ 00016711  0x00000e54 store  0x00000001 , 0x000004c4 
+ 00016712  0x00000e55 arg  0x0000435b , 0x00000013 
+ 00016713  0x00000e56 arg  0x0000433c , 0x00000011 
+ 00016714  0x00000e57 call  0x0000414f 
+ 00016715  0x00000e58 rtn  0x00000028 
+ 00016716  0x00000e59 fetch  0x00000001 , 0x000004c4 
+ 00016717  0x00000e5a branch  0x00003aba , 0x00000034 
+ 00016718  0x00000e5b rtn 
+ 00016719  0x00000e5f bpatch  0x000000fd , 0x0000401f 
+ 00016720  0x00000e60 call  0x00007636 
+ 00016721  0x00000e61 call  0x00007515 
+ 00016722  0x00000e62 arg  0x00000000 , 0x00000012 
+ 00016723  0x00000e63 arg  0x000004f7 , 0x00000005 
+ 00016724  0x00000e64 call  0x00004169 
+ 00016725  0x00000e65 fetch  0x00000001 , 0x0000422b 
+ 00016726  0x00000e66 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00016727  0x00000e67 iadd  0x00000012 , 0x00000011 
+ 00016728  0x00000e68 increase  0x00000002 , 0x00000011 
+ 00016729  0x00000e69 sub  0x00000011 , 0x0000001f , 0x0000003e 
+ 00016730  0x00000e6a nbranch  0x00004167 , 0x00000002 
+ 00016731  0x00000e6b istoret  0x00000001 , 0x00000005 
+ 00016732  0x00000e6c arg  0x00000009 , 0x00000002 
+ 00016733  0x00000e6d istoret  0x00000001 , 0x00000005 
+ 00016734  0x00000e6e iforce  0x00000039 
+ 00016735  0x00000e6f call  0x0000753b 
+ 00016736  0x00000e70 copy  0x00000011 , 0x00000012 
+ 00016737  0x00000e72 deposit  0x00000012 
+ 00016738  0x00000e73 store  0x00000001 , 0x000004f6 
+ 00016739  0x00000e74 arg  0x000004f6 , 0x00000006 
+ 00016740  0x00000e75 setarg  0xffffffe0 
+ 00016741  0x00000e76 iadd  0x00000013 , 0x00000005 
+ 00016742  0x00000e77 branch  0x000074f3 
+ 00016743  0x00000e7a call  0x00007638 
+ 00016744  0x00000e7b branch  0x00004161 
+ 00016745  0x00000e7e ifetch  0x00000001 , 0x00000011 
+ 00016746  0x00000e7f rtn  0x00000034 
+ 00016747  0x00000e80 pincrease  0x00000001 
+ 00016748  0x00000e81 ifetcht  0x00000001 , 0x00000006 
+ 00016749  0x00000e82 sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00016750  0x00000e83 branch  0x00004178 , 0x00000005 
+ 00016751  0x00000e84 iadd  0x00000012 , 0x00000012 
+ 00016752  0x00000e85 copy  0x00000011 , 0x00000006 
+ 00016753  0x00000e86 iforce  0x00000039 
+ 00016754  0x00000e87 call  0x0000753b 
+ 00016755  0x00000e88 copy  0x00000006 , 0x00000011 
+ 00016756  0x00000e8a deposit  0x00000011 
+ 00016757  0x00000e8b isub  0x00000013 , 0x0000003e 
+ 00016758  0x00000e8c rtn  0x00000002 
+ 00016759  0x00000e8d branch  0x00004169 
+ 00016760  0x00000e90 iadd  0x00000011 , 0x00000011 
+ 00016761  0x00000e91 branch  0x00004174 
+ 00016762  0x00000e95 setarg  0x00000020 
+ 00016763  0x00000e96 istore  0x00000001 , 0x00000005 
+ 00016764  0x00000e97 loop  0x0000417a 
+ 00016765  0x00000e98 rtn 
+ 00016766  0x00000e9c bpatch  0x000000fe , 0x0000401f 
+ 00016767  0x00000e9d disable  0x0000002b 
+ 00016768  0x00000e9e branch  0x00004182 , 0x0000002e 
+ 00016769  0x00000e9f nbranch  0x00004191 , 0x0000002d 
+ 00016770  0x00000ea1 call  0x00003c02 
+ 00016771  0x00000ea2 fetch  0x00000002 , 0x0000409b 
+ 00016772  0x00000ea3 store  0x00000002 , 0x00000171 
+ 00016773  0x00000ea4 fetch  0x00000001 , 0x000042f4 
+ 00016774  0x00000ea5 bbit1  0x00000005 , 0x00003c10 
+ 00016775  0x00000ea6 bmark1  0x0000000f , 0x00003c10 
+ 00016776  0x00000ea7 fetch  0x00000001 , 0x00000048 
+ 00016777  0x00000ea8 nbranch  0x00003c10 , 0x00000034 
+ 00016778  0x00000ea9 fetch  0x00000001 , 0x0000412a 
+ 00016779  0x00000eaa nbranch  0x00003c10 , 0x00000034 
+ 00016780  0x00000eac fetch  0x00000001 , 0x00000163 
+ 00016781  0x00000ead bbit1  0x00000005 , 0x00003c10 
+ 00016782  0x00000eae bbit1  0x00000007 , 0x00003c10 
+ 00016783  0x00000eaf bbit1  0x00000006 , 0x00003c10 
+ 00016784  0x00000eb0 branch  0x00003bf8 
+ 00016785  0x00000eb3 fetch  0x00000001 , 0x000040a9 
+ 00016786  0x00000eb4 sub  0x0000003f , 0x0000001e , 0x0000003e 
+ 00016787  0x00000eb5 nbranch  0x00003c07 , 0x00000002 
+ 00016788  0x00000eb6 fetcht  0x00000002 , 0x0000409b 
+ 00016789  0x00000eb7 rshift  0x00000002 , 0x00000002 
+ 00016790  0x00000eb8 fetch  0x00000002 , 0x00000171 
+ 00016791  0x00000eb9 iadd  0x00000002 , 0x0000003f 
+ 00016792  0x00000eba store  0x00000002 , 0x00000171 
+ 00016793  0x00000ebb branch  0x00003c07 
+ 00016794  0x00000ebf arg  0x00000000 , 0x00000007 
+ 00016795  0x00000ec0 branch  0x000041b2 
+ 00016796  0x00000ec3 arg  0x00000000 , 0x00000007 
+ 00016797  0x00000ec4 branch  0x000041b6 
+ 00016798  0x00000ec7 arg  0x00000001 , 0x00000007 
+ 00016799  0x00000ec8 branch  0x000041b2 
+ 00016800  0x00000ecb arg  0x00000001 , 0x00000007 
+ 00016801  0x00000ecc branch  0x000041b6 
+ 00016802  0x00000ecf arg  0x00000002 , 0x00000007 
+ 00016803  0x00000ed0 branch  0x000041b2 
+ 00016804  0x00000ed3 arg  0x00000002 , 0x00000007 
+ 00016805  0x00000ed4 branch  0x000041b6 
+ 00016806  0x00000ed7 arg  0x00000003 , 0x00000007 
+ 00016807  0x00000ed8 branch  0x000041b2 
+ 00016808  0x00000edb arg  0x00000003 , 0x00000007 
+ 00016809  0x00000edc branch  0x000041b6 
+ 00016810  0x00000edf arg  0x00000004 , 0x00000007 
+ 00016811  0x00000ee0 branch  0x000041b2 
+ 00016812  0x00000ee3 arg  0x00000004 , 0x00000007 
+ 00016813  0x00000ee4 branch  0x000041b6 
+ 00016814  0x00000ee7 arg  0x00000005 , 0x00000007 
+ 00016815  0x00000ee8 branch  0x000041b2 
+ 00016816  0x00000eeb arg  0x00000005 , 0x00000007 
+ 00016817  0x00000eec branch  0x000041b6 
+ 00016818  0x00000ef0 fetch  0x00000001 , 0x000042f4 
+ 00016819  0x00000ef1 qset1  0x0000003f 
+ 00016820  0x00000ef2 store  0x00000001 , 0x000042f4 
+ 00016821  0x00000ef3 rtn 
+ 00016822  0x00000ef6 fetch  0x00000001 , 0x000042f4 
+ 00016823  0x00000ef7 qset0  0x0000003f 
+ 00016824  0x00000ef8 store  0x00000001 , 0x000042f4 
+ 00016825  0x00000ef9 rtn 
+ 00016826  0x00000efc setarg  0x00112233 
+ 00016827  0x00000efd store  0x00000003 , 0x000042f5 
+ 00016828  0x00000efe setarg  0x00445566 
+ 00016829  0x00000eff istore  0x00000003 , 0x00000005 
+ 00016830  0x00000f00 setarg  0x00778899 
+ 00016831  0x00000f01 istore  0x00000003 , 0x00000005 
+ 00016832  0x00000f02 setarg  0x00001122 
+ 00016833  0x00000f03 istore  0x00000003 , 0x00000005 
+ 00016834  0x00000f04 setarg  0x00334455 
+ 00016835  0x00000f05 istore  0x00000003 , 0x00000005 
+ 00016836  0x00000f06 setarg  0x00000066 
+ 00016837  0x00000f07 istore  0x00000001 , 0x00000005 
+ 00016838  0x00000f08 rtn 
+ 00016839  0x00000f0c setarg  0x01000302 
+ 00016840  0x00000f0d store  0x00000004 , 0x00004284 
+ 00016841  0x00000f0e setarg  0x00010010 
+ 00016842  0x00000f0f store  0x00000003 , 0x00004288 
+ 00016843  0x00000f10 jam  0x00000001 , 0x000042d1 
+ 00016844  0x00000f11 rtn 
+ 00016845  0x00000f16 arg  0x00000000 , 0x00000011 
+ 00016846  0x00000f17 arg  0x00000001 , 0x00000001 
+ 00016847  0x00000f18 branch  0x000041e0 
+ 00016848  0x00000f1d bpatch  0x000000ff , 0x0000401f 
+ 00016849  0x00000f1e arg  0x00000003 , 0x00000001 
+ 00016850  0x00000f1f call  0x000041e0 
+ 00016851  0x00000f20 copy  0x00000012 , 0x0000003f 
+ 00016852  0x00000f21 istore  0x00000001 , 0x00000005 
+ 00016853  0x00000f22 rtn 
+ 00016854  0x00000f27 bpatchx  0x00000000 , 0x00004020 
+ 00016855  0x00000f28 force  0x00000002 , 0x00000001 
+ 00016856  0x00000f29 increase  0x00000004 , 0x00000011 
+ 00016857  0x00000f2a call  0x000041e0 
+ 00016858  0x00000f2b increase  0xfffffffc , 0x00000011 
+ 00016859  0x00000f2c copy  0x00000011 , 0x0000003f 
+ 00016860  0x00000f2d istore  0x00000002 , 0x00000005 
+ 00016861  0x00000f2e copy  0x00000012 , 0x0000003f 
+ 00016862  0x00000f2f istore  0x00000002 , 0x00000005 
+ 00016863  0x00000f30 rtn 
+ 00016864  0x00000f35 bpatchx  0x00000001 , 0x00004020 
+ 00016865  0x00000f36 increase  0x00000005 , 0x00000011 
+ 00016866  0x00000f37 call  0x00006654 
+ 00016867  0x00000f38 increase  0xfffffffb , 0x00000011 
+ 00016868  0x00000f39 copy  0x00000011 , 0x0000003f 
+ 00016869  0x00000f3a istore  0x00000002 , 0x00000005 
+ 00016870  0x00000f3b setarg  0x00000000 
+ 00016871  0x00000f3c istore  0x00000002 , 0x00000005 
+ 00016872  0x00000f3d copy  0x00000001 , 0x0000003f 
+ 00016873  0x00000f3e istore  0x00000001 , 0x00000005 
+ 00016874  0x00000f3f rtn 
+ 00016875  0x00000f43 bpatchx  0x00000002 , 0x00004020 
+ 00016876  0x00000f44 call  0x0000668e 
+ 00016877  0x00000f45 copy  0x0000003f , 0x00000006 
+ 00016878  0x00000f46 rtn 
+ 00016879  0x00000f49 fetch  0x00000002 , 0x000043f6 
+ 00016880  0x00000f4a rtn 
+ 00016881  0x00000f4d call  0x000041f4 
+ 00016882  0x00000f4e copy  0x0000003f , 0x00000006 
+ 00016883  0x00000f4f rtn 
+ 00016884  0x00000f53 fetch  0x00000002 , 0x000043f9 
+ 00016885  0x00000f54 rtn 
+ 00016886  0x00000f58 call  0x000041eb 
+ 00016887  0x00000f59 increase  0x00000005 , 0x00000006 
+ 00016888  0x00000f5a rtn 
+ 00016889  0x00000f5d call  0x000041eb 
+ 00016890  0x00000f5e increase  0x00000009 , 0x00000006 
+ 00016891  0x00000f5f rtn 
+ 00016892  0x00000f62 call  0x000041f1 
+ 00016893  0x00000f63 increase  0x00000009 , 0x00000006 
+ 00016894  0x00000f64 rtn 
+ 00016895  0x00000f67 call  0x000041f1 
+ 00016896  0x00000f68 increase  0x00000005 , 0x00000006 
+ 00016897  0x00000f69 rtn 
+ 00016898  0x00000f6d branch  0x000066a4 
+ 00016899  0x00000f71 branch  0x000066a7 
+ 00016900  0x00000f75 branch  0x000066aa 
+ 00016901  0x00000f79 branch  0x00006693 
+ 00016902  0x00000f7d store  0x00000008 , 0x00004380 
+ 00016903  0x00000f7e branch  0x00004217 
+ 00016904  0x00000f82 and  0x00000002 , 0x000000ff , 0x00000011 
+ 00016905  0x00000f83 call  0x0000420d 
+ 00016906  0x00000f84 rshift8  0x00000002 , 0x00000011 
+ 00016907  0x00000f87 storer  0x00000011 , 0x00000001 , 0x00004377 
+ 00016908  0x00000f88 branch  0x0000420e 
+ 00016909  0x00000f8b storer  0x00000011 , 0x00000001 , 0x00004376 
+ 00016910  0x00000f8d isolate1  0x00000001 , 0x00000011 
+ 00016911  0x00000f8e call  0x00004213 , 0x00000001 
+ 00016912  0x00000f8f isolate1  0x00000002 , 0x00000011 
+ 00016913  0x00000f90 call  0x00004215 , 0x00000001 
+ 00016914  0x00000f91 rtn 
+ 00016915  0x00000f96 arg  0x00000008 , 0x00000007 
+ 00016916  0x00000f97 branch  0x00004218 
+ 00016917  0x00000f9b arg  0x0000000b , 0x00000007 
+ 00016918  0x00000f9c branch  0x00004218 
+ 00016919  0x00000f9f arg  0x00000005 , 0x00000007 
+ 00016920  0x00000fa2 fetch  0x00000008 , 0x0000436e 
+ 00016921  0x00000fa3 qset1  0x0000003f 
+ 00016922  0x00000fa4 store  0x00000008 , 0x0000436e 
+ 00016923  0x00000fa5 rtn 
+ 00016924  0x00000fac jam  0x00000001 , 0x00000198 
+ 00016925  0x00000fad jam  0x00000001 , 0x00000199 
+ 00016926  0x00000fae call  0x00003d2f 
+ 00016927  0x00000faf call  0x00004222 
+ 00016928  0x00000fb0 call  0x0000429f 
+ 00016929  0x00000fb1 branch  0x00003d36 
+ 00016930  0x00000fb4 bpatchx  0x00000003 , 0x00004020 
+ 00016931  0x00000fb5 fetch  0x00000001 , 0x00004316 
+ 00016932  0x00000fb6 rtnne  0x00000001 
+ 00016933  0x00000fb7 arg  0x00000002 , 0x00000007 
+ 00016934  0x00000fb8 call  0x0000755d 
+ 00016935  0x00000fb9 nrtn  0x00000034 
+ 00016936  0x00000fba fetch  0x00000002 , 0x00004317 
+ 00016937  0x00000fbb fetcht  0x00000002 , 0x00004319 
+ 00016938  0x00000fbc isub  0x00000002 , 0x0000003f 
+ 00016939  0x00000fbd arg  0x00000002 , 0x00000007 
+ 00016940  0x00000fbe call  0x0000754f 
+ 00016941  0x00000fbf disable  0x00000029 
+ 00016942  0x00000fc0 call  0x000042c9 
+ 00016943  0x00000fc1 call  0x00004241 
+ 00016944  0x00000fc2 nrtn  0x0000002d 
+ 00016945  0x00000fc3 bpatchx  0x00000004 , 0x00004020 
+ 00016946  0x00000fc4 fetch  0x00000006 , 0x00000049 
+ 00016947  0x00000fc5 store  0x00000006 , 0x00000173 
+ 00016948  0x00000fc8 fetch  0x00000001 , 0x00000002 
+ 00016949  0x00000fc9 increase  0x00000001 , 0x0000003f 
+ 00016950  0x00000fca store  0x00000001 , 0x00000002 
+ 00016951  0x00000fcb call  0x00004248 
+ 00016952  0x00000fcc rtn  0x00000029 
+ 00016953  0x00000fcd call  0x000042f0 
+ 00016954  0x00000fce nrtn  0x0000002d 
+ 00016955  0x00000fcf fetch  0x00000001 , 0x00000004 
+ 00016956  0x00000fd0 increase  0x00000001 , 0x0000003f 
+ 00016957  0x00000fd1 store  0x00000001 , 0x00000004 
+ 00016958  0x00000fd2 fetch  0x00000009 , 0x0000004f 
+ 00016959  0x00000fd3 store  0x00000009 , 0x000004f6 
+ 00016960  0x00000fd4 rtn 
+ 00016961  0x00000fd8 bpatchx  0x00000005 , 0x00004020 
+ 00016962  0x00000fd9 call  0x0000433b 
+ 00016963  0x00000fda call  0x00003dc8 
+ 00016964  0x00000fdb fetch  0x00000001 , 0x00000001 
+ 00016965  0x00000fdc increase  0x00000001 , 0x0000003f 
+ 00016966  0x00000fdd store  0x00000001 , 0x00000001 
+ 00016967  0x00000fde rtn 
+ 00016968  0x00000fe2 bpatchx  0x00000006 , 0x00004020 
+ 00016969  0x00000fe3 fetch  0x00000001 , 0x000001b7 
+ 00016970  0x00000fe4 rtnne  0x0000001b 
+ 00016971  0x00000fe5 fetch  0x00000006 , 0x00000173 
+ 00016972  0x00000fe6 fetcht  0x00000006 , 0x0000429f 
+ 00016973  0x00000fe7 isub  0x00000002 , 0x0000003e 
+ 00016974  0x00000fe8 nrtn  0x00000005 
+ 00016975  0x00000fe9 call  0x00003852 
+ 00016976  0x00000fea nrtn  0x00000005 
+ 00016977  0x00000feb call  0x00004258 
+ 00016978  0x00000fec call  0x00003c8f 
+ 00016979  0x00000fed jam  0x00000000 , 0x0000410d 
+ 00016980  0x00000fee jam  0x00000000 , 0x000001b3 
+ 00016981  0x00000fef jam  0x00000000 , 0x00004316 
+ 00016982  0x00000ff0 jam  0x00000000 , 0x000001b7 
+ 00016983  0x00000ff1 branch  0x0000383d 
+ 00016984  0x00000ff4 bpatchx  0x00000007 , 0x00004020 
+ 00016985  0x00000ff5 force  0xffffffff , 0x0000003f 
+ 00016986  0x00000ff6 setsect  0x00000002 , 0x00000001 
+ 00016987  0x00000ff7 store  0x00000005 , 0x00000193 
+ 00016988  0x00000ff8 arg  0x00000163 , 0x00000011 
+ 00016989  0x00000ff9 call  0x00003d9e 
+ 00016990  0x00000ffa force  0x00000004 , 0x00000039 
+ 00016991  0x00000ffb arg  0x00000187 , 0x00000005 
+ 00016992  0x00000ffc call  0x00007662 
+ 00016993  0x00000ffd fetch  0x00000002 , 0x000042ac 
+ 00016994  0x00000ffe store  0x00000002 , 0x00000191 
+ 00016995  0x00001000 random  0x0000003f 
+ 00016996  0x00001001 and_into  0x0000000f , 0x0000003f 
+ 00016997  0x00001002 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00016998  0x00001003 branch  0x00004263 , 0x00000002 
+ 00016999  0x00001004 store  0x00000001 , 0x0000017c 
+ 00017000  0x00001006 bpatchx  0x00000008 , 0x00004021 
+ 00017001  0x00001007 fetcht  0x00000002 , 0x00004127 
+ 00017002  0x00001008 storet  0x00000002 , 0x00000165 
+ 00017003  0x00001009 copy  0x00000002 , 0x00000013 
+ 00017004  0x0000100a add  0x00000022 , 0x00000007 , 0x0000003f 
+ 00017005  0x0000100b idiv  0x00000013 
+ 00017006  0x0000100c call  0x000075d0 
+ 00017007  0x0000100d remainder  0x00000011 
+ 00017008  0x0000100e isub  0x00000011 , 0x0000003f 
+ 00017009  0x0000100f iadd  0x00000013 , 0x0000003f 
+ 00017010  0x00001010 fetcht  0x00000002 , 0x00004125 
+ 00017011  0x00001011 iadd  0x00000002 , 0x0000003f 
+ 00017012  0x00001012 store  0x00000004 , 0x00000167 
+ 00017013  0x00001013 isub  0x00000022 , 0x00000011 
+ 00017014  0x00001014 increase  0xfffffffa , 0x00000011 
+ 00017015  0x00001015 arg  0x00002205 , 0x00000012 
+ 00017016  0x00001016 fetch  0x00000001 , 0x000042a5 
+ 00017017  0x00001017 nsetflag  0x00000034 , 0x00000006 , 0x00000012 
+ 00017018  0x00001018 fetch  0x00000001 , 0x0000429e 
+ 00017019  0x00001019 nsetflag  0x00000034 , 0x00000007 , 0x00000012 
+ 00017020  0x0000101a copy  0x00000012 , 0x0000003f 
+ 00017021  0x0000101b store  0x00000002 , 0x00004129 
+ 00017022  0x0000101c fetch  0x00000006 , 0x000042ae 
+ 00017023  0x0000101d istore  0x00000006 , 0x00000005 
+ 00017024  0x0000101e fetch  0x00000006 , 0x00000173 
+ 00017025  0x0000101f istore  0x00000006 , 0x00000005 
+ 00017026  0x00001020 fetch  0x00000004 , 0x00000187 
+ 00017027  0x00001021 istore  0x00000004 , 0x00000005 
+ 00017028  0x00001022 random  0x0000003f 
+ 00017029  0x00001023 istore  0x00000002 , 0x00000005 
+ 00017030  0x00001024 random  0x0000003f 
+ 00017031  0x00001025 istore  0x00000001 , 0x00000005 
+ 00017032  0x00001026 force  0x00000002 , 0x0000003f 
+ 00017033  0x00001027 istore  0x00000001 , 0x00000005 
+ 00017034  0x00001028 rshift2  0x00000011 , 0x0000003f 
+ 00017035  0x00001029 istore  0x00000002 , 0x00000005 
+ 00017036  0x0000102a rshift2  0x00000013 , 0x0000003f 
+ 00017037  0x0000102b istore  0x00000002 , 0x00000005 
+ 00017038  0x0000102c bpatchx  0x00000009 , 0x00004021 
+ 00017039  0x0000102d setarg  0x00000000 
+ 00017040  0x0000102e istore  0x00000002 , 0x00000005 
+ 00017041  0x0000102f fetch  0x00000002 , 0x000042ac 
+ 00017042  0x00001030 istore  0x00000002 , 0x00000005 
+ 00017043  0x00001031 fetch  0x00000005 , 0x00000193 
+ 00017044  0x00001032 istore  0x00000005 , 0x00000005 
+ 00017045  0x00001033 fetch  0x00000001 , 0x0000017c 
+ 00017046  0x00001034 arg  0x000000a0 , 0x00000002 
+ 00017047  0x00001035 ior  0x00000002 , 0x0000003f 
+ 00017048  0x00001036 istore  0x00000001 , 0x00000005 
+ 00017049  0x00001037 call  0x00003eb9 
+ 00017050  0x00001038 setarg  0x00004129 
+ 00017051  0x00001039 add  0x0000003f , 0x00000012 , 0x00000006 
+ 00017052  0x0000103a ifetch  0x00000003 , 0x00000006 
+ 00017053  0x0000103b store  0x00000003 , 0x0000018b 
+ 00017054  0x0000103c rtn 
+ 00017055  0x00001040 jam  0x00000024 , 0x00000007 
+ 00017056  0x00001041 jam  0x00000000 , 0x000004f6 
+ 00017057  0x00001042 call  0x000042c3 
+ 00017058  0x00001043 call  0x000042a4 
+ 00017059  0x00001044 branch  0x000042c6 
+ 00017060  0x00001047 bpatchx  0x0000000a , 0x00004021 
+ 00017061  0x00001048 fetch  0x00000001 , 0x0000435b 
+ 00017062  0x00001049 rtn  0x00000034 
+ 00017063  0x0000104a arg  0x00000000 , 0x00000007 
+ 00017064  0x0000104b call  0x0000755d 
+ 00017065  0x0000104c nrtn  0x00000034 
+ 00017066  0x0000104d enable  0x00000010 
+ 00017067  0x0000104e call  0x000042c9 
+ 00017068  0x0000104f call  0x0000433b 
+ 00017069  0x00001050 call  0x000042d2 
+ 00017070  0x00001051 nbranch  0x000042b6 , 0x0000002d 
+ 00017071  0x00001052 fetch  0x00000001 , 0x00000003 
+ 00017072  0x00001053 increase  0x00000001 , 0x0000003f 
+ 00017073  0x00001054 store  0x00000001 , 0x00000003 
+ 00017074  0x00001055 fetch  0x00000001 , 0x00000047 
+ 00017075  0x00001056 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00017076  0x00001057 beq  0x00000003 , 0x00004301 
+ 00017077  0x00001058 beq  0x00000005 , 0x00004313 
+ 00017078  0x0000105a bpatchx  0x0000000b , 0x00004021 
+ 00017079  0x0000105b fetch  0x00000001 , 0x000004f6 
+ 00017080  0x0000105c fetcht  0x00000001 , 0x00004366 
+ 00017081  0x0000105d isub  0x00000002 , 0x0000003e 
+ 00017082  0x0000105e nbranch  0x000042a4 , 0x00000005 
+ 00017083  0x0000105f random  0x0000003f 
+ 00017084  0x00001060 arg  0x000001ff , 0x00000002 
+ 00017085  0x00001061 iand  0x00000002 , 0x0000003f 
+ 00017086  0x00001062 add  0x0000003f , 0x000000fa , 0x0000003f 
+ 00017087  0x00001063 call  0x000074f7 
+ 00017088  0x00001064 arg  0x00000000 , 0x00000007 
+ 00017089  0x00001065 fetch  0x00000002 , 0x0000435c 
+ 00017090  0x00001066 branch  0x0000754f 
+ 00017091  0x00001069 arg  0x00000506 , 0x00000005 
+ 00017092  0x0000106a arg  0x00004129 , 0x00000006 
+ 00017093  0x0000106b branch  0x000074f2 
+ 00017094  0x0000106e arg  0x00000506 , 0x00000006 
+ 00017095  0x0000106f arg  0x00004129 , 0x00000005 
+ 00017096  0x00001070 branch  0x000074f2 
+ 00017097  0x00001073 bpatchx  0x0000000c , 0x00004021 
+ 00017098  0x00001074 disable  0x00000029 
+ 00017099  0x00001076 setarg  0x008e89be 
+ 00017100  0x00001077 lshift8  0x0000003f , 0x0000003f 
+ 00017101  0x00001078 or_into  0x000000d6 , 0x0000003f 
+ 00017102  0x00001079 iforce  0x00000009 
+ 00017103  0x0000107a setarg  0x00555555 
+ 00017104  0x0000107b store  0x00000003 , 0x0000018b 
+ 00017105  0x0000107c rtn 
+ 00017106  0x00001081 bpatchx  0x0000000d , 0x00004021 
+ 00017107  0x00001082 fetch  0x00000001 , 0x0000435e 
+ 00017108  0x00001083 fetcht  0x00000001 , 0x0000435f 
+ 00017109  0x00001084 lshift4  0x00000002 , 0x00000002 
+ 00017110  0x00001085 lshift2  0x00000002 , 0x00000002 
+ 00017111  0x00001086 iadd  0x00000002 , 0x00000002 
+ 00017112  0x00001087 storet  0x00000001 , 0x00004129 
+ 00017113  0x00001088 beq  0x00000001 , 0x000042e3 
+ 00017114  0x00001089 fetcht  0x00000001 , 0x0000431b 
+ 00017115  0x0000108a add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00017116  0x0000108b store  0x00000001 , 0x0000412a 
+ 00017117  0x0000108c fetch  0x00000006 , 0x000042ae 
+ 00017118  0x0000108d store  0x00000006 , 0x0000412b 
+ 00017119  0x0000108e copy  0x00000002 , 0x00000039 
+ 00017120  0x0000108f arg  0x0000431c , 0x00000006 
+ 00017121  0x00001090 call  0x0000753b 
+ 00017122  0x00001091 branch  0x000042e9 
+ 00017123  0x00001094 setarg  0x0000000c 
+ 00017124  0x00001095 store  0x00000001 , 0x0000412a 
+ 00017125  0x00001096 fetch  0x00000006 , 0x000042ae 
+ 00017126  0x00001097 store  0x00000006 , 0x0000412b 
+ 00017127  0x00001098 fetch  0x00000006 , 0x0000410f 
+ 00017128  0x00001099 istore  0x00000006 , 0x00000005 
+ 00017129  0x0000109b bpatchx  0x0000000e , 0x00004021 
+ 00017130  0x0000109c fetch  0x00000001 , 0x00000000 
+ 00017131  0x0000109d increase  0x00000001 , 0x0000003f 
+ 00017132  0x0000109e store  0x00000001 , 0x00000000 
+ 00017133  0x0000109f arg  0x00000708 , 0x0000001b 
+ 00017134  0x000010a0 disable  0x0000002d 
+ 00017135  0x000010a1 branch  0x00003ea4 
+ 00017136  0x000010a5 bpatchx  0x0000000f , 0x00004021 
+ 00017137  0x000010a6 fetch  0x00000001 , 0x00004367 
+ 00017138  0x000010a7 rtnne  0x00000001 
+ 00017139  0x000010a8 fetch  0x00000001 , 0x00000000 
+ 00017140  0x000010a9 increase  0x00000001 , 0x0000003f 
+ 00017141  0x000010aa store  0x00000001 , 0x00000000 
+ 00017142  0x000010ab arg  0x00000c03 , 0x00000002 
+ 00017143  0x000010ac fetch  0x00000001 , 0x00004368 
+ 00017144  0x000010ad nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00017145  0x000010ae copy  0x00000011 , 0x0000003f 
+ 00017146  0x000010af nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00017147  0x000010b0 storet  0x00000002 , 0x00004129 
+ 00017148  0x000010b1 fetch  0x00000006 , 0x000042ae 
+ 00017149  0x000010b2 istore  0x00000006 , 0x00000005 
+ 00017150  0x000010b3 fetch  0x00000006 , 0x00000173 
+ 00017151  0x000010b4 istore  0x00000006 , 0x00000005 
+ 00017152  0x000010b5 branch  0x00003ea4 
+ 00017153  0x000010b8 fetch  0x00000006 , 0x0000004f 
+ 00017154  0x000010b9 fetcht  0x00000006 , 0x000042ae 
+ 00017155  0x000010ba isub  0x00000002 , 0x0000003e 
+ 00017156  0x000010bb nrtn  0x00000005 
+ 00017157  0x000010bc arg  0x00000004 , 0x00000002 
+ 00017158  0x000010bd fetch  0x00000001 , 0x0000435f 
+ 00017159  0x000010be nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00017160  0x000010bf storet  0x00000001 , 0x00004129 
+ 00017161  0x000010c0 fetcht  0x00000001 , 0x0000433b 
+ 00017162  0x000010c1 add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00017163  0x000010c2 store  0x00000001 , 0x0000412a 
+ 00017164  0x000010c3 fetch  0x00000006 , 0x000042ae 
+ 00017165  0x000010c4 store  0x00000006 , 0x0000412b 
+ 00017166  0x000010c5 arg  0x0000433c , 0x00000006 
+ 00017167  0x000010c6 copy  0x00000002 , 0x00000039 
+ 00017168  0x000010c7 call  0x0000753b 
+ 00017169  0x000010c8 call  0x00003eb9 
+ 00017170  0x000010c9 branch  0x000042b6 
+ 00017171  0x000010cc fetch  0x00000006 , 0x0000004f 
+ 00017172  0x000010cd fetcht  0x00000006 , 0x000042ae 
+ 00017173  0x000010ce isub  0x00000002 , 0x0000003e 
+ 00017174  0x000010cf nrtn  0x00000005 
+ 00017175  0x000010d0 call  0x00003fe4 
+ 00017176  0x000010d1 storer  0x00000011 , 0x00000001 , 0x0000429e 
+ 00017177  0x000010d2 fetch  0x00000006 , 0x00000049 
+ 00017178  0x000010d3 store  0x00000006 , 0x00000173 
+ 00017179  0x000010d4 fetch  0x00000008 , 0x00000055 
+ 00017180  0x000010d5 store  0x00000008 , 0x00000187 
+ 00017181  0x000010d6 fetcht  0x00000002 , 0x0000005d 
+ 00017182  0x000010d7 bpatchx  0x00000010 , 0x00004022 
+ 00017183  0x000010d8 lshift2  0x00000002 , 0x00000002 
+ 00017184  0x000010d9 fetch  0x00000002 , 0x0000005f 
+ 00017185  0x000010da lshift2  0x0000003f , 0x0000003f 
+ 00017186  0x000010db store  0x00000002 , 0x00000165 
+ 00017187  0x000010dc store  0x00000004 , 0x00000167 
+ 00017188  0x000010dd isub  0x00000002 , 0x0000003f 
+ 00017189  0x000010de add  0x0000003f , 0xfffffffe , 0x00000028 
+ 00017190  0x000010df fetch  0x00000009 , 0x00000061 
+ 00017191  0x000010e0 store  0x00000009 , 0x0000018f 
+ 00017192  0x000010e1 fetch  0x00000001 , 0x0000006a 
+ 00017193  0x000010e2 and  0x0000003f , 0x0000001f , 0x00000002 
+ 00017194  0x000010e3 storet  0x00000001 , 0x0000017c 
+ 00017195  0x000010e4 rshift4  0x0000003f , 0x00000002 
+ 00017196  0x000010e5 rshift  0x00000002 , 0x00000002 
+ 00017197  0x000010e6 storet  0x00000001 , 0x000001b3 
+ 00017198  0x000010e7 arg  0x00000163 , 0x00000011 
+ 00017199  0x000010e8 call  0x000040b7 
+ 00017200  0x000010e9 arg  0x00000163 , 0x00000011 
+ 00017201  0x000010ea call  0x00003d9e 
+ 00017202  0x000010eb call  0x00003c9b 
+ 00017203  0x000010ec call  0x00003852 
+ 00017204  0x000010ed nrtn  0x00000005 
+ 00017205  0x000010ee bpatchx  0x00000011 , 0x00004022 
+ 00017206  0x000010ef call  0x000038f3 
+ 00017207  0x000010f0 call  0x00004607 
+ 00017208  0x000010f1 jam  0x00000014 , 0x000004c3 
+ 00017209  0x000010f2 call  0x0000709b 
+ 00017210  0x000010f3 branch  0x0000383d 
+ 00017211  0x000010f7 bpatchx  0x00000012 , 0x00004022 
+ 00017212  0x000010f8 fetch  0x00000001 , 0x00000007 
+ 00017213  0x000010f9 beq  0x00000025 , 0x00004341 
+ 00017214  0x000010fa beq  0x00000026 , 0x00004347 
+ 00017215  0x000010fb beq  0x00000027 , 0x0000434d 
+ 00017216  0x000010fc branch  0x0000434d 
+ 00017217  0x000010ff fetcht  0x00000001 , 0x00004366 
+ 00017218  0x00001100 isolate1  0x00000001 , 0x00000002 
+ 00017219  0x00001101 branch  0x00004358 , 0x00000001 
+ 00017220  0x00001102 isolate1  0x00000002 , 0x00000002 
+ 00017221  0x00001103 branch  0x0000435d , 0x00000001 
+ 00017222  0x00001104 branch  0x00004353 
+ 00017223  0x00001108 fetcht  0x00000001 , 0x00004366 
+ 00017224  0x00001109 isolate1  0x00000002 , 0x00000002 
+ 00017225  0x0000110a branch  0x0000435d , 0x00000001 
+ 00017226  0x0000110b isolate1  0x00000000 , 0x00000002 
+ 00017227  0x0000110c branch  0x00004353 , 0x00000001 
+ 00017228  0x0000110d branch  0x00004358 
+ 00017229  0x00001111 fetcht  0x00000001 , 0x00004366 
+ 00017230  0x00001112 isolate1  0x00000000 , 0x00000002 
+ 00017231  0x00001113 branch  0x00004353 , 0x00000001 
+ 00017232  0x00001114 isolate1  0x00000001 , 0x00000002 
+ 00017233  0x00001115 branch  0x00004358 , 0x00000001 
+ 00017234  0x00001116 branch  0x0000435d 
+ 00017235  0x00001119 jam  0x00000025 , 0x00000007 
+ 00017236  0x0000111a fetch  0x00000001 , 0x000004f6 
+ 00017237  0x0000111b set1  0x00000000 , 0x0000003f 
+ 00017238  0x0000111c store  0x00000001 , 0x000004f6 
+ 00017239  0x0000111d rtn 
+ 00017240  0x00001120 jam  0x00000026 , 0x00000007 
+ 00017241  0x00001121 fetch  0x00000001 , 0x000004f6 
+ 00017242  0x00001122 set1  0x00000001 , 0x0000003f 
+ 00017243  0x00001123 store  0x00000001 , 0x000004f6 
+ 00017244  0x00001124 rtn 
+ 00017245  0x00001127 jam  0x00000027 , 0x00000007 
+ 00017246  0x00001128 fetch  0x00000001 , 0x000004f6 
+ 00017247  0x00001129 set1  0x00000002 , 0x0000003f 
+ 00017248  0x0000112a store  0x00000001 , 0x000004f6 
+ 00017249  0x0000112b rtn 
+ 00017250  0x00001131 ifetch  0x00000003 , 0x00000006 
+ 00017251  0x00001132 store  0x00000003 , 0x0000436a 
+ 00017252  0x00001133 beq  0x00000002 , 0x00004379 
+ 00017253  0x00001134 beq  0x00000003 , 0x00004381 
+ 00017254  0x00001135 beq  0x00000004 , 0x00004384 
+ 00017255  0x00001136 beq  0x00000006 , 0x000043ad 
+ 00017256  0x00001137 beq  0x00000008 , 0x000043fa 
+ 00017257  0x00001138 beq  0x0000000a , 0x00004478 
+ 00017258  0x00001139 beq  0x0000000c , 0x000044a7 
+ 00017259  0x0000113a beq  0x00000010 , 0x000044bd 
+ 00017260  0x0000113b beq  0x00000012 , 0x00004500 
+ 00017261  0x0000113c beq  0x00000016 , 0x00004526 
+ 00017262  0x0000113d beq  0x00000018 , 0x00004539 
+ 00017263  0x0000113e beq  0x0000001e , 0x0000453e 
+ 00017264  0x0000113f beq  0x00000052 , 0x00004542 
+ 00017265  0x00001140 rtn 
+ 00017266  0x00001144 force  0x00000003 , 0x00000011 
+ 00017267  0x00001145 call  0x00004568 
+ 00017268  0x00001146 setarg  0x00000002 
+ 00017269  0x00001147 istore  0x00000001 , 0x00000005 
+ 00017270  0x00001148 fetch  0x00000002 , 0x000042b4 
+ 00017271  0x00001149 istore  0x00000002 , 0x00000005 
+ 00017272  0x0000114a rtn 
+ 00017273  0x0000114e call  0x00004381 
+ 00017274  0x00001150 force  0x00000003 , 0x00000011 
+ 00017275  0x00001151 call  0x00004568 
+ 00017276  0x00001152 setarg  0x00000003 
+ 00017277  0x00001153 istore  0x00000001 , 0x00000005 
+ 00017278  0x00001154 fetch  0x00000002 , 0x000042b4 
+ 00017279  0x00001155 istore  0x00000002 , 0x00000005 
+ 00017280  0x00001156 rtn 
+ 00017281  0x00001159 rshift8  0x0000003f , 0x0000003f 
+ 00017282  0x0000115a store  0x00000002 , 0x000042b6 
+ 00017283  0x0000115b rtn 
+ 00017284  0x0000115e call  0x0000459c 
+ 00017285  0x0000115f call  0x00007636 
+ 00017286  0x00001160 branch  0x00004387 
+ 00017287  0x00001163 arg  0x00000003 , 0x0000000b 
+ 00017288  0x00001164 call  0x000040d1 
+ 00017289  0x00001166 call  0x000040da 
+ 00017290  0x00001167 branch  0x000043ab , 0x00000034 
+ 00017291  0x00001168 nbranch  0x000043a8 , 0x00000002 
+ 00017292  0x00001169 increase  0xfffffffe , 0x00000006 
+ 00017293  0x0000116a call  0x000074d3 
+ 00017294  0x0000116b call  0x000074ca 
+ 00017295  0x0000116c nbranch  0x0000439b , 0x00000028 
+ 00017296  0x0000116d call  0x000074b7 
+ 00017297  0x0000116e call  0x00007638 
+ 00017298  0x0000116f storer  0x0000000b , 0x00000004 , 0x000004d4 
+ 00017299  0x00001170 force  0x00000014 , 0x00000011 
+ 00017300  0x00001171 call  0x00004568 
+ 00017301  0x00001172 fetchr  0x0000000b , 0x00000004 , 0x000004d4 
+ 00017302  0x00001173 call  0x000074c6 
+ 00017303  0x00001174 setarg  0x00000005 
+ 00017304  0x00001175 istore  0x00000001 , 0x00000005 
+ 00017305  0x00001176 setarg  0x00000001 
+ 00017306  0x00001177 istore  0x00000001 , 0x00000005 
+ 00017307  0x00001179 call  0x000074cd 
+ 00017308  0x0000117a ifetch  0x00000002 , 0x00000006 
+ 00017309  0x0000117b and_into  0x000000ff , 0x0000003f 
+ 00017310  0x0000117c istore  0x00000002 , 0x00000005 
+ 00017311  0x0000117d ifetch  0x00000001 , 0x00000006 
+ 00017312  0x0000117e copy  0x0000003f , 0x00000039 
+ 00017313  0x0000117f call  0x00007548 
+ 00017314  0x00001180 call  0x000074d0 
+ 00017315  0x00001181 increase  0xffffffff , 0x0000000b 
+ 00017316  0x00001182 branch  0x000043ab , 0x00000005 
+ 00017317  0x00001184 ifetch  0x00000001 , 0x00000006 
+ 00017318  0x00001185 iadd  0x00000006 , 0x00000006 
+ 00017319  0x00001186 branch  0x00004389 
+ 00017320  0x00001188 ifetch  0x00000001 , 0x00000006 
+ 00017321  0x00001189 iadd  0x00000006 , 0x00000006 
+ 00017322  0x0000118a branch  0x000043a5 
+ 00017323  0x0000118c branch  0x0000455b , 0x00000028 
+ 00017324  0x0000118d branch  0x0000458f 
+ 00017325  0x00001191 call  0x0000459c 
+ 00017326  0x00001192 ifetch  0x00000002 , 0x00000006 
+ 00017327  0x00001193 store  0x00000002 , 0x0000428e 
+ 00017328  0x00001194 call  0x000074d3 
+ 00017329  0x00001195 arg  0x0000050a , 0x00000005 
+ 00017330  0x00001196 fetch  0x00000002 , 0x00004308 
+ 00017331  0x00001197 increase  0xfffffff9 , 0x0000003f 
+ 00017332  0x00001198 call  0x000045af 
+ 00017333  0x00001199 branch  0x000043c0 
+ 00017334  0x0000119d disable  0x00000028 
+ 00017335  0x0000119e fetcht  0x00000002 , 0x00000506 
+ 00017336  0x0000119f fetch  0x00000002 , 0x00000508 
+ 00017337  0x000011a0 isub  0x00000002 , 0x0000003e 
+ 00017338  0x000011a1 nbranch  0x000043bd , 0x00000002 
+ 00017339  0x000011a2 deposit  0x00000002 
+ 00017340  0x000011a3 rtnne  0x00000000 
+ 00017341  0x000011a5 enable  0x00000028 
+ 00017342  0x000011a6 jam  0x00000001 , 0x000001b4 
+ 00017343  0x000011a7 branch  0x0000455d 
+ 00017344  0x000011ab call  0x000043b6 
+ 00017345  0x000011ac rtn  0x00000028 
+ 00017346  0x000011ad fetcht  0x00000002 , 0x0000428e 
+ 00017347  0x000011ae setarg  0x00002800 
+ 00017348  0x000011af isub  0x00000002 , 0x0000003e 
+ 00017349  0x000011b0 branch  0x000043c7 , 0x00000005 
+ 00017350  0x000011b1 branch  0x0000455b 
+ 00017351  0x000011b5 jam  0x00000000 , 0x0000436d 
+ 00017352  0x000011b6 fetcht  0x00000002 , 0x00000506 
+ 00017353  0x000011b7 storet  0x00000002 , 0x000004cc 
+ 00017354  0x000011b8 call  0x00004116 
+ 00017355  0x000011b9 nbranch  0x0000455b , 0x00000034 
+ 00017356  0x000011bb fetcht  0x00000002 , 0x000004cc 
+ 00017357  0x000011bc call  0x00004116 
+ 00017358  0x000011bd nbranch  0x000043e0 , 0x00000034 
+ 00017359  0x000011be copy  0x00000006 , 0x00000011 
+ 00017360  0x000011bf fetch  0x00000001 , 0x0000051b 
+ 00017361  0x000011c0 copy  0x0000003f , 0x00000039 
+ 00017362  0x000011c1 fetcht  0x00000001 , 0x0000050a 
+ 00017363  0x000011c2 isub  0x00000002 , 0x0000003e 
+ 00017364  0x000011c3 nbranch  0x000043dc , 0x00000005 
+ 00017365  0x000011c4 arg  0x0000050b , 0x00000012 
+ 00017366  0x000011c5 call  0x000075d2 
+ 00017367  0x000011c7 branch  0x000043e3 , 0x00000005 
+ 00017368  0x000011c9 fetch  0x00000002 , 0x00000523 
+ 00017369  0x000011ca fetcht  0x00000002 , 0x0000428e 
+ 00017370  0x000011cb isub  0x00000002 , 0x0000003e 
+ 00017371  0x000011cc branch  0x000043eb , 0x00000005 
+ 00017372  0x000011ce fetch  0x00000002 , 0x000004cc 
+ 00017373  0x000011cf increase  0x00000001 , 0x0000003f 
+ 00017374  0x000011d0 store  0x00000002 , 0x000004cc 
+ 00017375  0x000011d1 branch  0x000043cc 
+ 00017376  0x000011d4 fetch  0x00000001 , 0x0000436d 
+ 00017377  0x000011d5 beq  0x00000001 , 0x000043eb 
+ 00017378  0x000011d6 branch  0x0000455b 
+ 00017379  0x000011da fetch  0x00000002 , 0x00000523 
+ 00017380  0x000011db fetcht  0x00000002 , 0x0000428e 
+ 00017381  0x000011dc isub  0x00000002 , 0x0000003e 
+ 00017382  0x000011dd nbranch  0x000043dc , 0x00000005 
+ 00017383  0x000011de jam  0x00000001 , 0x0000436d 
+ 00017384  0x000011e0 fetcht  0x00000002 , 0x000004cc 
+ 00017385  0x000011e1 storet  0x00000002 , 0x0000051e 
+ 00017386  0x000011e2 branch  0x000043dc 
+ 00017387  0x000011e5 fetch  0x00000001 , 0x0000436d 
+ 00017388  0x000011e6 beq  0x00000000 , 0x000043dc 
+ 00017389  0x000011e7 jam  0x00000002 , 0x0000436d 
+ 00017390  0x000011e8 fetcht  0x00000002 , 0x000004cc 
+ 00017391  0x000011e9 increase  0xffffffff , 0x00000002 
+ 00017392  0x000011ea storet  0x00000002 , 0x00000520 
+ 00017393  0x000011ed arg  0x00000005 , 0x00000011 
+ 00017394  0x000011ee call  0x00004568 
+ 00017395  0x000011ef setarg  0x00000007 
+ 00017396  0x000011f0 istore  0x00000001 , 0x00000005 
+ 00017397  0x000011f1 fetch  0x00000002 , 0x0000051e 
+ 00017398  0x000011f2 istore  0x00000002 , 0x00000005 
+ 00017399  0x000011f3 fetch  0x00000002 , 0x00000520 
+ 00017400  0x000011f4 istore  0x00000002 , 0x00000005 
+ 00017401  0x000011f5 rtn 
+ 00017402  0x000011fa call  0x0000459c 
+ 00017403  0x000011fb call  0x000045aa 
+ 00017404  0x000011fc branch  0x000043fd 
+ 00017405  0x000011ff fetcht  0x00000002 , 0x00000506 
+ 00017406  0x00001200 storet  0x00000002 , 0x000004cc 
+ 00017407  0x00001201 call  0x000040d1 
+ 00017408  0x00001202 call  0x000040e9 
+ 00017409  0x00001203 increase  0xfffffffe , 0x00000006 
+ 00017410  0x00001204 copy  0x00000006 , 0x0000003f 
+ 00017411  0x00001205 store  0x00000002 , 0x0000051c 
+ 00017412  0x00001207 fetcht  0x00000002 , 0x0000050b 
+ 00017413  0x00001208 setarg  0x00002a00 
+ 00017414  0x00001209 isub  0x00000002 , 0x0000003e 
+ 00017415  0x0000120a branch  0x00004464 , 0x00000005 
+ 00017416  0x0000120b setarg  0x00002803 
+ 00017417  0x0000120c isub  0x00000002 , 0x0000003e 
+ 00017418  0x0000120d nbranch  0x00004450 , 0x00000005 
+ 00017419  0x0000120e arg  0x00000002 , 0x0000000b 
+ 00017420  0x00001210 call  0x0000456f 
+ 00017421  0x00001211 nbranch  0x0000442d , 0x00000002 
+ 00017422  0x00001212 fetcht  0x00000002 , 0x000004cc 
+ 00017423  0x00001213 call  0x00004114 
+ 00017424  0x00001214 nbranch  0x0000442d , 0x00000034 
+ 00017425  0x00001215 call  0x00004573 
+ 00017426  0x00001216 nbranch  0x0000442b , 0x00000005 
+ 00017427  0x00001217 nbranch  0x0000442f , 0x00000028 
+ 00017428  0x00001218 disable  0x00000028 
+ 00017429  0x00001219 arg  0x00000014 , 0x00000011 
+ 00017430  0x0000121a call  0x00004568 
+ 00017431  0x0000121b setarg  0x00000009 
+ 00017432  0x0000121c istore  0x00000001 , 0x00000005 
+ 00017433  0x0000121d copy  0x00000005 , 0x00000030 
+ 00017434  0x0000121e increase  0x00000001 , 0x00000005 
+ 00017435  0x00001220 call  0x0000443d 
+ 00017436  0x00001221 call  0x0000456b 
+ 00017437  0x00001222 call  0x00004114 
+ 00017438  0x00001223 call  0x00004444 
+ 00017439  0x00001224 fetch  0x00000001 , 0x00000522 
+ 00017440  0x00001225 add  0x0000003f , 0x00000005 , 0x00000011 
+ 00017441  0x00001226 istorer  0x00000011 , 0x00000001 , 0x00000030 
+ 00017442  0x00001228 sub  0x00000011 , 0x00000007 , 0x0000003e 
+ 00017443  0x00001229 ncall  0x0000763a , 0x00000005 
+ 00017444  0x0000122a call  0x0000763c , 0x00000005 
+ 00017445  0x0000122b call  0x000045a1 
+ 00017446  0x0000122c idiv  0x00000011 
+ 00017447  0x0000122d call  0x000075d0 
+ 00017448  0x0000122e quotient  0x0000000b 
+ 00017449  0x0000122f increase  0xffffffff , 0x0000000b 
+ 00017450  0x00001230 branch  0x0000442d , 0x00000005 
+ 00017451  0x00001232 call  0x0000456b 
+ 00017452  0x00001233 branch  0x0000440c 
+ 00017453  0x00001235 branch  0x0000455b , 0x00000028 
+ 00017454  0x00001236 branch  0x0000458f 
+ 00017455  0x00001239 call  0x0000457f 
+ 00017456  0x0000123a call  0x0000456b 
+ 00017457  0x0000123b call  0x00004114 
+ 00017458  0x0000123c call  0x000044ee 
+ 00017459  0x0000123d nbranch  0x0000442d , 0x00000034 
+ 00017460  0x0000123f call  0x000074ca 
+ 00017461  0x00001240 fetch  0x00000002 , 0x000004cc 
+ 00017462  0x00001241 increase  0xffffffff , 0x0000003f 
+ 00017463  0x00001242 istore  0x00000002 , 0x00000005 
+ 00017464  0x00001243 call  0x0000458b 
+ 00017465  0x00001244 call  0x00004444 
+ 00017466  0x00001245 increase  0xffffffff , 0x0000000b 
+ 00017467  0x00001246 branch  0x0000442d , 0x00000005 
+ 00017468  0x00001247 branch  0x0000442b 
+ 00017469  0x0000124b fetch  0x00000002 , 0x000004cc 
+ 00017470  0x0000124c istore  0x00000002 , 0x00000005 
+ 00017471  0x0000124e fetch  0x00000001 , 0x0000051b 
+ 00017472  0x0000124f copy  0x0000003f , 0x00000039 
+ 00017473  0x00001250 call  0x000074cd 
+ 00017474  0x00001251 call  0x0000753b 
+ 00017475  0x00001252 branch  0x000074d0 
+ 00017476  0x00001254 call  0x000074ca 
+ 00017477  0x00001255 fetch  0x00000002 , 0x000004cc 
+ 00017478  0x00001256 istore  0x00000002 , 0x00000005 
+ 00017479  0x00001257 call  0x000074d0 
+ 00017480  0x00001258 fetch  0x00000001 , 0x00000522 
+ 00017481  0x00001259 copy  0x0000003f , 0x00000039 
+ 00017482  0x0000125a call  0x000074ca 
+ 00017483  0x0000125b call  0x000074cd 
+ 00017484  0x0000125c isub  0x00000039 , 0x00000006 
+ 00017485  0x0000125d increase  0xffffffff , 0x00000006 
+ 00017486  0x0000125e call  0x0000753b 
+ 00017487  0x0000125f branch  0x000074d0 
+ 00017488  0x00001264 call  0x000040f9 
+ 00017489  0x00001265 branch  0x0000455b , 0x00000034 
+ 00017490  0x00001266 copy  0x00000006 , 0x00000013 
+ 00017491  0x00001267 increase  0xfffffffb , 0x00000006 
+ 00017492  0x00001268 ifetch  0x00000002 , 0x00000006 
+ 00017493  0x00001269 store  0x00000002 , 0x000004cc 
+ 00017494  0x0000126a arg  0x00000014 , 0x00000011 
+ 00017495  0x0000126b call  0x00004568 
+ 00017496  0x0000126c setarg  0x00000009 
+ 00017497  0x0000126d istore  0x00000001 , 0x00000005 
+ 00017498  0x0000126e ifetch  0x00000001 , 0x00000013 
+ 00017499  0x0000126f copy  0x0000003f , 0x00000039 
+ 00017500  0x00001270 increase  0x00000002 , 0x0000003f 
+ 00017501  0x00001271 istore  0x00000001 , 0x00000005 
+ 00017502  0x00001272 fetch  0x00000002 , 0x000004cc 
+ 00017503  0x00001273 istore  0x00000002 , 0x00000005 
+ 00017504  0x00001274 add  0x00000013 , 0x00000001 , 0x00000006 
+ 00017505  0x00001275 call  0x0000753b 
+ 00017506  0x00001276 call  0x000074d0 
+ 00017507  0x00001277 branch  0x0000458f 
+ 00017508  0x0000127c arg  0x00002a00 , 0x00000002 
+ 00017509  0x0000127d call  0x000040f9 
+ 00017510  0x0000127e rtn  0x00000034 
+ 00017511  0x0000127f increase  0xfffffffb , 0x00000006 
+ 00017512  0x00001280 ifetch  0x00000002 , 0x00000006 
+ 00017513  0x00001281 store  0x00000002 , 0x000004cc 
+ 00017514  0x00001282 arg  0x00000014 , 0x00000011 
+ 00017515  0x00001283 call  0x00004568 
+ 00017516  0x00001284 setarg  0x00000009 
+ 00017517  0x00001285 istore  0x00000001 , 0x00000005 
+ 00017518  0x00001286 fetch  0x00000001 , 0x0000422b 
+ 00017519  0x00001287 copy  0x0000003f , 0x00000039 
+ 00017520  0x00001288 increase  0x00000002 , 0x0000003f 
+ 00017521  0x00001289 istore  0x00000001 , 0x00000005 
+ 00017522  0x0000128a fetch  0x00000002 , 0x000004cc 
+ 00017523  0x0000128b istore  0x00000002 , 0x00000005 
+ 00017524  0x0000128c arg  0x0000422c , 0x00000006 
+ 00017525  0x0000128d call  0x0000753b 
+ 00017526  0x0000128e call  0x000074d0 
+ 00017527  0x0000128f branch  0x0000458f 
+ 00017528  0x00001294 call  0x0000451f 
+ 00017529  0x00001295 fetcht  0x00000002 , 0x0000436b 
+ 00017530  0x00001296 fetch  0x00000001 , 0x000042f4 
+ 00017531  0x00001297 bbit1  0x00000003 , 0x0000449d 
+ 00017532  0x0000129b call  0x000040e9 
+ 00017533  0x0000129c nbranch  0x0000455b , 0x00000005 
+ 00017534  0x0000129d call  0x000044a3 , 0x00000028 
+ 00017535  0x0000129e rtn  0x00000028 
+ 00017536  0x0000129f call  0x000040f6 
+ 00017537  0x000012a0 increase  0xfffffffe , 0x00000006 
+ 00017538  0x000012a1 ifetch  0x00000002 , 0x00000006 
+ 00017539  0x000012a2 arg  0x00002a00 , 0x00000002 
+ 00017540  0x000012a3 isub  0x00000002 , 0x0000003e 
+ 00017541  0x000012a4 branch  0x00004493 , 0x00000005 
+ 00017542  0x000012a5 ifetch  0x00000001 , 0x00000006 
+ 00017543  0x000012a6 sub  0x0000003f , 0x00000016 , 0x0000003e 
+ 00017544  0x000012a7 branch  0x0000448a , 0x00000002 
+ 00017545  0x000012a8 force  0x00000016 , 0x0000003f 
+ 00017546  0x000012aa copy  0x0000003f , 0x00000013 
+ 00017547  0x000012ab call  0x000074d3 
+ 00017548  0x000012ac add  0x00000013 , 0x00000001 , 0x00000011 
+ 00017549  0x000012ad call  0x00004568 
+ 00017550  0x000012ae setarg  0x0000000b 
+ 00017551  0x000012af istore  0x00000001 , 0x00000005 
+ 00017552  0x000012b0 copy  0x00000013 , 0x00000039 
+ 00017553  0x000012b1 call  0x000074cd 
+ 00017554  0x000012b2 branch  0x00007548 
+ 00017555  0x000012b5 call  0x000074d3 
+ 00017556  0x000012b6 fetch  0x00000001 , 0x0000422b 
+ 00017557  0x000012b7 add  0x0000003f , 0x00000001 , 0x00000011 
+ 00017558  0x000012b8 call  0x00004568 
+ 00017559  0x000012b9 setarg  0x0000000b 
+ 00017560  0x000012ba istore  0x00000001 , 0x00000005 
+ 00017561  0x000012bb fetch  0x00000001 , 0x0000422b 
+ 00017562  0x000012bc copy  0x0000003f , 0x00000039 
+ 00017563  0x000012bd arg  0x0000422c , 0x00000006 
+ 00017564  0x000012be branch  0x00007548 
+ 00017565  0x000012c2 fetch  0x00000002 , 0x00004305 
+ 00017566  0x000012c3 isub  0x00000002 , 0x0000003e 
+ 00017567  0x000012c4 nbranch  0x0000447c , 0x00000005 
+ 00017568  0x000012c5 nbranch  0x0000447c , 0x00000028 
+ 00017569  0x000012c7 jam  0x00000005 , 0x000001b4 
+ 00017570  0x000012c8 branch  0x0000455d 
+ 00017571  0x000012cb increase  0xfffffffe , 0x00000006 
+ 00017572  0x000012cc ifetch  0x00000002 , 0x00000006 
+ 00017573  0x000012cd bbit1  0x0000000e , 0x000044a1 
+ 00017574  0x000012ce branch  0x00007638 
+ 00017575  0x000012d1 ifetch  0x00000002 , 0x00000006 
+ 00017576  0x000012d2 store  0x00000002 , 0x0000050a 
+ 00017577  0x000012d4 arg  0x00000014 , 0x00000011 
+ 00017578  0x000012d5 call  0x00004568 
+ 00017579  0x000012d6 setarg  0x0000000d 
+ 00017580  0x000012d7 istore  0x00000001 , 0x00000005 
+ 00017581  0x000012d8 fetch  0x00000002 , 0x0000050a 
+ 00017582  0x000012d9 iforce  0x00000011 
+ 00017583  0x000012da fetcht  0x00000002 , 0x0000436b 
+ 00017584  0x000012db call  0x000040e6 
+ 00017585  0x000012dc branch  0x0000455b , 0x00000034 
+ 00017586  0x000012dd ifetch  0x00000001 , 0x00000006 
+ 00017587  0x000012de isub  0x00000011 , 0x00000039 
+ 00017588  0x000012df nbranch  0x0000455b , 0x00000002 
+ 00017589  0x000012e0 sub  0x00000039 , 0x00000016 , 0x0000003e 
+ 00017590  0x000012e1 branch  0x000044b8 , 0x00000002 
+ 00017591  0x000012e2 force  0x00000016 , 0x00000039 
+ 00017592  0x000012e4 deposit  0x00000011 
+ 00017593  0x000012e5 iadd  0x00000006 , 0x00000006 
+ 00017594  0x000012e6 call  0x0000753b 
+ 00017595  0x000012e7 call  0x000074d0 
+ 00017596  0x000012e8 branch  0x0000458f 
+ 00017597  0x000012ed call  0x0000459c 
+ 00017598  0x000012ee call  0x000045aa 
+ 00017599  0x000012ef branch  0x000044c0 
+ 00017600  0x000012f6 arg  0x00000002 , 0x0000000b 
+ 00017601  0x000012f7 fetcht  0x00000002 , 0x00000506 
+ 00017602  0x000012f8 storet  0x00000002 , 0x000004cc 
+ 00017603  0x000012f9 call  0x000040e9 
+ 00017604  0x000012fa increase  0xfffffffe , 0x00000006 
+ 00017605  0x000012fb copy  0x00000006 , 0x0000003f 
+ 00017606  0x000012fc store  0x00000002 , 0x0000051c 
+ 00017607  0x000012fe call  0x0000456f 
+ 00017608  0x000012ff nbranch  0x000044f6 , 0x00000002 
+ 00017609  0x00001300 fetcht  0x00000002 , 0x000004cc 
+ 00017610  0x00001301 call  0x00004114 
+ 00017611  0x00001302 nbranch  0x000044f9 , 0x00000034 
+ 00017612  0x00001304 call  0x00004573 
+ 00017613  0x00001305 nbranch  0x000044ec , 0x00000005 
+ 00017614  0x00001306 copy  0x0000000b , 0x0000003f 
+ 00017615  0x00001307 beq  0x00000000 , 0x000044f9 
+ 00017616  0x00001308 nbranch  0x000044e2 , 0x00000028 
+ 00017617  0x00001309 disable  0x00000028 
+ 00017618  0x0000130b arg  0x00000014 , 0x00000011 
+ 00017619  0x0000130c call  0x00004568 
+ 00017620  0x0000130d setarg  0x00000011 
+ 00017621  0x0000130e istore  0x00000001 , 0x00000005 
+ 00017622  0x0000130f fetch  0x00000001 , 0x0000051b 
+ 00017623  0x00001310 add  0x0000003f , 0x00000004 , 0x00000011 
+ 00017624  0x00001311 istorer  0x00000011 , 0x00000001 , 0x00000005 
+ 00017625  0x00001312 call  0x000074d0 
+ 00017626  0x00001313 sub  0x00000011 , 0x00000006 , 0x0000003e 
+ 00017627  0x00001314 ncall  0x0000763a , 0x00000005 
+ 00017628  0x00001315 call  0x0000763c , 0x00000005 
+ 00017629  0x00001316 call  0x000045a1 
+ 00017630  0x00001317 idiv  0x00000011 
+ 00017631  0x00001318 call  0x000075d0 
+ 00017632  0x00001319 quotient  0x0000000b 
+ 00017633  0x0000131a branch  0x000044e8 
+ 00017634  0x0000131c call  0x000044f0 
+ 00017635  0x0000131d nbranch  0x000044f9 , 0x00000034 
+ 00017636  0x0000131e fetch  0x00000002 , 0x000004cc 
+ 00017637  0x0000131f increase  0xffffffff , 0x0000003f 
+ 00017638  0x00001320 store  0x00000002 , 0x00000520 
+ 00017639  0x00001321 call  0x00004585 
+ 00017640  0x00001323 fetch  0x00000002 , 0x000004cc 
+ 00017641  0x00001324 store  0x00000002 , 0x0000051e 
+ 00017642  0x00001325 call  0x0000457f 
+ 00017643  0x00001326 increase  0xffffffff , 0x0000000b 
+ 00017644  0x00001329 call  0x0000456b 
+ 00017645  0x0000132a branch  0x000044c7 
+ 00017646  0x0000132d fetch  0x00000001 , 0x00000522 
+ 00017647  0x0000132e branch  0x000044f1 
+ 00017648  0x00001332 fetch  0x00000001 , 0x0000051b 
+ 00017649  0x00001333 branch  0x000044f4 , 0x0000002c 
+ 00017650  0x00001334 increase  0xfffffffe , 0x0000003f 
+ 00017651  0x00001335 rtn 
+ 00017652  0x00001338 increase  0xfffffff0 , 0x0000003f 
+ 00017653  0x00001339 rtn 
+ 00017654  0x0000133c fetch  0x00000002 , 0x000004cc 
+ 00017655  0x0000133d store  0x00000002 , 0x00000520 
+ 00017656  0x0000133e branch  0x000044fd 
+ 00017657  0x00001340 fetch  0x00000002 , 0x000004cc 
+ 00017658  0x00001341 increase  0xffffffff , 0x0000003f 
+ 00017659  0x00001342 store  0x00000002 , 0x00000520 
+ 00017660  0x00001343 branch  0x000044fd 
+ 00017661  0x00001345 branch  0x0000455b , 0x00000028 
+ 00017662  0x00001346 call  0x00004585 
+ 00017663  0x00001347 branch  0x0000458f 
+ 00017664  0x0000134d copy  0x00000006 , 0x00000011 
+ 00017665  0x0000134e fetch  0x00000002 , 0x00004308 
+ 00017666  0x0000134f add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00017667  0x00001350 call  0x000040a8 
+ 00017668  0x00001352 bpatchx  0x00000013 , 0x00004022 
+ 00017669  0x00001353 call  0x0000451f 
+ 00017670  0x00001354 fetcht  0x00000002 , 0x0000436b 
+ 00017671  0x00001355 call  0x000040e9 
+ 00017672  0x00001356 nbranch  0x0000451d , 0x00000005 
+ 00017673  0x00001357 call  0x00004519 , 0x00000028 
+ 00017674  0x00001358 rtn  0x00000028 
+ 00017675  0x0000135a fetch  0x00000001 , 0x000042f4 
+ 00017676  0x0000135b bbit0  0x00000004 , 0x00004514 
+ 00017677  0x0000135d fetcht  0x00000002 , 0x0000436b 
+ 00017678  0x0000135e fetch  0x00000002 , 0x00004305 
+ 00017679  0x0000135f isub  0x00000002 , 0x0000003e 
+ 00017680  0x00001360 nbranch  0x00004514 , 0x00000005 
+ 00017681  0x00001361 call  0x0000451f 
+ 00017682  0x00001362 nbranch  0x00004514 , 0x00000028 
+ 00017683  0x00001363 branch  0x000044a1 
+ 00017684  0x00001367 force  0x00000001 , 0x00000011 
+ 00017685  0x00001368 call  0x00004568 
+ 00017686  0x00001369 setarg  0x00000013 
+ 00017687  0x0000136a istore  0x00000001 , 0x00000005 
+ 00017688  0x0000136b rtn 
+ 00017689  0x0000136e increase  0xfffffffe , 0x00000006 
+ 00017690  0x0000136f ifetch  0x00000002 , 0x00000006 
+ 00017691  0x00001370 bbit1  0x0000000f , 0x000044a1 
+ 00017692  0x00001371 branch  0x00007638 
+ 00017693  0x00001374 jam  0x00000001 , 0x000001b4 
+ 00017694  0x00001375 branch  0x0000455d 
+ 00017695  0x00001379 bpatchx  0x00000014 , 0x00004022 
+ 00017696  0x0000137a call  0x00007638 
+ 00017697  0x0000137b fetch  0x00000001 , 0x000042d1 
+ 00017698  0x0000137c rtneq  0x00000000 
+ 00017699  0x0000137d fetch  0x00000001 , 0x00004040 
+ 00017700  0x0000137e rtnbit1  0x00000004 
+ 00017701  0x0000137f branch  0x00007636 
+ 00017702  0x00001383 add  0x00000006 , 0x00000002 , 0x00000011 
+ 00017703  0x00001384 fetch  0x00000002 , 0x00004308 
+ 00017704  0x00001385 add  0x0000003f , 0xfffffffb , 0x00000012 
+ 00017705  0x00001386 call  0x000040a8 
+ 00017706  0x00001387 branch  0x0000452b 
+ 00017707  0x0000138b fetch  0x00000002 , 0x00004308 
+ 00017708  0x0000138c copy  0x0000003f , 0x00000011 
+ 00017709  0x0000138d call  0x00004568 
+ 00017710  0x0000138e setarg  0x00000017 
+ 00017711  0x0000138f istore  0x00000001 , 0x00000005 
+ 00017712  0x00001390 fetch  0x00000002 , 0x0000436b 
+ 00017713  0x00001391 istore  0x00000002 , 0x00000005 
+ 00017714  0x00001392 fetch  0x00000002 , 0x00004308 
+ 00017715  0x00001393 add  0x0000003f , 0xfffffffb , 0x00000039 
+ 00017716  0x00001394 fetch  0x00000002 , 0x0000430c 
+ 00017717  0x00001395 add  0x0000003f , 0x00000007 , 0x00000006 
+ 00017718  0x00001396 ifetch  0x00000002 , 0x00000006 
+ 00017719  0x00001397 istore  0x00000002 , 0x00000005 
+ 00017720  0x00001398 branch  0x0000753b 
+ 00017721  0x0000139f force  0x00000001 , 0x00000011 
+ 00017722  0x000013a0 call  0x00004568 
+ 00017723  0x000013a1 setarg  0x00000019 
+ 00017724  0x000013a2 istore  0x00000001 , 0x00000005 
+ 00017725  0x000013a3 rtn 
+ 00017726  0x000013a6 fetch  0x00000001 , 0x00004369 
+ 00017727  0x000013a7 set0  0x00000000 , 0x0000003f 
+ 00017728  0x000013a8 store  0x00000001 , 0x00004369 
+ 00017729  0x000013a9 rtn 
+ 00017730  0x000013ac copy  0x00000006 , 0x00000011 
+ 00017731  0x000013ad fetch  0x00000002 , 0x00004308 
+ 00017732  0x000013ae add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00017733  0x000013af branch  0x000040a8 
+ 00017734  0x000013b5 copy  0x00000002 , 0x00000013 
+ 00017735  0x000013b6 increase  0x00000003 , 0x00000011 
+ 00017736  0x000013b7 call  0x00004568 
+ 00017737  0x000013b8 increase  0xfffffffd , 0x00000011 
+ 00017738  0x000013b9 setarg  0x0000001b 
+ 00017739  0x000013ba istore  0x00000001 , 0x00000005 
+ 00017740  0x000013bb copy  0x00000013 , 0x00000002 
+ 00017741  0x000013bc istoret  0x00000002 , 0x00000005 
+ 00017742  0x000013bd rtn 
+ 00017743  0x000013c1 fetch  0x00000001 , 0x00004369 
+ 00017744  0x000013c2 set1  0x00000000 , 0x0000003f 
+ 00017745  0x000013c3 store  0x00000001 , 0x00004369 
+ 00017746  0x000013c4 copy  0x00000002 , 0x00000013 
+ 00017747  0x000013c5 increase  0x00000003 , 0x00000011 
+ 00017748  0x000013c6 call  0x00004568 
+ 00017749  0x000013c7 increase  0xfffffffd , 0x00000011 
+ 00017750  0x000013c8 setarg  0x0000001d 
+ 00017751  0x000013c9 istore  0x00000001 , 0x00000005 
+ 00017752  0x000013ca copy  0x00000013 , 0x00000002 
+ 00017753  0x000013cb istoret  0x00000002 , 0x00000005 
+ 00017754  0x000013cc rtn 
+ 00017755  0x000013d2 bpatchx  0x00000015 , 0x00004022 
+ 00017756  0x000013d3 jam  0x0000000a , 0x000001b4 
+ 00017757  0x000013d5 force  0x00000005 , 0x00000011 
+ 00017758  0x000013d6 call  0x00004568 
+ 00017759  0x000013d7 setarg  0x00000001 
+ 00017760  0x000013d8 istore  0x00000001 , 0x00000005 
+ 00017761  0x000013d9 fetch  0x00000001 , 0x0000436a 
+ 00017762  0x000013da istore  0x00000001 , 0x00000005 
+ 00017763  0x000013db fetch  0x00000002 , 0x0000436b 
+ 00017764  0x000013dc istore  0x00000002 , 0x00000005 
+ 00017765  0x000013dd fetch  0x00000001 , 0x000001b4 
+ 00017766  0x000013de istore  0x00000001 , 0x00000005 
+ 00017767  0x000013df rtn 
+ 00017768  0x000013e3 bpatchx  0x00000016 , 0x00004022 
+ 00017769  0x000013e4 force  0x00000004 , 0x00000012 
+ 00017770  0x000013e5 branch  0x000041d6 
+ 00017771  0x000013e9 fetcht  0x00000002 , 0x000004cc 
+ 00017772  0x000013ea increase  0x00000001 , 0x00000002 
+ 00017773  0x000013eb storet  0x00000002 , 0x000004cc 
+ 00017774  0x000013ec rtn 
+ 00017775  0x000013ef fetcht  0x00000002 , 0x000004cc 
+ 00017776  0x000013f0 fetch  0x00000002 , 0x00000508 
+ 00017777  0x000013f1 isub  0x00000002 , 0x0000003e 
+ 00017778  0x000013f2 rtn 
+ 00017779  0x000013f6 bpatchx  0x00000017 , 0x00004022 
+ 00017780  0x000013f7 fetcht  0x00000001 , 0x0000050a 
+ 00017781  0x000013f8 arg  0x0000050b , 0x00000011 
+ 00017782  0x000013fa fetch  0x00000001 , 0x00000522 
+ 00017783  0x000013fb copy  0x0000003f , 0x00000039 
+ 00017784  0x000013fc isub  0x00000002 , 0x0000003e 
+ 00017785  0x000013fd nrtn  0x00000005 
+ 00017786  0x000013fe arg  0x00000523 , 0x00000012 
+ 00017787  0x000013ff branch  0x000075d2 
+ 00017788  0x00001402 fetcht  0x00000001 , 0x0000428d 
+ 00017789  0x00001403 arg  0x0000428e , 0x00000011 
+ 00017790  0x00001404 branch  0x00004576 
+ 00017791  0x00001408 bpatchx  0x00000018 , 0x00004023 
+ 00017792  0x00001409 fetch  0x00000001 , 0x0000051b 
+ 00017793  0x0000140a store  0x00000001 , 0x000004f6 
+ 00017794  0x0000140b copy  0x0000003f , 0x00000039 
+ 00017795  0x0000140c call  0x000074cd 
+ 00017796  0x0000140d branch  0x0000753b 
+ 00017797  0x00001411 bpatchx  0x00000019 , 0x00004023 
+ 00017798  0x00001412 call  0x000074ca 
+ 00017799  0x00001413 fetch  0x00000002 , 0x0000051e 
+ 00017800  0x00001414 istore  0x00000002 , 0x00000005 
+ 00017801  0x00001415 fetch  0x00000002 , 0x00000520 
+ 00017802  0x00001416 istore  0x00000002 , 0x00000005 
+ 00017803  0x00001418 fetch  0x00000001 , 0x000004f6 
+ 00017804  0x00001419 copy  0x0000003f , 0x00000039 
+ 00017805  0x0000141a call  0x0000753b 
+ 00017806  0x0000141b branch  0x000074d0 
+ 00017807  0x00001420 bpatchx  0x0000001a , 0x00004023 
+ 00017808  0x00001421 call  0x000074ca 
+ 00017809  0x00001422 call  0x000041fc 
+ 00017810  0x00001423 copy  0x00000005 , 0x0000003f 
+ 00017811  0x00001424 isub  0x00000006 , 0x00000011 
+ 00017812  0x00001425 call  0x000041ff 
+ 00017813  0x00001426 copy  0x00000011 , 0x0000003f 
+ 00017814  0x00001427 istore  0x00000002 , 0x00000006 
+ 00017815  0x00001428 increase  0x00000004 , 0x00000011 
+ 00017816  0x00001429 call  0x000041f1 
+ 00017817  0x0000142a copy  0x00000011 , 0x0000003f 
+ 00017818  0x0000142b istore  0x00000001 , 0x00000006 
+ 00017819  0x0000142c rtn 
+ 00017820  0x00001430 rshift8  0x0000003f , 0x0000003f 
+ 00017821  0x00001431 store  0x00000002 , 0x00000506 
+ 00017822  0x00001432 ifetch  0x00000002 , 0x00000006 
+ 00017823  0x00001433 store  0x00000002 , 0x00000508 
+ 00017824  0x00001434 rtn 
+ 00017825  0x00001437 bpatchx  0x0000001b , 0x00004023 
+ 00017826  0x00001438 fetch  0x00000002 , 0x000042b6 
+ 00017827  0x00001439 increase  0xfffffffe , 0x0000003f 
+ 00017828  0x0000143d fetcht  0x00000002 , 0x000042b4 
+ 00017829  0x0000143e increase  0xfffffffe , 0x00000002 
+ 00017830  0x0000143f call  0x0000762c 
+ 00017831  0x00001440 arg  0x000000f0 , 0x00000002 
+ 00017832  0x00001441 call  0x0000762c 
+ 00017833  0x00001443 rtn 
+ 00017834  0x00001446 bpatchx  0x0000001c , 0x00004023 
+ 00017835  0x00001447 call  0x000074d3 
+ 00017836  0x00001448 arg  0x0000050a , 0x00000005 
+ 00017837  0x0000144a fetch  0x00000002 , 0x00004308 
+ 00017838  0x0000144b increase  0xfffffffb , 0x0000003f 
+ 00017839  0x0000144d istore  0x00000001 , 0x00000005 
+ 00017840  0x0000144e copy  0x0000003f , 0x00000039 
+ 00017841  0x0000144f call  0x000074cd 
+ 00017842  0x00001450 branch  0x0000753b 
+ 00017843  0x00001455 fetch  0x00000002 , 0x0000004b 
+ 00017844  0x00001456 rtnne  0x00000004 
+ 00017845  0x00001457 fetch  0x00000001 , 0x00004369 
+ 00017846  0x00001458 set1  0x00000001 , 0x0000003f 
+ 00017847  0x00001459 store  0x00000001 , 0x00004369 
+ 00017848  0x0000145a fetch  0x00000003 , 0x0000004d 
+ 00017849  0x0000145b store  0x00000003 , 0x0000436a 
+ 00017850  0x0000145c set1  0x0000000f , 0x00000000 
+ 00017851  0x0000145d beq  0x00000012 , 0x000045ce 
+ 00017852  0x0000145e beq  0x00000052 , 0x000045d3 
+ 00017853  0x0000145f beq  0x00000018 , 0x00004539 
+ 00017854  0x00001460 beq  0x00000002 , 0x00004379 
+ 00017855  0x00001461 beq  0x0000001e , 0x0000453e 
+ 00017856  0x00001462 set0  0x0000000f , 0x00000000 
+ 00017857  0x00001464 fetch  0x00000001 , 0x00004369 
+ 00017858  0x00001465 set0  0x00000001 , 0x0000003f 
+ 00017859  0x00001466 store  0x00000001 , 0x00004369 
+ 00017860  0x00001467 rtn 
+ 00017861  0x0000146a fetch  0x00000001 , 0x00004369 
+ 00017862  0x0000146b rtnbit0  0x00000001 
+ 00017863  0x0000146c set1  0x0000000f , 0x00000000 
+ 00017864  0x0000146d call  0x000045de 
+ 00017865  0x0000146e call  0x000045e4 
+ 00017866  0x0000146f call  0x000045c1 , 0x00000028 
+ 00017867  0x00001470 fetch  0x00000001 , 0x0000436a 
+ 00017868  0x00001471 beq  0x00000012 , 0x00004504 
+ 00017869  0x00001472 rtn 
+ 00017870  0x00001476 call  0x000045d3 
+ 00017871  0x00001477 branch  0x000045d0 
+ 00017872  0x0000147a call  0x000045e4 
+ 00017873  0x0000147b nrtn  0x00000028 
+ 00017874  0x0000147c branch  0x00004504 
+ 00017875  0x00001480 bpatchx  0x0000001d , 0x00004023 
+ 00017876  0x00001481 call  0x000045d7 
+ 00017877  0x00001482 arg  0x00000050 , 0x00000011 
+ 00017878  0x00001483 branch  0x000040a8 
+ 00017879  0x00001487 fetch  0x00000001 , 0x00000048 
+ 00017880  0x00001488 add  0x0000003f , 0xfffffff9 , 0x00000012 
+ 00017881  0x00001489 increase  0xfffffffc , 0x0000003f 
+ 00017882  0x0000148a store  0x00000002 , 0x0000430a 
+ 00017883  0x0000148b fetcht  0x00000002 , 0x00000049 
+ 00017884  0x0000148c storet  0x00000002 , 0x00004308 
+ 00017885  0x0000148d rtn 
+ 00017886  0x00001491 fetchr  0x00000012 , 0x00000001 , 0x00000048 
+ 00017887  0x00001492 fetch  0x00000002 , 0x0000430a 
+ 00017888  0x00001493 iadd  0x00000012 , 0x00000002 
+ 00017889  0x00001494 storet  0x00000002 , 0x0000430a 
+ 00017890  0x00001495 arg  0x00000049 , 0x00000011 
+ 00017891  0x00001496 branch  0x000040a8 
+ 00017892  0x0000149b call  0x00007638 
+ 00017893  0x0000149c fetch  0x00000002 , 0x0000430a 
+ 00017894  0x0000149d fetcht  0x00000002 , 0x00004308 
+ 00017895  0x0000149e isub  0x00000002 , 0x0000003e 
+ 00017896  0x0000149f nrtn  0x00000005 
+ 00017897  0x000014a0 branch  0x00007636 
+ 00017898  0x000014a7 ifetch  0x00000001 , 0x00000006 
+ 00017899  0x000014a8 ifetcht  0x00000001 , 0x00000006 
+ 00017900  0x000014a9 ifetcht  0x00000002 , 0x00000006 
+ 00017901  0x000014aa beq  0x00000013 , 0x000045ef 
+ 00017902  0x000014ab rtn 
+ 00017903  0x000014ad ifetch  0x00000002 , 0x00000006 
+ 00017904  0x000014ae store  0x00000002 , 0x0000430f 
+ 00017905  0x000014af jam  0x00000040 , 0x000004c3 
+ 00017906  0x000014b0 branch  0x0000709b 
+ 00017907  0x000014b7 arg  0x0000000c , 0x00000011 
+ 00017908  0x000014b8 arg  0x00000012 , 0x00000013 
+ 00017909  0x000014b9 call  0x000045fb 
+ 00017910  0x000014ba setarg  0x00000008 
+ 00017911  0x000014bb istore  0x00000002 , 0x00000005 
+ 00017912  0x000014bc fetch  0x00000008 , 0x000042a6 
+ 00017913  0x000014bd istore  0x00000008 , 0x00000005 
+ 00017914  0x000014be rtn 
+ 00017915  0x000014c3 call  0x00004603 
+ 00017916  0x000014c4 arg  0x00000005 , 0x00000012 
+ 00017917  0x000014c5 call  0x000041d6 
+ 00017918  0x000014c6 copy  0x00000013 , 0x0000003f 
+ 00017919  0x000014c7 istore  0x00000001 , 0x00000005 
+ 00017920  0x000014c8 fetch  0x00000001 , 0x0000430e 
+ 00017921  0x000014c9 istore  0x00000001 , 0x00000005 
+ 00017922  0x000014ca rtn 
+ 00017923  0x000014ce fetch  0x00000001 , 0x0000430e 
+ 00017924  0x000014d0 pincrease  0x00000001 
+ 00017925  0x000014d1 store  0x00000001 , 0x0000430e 
+ 00017926  0x000014d2 rtnne  0x00000000 
+ 00017927  0x000014d5 jam  0x00000001 , 0x0000430e 
+ 00017928  0x000014d6 rtn 
+ 00017929  0x000014dc fetch  0x00000001 , 0x000042d1 
+ 00017930  0x000014dd beq  0x00000000 , 0x0000460e 
+ 00017931  0x000014de beq  0x00000001 , 0x00004611 
+ 00017932  0x000014df beq  0x00000002 , 0x00004613 
+ 00017933  0x000014e0 rtn 
+ 00017934  0x000014e4 jam  0x00000000 , 0x00004287 
+ 00017935  0x000014e6 jam  0x00000003 , 0x00004285 
+ 00017936  0x000014e7 rtn 
+ 00017937  0x000014e9 jam  0x00000005 , 0x00004287 
+ 00017938  0x000014ea branch  0x0000460f 
+ 00017939  0x000014ec jam  0x00000005 , 0x00004287 
+ 00017940  0x000014ee jam  0x00000000 , 0x00004285 
+ 00017941  0x000014ef rtn 
+ 00017942  0x000014f3 ifetch  0x00000001 , 0x00000006 
+ 00017943  0x000014f4 beq  0x00000001 , 0x00004628 
+ 00017944  0x000014f6 beq  0x00000003 , 0x00004649 
+ 00017945  0x000014f7 beq  0x00000004 , 0x00004658 
+ 00017946  0x000014f8 beq  0x00000005 , 0x00004663 
+ 00017947  0x000014fa beq  0x00000007 , 0x000046b7 
+ 00017948  0x000014fb beq  0x00000008 , 0x000046a3 
+ 00017949  0x000014fc beq  0x00000009 , 0x000046b3 
+ 00017950  0x000014fd beq  0x0000000a , 0x000046b7 
+ 00017951  0x000014fe beq  0x0000000b , 0x000046b7 
+ 00017952  0x000014ff rtn 
+ 00017953  0x00001504 force  0x00000002 , 0x00000011 
+ 00017954  0x00001505 call  0x000046fc 
+ 00017955  0x00001506 setarg  0x0000000b 
+ 00017956  0x00001507 istore  0x00000001 , 0x00000005 
+ 00017957  0x00001508 fetch  0x00000001 , 0x00004287 
+ 00017958  0x00001509 istore  0x00000001 , 0x00000005 
+ 00017959  0x0000150a rtn 
+ 00017960  0x0000150d store  0x00000001 , 0x0000427d 
+ 00017961  0x0000150e ifetch  0x00000006 , 0x00000006 
+ 00017962  0x0000150f istore  0x00000006 , 0x00000005 
+ 00017963  0x00001510 fetch  0x00000001 , 0x000042d1 
+ 00017964  0x00001511 beq  0x00000000 , 0x00004669 
+ 00017965  0x00001512 call  0x00004644 
+ 00017966  0x00001514 jam  0x00000003 , 0x000042cf 
+ 00017967  0x00001515 fetch  0x00000001 , 0x0000427e 
+ 00017968  0x00001516 beq  0x00000000 , 0x00004636 
+ 00017969  0x00001517 beq  0x00000001 , 0x00004636 
+ 00017970  0x00001518 beq  0x00000003 , 0x00004636 
+ 00017971  0x00001519 fetch  0x00000001 , 0x000042d1 
+ 00017972  0x0000151a beq  0x00000002 , 0x00004639 
+ 00017973  0x0000151b rtneq  0x00000083 
+ 00017974  0x0000151d arg  0x00000000 , 0x0000003f 
+ 00017975  0x0000151e store  0x00000004 , 0x000042d2 
+ 00017976  0x0000151f rtn 
+ 00017977  0x00001522 fetch  0x00000001 , 0x000042f4 
+ 00017978  0x00001523 bbit1  0x00000000 , 0x00004642 
+ 00017979  0x00001525 arg  0x000042d2 , 0x00000011 
+ 00017980  0x00001526 copy  0x00000011 , 0x00000005 
+ 00017981  0x00001527 arg  0x00000003 , 0x00000039 
+ 00017982  0x00001528 call  0x00007662 
+ 00017983  0x00001529 fetch  0x00000002 , 0x000042d4 
+ 00017984  0x0000152a and_into  0x00000007 , 0x0000003f 
+ 00017985  0x0000152b store  0x00000002 , 0x000042d4 
+ 00017986  0x0000152d jam  0x00000034 , 0x000004c3 
+ 00017987  0x0000152e branch  0x0000709b 
+ 00017988  0x00001533 force  0x00000007 , 0x00000011 
+ 00017989  0x00001534 call  0x000046fc 
+ 00017990  0x00001535 fetch  0x00000007 , 0x00004284 
+ 00017991  0x00001536 istore  0x00000007 , 0x00000005 
+ 00017992  0x00001537 rtn 
+ 00017993  0x0000153b jam  0x00000005 , 0x000042cf 
+ 00017994  0x0000153c arg  0x0000425b , 0x00000005 
+ 00017995  0x0000153d call  0x000074f5 
+ 00017996  0x0000153e fetch  0x00000001 , 0x000042d1 
+ 00017997  0x0000153f beq  0x00000004 , 0x0000464f 
+ 00017998  0x00001540 branch  0x00004651 
+ 00017999  0x00001544 jam  0x00000043 , 0x000004c3 
+ 00018000  0x00001545 branch  0x0000709b 
+ 00018001  0x00001549 jam  0x00000006 , 0x000042cf 
+ 00018002  0x0000154a call  0x00006e65 
+ 00018003  0x0000154b force  0x00000011 , 0x00000011 
+ 00018004  0x0000154c call  0x000046fc 
+ 00018005  0x0000154d setarg  0x00000003 
+ 00018006  0x0000154e istore  0x00000001 , 0x00000005 
+ 00018007  0x0000154f branch  0x00006fb1 
+ 00018008  0x00001553 copy  0x00000006 , 0x00000011 
+ 00018009  0x00001554 copy  0x00000011 , 0x00000006 
+ 00018010  0x00001555 call  0x00006e5d 
+ 00018011  0x00001556 branch  0x0000466b , 0x00000005 
+ 00018012  0x00001558 jam  0x00000004 , 0x000001b5 
+ 00018013  0x0000155a force  0x00000002 , 0x00000011 
+ 00018014  0x0000155b call  0x000046fc 
+ 00018015  0x0000155c setarg  0x00000005 
+ 00018016  0x0000155d istore  0x00000001 , 0x00000005 
+ 00018017  0x0000155e fetch  0x00000001 , 0x000001b5 
+ 00018018  0x0000155f istore  0x00000001 , 0x00000005 
+ 00018019  0x00001561 bpatchx  0x0000001e , 0x00004023 
+ 00018020  0x00001562 force  0x00000007 , 0x00000007 
+ 00018021  0x00001563 call  0x0000754e 
+ 00018022  0x00001564 jam  0x00000000 , 0x000042cf 
+ 00018023  0x00001565 jam  0x00000030 , 0x000004c3 
+ 00018024  0x00001566 branch  0x0000709b 
+ 00018025  0x00001569 jam  0x00000005 , 0x000001b5 
+ 00018026  0x0000156a branch  0x0000465d 
+ 00018027  0x0000156e call  0x00006e59 
+ 00018028  0x0000156f jam  0x00000031 , 0x000004c3 
+ 00018029  0x00001570 call  0x0000709b 
+ 00018030  0x00001571 jam  0x00000001 , 0x0000425a 
+ 00018031  0x00001572 jam  0x00000009 , 0x000042cf 
+ 00018032  0x00001575 force  0x00000011 , 0x00000011 
+ 00018033  0x00001576 call  0x000046fc 
+ 00018034  0x00001577 setarg  0x00000004 
+ 00018035  0x00001578 istore  0x00000001 , 0x00000005 
+ 00018036  0x00001579 arg  0x0000426b , 0x00000006 
+ 00018037  0x0000157a branch  0x000074f5 
+ 00018038  0x0000157d force  0x00000011 , 0x00000011 
+ 00018039  0x0000157e call  0x000046fc 
+ 00018040  0x0000157f setarg  0x00000006 
+ 00018041  0x00001580 istore  0x00000001 , 0x00000005 
+ 00018042  0x00001581 fetch  0x00000001 , 0x000042f4 
+ 00018043  0x00001582 bbit1  0x00000001 , 0x0000467e 
+ 00018044  0x00001583 arg  0x0000424a , 0x00000006 
+ 00018045  0x00001584 branch  0x000074f5 
+ 00018046  0x00001587 arg  0x000042f5 , 0x00000006 
+ 00018047  0x00001588 branch  0x000074f5 
+ 00018048  0x0000158c arg  0x000042d6 , 0x00000005 
+ 00018049  0x0000158d force  0x0000000a , 0x00000039 
+ 00018050  0x0000158e call  0x00007662 
+ 00018051  0x0000158f force  0x0000000b , 0x00000011 
+ 00018052  0x00001590 call  0x000046fc 
+ 00018053  0x00001591 setarg  0x00000007 
+ 00018054  0x00001592 istore  0x00000001 , 0x00000005 
+ 00018055  0x00001593 fetch  0x00000002 , 0x000042d6 
+ 00018056  0x00001594 istore  0x00000002 , 0x00000005 
+ 00018057  0x00001595 fetch  0x00000008 , 0x000042d8 
+ 00018058  0x00001596 istore  0x00000008 , 0x00000005 
+ 00018059  0x00001597 rtn 
+ 00018060  0x0000159a force  0x00000011 , 0x00000011 
+ 00018061  0x0000159b call  0x000046fc 
+ 00018062  0x0000159c setarg  0x00000008 
+ 00018063  0x0000159d istore  0x00000001 , 0x00000005 
+ 00018064  0x0000159e setarg  0x00000000 
+ 00018065  0x0000159f istore  0x00000008 , 0x00000005 
+ 00018066  0x000015a0 istore  0x00000008 , 0x00000005 
+ 00018067  0x000015a1 rtn 
+ 00018068  0x000015a5 force  0x00000008 , 0x00000011 
+ 00018069  0x000015a6 call  0x000046fc 
+ 00018070  0x000015a7 setarg  0x00000009 
+ 00018071  0x000015a8 istore  0x00000001 , 0x00000005 
+ 00018072  0x000015a9 fetch  0x00000001 , 0x000042a5 
+ 00018073  0x000015aa istore  0x00000001 , 0x00000005 
+ 00018074  0x000015ab fetch  0x00000006 , 0x000042ae 
+ 00018075  0x000015ac istore  0x00000006 , 0x00000005 
+ 00018076  0x000015ad rtn 
+ 00018077  0x000015b1 jam  0x00000008 , 0x000001b5 
+ 00018078  0x000015b2 branch  0x0000465d 
+ 00018079  0x000015b5 fetch  0x00000001 , 0x00004289 
+ 00018080  0x000015b6 fetcht  0x00000001 , 0x00004289 
+ 00018081  0x000015b7 iand  0x00000002 , 0x0000003f 
+ 00018082  0x000015b8 rtn 
+ 00018083  0x000015bb arg  0x000042e0 , 0x00000005 
+ 00018084  0x000015bc call  0x000074f5 
+ 00018085  0x000015bd call  0x0000469f 
+ 00018086  0x000015be isolate0  0x00000001 , 0x0000003f 
+ 00018087  0x000015bf branch  0x0000469d , 0x00000001 
+ 00018088  0x000015c0 fetch  0x00000001 , 0x00004095 
+ 00018089  0x000015c1 rtnne  0x0000000a 
+ 00018090  0x000015c2 call  0x000046ad 
+ 00018091  0x000015c3 nrtn  0x00000028 
+ 00018092  0x000015c4 branch  0x00004e2a 
+ 00018093  0x000015c8 call  0x00007638 
+ 00018094  0x000015c9 fetch  0x00000001 , 0x0000429e 
+ 00018095  0x000015ca rtneq  0x00000000 
+ 00018096  0x000015cb fetch  0x00000001 , 0x00004282 
+ 00018097  0x000015cc rtnbit0  0x00000001 
+ 00018098  0x000015cd branch  0x00007636 
+ 00018099  0x000015d0 call  0x0000469f 
+ 00018100  0x000015d1 isolate0  0x00000001 , 0x0000003f 
+ 00018101  0x000015d2 branch  0x0000469d , 0x00000001 
+ 00018102  0x000015d3 rtn 
+ 00018103  0x000015d8 rtn 
+ 00018104  0x000015dc fetch  0x00000001 , 0x000042cf 
+ 00018105  0x000015dd rtneq  0x000000ff 
+ 00018106  0x000015de arg  0x00000003 , 0x00000002 
+ 00018107  0x000015df isub  0x00000002 , 0x0000003e 
+ 00018108  0x000015e0 nrtn  0x00000002 
+ 00018109  0x000015e1 arg  0x00000007 , 0x00000007 
+ 00018110  0x000015e2 call  0x0000755d 
+ 00018111  0x000015e3 nrtn  0x00000034 
+ 00018112  0x000015e4 branch  0x0000469d 
+ 00018113  0x000015e7 bpatchx  0x0000001f , 0x00004023 
+ 00018114  0x000015e8 call  0x00004203 
+ 00018115  0x000015e9 nrtn  0x00000034 
+ 00018116  0x000015ea fetch  0x00000001 , 0x000042cf 
+ 00018117  0x000015eb beq  0x00000000 , 0x000046ce 
+ 00018118  0x000015ec beq  0x00000001 , 0x000046d4 
+ 00018119  0x000015ed beq  0x00000002 , 0x000046ce 
+ 00018120  0x000015ee beq  0x00000003 , 0x000046d6 
+ 00018121  0x000015ef beq  0x00000009 , 0x000046da 
+ 00018122  0x000015f0 beq  0x0000000b , 0x000046ea 
+ 00018123  0x000015f1 beq  0x0000000c , 0x000046ec 
+ 00018124  0x000015f2 beq  0x0000000d , 0x000046f3 
+ 00018125  0x000015f3 rtn 
+ 00018126  0x000015f7 fetch  0x00000001 , 0x000042d0 
+ 00018127  0x000015f8 rtnne  0x00000004 
+ 00018128  0x000015f9 jam  0x000000ff , 0x000042d0 
+ 00018129  0x000015fa jam  0x000000ff , 0x000042cf 
+ 00018130  0x000015fb jam  0x0000003f , 0x000004c3 
+ 00018131  0x000015fc branch  0x0000709b 
+ 00018132  0x00001600 jam  0x00000002 , 0x000042cf 
+ 00018133  0x00001601 branch  0x00004621 
+ 00018134  0x00001604 jam  0x00000004 , 0x000042cf 
+ 00018135  0x00001605 setarg  0x00017700 
+ 00018136  0x00001606 arg  0x00000007 , 0x00000007 
+ 00018137  0x00001607 branch  0x0000754f 
+ 00018138  0x0000160a fetch  0x00000001 , 0x000042d0 
+ 00018139  0x0000160b beq  0x00000004 , 0x000046dd 
+ 00018140  0x0000160c rtn 
+ 00018141  0x0000160f fetch  0x00000001 , 0x000042d1 
+ 00018142  0x00001610 bbit1  0x00000007 , 0x000046e8 
+ 00018143  0x00001612 jam  0x0000000b , 0x000042cf 
+ 00018144  0x00001613 call  0x00004676 
+ 00018145  0x00001615 jam  0x00000029 , 0x000004c3 
+ 00018146  0x00001616 call  0x0000709b 
+ 00018147  0x00001617 fetch  0x00000001 , 0x00004095 
+ 00018148  0x00001618 rtnne  0x0000000a 
+ 00018149  0x00001619 call  0x000046ad 
+ 00018150  0x0000161a rtn  0x00000028 
+ 00018151  0x0000161b branch  0x00004e2a 
+ 00018152  0x0000161e jam  0x0000000c , 0x000042cf 
+ 00018153  0x0000161f branch  0x000046e1 
+ 00018154  0x00001622 jam  0x0000000c , 0x000042cf 
+ 00018155  0x00001623 branch  0x00004680 
+ 00018156  0x00001626 fetch  0x00000001 , 0x00004283 
+ 00018157  0x00001627 fetcht  0x00000001 , 0x0000428a 
+ 00018158  0x00001628 iand  0x00000002 , 0x0000003f 
+ 00018159  0x00001629 isolate0  0x00000001 , 0x0000003f 
+ 00018160  0x0000162a branch  0x000046f5 , 0x00000001 
+ 00018161  0x0000162b jam  0x0000000d , 0x000042cf 
+ 00018162  0x0000162c branch  0x0000468c 
+ 00018163  0x0000162f call  0x00004694 
+ 00018164  0x00001630 branch  0x000046f5 
+ 00018165  0x00001634 bpatchx  0x00000020 , 0x00004024 
+ 00018166  0x00001635 force  0x00000007 , 0x00000007 
+ 00018167  0x00001636 call  0x0000754e 
+ 00018168  0x00001637 jam  0x000000ff , 0x000042d0 
+ 00018169  0x00001638 jam  0x000000ff , 0x000042cf 
+ 00018170  0x00001639 jam  0x0000003e , 0x000004c3 
+ 00018171  0x0000163a branch  0x0000709b 
+ 00018172  0x00001640 bpatchx  0x00000022 , 0x00004024 
+ 00018173  0x00001641 force  0x00000006 , 0x00000012 
+ 00018174  0x00001642 branch  0x000041d6 
+ 00018175  0x00001647 fetch  0x00000001 , 0x00000049 
+ 00018176  0x00001648 beq  0x00000000 , 0x00004716 
+ 00018177  0x00001649 beq  0x00000001 , 0x0000471e 
+ 00018178  0x0000164a beq  0x00000002 , 0x00004726 
+ 00018179  0x0000164b beq  0x00000003 , 0x0000472a 
+ 00018180  0x0000164c beq  0x00000004 , 0x00004748 
+ 00018181  0x0000164d beq  0x00000005 , 0x0000474d 
+ 00018182  0x0000164e beq  0x00000006 , 0x00004751 
+ 00018183  0x0000164f beq  0x00000007 , 0x00004756 
+ 00018184  0x00001650 beq  0x00000008 , 0x00004757 
+ 00018185  0x00001651 beq  0x00000009 , 0x00004758 
+ 00018186  0x00001652 beq  0x0000000a , 0x00004759 
+ 00018187  0x00001653 beq  0x0000000b , 0x0000475d 
+ 00018188  0x00001654 beq  0x0000000c , 0x0000475e 
+ 00018189  0x00001655 beq  0x0000000d , 0x00004760 
+ 00018190  0x00001656 beq  0x00000012 , 0x00004761 
+ 00018191  0x00001657 beq  0x00000013 , 0x00004762 
+ 00018192  0x00001658 beq  0x00000014 , 0x00004763 
+ 00018193  0x00001659 beq  0x00000015 , 0x00004765 
+ 00018194  0x0000165a beq  0x00000016 , 0x00004770 
+ 00018195  0x0000165b beq  0x00000018 , 0x00004771 
+ 00018196  0x0000165c fetchr  0x00000013 , 0x00000001 , 0x00000049 
+ 00018197  0x0000165d branch  0x00004794 
+ 00018198  0x00001662 ifetch  0x00000009 , 0x00000006 
+ 00018199  0x00001663 store  0x00000009 , 0x0000019a 
+ 00018200  0x00001664 ifetch  0x00000002 , 0x00000006 
+ 00018201  0x00001665 store  0x00000002 , 0x00000183 
+ 00018202  0x00001666 fetch  0x00000001 , 0x00000163 
+ 00018203  0x00001667 set1  0x00000005 , 0x0000003f 
+ 00018204  0x00001668 store  0x00000001 , 0x00000163 
+ 00018205  0x00001669 rtn 
+ 00018206  0x0000166e ifetch  0x00000005 , 0x00000006 
+ 00018207  0x0000166f store  0x00000005 , 0x0000019a 
+ 00018208  0x00001670 ifetch  0x00000002 , 0x00000006 
+ 00018209  0x00001671 store  0x00000002 , 0x00000183 
+ 00018210  0x00001673 fetch  0x00000001 , 0x00000163 
+ 00018211  0x00001674 set1  0x00000006 , 0x0000003f 
+ 00018212  0x00001675 store  0x00000001 , 0x00000163 
+ 00018213  0x00001676 rtn 
+ 00018214  0x0000167b setarg  0x00000014 
+ 00018215  0x0000167c store  0x00000002 , 0x00000191 
+ 00018216  0x0000167d store  0x00000002 , 0x000042c8 
+ 00018217  0x0000167e rtn 
+ 00018218  0x00001683 ifetch  0x00000008 , 0x00000006 
+ 00018219  0x00001684 store  0x00000008 , 0x000042d8 
+ 00018220  0x00001685 ifetch  0x00000002 , 0x00000006 
+ 00018221  0x00001686 store  0x00000002 , 0x000042d6 
+ 00018222  0x00001687 ifetch  0x00000008 , 0x00000006 
+ 00018223  0x00001688 store  0x00000008 , 0x000042b8 
+ 00018224  0x00001689 ifetch  0x00000004 , 0x00000006 
+ 00018225  0x0000168a store  0x00000004 , 0x0000440b 
+ 00018226  0x0000168b call  0x00004781 
+ 00018227  0x0000168c bpatchx  0x00000023 , 0x00004024 
+ 00018228  0x0000168d fetch  0x00000001 , 0x000042cf 
+ 00018229  0x0000168e beq  0x00000009 , 0x0000473c 
+ 00018230  0x0000168f fetch  0x00000001 , 0x000042f4 
+ 00018231  0x00001690 bbit1  0x00000001 , 0x0000473f 
+ 00018232  0x00001691 fetch  0x00000001 , 0x000043af 
+ 00018233  0x00001692 ncall  0x00006bf8 , 0x00000034 
+ 00018234  0x00001693 fetch  0x00000001 , 0x0000425a 
+ 00018235  0x00001694 beq  0x00000000 , 0x00004744 
+ 00018236  0x00001696 jam  0x00000001 , 0x000042d0 
+ 00018237  0x00001697 call  0x0000478f 
+ 00018238  0x00001698 branch  0x00006e6b 
+ 00018239  0x0000169a jam  0x00000001 , 0x0000425a 
+ 00018240  0x0000169b arg  0x000042f5 , 0x00000006 
+ 00018241  0x0000169c arg  0x0000424a , 0x00000005 
+ 00018242  0x0000169d call  0x000074f5 
+ 00018243  0x0000169e branch  0x0000473c 
+ 00018244  0x000016a1 jam  0x00000000 , 0x000042d0 
+ 00018245  0x000016a2 jam  0x00000000 , 0x000042cf 
+ 00018246  0x000016a3 jam  0x00000041 , 0x000004c3 
+ 00018247  0x000016a4 branch  0x0000709b 
+ 00018248  0x000016a8 ifetch  0x00000008 , 0x00000006 
+ 00018249  0x000016a9 store  0x00000008 , 0x000042c0 
+ 00018250  0x000016aa ifetch  0x00000004 , 0x00000006 
+ 00018251  0x000016ab store  0x00000004 , 0x0000440f 
+ 00018252  0x000016ac branch  0x00006e6b 
+ 00018253  0x000016b1 fetch  0x00000001 , 0x00000163 
+ 00018254  0x000016b2 set1  0x00000004 , 0x0000003f 
+ 00018255  0x000016b3 store  0x00000001 , 0x00000163 
+ 00018256  0x000016b4 rtn 
+ 00018257  0x000016b8 rtn  0x00000029 
+ 00018258  0x000016b9 jam  0x00000032 , 0x000004c3 
+ 00018259  0x000016ba call  0x0000709b 
+ 00018260  0x000016bb jam  0x00000004 , 0x000042d0 
+ 00018261  0x000016bc branch  0x00004792 
+ 00018262  0x000016c1 rtn 
+ 00018263  0x000016c6 branch  0x00004799 
+ 00018264  0x000016cb rtn 
+ 00018265  0x000016d0 jam  0x00000002 , 0x000042d0 
+ 00018266  0x000016d1 call  0x000047a0 
+ 00018267  0x000016d2 jam  0x00000033 , 0x000004c3 
+ 00018268  0x000016d3 branch  0x0000709b 
+ 00018269  0x000016d8 rtn 
+ 00018270  0x000016dd rtn  0x00000029 
+ 00018271  0x000016de branch  0x000047a2 
+ 00018272  0x000016e3 rtn 
+ 00018273  0x000016e8 branch  0x000047ae 
+ 00018274  0x000016ed rtn 
+ 00018275  0x000016f1 call  0x00004765 
+ 00018276  0x000016f2 branch  0x000047b2 
+ 00018277  0x000016f5 ifetch  0x00000008 , 0x00000006 
+ 00018278  0x000016f6 store  0x00000008 , 0x00004378 
+ 00018279  0x000016f7 fetch  0x00000002 , 0x00004378 
+ 00018280  0x000016f8 fetcht  0x00000002 , 0x00004384 
+ 00018281  0x000016f9 call  0x0000762c 
+ 00018282  0x000016fa store  0x00000002 , 0x00004378 
+ 00018283  0x000016fc fetch  0x00000002 , 0x0000437c 
+ 00018284  0x000016fd fetcht  0x00000002 , 0x00004380 
+ 00018285  0x000016fe call  0x0000762c 
+ 00018286  0x000016ff store  0x00000002 , 0x0000437c 
+ 00018287  0x00001700 rtn 
+ 00018288  0x00001705 branch  0x000047b8 
+ 00018289  0x0000170a ifetch  0x00000002 , 0x00000006 
+ 00018290  0x0000170b store  0x00000002 , 0x0000019a 
+ 00018291  0x0000170c ifetch  0x00000002 , 0x00000006 
+ 00018292  0x0000170d store  0x00000002 , 0x00000183 
+ 00018293  0x0000170e rtn  0x00000034 
+ 00018294  0x0000170f fetch  0x00000001 , 0x00000163 
+ 00018295  0x00001710 set1  0x00000007 , 0x0000003f 
+ 00018296  0x00001711 store  0x00000001 , 0x00000163 
+ 00018297  0x00001712 rtn 
+ 00018298  0x00001718 arg  0x00000013 , 0x00000013 
+ 00018299  0x0000171c arg  0x00000002 , 0x00000011 
+ 00018300  0x0000171d arg  0x00000002 , 0x00000012 
+ 00018301  0x0000171e call  0x000041d0 
+ 00018302  0x0000171f copy  0x00000013 , 0x0000003f 
+ 00018303  0x00001720 istore  0x00000001 , 0x00000005 
+ 00018304  0x00001721 rtn 
+ 00018305  0x00001726 arg  0x000042c0 , 0x00000005 
+ 00018306  0x00001727 force  0x00000008 , 0x00000039 
+ 00018307  0x00001728 call  0x00007662 
+ 00018308  0x00001729 arg  0x0000440f , 0x00000005 
+ 00018309  0x0000172a force  0x00000004 , 0x00000039 
+ 00018310  0x0000172b call  0x00007662 
+ 00018311  0x0000172c arg  0x0000000d , 0x00000011 
+ 00018312  0x0000172d arg  0x00000004 , 0x00000012 
+ 00018313  0x0000172e call  0x000041d0 
+ 00018314  0x0000172f fetch  0x00000008 , 0x000042c0 
+ 00018315  0x00001730 istore  0x00000008 , 0x00000005 
+ 00018316  0x00001731 fetch  0x00000004 , 0x0000440f 
+ 00018317  0x00001732 istore  0x00000004 , 0x00000005 
+ 00018318  0x00001733 rtn 
+ 00018319  0x00001738 jam  0x00000005 , 0x000042d0 
+ 00018320  0x00001739 arg  0x00000005 , 0x00000012 
+ 00018321  0x0000173a branch  0x000047c2 
+ 00018322  0x0000173f arg  0x00000006 , 0x00000012 
+ 00018323  0x00001740 branch  0x000047c2 
+ 00018324  0x00001746 arg  0x00000002 , 0x00000011 
+ 00018325  0x00001747 arg  0x00000007 , 0x00000012 
+ 00018326  0x00001748 call  0x000041d0 
+ 00018327  0x00001749 istorer  0x00000013 , 0x00000001 , 0x00000005 
+ 00018328  0x0000174a rtn 
+ 00018329  0x0000174f arg  0x00000009 , 0x00000011 
+ 00018330  0x00001750 arg  0x00000009 , 0x00000012 
+ 00018331  0x00001751 call  0x000041d0 
+ 00018332  0x00001752 fetch  0x00000008 , 0x0000436e 
+ 00018333  0x00001753 or  0x0000003f , 0x00000001 , 0x0000003f 
+ 00018334  0x00001754 istore  0x00000008 , 0x00000005 
+ 00018335  0x00001755 rtn 
+ 00018336  0x0000175a arg  0x0000000b , 0x00000012 
+ 00018337  0x0000175b branch  0x000047c2 
+ 00018338  0x00001760 arg  0x00000006 , 0x00000011 
+ 00018339  0x00001761 arg  0x0000000c , 0x00000012 
+ 00018340  0x00001762 call  0x000041d0 
+ 00018341  0x00001763 fetch  0x00000005 , 0x00004120 
+ 00018342  0x00001764 istore  0x00000005 , 0x00000005 
+ 00018343  0x00001765 rtn 
+ 00018344  0x00001769 arg  0x00000002 , 0x00000011 
+ 00018345  0x0000176a arg  0x0000000d , 0x00000012 
+ 00018346  0x0000176b call  0x000041d0 
+ 00018347  0x0000176c setarg  0x00000006 
+ 00018348  0x0000176d istore  0x00000001 , 0x00000005 
+ 00018349  0x0000176e rtn 
+ 00018350  0x00001773 arg  0x00000013 , 0x00000012 
+ 00018351  0x00001774 branch  0x000047c2 
+ 00018352  0x00001777 arg  0x00000014 , 0x00000012 
+ 00018353  0x00001778 branch  0x000047b3 
+ 00018354  0x0000177b arg  0x00000015 , 0x00000012 
+ 00018355  0x0000177d arg  0x00000009 , 0x00000011 
+ 00018356  0x0000177e call  0x000041d0 
+ 00018357  0x0000177f fetch  0x00000008 , 0x00004380 
+ 00018358  0x00001780 istore  0x00000008 , 0x00000005 
+ 00018359  0x00001781 rtn 
+ 00018360  0x00001786 arg  0x00000003 , 0x00000011 
+ 00018361  0x00001787 arg  0x00000017 , 0x00000012 
+ 00018362  0x00001788 call  0x000041d0 
+ 00018363  0x00001789 fetch  0x00000001 , 0x00004376 
+ 00018364  0x0000178a and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00018365  0x0000178b istore  0x00000001 , 0x00000005 
+ 00018366  0x0000178c fetch  0x00000001 , 0x00004377 
+ 00018367  0x0000178d and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00018368  0x0000178e istore  0x00000001 , 0x00000005 
+ 00018369  0x0000178f rtn 
+ 00018370  0x00001794 arg  0x00000001 , 0x00000011 
+ 00018371  0x00001795 branch  0x000041d0 
+ 00018372  0x0000179b bpatchx  0x00000024 , 0x00004024 
+ 00018373  0x0000179c bmark1  0x00000027 , 0x00004a39 
+ 00018374  0x0000179d branch  0x00004c86 
+ 00018375  0x000017a3 bpatchx  0x00000025 , 0x00004024 
+ 00018376  0x000017a4 disable  0x00000009 
+ 00018377  0x000017a5 disable  0x00000007 
+ 00018378  0x000017a6 setarg  0x00555555 
+ 00018379  0x000017a7 iforce  0x0000000f 
+ 00018380  0x000017a8 fetch  0x00000001 , 0x000044d3 
+ 00018381  0x000017a9 branch  0x00003d42 
+ 00018382  0x000017ac bpatchx  0x00000026 , 0x00004024 
+ 00018383  0x000017ad fetch  0x00000001 , 0x000044fd 
+ 00018384  0x000017ae call  0x00003d16 
+ 00018385  0x000017af fetch  0x00000004 , 0x000044d5 
+ 00018386  0x000017b0 iforce  0x00000009 
+ 00018387  0x000017b1 call  0x00003925 
+ 00018388  0x000017b2 fetcht  0x00000001 , 0x000044d3 
+ 00018389  0x000017b3 call  0x00003d47 
+ 00018390  0x000017b5 call  0x000047c7 
+ 00018391  0x000017b6 bmark0  0x0000002f , 0x000047db 
+ 00018392  0x000017b7 pulse  0x00000039 
+ 00018393  0x000017b8 nop  0x0000001e 
+ 00018394  0x000017b9 call  0x000047c7 
+ 00018395  0x000017bb disable  0x0000002f 
+ 00018396  0x000017bc enable  0x0000000d 
+ 00018397  0x000017bd enable  0x00000021 
+ 00018398  0x000017be disable  0x00000020 
+ 00018399  0x000017bf enable  0x00000010 
+ 00018400  0x000017c0 fetch  0x00000002 , 0x000044d1 
+ 00018401  0x000017c1 iforce  0x0000001b 
+ 00018402  0x000017c2 correlate  0x0000003e , 0x00000003 
+ 00018403  0x000017c3 nbranch  0x00004835 , 0x00000018 
+ 00018404  0x000017c4 call  0x0000644b 
+ 00018405  0x000017c5 bmark1  0x0000002f , 0x000047ea 
+ 00018406  0x000017c6 fetch  0x00000001 , 0x00004510 
+ 00018407  0x000017c7 nbranch  0x000047ea , 0x00000034 
+ 00018408  0x000017c8 disable  0x0000000d 
+ 00018409  0x000017c9 enable  0x0000000b 
+ 00018410  0x000017cb enable  0x00000007 
+ 00018411  0x000017cc enable  0x00000009 
+ 00018412  0x000017cd call  0x00004832 
+ 00018413  0x000017ce store  0x00000001 , 0x000044f3 
+ 00018414  0x000017cf fetcht  0x00000001 , 0x000044f2 
+ 00018415  0x000017d0 isub  0x00000002 , 0x0000003e 
+ 00018416  0x000017d1 nbranch  0x00004837 , 0x00000005 
+ 00018417  0x000017d2 bpatchx  0x00000027 , 0x00004024 
+ 00018418  0x000017d3 disable  0x00000031 
+ 00018419  0x000017d4 isolate1  0x0000002f , 0x00000000 
+ 00018420  0x000017d5 call  0x00004824 , 0x00000001 
+ 00018421  0x000017d6 branch  0x00004837 , 0x00000031 
+ 00018422  0x000017d7 call  0x00004832 
+ 00018423  0x000017d8 store  0x00000001 , 0x0000443d 
+ 00018424  0x000017d9 bmark1  0x00000027 , 0x000047fd 
+ 00018425  0x000017da fetch  0x00000001 , 0x0000443d 
+ 00018426  0x000017db fetcht  0x00000001 , 0x000044cf 
+ 00018427  0x000017dc icompare  0x00000007 , 0x00000002 
+ 00018428  0x000017dd nbranch  0x00004837 , 0x00000001 
+ 00018429  0x000017df call  0x00004832 
+ 00018430  0x000017e0 isolate1  0x0000002f , 0x00000000 
+ 00018431  0x000017e1 call  0x0000482d , 0x00000001 
+ 00018432  0x000017e2 istore  0x00000001 , 0x00000005 
+ 00018433  0x000017e3 rshift3  0x0000003f , 0x0000003f 
+ 00018434  0x000017e4 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00018435  0x000017e5 nbranch  0x00004837 , 0x00000002 
+ 00018436  0x000017e6 copy  0x0000003f , 0x00000039 
+ 00018437  0x000017e7 branch  0x00004809 , 0x00000005 
+ 00018438  0x000017e9 call  0x00004832 
+ 00018439  0x000017ea istore  0x00000001 , 0x00000005 
+ 00018440  0x000017eb loop  0x00004806 
+ 00018441  0x000017ed bmark1  0x00000027 , 0x0000480e 
+ 00018442  0x000017ee copy  0x00000005 , 0x00000011 
+ 00018443  0x000017ef call  0x00004832 
+ 00018444  0x000017f0 store  0x00000001 , 0x00004518 
+ 00018445  0x000017f1 copy  0x00000011 , 0x00000005 
+ 00018446  0x000017f3 parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00018447  0x000017f4 rshift32  0x0000003f , 0x0000003f 
+ 00018448  0x000017f5 rshift16  0x0000003f , 0x0000003f 
+ 00018449  0x000017f6 istore  0x00000003 , 0x00000005 
+ 00018450  0x000017f7 fetch  0x00000001 , 0x00004510 
+ 00018451  0x000017f8 nbranch  0x00004822 , 0x00000034 
+ 00018452  0x000017f9 disable  0x0000000b 
+ 00018453  0x000017fb isolate1  0x00000027 , 0x00000000 
+ 00018454  0x000017fc call  0x00004c49 , 0x00000001 
+ 00018455  0x000017fd branch  0x00004837 , 0x00000006 
+ 00018456  0x000017fe call  0x0000644a 
+ 00018457  0x000017ff enable  0x0000002f 
+ 00018458  0x00001800 call  0x00003e33 
+ 00018459  0x00001801 bpatchx  0x00000028 , 0x00004025 
+ 00018460  0x00001803 rtnmark1  0x00000027 
+ 00018461  0x00001804 fetch  0x00000001 , 0x00004518 
+ 00018462  0x00001805 fetcht  0x00000001 , 0x00004567 
+ 00018463  0x00001806 isub  0x00000002 , 0x0000003e 
+ 00018464  0x00001807 call  0x0000762e , 0x00000002 
+ 00018465  0x00001808 branch  0x00004c4d 
+ 00018466  0x0000180b disable  0x0000000d 
+ 00018467  0x0000180c branch  0x00004815 
+ 00018468  0x00001810 call  0x00004832 
+ 00018469  0x00001811 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00018470  0x00001812 branch  0x0000763e , 0x00000002 
+ 00018471  0x00001813 increase  0xfffffffe , 0x0000003f 
+ 00018472  0x00001814 bmark1  0x00000027 , 0x0000482b 
+ 00018473  0x00001815 branch  0x0000763e , 0x00000034 
+ 00018474  0x00001816 increase  0xffffffff , 0x0000003f 
+ 00018475  0x00001818 store  0x00000001 , 0x000004cc 
+ 00018476  0x00001819 rtn 
+ 00018477  0x0000181c and_into  0x00000007 , 0x0000003f 
+ 00018478  0x0000181d fetcht  0x00000001 , 0x000004cc 
+ 00018479  0x0000181e lshift3  0x00000002 , 0x00000002 
+ 00018480  0x0000181f ior  0x00000002 , 0x0000003f 
+ 00018481  0x00001820 rtn 
+ 00018482  0x00001823 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00018483  0x00001824 rshift3  0x0000000c , 0x0000003f 
+ 00018484  0x00001825 rtn 
+ 00018485  0x00001828 isolate1  0x00000027 , 0x00000000 
+ 00018486  0x00001829 call  0x00004c65 , 0x00000001 
+ 00018487  0x0000182b bpatchx  0x00000029 , 0x00004025 
+ 00018488  0x0000182c call  0x00003d36 
+ 00018489  0x0000182d disable  0x0000001b 
+ 00018490  0x0000182e disable  0x0000000b 
+ 00018491  0x0000182f branch  0x000038cb 
+ 00018492  0x00001832 call  0x00003925 
+ 00018493  0x00001833 fetcht  0x00000001 , 0x000044d3 
+ 00018494  0x00001834 branch  0x000039c9 
+ 00018495  0x00001837 bpatchx  0x0000002a , 0x00004025 
+ 00018496  0x00001838 fetch  0x00000001 , 0x000044fe 
+ 00018497  0x00001839 call  0x00003d16 
+ 00018498  0x0000183a fetch  0x00000004 , 0x000044d5 
+ 00018499  0x0000183b iforce  0x00000009 
+ 00018500  0x0000183c call  0x000047c7 
+ 00018501  0x0000183d call  0x0000483c 
+ 00018502  0x0000183e set1  0x00000000 , 0x00000015 
+ 00018503  0x0000183f enable  0x0000001d 
+ 00018504  0x00001840 enable  0x00000020 
+ 00018505  0x00001841 disable  0x00000021 
+ 00018506  0x00001842 call  0x00006451 
+ 00018507  0x00001843 disable  0x0000003a 
+ 00018508  0x00001844 bmark1  0x0000002f , 0x00004871 
+ 00018509  0x00001845 bmark1  0x0000002d , 0x00004883 
+ 00018510  0x00001846 rshift16  0x00000009 , 0x0000003f 
+ 00018511  0x00001847 rshift8  0x0000003f , 0x0000003f 
+ 00018512  0x00001848 rshift4  0x0000003f , 0x0000003f 
+ 00018513  0x00001849 inject  0x00000003 , 0x00000028 
+ 00018514  0x0000184b bpatchx  0x0000002b , 0x00004025 
+ 00018515  0x0000184c bmark1  0x0000002f , 0x00004858 
+ 00018516  0x0000184d fetch  0x00000001 , 0x00004510 
+ 00018517  0x0000184e nbranch  0x00004858 , 0x00000034 
+ 00018518  0x0000184f disable  0x0000001d 
+ 00018519  0x00001850 enable  0x0000001b 
+ 00018520  0x00001852 enable  0x00000007 
+ 00018521  0x00001853 enable  0x00000009 
+ 00018522  0x00001854 fetch  0x00000001 , 0x000044d0 
+ 00018523  0x00001855 iforce  0x00000039 
+ 00018524  0x00001856 arg  0x0000447f , 0x00000006 
+ 00018525  0x00001858 ifetch  0x00000001 , 0x00000006 
+ 00018526  0x00001859 inject  0x00000003 , 0x00000008 
+ 00018527  0x0000185a loop  0x0000485d 
+ 00018528  0x0000185b enable  0x00000008 
+ 00018529  0x0000185c inject  0x00000003 , 0x00000018 
+ 00018530  0x0000185d disable  0x00000008 
+ 00018531  0x0000185e bmark0  0x0000002f , 0x00004867 
+ 00018532  0x0000185f disable  0x00000007 
+ 00018533  0x00001860 setarg  0x00000000 
+ 00018534  0x00001861 inject  0x00000003 , 0x00000003 
+ 00018535  0x00001863 until  0x0000003e , 0x00000027 
+ 00018536  0x00001864 nop  0x00000064 
+ 00018537  0x00001865 disable  0x0000003a 
+ 00018538  0x00001866 disable  0x0000001d 
+ 00018539  0x00001867 fetch  0x00000001 , 0x00004510 
+ 00018540  0x00001868 nbranch  0x0000486e , 0x00000034 
+ 00018541  0x00001869 disable  0x0000001b 
+ 00018542  0x0000186b disable  0x00000038 
+ 00018543  0x0000186c call  0x00003925 
+ 00018544  0x0000186d branch  0x0000644f 
+ 00018545  0x00001870 arg  0x0000000a , 0x00000039 
+ 00018546  0x00001872 setarg  0x0000003c 
+ 00018547  0x00001873 inject  0x00000003 , 0x00000008 
+ 00018548  0x00001874 loop  0x00004872 
+ 00018549  0x00001875 disable  0x0000001d 
+ 00018550  0x00001876 enable  0x00000038 
+ 00018551  0x00001877 rshift16  0x00000009 , 0x0000003f 
+ 00018552  0x00001878 rshift16  0x0000003f , 0x0000003f 
+ 00018553  0x00001879 rshift4  0x0000003f , 0x0000003f 
+ 00018554  0x0000187a inject  0x00000003 , 0x00000020 
+ 00018555  0x0000187b bmark1  0x0000002e , 0x00004880 
+ 00018556  0x0000187d setarg  0x00000001 
+ 00018557  0x0000187e inject  0x00000003 , 0x00000005 
+ 00018558  0x0000187f enable  0x0000003a 
+ 00018559  0x00001880 branch  0x00004852 
+ 00018560  0x00001883 setarg  0x00000000 
+ 00018561  0x00001884 inject  0x00000003 , 0x00000005 
+ 00018562  0x00001885 branch  0x00004852 
+ 00018563  0x00001888 fetch  0x00000001 , 0x0000411d 
+ 00018564  0x00001889 rshift  0x0000003f , 0x00000039 
+ 00018565  0x0000188b nop  0x00000002 
+ 00018566  0x0000188c loop  0x00004885 
+ 00018567  0x0000188e rshift16  0x00000009 , 0x0000003f 
+ 00018568  0x0000188f rshift8  0x0000003f , 0x0000003f 
+ 00018569  0x00001890 rshift4  0x0000003f , 0x00000002 
+ 00018570  0x00001891 copy  0x00000002 , 0x0000003f 
+ 00018571  0x00001892 inject  0x00000003 , 0x00000008 
+ 00018572  0x00001893 copy  0x00000002 , 0x0000003f 
+ 00018573  0x00001894 inject  0x00000003 , 0x00000028 
+ 00018574  0x00001895 branch  0x00004852 
+ 00018575  0x0000189e bpatchx  0x0000002c , 0x00004025 
+ 00018576  0x0000189f fetch  0x00000001 , 0x000044fe 
+ 00018577  0x000018a0 bbit1  0x00000002 , 0x000048b0 
+ 00018578  0x000018a2 fetch  0x00000001 , 0x000044ce 
+ 00018579  0x000018a3 increase  0x00000003 , 0x0000003f 
+ 00018580  0x000018a4 store  0x00000001 , 0x000044d0 
+ 00018581  0x000018a6 fetch  0x00000001 , 0x000044f2 
+ 00018582  0x000018a7 store  0x00000001 , 0x0000447f 
+ 00018583  0x000018a9 fetch  0x00000001 , 0x000044cf 
+ 00018584  0x000018aa istore  0x00000001 , 0x00000005 
+ 00018585  0x000018ac fetch  0x00000001 , 0x000044ce 
+ 00018586  0x000018ae lshift3  0x0000003f , 0x0000003f 
+ 00018587  0x000018af fetcht  0x00000001 , 0x000044c4 
+ 00018588  0x000018b0 and  0x00000002 , 0x00000003 , 0x00000002 
+ 00018589  0x000018b1 lshift  0x00000002 , 0x00000002 
+ 00018590  0x000018b2 ior  0x00000002 , 0x0000003f 
+ 00018591  0x000018b3 fetcht  0x00000001 , 0x000044c5 
+ 00018592  0x000018b4 iadd  0x00000002 , 0x0000003f 
+ 00018593  0x000018b5 istore  0x00000001 , 0x00000005 
+ 00018594  0x000018b7 fetch  0x00000001 , 0x000044ce 
+ 00018595  0x000018b8 iforce  0x00000039 
+ 00018596  0x000018b9 arg  0x0000445f , 0x00000006 
+ 00018597  0x000018ba call  0x00007548 
+ 00018598  0x000018bb bpatchx  0x0000002d , 0x00004025 
+ 00018599  0x000018bd rtnmark0  0x00000027 
+ 00018600  0x000018be fetch  0x00000001 , 0x00000030 
+ 00018601  0x000018bf istore  0x00000001 , 0x00000005 
+ 00018602  0x000018c0 fetch  0x00000001 , 0x000044fe 
+ 00018603  0x000018c1 rtnbit1  0x00000002 
+ 00018604  0x000018c2 fetch  0x00000001 , 0x000044d0 
+ 00018605  0x000018c3 increase  0x00000001 , 0x0000003f 
+ 00018606  0x000018c4 store  0x00000001 , 0x000044d0 
+ 00018607  0x000018c5 rtn 
+ 00018608  0x000018c9 fetch  0x00000001 , 0x000044ce 
+ 00018609  0x000018ca increase  0x00000004 , 0x0000003f 
+ 00018610  0x000018cb bmark0  0x00000027 , 0x000048b4 
+ 00018611  0x000018cc increase  0x00000001 , 0x0000003f 
+ 00018612  0x000018ce store  0x00000001 , 0x000044d0 
+ 00018613  0x000018d0 fetch  0x00000001 , 0x000044f2 
+ 00018614  0x000018d1 store  0x00000001 , 0x0000447f 
+ 00018615  0x000018d3 fetch  0x00000001 , 0x000044d0 
+ 00018616  0x000018d4 increase  0xfffffffe , 0x0000003f 
+ 00018617  0x000018d5 istore  0x00000001 , 0x00000005 
+ 00018618  0x000018d7 fetch  0x00000001 , 0x000044cf 
+ 00018619  0x000018d8 istore  0x00000001 , 0x00000005 
+ 00018620  0x000018d9 setarg  0x00000000 
+ 00018621  0x000018da branch  0x0000489a 
+ 00018622  0x000018dd bpatchx  0x0000002e , 0x00004025 
+ 00018623  0x000018df fetch  0x00000001 , 0x0000443e 
+ 00018624  0x000018e0 rshift3  0x0000003f , 0x0000003f 
+ 00018625  0x000018e1 store  0x00000001 , 0x000044c3 
+ 00018626  0x000018e3 increase  0x00000001 , 0x0000003f 
+ 00018627  0x000018e4 arg  0x0000443e , 0x00000006 
+ 00018628  0x000018e5 iadd  0x00000006 , 0x00000006 
+ 00018629  0x000018e6 ifetch  0x00000003 , 0x00000006 
+ 00018630  0x000018e7 store  0x00000003 , 0x000044c6 
+ 00018631  0x000018e9 fetch  0x00000001 , 0x0000443e 
+ 00018632  0x000018ea rshift  0x0000003f , 0x0000003f 
+ 00018633  0x000018eb and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00018634  0x000018ec store  0x00000001 , 0x000044cc 
+ 00018635  0x000018ed rtn 
+ 00018636  0x000018f1 bpatchx  0x0000002f , 0x00004025 
+ 00018637  0x000018f2 fetcht  0x00000001 , 0x000044d4 
+ 00018638  0x000018f3 call  0x000048d1 
+ 00018639  0x000018f4 storet  0x00000001 , 0x000044d4 
+ 00018640  0x000018f5 rtn 
+ 00018641  0x000018f8 bpatchx  0x00000030 , 0x00004026 
+ 00018642  0x000018f9 call  0x000048d6 
+ 00018643  0x000018fa increase  0x00000001 , 0x00000002 
+ 00018644  0x000018fb and_into  0x00000003 , 0x00000002 
+ 00018645  0x000018fc rtn 
+ 00018646  0x000018ff bpatchx  0x00000031 , 0x00004026 
+ 00018647  0x00001900 fetch  0x00000001 , 0x000044d5 
+ 00018648  0x00001901 and_into  0x00000003 , 0x0000003f 
+ 00018649  0x00001902 mul32  0x0000003f , 0x00000004 , 0x00000011 
+ 00018650  0x00001903 setarg  0x000044d9 
+ 00018651  0x00001904 iadd  0x00000011 , 0x0000003f 
+ 00018652  0x00001905 iadd  0x00000002 , 0x00000006 
+ 00018653  0x00001906 ifetch  0x00000001 , 0x00000006 
+ 00018654  0x00001907 store  0x00000001 , 0x000044d3 
+ 00018655  0x00001908 rtn 
+ 00018656  0x0000190c store  0x00000004 , 0x000044d5 
+ 00018657  0x0000190e bpatchx  0x00000032 , 0x00004026 
+ 00018658  0x00001910 arg  0x00000000 , 0x00000011 
+ 00018659  0x00001911 arg  0x00000004 , 0x00000039 
+ 00018660  0x00001912 arg  0x000044d5 , 0x00000006 
+ 00018661  0x00001914 ifetch  0x00000001 , 0x00000006 
+ 00018662  0x00001915 iadd  0x00000011 , 0x00000011 
+ 00018663  0x00001916 loop  0x000048e5 
+ 00018664  0x00001917 copy  0x00000011 , 0x0000003f 
+ 00018665  0x00001918 store  0x00000002 , 0x000044f0 
+ 00018666  0x00001919 fetch  0x00000001 , 0x000044f0 
+ 00018667  0x0000191a fetcht  0x00000001 , 0x000044f1 
+ 00018668  0x0000191b iadd  0x00000002 , 0x0000003f 
+ 00018669  0x0000191c store  0x00000001 , 0x000044f2 
+ 00018670  0x0000191d rtn 
+ 00018671  0x00001921 bpatchx  0x00000033 , 0x00004026 
+ 00018672  0x00001922 call  0x00007638 
+ 00018673  0x00001923 fetcht  0x00000004 , 0x000044e9 
+ 00018674  0x00001924 copy  0x00000022 , 0x0000003f 
+ 00018675  0x00001925 isub  0x00000002 , 0x0000003e 
+ 00018676  0x00001926 ncall  0x000048ff , 0x00000002 
+ 00018677  0x00001927 copy  0x0000003f , 0x00000012 
+ 00018678  0x00001928 fetch  0x00000004 , 0x000044e9 
+ 00018679  0x00001929 fetcht  0x00000001 , 0x000044ed 
+ 00018680  0x0000192a iadd  0x00000002 , 0x00000002 
+ 00018681  0x0000192b copy  0x00000012 , 0x0000003f 
+ 00018682  0x0000192c isub  0x00000002 , 0x0000003e 
+ 00018683  0x0000192d nrtn  0x00000002 
+ 00018684  0x0000192e set0  0x0000001c , 0x0000003f 
+ 00018685  0x0000192f store  0x00000004 , 0x000044e9 
+ 00018686  0x00001930 branch  0x00007636 
+ 00018687  0x00001933 rtn  0x00000005 
+ 00018688  0x00001934 set1  0x0000001c , 0x0000003f 
+ 00018689  0x00001935 rtn 
+ 00018690  0x00001938 setarg  0x00000000 
+ 00018691  0x00001939 store  0x00000004 , 0x000044e9 
+ 00018692  0x0000193a rtn 
+ 00018693  0x00001943 bpatchx  0x00000034 , 0x00004026 
+ 00018694  0x00001944 setsect  0x00000000 , 0x00001300 
+ 00018695  0x00001945 setsect  0x00000001 , 0x0001908b 
+ 00018696  0x00001946 setsect  0x00000002 , 0x00036150 
+ 00018697  0x00001947 setsect  0x00000003 , 0x00003d20 
+ 00018698  0x00001948 store  0x00000009 , 0x000044d9 
+ 00018699  0x00001949 setsect  0x00000000 , 0x00003a1a 
+ 00018700  0x0000194a setsect  0x00000001 , 0x0000c453 
+ 00018701  0x0000194b setsect  0x00000002 , 0x0000d312 
+ 00018702  0x0000194c setsect  0x00000003 , 0x00000001 
+ 00018703  0x0000194d istore  0x00000007 , 0x00000005 
+ 00018704  0x0000194e fetch  0x00000001 , 0x000044ff 
+ 00018705  0x0000194f rtn  0x00000034 
+ 00018706  0x00001950 arg  0x00004500 , 0x00000006 
+ 00018707  0x00001951 arg  0x000044d9 , 0x00000005 
+ 00018708  0x00001952 branch  0x000074f5 
+ 00018709  0x0000195b bpatchx  0x00000035 , 0x00004026 
+ 00018710  0x0000195c setarg  0x004e001e 
+ 00018711  0x0000195d store  0x00000003 , 0x00004501 
+ 00018712  0x0000195e setarg  0x00032303 
+ 00018713  0x0000195f istore  0x00000003 , 0x00000005 
+ 00018714  0x00001960 setarg  0x00250642 
+ 00018715  0x00001961 istore  0x00000003 , 0x00000005 
+ 00018716  0x00001962 setarg  0x00094c06 
+ 00018717  0x00001963 istore  0x00000003 , 0x00000005 
+ 00018718  0x00001964 setarg  0x003c0927 
+ 00018719  0x00001965 istore  0x00000003 , 0x00000005 
+ 00018720  0x00001966 jam  0x00000001 , 0x000044ff 
+ 00018721  0x00001967 rtn 
+ 00018722  0x0000196b bpatchx  0x00000036 , 0x00004026 
+ 00018723  0x0000196c arg  0x00006978 , 0x00000002 
+ 00018724  0x0000196d bmark1  0x00000027 , 0x00004929 
+ 00018725  0x0000196e arg  0x000012c0 , 0x00000002 
+ 00018726  0x0000196f fetch  0x00000001 , 0x000044fd 
+ 00018727  0x00001970 bbit0  0x00000002 , 0x00004929 
+ 00018728  0x00001971 arg  0x00002ee0 , 0x00000002 
+ 00018729  0x00001973 storet  0x00000002 , 0x000044d1 
+ 00018730  0x00001974 rtn 
+ 00018731  0x00001977 jam  0x00000001 , 0x000044fd 
+ 00018732  0x00001978 jam  0x00000001 , 0x000044fe 
+ 00018733  0x00001979 rtn 
+ 00018734  0x0000197c jam  0x00000002 , 0x000044fd 
+ 00018735  0x0000197d jam  0x00000002 , 0x000044fe 
+ 00018736  0x0000197e rtn 
+ 00018737  0x00001997 bpatchx  0x00000037 , 0x00004026 
+ 00018738  0x00001998 jam  0x0000004e , 0x00004515 
+ 00018739  0x00001999 setarg  0x00101520 
+ 00018740  0x0000199a store  0x00000003 , 0x00004511 
+ 00018741  0x0000199b setarg  0x00000005 
+ 00018742  0x0000199c istore  0x00000001 , 0x00000005 
+ 00018743  0x0000199d rtn 
+ 00018744  0x000019a4 arg  0x0000451d , 0x00000013 
+ 00018745  0x000019a5 arg  0x00004ceb , 0x00000012 
+ 00018746  0x000019a6 branch  0x00004de8 
+ 00018747  0x000019a9 set1  0x00000026 , 0x00000000 
+ 00018748  0x000019aa fetch  0x00000001 , 0x0000453b 
+ 00018749  0x000019ab set0  0x00000002 , 0x0000003f 
+ 00018750  0x000019ac set1  0x00000001 , 0x0000003f 
+ 00018751  0x000019ad store  0x00000001 , 0x0000453b 
+ 00018752  0x000019ae setarg  0x00000000 
+ 00018753  0x000019af store  0x00000002 , 0x00004521 
+ 00018754  0x000019b0 fetch  0x00000002 , 0x0000451b 
+ 00018755  0x000019b1 store  0x00000002 , 0x0000451d 
+ 00018756  0x000019b2 jam  0x00000000 , 0x0000451a 
+ 00018757  0x000019b3 call  0x00004979 
+ 00018758  0x000019b5 jam  0x00000000 , 0x000044c4 
+ 00018759  0x000019b6 fetch  0x00000001 , 0x00004515 
+ 00018760  0x000019b7 store  0x00000001 , 0x000044d3 
+ 00018761  0x000019b8 fetch  0x00000001 , 0x00004516 
+ 00018762  0x000019b9 store  0x00000001 , 0x00004116 
+ 00018763  0x000019ba fetch  0x00000004 , 0x00004511 
+ 00018764  0x000019bb branch  0x000048e0 
+ 00018765  0x000019bf bpatchx  0x00000038 , 0x00004027 
+ 00018766  0x000019c0 fetch  0x00000001 , 0x00004519 
+ 00018767  0x000019c1 beq  0x000000ff , 0x0000499b 
+ 00018768  0x000019c2 beq  0x00000001 , 0x00004955 
+ 00018769  0x000019c3 beq  0x00000002 , 0x00004957 
+ 00018770  0x000019c4 beq  0x00000003 , 0x0000495d 
+ 00018771  0x000019c5 beq  0x00000004 , 0x00004963 
+ 00018772  0x000019c6 rtn 
+ 00018773  0x000019c9 jam  0x000000ff , 0x0000445f 
+ 00018774  0x000019ca branch  0x00004964 
+ 00018775  0x000019cd fetch  0x00000001 , 0x000044f4 
+ 00018776  0x000019ce branch  0x0000495b , 0x00000034 
+ 00018777  0x000019cf fetch  0x00000004 , 0x00004543 
+ 00018778  0x000019d0 call  0x000048e0 
+ 00018779  0x000019d2 jam  0x000000aa , 0x0000445f 
+ 00018780  0x000019d3 branch  0x00004964 
+ 00018781  0x000019d6 jam  0x00000055 , 0x0000445f 
+ 00018782  0x000019d7 fetch  0x00000001 , 0x000044f4 
+ 00018783  0x000019d8 branch  0x00004964 , 0x00000034 
+ 00018784  0x000019d9 fetch  0x00000004 , 0x0000452b 
+ 00018785  0x000019da store  0x00000004 , 0x00004461 
+ 00018786  0x000019db branch  0x00004966 
+ 00018787  0x000019de jam  0x00000022 , 0x0000445f 
+ 00018788  0x000019e0 fetch  0x00000004 , 0x00004543 
+ 00018789  0x000019e1 store  0x00000004 , 0x00004461 
+ 00018790  0x000019e3 fetch  0x00000001 , 0x000044cf 
+ 00018791  0x000019e4 and_into  0x00000007 , 0x0000003f 
+ 00018792  0x000019e5 store  0x00000001 , 0x00004460 
+ 00018793  0x000019e6 jam  0x00000000 , 0x00004465 
+ 00018794  0x000019e7 jam  0x00000007 , 0x000044ce 
+ 00018795  0x000019e8 call  0x0000488f 
+ 00018796  0x000019e9 call  0x00004cc8 
+ 00018797  0x000019ea nrtn  0x00000018 
+ 00018798  0x000019eb nrtn  0x0000002f 
+ 00018799  0x000019ec call  0x00004c01 
+ 00018800  0x000019ed call  0x00004cdf 
+ 00018801  0x000019ee bpatchx  0x00000039 , 0x00004027 
+ 00018802  0x000019ef fetch  0x00000001 , 0x00004519 
+ 00018803  0x000019f0 rtneq  0x000000ff 
+ 00018804  0x000019f1 beq  0x00000001 , 0x0000497e 
+ 00018805  0x000019f2 beq  0x00000002 , 0x00004980 
+ 00018806  0x000019f3 beq  0x00000003 , 0x00004986 
+ 00018807  0x000019f4 beq  0x00000004 , 0x0000498e 
+ 00018808  0x000019f5 rtn 
+ 00018809  0x000019f8 jam  0x00000002 , 0x00004519 
+ 00018810  0x000019f9 fetch  0x00000001 , 0x000044f4 
+ 00018811  0x000019fa rtn  0x00000034 
+ 00018812  0x000019fb jam  0x00000001 , 0x00004519 
+ 00018813  0x000019fc rtn 
+ 00018814  0x000019ff jam  0x00000002 , 0x00004519 
+ 00018815  0x00001a00 branch  0x00004cc3 
+ 00018816  0x00001a03 fetch  0x00000001 , 0x000044f4 
+ 00018817  0x00001a04 branch  0x00004984 , 0x00000034 
+ 00018818  0x00001a05 fetch  0x00000004 , 0x000044a5 
+ 00018819  0x00001a06 store  0x00000004 , 0x0000452b 
+ 00018820  0x00001a08 jam  0x00000003 , 0x00004519 
+ 00018821  0x00001a09 branch  0x00004cc3 
+ 00018822  0x00001a0c fetch  0x00000001 , 0x000044f4 
+ 00018823  0x00001a0d branch  0x0000498c , 0x00000034 
+ 00018824  0x00001a0e fetch  0x00000004 , 0x000044a5 
+ 00018825  0x00001a0f fetcht  0x00000004 , 0x00004543 
+ 00018826  0x00001a10 isub  0x00000002 , 0x0000003e 
+ 00018827  0x00001a11 nrtn  0x00000005 
+ 00018828  0x00001a13 jam  0x00000004 , 0x00004519 
+ 00018829  0x00001a14 branch  0x00004cc3 
+ 00018830  0x00001a17 fetch  0x00000001 , 0x000044f4 
+ 00018831  0x00001a18 branch  0x00004994 , 0x00000034 
+ 00018832  0x00001a19 fetch  0x00000004 , 0x000044a5 
+ 00018833  0x00001a1a fetcht  0x00000004 , 0x0000452b 
+ 00018834  0x00001a1b isub  0x00000002 , 0x0000003e 
+ 00018835  0x00001a1c nrtn  0x00000005 
+ 00018836  0x00001a1e jam  0x000000ff , 0x00004519 
+ 00018837  0x00001a1f jam  0x00000039 , 0x000004c3 
+ 00018838  0x00001a20 call  0x0000709b 
+ 00018839  0x00001a21 setarg  0x00000000 
+ 00018840  0x00001a22 store  0x00000002 , 0x0000451d 
+ 00018841  0x00001a23 fetch  0x00000004 , 0x000044a5 
+ 00018842  0x00001a24 call  0x000048e0 
+ 00018843  0x00001a26 fetch  0x00000001 , 0x0000453b 
+ 00018844  0x00001a27 set0  0x00000001 , 0x0000003f 
+ 00018845  0x00001a28 store  0x00000001 , 0x0000453b 
+ 00018846  0x00001a29 branch  0x00004cc3 
+ 00018847  0x00001a44 jam  0x00000001 , 0x00004559 
+ 00018848  0x00001a45 jam  0x00000000 , 0x00004558 
+ 00018849  0x00001a46 rtn 
+ 00018850  0x00001a49 fetch  0x00000001 , 0x00004558 
+ 00018851  0x00001a4a rtnbit1  0x00000001 
+ 00018852  0x00001a4b set1  0x00000001 , 0x0000003f 
+ 00018853  0x00001a4c store  0x00000001 , 0x00004558 
+ 00018854  0x00001a4d setarg  0x00000000 
+ 00018855  0x00001a4e store  0x00000003 , 0x00004518 
+ 00018856  0x00001a4f store  0x00000004 , 0x0000456f 
+ 00018857  0x00001a50 jam  0x00000001 , 0x00004554 
+ 00018858  0x00001a51 branch  0x00004946 
+ 00018859  0x00001a55 jam  0x00000001 , 0x00004554 
+ 00018860  0x00001a56 jam  0x00000008 , 0x000044ce 
+ 00018861  0x00001a57 arg  0x0000451b , 0x00000006 
+ 00018862  0x00001a58 arg  0x0000445f , 0x00000005 
+ 00018863  0x00001a59 branch  0x000074ef 
+ 00018864  0x00001a5d bpatchx  0x0000003a , 0x00004027 
+ 00018865  0x00001a5e call  0x00004a54 
+ 00018866  0x00001a5f call  0x000047ce 
+ 00018867  0x00001a60 nbranch  0x00004a54 , 0x0000002f 
+ 00018868  0x00001a61 call  0x000049bf 
+ 00018869  0x00001a62 call  0x00004a87 
+ 00018870  0x00001a63 call  0x00004a2e 
+ 00018871  0x00001a64 call  0x000053c3 
+ 00018872  0x00001a65 fetch  0x00000001 , 0x000044f4 
+ 00018873  0x00001a66 rtn  0x00000034 
+ 00018874  0x00001a67 fetch  0x00000004 , 0x0000456f 
+ 00018875  0x00001a68 rtn  0x00000034 
+ 00018876  0x00001a69 branch  0x000048e0 
+ 00018877  0x00001a6c call  0x00004a54 
+ 00018878  0x00001a6d branch  0x00004837 
+ 00018879  0x00001a70 jam  0x00000005 , 0x00004565 
+ 00018880  0x00001a71 arg  0x0000443d , 0x00000006 
+ 00018881  0x00001a72 arg  0x0000452b , 0x00000005 
+ 00018882  0x00001a73 call  0x000074ef 
+ 00018883  0x00001a74 bpatchx  0x0000003b , 0x00004027 
+ 00018884  0x00001a76 fetch  0x00000001 , 0x0000452d 
+ 00018885  0x00001a77 beq  0x000000aa , 0x000049ca 
+ 00018886  0x00001a78 beq  0x00000055 , 0x000049d7 
+ 00018887  0x00001a79 beq  0x00000022 , 0x000049f4 
+ 00018888  0x00001a7a beq  0x000000ff , 0x00004c20 
+ 00018889  0x00001a7b rtn 
+ 00018890  0x00001a7f fetch  0x00000001 , 0x0000452e 
+ 00018891  0x00001a80 beq  0x00000001 , 0x000049ce 
+ 00018892  0x00001a81 beq  0x00000002 , 0x000049d4 
+ 00018893  0x00001a82 rtn 
+ 00018894  0x00001a85 jam  0x00000001 , 0x00004518 
+ 00018895  0x00001a87 jam  0x00000001 , 0x0000451b 
+ 00018896  0x00001a89 jam  0x00000080 , 0x0000451c 
+ 00018897  0x00001a8a fetch  0x00000006 , 0x00004437 
+ 00018898  0x00001a8b store  0x00000006 , 0x0000451d 
+ 00018899  0x00001a8c rtn 
+ 00018900  0x00001a8f jam  0x00000001 , 0x00004519 
+ 00018901  0x00001a91 jam  0x00000002 , 0x0000451b 
+ 00018902  0x00001a92 branch  0x000049d0 
+ 00018903  0x00001a96 fetch  0x00000001 , 0x000044f4 
+ 00018904  0x00001a97 branch  0x000049dd , 0x00000034 
+ 00018905  0x00001a98 fetch  0x00000004 , 0x0000452f 
+ 00018906  0x00001a99 fetcht  0x00000004 , 0x00004437 
+ 00018907  0x00001a9a isub  0x00000002 , 0x0000003e 
+ 00018908  0x00001a9b nrtn  0x00000005 
+ 00018909  0x00001a9d fetch  0x00000001 , 0x0000452e 
+ 00018910  0x00001a9e beq  0x00000001 , 0x000049e1 
+ 00018911  0x00001a9f beq  0x00000002 , 0x000049ec 
+ 00018912  0x00001aa0 rtn 
+ 00018913  0x00001aa3 fetch  0x00000001 , 0x00004518 
+ 00018914  0x00001aa4 beq  0x00000001 , 0x000049e4 
+ 00018915  0x00001aa5 rtn 
+ 00018916  0x00001aa7 jam  0x00000002 , 0x00004518 
+ 00018917  0x00001aa8 fetch  0x00000001 , 0x000044f4 
+ 00018918  0x00001aa9 branch  0x000049cf , 0x00000034 
+ 00018919  0x00001aab jam  0x00000001 , 0x0000451b 
+ 00018920  0x00001aad jam  0x00000080 , 0x0000451c 
+ 00018921  0x00001aae fetch  0x00000004 , 0x0000456f 
+ 00018922  0x00001aaf store  0x00000004 , 0x0000451d 
+ 00018923  0x00001ab0 branch  0x00007636 
+ 00018924  0x00001ab3 fetch  0x00000001 , 0x00004519 
+ 00018925  0x00001ab4 beq  0x00000001 , 0x000049ef 
+ 00018926  0x00001ab5 rtn 
+ 00018927  0x00001ab7 jam  0x00000002 , 0x00004519 
+ 00018928  0x00001ab8 fetch  0x00000001 , 0x000044f4 
+ 00018929  0x00001ab9 branch  0x000049d5 , 0x00000034 
+ 00018930  0x00001aba jam  0x00000002 , 0x0000451b 
+ 00018931  0x00001abb branch  0x000049e8 
+ 00018932  0x00001abf fetch  0x00000001 , 0x000044f4 
+ 00018933  0x00001ac0 branch  0x000049fa , 0x00000034 
+ 00018934  0x00001ac1 fetch  0x00000004 , 0x0000452f 
+ 00018935  0x00001ac2 fetcht  0x00000004 , 0x0000456f 
+ 00018936  0x00001ac3 isub  0x00000002 , 0x0000003e 
+ 00018937  0x00001ac4 nrtn  0x00000005 
+ 00018938  0x00001ac6 fetch  0x00000001 , 0x0000452e 
+ 00018939  0x00001ac7 beq  0x00000001 , 0x000049fe 
+ 00018940  0x00001ac8 beq  0x00000002 , 0x00004a09 
+ 00018941  0x00001ac9 rtn 
+ 00018942  0x00001acc fetch  0x00000001 , 0x00004518 
+ 00018943  0x00001acd beq  0x00000002 , 0x00004a01 
+ 00018944  0x00001ace rtn 
+ 00018945  0x00001ad0 call  0x00004a22 
+ 00018946  0x00001ad1 call  0x000049cf 
+ 00018947  0x00001ad2 fetch  0x00000001 , 0x0000451a 
+ 00018948  0x00001ad3 or_into  0x00000001 , 0x0000003f 
+ 00018949  0x00001ad4 store  0x00000001 , 0x0000451a 
+ 00018950  0x00001ad6 setarg  0x00000000 
+ 00018951  0x00001ad7 store  0x00000002 , 0x00004518 
+ 00018952  0x00001ad8 rtn 
+ 00018953  0x00001adb fetch  0x00000001 , 0x00004519 
+ 00018954  0x00001adc bne  0x00000000 , 0x00004a0c 
+ 00018955  0x00001add rtn 
+ 00018956  0x00001adf call  0x00004a28 
+ 00018957  0x00001ae0 call  0x000049d5 
+ 00018958  0x00001ae1 fetch  0x00000001 , 0x0000451a 
+ 00018959  0x00001ae2 or_into  0x00000002 , 0x0000003f 
+ 00018960  0x00001ae3 store  0x00000001 , 0x0000451a 
+ 00018961  0x00001ae4 call  0x00004a06 
+ 00018962  0x00001ae5 branch  0x000053bd 
+ 00018963  0x00001ae8 fetch  0x00000001 , 0x00004559 
+ 00018964  0x00001ae9 rtnne  0x00000001 
+ 00018965  0x00001aea fetch  0x00000001 , 0x00004553 
+ 00018966  0x00001aeb nrtn  0x00000034 
+ 00018967  0x00001aec fetch  0x00000001 , 0x00004440 
+ 00018968  0x00001aed beq  0x00000001 , 0x00004a1b 
+ 00018969  0x00001aee beq  0x00000002 , 0x00004a1f 
+ 00018970  0x00001aef rtn 
+ 00018971  0x00001af1 fetch  0x00000001 , 0x0000456e 
+ 00018972  0x00001af2 rtnbit0  0x00000000 
+ 00018973  0x00001af4 disable  0x0000002f 
+ 00018974  0x00001af5 rtn 
+ 00018975  0x00001af7 fetch  0x00000001 , 0x0000456e 
+ 00018976  0x00001af8 rtnbit0  0x00000001 
+ 00018977  0x00001af9 branch  0x00004a1d 
+ 00018978  0x00001afc fetch  0x00000001 , 0x00004553 
+ 00018979  0x00001afd nrtn  0x00000034 
+ 00018980  0x00001afe fetch  0x00000001 , 0x0000456e 
+ 00018981  0x00001aff or_into  0x00000001 , 0x0000003f 
+ 00018982  0x00001b00 store  0x00000001 , 0x0000456e 
+ 00018983  0x00001b01 rtn 
+ 00018984  0x00001b04 fetch  0x00000001 , 0x00004553 
+ 00018985  0x00001b05 nrtn  0x00000034 
+ 00018986  0x00001b06 fetch  0x00000001 , 0x0000456e 
+ 00018987  0x00001b07 or_into  0x00000002 , 0x0000003f 
+ 00018988  0x00001b08 store  0x00000001 , 0x0000456e 
+ 00018989  0x00001b09 rtn 
+ 00018990  0x00001b0d fetch  0x00000001 , 0x0000451a 
+ 00018991  0x00001b0e rtn  0x00000034 
+ 00018992  0x00001b10 fetch  0x00000001 , 0x0000452e 
+ 00018993  0x00001b11 beq  0x00000001 , 0x00004a22 
+ 00018994  0x00001b12 beq  0x00000002 , 0x00004a28 
+ 00018995  0x00001b13 rtn 
+ 00018996  0x00001b27 set1  0x00000027 , 0x00000000 
+ 00018997  0x00001b28 fetch  0x00000001 , 0x00004116 
+ 00018998  0x00001b29 store  0x00000001 , 0x00004566 
+ 00018999  0x00001b2a call  0x00004922 
+ 00019000  0x00001b2b branch  0x00004c58 
+ 00019001  0x00001b2e fetch  0x00000002 , 0x00004523 
+ 00019002  0x00001b2f branch  0x000075e6 
+ 00019003  0x00001b32 bpatchx  0x0000003c , 0x00004027 
+ 00019004  0x00001b33 jam  0x00000000 , 0x000044ce 
+ 00019005  0x00001b34 fetch  0x00000001 , 0x00004554 
+ 00019006  0x00001b35 rtn  0x00000034 
+ 00019007  0x00001b36 fetch  0x00000002 , 0x00004525 
+ 00019008  0x00001b37 branch  0x000075e6 
+ 00019009  0x00001b3b call  0x00004a84 
+ 00019010  0x00001b3c nbranch  0x00004a54 , 0x0000002f 
+ 00019011  0x00001b3e call  0x00004a76 
+ 00019012  0x00001b3f nbranch  0x00004a54 , 0x00000028 
+ 00019013  0x00001b40 fetch  0x00000001 , 0x000044c3 
+ 00019014  0x00001b41 branch  0x00004a54 , 0x00000034 
+ 00019015  0x00001b42 increase  0x00000002 , 0x0000003f 
+ 00019016  0x00001b43 iforce  0x00000039 
+ 00019017  0x00001b44 arg  0x0000443d , 0x00000006 
+ 00019018  0x00001b45 arg  0x0000452b , 0x00000005 
+ 00019019  0x00001b46 call  0x00007548 
+ 00019020  0x00001b47 jam  0x00000000 , 0x00004556 
+ 00019021  0x00001b48 fetch  0x00000001 , 0x00004553 
+ 00019022  0x00001b49 call  0x00004a91 , 0x00000034 
+ 00019023  0x00001b4a bpatchx  0x0000003d , 0x00004027 
+ 00019024  0x00001b4b fetch  0x00000001 , 0x0000452d 
+ 00019025  0x00001b4c beq  0x00000001 , 0x00004a5a 
+ 00019026  0x00001b4d beq  0x00000002 , 0x00004a69 
+ 00019027  0x00001b4e beq  0x000000ff , 0x00004a58 
+ 00019028  0x00001b50 bpatchx  0x0000003e , 0x00004027 
+ 00019029  0x00001b51 arg  0x0000443d , 0x00000005 
+ 00019030  0x00001b52 arg  0x00000042 , 0x00000039 
+ 00019031  0x00001b53 branch  0x0000750f 
+ 00019032  0x00001b56 call  0x00004a30 
+ 00019033  0x00001b57 branch  0x00004c20 
+ 00019034  0x00001b5a call  0x00004a22 
+ 00019035  0x00001b5b call  0x00004bbd 
+ 00019036  0x00001b5c fetch  0x00000001 , 0x0000454d 
+ 00019037  0x00001b5d fetcht  0x00000001 , 0x0000452b 
+ 00019038  0x00001b5e isolate1  0x00000003 , 0x00000002 
+ 00019039  0x00001b5f setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00019040  0x00001b60 store  0x00000001 , 0x0000454d 
+ 00019041  0x00001b61 beq  0x00000001 , 0x00004a6f 
+ 00019042  0x00001b62 fetch  0x00000001 , 0x00004555 
+ 00019043  0x00001b63 fetcht  0x00000001 , 0x0000452b 
+ 00019044  0x00001b64 isolate1  0x00000004 , 0x00000002 
+ 00019045  0x00001b65 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00019046  0x00001b66 store  0x00000001 , 0x00004555 
+ 00019047  0x00001b67 fetch  0x00000002 , 0x00004527 
+ 00019048  0x00001b68 branch  0x000075e6 
+ 00019049  0x00001b6b call  0x00004a28 
+ 00019050  0x00001b6c fetcht  0x00000001 , 0x0000452b 
+ 00019051  0x00001b6d isolate1  0x00000003 , 0x00000002 
+ 00019052  0x00001b6e branch  0x00004a74 , 0x00000001 
+ 00019053  0x00001b6f fetch  0x00000002 , 0x00004529 
+ 00019054  0x00001b70 branch  0x000075e6 
+ 00019055  0x00001b73 fetch  0x00000001 , 0x00004095 
+ 00019056  0x00001b74 sub  0x0000003f , 0x0000000e , 0x0000003e 
+ 00019057  0x00001b75 call  0x00004f01 , 0x00000005 
+ 00019058  0x00001b76 fetch  0x00000004 , 0x00004535 
+ 00019059  0x00001b77 branch  0x00004c26 
+ 00019060  0x00001b79 fetch  0x00000004 , 0x00004535 
+ 00019061  0x00001b7a branch  0x00004c2a 
+ 00019062  0x00001b7e call  0x00007638 
+ 00019063  0x00001b7f fetch  0x00000001 , 0x000044cc 
+ 00019064  0x00001b80 fetcht  0x00000001 , 0x000044cd 
+ 00019065  0x00001b81 isub  0x00000002 , 0x0000003e 
+ 00019066  0x00001b82 ncall  0x00007636 , 0x00000005 
+ 00019067  0x00001b83 fetch  0x00000001 , 0x000044cc 
+ 00019068  0x00001b84 store  0x00000001 , 0x000044cd 
+ 00019069  0x00001b85 fetch  0x00000003 , 0x000044c6 
+ 00019070  0x00001b86 fetcht  0x00000003 , 0x000044c9 
+ 00019071  0x00001b87 isub  0x00000002 , 0x0000003e 
+ 00019072  0x00001b88 ncall  0x00007636 , 0x00000005 
+ 00019073  0x00001b89 fetch  0x00000003 , 0x000044c6 
+ 00019074  0x00001b8a store  0x00000003 , 0x000044c9 
+ 00019075  0x00001b8b rtn 
+ 00019076  0x00001b8e call  0x00004a54 
+ 00019077  0x00001b8f call  0x000047ce 
+ 00019078  0x00001b90 nrtn  0x0000002f 
+ 00019079  0x00001b93 fetch  0x00000001 , 0x0000443d 
+ 00019080  0x00001b94 store  0x00000001 , 0x000044cf 
+ 00019081  0x00001b96 call  0x000048be 
+ 00019082  0x00001b98 fetch  0x00000001 , 0x0000443e 
+ 00019083  0x00001b99 isolate1  0x00000000 , 0x0000003f 
+ 00019084  0x00001b9a branch  0x00004a90 , 0x00000001 
+ 00019085  0x00001b9c call  0x00004a3b 
+ 00019086  0x00001b9d call  0x0000488f 
+ 00019087  0x00001b9e call  0x0000483f 
+ 00019088  0x00001ba0 branch  0x00004837 
+ 00019089  0x00001ba4 jam  0x00000001 , 0x00004557 
+ 00019090  0x00001ba6 setarg  0x00000280 
+ 00019091  0x00001ba7 arg  0x00000008 , 0x00000007 
+ 00019092  0x00001ba8 branch  0x0000754f 
+ 00019093  0x00001baf bpatchx  0x0000003f , 0x00004027 
+ 00019094  0x00001bb0 jam  0x00000001 , 0x00004556 
+ 00019095  0x00001bb1 jam  0x00000000 , 0x0000455a 
+ 00019096  0x00001bb2 jam  0x000000ff , 0x000044ed 
+ 00019097  0x00001bb3 branch  0x00004902 
+ 00019098  0x00001bb6 bpatchx  0x00000040 , 0x00004028 
+ 00019099  0x00001bb7 fetch  0x00000001 , 0x00004556 
+ 00019100  0x00001bb8 rtn  0x00000034 
+ 00019101  0x00001bb9 call  0x000048ef 
+ 00019102  0x00001bba nrtn  0x00000028 
+ 00019103  0x00001bbb call  0x00004aa7 
+ 00019104  0x00001bbc fetch  0x00000001 , 0x0000455a 
+ 00019105  0x00001bbd increase  0x00000001 , 0x0000003f 
+ 00019106  0x00001bbe and_into  0x00000001 , 0x0000003f 
+ 00019107  0x00001bbf store  0x00000001 , 0x0000455a 
+ 00019108  0x00001bc0 beq  0x00000000 , 0x00004aac 
+ 00019109  0x00001bc1 beq  0x00000001 , 0x00004aaf 
+ 00019110  0x00001bc2 rtn 
+ 00019111  0x00001bc5 fetch  0x00000001 , 0x00004565 
+ 00019112  0x00001bc6 rtn  0x00000034 
+ 00019113  0x00001bc7 increase  0xffffffff , 0x0000003f 
+ 00019114  0x00001bc8 store  0x00000001 , 0x00004565 
+ 00019115  0x00001bc9 rtn 
+ 00019116  0x00001bcc fetch  0x00000001 , 0x00004565 
+ 00019117  0x00001bcd nrtn  0x00000034 
+ 00019118  0x00001bce branch  0x00004af1 
+ 00019119  0x00001bd1 fetch  0x00000001 , 0x00004565 
+ 00019120  0x00001bd2 nrtn  0x00000034 
+ 00019121  0x00001bd3 branch  0x0000499f 
+ 00019122  0x00001bd7 fetch  0x00000001 , 0x0000456d 
+ 00019123  0x00001bd8 nrtn  0x00000034 
+ 00019124  0x00001bd9 fetch  0x00000001 , 0x0000456b 
+ 00019125  0x00001bda call  0x00004ae0 , 0x00000034 
+ 00019126  0x00001bdb fetch  0x00000001 , 0x00004568 
+ 00019127  0x00001bdc rtnbit1  0x00000000 
+ 00019128  0x00001bdd set1  0x00000000 , 0x0000003f 
+ 00019129  0x00001bde store  0x00000001 , 0x00004568 
+ 00019130  0x00001bdf jam  0x00000001 , 0x00004567 
+ 00019131  0x00001be0 jam  0x00000000 , 0x0000456c 
+ 00019132  0x00001be1 setarg  0x00000000 
+ 00019133  0x00001be2 store  0x00000002 , 0x00004569 
+ 00019134  0x00001be3 jam  0x00000060 , 0x000044ed 
+ 00019135  0x00001be4 branch  0x00004902 
+ 00019136  0x00001be7 bpatchx  0x00000041 , 0x00004028 
+ 00019137  0x00001be8 fetch  0x00000001 , 0x00004559 
+ 00019138  0x00001be9 rtneq  0x00000000 
+ 00019139  0x00001bea fetch  0x00000001 , 0x0000456d 
+ 00019140  0x00001beb nrtn  0x00000034 
+ 00019141  0x00001bec fetch  0x00000001 , 0x0000456b 
+ 00019142  0x00001bed nrtn  0x00000034 
+ 00019143  0x00001bee fetch  0x00000001 , 0x00004567 
+ 00019144  0x00001bef rtn  0x00000034 
+ 00019145  0x00001bf0 call  0x000048ef 
+ 00019146  0x00001bf1 nrtn  0x00000028 
+ 00019147  0x00001bf2 fetch  0x00000002 , 0x00004569 
+ 00019148  0x00001bf3 increase  0x00000001 , 0x0000003f 
+ 00019149  0x00001bf4 store  0x00000002 , 0x00004569 
+ 00019150  0x00001bf5 arg  0x000007d0 , 0x00000002 
+ 00019151  0x00001bf6 isub  0x00000002 , 0x0000003e 
+ 00019152  0x00001bf7 branch  0x00004adc , 0x00000002 
+ 00019153  0x00001bf8 call  0x00004aa7 
+ 00019154  0x00001bf9 fetch  0x00000001 , 0x0000456c 
+ 00019155  0x00001bfa increase  0x00000001 , 0x0000003f 
+ 00019156  0x00001bfb and_into  0x00000001 , 0x0000003f 
+ 00019157  0x00001bfc store  0x00000001 , 0x0000456c 
+ 00019158  0x00001bfd beq  0x00000000 , 0x00004ad9 
+ 00019159  0x00001bfe beq  0x00000001 , 0x0000499f 
+ 00019160  0x00001bff rtn 
+ 00019161  0x00001c02 fetch  0x00000001 , 0x00004565 
+ 00019162  0x00001c03 nbranch  0x0000499f , 0x00000034 
+ 00019163  0x00001c04 branch  0x00004ba3 
+ 00019164  0x00001c07 jam  0x00000001 , 0x0000456b 
+ 00019165  0x00001c08 branch  0x00004ba3 
+ 00019166  0x00001c0b jam  0x00000000 , 0x00004567 
+ 00019167  0x00001c0c rtn 
+ 00019168  0x00001c0e jam  0x00000001 , 0x00004567 
+ 00019169  0x00001c0f rtn 
+ 00019170  0x00001c1b bpatchx  0x00000042 , 0x00004028 
+ 00019171  0x00001c1c fetch  0x00000001 , 0x00004558 
+ 00019172  0x00001c1d rtnbit1  0x00000000 
+ 00019173  0x00001c1e set1  0x00000000 , 0x0000003f 
+ 00019174  0x00001c1f store  0x00000001 , 0x00004558 
+ 00019175  0x00001c20 fetch  0x00000001 , 0x00004566 
+ 00019176  0x00001c21 store  0x00000001 , 0x00004116 
+ 00019177  0x00001c22 jam  0x00000000 , 0x00004554 
+ 00019178  0x00001c23 jam  0x00000000 , 0x00000761 
+ 00019179  0x00001c24 jam  0x00000001 , 0x0000454d 
+ 00019180  0x00001c25 jam  0x00000000 , 0x000044c4 
+ 00019181  0x00001c26 fetch  0x00000004 , 0x00004437 
+ 00019182  0x00001c27 call  0x000048e0 
+ 00019183  0x00001c28 call  0x000048cc 
+ 00019184  0x00001c29 branch  0x00004a54 
+ 00019185  0x00001c2d jam  0x00000000 , 0x00004554 
+ 00019186  0x00001c2f jam  0x00000000 , 0x00004559 
+ 00019187  0x00001c30 jam  0x00000000 , 0x00004558 
+ 00019188  0x00001c31 rtn 
+ 00019189  0x00001c35 fetch  0x00000001 , 0x00004559 
+ 00019190  0x00001c36 rtnne  0x00000000 
+ 00019191  0x00001c37 call  0x00004ae2 
+ 00019192  0x00001c38 call  0x00004ba7 
+ 00019193  0x00001c39 branch  0x00004a41 
+ 00019194  0x00001c47 bpatchx  0x00000043 , 0x00004028 
+ 00019195  0x00001c48 fetch  0x00000001 , 0x00004559 
+ 00019196  0x00001c49 rtnne  0x00000001 
+ 00019197  0x00001c4a call  0x000049a2 
+ 00019198  0x00001c4b call  0x000049b0 
+ 00019199  0x00001c4c fetch  0x00000001 , 0x00004553 
+ 00019200  0x00001c4d nrtn  0x00000034 
+ 00019201  0x00001c4e fetch  0x00000001 , 0x0000451a 
+ 00019202  0x00001c4f rtn  0x00000034 
+ 00019203  0x00001c50 jam  0x00000000 , 0x00004556 
+ 00019204  0x00001c51 call  0x00004af1 
+ 00019205  0x00001c52 call  0x00004a91 
+ 00019206  0x00001c53 branch  0x00004902 
+ 00019207  0x00001c60 fetch  0x00000001 , 0x00004558 
+ 00019208  0x00001c61 rtnbit1  0x00000007 
+ 00019209  0x00001c62 set1  0x00000007 , 0x0000003f 
+ 00019210  0x00001c63 store  0x00000001 , 0x00004558 
+ 00019211  0x00001c64 jam  0x00000000 , 0x0000455a 
+ 00019212  0x00001c65 jam  0x00000001 , 0x00004554 
+ 00019213  0x00001c66 setarg  0x00000000 
+ 00019214  0x00001c67 store  0x00000003 , 0x00004580 
+ 00019215  0x00001c68 store  0x00000007 , 0x0000455d 
+ 00019216  0x00001c69 call  0x00004b95 
+ 00019217  0x00001c6a nrtn  0x00000005 
+ 00019218  0x00001c6b fetch  0x00000001 , 0x000044d4 
+ 00019219  0x00001c6c store  0x00000001 , 0x0000455c 
+ 00019220  0x00001c6d fetch  0x00000001 , 0x000044d3 
+ 00019221  0x00001c6e store  0x00000001 , 0x0000455b 
+ 00019222  0x00001c6f rtn 
+ 00019223  0x00001c73 bpatchx  0x00000044 , 0x00004028 
+ 00019224  0x00001c74 fetch  0x00000001 , 0x00004559 
+ 00019225  0x00001c75 rtnne  0x00000007 
+ 00019226  0x00001c76 call  0x00004b07 
+ 00019227  0x00001c77 call  0x00004b3d 
+ 00019228  0x00001c78 call  0x00004a84 
+ 00019229  0x00001c79 nbranch  0x00004a54 , 0x0000002f 
+ 00019230  0x00001c7b call  0x00004b95 
+ 00019231  0x00001c7c call  0x00004a43 , 0x00000005 
+ 00019232  0x00001c7e fetch  0x00000001 , 0x0000454d 
+ 00019233  0x00001c7f call  0x00004ade , 0x00000034 
+ 00019234  0x00001c82 jam  0x00000000 , 0x00004559 
+ 00019235  0x00001c83 fetch  0x00000001 , 0x00004558 
+ 00019236  0x00001c84 set1  0x00000000 , 0x0000003f 
+ 00019237  0x00001c85 store  0x00000001 , 0x00004558 
+ 00019238  0x00001c87 fetch  0x00000001 , 0x00004554 
+ 00019239  0x00001c88 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00019240  0x00001c89 ncall  0x00004b93 , 0x00000005 
+ 00019241  0x00001c8b call  0x00004a54 
+ 00019242  0x00001c8c call  0x00004a91 
+ 00019243  0x00001c8d call  0x00004b95 
+ 00019244  0x00001c8e branch  0x00004b36 , 0x00000005 
+ 00019245  0x00001c8f fetch  0x00000004 , 0x000044d5 
+ 00019246  0x00001c90 fetcht  0x00000004 , 0x00004577 
+ 00019247  0x00001c91 isub  0x00000002 , 0x0000003e 
+ 00019248  0x00001c92 branch  0x00004b39 , 0x00000005 
+ 00019249  0x00001c93 fetch  0x00000004 , 0x000044d5 
+ 00019250  0x00001c94 fetcht  0x00000004 , 0x00004573 
+ 00019251  0x00001c95 isub  0x00000002 , 0x0000003e 
+ 00019252  0x00001c96 branch  0x00004b3b , 0x00000005 
+ 00019253  0x00001c97 rtn 
+ 00019254  0x00001c9b fetch  0x00000001 , 0x0000455c 
+ 00019255  0x00001c9d store  0x00000001 , 0x000044d4 
+ 00019256  0x00001c9e rtn 
+ 00019257  0x00001ca1 fetch  0x00000001 , 0x00004562 
+ 00019258  0x00001ca2 branch  0x00004b37 
+ 00019259  0x00001ca5 fetch  0x00000001 , 0x0000455f 
+ 00019260  0x00001ca6 branch  0x00004b37 
+ 00019261  0x00001caa bpatchx  0x00000045 , 0x00004028 
+ 00019262  0x00001cab fetch  0x00000001 , 0x0000455a 
+ 00019263  0x00001cac increase  0x00000001 , 0x0000003f 
+ 00019264  0x00001cad and_into  0x00000003 , 0x0000003f 
+ 00019265  0x00001cae store  0x00000001 , 0x0000455a 
+ 00019266  0x00001cb0 beq  0x00000000 , 0x00004b61 
+ 00019267  0x00001cb1 beq  0x00000001 , 0x00004b7b 
+ 00019268  0x00001cb2 beq  0x00000002 , 0x00004b47 
+ 00019269  0x00001cb3 beq  0x00000003 , 0x00004b7b 
+ 00019270  0x00001cb4 rtn 
+ 00019271  0x00001cb7 call  0x000049cf 
+ 00019272  0x00001cb8 fetch  0x00000004 , 0x00004573 
+ 00019273  0x00001cb9 branch  0x00004b3d , 0x00000034 
+ 00019274  0x00001cba call  0x000048e0 
+ 00019275  0x00001cbb fetch  0x00000001 , 0x00004560 
+ 00019276  0x00001cbc call  0x00004b5c , 0x00000034 
+ 00019277  0x00001cbd fetch  0x00000001 , 0x0000455e 
+ 00019278  0x00001cbe store  0x00000001 , 0x000044d3 
+ 00019279  0x00001cbf fetcht  0x00000001 , 0x00004581 
+ 00019280  0x00001cc0 fetchr  0x00000011 , 0x00000002 , 0x00004587 
+ 00019281  0x00001cc1 call  0x00004c2c 
+ 00019282  0x00001cc2 storet  0x00000001 , 0x00004581 
+ 00019283  0x00001cc3 call  0x00004c35 
+ 00019284  0x00001cc4 storet  0x00000001 , 0x0000457e 
+ 00019285  0x00001cc5 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00019286  0x00001cc6 nrtn  0x00000002 
+ 00019287  0x00001cc7 fetcht  0x00000001 , 0x0000455f 
+ 00019288  0x00001cc8 call  0x000048d1 
+ 00019289  0x00001cc9 storet  0x00000001 , 0x0000455f 
+ 00019290  0x00001cca store  0x00000001 , 0x0000455e 
+ 00019291  0x00001ccb rtn 
+ 00019292  0x00001cce jam  0x00000001 , 0x00004560 
+ 00019293  0x00001ccf arg  0x00000000 , 0x00000002 
+ 00019294  0x00001cd0 call  0x000048d6 
+ 00019295  0x00001cd1 store  0x00000001 , 0x0000455e 
+ 00019296  0x00001cd2 rtn 
+ 00019297  0x00001cd5 call  0x000049d5 
+ 00019298  0x00001cd6 fetch  0x00000004 , 0x00004577 
+ 00019299  0x00001cd7 branch  0x00004b3d , 0x00000034 
+ 00019300  0x00001cd8 call  0x000048e0 
+ 00019301  0x00001cd9 fetch  0x00000001 , 0x00004563 
+ 00019302  0x00001cda call  0x00004b76 , 0x00000034 
+ 00019303  0x00001cdb fetch  0x00000001 , 0x00004561 
+ 00019304  0x00001cdc store  0x00000001 , 0x000044d3 
+ 00019305  0x00001cdd fetcht  0x00000001 , 0x00004582 
+ 00019306  0x00001cde fetchr  0x00000011 , 0x00000002 , 0x00004589 
+ 00019307  0x00001cdf call  0x00004c2c 
+ 00019308  0x00001ce0 storet  0x00000001 , 0x00004582 
+ 00019309  0x00001ce1 call  0x00004c35 
+ 00019310  0x00001ce2 storet  0x00000001 , 0x0000457f 
+ 00019311  0x00001ce3 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00019312  0x00001ce4 nrtn  0x00000002 
+ 00019313  0x00001ce5 fetcht  0x00000001 , 0x00004562 
+ 00019314  0x00001ce6 call  0x000048d1 
+ 00019315  0x00001ce7 storet  0x00000001 , 0x00004562 
+ 00019316  0x00001ce8 store  0x00000001 , 0x00004561 
+ 00019317  0x00001ce9 rtn 
+ 00019318  0x00001cec jam  0x00000001 , 0x00004563 
+ 00019319  0x00001ced arg  0x00000000 , 0x00000002 
+ 00019320  0x00001cee call  0x000048d6 
+ 00019321  0x00001cef store  0x00000001 , 0x00004561 
+ 00019322  0x00001cf0 rtn 
+ 00019323  0x00001cf3 call  0x000049cf 
+ 00019324  0x00001cf4 fetch  0x00000004 , 0x00004437 
+ 00019325  0x00001cf5 call  0x000048e0 
+ 00019326  0x00001cf6 fetch  0x00000001 , 0x0000455d 
+ 00019327  0x00001cf7 call  0x00004b8f , 0x00000034 
+ 00019328  0x00001cf8 fetch  0x00000001 , 0x0000455b 
+ 00019329  0x00001cf9 store  0x00000001 , 0x000044d3 
+ 00019330  0x00001cfa fetcht  0x00000001 , 0x00004580 
+ 00019331  0x00001cfb fetchr  0x00000011 , 0x00000002 , 0x00004585 
+ 00019332  0x00001cfc call  0x00004c2c 
+ 00019333  0x00001cfd storet  0x00000001 , 0x00004580 
+ 00019334  0x00001cfe call  0x00004c35 
+ 00019335  0x00001cff storet  0x00000001 , 0x0000457d 
+ 00019336  0x00001d00 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00019337  0x00001d01 nrtn  0x00000002 
+ 00019338  0x00001d02 fetcht  0x00000001 , 0x0000455c 
+ 00019339  0x00001d03 call  0x000048d1 
+ 00019340  0x00001d04 storet  0x00000001 , 0x0000455c 
+ 00019341  0x00001d05 store  0x00000001 , 0x0000455b 
+ 00019342  0x00001d06 rtn 
+ 00019343  0x00001d09 jam  0x00000001 , 0x0000455d 
+ 00019344  0x00001d0a fetch  0x00000001 , 0x0000455b 
+ 00019345  0x00001d0b store  0x00000001 , 0x000044d3 
+ 00019346  0x00001d0c rtn 
+ 00019347  0x00001d10 jam  0x00000000 , 0x00004554 
+ 00019348  0x00001d11 rtn 
+ 00019349  0x00001d15 fetch  0x00000004 , 0x000044d5 
+ 00019350  0x00001d16 fetcht  0x00000004 , 0x00004437 
+ 00019351  0x00001d17 isub  0x00000002 , 0x0000003e 
+ 00019352  0x00001d18 rtn 
+ 00019353  0x00001d25 fetch  0x00000001 , 0x00004554 
+ 00019354  0x00001d26 rtneq  0x00000002 
+ 00019355  0x00001d27 fetch  0x00000001 , 0x00004557 
+ 00019356  0x00001d28 rtn  0x00000034 
+ 00019357  0x00001d29 arg  0x00000008 , 0x00000007 
+ 00019358  0x00001d2a call  0x0000755d 
+ 00019359  0x00001d2b nrtn  0x00000034 
+ 00019360  0x00001d2c jam  0x00000000 , 0x00004557 
+ 00019361  0x00001d2d jam  0x00000000 , 0x00004565 
+ 00019362  0x00001d2e call  0x00004ab2 
+ 00019363  0x00001d31 bpatchx  0x00000046 , 0x00004028 
+ 00019364  0x00001d32 jam  0x00000007 , 0x00004559 
+ 00019365  0x00001d33 jam  0x00000000 , 0x00004558 
+ 00019366  0x00001d34 branch  0x00004a54 
+ 00019367  0x00001d3b bpatchx  0x00000047 , 0x00004028 
+ 00019368  0x00001d3c fetch  0x00000001 , 0x0000454d 
+ 00019369  0x00001d3d beq  0x00000001 , 0x00004c6c 
+ 00019370  0x00001d3e fetch  0x00000001 , 0x00004555 
+ 00019371  0x00001d3f beq  0x00000001 , 0x00004bbb 
+ 00019372  0x00001d40 fetcht  0x00000004 , 0x0000454e 
+ 00019373  0x00001d41 copy  0x00000022 , 0x0000003f 
+ 00019374  0x00001d42 isub  0x00000002 , 0x0000003e 
+ 00019375  0x00001d43 ncall  0x000048ff , 0x00000002 
+ 00019376  0x00001d44 copy  0x0000003f , 0x00000012 
+ 00019377  0x00001d45 fetch  0x00000004 , 0x0000454e 
+ 00019378  0x00001d46 fetcht  0x00000001 , 0x00004552 
+ 00019379  0x00001d47 iadd  0x00000002 , 0x00000002 
+ 00019380  0x00001d48 copy  0x00000012 , 0x0000003f 
+ 00019381  0x00001d49 isub  0x00000002 , 0x0000003e 
+ 00019382  0x00001d4a nrtn  0x00000002 
+ 00019383  0x00001d4b set0  0x0000001c , 0x0000003f 
+ 00019384  0x00001d4c store  0x00000004 , 0x0000454e 
+ 00019385  0x00001d4d jam  0x00000001 , 0x0000454d 
+ 00019386  0x00001d4e branch  0x000048cc 
+ 00019387  0x00001d51 jam  0x00000000 , 0x00004555 
+ 00019388  0x00001d52 branch  0x000048cc 
+ 00019389  0x00001d55 copy  0x00000022 , 0x0000003f 
+ 00019390  0x00001d56 store  0x00000004 , 0x0000454e 
+ 00019391  0x00001d57 rtn 
+ 00019392  0x00001d5d arg  0x00004521 , 0x00000013 
+ 00019393  0x00001d5e arg  0x00004ceb , 0x00000012 
+ 00019394  0x00001d5f branch  0x00004de8 
+ 00019395  0x00001d63 bpatchx  0x00000048 , 0x00004029 
+ 00019396  0x00001d64 set1  0x00000026 , 0x00000000 
+ 00019397  0x00001d65 fetch  0x00000001 , 0x0000453b 
+ 00019398  0x00001d66 set0  0x00000001 , 0x0000003f 
+ 00019399  0x00001d67 set1  0x00000002 , 0x0000003f 
+ 00019400  0x00001d68 store  0x00000001 , 0x0000453b 
+ 00019401  0x00001d69 fetch  0x00000001 , 0x00004526 
+ 00019402  0x00001d6a branch  0x00004bd8 , 0x00000034 
+ 00019403  0x00001d6b fetch  0x00000001 , 0x00004525 
+ 00019404  0x00001d6c beq  0x00000001 , 0x00004bd0 
+ 00019405  0x00001d6d beq  0x00000002 , 0x00004bd0 
+ 00019406  0x00001d6e beq  0x00000003 , 0x00004bdf 
+ 00019407  0x00001d6f beq  0x00000004 , 0x00004bdf 
+ 00019408  0x00001d71 fetch  0x00000001 , 0x00004516 
+ 00019409  0x00001d72 store  0x00000001 , 0x00004116 
+ 00019410  0x00001d73 fetcht  0x00000001 , 0x0000452f 
+ 00019411  0x00001d74 storet  0x00000001 , 0x000044d4 
+ 00019412  0x00001d75 fetch  0x00000004 , 0x00004527 
+ 00019413  0x00001d76 call  0x00004be8 
+ 00019414  0x00001d77 storet  0x00000001 , 0x0000452f 
+ 00019415  0x00001d78 rtn 
+ 00019416  0x00001d7b jam  0x00000003 , 0x00004116 
+ 00019417  0x00001d7c fetcht  0x00000001 , 0x00004530 
+ 00019418  0x00001d7d storet  0x00000001 , 0x000044d4 
+ 00019419  0x00001d7e fetch  0x00000004 , 0x0000452b 
+ 00019420  0x00001d7f call  0x00004be8 
+ 00019421  0x00001d80 storet  0x00000001 , 0x00004530 
+ 00019422  0x00001d81 rtn 
+ 00019423  0x00001d84 jam  0x00000003 , 0x00004116 
+ 00019424  0x00001d85 fetcht  0x00000001 , 0x00004531 
+ 00019425  0x00001d86 storet  0x00000001 , 0x000044d4 
+ 00019426  0x00001d87 fetch  0x00000004 , 0x00004543 
+ 00019427  0x00001d88 call  0x00004be8 
+ 00019428  0x00001d89 storet  0x00000001 , 0x00004531 
+ 00019429  0x00001d8a rtn 
+ 00019430  0x00001d8d fetch  0x00000004 , 0x000044a5 
+ 00019431  0x00001d8e store  0x00000004 , 0x0000452b 
+ 00019432  0x00001d90 call  0x000048e0 
+ 00019433  0x00001d91 branch  0x000048cc 
+ 00019434  0x00001d95 bpatchx  0x00000049 , 0x00004029 
+ 00019435  0x00001d96 call  0x00004c05 
+ 00019436  0x00001d97 call  0x00004cc8 
+ 00019437  0x00001d98 nbranch  0x00004c0c , 0x00000018 
+ 00019438  0x00001d99 nbranch  0x00004c0c , 0x0000002f 
+ 00019439  0x00001d9a call  0x00004cdf 
+ 00019440  0x00001d9c fetch  0x00000001 , 0x0000453b 
+ 00019441  0x00001d9d set0  0x00000002 , 0x0000003f 
+ 00019442  0x00001d9e store  0x00000001 , 0x0000453b 
+ 00019443  0x00001d9f setarg  0x00000000 
+ 00019444  0x00001da0 store  0x00000002 , 0x0000451d 
+ 00019445  0x00001da1 store  0x00000002 , 0x00004523 
+ 00019446  0x00001da2 store  0x00000002 , 0x00004521 
+ 00019447  0x00001da3 fetch  0x00000004 , 0x00004511 
+ 00019448  0x00001da4 fetcht  0x00000004 , 0x000044d5 
+ 00019449  0x00001da5 isub  0x00000002 , 0x0000003e 
+ 00019450  0x00001da6 branch  0x0000493b , 0x00000005 
+ 00019451  0x00001da7 fetch  0x00000004 , 0x00004543 
+ 00019452  0x00001da8 fetcht  0x00000004 , 0x000044d5 
+ 00019453  0x00001da9 isub  0x00000002 , 0x0000003e 
+ 00019454  0x00001daa call  0x00004be6 , 0x00000005 
+ 00019455  0x00001dab jam  0x0000003c , 0x000004c3 
+ 00019456  0x00001dac call  0x0000709b 
+ 00019457  0x00001dae bpatchx  0x0000004a , 0x00004029 
+ 00019458  0x00001daf arg  0x00000004 , 0x00000039 
+ 00019459  0x00001db0 arg  0x0000445f , 0x00000005 
+ 00019460  0x00001db1 branch  0x00007500 
+ 00019461  0x00001db4 jam  0x000000ff , 0x0000445f 
+ 00019462  0x00001db5 fetch  0x00000001 , 0x000044cf 
+ 00019463  0x00001db6 store  0x00000001 , 0x00004460 
+ 00019464  0x00001db7 fetch  0x00000004 , 0x00004543 
+ 00019465  0x00001db8 store  0x00000004 , 0x00004461 
+ 00019466  0x00001db9 jam  0x00000006 , 0x000044ce 
+ 00019467  0x00001dba branch  0x0000488f 
+ 00019468  0x00001dbd fetch  0x00000001 , 0x00004526 
+ 00019469  0x00001dbe branch  0x000048cc , 0x00000034 
+ 00019470  0x00001dbf fetch  0x00000002 , 0x00004523 
+ 00019471  0x00001dc0 increase  0x00000001 , 0x0000003f 
+ 00019472  0x00001dc1 store  0x00000002 , 0x00004523 
+ 00019473  0x00001dc2 isolate1  0x00000003 , 0x0000003f 
+ 00019474  0x00001dc3 fetch  0x00000001 , 0x00004525 
+ 00019475  0x00001dc4 beq  0x00000001 , 0x00004c18 
+ 00019476  0x00001dc5 beq  0x00000002 , 0x00004c1a 
+ 00019477  0x00001dc6 beq  0x00000003 , 0x00004c1c 
+ 00019478  0x00001dc7 beq  0x00000004 , 0x00004c1e 
+ 00019479  0x00001dc8 branch  0x00004bd8 
+ 00019480  0x00001dcc branch  0x00004bd8 , 0x00000001 
+ 00019481  0x00001dcd branch  0x00004bd0 
+ 00019482  0x00001dd0 branch  0x00004bdf , 0x00000001 
+ 00019483  0x00001dd1 branch  0x00004bd0 
+ 00019484  0x00001dd4 branch  0x00004bdf , 0x00000001 
+ 00019485  0x00001dd5 branch  0x00004bd8 
+ 00019486  0x00001dd8 branch  0x00004946 , 0x00000001 
+ 00019487  0x00001dd9 branch  0x00004bdf 
+ 00019488  0x00001de5 fetch  0x00000001 , 0x0000452e 
+ 00019489  0x00001de6 beq  0x00000001 , 0x00004c24 
+ 00019490  0x00001de7 beq  0x00000002 , 0x00004c28 
+ 00019491  0x00001de8 rtn 
+ 00019492  0x00001dea fetch  0x00000004 , 0x0000452f 
+ 00019493  0x00001deb store  0x00000004 , 0x0000456f 
+ 00019494  0x00001ded store  0x00000004 , 0x00004573 
+ 00019495  0x00001dee rtn 
+ 00019496  0x00001df0 fetch  0x00000004 , 0x0000452f 
+ 00019497  0x00001df1 store  0x00000004 , 0x0000456f 
+ 00019498  0x00001df3 store  0x00000004 , 0x00004577 
+ 00019499  0x00001df4 rtn 
+ 00019500  0x00001dff bpatchx  0x0000004b , 0x00004029 
+ 00019501  0x00001e00 copy  0x00000011 , 0x0000003f 
+ 00019502  0x00001e01 iadd  0x00000002 , 0x00000005 
+ 00019503  0x00001e02 fetch  0x00000001 , 0x00000009 
+ 00019504  0x00001e03 istore  0x00000001 , 0x00000005 
+ 00019505  0x00001e04 increase  0x00000001 , 0x00000002 
+ 00019506  0x00001e05 fetch  0x00000001 , 0x00004517 
+ 00019507  0x00001e06 iand  0x00000002 , 0x00000002 
+ 00019508  0x00001e07 rtn 
+ 00019509  0x00001e0a bpatchx  0x0000004c , 0x00004029 
+ 00019510  0x00001e0b fetch  0x00000001 , 0x00004517 
+ 00019511  0x00001e0c increase  0x00000001 , 0x0000003f 
+ 00019512  0x00001e0d store  0x00000002 , 0x000004ef 
+ 00019513  0x00001e0e copy  0x0000003f , 0x00000039 
+ 00019514  0x00001e0f copy  0x00000011 , 0x00000006 
+ 00019515  0x00001e10 arg  0x00000000 , 0x0000003f 
+ 00019516  0x00001e12 ifetcht  0x00000001 , 0x00000006 
+ 00019517  0x00001e13 iadd  0x00000002 , 0x0000003f 
+ 00019518  0x00001e14 loop  0x00004c3c 
+ 00019519  0x00001e15 fetcht  0x00000002 , 0x000004ef 
+ 00019520  0x00001e16 idiv  0x00000002 
+ 00019521  0x00001e17 call  0x000075d0 
+ 00019522  0x00001e18 quotient  0x00000002 
+ 00019523  0x00001e19 rtnmark1  0x00000027 
+ 00019524  0x00001e1a copy  0x00000002 , 0x0000003f 
+ 00019525  0x00001e1b rtnmark0  0x00000026 
+ 00019526  0x00001e1c call  0x00003a64 
+ 00019527  0x00001e1d copy  0x0000003f , 0x00000002 
+ 00019528  0x00001e1e rtn 
+ 00019529  0x00001e21 call  0x00003a45 
+ 00019530  0x00001e22 branch  0x00003a60 
+ 00019531  0x00001e2c fetch  0x00000002 , 0x00004533 
+ 00019532  0x00001e2d branch  0x00004c5f 
+ 00019533  0x00001e30 copy  0x0000003f , 0x00000011 
+ 00019534  0x00001e31 fetcht  0x00000001 , 0x00004532 
+ 00019535  0x00001e32 fetch  0x00000002 , 0x00004533 
+ 00019536  0x00001e33 iadd  0x00000002 , 0x00000005 
+ 00019537  0x00001e34 copy  0x00000011 , 0x0000003f 
+ 00019538  0x00001e35 istore  0x00000001 , 0x00000005 
+ 00019539  0x00001e36 increase  0x00000001 , 0x00000002 
+ 00019540  0x00001e37 fetch  0x00000001 , 0x00004517 
+ 00019541  0x00001e38 iand  0x00000002 , 0x00000002 
+ 00019542  0x00001e39 storet  0x00000001 , 0x00004532 
+ 00019543  0x00001e3a rtn 
+ 00019544  0x00001e45 fetch  0x00000002 , 0x00004583 
+ 00019545  0x00001e46 call  0x00004c5f 
+ 00019546  0x00001e47 fetch  0x00000002 , 0x00004585 
+ 00019547  0x00001e48 call  0x00004c5f 
+ 00019548  0x00001e49 fetch  0x00000002 , 0x00004587 
+ 00019549  0x00001e4a call  0x00004c5f 
+ 00019550  0x00001e4b fetch  0x00000002 , 0x00004589 
+ 00019551  0x00001e4d rtn  0x00000034 
+ 00019552  0x00001e4e copy  0x0000003f , 0x00000005 
+ 00019553  0x00001e4f fetch  0x00000001 , 0x00004517 
+ 00019554  0x00001e50 increase  0x00000001 , 0x0000003f 
+ 00019555  0x00001e51 copy  0x0000003f , 0x00000039 
+ 00019556  0x00001e52 branch  0x0000750f 
+ 00019557  0x00001e56 call  0x00004c49 
+ 00019558  0x00001e57 rtn  0x00000034 
+ 00019559  0x00001e58 fetcht  0x00000001 , 0x0000457c 
+ 00019560  0x00001e59 fetchr  0x00000011 , 0x00000002 , 0x00004583 
+ 00019561  0x00001e5a call  0x00004c2c 
+ 00019562  0x00001e5b storet  0x00000001 , 0x0000457c 
+ 00019563  0x00001e5c rtn 
+ 00019564  0x00001e60 fetchr  0x00000011 , 0x00000002 , 0x00004583 
+ 00019565  0x00001e61 call  0x00004c35 
+ 00019566  0x00001e62 storet  0x00000001 , 0x0000457b 
+ 00019567  0x00001e63 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00019568  0x00001e64 nrtn  0x00000002 
+ 00019569  0x00001e65 branch  0x000048cc 
+ 00019570  0x00001e6e fetch  0x00000004 , 0x00004437 
+ 00019571  0x00001e6f store  0x00000004 , 0x00004543 
+ 00019572  0x00001e70 call  0x00004922 
+ 00019573  0x00001e71 branch  0x00004c4b 
+ 00019574  0x00001e74 setarg  0x00002fb2 
+ 00019575  0x00001e75 store  0x00000003 , 0x00004547 
+ 00019576  0x00001e76 setarg  0x00100c0c 
+ 00019577  0x00001e77 store  0x00000003 , 0x000044ed 
+ 00019578  0x00001e78 setarg  0x0000bb80 
+ 00019579  0x00001e79 store  0x00000003 , 0x0000454a 
+ 00019580  0x00001e7a jam  0x00000005 , 0x00004560 
+ 00019581  0x00001e7b rtn 
+ 00019582  0x00001e7e setarg  0x0000f80c 
+ 00019583  0x00001e7f store  0x00000003 , 0x00004547 
+ 00019584  0x00001e80 setarg  0x001c1919 
+ 00019585  0x00001e81 store  0x00000003 , 0x000044ed 
+ 00019586  0x00001e82 setarg  0x00017700 
+ 00019587  0x00001e83 store  0x00000003 , 0x0000454a 
+ 00019588  0x00001e84 jam  0x0000000b , 0x00004560 
+ 00019589  0x00001e85 rtn 
+ 00019590  0x00001e89 rtnmark0  0x00000026 
+ 00019591  0x00001e8a fetch  0x00000001 , 0x0000453b 
+ 00019592  0x00001e8b bbit1  0x00000001 , 0x0000494d 
+ 00019593  0x00001e8c bbit1  0x00000002 , 0x00004bea 
+ 00019594  0x00001e8d fetch  0x00000001 , 0x00004557 
+ 00019595  0x00001e8e beq  0x00000001 , 0x00004d35 
+ 00019596  0x00001e90 bpatchx  0x0000004d , 0x00004029 
+ 00019597  0x00001e91 call  0x00004c9d 
+ 00019598  0x00001e92 nbranch  0x00004d10 , 0x00000028 
+ 00019599  0x00001e94 call  0x00004cb2 
+ 00019600  0x00001e95 call  0x00004d5d 
+ 00019601  0x00001e96 fetch  0x00000001 , 0x00004095 
+ 00019602  0x00001e97 beq  0x00000008 , 0x000060b1 
+ 00019603  0x00001e99 fetch  0x00000008 , 0x0000454a 
+ 00019604  0x00001e9a store  0x00000008 , 0x000044f5 
+ 00019605  0x00001e9b fetch  0x00000002 , 0x0000455c 
+ 00019606  0x00001e9c store  0x00000002 , 0x0000455e 
+ 00019607  0x00001e9e bpatchx  0x0000004e , 0x00004029 
+ 00019608  0x00001e9f call  0x00004d2c 
+ 00019609  0x00001ea0 nrtn  0x00000028 
+ 00019610  0x00001ea1 call  0x0000765e 
+ 00019611  0x00001ea2 fetch  0x00000003 , 0x00004547 
+ 00019612  0x00001ea3 branch  0x00004d29 
+ 00019613  0x00001eab call  0x00004ca0 
+ 00019614  0x00001eac nrtn  0x00000028 
+ 00019615  0x00001ead branch  0x0000488f 
+ 00019616  0x00001eb1 fetch  0x00000002 , 0x00004535 
+ 00019617  0x00001eb2 call  0x000075e6 
+ 00019618  0x00001eb3 branch  0x00004ca6 , 0x00000028 
+ 00019619  0x00001eb4 fetch  0x00000007 , 0x00004460 
+ 00019620  0x00001eb5 rtn  0x00000034 
+ 00019621  0x00001eb6 branch  0x00007636 
+ 00019622  0x00001eb9 jam  0x00000000 , 0x00004541 
+ 00019623  0x00001eba add  0x00000011 , 0x00000001 , 0x0000003f 
+ 00019624  0x00001ebb store  0x00000001 , 0x000044ce 
+ 00019625  0x00001ebc call  0x00004cae 
+ 00019626  0x00001ebd store  0x00000001 , 0x0000445f 
+ 00019627  0x00001ebe copy  0x00000012 , 0x00000006 
+ 00019628  0x00001ebf copy  0x00000011 , 0x00000039 
+ 00019629  0x00001ec0 branch  0x00007548 
+ 00019630  0x00001ec3 fetch  0x00000001 , 0x000044cf 
+ 00019631  0x00001ec4 and_into  0x00000007 , 0x0000003f 
+ 00019632  0x00001ec5 store  0x00000001 , 0x000044cf 
+ 00019633  0x00001ec6 rtn 
+ 00019634  0x00001ed0 jam  0x00000000 , 0x00004540 
+ 00019635  0x00001ed2 fetchr  0x0000000b , 0x00000002 , 0x0000003b 
+ 00019636  0x00001ed3 until  0x00000023 , 0x00000026 
+ 00019637  0x00001ed4 call  0x00004cc8 
+ 00019638  0x00001ed5 fetch  0x00000001 , 0x000044c5 
+ 00019639  0x00001ed6 beq  0x00000001 , 0x00004cbd 
+ 00019640  0x00001ed7 nbranch  0x00004cd6 , 0x00000018 
+ 00019641  0x00001ed8 nbranch  0x00004cd6 , 0x0000002f 
+ 00019642  0x00001ed9 call  0x00004cdf 
+ 00019643  0x00001eda fetch  0x00000001 , 0x00004095 
+ 00019644  0x00001edb beq  0x00000008 , 0x000060a4 
+ 00019645  0x00001edd call  0x00004d8d 
+ 00019646  0x00001edf call  0x00004c01 
+ 00019647  0x00001ee0 fetch  0x00000001 , 0x000044c4 
+ 00019648  0x00001ee1 increase  0x00000001 , 0x0000003f 
+ 00019649  0x00001ee2 store  0x00000001 , 0x000044c4 
+ 00019650  0x00001ee3 call  0x00004d03 
+ 00019651  0x00001ee5 bpatchx  0x0000004f , 0x00004029 
+ 00019652  0x00001ee6 setarg  0x00000000 
+ 00019653  0x00001ee7 store  0x00000001 , 0x0000453c 
+ 00019654  0x00001ee8 store  0x00000002 , 0x0000453d 
+ 00019655  0x00001ee9 rtn 
+ 00019656  0x00001eec bpatchx  0x00000050 , 0x0000402a 
+ 00019657  0x00001eed disable  0x0000002f 
+ 00019658  0x00001eee call  0x0000483f 
+ 00019659  0x00001eef fetch  0x00000001 , 0x000044c5 
+ 00019660  0x00001ef0 beq  0x00000001 , 0x00004837 
+ 00019661  0x00001ef1 force  0x00000000 , 0x00000015 
+ 00019662  0x00001ef2 fetch  0x00000004 , 0x000044d5 
+ 00019663  0x00001ef3 iforce  0x00000009 
+ 00019664  0x00001ef4 fetcht  0x00000001 , 0x00000008 
+ 00019665  0x00001ef5 call  0x00003954 
+ 00019666  0x00001ef6 call  0x0000396a 
+ 00019667  0x00001ef7 call  0x000047d6 
+ 00019668  0x00001ef8 call  0x00004837 , 0x0000002f 
+ 00019669  0x00001ef9 rtn 
+ 00019670  0x00001efc fetch  0x00000001 , 0x00004541 
+ 00019671  0x00001efd nrtn  0x00000034 
+ 00019672  0x00001efe fetch  0x00000002 , 0x0000453d 
+ 00019673  0x00001eff increase  0x00000001 , 0x0000003f 
+ 00019674  0x00001f00 store  0x00000002 , 0x0000453d 
+ 00019675  0x00001f01 fetch  0x00000001 , 0x0000453e 
+ 00019676  0x00001f02 bbit1  0x00000004 , 0x00004ce7 
+ 00019677  0x00001f03 call  0x00004ced 
+ 00019678  0x00001f04 branch  0x00004cb3 
+ 00019679  0x00001f08 bpatchx  0x00000051 , 0x0000402a 
+ 00019680  0x00001f09 call  0x000048be 
+ 00019681  0x00001f0a fetch  0x00000001 , 0x000044c3 
+ 00019682  0x00001f0b rtn  0x00000034 
+ 00019683  0x00001f0c iforce  0x00000039 
+ 00019684  0x00001f0d arg  0x0000443f , 0x00000006 
+ 00019685  0x00001f0e arg  0x000044a3 , 0x00000005 
+ 00019686  0x00001f0f branch  0x00007548 
+ 00019687  0x00001f13 bpatchx  0x00000052 , 0x0000402a 
+ 00019688  0x00001f14 setarg  0x00000000 
+ 00019689  0x00001f15 store  0x00000002 , 0x0000453d 
+ 00019690  0x00001f16 jam  0x00000001 , 0x0000453f 
+ 00019691  0x00001f18 jam  0x0000003a , 0x000004c3 
+ 00019692  0x00001f19 branch  0x0000709b 
+ 00019693  0x00001f24 bpatchx  0x00000053 , 0x0000402a 
+ 00019694  0x00001f25 fetcht  0x00000001 , 0x00004540 
+ 00019695  0x00001f26 fetch  0x00000001 , 0x00004560 
+ 00019696  0x00001f27 isub  0x00000002 , 0x0000003e 
+ 00019697  0x00001f28 nbranch  0x00004d0b , 0x00000002 
+ 00019698  0x00001f29 increase  0x00000001 , 0x00000002 
+ 00019699  0x00001f2a storet  0x00000001 , 0x00004540 
+ 00019700  0x00001f2b fetch  0x00000001 , 0x00004560 
+ 00019701  0x00001f2c beq  0x00000005 , 0x00004cfa 
+ 00019702  0x00001f2d fetch  0x00000001 , 0x00004540 
+ 00019703  0x00001f2e beq  0x00000006 , 0x00004d05 
+ 00019704  0x00001f2f beq  0x0000000c , 0x00004d05 
+ 00019705  0x00001f30 rtn 
+ 00019706  0x00001f34 fetch  0x00000001 , 0x00004540 
+ 00019707  0x00001f35 beq  0x00000003 , 0x00004d05 
+ 00019708  0x00001f36 beq  0x00000006 , 0x00004d05 
+ 00019709  0x00001f37 rtn 
+ 00019710  0x00001f41 bmark1  0x0000002f , 0x00004d01 
+ 00019711  0x00001f42 store  0x00000001 , 0x00004480 
+ 00019712  0x00001f43 rtn 
+ 00019713  0x00001f45 store  0x00000001 , 0x00004481 
+ 00019714  0x00001f46 rtn 
+ 00019715  0x00001f49 fetch  0x00000001 , 0x000044cf 
+ 00019716  0x00001f4a rtnbit0  0x00000004 
+ 00019717  0x00001f4c fetch  0x00000001 , 0x000044cf 
+ 00019718  0x00001f4d set0  0x00000004 , 0x0000003f 
+ 00019719  0x00001f4e store  0x00000001 , 0x000044cf 
+ 00019720  0x00001f4f call  0x00004cfe 
+ 00019721  0x00001f50 call  0x00004d91 
+ 00019722  0x00001f51 branch  0x000048cc 
+ 00019723  0x00001f54 call  0x00004d81 
+ 00019724  0x00001f55 call  0x00004d91 
+ 00019725  0x00001f56 branch  0x000048cc 
+ 00019726  0x00001f69 fetch  0x00000002 , 0x00004537 
+ 00019727  0x00001f6a branch  0x000075e6 
+ 00019728  0x00001f6d fetch  0x00000001 , 0x00004541 
+ 00019729  0x00001f6e call  0x00004d15 , 0x00000034 
+ 00019730  0x00001f6f call  0x00004d3f 
+ 00019731  0x00001f70 call  0x00004d0e 
+ 00019732  0x00001f71 branch  0x00004d23 
+ 00019733  0x00001f74 jam  0x00000001 , 0x000044cf 
+ 00019734  0x00001f75 jam  0x00000001 , 0x00004541 
+ 00019735  0x00001f76 call  0x00004cae 
+ 00019736  0x00001f77 store  0x00000001 , 0x0000445f 
+ 00019737  0x00001f78 setarg  0x00000000 
+ 00019738  0x00001f79 store  0x00000007 , 0x00004460 
+ 00019739  0x00001f7a fetch  0x00000004 , 0x00004543 
+ 00019740  0x00001f7b store  0x00000004 , 0x00004467 
+ 00019741  0x00001f7c jam  0x0000000c , 0x000044ce 
+ 00019742  0x00001f7d fetch  0x00000001 , 0x000044cf 
+ 00019743  0x00001f7e set1  0x00000003 , 0x0000003f 
+ 00019744  0x00001f7f store  0x00000001 , 0x000044cf 
+ 00019745  0x00001f80 call  0x0000488f 
+ 00019746  0x00001f81 branch  0x00004c8f 
+ 00019747  0x00001f84 bpatchx  0x00000054 , 0x0000402a 
+ 00019748  0x00001f85 call  0x00004d2c 
+ 00019749  0x00001f86 nrtn  0x00000028 
+ 00019750  0x00001f87 fetch  0x00000001 , 0x00004095 
+ 00019751  0x00001f88 beq  0x00000008 , 0x000060a0 
+ 00019752  0x00001f89 fetch  0x00000008 , 0x000044f5 
+ 00019753  0x00001f8b call  0x00007593 
+ 00019754  0x00001f8c storet  0x00000004 , 0x000040aa 
+ 00019755  0x00001f8d branch  0x00003b7a 
+ 00019756  0x00001f90 bpatchx  0x00000055 , 0x0000402a 
+ 00019757  0x00001f91 enable  0x00000028 
+ 00019758  0x00001f92 call  0x00003b4b 
+ 00019759  0x00001f93 fetch  0x00000003 , 0x000040be 
+ 00019760  0x00001f94 branch  0x00007638 , 0x00000034 
+ 00019761  0x00001f95 fetch  0x00000001 , 0x00004094 
+ 00019762  0x00001f96 branch  0x00007638 , 0x00000034 
+ 00019763  0x00001f98 fetch  0x00000002 , 0x00004539 
+ 00019764  0x00001f99 branch  0x000075e6 
+ 00019765  0x00001fa7 call  0x000048ef 
+ 00019766  0x00001fa8 nrtn  0x00000028 
+ 00019767  0x00001fa9 call  0x00004d4a 
+ 00019768  0x00001faa fetch  0x00000002 , 0x00004558 
+ 00019769  0x00001fab increase  0x00000001 , 0x0000003f 
+ 00019770  0x00001fac store  0x00000002 , 0x00004558 
+ 00019771  0x00001fad fetcht  0x00000002 , 0x0000455a 
+ 00019772  0x00001fae isub  0x00000002 , 0x0000003e 
+ 00019773  0x00001faf call  0x00004d3f , 0x00000005 
+ 00019774  0x00001fb0 branch  0x00004c8c 
+ 00019775  0x00001fb4 jam  0x00000000 , 0x00004557 
+ 00019776  0x00001fb5 setarg  0x00000000 
+ 00019777  0x00001fb6 store  0x00000002 , 0x00004558 
+ 00019778  0x00001fb7 setarg  0x00000064 
+ 00019779  0x00001fb8 store  0x00000002 , 0x0000455a 
+ 00019780  0x00001fba jam  0x00000000 , 0x00004556 
+ 00019781  0x00001fbb fetch  0x00000001 , 0x000044ee 
+ 00019782  0x00001fbd store  0x00000001 , 0x000044ed 
+ 00019783  0x00001fbe rtn 
+ 00019784  0x00001fc0 fetch  0x00000001 , 0x000044ef 
+ 00019785  0x00001fc1 branch  0x00004d46 
+ 00019786  0x00001fc4 fetch  0x00000001 , 0x00004556 
+ 00019787  0x00001fc5 increase  0x00000001 , 0x0000003f 
+ 00019788  0x00001fc6 store  0x00000001 , 0x00004556 
+ 00019789  0x00001fc7 beq  0x00000004 , 0x00004d48 
+ 00019790  0x00001fc8 beq  0x00000005 , 0x00004d44 
+ 00019791  0x00001fc9 rtn 
+ 00019792  0x00001fcc jam  0x00000001 , 0x00004557 
+ 00019793  0x00001fcd setarg  0x00000000 
+ 00019794  0x00001fce store  0x00000002 , 0x00004558 
+ 00019795  0x00001fcf rtn 
+ 00019796  0x00001fda arg  0x00000002 , 0x00000039 
+ 00019797  0x00001fdb arg  0x000044d5 , 0x00000006 
+ 00019798  0x00001fdd call  0x00007636 
+ 00019799  0x00001fde setarg  0x0000ffff 
+ 00019800  0x00001fe0 ifetcht  0x00000002 , 0x00000006 
+ 00019801  0x00001fe1 isub  0x00000002 , 0x0000003e 
+ 00019802  0x00001fe2 ncall  0x00007638 , 0x00000005 
+ 00019803  0x00001fe3 loop  0x00004d58 
+ 00019804  0x00001fe4 rtn 
+ 00019805  0x00001fef bpatchx  0x00000056 , 0x0000402a 
+ 00019806  0x00001ff0 fetch  0x00000002 , 0x0000442f 
+ 00019807  0x00001ff1 rtnbit1  0x0000000b 
+ 00019808  0x00001ff4 fetchr  0x00000011 , 0x00000002 , 0x00004533 
+ 00019809  0x00001ff5 call  0x00004c35 
+ 00019810  0x00001ff6 storet  0x00000001 , 0x00004561 
+ 00019811  0x00001ff7 fetch  0x00000001 , 0x00004566 
+ 00019812  0x00001ff8 bmark1  0x00000026 , 0x00004d66 
+ 00019813  0x00001ff9 fetch  0x00000001 , 0x00004569 
+ 00019814  0x00001ffb isub  0x00000002 , 0x0000003e 
+ 00019815  0x00001ffc nbranch  0x00004d80 , 0x00000002 
+ 00019816  0x00001ffd fetch  0x00000001 , 0x00004563 
+ 00019817  0x00001ffe sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00019818  0x00001fff nbranch  0x00004d6e , 0x00000002 
+ 00019819  0x00002000 fetch  0x00000001 , 0x00004563 
+ 00019820  0x00002001 beq  0x00000000 , 0x00004d81 
+ 00019821  0x00002002 rtn 
+ 00019822  0x00002005 fetch  0x00000001 , 0x00004563 
+ 00019823  0x00002006 fetcht  0x00000001 , 0x00004564 
+ 00019824  0x00002007 isub  0x00000002 , 0x0000003e 
+ 00019825  0x00002008 nrtn  0x00000005 
+ 00019826  0x00002009 jam  0x00000000 , 0x00004563 
+ 00019827  0x0000200b fetcht  0x00000001 , 0x00004561 
+ 00019828  0x0000200c fetch  0x00000001 , 0x00004565 
+ 00019829  0x0000200d bmark1  0x00000026 , 0x00004d77 
+ 00019830  0x0000200e fetch  0x00000001 , 0x00004568 
+ 00019831  0x00002010 isub  0x00000002 , 0x0000003e 
+ 00019832  0x00002011 nrtn  0x00000002 
+ 00019833  0x00002012 fetch  0x00000001 , 0x00004562 
+ 00019834  0x00002013 beq  0x00000000 , 0x00004d88 
+ 00019835  0x00002014 increase  0xffffffff , 0x0000003f 
+ 00019836  0x00002015 store  0x00000001 , 0x00004562 
+ 00019837  0x00002016 beq  0x00000000 , 0x00004d88 
+ 00019838  0x00002019 jam  0x00000000 , 0x00004116 
+ 00019839  0x0000201a rtn 
+ 00019840  0x0000201d jam  0x00000000 , 0x00004563 
+ 00019841  0x0000201f fetch  0x00000001 , 0x00004562 
+ 00019842  0x00002020 beq  0x00000002 , 0x00004d86 
+ 00019843  0x00002021 increase  0x00000001 , 0x0000003f 
+ 00019844  0x00002022 store  0x00000001 , 0x00004562 
+ 00019845  0x00002023 beq  0x00000001 , 0x00004d7e 
+ 00019846  0x00002025 jam  0x00000006 , 0x00004116 
+ 00019847  0x00002026 rtn 
+ 00019848  0x00002029 jam  0x00000085 , 0x00004116 
+ 00019849  0x0000202a rtn 
+ 00019850  0x0000202d jam  0x00000001 , 0x00004562 
+ 00019851  0x0000202e jam  0x00000000 , 0x00004563 
+ 00019852  0x0000202f rtn 
+ 00019853  0x00002032 fetch  0x00000001 , 0x00004563 
+ 00019854  0x00002033 increase  0x00000001 , 0x0000003f 
+ 00019855  0x00002034 store  0x00000001 , 0x00004563 
+ 00019856  0x00002035 rtn 
+ 00019857  0x00002038 fetch  0x00000001 , 0x00004563 
+ 00019858  0x00002039 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00019859  0x0000203a ncall  0x00004d99 , 0x00000002 
+ 00019860  0x0000203b fetch  0x00000001 , 0x00004563 
+ 00019861  0x0000203c rtneq  0x00000000 
+ 00019862  0x0000203d increase  0xffffffff , 0x0000003f 
+ 00019863  0x0000203e store  0x00000001 , 0x00004563 
+ 00019864  0x0000203f rtn 
+ 00019865  0x00002042 jam  0x00000003 , 0x00004563 
+ 00019866  0x00002043 rtn 
+ 00019867  0x0000204b bpatch  0x00000062 , 0x0000400c 
+ 00019868  0x0000204c fetch  0x00000001 , 0x00004095 
+ 00019869  0x0000204d branch  0x00004d9b , 0x00000034 
+ 00019870  0x0000204e beq  0x00000004 , 0x00005249 
+ 00019871  0x0000204f beq  0x00000009 , 0x00006295 
+ 00019872  0x00002050 beq  0x0000000a , 0x000053d2 
+ 00019873  0x00002051 beq  0x0000000e , 0x00004e4d 
+ 00019874  0x00002052 beq  0x0000000d , 0x00005102 
+ 00019875  0x00002053 beq  0x0000000c , 0x00006506 
+ 00019876  0x00002055 beq  0x00000008 , 0x000056ed 
+ 00019877  0x00002056 rtn 
+ 00019878  0x0000205a rtn  0x0000002b 
+ 00019879  0x0000205b call  0x00006c88 
+ 00019880  0x0000205c fetch  0x00000001 , 0x00004095 
+ 00019881  0x0000205d beq  0x00000009 , 0x000063d3 
+ 00019882  0x0000205e beq  0x00000004 , 0x00005254 
+ 00019883  0x0000205f beq  0x00000008 , 0x0000572e 
+ 00019884  0x00002060 beq  0x0000000d , 0x00005204 
+ 00019885  0x00002061 rtn 
+ 00019886  0x00002064 call  0x00006fe0 
+ 00019887  0x00002065 call  0x000070b1 
+ 00019888  0x00002066 call  0x00004db5 
+ 00019889  0x00002067 fetch  0x00000002 , 0x00004390 
+ 00019890  0x00002068 branch  0x000075e6 
+ 00019891  0x0000206b fetch  0x00000002 , 0x0000438e 
+ 00019892  0x0000206c branch  0x000075e6 
+ 00019893  0x0000206f bpatch  0x00000063 , 0x0000400c 
+ 00019894  0x00002071 arg  0x00004419 , 0x00000011 
+ 00019895  0x00002072 call  0x00007613 
+ 00019896  0x00002073 rtn  0x00000034 
+ 00019897  0x00002075 copy  0x0000003f , 0x00000013 
+ 00019898  0x00002076 call  0x00004dbe 
+ 00019899  0x00002077 branch  0x00004dc2 
+ 00019900  0x0000207a arg  0x00000000 , 0x00000013 
+ 00019901  0x0000207b rtn 
+ 00019902  0x00002081 beq  0x00000010 , 0x00004dd1 
+ 00019903  0x00002082 beq  0x00000014 , 0x00004dc8 
+ 00019904  0x00002083 beq  0x00000015 , 0x00004dcc 
+ 00019905  0x00002084 rtn 
+ 00019906  0x00002089 fetch  0x00000002 , 0x00004392 
+ 00019907  0x0000208a branch  0x000075e6 
+ 00019908  0x0000208d fetch  0x00000002 , 0x00004388 
+ 00019909  0x0000208e branch  0x000075e6 
+ 00019910  0x00002091 fetch  0x00000002 , 0x0000438c 
+ 00019911  0x00002092 branch  0x000075e6 
+ 00019912  0x00002095 fetch  0x00000002 , 0x0000442f 
+ 00019913  0x00002096 set1  0x00000009 , 0x0000003f 
+ 00019914  0x00002097 store  0x00000002 , 0x0000442f 
+ 00019915  0x00002098 rtn 
+ 00019916  0x0000209b jam  0x00000000 , 0x00004369 
+ 00019917  0x0000209c fetch  0x00000002 , 0x0000442f 
+ 00019918  0x0000209d set0  0x00000009 , 0x0000003f 
+ 00019919  0x0000209e store  0x00000002 , 0x0000442f 
+ 00019920  0x0000209f branch  0x00004e2e 
+ 00019921  0x000020a3 fetch  0x00000002 , 0x000043a6 
+ 00019922  0x000020a4 set1  0x00000000 , 0x0000003f 
+ 00019923  0x000020a5 store  0x00000002 , 0x000043a6 
+ 00019924  0x000020a6 rtn 
+ 00019925  0x000020aa store  0x00000001 , 0x000001dc 
+ 00019926  0x000020ac bpatch  0x00000064 , 0x0000400c 
+ 00019927  0x000020ad fetch  0x00000001 , 0x000001dc 
+ 00019928  0x000020ae rtn  0x00000034 
+ 00019929  0x000020af increase  0xffffffff , 0x0000003f 
+ 00019930  0x000020b0 store  0x00000001 , 0x000001dc 
+ 00019931  0x000020b1 call  0x00006fec 
+ 00019932  0x000020b2 call  0x00004e0f 
+ 00019933  0x000020b3 call  0x00006944 
+ 00019934  0x000020b4 fetch  0x00000002 , 0x00004398 
+ 00019935  0x000020b5 call  0x000075e6 
+ 00019936  0x000020b6 branch  0x00004dd6 
+ 00019937  0x000020bc ifetch  0x00000001 , 0x00000013 
+ 00019938  0x000020bd rtn  0x00000034 
+ 00019939  0x000020be pincrease  0xffffffff 
+ 00019940  0x000020bf istore  0x00000001 , 0x00000013 
+ 00019941  0x000020c0 nrtn  0x00000034 
+ 00019942  0x000020c1 copy  0x00000012 , 0x0000003f 
+ 00019943  0x000020c2 branch  0x000075e6 
+ 00019944  0x000020c7 ifetch  0x00000002 , 0x00000013 
+ 00019945  0x000020c8 rtn  0x00000034 
+ 00019946  0x000020c9 pincrease  0xffffffff 
+ 00019947  0x000020ca istore  0x00000002 , 0x00000013 
+ 00019948  0x000020cb nrtn  0x00000034 
+ 00019949  0x000020cc copy  0x00000012 , 0x0000003f 
+ 00019950  0x000020cd branch  0x000075e6 
+ 00019951  0x000020d0 fetcht  0x00000002 , 0x000043de 
+ 00019952  0x000020d1 add  0x00000002 , 0x00000001 , 0x00000013 
+ 00019953  0x000020d2 arg  0x00004df3 , 0x00000012 
+ 00019954  0x000020d3 branch  0x00004de1 
+ 00019955  0x000020d6 call  0x00004e44 
+ 00019956  0x000020d7 beq  0x00000001 , 0x00004df6 
+ 00019957  0x000020d9 branch  0x00004e28 
+ 00019958  0x000020db setarg  0x00000002 
+ 00019959  0x000020dc istore  0x00000001 , 0x00000013 
+ 00019960  0x000020dd add  0x00000002 , 0x00000008 , 0x00000012 
+ 00019961  0x000020df ifetch  0x00000002 , 0x00000012 
+ 00019962  0x000020e0 branch  0x000075e6 
+ 00019963  0x000020e4 call  0x00004dfd 
+ 00019964  0x000020e5 branch  0x00004e28 
+ 00019965  0x000020e9 setarg  0x00000000 
+ 00019966  0x000020ea store  0x00000002 , 0x000043a4 
+ 00019967  0x000020eb rtn 
+ 00019968  0x000020ed setarg  0x00000000 
+ 00019969  0x000020ee store  0x00000002 , 0x000043a6 
+ 00019970  0x000020ef rtn 
+ 00019971  0x000020f4 fetch  0x00000002 , 0x000043a6 
+ 00019972  0x000020f5 set1  0x00000007 , 0x0000003f 
+ 00019973  0x000020f6 store  0x00000002 , 0x000043a4 
+ 00019974  0x000020f7 setarg  0x00000000 
+ 00019975  0x000020f8 store  0x00000002 , 0x000043a6 
+ 00019976  0x000020f9 rtn 
+ 00019977  0x00002102 arg  0x00000009 , 0x00000007 
+ 00019978  0x00002103 branch  0x00003c54 
+ 00019979  0x00002106 arg  0x00000009 , 0x00000007 
+ 00019980  0x00002107 branch  0x00003c58 
+ 00019981  0x0000210a jam  0x00000005 , 0x000043a2 
+ 00019982  0x0000210b branch  0x00004e09 
+ 00019983  0x0000210e arg  0x000043a2 , 0x00000013 
+ 00019984  0x0000210f arg  0x00004e0b , 0x00000012 
+ 00019985  0x00002110 branch  0x00004de1 
+ 00019986  0x00002114 jam  0x0000000f , 0x000004c3 
+ 00019987  0x00002115 branch  0x000070a4 
+ 00019988  0x00002118 jam  0x00000010 , 0x000004c3 
+ 00019989  0x00002119 branch  0x000070a4 
+ 00019990  0x0000211c jam  0x0000000e , 0x000004c3 
+ 00019991  0x0000211d branch  0x000070a4 
+ 00019992  0x00002120 jam  0x0000000d , 0x000004c3 
+ 00019993  0x00002121 branch  0x000070a4 
+ 00019994  0x00002124 jam  0x00000017 , 0x000004c3 
+ 00019995  0x00002125 branch  0x000070a4 
+ 00019996  0x00002128 jam  0x00000018 , 0x000004c3 
+ 00019997  0x00002129 branch  0x000070a4 
+ 00019998  0x0000212c jam  0x00000016 , 0x000004c3 
+ 00019999  0x0000212d branch  0x000070a4 
+ 00020000  0x00002130 jam  0x00000011 , 0x000004c3 
+ 00020001  0x00002131 branch  0x000070a4 
+ 00020002  0x00002134 jam  0x00000015 , 0x000004c3 
+ 00020003  0x00002135 branch  0x000070a4 
+ 00020004  0x00002138 jam  0x00000014 , 0x000004c3 
+ 00020005  0x00002139 branch  0x000070a4 
+ 00020006  0x0000213d jam  0x00000013 , 0x000004c3 
+ 00020007  0x0000213e branch  0x000070a4 
+ 00020008  0x00002141 jam  0x00000019 , 0x000004c3 
+ 00020009  0x00002142 branch  0x000070a4 
+ 00020010  0x00002146 jam  0x0000001f , 0x000004c3 
+ 00020011  0x00002147 branch  0x000070a4 
+ 00020012  0x0000214b set1  0x0000000d , 0x00000000 
+ 00020013  0x0000214c rtn 
+ 00020014  0x0000214f set0  0x0000000d , 0x00000000 
+ 00020015  0x00002150 rtn 
+ 00020016  0x00002154 call  0x00004e44 
+ 00020017  0x00002155 beq  0x00000002 , 0x00004e3a 
+ 00020018  0x00002157 setarg  0x00000001 
+ 00020019  0x00002158 istore  0x00000001 , 0x00000013 
+ 00020020  0x00002159 add  0x00000002 , 0x00000003 , 0x00000011 
+ 00020021  0x0000215a add  0x00000002 , 0x00000006 , 0x00000012 
+ 00020022  0x0000215c ifetcht  0x00000001 , 0x00000011 
+ 00020023  0x0000215d increase  0x00000001 , 0x00000013 
+ 00020024  0x0000215e istoret  0x00000001 , 0x00000013 
+ 00020025  0x0000215f branch  0x00004df9 
+ 00020026  0x00002162 setarg  0x00000000 
+ 00020027  0x00002163 istore  0x00000001 , 0x00000013 
+ 00020028  0x00002164 fetch  0x00000002 , 0x0000442f 
+ 00020029  0x00002165 bbit0  0x00000009 , 0x00004e40 
+ 00020030  0x00002166 call  0x0000477a 
+ 00020031  0x00002167 call  0x00004e20 
+ 00020032  0x00002169 fetcht  0x00000002 , 0x000043de 
+ 00020033  0x0000216a add  0x00000002 , 0x00000002 , 0x00000011 
+ 00020034  0x0000216b add  0x00000002 , 0x00000004 , 0x00000012 
+ 00020035  0x0000216c branch  0x00004e36 
+ 00020036  0x0000216f fetcht  0x00000002 , 0x000043de 
+ 00020037  0x00002170 add  0x00000002 , 0x00000000 , 0x00000013 
+ 00020038  0x00002171 ifetch  0x00000001 , 0x00000013 
+ 00020039  0x00002172 rtn 
+ 00020040  0x00002175 call  0x00004e44 
+ 00020041  0x00002176 bne  0x00000000 , 0x00004e4b 
+ 00020042  0x00002177 branch  0x00004e28 
+ 00020043  0x00002179 add  0x00000002 , 0x0000000a , 0x00000012 
+ 00020044  0x0000217a branch  0x00004df9 
+ 00020045  0x00002183 call  0x00006fd3 
+ 00020046  0x00002184 rtn  0x0000002b 
+ 00020047  0x00002185 setarg  0x00005056 
+ 00020048  0x00002186 store  0x00000002 , 0x00004523 
+ 00020049  0x00002188 setarg  0x000049ab 
+ 00020050  0x00002189 store  0x00000002 , 0x00004525 
+ 00020051  0x0000218b setarg  0x000050ee 
+ 00020052  0x0000218c store  0x00000002 , 0x00004527 
+ 00020053  0x0000218e setarg  0x00004eca 
+ 00020054  0x0000218f store  0x00000002 , 0x0000438a 
+ 00020055  0x00002191 setarg  0x00004ecc 
+ 00020056  0x00002192 store  0x00000002 , 0x0000438c 
+ 00020057  0x00002194 setarg  0x00004eed 
+ 00020058  0x00002195 store  0x00000002 , 0x00004390 
+ 00020059  0x00002197 setarg  0x00004f0e 
+ 00020060  0x00002198 store  0x00000002 , 0x00004392 
+ 00020061  0x0000219a setarg  0x00004e09 
+ 00020062  0x0000219b store  0x00000002 , 0x00004388 
+ 00020063  0x0000219d setarg  0x00004f69 
+ 00020064  0x0000219e store  0x00000002 , 0x00004394 
+ 00020065  0x000021a0 setarg  0x00004f2c 
+ 00020066  0x000021a1 store  0x00000002 , 0x00004398 
+ 00020067  0x000021a3 bpatch  0x0000002d , 0x00004005 
+ 00020068  0x000021a4 call  0x00004eae 
+ 00020069  0x000021a5 call  0x00004efb 
+ 00020070  0x000021a6 call  0x0000711d 
+ 00020071  0x000021a7 jam  0x00000002 , 0x000040c1 
+ 00020072  0x000021a8 jam  0x00000000 , 0x000048fa 
+ 00020073  0x000021a9 fetch  0x00000001 , 0x000046bc 
+ 00020074  0x000021aa store  0x00000001 , 0x0000458b 
+ 00020075  0x000021ab beq  0x00000000 , 0x00004e77 
+ 00020076  0x000021ac fetch  0x00000001 , 0x000046bd 
+ 00020077  0x000021ad store  0x00000001 , 0x00004432 
+ 00020078  0x000021ae jam  0x00000000 , 0x0000435b 
+ 00020079  0x000021b0 call  0x00006fe2 
+ 00020080  0x000021b1 call  0x00006fec 
+ 00020081  0x000021b2 jam  0x00000001 , 0x000046e4 
+ 00020082  0x000021b3 fetch  0x00000002 , 0x0000442f 
+ 00020083  0x000021b4 rtnbit1  0x0000000c 
+ 00020084  0x000021b5 branch  0x00004e28 
+ 00020085  0x000021b8 rtn 
+ 00020086  0x000021ba branch  0x00004e95 
+ 00020087  0x000021bd jam  0x00000002 , 0x000046e4 
+ 00020088  0x000021bf jam  0x00000001 , 0x0000435b 
+ 00020089  0x000021c0 setarg  0x00000020 
+ 00020090  0x000021c1 call  0x000063c7 
+ 00020091  0x000021c3 arg  0x00004233 , 0x00000005 
+ 00020092  0x000021c4 fetch  0x00000001 , 0x000042ae 
+ 00020093  0x000021c6 and  0x0000003f , 0x000000f0 , 0x00000002 
+ 00020094  0x000021c7 rshift4  0x00000002 , 0x00000002 
+ 00020095  0x000021c8 call  0x00004e8f 
+ 00020096  0x000021c9 istoret  0x00000001 , 0x00000005 
+ 00020097  0x000021ca and  0x0000003f , 0x0000000f , 0x00000002 
+ 00020098  0x000021cb call  0x00004e8f 
+ 00020099  0x000021cc istoret  0x00000001 , 0x00000005 
+ 00020100  0x000021cd call  0x00004130 
+ 00020101  0x000021ce fetcht  0x00000001 , 0x0000422b 
+ 00020102  0x000021cf copy  0x00000002 , 0x00000039 
+ 00020103  0x000021d0 arg  0x0000431e , 0x00000005 
+ 00020104  0x000021d1 arg  0x0000422c , 0x00000006 
+ 00020105  0x000021d2 call  0x00007548 
+ 00020106  0x000021d4 fetcht  0x00000001 , 0x0000422b 
+ 00020107  0x000021d5 copy  0x00000002 , 0x00000039 
+ 00020108  0x000021d6 arg  0x0000433e , 0x00000005 
+ 00020109  0x000021d7 arg  0x0000422c , 0x00000006 
+ 00020110  0x000021d8 branch  0x00007548 
+ 00020111  0x000021da sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00020112  0x000021db branch  0x00004e93 , 0x00000002 
+ 00020113  0x000021dc add  0x00000002 , 0x00000037 , 0x00000002 
+ 00020114  0x000021dd rtn 
+ 00020115  0x000021df add  0x00000002 , 0x00000030 , 0x00000002 
+ 00020116  0x000021e0 rtn 
+ 00020117  0x000021e3 fetch  0x00000001 , 0x000046b1 
+ 00020118  0x000021e4 bne  0x000000ff , 0x00004ea7 
+ 00020119  0x000021e6 fetch  0x00000001 , 0x000046af 
+ 00020120  0x000021e7 bne  0x000000ff , 0x00004eaa 
+ 00020121  0x000021e9 fetch  0x00000001 , 0x000046ba 
+ 00020122  0x000021ea bne  0x000000ff , 0x00004eac 
+ 00020123  0x000021ec fetch  0x00000001 , 0x0000461d 
+ 00020124  0x000021ed copy  0x0000003f , 0x00000039 
+ 00020125  0x000021ee setarg  0x0000461e 
+ 00020126  0x000021ef copy  0x0000003f , 0x00000011 
+ 00020127  0x000021f1 copy  0x00000011 , 0x00000006 
+ 00020128  0x000021f2 ifetch  0x00000001 , 0x00000006 
+ 00020129  0x000021f3 copy  0x00000006 , 0x00000011 
+ 00020130  0x000021f4 beq  0x000000ff , 0x00004ea5 
+ 00020131  0x000021f5 copy  0x0000003f , 0x00000002 
+ 00020132  0x000021f6 call  0x00006c43 
+ 00020133  0x000021f8 loop  0x00004e9f 
+ 00020134  0x000021fa rtn 
+ 00020135  0x000021fc fetch  0x00000008 , 0x000046b1 
+ 00020136  0x000021fd store  0x00000008 , 0x00004620 
+ 00020137  0x000021fe branch  0x00004e97 
+ 00020138  0x00002200 store  0x00000001 , 0x0000461e 
+ 00020139  0x00002201 branch  0x00004e99 
+ 00020140  0x00002203 store  0x00000001 , 0x0000461f 
+ 00020141  0x00002204 branch  0x00004e9b 
+ 00020142  0x00002208 call  0x00005052 
+ 00020143  0x00002209 call  0x000050d0 
+ 00020144  0x0000220a arg  0x00000000 , 0x00000011 
+ 00020145  0x0000220b call  0x00006d6e 
+ 00020146  0x0000220c call  0x00004e95 
+ 00020147  0x0000220d call  0x00004f03 
+ 00020148  0x0000220e call  0x00004ec8 
+ 00020149  0x0000220f branch  0x00004eb7 
+ 00020150  0x00002211 rtn 
+ 00020151  0x00002213 fetch  0x00000001 , 0x000048e7 
+ 00020152  0x00002214 copy  0x0000003f , 0x00000039 
+ 00020153  0x00002215 setarg  0x000048e8 
+ 00020154  0x00002216 copy  0x0000003f , 0x00000011 
+ 00020155  0x00002218 copy  0x00000011 , 0x00000006 
+ 00020156  0x00002219 ifetch  0x00000001 , 0x00000006 
+ 00020157  0x0000221a copy  0x00000006 , 0x00000011 
+ 00020158  0x0000221b beq  0x000000ff , 0x00004ec2 
+ 00020159  0x0000221c copy  0x0000003f , 0x00000002 
+ 00020160  0x0000221d store  0x00000001 , 0x000048ec 
+ 00020161  0x0000221e call  0x00004ec4 
+ 00020162  0x00002220 loop  0x00004ebb 
+ 00020163  0x00002222 rtn 
+ 00020164  0x00002225 fetch  0x00000001 , 0x000048ec 
+ 00020165  0x00002226 rtneq  0x000000ff 
+ 00020166  0x00002227 iforce  0x00000002 
+ 00020167  0x00002228 branch  0x00006c43 
+ 00020168  0x0000222c jam  0x00000064 , 0x000046c0 
+ 00020169  0x0000222d rtn 
+ 00020170  0x00002230 call  0x00004ecd 
+ 00020171  0x00002231 call  0x0000765e 
+ 00020172  0x00002233 branch  0x00006d34 
+ 00020173  0x00002236 call  0x000070fb 
+ 00020174  0x00002238 arg  0x00000014 , 0x00000039 
+ 00020175  0x00002239 arg  0x00008070 , 0x00000006 
+ 00020176  0x0000223b copy  0x00000006 , 0x00000005 
+ 00020177  0x0000223c ifetch  0x00000001 , 0x00000006 
+ 00020178  0x0000223d beq  0x0000001f , 0x00004edd 
+ 00020179  0x0000223e beq  0x00000020 , 0x00004edd 
+ 00020180  0x0000223f beq  0x00000021 , 0x00004edd 
+ 00020181  0x00002240 beq  0x00000022 , 0x00004edd 
+ 00020182  0x00002241 beq  0x00000023 , 0x00004edd 
+ 00020183  0x00002242 beq  0x0000002c , 0x00004edd 
+ 00020184  0x00002243 beq  0x0000002d , 0x00004edd 
+ 00020185  0x00002244 beq  0x00000000 , 0x00004edd 
+ 00020186  0x00002246 loop  0x00004ed0 
+ 00020187  0x00002247 call  0x00004ee3 
+ 00020188  0x00002248 rtn 
+ 00020189  0x0000224a setarg  0x00000040 
+ 00020190  0x0000224b istore  0x00000001 , 0x00000005 
+ 00020191  0x0000224c branch  0x00004eda 
+ 00020192  0x0000224e setarg  0x00000080 
+ 00020193  0x0000224f istore  0x00000001 , 0x00000005 
+ 00020194  0x00002250 branch  0x00004eda 
+ 00020195  0x00002252 fetch  0x00000001 , 0x000048e7 
+ 00020196  0x00002253 copy  0x0000003f , 0x00000039 
+ 00020197  0x00002254 arg  0x000048e8 , 0x00000006 
+ 00020198  0x00002256 ifetch  0x00000001 , 0x00000006 
+ 00020199  0x00002257 set1  0x00000007 , 0x0000003f 
+ 00020200  0x00002258 arg  0x0000003e , 0x00000002 
+ 00020201  0x00002259 call  0x00006c67 
+ 00020202  0x0000225a loop  0x00004ee6 
+ 00020203  0x0000225b rtn 
+ 00020204  0x0000225e branch  0x00006d40 
+ 00020205  0x00002261 call  0x00004f05 
+ 00020206  0x00002262 call  0x00004ef0 
+ 00020207  0x00002263 branch  0x00004eec 
+ 00020208  0x00002266 fetch  0x00000002 , 0x0000442f 
+ 00020209  0x00002267 rtnbit1  0x00000009 
+ 00020210  0x00002268 fetch  0x00000001 , 0x000048fa 
+ 00020211  0x00002269 beq  0x00000001 , 0x00004ef5 
+ 00020212  0x0000226a rtn 
+ 00020213  0x0000226c fetch  0x00000001 , 0x000046db 
+ 00020214  0x0000226d rtneq  0x00000001 
+ 00020215  0x0000226e jam  0x00000001 , 0x000046db 
+ 00020216  0x0000226f call  0x00004eff 
+ 00020217  0x00002270 call  0x00004f01 
+ 00020218  0x00002271 branch  0x00004f18 
+ 00020219  0x00002274 fetch  0x00000002 , 0x000048ff 
+ 00020220  0x00002275 store  0x00000002 , 0x00004901 
+ 00020221  0x00002276 jam  0x00000000 , 0x00004903 
+ 00020222  0x00002277 rtn 
+ 00020223  0x0000227b setarg  0x00000000 
+ 00020224  0x0000227c branch  0x00004efc 
+ 00020225  0x00002280 arg  0x00000000 , 0x00000011 
+ 00020226  0x00002281 branch  0x0000702b 
+ 00020227  0x00002285 arg  0x00000000 , 0x00000011 
+ 00020228  0x00002286 branch  0x00007030 
+ 00020229  0x0000228d fetch  0x00000002 , 0x0000442f 
+ 00020230  0x0000228e rtnbit0  0x00000009 
+ 00020231  0x0000228f call  0x00004203 
+ 00020232  0x00002290 nrtn  0x00000034 
+ 00020233  0x00002291 arg  0x00004609 , 0x00000011 
+ 00020234  0x00002292 call  0x0000713a 
+ 00020235  0x00002293 nrtn  0x00000028 
+ 00020236  0x00002294 arg  0x00004609 , 0x00000006 
+ 00020237  0x00002295 branch  0x000063cb 
+ 00020238  0x00002298 copy  0x00000013 , 0x0000003f 
+ 00020239  0x00002299 beq  0x0000002d , 0x00004e48 
+ 00020240  0x0000229a beq  0x00000010 , 0x00004e30 
+ 00020241  0x0000229b beq  0x00000014 , 0x00004f14 
+ 00020242  0x0000229c beq  0x00000015 , 0x00004f1e 
+ 00020243  0x0000229d rtn 
+ 00020244  0x000022a0 call  0x00004eff 
+ 00020245  0x000022a1 call  0x00004f01 
+ 00020246  0x000022a2 set0  0x00000027 , 0x00000000 
+ 00020247  0x000022a3 branch  0x00004f1a 
+ 00020248  0x000022a5 fetch  0x00000002 , 0x000046dc 
+ 00020249  0x000022a6 store  0x00000002 , 0x000046de 
+ 00020250  0x000022a8 jam  0x00000014 , 0x000046bf 
+ 00020251  0x000022a9 jam  0x00000000 , 0x00004094 
+ 00020252  0x000022aa call  0x00004e16 
+ 00020253  0x000022ab branch  0x00004e2c 
+ 00020254  0x000022af set1  0x00000027 , 0x00000000 
+ 00020255  0x000022b0 call  0x00004efb 
+ 00020256  0x000022b1 call  0x00005006 
+ 00020257  0x000022b2 call  0x00004ffa 
+ 00020258  0x000022b4 setarg  0x00000000 
+ 00020259  0x000022b5 store  0x00000005 , 0x0000468d 
+ 00020260  0x000022b6 call  0x0000711d 
+ 00020261  0x000022b7 jam  0x0000000a , 0x0000464f 
+ 00020262  0x000022b8 jam  0x0000000a , 0x00004651 
+ 00020263  0x000022b9 jam  0x0000000a , 0x00004653 
+ 00020264  0x000022bb jam  0x00000002 , 0x000040c1 
+ 00020265  0x000022bc setarg  0x00000020 
+ 00020266  0x000022bd call  0x000063c7 
+ 00020267  0x000022be branch  0x00004e18 
+ 00020268  0x000022c1 call  0x00004fa7 
+ 00020269  0x000022c2 call  0x00004faa 
+ 00020270  0x000022c3 call  0x00004fad 
+ 00020271  0x000022c6 call  0x00004f39 
+ 00020272  0x000022c7 branch  0x00004f31 
+ 00020273  0x000022cb arg  0x000048fb , 0x00000013 
+ 00020274  0x000022cc arg  0x00000000 , 0x00000012 
+ 00020275  0x000022cd branch  0x00004de1 
+ 00020276  0x000022d0 arg  0x00004901 , 0x00000013 
+ 00020277  0x000022d1 arg  0x00004f37 , 0x00000012 
+ 00020278  0x000022d2 branch  0x00004de8 
+ 00020279  0x000022d4 jam  0x00000001 , 0x00004903 
+ 00020280  0x000022d5 rtn 
+ 00020281  0x000022d8 arg  0x000046de , 0x00000013 
+ 00020282  0x000022d9 arg  0x00004f3c , 0x00000012 
+ 00020283  0x000022da branch  0x00004de8 
+ 00020284  0x000022dc jam  0x00000002 , 0x000046db 
+ 00020285  0x000022dd jam  0x00000000 , 0x000048fa 
+ 00020286  0x000022de branch  0x00004f22 
+ 00020287  0x000022e1 fetch  0x00000001 , 0x000046b9 
+ 00020288  0x000022e2 rtn  0x00000034 
+ 00020289  0x000022e3 arg  0x000046bf , 0x00000013 
+ 00020290  0x000022e4 arg  0x00004f44 , 0x00000012 
+ 00020291  0x000022e5 branch  0x00004de1 
+ 00020292  0x000022e7 fetch  0x00000001 , 0x000046be 
+ 00020293  0x000022e8 store  0x00000001 , 0x000046bf 
+ 00020294  0x000022e9 fetch  0x00000001 , 0x000046c2 
+ 00020295  0x000022ea nrtn  0x00000034 
+ 00020296  0x000022ec call  0x00006cc0 
+ 00020297  0x000022ed store  0x00000002 , 0x000046d9 
+ 00020298  0x000022ee arg  0x000046d3 , 0x00000011 
+ 00020299  0x000022ef call  0x00006cef 
+ 00020300  0x000022f0 fetcht  0x00000001 , 0x000046c0 
+ 00020301  0x000022f1 isub  0x00000002 , 0x0000003e 
+ 00020302  0x000022f2 branch  0x00004f51 , 0x00000002 
+ 00020303  0x000022f3 store  0x00000001 , 0x000046c0 
+ 00020304  0x000022f4 copy  0x0000003f , 0x00000002 
+ 00020305  0x000022f6 storet  0x00000001 , 0x000046c1 
+ 00020306  0x000022f7 fetch  0x00000001 , 0x000046bb 
+ 00020307  0x000022f8 isub  0x00000002 , 0x0000003e 
+ 00020308  0x000022f9 call  0x00004f5c , 0x00000002 
+ 00020309  0x000022fa storet  0x00000001 , 0x000046cc 
+ 00020310  0x000022fb arg  0x00000006 , 0x00000039 
+ 00020311  0x000022fc arg  0x000046c7 , 0x00000006 
+ 00020312  0x000022fd call  0x00004f63 
+ 00020313  0x000022fe store  0x00000001 , 0x000046cd 
+ 00020314  0x000022ff arg  0x000046c4 , 0x00000011 
+ 00020315  0x00002300 branch  0x00007122 
+ 00020316  0x00002302 fetch  0x00000001 , 0x000046c3 
+ 00020317  0x00002303 nrtn  0x00000034 
+ 00020318  0x00002304 jam  0x00000001 , 0x000046c3 
+ 00020319  0x00002305 arg  0x00000001 , 0x00000011 
+ 00020320  0x00002306 branch  0x00007030 
+ 00020321  0x00002308 arg  0x00000001 , 0x00000011 
+ 00020322  0x00002309 branch  0x0000702b 
+ 00020323  0x0000230e arg  0x00000000 , 0x00000011 
+ 00020324  0x00002310 ifetch  0x00000001 , 0x00000006 
+ 00020325  0x00002311 iadd  0x00000011 , 0x00000011 
+ 00020326  0x00002312 loop  0x00004f64 
+ 00020327  0x00002314 and  0x00000011 , 0x000000ff , 0x0000003f 
+ 00020328  0x00002315 rtn 
+ 00020329  0x00002318 fetch  0x00000001 , 0x0000436a 
+ 00020330  0x00002319 beq  0x00000012 , 0x00004f6c 
+ 00020331  0x0000231a rtn 
+ 00020332  0x0000231c fetch  0x00000002 , 0x0000436b 
+ 00020333  0x0000231d beq  0x00000019 , 0x00004f83 
+ 00020334  0x0000231e rtn 
+ 00020335  0x00002321 bpatch  0x0000002e , 0x00004005 
+ 00020336  0x00002322 ifetch  0x00000005 , 0x00000011 
+ 00020337  0x00002323 store  0x00000005 , 0x00000546 
+ 00020338  0x00002324 fetch  0x00000002 , 0x00000546 
+ 00020339  0x00002325 arg  0x00006b5a , 0x00000002 
+ 00020340  0x00002326 isub  0x00000002 , 0x0000003e 
+ 00020341  0x00002327 nrtn  0x00000005 
+ 00020342  0x00002328 fetch  0x00000002 , 0x00000549 
+ 00020343  0x00002329 byteswap  0x0000003f , 0x0000003f 
+ 00020344  0x0000232a store  0x00000002 , 0x00000549 
+ 00020345  0x0000232b copy  0x0000003f , 0x00000039 
+ 00020346  0x0000232c increase  0x00000005 , 0x00000011 
+ 00020347  0x0000232d copy  0x00000011 , 0x00000006 
+ 00020348  0x0000232e arg  0x0000054b , 0x00000005 
+ 00020349  0x0000232f call  0x00007548 
+ 00020350  0x00002330 ifetch  0x00000001 , 0x00000006 
+ 00020351  0x00002331 store  0x00000001 , 0x00000555 
+ 00020352  0x00002332 arg  0x00000548 , 0x00000011 
+ 00020353  0x00002333 arg  0x0000054b , 0x00000012 
+ 00020354  0x00002334 rtn 
+ 00020355  0x00002337 setarg  0x00000000 
+ 00020356  0x00002338 store  0x00000005 , 0x00004643 
+ 00020357  0x00002339 store  0x00000005 , 0x00004648 
+ 00020358  0x0000233a call  0x00004f6f 
+ 00020359  0x0000233b copy  0x00000012 , 0x00000006 
+ 00020360  0x0000233c arg  0x00004643 , 0x00000005 
+ 00020361  0x0000233d arg  0x0000000a , 0x00000039 
+ 00020362  0x0000233e call  0x00007548 
+ 00020363  0x00002340 bpatch  0x0000002f , 0x00004005 
+ 00020364  0x00002341 ifetch  0x00000001 , 0x00000011 
+ 00020365  0x00002342 beq  0x00000002 , 0x00004fb6 
+ 00020366  0x00002343 beq  0x00000003 , 0x00004fcb 
+ 00020367  0x00002344 beq  0x00000004 , 0x00004fd2 
+ 00020368  0x00002345 beq  0x00000005 , 0x00004fd2 
+ 00020369  0x00002346 beq  0x00000006 , 0x00005042 
+ 00020370  0x00002347 beq  0x00000007 , 0x00005043 
+ 00020371  0x00002348 beq  0x00000008 , 0x00005046 
+ 00020372  0x00002349 rtn 
+ 00020373  0x0000234c call  0x00004f83 
+ 00020374  0x0000234d fetch  0x00000001 , 0x00000548 
+ 00020375  0x0000234e beq  0x00000004 , 0x00004f9a 
+ 00020376  0x0000234f beq  0x00000005 , 0x00004f9a 
+ 00020377  0x00002350 rtn 
+ 00020378  0x00002352 fetch  0x00000001 , 0x00004643 
+ 00020379  0x00002353 ncall  0x00004fa1 , 0x00000034 
+ 00020380  0x00002354 fetch  0x00000001 , 0x00004645 
+ 00020381  0x00002355 ncall  0x00004fa3 , 0x00000034 
+ 00020382  0x00002356 fetch  0x00000001 , 0x00004647 
+ 00020383  0x00002357 ncall  0x00004fa5 , 0x00000034 
+ 00020384  0x00002358 rtn 
+ 00020385  0x0000235b jam  0x00000005 , 0x000048e4 
+ 00020386  0x0000235c rtn 
+ 00020387  0x0000235e jam  0x00000005 , 0x000048e5 
+ 00020388  0x0000235f rtn 
+ 00020389  0x00002361 jam  0x00000005 , 0x000048e6 
+ 00020390  0x00002362 rtn 
+ 00020391  0x00002365 arg  0x000048e4 , 0x00000013 
+ 00020392  0x00002366 arg  0x00004fb0 , 0x00000012 
+ 00020393  0x00002367 branch  0x00004de1 
+ 00020394  0x00002369 arg  0x000048e5 , 0x00000013 
+ 00020395  0x0000236a arg  0x00004fb2 , 0x00000012 
+ 00020396  0x0000236b branch  0x00004de1 
+ 00020397  0x0000236d arg  0x000048e6 , 0x00000013 
+ 00020398  0x0000236e arg  0x00004fb4 , 0x00000012 
+ 00020399  0x0000236f branch  0x00004de1 
+ 00020400  0x00002372 jam  0x00000000 , 0x00004643 
+ 00020401  0x00002373 branch  0x00004fd2 
+ 00020402  0x00002375 jam  0x00000000 , 0x00004645 
+ 00020403  0x00002376 branch  0x00004fd2 
+ 00020404  0x00002378 jam  0x00000000 , 0x00004647 
+ 00020405  0x00002379 branch  0x00004fd2 
+ 00020406  0x0000237f fetch  0x00000001 , 0x00004643 
+ 00020407  0x00002380 store  0x00000001 , 0x0000464e 
+ 00020408  0x00002381 fetch  0x00000001 , 0x00004644 
+ 00020409  0x00002382 store  0x00000001 , 0x00004650 
+ 00020410  0x00002383 branch  0x00004fdc 
+ 00020411  0x00002388 fetch  0x00000001 , 0x00004643 
+ 00020412  0x00002389 store  0x00000001 , 0x00004650 
+ 00020413  0x0000238a branch  0x00004fea 
+ 00020414  0x0000238c fetch  0x00000001 , 0x0000464f 
+ 00020415  0x0000238d call  0x00004fc3 
+ 00020416  0x0000238e fetch  0x00000001 , 0x00004644 
+ 00020417  0x0000238f store  0x00000001 , 0x0000464e 
+ 00020418  0x00002390 branch  0x00004fe8 
+ 00020419  0x00002392 beq  0x00000002 , 0x00004fc7 
+ 00020420  0x00002393 beq  0x00000003 , 0x00004fc9 
+ 00020421  0x00002394 store  0x00000001 , 0x0000464f 
+ 00020422  0x00002395 rtn 
+ 00020423  0x00002397 jam  0x00000005 , 0x0000464f 
+ 00020424  0x00002398 rtn 
+ 00020425  0x0000239a jam  0x0000000a , 0x0000464f 
+ 00020426  0x0000239b rtn 
+ 00020427  0x0000239d fetch  0x00000001 , 0x00004643 
+ 00020428  0x0000239e call  0x00004fc3 
+ 00020429  0x0000239f fetch  0x00000001 , 0x0000464f 
+ 00020430  0x000023a0 call  0x00005036 
+ 00020431  0x000023a1 call  0x00005039 
+ 00020432  0x000023a2 jam  0x00000000 , 0x000004c5 
+ 00020433  0x000023a3 branch  0x00006d93 
+ 00020434  0x000023a6 fetch  0x00000001 , 0x000046e1 
+ 00020435  0x000023a7 nrtn  0x00000034 
+ 00020436  0x000023a8 fetch  0x00000006 , 0x00004643 
+ 00020437  0x000023a9 store  0x00000006 , 0x0000464e 
+ 00020438  0x000023aa fetch  0x00000001 , 0x0000464f 
+ 00020439  0x000023ab fetcht  0x00000001 , 0x00004651 
+ 00020440  0x000023ac iand  0x00000002 , 0x0000003f 
+ 00020441  0x000023ad fetcht  0x00000001 , 0x00004653 
+ 00020442  0x000023ae iand  0x00000002 , 0x0000003f 
+ 00020443  0x000023af call  0x00004fee , 0x00000034 
+ 00020444  0x000023b1 bpatch  0x00000030 , 0x00004006 
+ 00020445  0x000023b2 fetch  0x00000002 , 0x0000442f 
+ 00020446  0x000023b3 isolate1  0x00000009 , 0x0000003f 
+ 00020447  0x000023b4 ncall  0x00004efb , 0x00000001 
+ 00020448  0x000023b5 call  0x00004fe8 
+ 00020449  0x000023b6 call  0x00004fea 
+ 00020450  0x000023b7 branch  0x00004fe3 
+ 00020451  0x000023ba fetch  0x00000001 , 0x0000464e 
+ 00020452  0x000023bb fetcht  0x00000001 , 0x00004650 
+ 00020453  0x000023bc iadd  0x00000002 , 0x0000003f 
+ 00020454  0x000023bd nbranch  0x000070fd , 0x00000034 
+ 00020455  0x000023be branch  0x000070fb 
+ 00020456  0x000023c1 arg  0x0000464e , 0x00000006 
+ 00020457  0x000023c2 branch  0x00004ff0 
+ 00020458  0x000023c4 arg  0x00004650 , 0x00000006 
+ 00020459  0x000023c5 branch  0x00004ff5 
+ 00020460  0x000023c7 arg  0x00004652 , 0x00000006 
+ 00020461  0x000023c8 branch  0x00005012 
+ 00020462  0x000023ca jam  0x00000000 , 0x000046c2 
+ 00020463  0x000023cb rtn 
+ 00020464  0x000023ce ifetch  0x00000001 , 0x00000006 
+ 00020465  0x000023cf beq  0x00000000 , 0x00004ffa 
+ 00020466  0x000023d0 beq  0x00000001 , 0x00004ffe 
+ 00020467  0x000023d1 beq  0x00000002 , 0x00005002 
+ 00020468  0x000023d2 rtn 
+ 00020469  0x000023d4 ifetch  0x00000001 , 0x00000006 
+ 00020470  0x000023d5 beq  0x00000000 , 0x00005006 
+ 00020471  0x000023d6 beq  0x00000002 , 0x0000500a 
+ 00020472  0x000023d7 beq  0x00000001 , 0x0000500e 
+ 00020473  0x000023d8 rtn 
+ 00020474  0x000023db fetcht  0x00000001 , 0x000048e8 
+ 00020475  0x000023dc call  0x00006c3f 
+ 00020476  0x000023dd fetcht  0x00000001 , 0x000048e9 
+ 00020477  0x000023de branch  0x00006c3f 
+ 00020478  0x000023e0 fetcht  0x00000001 , 0x000048e8 
+ 00020479  0x000023e1 call  0x00006c43 
+ 00020480  0x000023e2 fetcht  0x00000001 , 0x000048e9 
+ 00020481  0x000023e3 branch  0x00006c3f 
+ 00020482  0x000023e5 fetcht  0x00000001 , 0x000048e8 
+ 00020483  0x000023e6 call  0x00006c3f 
+ 00020484  0x000023e7 fetcht  0x00000001 , 0x000048e9 
+ 00020485  0x000023e8 branch  0x00006c43 
+ 00020486  0x000023ea fetcht  0x00000001 , 0x000048ea 
+ 00020487  0x000023eb call  0x00006c3f 
+ 00020488  0x000023ec fetcht  0x00000001 , 0x000048eb 
+ 00020489  0x000023ed branch  0x00006c3f 
+ 00020490  0x000023ef fetcht  0x00000001 , 0x000048ea 
+ 00020491  0x000023f0 call  0x00006c43 
+ 00020492  0x000023f1 fetcht  0x00000001 , 0x000048eb 
+ 00020493  0x000023f2 branch  0x00006c3f 
+ 00020494  0x000023f4 fetcht  0x00000001 , 0x000048ea 
+ 00020495  0x000023f5 call  0x00006c3f 
+ 00020496  0x000023f6 fetcht  0x00000001 , 0x000048eb 
+ 00020497  0x000023f7 branch  0x00006c43 
+ 00020498  0x000023fd bpatch  0x00000031 , 0x00004006 
+ 00020499  0x000023fe ifetch  0x00000001 , 0x00000006 
+ 00020500  0x000023ff beq  0x00000000 , 0x0000501f 
+ 00020501  0x00002400 beq  0x00000001 , 0x00005018 
+ 00020502  0x00002401 beq  0x00000002 , 0x0000501a 
+ 00020503  0x00002402 rtn 
+ 00020504  0x00002404 jam  0x00000000 , 0x0000466c 
+ 00020505  0x00002405 branch  0x0000501b 
+ 00020506  0x00002407 jam  0x00000001 , 0x0000466c 
+ 00020507  0x00002408 ifetch  0x00000001 , 0x00000006 
+ 00020508  0x00002409 store  0x00000001 , 0x0000466e 
+ 00020509  0x0000240a ifetch  0x00000008 , 0x00000012 
+ 00020510  0x0000240b branch  0x00005024 
+ 00020511  0x0000240e ifetch  0x00000001 , 0x00000012 
+ 00020512  0x0000240f call  0x00006dd6 
+ 00020513  0x00002410 increase  0x00000001 , 0x00000012 
+ 00020514  0x00002411 ifetch  0x00000001 , 0x00000012 
+ 00020515  0x00002412 branch  0x00006dd6 
+ 00020516  0x00002414 store  0x00000008 , 0x0000466f 
+ 00020517  0x00002415 jam  0x00000001 , 0x000046c2 
+ 00020518  0x00002416 fetch  0x00000001 , 0x0000466c 
+ 00020519  0x00002417 beq  0x00000000 , 0x00005032 
+ 00020520  0x00002419 fetch  0x00000001 , 0x00004670 
+ 00020521  0x0000241a store  0x00000001 , 0x00004671 
+ 00020522  0x0000241b fetch  0x00000001 , 0x0000466f 
+ 00020523  0x0000241d call  0x00006dd6 
+ 00020524  0x0000241e fetch  0x00000001 , 0x0000466e 
+ 00020525  0x0000241f call  0x00005036 
+ 00020526  0x00002420 store  0x00000001 , 0x00004676 
+ 00020527  0x00002421 fetch  0x00000006 , 0x00004671 
+ 00020528  0x00002422 store  0x00000006 , 0x000004c4 
+ 00020529  0x00002423 branch  0x00006d7f 
+ 00020530  0x00002425 fetch  0x00000001 , 0x0000466f 
+ 00020531  0x00002426 store  0x00000001 , 0x00004671 
+ 00020532  0x00002427 fetch  0x00000001 , 0x00004670 
+ 00020533  0x00002428 branch  0x0000502b 
+ 00020534  0x0000242b mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00020535  0x0000242c add  0x0000003f , 0x00000032 , 0x0000003f 
+ 00020536  0x0000242d rtn 
+ 00020537  0x0000242f arg  0x00002ee0 , 0x00000002 
+ 00020538  0x00002430 imul32  0x00000002 , 0x0000003f 
+ 00020539  0x00002431 div  0x0000003f , 0x00000064 
+ 00020540  0x00002432 call  0x000075d0 
+ 00020541  0x00002433 quotient  0x00000002 
+ 00020542  0x00002434 copy  0x00000002 , 0x00000011 
+ 00020543  0x00002435 setarg  0x00002ee0 
+ 00020544  0x00002436 isub  0x00000002 , 0x00000012 
+ 00020545  0x00002437 rtn 
+ 00020546  0x0000243a rtn 
+ 00020547  0x0000243d fetch  0x00000008 , 0x00004643 
+ 00020548  0x0000243e store  0x00000008 , 0x0000468d 
+ 00020549  0x0000243f rtn 
+ 00020550  0x00002442 fetch  0x00000001 , 0x000046aa 
+ 00020551  0x00002443 store  0x00000001 , 0x000046a0 
+ 00020552  0x00002444 fetch  0x00000001 , 0x000046ab 
+ 00020553  0x00002445 store  0x00000001 , 0x000046a1 
+ 00020554  0x00002446 fetch  0x00000001 , 0x000046ac 
+ 00020555  0x00002447 store  0x00000001 , 0x000046a2 
+ 00020556  0x00002448 arg  0x0000000d , 0x00000039 
+ 00020557  0x00002449 arg  0x0000469b , 0x00000006 
+ 00020558  0x0000244a call  0x00004f63 
+ 00020559  0x0000244b store  0x00000001 , 0x000046a8 
+ 00020560  0x0000244c arg  0x00004698 , 0x00000011 
+ 00020561  0x0000244d branch  0x00007122 
+ 00020562  0x00002452 setarg  0x00000000 
+ 00020563  0x00002453 store  0x00000008 , 0x0000451b 
+ 00020564  0x00002454 call  0x00004a34 
+ 00020565  0x00002455 branch  0x00004a95 
+ 00020566  0x00002458 call  0x0000505a 
+ 00020567  0x00002459 call  0x00005062 
+ 00020568  0x0000245a call  0x000050a3 
+ 00020569  0x0000245b branch  0x000050f5 
+ 00020570  0x0000245e call  0x00004a9a 
+ 00020571  0x00002460 fetch  0x00000001 , 0x00004559 
+ 00020572  0x00002461 rtnne  0x00000001 
+ 00020573  0x00002462 fetch  0x00000001 , 0x000048fb 
+ 00020574  0x00002463 nbranch  0x00004af1 , 0x00000034 
+ 00020575  0x00002464 fetch  0x00000001 , 0x000046db 
+ 00020576  0x00002465 beq  0x00000002 , 0x00004af1 
+ 00020577  0x00002466 rtn 
+ 00020578  0x00002469 fetch  0x00000001 , 0x00004559 
+ 00020579  0x0000246a rtnne  0x00000000 
+ 00020580  0x0000246b call  0x00005071 
+ 00020581  0x0000246c branch  0x0000506f , 0x0000002f 
+ 00020582  0x0000246e fetch  0x00000001 , 0x00004903 
+ 00020583  0x0000246f rtn  0x00000034 
+ 00020584  0x00002470 fetch  0x00000001 , 0x00004904 
+ 00020585  0x00002471 increase  0x00000001 , 0x0000003f 
+ 00020586  0x00002472 store  0x00000001 , 0x00004904 
+ 00020587  0x00002473 beq  0x00000004 , 0x0000506f 
+ 00020588  0x00002474 call  0x000048cc 
+ 00020589  0x00002475 call  0x00005082 
+ 00020590  0x00002476 nbranch  0x00005066 , 0x0000002f 
+ 00020591  0x00002478 jam  0x00000000 , 0x00004904 
+ 00020592  0x00002479 rtn 
+ 00020593  0x0000247b fetch  0x00000001 , 0x00004559 
+ 00020594  0x0000247c rtnne  0x00000000 
+ 00020595  0x0000247d call  0x00005076 
+ 00020596  0x0000247e call  0x00004ba7 
+ 00020597  0x0000247f branch  0x00005082 
+ 00020598  0x00002481 fetch  0x00000001 , 0x00004558 
+ 00020599  0x00002482 rtnbit1  0x00000000 
+ 00020600  0x00002483 set1  0x00000000 , 0x0000003f 
+ 00020601  0x00002484 store  0x00000001 , 0x00004558 
+ 00020602  0x00002485 fetch  0x00000001 , 0x00004566 
+ 00020603  0x00002486 store  0x00000001 , 0x00004116 
+ 00020604  0x00002487 jam  0x00000000 , 0x00004554 
+ 00020605  0x00002488 jam  0x00000000 , 0x00000761 
+ 00020606  0x00002489 jam  0x00000001 , 0x0000454d 
+ 00020607  0x0000248a jam  0x00000000 , 0x000044c4 
+ 00020608  0x0000248c fetch  0x00000004 , 0x0000491d 
+ 00020609  0x0000248d branch  0x00004aed 
+ 00020610  0x0000248f call  0x00004a84 
+ 00020611  0x00002490 nbranch  0x00004a54 , 0x0000002f 
+ 00020612  0x00002492 call  0x00004a76 
+ 00020613  0x00002493 nbranch  0x00004a54 , 0x00000028 
+ 00020614  0x00002494 fetch  0x00000001 , 0x000044c3 
+ 00020615  0x00002495 branch  0x00004a54 , 0x00000034 
+ 00020616  0x00002496 increase  0x00000002 , 0x0000003f 
+ 00020617  0x00002497 iforce  0x00000039 
+ 00020618  0x00002498 arg  0x0000443d , 0x00000006 
+ 00020619  0x00002499 arg  0x0000452b , 0x00000005 
+ 00020620  0x0000249a call  0x00007548 
+ 00020621  0x0000249b jam  0x00000000 , 0x00004556 
+ 00020622  0x0000249c fetch  0x00000001 , 0x00004553 
+ 00020623  0x0000249d call  0x00004a91 , 0x00000034 
+ 00020624  0x0000249e fetch  0x00000001 , 0x0000452d 
+ 00020625  0x0000249f beq  0x000000ff , 0x00005094 
+ 00020626  0x000024a0 beq  0x00000001 , 0x00005096 
+ 00020627  0x000024a1 branch  0x00004a51 
+ 00020628  0x000024a3 call  0x000070fd 
+ 00020629  0x000024a4 branch  0x00004c20 
+ 00020630  0x000024a6 call  0x00004bbd 
+ 00020631  0x000024a7 fetch  0x00000001 , 0x0000454d 
+ 00020632  0x000024a8 fetcht  0x00000001 , 0x0000452b 
+ 00020633  0x000024a9 isolate1  0x00000003 , 0x00000002 
+ 00020634  0x000024aa setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00020635  0x000024ab store  0x00000001 , 0x0000454d 
+ 00020636  0x000024ac beq  0x00000001 , 0x0000509e 
+ 00020637  0x000024ad branch  0x00004a61 
+ 00020638  0x000024af fetch  0x00000001 , 0x00004095 
+ 00020639  0x000024b0 sub  0x0000003f , 0x0000000e , 0x0000003e 
+ 00020640  0x000024b1 call  0x000070fd , 0x00000005 
+ 00020641  0x000024b2 fetch  0x00000004 , 0x00004535 
+ 00020642  0x000024b3 branch  0x00004c26 
+ 00020643  0x000024b6 fetch  0x00000001 , 0x00004559 
+ 00020644  0x000024b7 rtnne  0x00000001 
+ 00020645  0x000024b8 call  0x000049a2 
+ 00020646  0x000024b9 call  0x000050eb 
+ 00020647  0x000024ba call  0x000049b0 
+ 00020648  0x000024bb fetch  0x00000001 , 0x0000451a 
+ 00020649  0x000024bc nbranch  0x000050b0 , 0x00000034 
+ 00020650  0x000024bd call  0x00004b99 
+ 00020651  0x000024be fetch  0x00000001 , 0x00004557 
+ 00020652  0x000024bf rtn  0x00000034 
+ 00020653  0x000024c0 setarg  0x00000000 
+ 00020654  0x000024c1 store  0x00000004 , 0x00004573 
+ 00020655  0x000024c2 rtn 
+ 00020656  0x000024c4 jam  0x00000000 , 0x00004556 
+ 00020657  0x000024c5 arg  0x00000000 , 0x00000011 
+ 00020658  0x000024c6 call  0x000070fd 
+ 00020659  0x000024c7 call  0x00004af1 
+ 00020660  0x000024c8 call  0x00004902 
+ 00020661  0x000024ca fetch  0x00000004 , 0x00004437 
+ 00020662  0x000024cb store  0x00000004 , 0x0000491d 
+ 00020663  0x000024cc fetch  0x00000001 , 0x00004929 
+ 00020664  0x000024cd ncall  0x000050bb , 0x00000034 
+ 00020665  0x000024cf fetch  0x00000004 , 0x0000491d 
+ 00020666  0x000024d0 branch  0x000048e0 
+ 00020667  0x000024d4 fetch  0x00000001 , 0x00004929 
+ 00020668  0x000024d5 rtn  0x00000034 
+ 00020669  0x000024d6 fetch  0x00000001 , 0x00004570 
+ 00020670  0x000024d7 store  0x00000001 , 0x00004920 
+ 00020671  0x000024d9 fetch  0x00000001 , 0x00004438 
+ 00020672  0x000024da store  0x00000001 , 0x0000491f 
+ 00020673  0x000024dc fetch  0x00000001 , 0x0000456f 
+ 00020674  0x000024dd store  0x00000001 , 0x0000491e 
+ 00020675  0x000024df fetch  0x00000001 , 0x00004437 
+ 00020676  0x000024e0 store  0x00000001 , 0x0000491d 
+ 00020677  0x000024e1 rtn 
+ 00020678  0x000024e2 call  0x000050da 
+ 00020679  0x000024e3 fetch  0x00000004 , 0x0000491d 
+ 00020680  0x000024e4 fetcht  0x00000004 , 0x00004921 
+ 00020681  0x000024e5 isub  0x00000002 , 0x0000003e 
+ 00020682  0x000024e6 rtn  0x00000005 
+ 00020683  0x000024e7 copy  0x00000013 , 0x0000003f 
+ 00020684  0x000024e8 arg  0x0000491d , 0x00000011 
+ 00020685  0x000024e9 arg  0x00000004 , 0x00000039 
+ 00020686  0x000024ea call  0x0000686a 
+ 00020687  0x000024eb rtn 
+ 00020688  0x000024ee fetch  0x00000004 , 0x00004437 
+ 00020689  0x000024ef store  0x00000004 , 0x0000491d 
+ 00020690  0x000024f0 fetch  0x00000001 , 0x00004929 
+ 00020691  0x000024f1 rtn  0x00000034 
+ 00020692  0x000024f2 rtn 
+ 00020693  0x000024f3 call  0x000050da 
+ 00020694  0x000024f4 fetch  0x00000004 , 0x00004921 
+ 00020695  0x000024f5 rtn  0x00000034 
+ 00020696  0x000024f6 store  0x00000004 , 0x0000491d 
+ 00020697  0x000024f7 rtn 
+ 00020698  0x000024fb rtn 
+ 00020699  0x000024fc fetch  0x00000001 , 0x00004929 
+ 00020700  0x000024fd rtn  0x00000034 
+ 00020701  0x000024fe arg  0x00000700 , 0x00000013 
+ 00020702  0x00002500 copy  0x00000013 , 0x0000003f 
+ 00020703  0x00002501 arg  0x00004921 , 0x00000011 
+ 00020704  0x00002502 arg  0x00000004 , 0x00000002 
+ 00020705  0x00002503 call  0x000068ac 
+ 00020706  0x00002504 fetch  0x00000004 , 0x00004925 
+ 00020707  0x00002505 rtn  0x00000034 
+ 00020708  0x00002506 store  0x00000004 , 0x00004921 
+ 00020709  0x00002507 copy  0x00000013 , 0x0000003f 
+ 00020710  0x00002508 arg  0x000007cc , 0x00000002 
+ 00020711  0x00002509 isub  0x00000002 , 0x0000003e 
+ 00020712  0x0000250a rtn  0x00000002 
+ 00020713  0x0000250b increase  0x00000004 , 0x00000013 
+ 00020714  0x0000250c branch  0x000050de 
+ 00020715  0x0000250f fetch  0x00000004 , 0x00004573 
+ 00020716  0x00002510 rtn  0x00000034 
+ 00020717  0x00002511 branch  0x000048e0 
+ 00020718  0x00002514 fetch  0x00000002 , 0x0000442f 
+ 00020719  0x00002515 rtnbit1  0x00000009 
+ 00020720  0x00002516 fetch  0x00000002 , 0x000046dc 
+ 00020721  0x00002517 store  0x00000002 , 0x000046de 
+ 00020722  0x00002518 jam  0x00000001 , 0x000048fa 
+ 00020723  0x00002519 arg  0x0000452e , 0x00000011 
+ 00020724  0x0000251a branch  0x00004f95 
+ 00020725  0x0000251d fetch  0x00000001 , 0x00004903 
+ 00020726  0x0000251e rtn  0x00000034 
+ 00020727  0x0000251f call  0x000050fd 
+ 00020728  0x00002520 nrtn  0x00000028 
+ 00020729  0x00002521 fetch  0x00000003 , 0x000044f5 
+ 00020730  0x00002522 call  0x00007593 
+ 00020731  0x00002523 storet  0x00000004 , 0x000040aa 
+ 00020732  0x00002524 branch  0x00003b7a 
+ 00020733  0x00002526 enable  0x00000028 
+ 00020734  0x00002527 call  0x00003b4b 
+ 00020735  0x00002528 fetch  0x00000003 , 0x000040be 
+ 00020736  0x00002529 branch  0x00007638 , 0x00000034 
+ 00020737  0x0000252a branch  0x00004ecc 
+ 00020738  0x00002531 rtn  0x0000002b 
+ 00020739  0x00002532 call  0x00005204 
+ 00020740  0x00002533 call  0x00006d0f 
+ 00020741  0x00002534 setarg  0x000051e8 
+ 00020742  0x00002535 store  0x00000002 , 0x00004535 
+ 00020743  0x00002537 setarg  0x00005146 
+ 00020744  0x00002538 store  0x00000002 , 0x00004539 
+ 00020745  0x0000253a setarg  0x00005141 
+ 00020746  0x0000253b store  0x00000002 , 0x0000438a 
+ 00020747  0x0000253d setarg  0x00005181 
+ 00020748  0x0000253e store  0x00000002 , 0x00004390 
+ 00020749  0x00002540 setarg  0x00005183 
+ 00020750  0x00002541 store  0x00000002 , 0x00004392 
+ 00020751  0x00002543 setarg  0x000051cd 
+ 00020752  0x00002544 store  0x00000002 , 0x00004398 
+ 00020753  0x00002546 setarg  0x00005136 
+ 00020754  0x00002547 store  0x00000002 , 0x0000462b 
+ 00020755  0x00002549 setarg  0x00005126 
+ 00020756  0x0000254a store  0x00000002 , 0x0000462f 
+ 00020757  0x0000254d bpatch  0x00000032 , 0x00004006 
+ 00020758  0x0000254e call  0x00006a26 
+ 00020759  0x0000254f call  0x0000513d 
+ 00020760  0x00002551 call  0x0000711d 
+ 00020761  0x00002552 fetch  0x00000001 , 0x000045fb 
+ 00020762  0x00002553 store  0x00000001 , 0x0000456a 
+ 00020763  0x00002554 beq  0x00000000 , 0x00005125 
+ 00020764  0x00002555 fetch  0x00000001 , 0x000045fc 
+ 00020765  0x00002556 store  0x00000001 , 0x00004432 
+ 00020766  0x00002558 call  0x00005136 
+ 00020767  0x00002559 call  0x00006fe2 
+ 00020768  0x0000255a call  0x00006fec 
+ 00020769  0x0000255b jam  0x00000001 , 0x00004627 
+ 00020770  0x0000255c fetch  0x00000002 , 0x0000442f 
+ 00020771  0x0000255d rtnbit1  0x0000000c 
+ 00020772  0x0000255e branch  0x00004e28 
+ 00020773  0x00002563 jam  0x00000002 , 0x00004627 
+ 00020774  0x00002565 call  0x00005136 
+ 00020775  0x00002566 arg  0x00000000 , 0x00000011 
+ 00020776  0x00002567 call  0x00007030 
+ 00020777  0x00002568 call  0x000051ab 
+ 00020778  0x00002569 fetch  0x00000004 , 0x0000463d 
+ 00020779  0x0000256a store  0x00000004 , 0x000044d5 
+ 00020780  0x0000256b branch  0x0000493b , 0x00000034 
+ 00020781  0x0000256c fetch  0x00000004 , 0x000044d5 
+ 00020782  0x0000256d store  0x00000004 , 0x0000452b 
+ 00020783  0x0000256e fetch  0x00000002 , 0x0000451f 
+ 00020784  0x0000256f store  0x00000002 , 0x00004521 
+ 00020785  0x00002570 branch  0x00004bc3 
+ 00020786  0x00002573 arg  0x00000004 , 0x00000002 
+ 00020787  0x00002574 arg  0x000044d5 , 0x00000011 
+ 00020788  0x00002575 arg  0x00000000 , 0x00000012 
+ 00020789  0x00002576 rtn 
+ 00020790  0x0000257b bpatch  0x00000033 , 0x00004006 
+ 00020791  0x0000257c fetch  0x00000001 , 0x000045f9 
+ 00020792  0x0000257d bne  0x000000ff , 0x0000513b 
+ 00020793  0x0000257f fetcht  0x00000001 , 0x000045d6 
+ 00020794  0x00002580 branch  0x00006c43 
+ 00020795  0x00002582 store  0x00000001 , 0x000045d6 
+ 00020796  0x00002583 branch  0x00005139 
+ 00020797  0x00002587 call  0x00004c72 
+ 00020798  0x00002589 fetch  0x00000002 , 0x00004623 
+ 00020799  0x0000258a store  0x00000002 , 0x00004625 
+ 00020800  0x0000258b rtn 
+ 00020801  0x0000258e call  0x00005146 
+ 00020802  0x00002590 fetch  0x00000001 , 0x000045cc 
+ 00020803  0x00002591 set1  0x00000007 , 0x0000003f 
+ 00020804  0x00002592 arg  0x0000003f , 0x00000002 
+ 00020805  0x00002593 branch  0x00006c67 
+ 00020806  0x00002596 call  0x00006c74 
+ 00020807  0x00002597 branch  0x00006d34 
+ 00020808  0x0000259a call  0x00006d40 
+ 00020809  0x0000259b call  0x00005159 
+ 00020810  0x0000259c call  0x0000514c 
+ 00020811  0x0000259d branch  0x00005167 
+ 00020812  0x000025a0 fetch  0x00000001 , 0x00004632 
+ 00020813  0x000025a1 rtnne  0x00000001 
+ 00020814  0x000025a2 fetch  0x00000004 , 0x00004636 
+ 00020815  0x000025a3 branch  0x00005153 , 0x00000034 
+ 00020816  0x000025a4 jam  0x00000000 , 0x0000463c 
+ 00020817  0x000025a5 enable  0x00000028 
+ 00020818  0x000025a6 branch  0x000070fd 
+ 00020819  0x000025a8 fetch  0x00000001 , 0x0000463c 
+ 00020820  0x000025a9 rtneq  0x000000ff 
+ 00020821  0x000025aa pincrease  0x00000001 
+ 00020822  0x000025ab store  0x00000001 , 0x0000463c 
+ 00020823  0x000025ac disable  0x00000028 
+ 00020824  0x000025ad branch  0x000070fb 
+ 00020825  0x000025b1 fetcht  0x00000002 , 0x000043dc 
+ 00020826  0x000025b2 and  0x00000002 , 0x00000001 , 0x0000003f 
+ 00020827  0x000025b3 rshift  0x00000002 , 0x00000002 
+ 00020828  0x000025b4 store  0x00000001 , 0x00004636 
+ 00020829  0x000025b5 and  0x00000002 , 0x00000001 , 0x0000003f 
+ 00020830  0x000025b6 rshift  0x00000002 , 0x00000002 
+ 00020831  0x000025b7 store  0x00000001 , 0x00004637 
+ 00020832  0x000025b8 and  0x00000002 , 0x00000001 , 0x0000003f 
+ 00020833  0x000025b9 rshift  0x00000002 , 0x00000002 
+ 00020834  0x000025ba store  0x00000001 , 0x00004638 
+ 00020835  0x000025bb and  0x00000002 , 0x00000001 , 0x0000003f 
+ 00020836  0x000025bc rshift  0x00000002 , 0x00000002 
+ 00020837  0x000025bd store  0x00000001 , 0x00004639 
+ 00020838  0x000025be rtn 
+ 00020839  0x000025c0 bpatch  0x00000034 , 0x00004006 
+ 00020840  0x000025c1 call  0x00005177 
+ 00020841  0x000025c2 call  0x0000517c 
+ 00020842  0x000025c3 call  0x0000516d 
+ 00020843  0x000025c4 nrtn  0x00000028 
+ 00020844  0x000025c5 branch  0x000051e4 
+ 00020845  0x000025c9 fetch  0x00000001 , 0x00004632 
+ 00020846  0x000025ca rtnne  0x00000001 
+ 00020847  0x000025cb fetch  0x00000001 , 0x0000463c 
+ 00020848  0x000025cc rtn  0x00000034 
+ 00020849  0x000025cd sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00020850  0x000025ce nrtn  0x00000002 
+ 00020851  0x000025cf fetch  0x00000002 , 0x0000451f 
+ 00020852  0x000025d0 store  0x00000002 , 0x00004521 
+ 00020853  0x000025d1 enable  0x00000028 
+ 00020854  0x000025d2 rtn 
+ 00020855  0x000025d7 fetch  0x00000001 , 0x00004636 
+ 00020856  0x000025d8 nbranch  0x000051d8 , 0x00000034 
+ 00020857  0x000025d9 fetch  0x00000001 , 0x00004637 
+ 00020858  0x000025da nbranch  0x000051da , 0x00000034 
+ 00020859  0x000025db branch  0x000051e0 
+ 00020860  0x000025de fetch  0x00000001 , 0x00004638 
+ 00020861  0x000025df nbranch  0x000051dc , 0x00000034 
+ 00020862  0x000025e0 fetch  0x00000001 , 0x00004639 
+ 00020863  0x000025e1 nbranch  0x000051de , 0x00000034 
+ 00020864  0x000025e2 branch  0x000051e2 
+ 00020865  0x000025e6 call  0x000051c2 
+ 00020866  0x000025e7 branch  0x00005148 
+ 00020867  0x000025ea copy  0x00000013 , 0x0000003f 
+ 00020868  0x000025eb beq  0x0000002d , 0x00004e48 
+ 00020869  0x000025ec beq  0x00000010 , 0x00004e30 
+ 00020870  0x000025ed beq  0x00000039 , 0x0000518b 
+ 00020871  0x000025ee beq  0x0000003c , 0x00005192 
+ 00020872  0x000025ef beq  0x0000003a , 0x0000518a 
+ 00020873  0x000025f0 rtn 
+ 00020874  0x000025f3 branch  0x00004c01 
+ 00020875  0x000025f6 bpatch  0x00000035 , 0x00004006 
+ 00020876  0x000025f7 fetch  0x00000004 , 0x0000452b 
+ 00020877  0x000025f8 store  0x00000004 , 0x0000463d 
+ 00020878  0x000025f9 fetch  0x00000001 , 0x00004649 
+ 00020879  0x000025fa ncall  0x00005197 , 0x00000034 
+ 00020880  0x000025fb fetch  0x00000004 , 0x0000463d 
+ 00020881  0x000025fc call  0x000048e0 
+ 00020882  0x00002600 jam  0x00000000 , 0x0000453b 
+ 00020883  0x00002601 jam  0x00000001 , 0x00004633 
+ 00020884  0x00002602 jam  0x00000001 , 0x00004634 
+ 00020885  0x00002603 jam  0x00000000 , 0x00004521 
+ 00020886  0x00002604 rtn 
+ 00020887  0x00002608 fetch  0x00000001 , 0x00004649 
+ 00020888  0x00002609 rtn  0x00000034 
+ 00020889  0x0000260a fetch  0x00000001 , 0x00004438 
+ 00020890  0x0000260b store  0x00000001 , 0x00004640 
+ 00020891  0x0000260d fetch  0x00000001 , 0x0000452c 
+ 00020892  0x0000260e store  0x00000001 , 0x0000463f 
+ 00020893  0x00002610 fetch  0x00000001 , 0x00004437 
+ 00020894  0x00002611 store  0x00000001 , 0x0000463e 
+ 00020895  0x00002613 fetch  0x00000001 , 0x0000452b 
+ 00020896  0x00002614 store  0x00000001 , 0x0000463d 
+ 00020897  0x00002615 call  0x000051b2 
+ 00020898  0x00002616 fetch  0x00000004 , 0x0000463d 
+ 00020899  0x00002617 fetcht  0x00000004 , 0x00004641 
+ 00020900  0x00002618 isub  0x00000002 , 0x0000003e 
+ 00020901  0x00002619 rtn  0x00000005 
+ 00020902  0x0000261a copy  0x00000013 , 0x0000003f 
+ 00020903  0x0000261b arg  0x0000463d , 0x00000011 
+ 00020904  0x0000261c arg  0x00000004 , 0x00000039 
+ 00020905  0x0000261d call  0x0000686a 
+ 00020906  0x0000261e rtn 
+ 00020907  0x00002620 fetch  0x00000001 , 0x00004649 
+ 00020908  0x00002621 rtn  0x00000034 
+ 00020909  0x00002622 call  0x000051b2 
+ 00020910  0x00002623 fetch  0x00000004 , 0x00004641 
+ 00020911  0x00002624 rtn  0x00000034 
+ 00020912  0x00002625 store  0x00000004 , 0x0000463d 
+ 00020913  0x00002626 rtn 
+ 00020914  0x0000262a fetch  0x00000001 , 0x00004649 
+ 00020915  0x0000262b rtn  0x00000034 
+ 00020916  0x0000262c arg  0x00000700 , 0x00000013 
+ 00020917  0x0000262e copy  0x00000013 , 0x0000003f 
+ 00020918  0x0000262f arg  0x00004641 , 0x00000011 
+ 00020919  0x00002630 arg  0x00000004 , 0x00000002 
+ 00020920  0x00002631 call  0x000068ac 
+ 00020921  0x00002632 fetch  0x00000004 , 0x00004645 
+ 00020922  0x00002633 rtn  0x00000034 
+ 00020923  0x00002634 store  0x00000004 , 0x00004641 
+ 00020924  0x00002635 copy  0x00000013 , 0x0000003f 
+ 00020925  0x00002636 arg  0x000007cc , 0x00000002 
+ 00020926  0x00002637 isub  0x00000002 , 0x0000003e 
+ 00020927  0x00002638 rtn  0x00000002 
+ 00020928  0x00002639 increase  0x00000004 , 0x00000013 
+ 00020929  0x0000263a branch  0x000051b5 
+ 00020930  0x0000263d fetch  0x00000001 , 0x00004633 
+ 00020931  0x0000263e rtneq  0x00000000 
+ 00020932  0x0000263f fetch  0x00000001 , 0x00004632 
+ 00020933  0x00002640 rtneq  0x00000001 
+ 00020934  0x00002641 jam  0x00000001 , 0x00004632 
+ 00020935  0x00002643 arg  0x00000000 , 0x00000011 
+ 00020936  0x00002644 branch  0x0000702b 
+ 00020937  0x00002646 arg  0x00000000 , 0x00000011 
+ 00020938  0x00002647 call  0x0000702b 
+ 00020939  0x00002648 call  0x00005136 
+ 00020940  0x00002649 branch  0x00004e28 
+ 00020941  0x0000264c call  0x00004def 
+ 00020942  0x0000264d call  0x00004938 
+ 00020943  0x0000264e call  0x00004bc0 
+ 00020944  0x0000264f branch  0x000051d1 
+ 00020945  0x00002652 fetch  0x00000001 , 0x000045fd 
+ 00020946  0x00002653 rtn  0x00000034 
+ 00020947  0x00002654 fetch  0x00000001 , 0x000043dc 
+ 00020948  0x00002655 nbranch  0x0000513e , 0x00000034 
+ 00020949  0x00002656 arg  0x00004625 , 0x00000013 
+ 00020950  0x00002657 arg  0x000051c9 , 0x00000012 
+ 00020951  0x00002658 branch  0x00004de8 
+ 00020952  0x0000265d jam  0x00000001 , 0x00004604 
+ 00020953  0x0000265e rtn 
+ 00020954  0x00002660 jam  0x00000002 , 0x00004604 
+ 00020955  0x00002661 rtn 
+ 00020956  0x00002663 jam  0x00000001 , 0x00004606 
+ 00020957  0x00002664 rtn 
+ 00020958  0x00002666 jam  0x00000002 , 0x00004606 
+ 00020959  0x00002667 rtn 
+ 00020960  0x0000266c jam  0x00000000 , 0x00004604 
+ 00020961  0x0000266d rtn 
+ 00020962  0x00002670 jam  0x00000000 , 0x00004606 
+ 00020963  0x00002671 rtn 
+ 00020964  0x00002674 arg  0x000045fe , 0x00000011 
+ 00020965  0x00002675 branch  0x00007122 
+ 00020966  0x00002677 arg  0x0000460b , 0x00000011 
+ 00020967  0x00002678 branch  0x00007122 
+ 00020968  0x0000267b fetch  0x00000001 , 0x00004634 
+ 00020969  0x0000267c beq  0x00000001 , 0x000051f2 
+ 00020970  0x0000267d arg  0x00004614 , 0x00000011 
+ 00020971  0x0000267e call  0x0000713a 
+ 00020972  0x0000267f nbranch  0x000051f7 , 0x00000028 
+ 00020973  0x00002681 arg  0x00004614 , 0x00000006 
+ 00020974  0x00002682 ifetch  0x00000001 , 0x00000006 
+ 00020975  0x00002683 copy  0x0000003f , 0x00000011 
+ 00020976  0x00002684 arg  0x00004615 , 0x00000012 
+ 00020977  0x00002687 rtn 
+ 00020978  0x0000268a jam  0x00000000 , 0x00004634 
+ 00020979  0x0000268b enable  0x00000028 
+ 00020980  0x0000268c arg  0x00000001 , 0x00000011 
+ 00020981  0x0000268d arg  0x00004635 , 0x00000012 
+ 00020982  0x0000268e rtn 
+ 00020983  0x00002691 fetch  0x00000001 , 0x00004617 
+ 00020984  0x00002692 beq  0x00000004 , 0x000051fb 
+ 00020985  0x00002693 beq  0x00000005 , 0x000051fb 
+ 00020986  0x00002694 rtn 
+ 00020987  0x00002696 fetch  0x00000001 , 0x0000461a 
+ 00020988  0x00002697 nbranch  0x00005202 , 0x00000034 
+ 00020989  0x00002698 fetch  0x00000001 , 0x0000461c 
+ 00020990  0x00002699 nbranch  0x00005202 , 0x00000034 
+ 00020991  0x0000269a fetch  0x00000001 , 0x0000461e 
+ 00020992  0x0000269b nbranch  0x00005202 , 0x00000034 
+ 00020993  0x0000269c rtn 
+ 00020994  0x0000269e enable  0x00000028 
+ 00020995  0x0000269f branch  0x000051ed 
+ 00020996  0x000026a5 jam  0x00000014 , 0x00004431 
+ 00020997  0x000026a6 jam  0x00000001 , 0x0000442a 
+ 00020998  0x000026a7 setarg  0x0000060f 
+ 00020999  0x000026a8 store  0x00000002 , 0x0000456b 
+ 00021000  0x000026a9 setarg  0x0000456b 
+ 00021001  0x000026aa store  0x00000002 , 0x000043b0 
+ 00021002  0x000026ab jam  0x00000001 , 0x00004094 
+ 00021003  0x000026ac jam  0x00000006 , 0x000040a7 
+ 00021004  0x000026ad jam  0x00000002 , 0x000040c2 
+ 00021005  0x000026ae jam  0x00000000 , 0x0000456a 
+ 00021006  0x000026af setarg  0x000045ca 
+ 00021007  0x000026b0 store  0x00000002 , 0x00004435 
+ 00021008  0x000026b1 jam  0x00000001 , 0x00004434 
+ 00021009  0x000026b2 jam  0x000000ff , 0x000045cb 
+ 00021010  0x000026b3 setarg  0x00000296 
+ 00021011  0x000026b4 store  0x00000002 , 0x000045cd 
+ 00021012  0x000026b5 setarg  0x0000073a 
+ 00021013  0x000026b6 store  0x00000002 , 0x000045cf 
+ 00021014  0x000026b7 setarg  0x00004627 
+ 00021015  0x000026b8 store  0x00000002 , 0x000043de 
+ 00021016  0x000026b9 setarg  0x00000c0c 
+ 00021017  0x000026ba store  0x00000002 , 0x00004629 
+ 00021018  0x000026bb setarg  0x000045de 
+ 00021019  0x000026bc store  0x00000002 , 0x000043da 
+ 00021020  0x000026bd jam  0x00000000 , 0x000045fb 
+ 00021021  0x000026be jam  0x000000ff , 0x000045f9 
+ 00021022  0x000026bf jam  0x000000ff , 0x000045fc 
+ 00021023  0x000026c0 jam  0x00000000 , 0x000045f7 
+ 00021024  0x000026c1 jam  0x00000000 , 0x000045f8 
+ 00021025  0x000026c2 jam  0x00000000 , 0x000045fa 
+ 00021026  0x000026c3 jam  0x00000001 , 0x000045fd 
+ 00021027  0x000026c4 setarg  0x00004e55 
+ 00021028  0x000026c5 store  0x00000002 , 0x000045ea 
+ 00021029  0x000026c6 store  0x00000002 , 0x000045ec 
+ 00021030  0x000026c7 setarg  0x00000007 
+ 00021031  0x000026c8 store  0x00000002 , 0x000045f0 
+ 00021032  0x000026c9 jam  0x00000002 , 0x000043c2 
+ 00021033  0x000026ca setsect  0x00000000 , 0x00035a0c 
+ 00021034  0x000026cb setsect  0x00000001 , 0x0000011a 
+ 00021035  0x000026cc setsect  0x00000002 , 0x00000060 
+ 00021036  0x000026cd setsect  0x00000003 , 0x00000028 
+ 00021037  0x000026ce store  0x00000009 , 0x000045fe 
+ 00021038  0x000026cf setsect  0x00000000 , 0x0002000a 
+ 00021039  0x000026d0 setsect  0x00000001 , 0x00000002 
+ 00021040  0x000026d1 istore  0x00000004 , 0x00000005 
+ 00021041  0x000026d2 setsect  0x00000000 , 0x00035a08 
+ 00021042  0x000026d3 setsect  0x00000001 , 0x0000019a 
+ 00021043  0x000026d4 setsect  0x00000002 , 0x00000000 
+ 00021044  0x000026d5 setsect  0x00000003 , 0x00000000 
+ 00021045  0x000026d6 store  0x00000009 , 0x0000460b 
+ 00021046  0x000026d7 setarg  0x00000064 
+ 00021047  0x000026d8 store  0x00000002 , 0x00004623 
+ 00021048  0x000026d9 jam  0x00000000 , 0x00004116 
+ 00021049  0x000026da jam  0x00000001 , 0x000044cf 
+ 00021050  0x000026db jam  0x00000006 , 0x00004542 
+ 00021051  0x000026dc jam  0x00000001 , 0x000044f4 
+ 00021052  0x000026dd jam  0x00000000 , 0x00004526 
+ 00021053  0x000026de call  0x00004922 
+ 00021054  0x000026df call  0x00004c7e 
+ 00021055  0x000026e0 call  0x00004905 
+ 00021056  0x000026e3 setarg  0x00000708 
+ 00021057  0x000026e4 store  0x00000002 , 0x0000451b 
+ 00021058  0x000026e5 setarg  0x00000050 
+ 00021059  0x000026e6 store  0x00000002 , 0x0000451f 
+ 00021060  0x000026e7 setarg  0x000a7700 
+ 00021061  0x000026e8 store  0x00000003 , 0x0000454a 
+ 00021062  0x000026e9 setarg  0x00604800 
+ 00021063  0x000026ea store  0x00000003 , 0x000044f5 
+ 00021064  0x000026eb rtn 
+ 00021065  0x000026f3 setarg  0x0000527c 
+ 00021066  0x000026f4 store  0x00000002 , 0x00004523 
+ 00021067  0x000026f5 setarg  0x0000535a 
+ 00021068  0x000026f6 store  0x00000002 , 0x00004527 
+ 00021069  0x000026f7 setarg  0x0000536b 
+ 00021070  0x000026f8 store  0x00000002 , 0x00004529 
+ 00021071  0x000026f9 setarg  0x00005331 
+ 00021072  0x000026fa store  0x00000002 , 0x00004525 
+ 00021073  0x000026fb setarg  0x0000528b 
+ 00021074  0x000026fc store  0x00000002 , 0x000006ad 
+ 00021075  0x000026fd branch  0x00007182 
+ 00021076  0x00002701 bpatchx  0x00000080 , 0x00004030 
+ 00021077  0x00002703 call  0x00005281 
+ 00021078  0x00002704 call  0x00005277 
+ 00021079  0x00002705 fetch  0x00000001 , 0x000045ab 
+ 00021080  0x00002706 isolate1  0x00000005 , 0x0000003f 
+ 00021081  0x00002707 branch  0x0000525d , 0x00000001 
+ 00021082  0x00002708 fetch  0x00000001 , 0x000045ab 
+ 00021083  0x00002709 isolate1  0x00000006 , 0x0000003f 
+ 00021084  0x0000270a call  0x00004915 , 0x00000001 
+ 00021085  0x0000270c fetch  0x00000001 , 0x000045d6 
+ 00021086  0x0000270d store  0x00000001 , 0x00004116 
+ 00021087  0x0000270f jam  0x000000ff , 0x00004517 
+ 00021088  0x00002710 setarg  0x000007b3 
+ 00021089  0x00002711 store  0x00000002 , 0x00004583 
+ 00021090  0x00002712 setarg  0x000008b3 
+ 00021091  0x00002713 store  0x00000002 , 0x00004585 
+ 00021092  0x00002714 setarg  0x000009b3 
+ 00021093  0x00002715 store  0x00000002 , 0x00004587 
+ 00021094  0x00002716 setarg  0x00000ab3 
+ 00021095  0x00002717 store  0x00000002 , 0x00004589 
+ 00021096  0x00002718 jam  0x00000085 , 0x00004516 
+ 00021097  0x00002719 jam  0x00000000 , 0x000045d4 
+ 00021098  0x0000271a jam  0x00000000 , 0x0000456e 
+ 00021099  0x0000271b call  0x0000492b 
+ 00021100  0x0000271c fetch  0x00000001 , 0x000045ab 
+ 00021101  0x0000271d isolate1  0x00000003 , 0x0000003f 
+ 00021102  0x0000271e call  0x0000492e , 0x00000001 
+ 00021103  0x0000271f call  0x00004a34 
+ 00021104  0x00002720 call  0x00004931 
+ 00021105  0x00002721 call  0x00004905 
+ 00021106  0x00002723 fetch  0x00000001 , 0x000045b5 
+ 00021107  0x00002724 store  0x00000001 , 0x000006af 
+ 00021108  0x00002725 fetch  0x00000009 , 0x000045ac 
+ 00021109  0x00002726 store  0x00000009 , 0x000006b0 
+ 00021110  0x00002727 rtn 
+ 00021111  0x0000272a jam  0x00000018 , 0x0000409a 
+ 00021112  0x0000272b fetch  0x00000001 , 0x000045ab 
+ 00021113  0x0000272c rtnbit0  0x00000007 
+ 00021114  0x0000272d jam  0x00000008 , 0x0000409a 
+ 00021115  0x0000272e rtn 
+ 00021116  0x00002731 fetch  0x00000001 , 0x00004553 
+ 00021117  0x00002732 beq  0x00000000 , 0x00005321 
+ 00021118  0x00002733 beq  0x00000001 , 0x000052b4 
+ 00021119  0x00002734 beq  0x0000000f , 0x000052b0 
+ 00021120  0x00002735 rtn 
+ 00021121  0x00002739 bpatchx  0x00000081 , 0x00004030 
+ 00021122  0x0000273a setarg  0x00001fdf 
+ 00021123  0x0000273b arg  0x0000458b , 0x00000011 
+ 00021124  0x0000273c arg  0x00000001 , 0x00000002 
+ 00021125  0x0000273d branch  0x000068ac 
+ 00021126  0x00002740 bpatchx  0x00000082 , 0x00004030 
+ 00021127  0x00002741 arg  0x00000001 , 0x00000039 
+ 00021128  0x00002742 arg  0x0000458b , 0x00000011 
+ 00021129  0x00002743 arg  0x00001fdf , 0x0000003f 
+ 00021130  0x00002744 branch  0x0000686a 
+ 00021131  0x00002747 fetch  0x00000001 , 0x000045ab 
+ 00021132  0x00002748 bbit1  0x00000004 , 0x0000528f 
+ 00021133  0x00002749 fetch  0x00000001 , 0x0000458b 
+ 00021134  0x0000274a bne  0x0000005a , 0x00005293 
+ 00021135  0x0000274c jam  0x0000005a , 0x0000458b 
+ 00021136  0x0000274d fetch  0x00000004 , 0x0000937a 
+ 00021137  0x0000274e set1  0x0000001d , 0x0000003f 
+ 00021138  0x0000274f store  0x00000004 , 0x00000608 
+ 00021139  0x00002751 call  0x000052aa 
+ 00021140  0x00002752 call  0x000071d5 
+ 00021141  0x00002753 call  0x00005297 
+ 00021142  0x00002754 branch  0x000052a0 
+ 00021143  0x00002757 fetch  0x00000001 , 0x000006b0 
+ 00021144  0x00002758 rtn  0x00000034 
+ 00021145  0x00002759 fetch  0x00000001 , 0x0000458b 
+ 00021146  0x0000275a beq  0x0000005a , 0x0000529e 
+ 00021147  0x0000275c fetch  0x00000004 , 0x000006b1 
+ 00021148  0x0000275e store  0x00000004 , 0x00000608 
+ 00021149  0x0000275f rtn 
+ 00021150  0x00002761 fetch  0x00000004 , 0x000006b5 
+ 00021151  0x00002762 branch  0x0000529c 
+ 00021152  0x00002765 fetch  0x00000001 , 0x0000458b 
+ 00021153  0x00002766 beq  0x0000005a , 0x000052a6 
+ 00021154  0x00002767 setarg  0x00009272 
+ 00021155  0x00002768 store  0x00000002 , 0x000005fb 
+ 00021156  0x00002769 jam  0x0000001a , 0x0000062c 
+ 00021157  0x0000276a rtn 
+ 00021158  0x0000276c setarg  0x0000928d 
+ 00021159  0x0000276d store  0x00000002 , 0x000005fb 
+ 00021160  0x0000276e jam  0x0000003f , 0x0000062c 
+ 00021161  0x0000276f rtn 
+ 00021162  0x00002772 fetch  0x00000001 , 0x000045b6 
+ 00021163  0x00002773 rtn  0x00000034 
+ 00021164  0x00002774 arg  0x000045b6 , 0x00000006 
+ 00021165  0x00002775 arg  0x00000671 , 0x00000005 
+ 00021166  0x00002776 arg  0x0000001e , 0x00000039 
+ 00021167  0x00002777 branch  0x00007548 
+ 00021168  0x0000277b call  0x00004af1 
+ 00021169  0x0000277d call  0x00005329 
+ 00021170  0x0000277e call  0x000052ed 
+ 00021171  0x0000277f branch  0x000052b1 
+ 00021172  0x00002782 call  0x00004af1 
+ 00021173  0x00002784 call  0x00005329 
+ 00021174  0x00002785 call  0x00004afa 
+ 00021175  0x00002786 call  0x000052ed 
+ 00021176  0x00002787 branch  0x000052b5 
+ 00021177  0x0000278a call  0x000052bc 
+ 00021178  0x0000278b call  0x000052cc 
+ 00021179  0x0000278c branch  0x000052de 
+ 00021180  0x0000278f bpatchx  0x00000083 , 0x00004030 
+ 00021181  0x00002790 fetch  0x00000001 , 0x000045aa 
+ 00021182  0x00002791 rtn  0x00000034 
+ 00021183  0x00002792 arg  0x0000000d , 0x00000007 
+ 00021184  0x00002793 call  0x0000755d 
+ 00021185  0x00002794 nrtn  0x00000034 
+ 00021186  0x00002795 jam  0x00000000 , 0x000045aa 
+ 00021187  0x00002796 setarg  0x00000001 
+ 00021188  0x00002797 store  0x00000001 , 0x00000767 
+ 00021189  0x00002798 setarg  0x00000000 
+ 00021190  0x00002799 istore  0x00000007 , 0x00000005 
+ 00021191  0x0000279b jam  0x00000020 , 0x00000760 
+ 00021192  0x0000279d fetch  0x00000001 , 0x00000761 
+ 00021193  0x0000279e set1  0x00000002 , 0x0000003f 
+ 00021194  0x0000279f store  0x00000001 , 0x00000761 
+ 00021195  0x000027a0 rtn 
+ 00021196  0x000027a3 bpatchx  0x00000084 , 0x00004030 
+ 00021197  0x000027a4 fetch  0x00000001 , 0x000045a8 
+ 00021198  0x000027a5 rtn  0x00000034 
+ 00021199  0x000027a6 arg  0x0000000e , 0x00000007 
+ 00021200  0x000027a7 call  0x0000755d 
+ 00021201  0x000027a8 nrtn  0x00000034 
+ 00021202  0x000027a9 jam  0x00000000 , 0x000045a8 
+ 00021203  0x000027aa arg  0x00000777 , 0x00000005 
+ 00021204  0x000027ab arg  0x00000002 , 0x00000039 
+ 00021205  0x000027ac call  0x00007500 
+ 00021206  0x000027ad fetch  0x00000008 , 0x00000777 
+ 00021207  0x000027ae store  0x00000008 , 0x00004594 
+ 00021208  0x000027b0 jam  0x00000000 , 0x00000777 
+ 00021209  0x000027b2 jam  0x00000010 , 0x0000075f 
+ 00021210  0x000027b3 fetch  0x00000001 , 0x00000761 
+ 00021211  0x000027b4 set1  0x00000001 , 0x0000003f 
+ 00021212  0x000027b5 store  0x00000001 , 0x00000761 
+ 00021213  0x000027b6 rtn 
+ 00021214  0x000027b9 bpatchx  0x00000085 , 0x00004030 
+ 00021215  0x000027ba fetch  0x00000001 , 0x000045a9 
+ 00021216  0x000027bb rtn  0x00000034 
+ 00021217  0x000027bc arg  0x0000000c , 0x00000007 
+ 00021218  0x000027bd call  0x0000755d 
+ 00021219  0x000027be nrtn  0x00000034 
+ 00021220  0x000027bf jam  0x00000000 , 0x000045a9 
+ 00021221  0x000027c0 arg  0x00000787 , 0x00000005 
+ 00021222  0x000027c1 arg  0x00000002 , 0x00000039 
+ 00021223  0x000027c2 call  0x00007500 
+ 00021224  0x000027c3 jam  0x00000003 , 0x00000787 
+ 00021225  0x000027c4 fetch  0x00000003 , 0x00000787 
+ 00021226  0x000027c5 store  0x00000003 , 0x0000459f 
+ 00021227  0x000027c7 jam  0x00000021 , 0x00000760 
+ 00021228  0x000027c8 branch  0x000052c8 
+ 00021229  0x000027cb bpatch  0x00000036 , 0x00004006 
+ 00021230  0x000027cc fetch  0x00000001 , 0x00000755 
+ 00021231  0x000027cd call  0x0000533b , 0x00000034 
+ 00021232  0x000027ce call  0x00007176 
+ 00021233  0x000027cf fetch  0x00000001 , 0x0000074b 
+ 00021234  0x000027d0 rtn  0x00000034 
+ 00021235  0x000027d1 jam  0x00000000 , 0x0000074b 
+ 00021236  0x000027d2 fetch  0x00000002 , 0x00000749 
+ 00021237  0x000027d3 arg  0x000002ba , 0x00000002 
+ 00021238  0x000027d4 isub  0x00000002 , 0x0000003e 
+ 00021239  0x000027d5 nrtn  0x00000005 
+ 00021240  0x000027d7 fetch  0x00000001 , 0x000006c9 
+ 00021241  0x000027d8 rtnne  0x000000ba 
+ 00021242  0x000027d9 fetch  0x00000001 , 0x000006ca 
+ 00021243  0x000027da beq  0x000000a0 , 0x00005302 
+ 00021244  0x000027db beq  0x000000a1 , 0x00005308 
+ 00021245  0x000027dc beq  0x000000a6 , 0x00005314 
+ 00021246  0x000027dd beq  0x000000a7 , 0x00005316 
+ 00021247  0x000027de beq  0x000000a9 , 0x0000531c 
+ 00021248  0x000027e1 jam  0x00000000 , 0x0000074c 
+ 00021249  0x000027e2 rtn 
+ 00021250  0x000027e5 fetch  0x00000001 , 0x000006cb 
+ 00021251  0x000027e6 beq  0x00000081 , 0x00005305 
+ 00021252  0x000027e7 branch  0x00005300 
+ 00021253  0x000027e9 call  0x0000499f 
+ 00021254  0x000027eb jam  0x00000001 , 0x0000074c 
+ 00021255  0x000027ec rtn 
+ 00021256  0x000027ef fetch  0x00000001 , 0x000006cb 
+ 00021257  0x000027f0 beq  0x00000001 , 0x0000530d 
+ 00021258  0x000027f1 beq  0x00000084 , 0x00005310 
+ 00021259  0x000027f2 beq  0x000000a7 , 0x00005312 
+ 00021260  0x000027f3 branch  0x00005300 
+ 00021261  0x000027f5 fetch  0x00000001 , 0x0000451a 
+ 00021262  0x000027f6 store  0x00000001 , 0x0000070a 
+ 00021263  0x000027f7 branch  0x00005306 
+ 00021264  0x000027f9 call  0x00004af2 
+ 00021265  0x000027fa branch  0x0000530d 
+ 00021266  0x000027fd jam  0x000000a1 , 0x0000070a 
+ 00021267  0x000027fe branch  0x00005306 
+ 00021268  0x00002801 jam  0x00000015 , 0x0000070a 
+ 00021269  0x00002802 branch  0x00005306 
+ 00021270  0x00002805 fetch  0x00000001 , 0x00004559 
+ 00021271  0x00002806 beq  0x00000000 , 0x0000531a 
+ 00021272  0x00002807 beq  0x00000001 , 0x00005312 
+ 00021273  0x00002808 rtn 
+ 00021274  0x0000280a jam  0x000000a0 , 0x0000070a 
+ 00021275  0x0000280b branch  0x00005306 
+ 00021276  0x0000280e jam  0x00000000 , 0x0000070a 
+ 00021277  0x0000280f jam  0x00000000 , 0x0000070b 
+ 00021278  0x00002810 jam  0x00000001 , 0x0000070c 
+ 00021279  0x00002811 jam  0x00000007 , 0x0000070d 
+ 00021280  0x00002812 branch  0x00005306 
+ 00021281  0x0000281b call  0x00004a95 
+ 00021282  0x0000281d call  0x00004a9a 
+ 00021283  0x0000281e call  0x00004ac0 
+ 00021284  0x0000281f call  0x00005329 
+ 00021285  0x00002820 call  0x00004afa 
+ 00021286  0x00002821 call  0x00004b17 
+ 00021287  0x00002822 call  0x000052ed 
+ 00021288  0x00002823 branch  0x00005322 
+ 00021289  0x00002826 bpatch  0x00000037 , 0x00004006 
+ 00021290  0x00002827 fetch  0x00000001 , 0x00004559 
+ 00021291  0x00002828 rtnne  0x00000000 
+ 00021292  0x00002829 call  0x00004af5 
+ 00021293  0x0000282a call  0x000052b9 
+ 00021294  0x0000282b fetch  0x00000001 , 0x00004553 
+ 00021295  0x0000282c nrtn  0x00000034 
+ 00021296  0x0000282d branch  0x00004b99 
+ 00021297  0x00002830 fetch  0x00000001 , 0x000044cf 
+ 00021298  0x00002831 beq  0x00000001 , 0x00005334 
+ 00021299  0x00002832 beq  0x00000002 , 0x0000533d 
+ 00021300  0x00002834 fetch  0x00000001 , 0x000045d5 
+ 00021301  0x00002835 bbit1  0x00000000 , 0x00005343 
+ 00021302  0x00002836 branch  0x0000533f 
+ 00021303  0x00002839 fetch  0x00000001 , 0x00004095 
+ 00021304  0x0000283a rtnne  0x00000004 
+ 00021305  0x0000283b jam  0x00000003 , 0x000045d5 
+ 00021306  0x0000283c rtn 
+ 00021307  0x0000283e jam  0x00000000 , 0x000045d5 
+ 00021308  0x0000283f rtn 
+ 00021309  0x00002842 fetch  0x00000001 , 0x000045d5 
+ 00021310  0x00002843 bbit1  0x00000001 , 0x00005347 
+ 00021311  0x00002845 fetch  0x00000001 , 0x00004554 
+ 00021312  0x00002846 beq  0x00000001 , 0x0000534e 
+ 00021313  0x00002847 beq  0x00000003 , 0x00005352 
+ 00021314  0x00002848 rtn 
+ 00021315  0x0000284b fetch  0x00000001 , 0x000045d5 
+ 00021316  0x0000284c set0  0x00000000 , 0x0000003f 
+ 00021317  0x0000284d store  0x00000001 , 0x000045d5 
+ 00021318  0x0000284e branch  0x0000534a 
+ 00021319  0x00002851 fetch  0x00000001 , 0x000045d5 
+ 00021320  0x00002852 set0  0x00000001 , 0x0000003f 
+ 00021321  0x00002853 store  0x00000001 , 0x000045d5 
+ 00021322  0x00002855 jam  0x00000001 , 0x000044ce 
+ 00021323  0x00002856 setarg  0x000000ff 
+ 00021324  0x00002857 store  0x00000001 , 0x0000445f 
+ 00021325  0x00002858 rtn 
+ 00021326  0x0000285c jam  0x00000001 , 0x00004554 
+ 00021327  0x0000285d call  0x00004a13 
+ 00021328  0x0000285e nrtn  0x0000002f 
+ 00021329  0x0000285f branch  0x000049ab 
+ 00021330  0x00002862 fetch  0x00000001 , 0x0000443f 
+ 00021331  0x00002863 beq  0x00000001 , 0x0000534e 
+ 00021332  0x00002864 beq  0x000000ff , 0x0000534e 
+ 00021333  0x00002865 jam  0x00000000 , 0x0000074d 
+ 00021334  0x00002866 jam  0x00000001 , 0x000044ce 
+ 00021335  0x00002867 fetch  0x00000001 , 0x00004564 
+ 00021336  0x00002868 store  0x00000001 , 0x0000445f 
+ 00021337  0x00002869 rtn 
+ 00021338  0x0000286c setarg  0x00000001 
+ 00021339  0x0000286d store  0x00000001 , 0x00000767 
+ 00021340  0x0000286e fetch  0x00000007 , 0x0000452e 
+ 00021341  0x0000286f istore  0x00000007 , 0x00000005 
+ 00021342  0x00002870 fetch  0x00000001 , 0x0000452e 
+ 00021343  0x00002871 ncall  0x00005363 , 0x00000034 
+ 00021344  0x00002872 fetch  0x00000001 , 0x0000452e 
+ 00021345  0x00002873 call  0x00005367 , 0x00000034 
+ 00021346  0x00002874 branch  0x000052c7 
+ 00021347  0x00002877 jam  0x00000001 , 0x000045aa 
+ 00021348  0x00002878 setarg  0x00000180 
+ 00021349  0x00002879 arg  0x0000000d , 0x00000007 
+ 00021350  0x0000287a branch  0x0000754f 
+ 00021351  0x0000287d jam  0x00000000 , 0x000045aa 
+ 00021352  0x0000287e setarg  0x00000000 
+ 00021353  0x0000287f arg  0x0000000d , 0x00000007 
+ 00021354  0x00002880 branch  0x0000754f 
+ 00021355  0x00002883 fetch  0x00000001 , 0x0000452e 
+ 00021356  0x00002884 beq  0x00000000 , 0x00005370 
+ 00021357  0x00002885 beq  0x00000002 , 0x000053a3 
+ 00021358  0x00002886 beq  0x00000003 , 0x0000538b 
+ 00021359  0x00002887 branch  0x00004a54 
+ 00021360  0x0000288a fetch  0x00000001 , 0x00004530 
+ 00021361  0x0000288b store  0x00000001 , 0x00004554 
+ 00021362  0x0000288c jam  0x00000000 , 0x00004530 
+ 00021363  0x0000288d arg  0x00000777 , 0x00000005 
+ 00021364  0x0000288e arg  0x0000452f , 0x00000006 
+ 00021365  0x0000288f arg  0x00000008 , 0x00000039 
+ 00021366  0x00002890 call  0x00007548 
+ 00021367  0x00002891 fetch  0x00000008 , 0x00000777 
+ 00021368  0x00002892 ncall  0x00005383 , 0x00000034 
+ 00021369  0x00002893 fetch  0x00000008 , 0x00000777 
+ 00021370  0x00002894 call  0x00005387 , 0x00000034 
+ 00021371  0x00002895 fetch  0x00000008 , 0x00000777 
+ 00021372  0x00002896 store  0x00000008 , 0x0000458c 
+ 00021373  0x00002897 fetcht  0x00000008 , 0x00004594 
+ 00021374  0x00002898 isub  0x00000002 , 0x0000003e 
+ 00021375  0x00002899 ncall  0x000052d9 , 0x00000005 
+ 00021376  0x0000289a fetch  0x00000008 , 0x0000458c 
+ 00021377  0x0000289b store  0x00000008 , 0x00004594 
+ 00021378  0x0000289c branch  0x00004a54 
+ 00021379  0x0000289f jam  0x00000001 , 0x000045a8 
+ 00021380  0x000028a0 setarg  0x00000180 
+ 00021381  0x000028a1 arg  0x0000000e , 0x00000007 
+ 00021382  0x000028a2 branch  0x0000754f 
+ 00021383  0x000028a5 jam  0x00000000 , 0x000045a8 
+ 00021384  0x000028a6 setarg  0x00000000 
+ 00021385  0x000028a7 arg  0x0000000e , 0x00000007 
+ 00021386  0x000028a8 branch  0x0000754f 
+ 00021387  0x000028ab arg  0x00000787 , 0x00000005 
+ 00021388  0x000028ac arg  0x0000452e , 0x00000006 
+ 00021389  0x000028ad arg  0x00000003 , 0x00000039 
+ 00021390  0x000028ae call  0x00007548 
+ 00021391  0x000028af fetch  0x00000002 , 0x00000788 
+ 00021392  0x000028b0 ncall  0x0000539b , 0x00000034 
+ 00021393  0x000028b1 fetch  0x00000002 , 0x00000788 
+ 00021394  0x000028b2 call  0x0000539f , 0x00000034 
+ 00021395  0x000028b3 fetch  0x00000003 , 0x00000787 
+ 00021396  0x000028b4 store  0x00000003 , 0x0000459c 
+ 00021397  0x000028b5 fetcht  0x00000003 , 0x0000459f 
+ 00021398  0x000028b6 isub  0x00000002 , 0x0000003e 
+ 00021399  0x000028b7 ncall  0x000052eb , 0x00000005 
+ 00021400  0x000028b8 fetch  0x00000003 , 0x0000459c 
+ 00021401  0x000028b9 store  0x00000003 , 0x0000459f 
+ 00021402  0x000028ba branch  0x00004a54 
+ 00021403  0x000028bd jam  0x00000001 , 0x000045a9 
+ 00021404  0x000028be setarg  0x00000180 
+ 00021405  0x000028bf arg  0x0000000c , 0x00000007 
+ 00021406  0x000028c0 branch  0x0000754f 
+ 00021407  0x000028c3 jam  0x00000000 , 0x000045a9 
+ 00021408  0x000028c4 setarg  0x00000000 
+ 00021409  0x000028c5 arg  0x0000000c , 0x00000007 
+ 00021410  0x000028c6 branch  0x0000754f 
+ 00021411  0x000028c9 arg  0x00000797 , 0x00000005 
+ 00021412  0x000028ca arg  0x0000452e , 0x00000006 
+ 00021413  0x000028cb arg  0x00000002 , 0x00000039 
+ 00021414  0x000028cc call  0x00007548 
+ 00021415  0x000028cd fetch  0x00000002 , 0x00000797 
+ 00021416  0x000028ce ncall  0x000053b3 , 0x00000034 
+ 00021417  0x000028cf fetch  0x00000002 , 0x00000797 
+ 00021418  0x000028d0 call  0x000053b7 , 0x00000034 
+ 00021419  0x000028d1 fetch  0x00000002 , 0x00000797 
+ 00021420  0x000028d2 store  0x00000002 , 0x000045a2 
+ 00021421  0x000028d3 fetcht  0x00000002 , 0x000045a5 
+ 00021422  0x000028d4 isub  0x00000002 , 0x0000003e 
+ 00021423  0x000028d5 ncall  0x000053bb , 0x00000005 
+ 00021424  0x000028d6 fetch  0x00000002 , 0x000045a2 
+ 00021425  0x000028d7 store  0x00000002 , 0x000045a5 
+ 00021426  0x000028d8 branch  0x00004a54 
+ 00021427  0x000028db jam  0x00000001 , 0x000045a9 
+ 00021428  0x000028dc setarg  0x00000180 
+ 00021429  0x000028dd arg  0x0000000c , 0x00000007 
+ 00021430  0x000028de branch  0x0000754f 
+ 00021431  0x000028e0 jam  0x00000000 , 0x000045a9 
+ 00021432  0x000028e1 setarg  0x00000000 
+ 00021433  0x000028e2 arg  0x0000000c , 0x00000007 
+ 00021434  0x000028e3 branch  0x0000754f 
+ 00021435  0x000028e6 jam  0x00000022 , 0x00000760 
+ 00021436  0x000028e7 branch  0x000052c8 
+ 00021437  0x000028eb fetch  0x00000001 , 0x00004095 
+ 00021438  0x000028ec rtnne  0x00000004 
+ 00021439  0x000028ed fetch  0x00000001 , 0x0000458b 
+ 00021440  0x000028ee rtneq  0x0000005a 
+ 00021441  0x000028f0 jam  0x00000001 , 0x000045d4 
+ 00021442  0x000028f1 rtn 
+ 00021443  0x000028f5 fetch  0x00000001 , 0x00004095 
+ 00021444  0x000028f6 rtnne  0x00000004 
+ 00021445  0x000028f7 fetch  0x00000001 , 0x000045d4 
+ 00021446  0x000028f8 rtn  0x00000034 
+ 00021447  0x000028f9 jam  0x00000000 , 0x000004cc 
+ 00021448  0x000028fb jam  0x0000005a , 0x0000458b 
+ 00021449  0x000028fc call  0x00005286 
+ 00021450  0x000028fd call  0x00005281 
+ 00021451  0x000028fe fetch  0x00000001 , 0x000004cc 
+ 00021452  0x000028ff increase  0x00000001 , 0x0000003f 
+ 00021453  0x00002900 store  0x00000001 , 0x000004cc 
+ 00021454  0x00002901 beq  0x000000ff , 0x000069f6 
+ 00021455  0x00002902 fetch  0x00000001 , 0x0000458b 
+ 00021456  0x00002903 bne  0x0000005a , 0x000053c8 
+ 00021457  0x00002904 branch  0x000069f6 
+ 00021458  0x0000290c branch  0x000053f6 , 0x0000002b 
+ 00021459  0x0000290d call  0x0000412d 
+ 00021460  0x0000290e setarg  0x00005400 
+ 00021461  0x0000290f store  0x00000002 , 0x00004390 
+ 00021462  0x00002910 setarg  0x00005403 
+ 00021463  0x00002911 store  0x00000002 , 0x00004392 
+ 00021464  0x00002912 setarg  0x000053fc 
+ 00021465  0x00002913 store  0x00000002 , 0x00004388 
+ 00021466  0x00002914 setarg  0x000054b7 
+ 00021467  0x00002915 store  0x00000002 , 0x00004396 
+ 00021468  0x00002916 setarg  0x000056c0 
+ 00021469  0x00002917 store  0x00000002 , 0x00004394 
+ 00021470  0x00002918 setarg  0x000056d1 
+ 00021471  0x00002919 store  0x00000002 , 0x00004398 
+ 00021472  0x0000291b bpatch  0x00000038 , 0x00004007 
+ 00021473  0x0000291c call  0x000053e4 
+ 00021474  0x0000291d call  0x000053f7 
+ 00021475  0x0000291e branch  0x00005651 
+ 00021476  0x00002921 fetch  0x00000001 , 0x00008060 
+ 00021477  0x00002922 set0  0x00000000 , 0x0000003f 
+ 00021478  0x00002923 store  0x00000001 , 0x00008060 
+ 00021479  0x00002924 fetch  0x00000008 , 0x00004446 
+ 00021480  0x00002925 call  0x00006acd 
+ 00021481  0x00002926 fetch  0x00000002 , 0x0000444e 
+ 00021482  0x00002927 call  0x00006ad8 
+ 00021483  0x00002928 call  0x00006ae7 
+ 00021484  0x00002929 jam  0x00000008 , 0x00008075 
+ 00021485  0x0000292a jam  0x00000049 , 0x00008076 
+ 00021486  0x0000292b jam  0x0000000a , 0x00008079 
+ 00021487  0x0000292c jam  0x0000000b , 0x0000807a 
+ 00021488  0x0000292e arg  0x00000081 , 0x00000002 
+ 00021489  0x0000292f fetch  0x00000002 , 0x00004455 
+ 00021490  0x00002930 isolate1  0x00000000 , 0x0000003f 
+ 00021491  0x00002931 setflag  0x00000001 , 0x00000004 , 0x00000002 
+ 00021492  0x00002932 storet  0x00000001 , 0x00008060 
+ 00021493  0x00002933 rtn 
+ 00021494  0x00002936 branch  0x000053e4 
+ 00021495  0x0000293b fetcht  0x00000001 , 0x0000443b 
+ 00021496  0x0000293c call  0x00006c43 
+ 00021497  0x0000293d call  0x00005425 
+ 00021498  0x0000293e fetcht  0x00000001 , 0x00004439 
+ 00021499  0x0000293f branch  0x00006c29 
+ 00021500  0x00002942 fetcht  0x00000001 , 0x00004439 
+ 00021501  0x00002943 call  0x00006c32 
+ 00021502  0x00002944 nbranch  0x00004e0b , 0x00000001 
+ 00021503  0x00002945 branch  0x00004e09 
+ 00021504  0x00002949 call  0x000066a4 
+ 00021505  0x0000294a nrtn  0x00000034 
+ 00021506  0x0000294b branch  0x00005427 
+ 00021507  0x0000294f copy  0x00000013 , 0x0000003f 
+ 00021508  0x00002950 beq  0x00000014 , 0x00005414 
+ 00021509  0x00002951 beq  0x00000015 , 0x00005410 
+ 00021510  0x00002952 beq  0x00000030 , 0x00005685 
+ 00021511  0x00002953 beq  0x00000031 , 0x00005687 
+ 00021512  0x00002954 beq  0x00000032 , 0x00005691 
+ 00021513  0x00002955 beq  0x00000033 , 0x0000568f 
+ 00021514  0x00002956 beq  0x00000034 , 0x0000567f 
+ 00021515  0x00002957 beq  0x0000003d , 0x00005665 
+ 00021516  0x00002958 beq  0x00000041 , 0x0000541a 
+ 00021517  0x00002959 beq  0x00000042 , 0x0000541c 
+ 00021518  0x0000295a beq  0x00000043 , 0x0000567d 
+ 00021519  0x0000295b rtn 
+ 00021520  0x00002960 call  0x000041a4 
+ 00021521  0x00002961 jam  0x00000000 , 0x00004457 
+ 00021522  0x00002962 call  0x00005418 
+ 00021523  0x00002963 branch  0x00005637 
+ 00021524  0x0000296a call  0x0000541f 
+ 00021525  0x0000296b fetch  0x00000001 , 0x00004444 
+ 00021526  0x0000296c store  0x00000001 , 0x000040c1 
+ 00021527  0x0000296d branch  0x00005635 
+ 00021528  0x00002972 call  0x00005480 
+ 00021529  0x00002973 branch  0x0000541d 
+ 00021530  0x00002977 call  0x000047a8 
+ 00021531  0x00002978 branch  0x00004621 
+ 00021532  0x0000297b branch  0x000056a1 
+ 00021533  0x0000297f fetcht  0x00000001 , 0x0000443b 
+ 00021534  0x00002980 branch  0x00006c43 
+ 00021535  0x00002983 call  0x00005421 
+ 00021536  0x00002984 branch  0x00005425 
+ 00021537  0x00002987 fetch  0x00000001 , 0x0000443e 
+ 00021538  0x00002988 isolate1  0x00000001 , 0x0000003f 
+ 00021539  0x00002989 call  0x00004e16 , 0x00000001 
+ 00021540  0x0000298a rtn 
+ 00021541  0x0000298c fetcht  0x00000001 , 0x0000443b 
+ 00021542  0x0000298d branch  0x00006c3f 
+ 00021543  0x00002991 fetch  0x00000001 , 0x0000810b 
+ 00021544  0x00002992 rtnbit1  0x00000002 
+ 00021545  0x00002993 call  0x00006afb 
+ 00021546  0x00002994 ifetch  0x00000001 , 0x00000003 
+ 00021547  0x00002995 bne  0x00000001 , 0x0000543d 
+ 00021548  0x00002996 fetch  0x00000002 , 0x00008112 
+ 00021549  0x00002997 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00021550  0x00002998 rtn  0x00000002 
+ 00021551  0x00002999 ifetch  0x00000001 , 0x00000003 
+ 00021552  0x0000299a store  0x00000001 , 0x00000537 
+ 00021553  0x0000299b ifetcht  0x00000001 , 0x00000003 
+ 00021554  0x0000299c copy  0x00000003 , 0x00000011 
+ 00021555  0x0000299d storet  0x00000001 , 0x00000538 
+ 00021556  0x0000299e add  0x00000002 , 0x00000003 , 0x00000002 
+ 00021557  0x0000299f fetch  0x00000002 , 0x00008112 
+ 00021558  0x000029a0 isub  0x00000002 , 0x00000002 
+ 00021559  0x000029a1 nrtn  0x00000002 
+ 00021560  0x000029a2 jam  0x00000001 , 0x00000539 
+ 00021561  0x000029a3 call  0x0000544b 
+ 00021562  0x000029a4 fetch  0x00000001 , 0x00000539 
+ 00021563  0x000029a5 rtneq  0x00000000 
+ 00021564  0x000029a6 branch  0x00005446 
+ 00021565  0x000029a9 call  0x000074fb 
+ 00021566  0x000029aa call  0x0000566e 
+ 00021567  0x000029ab branch  0x00005440 
+ 00021568  0x000029af bpatch  0x00000039 , 0x00004007 
+ 00021569  0x000029b0 call  0x00006afb 
+ 00021570  0x000029b1 fetch  0x00000002 , 0x00008112 
+ 00021571  0x000029b2 rtn  0x00000034 
+ 00021572  0x000029b3 iadd  0x00000003 , 0x00000003 
+ 00021573  0x000029b4 branch  0x0000544a 
+ 00021574  0x000029b7 call  0x00006afb 
+ 00021575  0x000029b8 increase  0x00000002 , 0x00000003 
+ 00021576  0x000029b9 ifetch  0x00000001 , 0x00000003 
+ 00021577  0x000029ba iadd  0x00000003 , 0x00000003 
+ 00021578  0x000029bc branch  0x00006b01 
+ 00021579  0x000029c0 bpatch  0x0000003a , 0x00004007 
+ 00021580  0x000029c1 fetch  0x00000001 , 0x00000537 
+ 00021581  0x000029c2 beq  0x00000001 , 0x00005474 
+ 00021582  0x000029c3 beq  0x00000002 , 0x00005479 
+ 00021583  0x000029c4 beq  0x00000004 , 0x00005487 
+ 00021584  0x000029c5 beq  0x00000009 , 0x0000548b 
+ 00021585  0x000029c6 beq  0x0000000b , 0x000054e2 
+ 00021586  0x000029c7 beq  0x0000000e , 0x000054e3 
+ 00021587  0x000029c8 beq  0x0000000f , 0x000054eb 
+ 00021588  0x000029c9 beq  0x00000010 , 0x000054f3 
+ 00021589  0x000029ca beq  0x00000012 , 0x000054f7 
+ 00021590  0x000029cb beq  0x00000026 , 0x000054fb 
+ 00021591  0x000029cc beq  0x00000028 , 0x00005500 
+ 00021592  0x000029cd beq  0x0000002a , 0x00005503 
+ 00021593  0x000029ce beq  0x0000002b , 0x00005536 
+ 00021594  0x000029cf beq  0x0000002c , 0x0000553c 
+ 00021595  0x000029d0 beq  0x00000030 , 0x00005543 
+ 00021596  0x000029d1 beq  0x00000031 , 0x00005548 
+ 00021597  0x000029d2 beq  0x00000032 , 0x00005559 
+ 00021598  0x000029d3 beq  0x00000033 , 0x00005564 
+ 00021599  0x000029d4 beq  0x00000034 , 0x00005579 
+ 00021600  0x000029d5 beq  0x00000035 , 0x0000557c 
+ 00021601  0x000029d6 beq  0x00000036 , 0x00005585 
+ 00021602  0x000029d7 beq  0x00000037 , 0x0000558e 
+ 00021603  0x000029d8 beq  0x00000038 , 0x00005591 
+ 00021604  0x000029d9 beq  0x00000040 , 0x00005599 
+ 00021605  0x000029da beq  0x00000042 , 0x000055a3 
+ 00021606  0x000029db beq  0x00000048 , 0x000055a8 
+ 00021607  0x000029dd beq  0x00000051 , 0x000055b3 
+ 00021608  0x000029de beq  0x00000061 , 0x000055b7 
+ 00021609  0x000029df beq  0x00000076 , 0x000055c6 
+ 00021610  0x000029e0 beq  0x00000077 , 0x000055cc 
+ 00021611  0x000029e1 beq  0x00000078 , 0x000055d1 
+ 00021612  0x000029e2 beq  0x0000007a , 0x00005607 
+ 00021613  0x000029e3 beq  0x00000090 , 0x00005615 
+ 00021614  0x000029e4 beq  0x00000091 , 0x0000561a 
+ 00021615  0x000029e5 beq  0x00000092 , 0x0000561e 
+ 00021616  0x000029e6 beq  0x00000093 , 0x00005623 
+ 00021617  0x000029e7 beq  0x00000094 , 0x00005627 
+ 00021618  0x000029e8 beq  0x000000ff , 0x0000562d 
+ 00021619  0x000029e9 branch  0x0000562f 
+ 00021620  0x000029f0 fetch  0x00000001 , 0x00000538 
+ 00021621  0x000029f1 bne  0x00000006 , 0x0000562f 
+ 00021622  0x000029f2 ifetch  0x00000006 , 0x00000003 
+ 00021623  0x000029f3 store  0x00000006 , 0x000042ae 
+ 00021624  0x000029f4 branch  0x00005632 
+ 00021625  0x000029f9 fetch  0x00000001 , 0x00000538 
+ 00021626  0x000029fa bne  0x00000001 , 0x0000562f 
+ 00021627  0x000029fb ifetcht  0x00000001 , 0x00000003 
+ 00021628  0x000029fc storet  0x00000001 , 0x00004445 
+ 00021629  0x000029fd call  0x00005632 
+ 00021630  0x000029fe fetch  0x00000002 , 0x0000442f 
+ 00021631  0x000029ff rtnbit1  0x00000009 
+ 00021632  0x00002a03 fetch  0x00000001 , 0x0000443e 
+ 00021633  0x00002a04 isolate1  0x00000001 , 0x0000003f 
+ 00021634  0x00002a05 nrtn  0x00000001 
+ 00021635  0x00002a06 fetcht  0x00000001 , 0x00004445 
+ 00021636  0x00002a07 isolate1  0x00000002 , 0x00000002 
+ 00021637  0x00002a08 branch  0x00004e18 , 0x00000001 
+ 00021638  0x00002a09 branch  0x00004e16 
+ 00021639  0x00002a0f arg  0x0000001d , 0x0000003f 
+ 00021640  0x00002a10 arg  0x0000422b , 0x00000005 
+ 00021641  0x00002a11 call  0x0000557f 
+ 00021642  0x00002a12 branch  0x0000412d 
+ 00021643  0x00002a18 fetch  0x00000002 , 0x0000442f 
+ 00021644  0x00002a19 bbit0  0x00000009 , 0x0000562f 
+ 00021645  0x00002a1a call  0x000054df 
+ 00021646  0x00002a1b branch  0x0000562f , 0x00000028 
+ 00021647  0x00002a1c jam  0x00000000 , 0x00000539 
+ 00021648  0x00002a1d fetch  0x00000002 , 0x00004455 
+ 00021649  0x00002a1e bbit1  0x00000008 , 0x000054b0 
+ 00021650  0x00002a1f fetch  0x00000001 , 0x00004457 
+ 00021651  0x00002a20 nrtn  0x00000034 
+ 00021652  0x00002a21 jam  0x00000001 , 0x00000539 
+ 00021653  0x00002a22 ifetch  0x00000002 , 0x00000003 
+ 00021654  0x00002a23 store  0x00000002 , 0x00004458 
+ 00021655  0x00002a24 storer  0x00000003 , 0x00000002 , 0x0000445a 
+ 00021656  0x00002a25 fetch  0x00000001 , 0x00000538 
+ 00021657  0x00002a26 pincrease  0xfffffffe 
+ 00021658  0x00002a27 nbranch  0x0000562f , 0x00000002 
+ 00021659  0x00002a28 branch  0x0000562f , 0x00000005 
+ 00021660  0x00002a29 store  0x00000001 , 0x00004457 
+ 00021661  0x00002a2a fetcht  0x00000002 , 0x00004458 
+ 00021662  0x00002a2b increase  0xffffffff , 0x00000002 
+ 00021663  0x00002a2c call  0x000040e9 
+ 00021664  0x00002a2d branch  0x000054b3 , 0x00000034 
+ 00021665  0x00002a2e ifetcht  0x00000004 , 0x00000006 
+ 00021666  0x00002a2f setarg  0x01280302 
+ 00021667  0x00002a30 isub  0x00000002 , 0x0000003e 
+ 00021668  0x00002a31 nbranch  0x000054b3 , 0x00000005 
+ 00021669  0x00002a32 ifetch  0x00000001 , 0x00000006 
+ 00021670  0x00002a33 store  0x00000001 , 0x0000445c 
+ 00021671  0x00002a34 and_into  0x00000030 , 0x0000003f 
+ 00021672  0x00002a35 branch  0x000054b3 , 0x00000034 
+ 00021673  0x00002a36 jam  0x00000000 , 0x00000539 
+ 00021674  0x00002a37 call  0x000041a2 
+ 00021675  0x00002a38 call  0x000054b7 
+ 00021676  0x00002a39 call  0x000054b7 
+ 00021677  0x00002a3a call  0x000054b7 
+ 00021678  0x00002a3b fetch  0x00000002 , 0x00004455 
+ 00021679  0x00002a3c rtnbit0  0x00000008 
+ 00021680  0x00002a3e jam  0x00000001 , 0x00000539 
+ 00021681  0x00002a3f call  0x000056e3 
+ 00021682  0x00002a40 branch  0x00005632 
+ 00021683  0x00002a43 jam  0x00000000 , 0x00004457 
+ 00021684  0x00002a44 jam  0x00000001 , 0x00000539 
+ 00021685  0x00002a45 call  0x000056e3 
+ 00021686  0x00002a46 branch  0x0000562f 
+ 00021687  0x00002a49 fetch  0x00000001 , 0x00004457 
+ 00021688  0x00002a4a rtn  0x00000034 
+ 00021689  0x00002a4b call  0x00004203 
+ 00021690  0x00002a4c nrtn  0x00000034 
+ 00021691  0x00002a4d call  0x000054da 
+ 00021692  0x00002a4e bpatch  0x0000003b , 0x00004007 
+ 00021693  0x00002a4f fetch  0x00000002 , 0x000042b4 
+ 00021694  0x00002a50 call  0x0000762c 
+ 00021695  0x00002a51 copy  0x0000003f , 0x00000002 
+ 00021696  0x00002a52 fetch  0x00000001 , 0x00004369 
+ 00021697  0x00002a53 rtnbit1  0x00000000 
+ 00021698  0x00002a54 add  0x00000002 , 0xfffffffd , 0x0000003f 
+ 00021699  0x00002a55 arg  0x000000fb , 0x00000002 
+ 00021700  0x00002a56 call  0x0000762c 
+ 00021701  0x00002a57 fetcht  0x00000001 , 0x00004457 
+ 00021702  0x00002a58 call  0x0000762c 
+ 00021703  0x00002a59 copy  0x0000003f , 0x00000011 
+ 00021704  0x00002a5a copy  0x00000002 , 0x0000003f 
+ 00021705  0x00002a5b isub  0x00000011 , 0x0000003f 
+ 00021706  0x00002a5c store  0x00000001 , 0x00004457 
+ 00021707  0x00002a5d call  0x000054d5 
+ 00021708  0x00002a5e fetch  0x00000002 , 0x0000445a 
+ 00021709  0x00002a5f copy  0x0000003f , 0x00000003 
+ 00021710  0x00002a60 copy  0x00000011 , 0x00000039 
+ 00021711  0x00002a61 call  0x00006b2c 
+ 00021712  0x00002a62 copy  0x00000003 , 0x0000003f 
+ 00021713  0x00002a63 store  0x00000002 , 0x0000445a 
+ 00021714  0x00002a64 fetch  0x00000001 , 0x00004457 
+ 00021715  0x00002a65 nrtn  0x00000034 
+ 00021716  0x00002a66 branch  0x000056e1 
+ 00021717  0x00002a69 fetcht  0x00000002 , 0x00004458 
+ 00021718  0x00002a6a fetch  0x00000001 , 0x0000445c 
+ 00021719  0x00002a6b bbit1  0x00000005 , 0x0000454f 
+ 00021720  0x00002a6c bbit1  0x00000004 , 0x00004546 
+ 00021721  0x00002a6d rtn 
+ 00021722  0x00002a72 arg  0x00000017 , 0x00000002 
+ 00021723  0x00002a73 fetch  0x00000002 , 0x00004455 
+ 00021724  0x00002a74 rtnbit1  0x00000001 
+ 00021725  0x00002a75 fetcht  0x00000002 , 0x000042b6 
+ 00021726  0x00002a76 rtn 
+ 00021727  0x00002a79 fetch  0x00000002 , 0x00004455 
+ 00021728  0x00002a7a bbit1  0x00000002 , 0x0000451f 
+ 00021729  0x00002a7b branch  0x00007638 
+ 00021730  0x00002a80 branch  0x00005655 
+ 00021731  0x00002a87 ifetch  0x00000001 , 0x00000003 
+ 00021732  0x00002a88 fetcht  0x00000001 , 0x00004455 
+ 00021733  0x00002a89 nsetflag  0x00000034 , 0x00000000 , 0x00000002 
+ 00021734  0x00002a8a storet  0x00000001 , 0x00004455 
+ 00021735  0x00002a8b fetcht  0x00000001 , 0x00008060 
+ 00021736  0x00002a8c nsetflag  0x00000034 , 0x00000004 , 0x00000002 
+ 00021737  0x00002a8d storet  0x00000001 , 0x00008060 
+ 00021738  0x00002a8e branch  0x00005632 
+ 00021739  0x00002a93 fetchr  0x00000039 , 0x00000001 , 0x00000538 
+ 00021740  0x00002a94 call  0x000075a1 
+ 00021741  0x00002a95 call  0x00006adc 
+ 00021742  0x00002a96 store  0x00000002 , 0x0000444e 
+ 00021743  0x00002a97 call  0x00005632 
+ 00021744  0x00002a98 call  0x000075e8 
+ 00021745  0x00002a99 fetch  0x00000002 , 0x0000444e 
+ 00021746  0x00002a9a branch  0x00006ad8 
+ 00021747  0x00002a9f arg  0x00000002 , 0x00000011 
+ 00021748  0x00002aa0 arg  0x00004437 , 0x00000012 
+ 00021749  0x00002aa1 arg  0x00000000 , 0x00000002 
+ 00021750  0x00002aa2 branch  0x00005639 
+ 00021751  0x00002aa8 fetch  0x00000002 , 0x0000442f 
+ 00021752  0x00002aa9 bbit0  0x00000009 , 0x0000562f 
+ 00021753  0x00002aab call  0x00005632 
+ 00021754  0x00002aac branch  0x00004e20 
+ 00021755  0x00002ab3 fetchr  0x00000039 , 0x00000001 , 0x00000538 
+ 00021756  0x00002ab4 fetch  0x00000002 , 0x000043ad 
+ 00021757  0x00002ab5 icopy  0x00000005 
+ 00021758  0x00002ab6 call  0x00006b2c 
+ 00021759  0x00002ab7 branch  0x00005632 
+ 00021760  0x00002abc fetch  0x00000002 , 0x0000442f 
+ 00021761  0x00002abd bbit1  0x00000009 , 0x000055a8 
+ 00021762  0x00002abe branch  0x0000562f 
+ 00021763  0x00002ac3 arg  0x00000040 , 0x00000039 
+ 00021764  0x00002ac4 arg  0x0000431b , 0x00000005 
+ 00021765  0x00002ac5 call  0x0000750f 
+ 00021766  0x00002ac6 setarg  0x00000000 
+ 00021767  0x00002ac7 store  0x00000001 , 0x000004dc 
+ 00021768  0x00002ac8 copy  0x00000011 , 0x00000003 
+ 00021769  0x00002aca copy  0x00000003 , 0x0000003f 
+ 00021770  0x00002acb store  0x00000002 , 0x000004e0 
+ 00021771  0x00002acc call  0x00005531 
+ 00021772  0x00002ace fetch  0x00000001 , 0x000004dc 
+ 00021773  0x00002acf fetcht  0x00000001 , 0x000004cc 
+ 00021774  0x00002ad0 increase  0x00000001 , 0x00000002 
+ 00021775  0x00002ad1 iadd  0x00000002 , 0x0000003f 
+ 00021776  0x00002ad2 store  0x00000001 , 0x000004dc 
+ 00021777  0x00002ad4 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00021778  0x00002ad5 nbranch  0x0000551d , 0x00000002 
+ 00021779  0x00002ad7 fetcht  0x00000001 , 0x0000431b 
+ 00021780  0x00002ad8 setarg  0x0000431c 
+ 00021781  0x00002ad9 iadd  0x00000002 , 0x0000003f 
+ 00021782  0x00002ada store  0x00000002 , 0x000004e5 
+ 00021783  0x00002adb fetcht  0x00000001 , 0x000004cc 
+ 00021784  0x00002adc increase  0x00000001 , 0x00000002 
+ 00021785  0x00002add fetch  0x00000001 , 0x0000431b 
+ 00021786  0x00002ade iadd  0x00000002 , 0x0000003f 
+ 00021787  0x00002adf store  0x00000001 , 0x0000431b 
+ 00021788  0x00002ae0 branch  0x00005526 
+ 00021789  0x00002ae2 fetcht  0x00000001 , 0x0000433b 
+ 00021790  0x00002ae3 setarg  0x0000433c 
+ 00021791  0x00002ae4 iadd  0x00000002 , 0x0000003f 
+ 00021792  0x00002ae5 store  0x00000002 , 0x000004e5 
+ 00021793  0x00002ae6 fetcht  0x00000001 , 0x000004cc 
+ 00021794  0x00002ae7 increase  0x00000001 , 0x00000002 
+ 00021795  0x00002ae8 fetch  0x00000001 , 0x0000433b 
+ 00021796  0x00002ae9 iadd  0x00000002 , 0x0000003f 
+ 00021797  0x00002aea store  0x00000001 , 0x0000433b 
+ 00021798  0x00002aec fetch  0x00000002 , 0x000004e5 
+ 00021799  0x00002aed copy  0x0000003f , 0x00000005 
+ 00021800  0x00002aee fetch  0x00000002 , 0x000004e0 
+ 00021801  0x00002aef copy  0x0000003f , 0x00000003 
+ 00021802  0x00002af1 copy  0x00000002 , 0x00000039 
+ 00021803  0x00002af2 call  0x00006b2c 
+ 00021804  0x00002af4 fetch  0x00000001 , 0x00000538 
+ 00021805  0x00002af5 fetcht  0x00000001 , 0x000004dc 
+ 00021806  0x00002af6 isub  0x00000002 , 0x0000003e 
+ 00021807  0x00002af7 nbranch  0x00005509 , 0x00000005 
+ 00021808  0x00002af8 branch  0x00005632 
+ 00021809  0x00002afc ifetch  0x00000001 , 0x00000003 
+ 00021810  0x00002afd store  0x00000001 , 0x000004cc 
+ 00021811  0x00002afe ifetch  0x00000001 , 0x00000003 
+ 00021812  0x00002aff store  0x00000001 , 0x000004d8 
+ 00021813  0x00002b00 rtn 
+ 00021814  0x00002b05 arg  0x00000000 , 0x00000002 
+ 00021815  0x00002b06 arg  0x00000002 , 0x00000011 
+ 00021816  0x00002b07 fetch  0x00000002 , 0x00004452 
+ 00021817  0x00002b08 store  0x00000002 , 0x000004f6 
+ 00021818  0x00002b09 arg  0x000004f6 , 0x00000012 
+ 00021819  0x00002b0a branch  0x00005639 
+ 00021820  0x00002b0f fetch  0x00000001 , 0x00000538 
+ 00021821  0x00002b10 bne  0x00000001 , 0x0000562f 
+ 00021822  0x00002b11 ifetch  0x00000001 , 0x00000003 
+ 00021823  0x00002b12 store  0x00000001 , 0x00004450 
+ 00021824  0x00002b13 setarg  0x00000000 
+ 00021825  0x00002b14 store  0x00000002 , 0x00004452 
+ 00021826  0x00002b15 branch  0x00005632 
+ 00021827  0x00002b1a fetch  0x00000001 , 0x00000538 
+ 00021828  0x00002b1b bne  0x00000004 , 0x0000562f 
+ 00021829  0x00002b1c fetch  0x00000002 , 0x0000442f 
+ 00021830  0x00002b1d bbit1  0x00000009 , 0x00005607 
+ 00021831  0x00002b1e branch  0x0000562f 
+ 00021832  0x00002b24 fetch  0x00000001 , 0x00000538 
+ 00021833  0x00002b25 bne  0x00000003 , 0x0000562f 
+ 00021834  0x00002b26 ifetch  0x00000001 , 0x00000003 
+ 00021835  0x00002b27 beq  0x00000000 , 0x0000554e 
+ 00021836  0x00002b28 beq  0x00000001 , 0x00005554 
+ 00021837  0x00002b29 branch  0x0000562f 
+ 00021838  0x00002b2c call  0x00005632 
+ 00021839  0x00002b2d ifetcht  0x00000001 , 0x00000003 
+ 00021840  0x00002b2e ifetch  0x00000001 , 0x00000003 
+ 00021841  0x00002b2f beq  0x00000002 , 0x00006c5b 
+ 00021842  0x00002b30 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00021843  0x00002b31 branch  0x00006c29 
+ 00021844  0x00002b34 call  0x00005632 
+ 00021845  0x00002b35 ifetcht  0x00000001 , 0x00000003 
+ 00021846  0x00002b36 ifetch  0x00000001 , 0x00000003 
+ 00021847  0x00002b37 branch  0x00006c43 , 0x00000034 
+ 00021848  0x00002b38 branch  0x00006c3f 
+ 00021849  0x00002b3d fetch  0x00000001 , 0x00000538 
+ 00021850  0x00002b3e bne  0x00000001 , 0x0000562f 
+ 00021851  0x00002b3f ifetcht  0x00000001 , 0x00000003 
+ 00021852  0x00002b40 call  0x00006c32 
+ 00021853  0x00002b41 setarg  0x00000000 
+ 00021854  0x00002b42 nsetflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00021855  0x00002b43 arg  0x00000001 , 0x00000011 
+ 00021856  0x00002b44 store  0x00000002 , 0x000004f6 
+ 00021857  0x00002b45 arg  0x000004f6 , 0x00000012 
+ 00021858  0x00002b46 arg  0x00000000 , 0x00000002 
+ 00021859  0x00002b47 branch  0x00005639 
+ 00021860  0x00002b4c ifetch  0x00000001 , 0x00000003 
+ 00021861  0x00002b4d store  0x00000001 , 0x000042d1 
+ 00021862  0x00002b4e fetch  0x00000001 , 0x000042d1 
+ 00021863  0x00002b4f beq  0x00000000 , 0x0000556c 
+ 00021864  0x00002b50 beq  0x00000001 , 0x0000556f 
+ 00021865  0x00002b51 beq  0x00000002 , 0x00005571 
+ 00021866  0x00002b52 beq  0x00000004 , 0x00005573 
+ 00021867  0x00002b53 branch  0x0000562f 
+ 00021868  0x00002b58 jam  0x00000000 , 0x00004287 
+ 00021869  0x00002b5a jam  0x00000003 , 0x00004285 
+ 00021870  0x00002b5b branch  0x00005632 
+ 00021871  0x00002b5d jam  0x00000001 , 0x00004287 
+ 00021872  0x00002b5e branch  0x0000556d 
+ 00021873  0x00002b60 jam  0x00000005 , 0x00004287 
+ 00021874  0x00002b61 branch  0x00005577 
+ 00021875  0x00002b63 jam  0x00000005 , 0x00004287 
+ 00021876  0x00002b64 branch  0x00005575 
+ 00021877  0x00002b66 jam  0x00000002 , 0x00004285 
+ 00021878  0x00002b67 branch  0x00005632 
+ 00021879  0x00002b69 jam  0x00000000 , 0x00004285 
+ 00021880  0x00002b6a branch  0x00005632 
+ 00021881  0x00002b6f arg  0x0000001f , 0x0000003f 
+ 00021882  0x00002b70 arg  0x0000431b , 0x00000005 
+ 00021883  0x00002b71 branch  0x0000557f 
+ 00021884  0x00002b76 arg  0x0000001f , 0x0000003f 
+ 00021885  0x00002b77 arg  0x0000433b , 0x00000005 
+ 00021886  0x00002b78 branch  0x0000557f 
+ 00021887  0x00002b7b fetchr  0x00000039 , 0x00000001 , 0x00000538 
+ 00021888  0x00002b7c isub  0x00000039 , 0x0000003e 
+ 00021889  0x00002b7d nbranch  0x0000562f , 0x00000002 
+ 00021890  0x00002b7e istorer  0x00000039 , 0x00000001 , 0x00000005 
+ 00021891  0x00002b7f call  0x00006b2c 
+ 00021892  0x00002b80 branch  0x00005632 
+ 00021893  0x00002b85 fetch  0x00000002 , 0x0000442f 
+ 00021894  0x00002b86 bbit0  0x00000009 , 0x0000562f 
+ 00021895  0x00002b87 fetch  0x00000001 , 0x00000538 
+ 00021896  0x00002b88 bne  0x00000008 , 0x0000562f 
+ 00021897  0x00002b89 ifetch  0x00000008 , 0x00000003 
+ 00021898  0x00002b8a store  0x00000008 , 0x000042a6 
+ 00021899  0x00002b8b jam  0x00000012 , 0x000004c3 
+ 00021900  0x00002b8c call  0x000070a4 
+ 00021901  0x00002b8d branch  0x00005632 
+ 00021902  0x00002b92 ifetch  0x00000002 , 0x00000003 
+ 00021903  0x00002b93 store  0x00000002 , 0x0000435c 
+ 00021904  0x00002b94 branch  0x00005632 
+ 00021905  0x00002b99 fetch  0x00000001 , 0x000042d1 
+ 00021906  0x00002b9a branch  0x0000562f , 0x00000034 
+ 00021907  0x00002b9b fetch  0x00000001 , 0x000042cf 
+ 00021908  0x00002b9c bne  0x00000000 , 0x0000562f 
+ 00021909  0x00002b9d fetch  0x00000001 , 0x000042d0 
+ 00021910  0x00002b9e bne  0x00000000 , 0x0000562f 
+ 00021911  0x00002b9f call  0x00007119 
+ 00021912  0x00002ba0 branch  0x00005632 
+ 00021913  0x00002ba5 fetch  0x00000001 , 0x00000538 
+ 00021914  0x00002ba6 bne  0x00000005 , 0x0000562f 
+ 00021915  0x00002ba7 ifetch  0x00000001 , 0x00000003 
+ 00021916  0x00002ba8 store  0x00000001 , 0x0000443f 
+ 00021917  0x00002ba9 ifetch  0x00000004 , 0x00000003 
+ 00021918  0x00002baa store  0x00000004 , 0x00004440 
+ 00021919  0x00002bab fetcht  0x00000001 , 0x0000443f 
+ 00021920  0x00002bac call  0x00006c43 
+ 00021921  0x00002bad call  0x000056be 
+ 00021922  0x00002bae branch  0x00005632 
+ 00021923  0x00002bb3 fetch  0x00000001 , 0x00000538 
+ 00021924  0x00002bb4 bne  0x00000001 , 0x0000562f 
+ 00021925  0x00002bb5 ifetch  0x00000001 , 0x00000003 
+ 00021926  0x00002bb6 store  0x00000001 , 0x00004116 
+ 00021927  0x00002bb7 branch  0x00005632 
+ 00021928  0x00002bbc ifetch  0x00000001 , 0x00000003 
+ 00021929  0x00002bbd beq  0x00000001 , 0x000055b1 
+ 00021930  0x00002bbe fetch  0x00000001 , 0x000042cd 
+ 00021931  0x00002bbf beq  0x00000003 , 0x000055af 
+ 00021932  0x00002bc0 beq  0x00000006 , 0x000055af 
+ 00021933  0x00002bc1 beq  0x00000007 , 0x000055af 
+ 00021934  0x00002bc2 branch  0x0000562f 
+ 00021935  0x00002bc4 jam  0x00000001 , 0x000042ce 
+ 00021936  0x00002bc5 branch  0x00005632 
+ 00021937  0x00002bc8 call  0x0000465c 
+ 00021938  0x00002bc9 branch  0x00005632 
+ 00021939  0x00002bd0 call  0x00005632 
+ 00021940  0x00002bd1 call  0x000075e8 
+ 00021941  0x00002bd2 jam  0x00000001 , 0x00008010 
+ 00021942  0x00002bd3 branch  0x00003aba 
+ 00021943  0x00002bd8 fetch  0x00000001 , 0x00000538 
+ 00021944  0x00002bd9 beq  0x00000000 , 0x0000562f 
+ 00021945  0x00002bda ifetch  0x00000001 , 0x00000003 
+ 00021946  0x00002bdb branch  0x000055c4 , 0x00000034 
+ 00021947  0x00002bdc fetch  0x00000001 , 0x00000538 
+ 00021948  0x00002bdd bne  0x00000005 , 0x0000562f 
+ 00021949  0x00002bde ifetch  0x00000004 , 0x00000003 
+ 00021950  0x00002bdf arg  0x000f4240 , 0x00000002 
+ 00021951  0x00002be0 isub  0x00000002 , 0x0000003e 
+ 00021952  0x00002be1 branch  0x0000562f , 0x00000002 
+ 00021953  0x00002be2 store  0x00000004 , 0x000042d2 
+ 00021954  0x00002be3 call  0x0000419a 
+ 00021955  0x00002be4 branch  0x00005632 
+ 00021956  0x00002be7 call  0x0000419c 
+ 00021957  0x00002be8 branch  0x00005632 
+ 00021958  0x00002bed ifetcht  0x00000002 , 0x00000003 
+ 00021959  0x00002bee call  0x000040e9 
+ 00021960  0x00002bef add  0x00000006 , 0xfffffffe , 0x00000005 
+ 00021961  0x00002bf0 setarg  0x00000000 
+ 00021962  0x00002bf1 istore  0x00000002 , 0x00000005 
+ 00021963  0x00002bf2 branch  0x00005632 
+ 00021964  0x00002bf7 call  0x000055d5 
+ 00021965  0x00002bf8 call  0x00005603 
+ 00021966  0x00002bf9 setarg  0x00000000 
+ 00021967  0x00002bfa istore  0x00000002 , 0x00000005 
+ 00021968  0x00002bfb branch  0x00005698 
+ 00021969  0x00002c01 ifetch  0x00000001 , 0x00000003 
+ 00021970  0x00002c02 call  0x000055d9 
+ 00021971  0x00002c03 call  0x000055e0 
+ 00021972  0x00002c04 branch  0x00005698 
+ 00021973  0x00002c08 call  0x00005600 
+ 00021974  0x00002c09 setarg  0x00280002 
+ 00021975  0x00002c0a istore  0x00000003 , 0x00000005 
+ 00021976  0x00002c0b rtn 
+ 00021977  0x00002c0f store  0x00000001 , 0x000004c4 
+ 00021978  0x00002c10 call  0x00005600 
+ 00021979  0x00002c11 setarg  0x01280302 
+ 00021980  0x00002c12 istore  0x00000004 , 0x00000005 
+ 00021981  0x00002c13 fetch  0x00000001 , 0x000004c4 
+ 00021982  0x00002c14 istore  0x00000003 , 0x00000005 
+ 00021983  0x00002c15 rtn 
+ 00021984  0x00002c19 call  0x00004108 
+ 00021985  0x00002c1a ifetch  0x00000001 , 0x00000003 
+ 00021986  0x00002c1b and  0x0000003f , 0x0000001f , 0x00000039 
+ 00021987  0x00002c1c copy  0x0000003f , 0x00000011 
+ 00021988  0x00002c1d isolate1  0x00000007 , 0x00000011 
+ 00021989  0x00002c1e setflag  0x00000001 , 0x0000000f , 0x00000002 
+ 00021990  0x00002c1f isolate1  0x00000006 , 0x00000011 
+ 00021991  0x00002c20 setflag  0x00000001 , 0x0000000e , 0x00000002 
+ 00021992  0x00002c21 istoret  0x00000002 , 0x00000005 
+ 00021993  0x00002c22 copy  0x00000039 , 0x0000003f 
+ 00021994  0x00002c23 istore  0x00000001 , 0x00000005 
+ 00021995  0x00002c24 call  0x00006b3f 
+ 00021996  0x00002c25 call  0x00005603 
+ 00021997  0x00002c26 setarg  0x00000000 
+ 00021998  0x00002c27 istore  0x00000002 , 0x00000005 
+ 00021999  0x00002c28 and  0x00000002 , 0x000000ff , 0x00000002 
+ 00022000  0x00002c29 increase  0xffffffff , 0x00000002 
+ 00022001  0x00002c2a call  0x000040e9 
+ 00022002  0x00002c2b add  0x00000006 , 0x00000004 , 0x00000006 
+ 00022003  0x00002c2c ifetch  0x00000001 , 0x00000006 
+ 00022004  0x00002c2d bbit1  0x00000004 , 0x000055f8 
+ 00022005  0x00002c2e bbit1  0x00000005 , 0x000055f8 
+ 00022006  0x00002c2f increase  0x00000001 , 0x00000002 
+ 00022007  0x00002c30 rtn 
+ 00022008  0x00002c34 call  0x00004108 
+ 00022009  0x00002c35 isolate1  0x00000005 , 0x00000011 
+ 00022010  0x00002c36 setflag  0x00000001 , 0x0000000f , 0x00000002 
+ 00022011  0x00002c37 istoret  0x00000002 , 0x00000005 
+ 00022012  0x00002c38 setarg  0x02290202 
+ 00022013  0x00002c39 istore  0x00000008 , 0x00000005 
+ 00022014  0x00002c3a increase  0xffffffff , 0x00000002 
+ 00022015  0x00002c3b rtn 
+ 00022016  0x00002c3f call  0x00004108 
+ 00022017  0x00002c40 istoret  0x00000002 , 0x00000005 
+ 00022018  0x00002c41 rtn 
+ 00022019  0x00002c45 ifetch  0x00000001 , 0x00000003 
+ 00022020  0x00002c46 copy  0x0000003f , 0x00000039 
+ 00022021  0x00002c47 istore  0x00000001 , 0x00000005 
+ 00022022  0x00002c48 branch  0x00006b3f 
+ 00022023  0x00002c4d fetch  0x00000001 , 0x000042cf 
+ 00022024  0x00002c4e bne  0x00000005 , 0x0000562f 
+ 00022025  0x00002c4f fetch  0x00000001 , 0x000042d1 
+ 00022026  0x00002c50 beq  0x00000004 , 0x00005613 
+ 00022027  0x00002c51 beq  0x00000084 , 0x0000560d 
+ 00022028  0x00002c52 branch  0x0000562f 
+ 00022029  0x00002c55 jam  0x00000002 , 0x000042cc 
+ 00022030  0x00002c56 jam  0x00000008 , 0x000042cd 
+ 00022031  0x00002c57 branch  0x00005610 
+ 00022032  0x00002c5a ifetch  0x00000004 , 0x00000003 
+ 00022033  0x00002c5b store  0x00000004 , 0x000042d2 
+ 00022034  0x00002c5c branch  0x00005632 
+ 00022035  0x00002c5f call  0x00005610 
+ 00022036  0x00002c60 branch  0x00004651 
+ 00022037  0x00002c66 fetch  0x00000001 , 0x00000538 
+ 00022038  0x00002c67 bne  0x00000002 , 0x0000562f 
+ 00022039  0x00002c68 ifetcht  0x00000002 , 0x00000003 
+ 00022040  0x00002c69 call  0x00004208 
+ 00022041  0x00002c6a branch  0x00005632 
+ 00022042  0x00002c6f arg  0x00000000 , 0x00000002 
+ 00022043  0x00002c70 arg  0x00000002 , 0x00000011 
+ 00022044  0x00002c71 arg  0x00004075 , 0x00000012 
+ 00022045  0x00002c72 branch  0x00005639 
+ 00022046  0x00002c77 fetch  0x00000001 , 0x00000538 
+ 00022047  0x00002c78 bne  0x00000008 , 0x0000562f 
+ 00022048  0x00002c79 ifetch  0x00000008 , 0x00000003 
+ 00022049  0x00002c7a call  0x00004206 
+ 00022050  0x00002c7b branch  0x00005632 
+ 00022051  0x00002c80 ifetchr  0x00000011 , 0x00000001 , 0x00000003 
+ 00022052  0x00002c81 ifetchr  0x00000012 , 0x00000002 , 0x00000003 
+ 00022053  0x00002c82 arg  0x00000000 , 0x00000002 
+ 00022054  0x00002c83 branch  0x00005639 
+ 00022055  0x00002c88 fetchr  0x00000039 , 0x00000001 , 0x00000538 
+ 00022056  0x00002c89 increase  0xfffffffe , 0x00000039 
+ 00022057  0x00002c8a ifetch  0x00000002 , 0x00000003 
+ 00022058  0x00002c8b copy  0x0000003f , 0x00000005 
+ 00022059  0x00002c8c call  0x00006b2c 
+ 00022060  0x00002c8d branch  0x00005632 
+ 00022061  0x00002c93 jam  0x00000000 , 0x00004094 
+ 00022062  0x00002c94 branch  0x00005632 
+ 00022063  0x00002c9a arg  0x00000001 , 0x00000002 
+ 00022064  0x00002c9b arg  0x00000000 , 0x00000011 
+ 00022065  0x00002c9c branch  0x00005639 
+ 00022066  0x00002ca0 arg  0x00000000 , 0x00000002 
+ 00022067  0x00002ca1 arg  0x00000000 , 0x00000011 
+ 00022068  0x00002ca2 branch  0x00005639 
+ 00022069  0x00002ca7 jam  0x00000002 , 0x00000537 
+ 00022070  0x00002ca8 branch  0x00005652 
+ 00022071  0x00002cae jam  0x00000005 , 0x00000537 
+ 00022072  0x00002caf branch  0x00005652 
+ 00022073  0x00002cb8 fetch  0x00000001 , 0x00000537 
+ 00022074  0x00002cb9 copy  0x0000003f , 0x00000013 
+ 00022075  0x00002cba jam  0x00000006 , 0x00000537 
+ 00022076  0x00002cbb setarg  0x00000002 
+ 00022077  0x00002cbc iadd  0x00000011 , 0x0000003f 
+ 00022078  0x00002cbd call  0x000056a7 
+ 00022079  0x00002cbe copy  0x00000013 , 0x0000003f 
+ 00022080  0x00002cbf istore  0x00000001 , 0x00000003 
+ 00022081  0x00002cc0 istoret  0x00000001 , 0x00000003 
+ 00022082  0x00002cc1 copy  0x00000011 , 0x00000039 
+ 00022083  0x00002cc2 copy  0x00000012 , 0x00000006 
+ 00022084  0x00002cc3 call  0x00006b26 
+ 00022085  0x00002cc4 branch  0x000056b1 
+ 00022086  0x00002ccc jam  0x00000008 , 0x00000537 
+ 00022087  0x00002ccd add  0x00000039 , 0x00000002 , 0x0000003f 
+ 00022088  0x00002cce call  0x000056a7 
+ 00022089  0x00002ccf fetch  0x00000002 , 0x00000562 
+ 00022090  0x00002cd0 istore  0x00000002 , 0x00000003 
+ 00022091  0x00002cd1 fetch  0x00000002 , 0x00000560 
+ 00022092  0x00002cd2 icopy  0x00000006 
+ 00022093  0x00002cd3 call  0x00006b13 
+ 00022094  0x00002cd4 copy  0x00000006 , 0x0000003f 
+ 00022095  0x00002cd5 store  0x00000002 , 0x00000560 
+ 00022096  0x00002cd6 branch  0x000056b1 
+ 00022097  0x00002cdb jam  0x00000009 , 0x00000537 
+ 00022098  0x00002cdd setarg  0x00000000 
+ 00022099  0x00002cde call  0x000056a7 
+ 00022100  0x00002cdf branch  0x000056b1 
+ 00022101  0x00002ce4 jam  0x0000000a , 0x00000537 
+ 00022102  0x00002ce5 setarg  0x00000001 
+ 00022103  0x00002ce6 call  0x000056a7 
+ 00022104  0x00002ce8 call  0x0000565f 
+ 00022105  0x00002cea fetch  0x00000002 , 0x0000442f 
+ 00022106  0x00002ceb arg  0x00000009 , 0x00000007 
+ 00022107  0x00002cec qisolate1  0x0000003f 
+ 00022108  0x00002ced setflag  0x00000001 , 0x00000005 , 0x00000002 
+ 00022109  0x00002cf1 istoret  0x00000001 , 0x00000003 
+ 00022110  0x00002cf2 branch  0x000056b1 
+ 00022111  0x00002cf7 arg  0x00000000 , 0x00000002 
+ 00022112  0x00002cf8 fetch  0x00000001 , 0x0000435b 
+ 00022113  0x00002cf9 arg  0x00000000 , 0x00000007 
+ 00022114  0x00002cfa qisolate1  0x0000003f 
+ 00022115  0x00002cfb setflag  0x00000001 , 0x00000002 , 0x00000002 
+ 00022116  0x00002cfc rtn 
+ 00022117  0x00002d01 jam  0x0000000d , 0x00000537 
+ 00022118  0x00002d02 fetch  0x00000001 , 0x000043af 
+ 00022119  0x00002d03 mul32  0x0000003f , 0x00000022 , 0x0000003f 
+ 00022120  0x00002d04 icopy  0x00000039 
+ 00022121  0x00002d05 call  0x000056a7 
+ 00022122  0x00002d06 fetch  0x00000002 , 0x000043ad 
+ 00022123  0x00002d07 icopy  0x00000006 
+ 00022124  0x00002d08 call  0x00006b13 
+ 00022125  0x00002d09 branch  0x000056b1 
+ 00022126  0x00002d0e jam  0x0000000f , 0x00000537 
+ 00022127  0x00002d0f fetch  0x00000002 , 0x00008112 
+ 00022128  0x00002d10 arg  0x00000040 , 0x00000002 
+ 00022129  0x00002d11 call  0x0000762c 
+ 00022130  0x00002d12 copy  0x0000003f , 0x00000011 
+ 00022131  0x00002d13 copy  0x0000003f , 0x00000039 
+ 00022132  0x00002d14 call  0x00006afb 
+ 00022133  0x00002d15 arg  0x000004f6 , 0x00000005 
+ 00022134  0x00002d16 call  0x00006b2c 
+ 00022135  0x00002d17 copy  0x00000011 , 0x0000003f 
+ 00022136  0x00002d18 copy  0x00000011 , 0x00000039 
+ 00022137  0x00002d19 call  0x000056a7 
+ 00022138  0x00002d1a arg  0x000004f6 , 0x00000006 
+ 00022139  0x00002d1b call  0x00006b13 
+ 00022140  0x00002d1c branch  0x000056b1 
+ 00022141  0x00002d21 jam  0x00000010 , 0x00000537 
+ 00022142  0x00002d22 branch  0x00005652 
+ 00022143  0x00002d27 jam  0x00000011 , 0x00000537 
+ 00022144  0x00002d28 setarg  0x00000004 
+ 00022145  0x00002d29 call  0x000056a7 
+ 00022146  0x00002d2a fetch  0x00000004 , 0x000042d2 
+ 00022147  0x00002d2b istore  0x00000004 , 0x00000003 
+ 00022148  0x00002d2c branch  0x000056b1 
+ 00022149  0x00002d31 arg  0x00000180 , 0x00000011 
+ 00022150  0x00002d32 branch  0x00005689 
+ 00022151  0x00002d35 arg  0x00000080 , 0x00000011 
+ 00022152  0x00002d36 branch  0x00005689 
+ 00022153  0x00002d3a jam  0x00000014 , 0x00000537 
+ 00022154  0x00002d3b setarg  0x00000002 
+ 00022155  0x00002d3c call  0x000056a7 
+ 00022156  0x00002d3d copy  0x00000011 , 0x0000003f 
+ 00022157  0x00002d3e istore  0x00000002 , 0x00000003 
+ 00022158  0x00002d3f branch  0x000056b1 
+ 00022159  0x00002d44 arg  0x00000000 , 0x00000013 
+ 00022160  0x00002d45 branch  0x00005692 
+ 00022161  0x00002d48 arg  0x00000001 , 0x00000013 
+ 00022162  0x00002d4b jam  0x00000015 , 0x00000537 
+ 00022163  0x00002d4c setarg  0x00000001 
+ 00022164  0x00002d4d call  0x000056a7 
+ 00022165  0x00002d4e copy  0x00000013 , 0x0000003f 
+ 00022166  0x00002d4f istore  0x00000001 , 0x00000003 
+ 00022167  0x00002d50 branch  0x000056b1 
+ 00022168  0x00002d57 storet  0x00000002 , 0x000004cc 
+ 00022169  0x00002d58 jam  0x00000029 , 0x00000537 
+ 00022170  0x00002d59 setarg  0x00000002 
+ 00022171  0x00002d5a call  0x000056a7 
+ 00022172  0x00002d5b fetcht  0x00000002 , 0x000004cc 
+ 00022173  0x00002d5c istoret  0x00000002 , 0x00000003 
+ 00022174  0x00002d5d branch  0x000056b1 
+ 00022175  0x00002d62 jam  0x0000002b , 0x00000537 
+ 00022176  0x00002d63 branch  0x00005652 
+ 00022177  0x00002d68 jam  0x00000040 , 0x00000537 
+ 00022178  0x00002d69 setarg  0x00000002 
+ 00022179  0x00002d6a call  0x000056a7 
+ 00022180  0x00002d6b fetch  0x00000002 , 0x00004075 
+ 00022181  0x00002d6c istore  0x00000002 , 0x00000003 
+ 00022182  0x00002d6d branch  0x000056b1 
+ 00022183  0x00002d7a jam  0x00000002 , 0x00000536 
+ 00022184  0x00002d7b store  0x00000001 , 0x00000538 
+ 00022185  0x00002d7c storet  0x00000008 , 0x000004cc 
+ 00022186  0x00002d7d bpatch  0x0000003c , 0x00004007 
+ 00022187  0x00002d7e call  0x000056b3 
+ 00022188  0x00002d7f fetcht  0x00000008 , 0x000004cc 
+ 00022189  0x00002d80 call  0x00006b07 
+ 00022190  0x00002d81 fetch  0x00000003 , 0x00000536 
+ 00022191  0x00002d82 istore  0x00000003 , 0x00000003 
+ 00022192  0x00002d83 rtn 
+ 00022193  0x00002d86 bpatch  0x0000003d , 0x00004007 
+ 00022194  0x00002d87 branch  0x00006b09 
+ 00022195  0x00002d8a call  0x000056bc 
+ 00022196  0x00002d8b rtn  0x00000001 
+ 00022197  0x00002d8d call  0x000056ba 
+ 00022198  0x00002d8e fetch  0x00000004 , 0x00004440 
+ 00022199  0x00002d8f rshift2  0x0000003f , 0x0000003f 
+ 00022200  0x00002d90 rtn  0x00000034 
+ 00022201  0x00002d91 branch  0x000074f7 
+ 00022202  0x00002d94 fetcht  0x00000001 , 0x0000443f 
+ 00022203  0x00002d95 branch  0x00006c43 
+ 00022204  0x00002d98 fetcht  0x00000001 , 0x0000443f 
+ 00022205  0x00002d99 branch  0x00006c4e 
+ 00022206  0x00002d9c fetcht  0x00000001 , 0x0000443f 
+ 00022207  0x00002d9d branch  0x00006c3f 
+ 00022208  0x00002da9 storer  0x00000011 , 0x00000002 , 0x00000560 
+ 00022209  0x00002daa storer  0x00000012 , 0x00000002 , 0x0000055e 
+ 00022210  0x00002dab fetch  0x00000002 , 0x0000436b 
+ 00022211  0x00002dac store  0x00000002 , 0x00000562 
+ 00022212  0x00002dad call  0x000054df 
+ 00022213  0x00002dae rtn  0x00000028 
+ 00022214  0x00002db1 fetcht  0x00000002 , 0x0000055e 
+ 00022215  0x00002db2 fetch  0x00000001 , 0x00004454 
+ 00022216  0x00002db3 call  0x0000762c 
+ 00022217  0x00002db4 copy  0x0000003f , 0x00000039 
+ 00022218  0x00002db5 copy  0x00000002 , 0x0000003f 
+ 00022219  0x00002db6 isub  0x00000039 , 0x0000003f 
+ 00022220  0x00002db7 store  0x00000002 , 0x0000055e 
+ 00022221  0x00002db8 call  0x00005646 
+ 00022222  0x00002db9 fetch  0x00000002 , 0x0000055e 
+ 00022223  0x00002dba rtn  0x00000034 
+ 00022224  0x00002dbb branch  0x000056c6 
+ 00022225  0x00002dc4 fetch  0x00000001 , 0x00004450 
+ 00022226  0x00002dc5 rtn  0x00000034 
+ 00022227  0x00002dc6 fetch  0x00000001 , 0x00004451 
+ 00022228  0x00002dc7 rtn  0x00000034 
+ 00022229  0x00002dc8 increase  0xffffffff , 0x0000003f 
+ 00022230  0x00002dc9 store  0x00000001 , 0x00004451 
+ 00022231  0x00002dca nrtn  0x00000034 
+ 00022232  0x00002dcb jam  0x00000005 , 0x00004451 
+ 00022233  0x00002dcc call  0x00006c98 
+ 00022234  0x00002dcd call  0x00006cc0 
+ 00022235  0x00002dce div  0x0000003f , 0x00000064 
+ 00022236  0x00002dcf call  0x000075cd 
+ 00022237  0x00002dd0 remainder  0x00000002 
+ 00022238  0x00002dd1 store  0x00000001 , 0x00004452 
+ 00022239  0x00002dd2 storet  0x00000001 , 0x00004453 
+ 00022240  0x00002dd3 rtn 
+ 00022241  0x00002dda arg  0x00000008 , 0x00000007 
+ 00022242  0x00002ddb branch  0x000056e9 
+ 00022243  0x00002dde arg  0x00000008 , 0x00000007 
+ 00022244  0x00002ddf branch  0x000056e5 
+ 00022245  0x00002de2 fetch  0x00000002 , 0x00004455 
+ 00022246  0x00002de3 qset0  0x0000003f 
+ 00022247  0x00002de4 store  0x00000002 , 0x00004455 
+ 00022248  0x00002de5 rtn 
+ 00022249  0x00002de8 fetch  0x00000002 , 0x00004455 
+ 00022250  0x00002de9 qset1  0x0000003f 
+ 00022251  0x00002dea store  0x00000002 , 0x00004455 
+ 00022252  0x00002deb rtn 
+ 00022253  0x00002df1 call  0x00006fd3 
+ 00022254  0x00002df2 call  0x00005718 
+ 00022255  0x00002df3 call  0x00005b64 
+ 00022256  0x00002df4 rtn  0x0000002b 
+ 00022257  0x00002df5 call  0x00005a4e 
+ 00022258  0x00002df6 call  0x00005fdb 
+ 00022259  0x00002df7 call  0x000056f9 
+ 00022260  0x00002df8 call  0x00005bf9 
+ 00022261  0x00002dfa fetch  0x00000002 , 0x0000442f 
+ 00022262  0x00002dfb bbit1  0x0000000c , 0x00005e21 
+ 00022263  0x00002dfc call  0x00005f53 
+ 00022264  0x00002dfd branch  0x0000578c 
+ 00022265  0x00002e01 setarg  0x00006196 
+ 00022266  0x00002e02 store  0x00000002 , 0x0000439e 
+ 00022267  0x00002e03 setarg  0x00006134 
+ 00022268  0x00002e04 store  0x00000002 , 0x00004535 
+ 00022269  0x00002e05 setarg  0x0000615e 
+ 00022270  0x00002e06 store  0x00000002 , 0x00004537 
+ 00022271  0x00002e07 setarg  0x00005802 
+ 00022272  0x00002e08 store  0x00000002 , 0x00004539 
+ 00022273  0x00002e09 setarg  0x00005d2b 
+ 00022274  0x00002e0a store  0x00000002 , 0x0000438e 
+ 00022275  0x00002e0b setarg  0x000057fd 
+ 00022276  0x00002e0c store  0x00000002 , 0x0000438c 
+ 00022277  0x00002e0d setarg  0x00005cca 
+ 00022278  0x00002e0e store  0x00000002 , 0x00004392 
+ 00022279  0x00002e0f setarg  0x00005f00 
+ 00022280  0x00002e10 store  0x00000002 , 0x00004390 
+ 00022281  0x00002e11 setarg  0x000057cb 
+ 00022282  0x00002e12 store  0x00000002 , 0x0000438a 
+ 00022283  0x00002e13 setarg  0x00005d10 
+ 00022284  0x00002e14 store  0x00000002 , 0x00004394 
+ 00022285  0x00002e15 setarg  0x00005d8d 
+ 00022286  0x00002e16 store  0x00000002 , 0x00004398 
+ 00022287  0x00002e17 setarg  0x0000592a 
+ 00022288  0x00002e18 store  0x00000002 , 0x0000439c 
+ 00022289  0x00002e19 setarg  0x000057b7 
+ 00022290  0x00002e1a store  0x00000002 , 0x00004388 
+ 00022291  0x00002e1b setarg  0x0000628b 
+ 00022292  0x00002e1c store  0x00000002 , 0x00004396 
+ 00022293  0x00002e1d setarg  0x00006292 
+ 00022294  0x00002e1e store  0x00000002 , 0x0000439a 
+ 00022295  0x00002e1f rtn 
+ 00022296  0x00002e23 rtn  0x0000002b 
+ 00022297  0x00002e24 call  0x00004c72 
+ 00022298  0x00002e25 call  0x00004905 
+ 00022299  0x00002e26 call  0x000058de 
+ 00022300  0x00002e27 call  0x0000574f 
+ 00022301  0x00002e28 call  0x0000419e 
+ 00022302  0x00002e29 call  0x000041c7 
+ 00022303  0x00002e2a call  0x000041ba 
+ 00022304  0x00002e2b call  0x000041a6 
+ 00022305  0x00002e2c fetch  0x00000008 , 0x00004848 
+ 00022306  0x00002e2d bbit1  0x00000013 , 0x00005eea 
+ 00022307  0x00002e2e bbit1  0x00000012 , 0x00005eab 
+ 00022308  0x00002e2f rtn 
+ 00022309  0x00002e32 jam  0x00000008 , 0x0000409a 
+ 00022310  0x00002e33 fetch  0x00000008 , 0x00004848 
+ 00022311  0x00002e34 rtnbit1  0x0000000c 
+ 00022312  0x00002e35 jam  0x00000018 , 0x0000409a 
+ 00022313  0x00002e36 rtn 
+ 00022314  0x00002e39 call  0x0000492b 
+ 00022315  0x00002e3a fetch  0x00000008 , 0x00004848 
+ 00022316  0x00002e3b rtnbit0  0x0000003d 
+ 00022317  0x00002e3c branch  0x0000492e 
+ 00022318  0x00002e3f fetch  0x00000002 , 0x0000459a 
+ 00022319  0x00002e40 store  0x00000002 , 0x0000451b 
+ 00022320  0x00002e42 fetch  0x00000001 , 0x0000459d 
+ 00022321  0x00002e43 store  0x00000002 , 0x0000451f 
+ 00022322  0x00002e45 fetch  0x00000005 , 0x0000459f 
+ 00022323  0x00002e46 store  0x00000005 , 0x00004565 
+ 00022324  0x00002e48 fetch  0x00000001 , 0x0000459e 
+ 00022325  0x00002e49 store  0x00000001 , 0x00004516 
+ 00022326  0x00002e4b fetch  0x00000001 , 0x000045a4 
+ 00022327  0x00002e4c isolate1  0x00000000 , 0x0000003f 
+ 00022328  0x00002e4d call  0x00005f97 , 0x00000001 
+ 00022329  0x00002e4f fetch  0x00000001 , 0x000045a4 
+ 00022330  0x00002e50 isolate1  0x00000002 , 0x0000003f 
+ 00022331  0x00002e51 call  0x00005f99 , 0x00000001 
+ 00022332  0x00002e52 fetch  0x00000001 , 0x000045a4 
+ 00022333  0x00002e53 isolate1  0x00000001 , 0x0000003f 
+ 00022334  0x00002e54 call  0x00005f9b , 0x00000001 
+ 00022335  0x00002e55 fetch  0x00000001 , 0x000045a4 
+ 00022336  0x00002e56 isolate1  0x00000003 , 0x0000003f 
+ 00022337  0x00002e57 call  0x00005f9d , 0x00000001 
+ 00022338  0x00002e58 fetch  0x00000001 , 0x000045a4 
+ 00022339  0x00002e59 isolate1  0x00000004 , 0x0000003f 
+ 00022340  0x00002e5a call  0x00005f9f , 0x00000001 
+ 00022341  0x00002e5b fetch  0x00000001 , 0x000045a4 
+ 00022342  0x00002e5c isolate1  0x00000005 , 0x0000003f 
+ 00022343  0x00002e5d call  0x00005fa9 , 0x00000001 
+ 00022344  0x00002e5f fetch  0x00000001 , 0x000044ff 
+ 00022345  0x00002e60 ncall  0x00004915 , 0x00000034 
+ 00022346  0x00002e62 call  0x00005725 
+ 00022347  0x00002e63 call  0x0000583d 
+ 00022348  0x00002e64 call  0x0000572a 
+ 00022349  0x00002e65 call  0x00006088 
+ 00022350  0x00002e66 branch  0x00004931 
+ 00022351  0x00002e69 setarg  0x00009000 
+ 00022352  0x00002e6a store  0x00000002 , 0x000042ca 
+ 00022353  0x00002e6b jam  0x00000003 , 0x000040c2 
+ 00022354  0x00002e6c jam  0x00000008 , 0x000040a7 
+ 00022355  0x00002e6d jam  0x00000000 , 0x0000483b 
+ 00022356  0x00002e6e jam  0x00000000 , 0x0000483b 
+ 00022357  0x00002e6f jam  0x00000000 , 0x0000483c 
+ 00022358  0x00002e70 setarg  0x00000200 
+ 00022359  0x00002e71 store  0x00000002 , 0x000040a5 
+ 00022360  0x00002e72 jam  0x00000017 , 0x000042b4 
+ 00022361  0x00002e73 jam  0x00000017 , 0x000042b6 
+ 00022362  0x00002e75 setarg  0x00000a77 
+ 00022363  0x00002e76 store  0x00000002 , 0x000043aa 
+ 00022364  0x00002e77 setsect  0x00000000 , 0x00001224 
+ 00022365  0x00002e78 setsect  0x00000001 , 0x00004000 
+ 00022366  0x00002e79 setsect  0x00000002 , 0x00000000 
+ 00022367  0x00002e7a istore  0x00000005 , 0x00000005 
+ 00022368  0x00002e7c setarg  0x00004793 
+ 00022369  0x00002e7d store  0x00000002 , 0x00004312 
+ 00022370  0x00002e7e setarg  0x00000010 
+ 00022371  0x00002e7f store  0x00000002 , 0x00004314 
+ 00022372  0x00002e81 call  0x000061ef 
+ 00022373  0x00002e82 call  0x000061a7 
+ 00022374  0x00002e83 call  0x00005850 
+ 00022375  0x00002e85 fetch  0x00000008 , 0x00004848 
+ 00022376  0x00002e86 bbit0  0x0000001b , 0x0000576c 
+ 00022377  0x00002e87 setarg  0x00000006 
+ 00022378  0x00002e88 store  0x00000002 , 0x000042a6 
+ 00022379  0x00002e89 store  0x00000002 , 0x000042a8 
+ 00022380  0x00002e8b call  0x00004c7e 
+ 00022381  0x00002e8c fetch  0x00000008 , 0x00004848 
+ 00022382  0x00002e8d bbit0  0x00000018 , 0x00005770 
+ 00022383  0x00002e8e call  0x00004c76 
+ 00022384  0x00002e90 fetch  0x00000001 , 0x000045d1 
+ 00022385  0x00002e91 store  0x00000001 , 0x00004752 
+ 00022386  0x00002e92 fetch  0x00000003 , 0x000042b1 
+ 00022387  0x00002e93 store  0x00000003 , 0x00004767 
+ 00022388  0x00002e94 fetch  0x00000001 , 0x00004597 
+ 00022389  0x00002e95 and  0x0000003f , 0x000000fe , 0x0000003f 
+ 00022390  0x00002e96 store  0x00000001 , 0x00004597 
+ 00022391  0x00002e97 store  0x00000001 , 0x000043c2 
+ 00022392  0x00002e98 setarg  0x00000000 
+ 00022393  0x00002e99 store  0x00000007 , 0x0000456a 
+ 00022394  0x00002e9a fetch  0x00000001 , 0x00004431 
+ 00022395  0x00002e9b store  0x00000001 , 0x00004838 
+ 00022396  0x00002e9c store  0x00000001 , 0x00004839 
+ 00022397  0x00002e9d call  0x00004142 
+ 00022398  0x00002e9f bpatchx  0x0000008a , 0x00004031 
+ 00022399  0x00002ea0 fetch  0x00000001 , 0x000045b0 
+ 00022400  0x00002ea1 store  0x00000001 , 0x000045c1 
+ 00022401  0x00002ea2 fetch  0x00000001 , 0x000045af 
+ 00022402  0x00002ea3 rtneq  0x000000ff 
+ 00022403  0x00002ea4 fetcht  0x00000001 , 0x000045af 
+ 00022404  0x00002ea5 call  0x00005915 
+ 00022405  0x00002ea6 fetcht  0x00000001 , 0x000045af 
+ 00022406  0x00002ea7 call  0x00006c32 
+ 00022407  0x00002ea8 call  0x00005789 , 0x00000001 
+ 00022408  0x00002ea9 branch  0x00005911 
+ 00022409  0x00002eab fetch  0x00000001 , 0x000045b1 
+ 00022410  0x00002eac store  0x00000001 , 0x000045c1 
+ 00022411  0x00002ead rtn 
+ 00022412  0x00002eb0 bpatch  0x0000003e , 0x00004007 
+ 00022413  0x00002eb1 fetch  0x00000008 , 0x00004848 
+ 00022414  0x00002eb2 bbit1  0x0000002f , 0x000060c8 
+ 00022415  0x00002eb3 fetch  0x00000001 , 0x000045d1 
+ 00022416  0x00002eb4 beq  0x00000000 , 0x000060b8 
+ 00022417  0x00002eb5 call  0x0000579e 
+ 00022418  0x00002eb6 nbranch  0x00005c9c , 0x00000028 
+ 00022419  0x00002eb8 bpatch  0x0000003f , 0x00004007 
+ 00022420  0x00002eb9 arg  0x000045d2 , 0x00000011 
+ 00022421  0x00002eba fetch  0x00000001 , 0x000045d1 
+ 00022422  0x00002ebb increase  0xffffffff , 0x0000003f 
+ 00022423  0x00002ebc mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00022424  0x00002ebd iadd  0x00000011 , 0x00000011 
+ 00022425  0x00002ebe ifetch  0x00000001 , 0x00000011 
+ 00022426  0x00002ebf store  0x00000001 , 0x000043a8 
+ 00022427  0x00002ec1 fetch  0x00000001 , 0x000043a8 
+ 00022428  0x00002ec2 beq  0x00000034 , 0x000057a8 
+ 00022429  0x00002ec3 branch  0x00005e21 
+ 00022430  0x00002ec7 bpatch  0x00000040 , 0x00004008 
+ 00022431  0x00002ec8 disable  0x00000028 
+ 00022432  0x00002ec9 fetch  0x00000008 , 0x00004848 
+ 00022433  0x00002eca bbit0  0x0000000b , 0x000057a5 
+ 00022434  0x00002ecb fetch  0x00000001 , 0x000004f1 
+ 00022435  0x00002ecc bbit0  0x00000002 , 0x000057a5 
+ 00022436  0x00002ecd enable  0x00000028 
+ 00022437  0x00002ecf fetch  0x00000001 , 0x0000474f 
+ 00022438  0x00002ed0 store  0x00000001 , 0x0000474e 
+ 00022439  0x00002ed1 rtn 
+ 00022440  0x00002ed5 jam  0x00000001 , 0x00004765 
+ 00022441  0x00002ed6 fetcht  0x00000001 , 0x00004853 
+ 00022442  0x00002ed7 fetch  0x00000001 , 0x0000475f 
+ 00022443  0x00002ed8 beq  0x000000ff , 0x000057ad 
+ 00022444  0x00002ed9 fetcht  0x00000001 , 0x0000459c 
+ 00022445  0x00002edb storet  0x00000001 , 0x00004815 
+ 00022446  0x00002edc call  0x00004e2e 
+ 00022447  0x00002edd fetch  0x00000003 , 0x0000476d 
+ 00022448  0x00002ede store  0x00000003 , 0x00004320 
+ 00022449  0x00002edf call  0x00005d73 
+ 00022450  0x00002ee0 setarg  0x00000004 
+ 00022451  0x00002ee1 istore  0x00000001 , 0x00000006 
+ 00022452  0x00002ee2 arg  0x0000433c , 0x00000006 
+ 00022453  0x00002ee3 call  0x00005d7a 
+ 00022454  0x00002ee4 branch  0x000070e0 
+ 00022455  0x00002ee9 bmark1  0x00000026 , 0x00004e09 
+ 00022456  0x00002eea fetch  0x00000001 , 0x0000474a 
+ 00022457  0x00002eeb branch  0x00004e09 , 0x00000034 
+ 00022458  0x00002eec fetch  0x00000001 , 0x00004792 
+ 00022459  0x00002eed beq  0x00000001 , 0x00004e09 
+ 00022460  0x00002eee fetch  0x00000001 , 0x0000457b 
+ 00022461  0x00002eef nbranch  0x00004e09 , 0x00000034 
+ 00022462  0x00002ef0 branch  0x00004e0b 
+ 00022463  0x00002ef3 fetch  0x00000001 , 0x0000459c 
+ 00022464  0x00002ef4 store  0x00000001 , 0x00004762 
+ 00022465  0x00002ef5 rtn 
+ 00022466  0x00002ef8 call  0x000061ef 
+ 00022467  0x00002efa bpatch  0x00000041 , 0x00004008 
+ 00022468  0x00002efb setarg  0x00000006 
+ 00022469  0x00002efc call  0x00006723 
+ 00022470  0x00002efd bbit1  0x00000003 , 0x000057c9 
+ 00022471  0x00002efe call  0x00005bef 
+ 00022472  0x00002eff call  0x00005bf9 
+ 00022473  0x00002f01 call  0x000057d7 
+ 00022474  0x00002f02 branch  0x00004e28 
+ 00022475  0x00002f05 bpatch  0x00000042 , 0x00004008 
+ 00022476  0x00002f06 fetch  0x00000004 , 0x00008130 
+ 00022477  0x00002f07 set1  0x0000001a , 0x0000003f 
+ 00022478  0x00002f08 store  0x00000004 , 0x0000804c 
+ 00022479  0x00002f09 call  0x00003c37 
+ 00022480  0x00002f0a call  0x00006fd7 
+ 00022481  0x00002f0b call  0x000061ef 
+ 00022482  0x00002f0c call  0x000059d7 
+ 00022483  0x00002f0d call  0x000057d7 
+ 00022484  0x00002f0e call  0x00005ee2 
+ 00022485  0x00002f0f fetcht  0x00000001 , 0x000045b8 
+ 00022486  0x00002f10 branch  0x00006c1b 
+ 00022487  0x00002f14 bpatch  0x00000043 , 0x00004008 
+ 00022488  0x00002f15 call  0x00005c9a 
+ 00022489  0x00002f16 call  0x0000765e 
+ 00022490  0x00002f17 call  0x00005802 
+ 00022491  0x00002f18 call  0x000057f4 
+ 00022492  0x00002f19 fetcht  0x00000001 , 0x000045ba 
+ 00022493  0x00002f1a call  0x00005915 
+ 00022494  0x00002f1b call  0x00005919 
+ 00022495  0x00002f1c call  0x000057ed 
+ 00022496  0x00002f1d branch  0x000057e1 
+ 00022497  0x00002f20 fetch  0x00000008 , 0x00004848 
+ 00022498  0x00002f21 rtnbit0  0x0000003c 
+ 00022499  0x00002f23 fetcht  0x00000001 , 0x000045ab 
+ 00022500  0x00002f24 call  0x00006c1b 
+ 00022501  0x00002f25 fetcht  0x00000001 , 0x000045ac 
+ 00022502  0x00002f26 call  0x00006c1b 
+ 00022503  0x00002f27 fetch  0x00000001 , 0x000045ab 
+ 00022504  0x00002f28 arg  0x00000080 , 0x00000002 
+ 00022505  0x00002f29 call  0x00006c68 
+ 00022506  0x00002f2a fetch  0x00000001 , 0x000045ac 
+ 00022507  0x00002f2b arg  0x00000080 , 0x00000002 
+ 00022508  0x00002f2c branch  0x00006c68 
+ 00022509  0x00002f2f fetch  0x00000008 , 0x00004848 
+ 00022510  0x00002f30 rtnbit0  0x00000014 
+ 00022511  0x00002f31 fetch  0x00000001 , 0x00004597 
+ 00022512  0x00002f32 rtnne  0x00000002 
+ 00022513  0x00002f33 fetch  0x00000001 , 0x00004596 
+ 00022514  0x00002f34 arg  0x000000c0 , 0x00000002 
+ 00022515  0x00002f35 branch  0x00006c68 
+ 00022516  0x00002f3a arg  0x00008070 , 0x00000006 
+ 00022517  0x00002f3b arg  0x00000013 , 0x00000039 
+ 00022518  0x00002f3d ifetch  0x00000001 , 0x00000006 
+ 00022519  0x00002f3e nbranch  0x000057fb , 0x00000034 
+ 00022520  0x00002f3f setarg  0x00000040 
+ 00022521  0x00002f40 add  0x00000006 , 0xffffffff , 0x00000005 
+ 00022522  0x00002f41 istore  0x00000001 , 0x00000005 
+ 00022523  0x00002f43 loop  0x000057f6 
+ 00022524  0x00002f44 rtn 
+ 00022525  0x00002f48 rtnmark1  0x00000026 
+ 00022526  0x00002f49 call  0x00005802 
+ 00022527  0x00002f4a fetch  0x00000001 , 0x00000015 
+ 00022528  0x00002f4b nrtn  0x00000034 
+ 00022529  0x00002f4c branch  0x00006c1b 
+ 00022530  0x00002f4f bpatch  0x00000044 , 0x00004008 
+ 00022531  0x00002f50 fetcht  0x00000001 , 0x000045ab 
+ 00022532  0x00002f51 call  0x00006c29 
+ 00022533  0x00002f52 fetcht  0x00000001 , 0x000045ac 
+ 00022534  0x00002f53 call  0x00006c29 
+ 00022535  0x00002f55 call  0x0000594a 
+ 00022536  0x00002f56 fetch  0x00000001 , 0x000045ad 
+ 00022537  0x00002f57 arg  0x0000003f , 0x00000002 
+ 00022538  0x00002f58 call  0x00006c68 
+ 00022539  0x00002f59 call  0x0000671a 
+ 00022540  0x00002f5b fetcht  0x00000001 , 0x000045a5 
+ 00022541  0x00002f5c call  0x00006c0f 
+ 00022542  0x00002f5d fetcht  0x00000001 , 0x000045a7 
+ 00022543  0x00002f5e call  0x00006c0f 
+ 00022544  0x00002f5f fetcht  0x00000001 , 0x000045a6 
+ 00022545  0x00002f60 call  0x00006c0f 
+ 00022546  0x00002f62 fetcht  0x00000001 , 0x000045a8 
+ 00022547  0x00002f63 call  0x00006c0f 
+ 00022548  0x00002f64 fetcht  0x00000001 , 0x000045a9 
+ 00022549  0x00002f65 call  0x00006c0f 
+ 00022550  0x00002f66 fetcht  0x00000001 , 0x000045aa 
+ 00022551  0x00002f67 call  0x00006c0f 
+ 00022552  0x00002f68 fetcht  0x00000001 , 0x000045b6 
+ 00022553  0x00002f69 call  0x00006c0f 
+ 00022554  0x00002f6b fetcht  0x00000001 , 0x000045b7 
+ 00022555  0x00002f6c call  0x00006c0f 
+ 00022556  0x00002f6e fetcht  0x00000001 , 0x000045ab 
+ 00022557  0x00002f6f call  0x00006c0b 
+ 00022558  0x00002f70 fetcht  0x00000001 , 0x000045ac 
+ 00022559  0x00002f71 call  0x00006c0b 
+ 00022560  0x00002f72 fetcht  0x00000001 , 0x000045b3 
+ 00022561  0x00002f73 call  0x00006c0b 
+ 00022562  0x00002f74 fetcht  0x00000001 , 0x000045b4 
+ 00022563  0x00002f75 call  0x00006c0b 
+ 00022564  0x00002f76 fetcht  0x00000001 , 0x000045b8 
+ 00022565  0x00002f77 branch  0x00006c0f 
+ 00022566  0x00002f7c fetch  0x00000002 , 0x0000442f 
+ 00022567  0x00002f7d bbit1  0x00000009 , 0x00005829 
+ 00022568  0x00002f7e rtn 
+ 00022569  0x00002f80 copy  0x00000011 , 0x0000003f 
+ 00022570  0x00002f81 nbranch  0x000041ae , 0x00000034 
+ 00022571  0x00002f82 branch  0x000041b0 
+ 00022572  0x00002f8a fetch  0x00000001 , 0x000043c2 
+ 00022573  0x00002f8b rtnne  0x00000002 
+ 00022574  0x00002f8d bpatch  0x00000045 , 0x00004008 
+ 00022575  0x00002f8e fetcht  0x00000001 , 0x000043c3 
+ 00022576  0x00002f8f sub  0x00000002 , 0x00000003 , 0x0000003e 
+ 00022577  0x00002f90 branch  0x0000583a , 0x00000002 
+ 00022578  0x00002f91 increase  0x00000005 , 0x00000002 
+ 00022579  0x00002f92 storet  0x00000001 , 0x00004596 
+ 00022580  0x00002f94 copy  0x00000002 , 0x00000011 
+ 00022581  0x00002f95 call  0x00006c6f 
+ 00022582  0x00002f96 beq  0x0000003f , 0x00006237 
+ 00022583  0x00002f97 call  0x00006235 
+ 00022584  0x00002f98 copy  0x00000011 , 0x00000002 
+ 00022585  0x00002f99 branch  0x00006c5b 
+ 00022586  0x00002f9c increase  0x00000004 , 0x00000002 
+ 00022587  0x00002f9d storet  0x00000001 , 0x00004596 
+ 00022588  0x00002f9e branch  0x00005834 
+ 00022589  0x00002fa1 fetch  0x00000001 , 0x00004597 
+ 00022590  0x00002fa2 beq  0x00000002 , 0x00005846 
+ 00022591  0x00002fa3 beq  0x00000000 , 0x0000584b 
+ 00022592  0x00002fa4 jam  0x00000000 , 0x00004597 
+ 00022593  0x00002fa5 setarg  0x002c0172 
+ 00022594  0x00002fa6 store  0x00000003 , 0x0000457d 
+ 00022595  0x00002fa7 setarg  0x00014001 
+ 00022596  0x00002fa8 istore  0x00000003 , 0x00000005 
+ 00022597  0x00002fa9 rtn 
+ 00022598  0x00002fab setarg  0x005d0099 
+ 00022599  0x00002fac store  0x00000003 , 0x0000457d 
+ 00022600  0x00002fad setarg  0x00007100 
+ 00022601  0x00002fae istore  0x00000003 , 0x00000005 
+ 00022602  0x00002faf rtn 
+ 00022603  0x00002fb1 setarg  0x00c8012c 
+ 00022604  0x00002fb2 store  0x00000003 , 0x0000457d 
+ 00022605  0x00002fb3 setarg  0x0000dc00 
+ 00022606  0x00002fb4 istore  0x00000003 , 0x00000005 
+ 00022607  0x00002fb5 rtn 
+ 00022608  0x00002fb8 fetch  0x00000008 , 0x00004848 
+ 00022609  0x00002fb9 rtnbit0  0x00000014 
+ 00022610  0x00002fba jam  0x00000001 , 0x0000458f 
+ 00022611  0x00002fbb rtnbit1  0x0000002e 
+ 00022612  0x00002fbc rtnbit1  0x0000002b 
+ 00022613  0x00002fbd jam  0x00000000 , 0x0000458f 
+ 00022614  0x00002fbe rtn 
+ 00022615  0x00002fc1 fetch  0x00000001 , 0x00004590 
+ 00022616  0x00002fc2 increase  0x00000001 , 0x0000003f 
+ 00022617  0x00002fc3 store  0x00000001 , 0x00004590 
+ 00022618  0x00002fc4 fetcht  0x00000001 , 0x00004591 
+ 00022619  0x00002fc5 isub  0x00000002 , 0x0000003e 
+ 00022620  0x00002fc6 rtn 
+ 00022621  0x00002fc9 fetch  0x00000008 , 0x00004848 
+ 00022622  0x00002fca rtnbit0  0x00000014 
+ 00022623  0x00002fcb call  0x0000582c 
+ 00022624  0x00002fcc fetch  0x00000001 , 0x0000458f 
+ 00022625  0x00002fcd branch  0x00005874 , 0x00000034 
+ 00022626  0x00002fce fetch  0x00000001 , 0x000043c2 
+ 00022627  0x00002fcf beq  0x00000002 , 0x00005869 
+ 00022628  0x00002fd0 jam  0x00000003 , 0x0000458f 
+ 00022629  0x00002fd1 call  0x00005857 
+ 00022630  0x00002fd2 branch  0x0000586b , 0x00000002 
+ 00022631  0x00002fd3 call  0x00005870 
+ 00022632  0x00002fd4 branch  0x0000587a 
+ 00022633  0x00002fd7 jam  0x00000002 , 0x0000458f 
+ 00022634  0x00002fd8 branch  0x0000587a 
+ 00022635  0x00002fdb call  0x0000582e 
+ 00022636  0x00002fdc jam  0x00000002 , 0x000043c2 
+ 00022637  0x00002fdd fetch  0x00000001 , 0x00004847 
+ 00022638  0x00002fde ncall  0x00005870 , 0x00000034 
+ 00022639  0x00002fdf branch  0x0000587a 
+ 00022640  0x00002fe2 jam  0x00000000 , 0x00004590 
+ 00022641  0x00002fe3 fetch  0x00000001 , 0x00004597 
+ 00022642  0x00002fe4 store  0x00000001 , 0x000043c2 
+ 00022643  0x00002fe5 rtn 
+ 00022644  0x00002fe8 fetch  0x00000001 , 0x000043c2 
+ 00022645  0x00002fe9 bne  0x00000002 , 0x00005878 
+ 00022646  0x00002fea fetch  0x00000001 , 0x00004847 
+ 00022647  0x00002feb nrtn  0x00000034 
+ 00022648  0x00002fed call  0x00005857 
+ 00022649  0x00002fee nrtn  0x00000002 
+ 00022650  0x00002ff0 bpatch  0x00000046 , 0x00004008 
+ 00022651  0x00002ff1 fetch  0x00000001 , 0x00004847 
+ 00022652  0x00002ff2 nrtn  0x00000034 
+ 00022653  0x00002ff3 jam  0x00000000 , 0x00004590 
+ 00022654  0x00002ff4 call  0x00006c98 
+ 00022655  0x00002ff5 call  0x00006cc0 
+ 00022656  0x00002ff6 store  0x00000002 , 0x00004583 
+ 00022657  0x00002ff7 fetch  0x00000001 , 0x000043c2 
+ 00022658  0x00002ff8 bne  0x00000002 , 0x00005889 
+ 00022659  0x00002ff9 fetcht  0x00000002 , 0x00004583 
+ 00022660  0x00002ffa mul32  0x00000002 , 0x00000008 , 0x0000003f 
+ 00022661  0x00002ffb div  0x0000003f , 0x0000000a 
+ 00022662  0x00002ffc call  0x000075cd 
+ 00022663  0x00002ffd iadd  0x00000002 , 0x0000003f 
+ 00022664  0x00002ffe store  0x00000002 , 0x00004583 
+ 00022665  0x00003000 arg  0x0000457d , 0x00000011 
+ 00022666  0x00003001 call  0x0000589b 
+ 00022667  0x00003002 fetch  0x00000001 , 0x000043c6 
+ 00022668  0x00003003 bbit1  0x00000002 , 0x000058dc 
+ 00022669  0x00003004 bbit1  0x00000001 , 0x000057c2 
+ 00022670  0x00003005 bbit0  0x00000000 , 0x00005893 
+ 00022671  0x00003006 jam  0x00000001 , 0x00004594 
+ 00022672  0x00003007 branch  0x00005891 
+ 00022673  0x0000300a arg  0x00000004 , 0x00000007 
+ 00022674  0x0000300b branch  0x00005fa1 
+ 00022675  0x0000300d arg  0x00000004 , 0x00000007 
+ 00022676  0x0000300e call  0x00005fa5 
+ 00022677  0x0000300f jam  0x0000000c , 0x00004592 
+ 00022678  0x00003010 fetch  0x00000001 , 0x00004594 
+ 00022679  0x00003011 rtn  0x00000034 
+ 00022680  0x00003012 jam  0x00000000 , 0x00004594 
+ 00022681  0x00003013 fetcht  0x00000001 , 0x000045bb 
+ 00022682  0x00003014 branch  0x0000620c 
+ 00022683  0x00003017 bpatch  0x00000047 , 0x00004008 
+ 00022684  0x00003018 ifetch  0x00000008 , 0x00000011 
+ 00022685  0x00003019 store  0x00000008 , 0x000004c4 
+ 00022686  0x0000301a fetch  0x00000001 , 0x0000458f 
+ 00022687  0x0000301b beq  0x00000000 , 0x000058b2 
+ 00022688  0x0000301c beq  0x00000002 , 0x000058a2 
+ 00022689  0x0000301d beq  0x00000003 , 0x000058d1 
+ 00022690  0x0000301f fetch  0x00000008 , 0x00004848 
+ 00022691  0x00003020 bbit0  0x0000002e , 0x000058a8 
+ 00022692  0x00003021 fetch  0x00000002 , 0x000004ca 
+ 00022693  0x00003022 fetcht  0x00000002 , 0x00004585 
+ 00022694  0x00003023 isub  0x00000002 , 0x0000003e 
+ 00022695  0x00003024 nbranch  0x000058d4 , 0x00000002 
+ 00022696  0x00003026 fetch  0x00000008 , 0x00004848 
+ 00022697  0x00003027 bbit0  0x0000002b , 0x000058b2 
+ 00022698  0x00003028 jam  0x00000000 , 0x00004595 
+ 00022699  0x00003029 fetch  0x00000002 , 0x000004ca 
+ 00022700  0x0000302a fetcht  0x00000002 , 0x00004587 
+ 00022701  0x0000302b isub  0x00000002 , 0x0000003e 
+ 00022702  0x0000302c nbranch  0x000058b1 , 0x00000002 
+ 00022703  0x0000302d call  0x00005f5c 
+ 00022704  0x0000302e branch  0x000058b2 
+ 00022705  0x00003031 call  0x00005f60 
+ 00022706  0x00003033 call  0x000058d8 
+ 00022707  0x00003034 call  0x00006d0b 
+ 00022708  0x00003035 call  0x00006d03 
+ 00022709  0x00003036 fetch  0x00000002 , 0x000004ca 
+ 00022710  0x00003037 fetcht  0x00000002 , 0x000004c6 
+ 00022711  0x00003038 isub  0x00000002 , 0x0000003e 
+ 00022712  0x00003039 ncall  0x00006d07 , 0x00000002 
+ 00022713  0x0000303a fetcht  0x00000002 , 0x000004c8 
+ 00022714  0x0000303b isub  0x00000002 , 0x0000003e 
+ 00022715  0x0000303c ncall  0x00006cff , 0x00000002 
+ 00022716  0x0000303e fetch  0x00000002 , 0x000004ca 
+ 00022717  0x0000303f fetcht  0x00000002 , 0x000004c4 
+ 00022718  0x00003040 isub  0x00000002 , 0x0000003e 
+ 00022719  0x00003041 branch  0x000058cd , 0x00000002 
+ 00022720  0x00003042 fetcht  0x00000002 , 0x000004c6 
+ 00022721  0x00003043 isub  0x00000002 , 0x0000003f 
+ 00022722  0x00003044 nbranch  0x000058cf , 0x00000002 
+ 00022723  0x00003045 branch  0x000058cf , 0x00000034 
+ 00022724  0x00003046 mul32  0x0000003f , 0x00000064 , 0x00000011 
+ 00022725  0x00003047 fetch  0x00000002 , 0x000004c4 
+ 00022726  0x00003048 fetcht  0x00000002 , 0x000004c6 
+ 00022727  0x00003049 isub  0x00000002 , 0x00000002 
+ 00022728  0x0000304a copy  0x00000011 , 0x0000003f 
+ 00022729  0x0000304b idiv  0x00000002 
+ 00022730  0x0000304c call  0x000075cd 
+ 00022731  0x0000304d store  0x00000001 , 0x0000478d 
+ 00022732  0x0000304e rtn 
+ 00022733  0x00003051 jam  0x00000064 , 0x0000478d 
+ 00022734  0x00003052 rtn 
+ 00022735  0x00003054 jam  0x00000000 , 0x0000478d 
+ 00022736  0x00003055 rtn 
+ 00022737  0x00003058 fetch  0x00000001 , 0x000043c2 
+ 00022738  0x00003059 beq  0x00000002 , 0x000058a2 
+ 00022739  0x0000305a branch  0x000058b2 
+ 00022740  0x0000305d fetcht  0x00000001 , 0x000043c6 
+ 00022741  0x0000305e set1  0x00000002 , 0x00000002 
+ 00022742  0x0000305f storet  0x00000001 , 0x000043c6 
+ 00022743  0x00003060 rtn 
+ 00022744  0x00003063 fetcht  0x00000001 , 0x000043c6 
+ 00022745  0x00003064 set0  0x00000002 , 0x00000002 
+ 00022746  0x00003065 storet  0x00000001 , 0x000043c6 
+ 00022747  0x00003066 rtn 
+ 00022748  0x00003069 jam  0x00000001 , 0x00004595 
+ 00022749  0x0000306a rtn 
+ 00022750  0x00003070 fetcht  0x00000001 , 0x000043d5 
+ 00022751  0x00003071 call  0x00006c43 
+ 00022752  0x00003072 call  0x00007199 
+ 00022753  0x00003073 fetcht  0x00000001 , 0x000045a5 
+ 00022754  0x00003074 call  0x00005915 
+ 00022755  0x00003075 fetcht  0x00000001 , 0x000045a7 
+ 00022756  0x00003076 call  0x00005915 
+ 00022757  0x00003077 fetcht  0x00000001 , 0x000045a6 
+ 00022758  0x00003078 call  0x00005915 
+ 00022759  0x00003079 fetcht  0x00000001 , 0x000045a8 
+ 00022760  0x0000307a call  0x00005915 
+ 00022761  0x0000307b fetcht  0x00000001 , 0x000045a9 
+ 00022762  0x0000307c call  0x00005915 
+ 00022763  0x0000307d fetcht  0x00000001 , 0x000045aa 
+ 00022764  0x0000307e call  0x00005915 
+ 00022765  0x00003080 fetcht  0x00000001 , 0x000045b5 
+ 00022766  0x00003081 call  0x00005915 
+ 00022767  0x00003083 fetcht  0x00000001 , 0x000045b6 
+ 00022768  0x00003084 call  0x00005915 
+ 00022769  0x00003086 fetcht  0x00000001 , 0x000045b7 
+ 00022770  0x00003087 call  0x00005915 
+ 00022771  0x00003089 fetcht  0x00000001 , 0x000045ab 
+ 00022772  0x0000308a call  0x00005915 
+ 00022773  0x0000308c fetcht  0x00000001 , 0x000045ac 
+ 00022774  0x0000308d call  0x00005915 
+ 00022775  0x0000308f fetcht  0x00000001 , 0x000045b3 
+ 00022776  0x00003090 call  0x00005915 
+ 00022777  0x00003091 fetcht  0x00000001 , 0x000045b4 
+ 00022778  0x00003092 call  0x00005915 
+ 00022779  0x00003094 fetcht  0x00000001 , 0x000045b8 
+ 00022780  0x00003095 call  0x00005915 
+ 00022781  0x00003097 fetcht  0x00000001 , 0x000045b9 
+ 00022782  0x00003098 call  0x00005915 
+ 00022783  0x0000309a fetcht  0x00000001 , 0x000045bb 
+ 00022784  0x0000309b call  0x00006c43 
+ 00022785  0x0000309d fetcht  0x00000001 , 0x000045bc 
+ 00022786  0x0000309e call  0x00006c43 
+ 00022787  0x000030a0 fetcht  0x00000001 , 0x000045bd 
+ 00022788  0x000030a1 call  0x00006c43 
+ 00022789  0x000030a3 fetcht  0x00000001 , 0x000045be 
+ 00022790  0x000030a4 call  0x00006c43 
+ 00022791  0x000030a6 fetcht  0x00000001 , 0x000045bf 
+ 00022792  0x000030a7 call  0x00006c43 
+ 00022793  0x000030a9 fetcht  0x00000001 , 0x000045af 
+ 00022794  0x000030aa branch  0x00005915 
+ 00022795  0x000030ae sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00022796  0x000030af rtn  0x00000005 
+ 00022797  0x000030b0 and  0x00000002 , 0x0000007f , 0x00000007 
+ 00022798  0x000030b1 fetch  0x00000004 , 0x0000811c 
+ 00022799  0x000030b2 qisolate1  0x0000003f 
+ 00022800  0x000030b3 branch  0x00005915 , 0x00000001 
+ 00022801  0x000030b5 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00022802  0x000030b6 rtn  0x00000005 
+ 00022803  0x000030b7 set1  0x00000007 , 0x00000002 
+ 00022804  0x000030b8 branch  0x00006c29 
+ 00022805  0x000030bb sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00022806  0x000030bc rtn  0x00000005 
+ 00022807  0x000030bd set0  0x00000007 , 0x00000002 
+ 00022808  0x000030be branch  0x00006c29 
+ 00022809  0x000030c1 fetch  0x00000003 , 0x0000487a 
+ 00022810  0x000030c2 store  0x00000003 , 0x000004c4 
+ 00022811  0x000030c3 arg  0x0000000d , 0x00000039 
+ 00022812  0x000030c4 arg  0x00000000 , 0x00000002 
+ 00022813  0x000030c6 fetch  0x00000003 , 0x000004c4 
+ 00022814  0x000030c7 isolate1  0x00000000 , 0x0000003f 
+ 00022815  0x000030c8 call  0x00006c5b , 0x00000001 
+ 00022816  0x000030c9 fetch  0x00000003 , 0x000004c4 
+ 00022817  0x000030ca lshift  0x0000003f , 0x0000003f 
+ 00022818  0x000030cb store  0x00000003 , 0x000004c4 
+ 00022819  0x000030cc increase  0x00000001 , 0x00000002 
+ 00022820  0x000030cd loop  0x0000591d 
+ 00022821  0x000030ce rtn 
+ 00022822  0x000030d4 call  0x0000592b 
+ 00022823  0x000030d5 jam  0x00000073 , 0x000043aa 
+ 00022824  0x000030d7 call  0x0000592a 
+ 00022825  0x000030d8 branch  0x0000671e 
+ 00022826  0x000030dc branch  0x0000691f 
+ 00022827  0x000030df fetch  0x00000001 , 0x000045ad 
+ 00022828  0x000030e0 arg  0x00000021 , 0x00000002 
+ 00022829  0x000030e1 call  0x00006c68 
+ 00022830  0x000030e2 fetch  0x00000001 , 0x000045ae 
+ 00022831  0x000030e3 arg  0x00000023 , 0x00000002 
+ 00022832  0x000030e4 branch  0x00006c68 
+ 00022833  0x000030eb bpatch  0x00000048 , 0x00004009 
+ 00022834  0x000030ec disable  0x00000028 
+ 00022835  0x000030ed setarg  0x00000000 
+ 00022836  0x000030ee store  0x00000006 , 0x0000456b 
+ 00022837  0x000030ef call  0x00005bfe 
+ 00022838  0x000030f0 call  0x00005a4e 
+ 00022839  0x000030f1 call  0x00005940 
+ 00022840  0x000030f2 call  0x00005945 
+ 00022841  0x000030f3 call  0x00005a9b 
+ 00022842  0x000030f4 fetch  0x00000001 , 0x0000456a 
+ 00022843  0x000030f5 and_into  0x0000001f , 0x0000003f 
+ 00022844  0x000030f6 store  0x00000001 , 0x0000456a 
+ 00022845  0x000030f7 nbranch  0x00005fdb , 0x00000028 
+ 00022846  0x000030f8 call  0x00005fca 
+ 00022847  0x000030f9 branch  0x00005e12 
+ 00022848  0x000030ff fetch  0x00000001 , 0x0000457a 
+ 00022849  0x00003100 rtn  0x00000034 
+ 00022850  0x00003101 store  0x00000001 , 0x0000456f 
+ 00022851  0x00003102 jam  0x00000000 , 0x0000457a 
+ 00022852  0x00003103 branch  0x00007636 
+ 00022853  0x00003106 fetch  0x00000001 , 0x00004576 
+ 00022854  0x00003107 rtn  0x00000034 
+ 00022855  0x00003108 store  0x00000001 , 0x00004570 
+ 00022856  0x00003109 jam  0x00000000 , 0x00004576 
+ 00022857  0x0000310a branch  0x00007636 
+ 00022858  0x0000310d call  0x00005957 
+ 00022859  0x0000310e call  0x00005993 
+ 00022860  0x0000310f fetch  0x00000001 , 0x00004574 
+ 00022861  0x00003110 fetcht  0x00000001 , 0x00004573 
+ 00022862  0x00003111 store  0x00000001 , 0x00004573 
+ 00022863  0x00003112 isub  0x00000002 , 0x0000003e 
+ 00022864  0x00003113 nbranch  0x00004e0d , 0x00000005 
+ 00022865  0x00003114 fetch  0x00000001 , 0x00004578 
+ 00022866  0x00003115 fetcht  0x00000001 , 0x00004577 
+ 00022867  0x00003116 store  0x00000001 , 0x00004577 
+ 00022868  0x00003117 isub  0x00000002 , 0x0000003e 
+ 00022869  0x00003118 nbranch  0x00004e0d , 0x00000005 
+ 00022870  0x00003119 rtn 
+ 00022871  0x0000311b fetch  0x00000001 , 0x000045b3 
+ 00022872  0x0000311c rtneq  0x000000ff 
+ 00022873  0x0000311d arg  0x00000000 , 0x00000011 
+ 00022874  0x0000311e fetcht  0x00000001 , 0x000045b3 
+ 00022875  0x0000311f call  0x00006c32 
+ 00022876  0x00003120 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00022877  0x00003121 fetcht  0x00000001 , 0x000045b4 
+ 00022878  0x00003122 call  0x00006c32 
+ 00022879  0x00003123 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00022880  0x00003124 copy  0x00000011 , 0x0000003f 
+ 00022881  0x00003125 store  0x00000001 , 0x00004574 
+ 00022882  0x00003126 beq  0x00000001 , 0x00005967 
+ 00022883  0x00003127 beq  0x00000002 , 0x0000596b 
+ 00022884  0x00003128 fetch  0x00000001 , 0x00004575 
+ 00022885  0x00003129 bbit1  0x00000007 , 0x00005977 
+ 00022886  0x0000312a rtn 
+ 00022887  0x0000312d fetch  0x00000001 , 0x00004573 
+ 00022888  0x0000312e beq  0x00000000 , 0x0000596f 
+ 00022889  0x0000312f beq  0x00000003 , 0x00005971 
+ 00022890  0x00003130 rtn 
+ 00022891  0x00003132 fetch  0x00000001 , 0x00004573 
+ 00022892  0x00003133 beq  0x00000000 , 0x00005973 
+ 00022893  0x00003134 beq  0x00000003 , 0x00005975 
+ 00022894  0x00003135 rtn 
+ 00022895  0x00003137 jam  0x00000082 , 0x00004575 
+ 00022896  0x00003138 rtn 
+ 00022897  0x0000313a jam  0x00000081 , 0x00004575 
+ 00022898  0x0000313b rtn 
+ 00022899  0x0000313d jam  0x00000080 , 0x00004575 
+ 00022900  0x0000313e rtn 
+ 00022901  0x00003140 jam  0x00000083 , 0x00004575 
+ 00022902  0x00003141 rtn 
+ 00022903  0x00003143 fetch  0x00000001 , 0x00004575 
+ 00022904  0x00003144 set0  0x00000007 , 0x0000003f 
+ 00022905  0x00003145 store  0x00000001 , 0x00004575 
+ 00022906  0x00003146 beq  0x00000000 , 0x0000597f 
+ 00022907  0x00003147 beq  0x00000001 , 0x00005982 
+ 00022908  0x00003148 beq  0x00000002 , 0x00005985 
+ 00022909  0x00003149 beq  0x00000003 , 0x00005988 
+ 00022910  0x0000314a rtn 
+ 00022911  0x0000314c fetch  0x00000001 , 0x00004574 
+ 00022912  0x0000314d beq  0x00000003 , 0x0000598b 
+ 00022913  0x0000314e rtn 
+ 00022914  0x00003150 fetch  0x00000001 , 0x00004574 
+ 00022915  0x00003151 beq  0x00000000 , 0x0000598b 
+ 00022916  0x00003152 rtn 
+ 00022917  0x00003154 fetch  0x00000001 , 0x00004574 
+ 00022918  0x00003155 beq  0x00000003 , 0x0000598f 
+ 00022919  0x00003156 rtn 
+ 00022920  0x00003158 fetch  0x00000001 , 0x00004574 
+ 00022921  0x00003159 beq  0x00000000 , 0x0000598f 
+ 00022922  0x0000315a rtn 
+ 00022923  0x0000315c fetch  0x00000001 , 0x00004576 
+ 00022924  0x0000315d increase  0x00000001 , 0x0000003f 
+ 00022925  0x0000315e store  0x00000001 , 0x00004576 
+ 00022926  0x0000315f rtn 
+ 00022927  0x00003161 fetch  0x00000001 , 0x00004576 
+ 00022928  0x00003162 increase  0xffffffff , 0x0000003f 
+ 00022929  0x00003163 store  0x00000001 , 0x00004576 
+ 00022930  0x00003164 rtn 
+ 00022931  0x00003168 fetch  0x00000001 , 0x000045ab 
+ 00022932  0x00003169 rtneq  0x000000ff 
+ 00022933  0x0000316a arg  0x00000000 , 0x00000011 
+ 00022934  0x0000316b fetcht  0x00000001 , 0x000045ab 
+ 00022935  0x0000316c call  0x00006c32 
+ 00022936  0x0000316d setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00022937  0x0000316e fetcht  0x00000001 , 0x000045ac 
+ 00022938  0x0000316f call  0x00006c32 
+ 00022939  0x00003170 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00022940  0x00003171 copy  0x00000011 , 0x0000003f 
+ 00022941  0x00003172 store  0x00000001 , 0x00004578 
+ 00022942  0x00003173 beq  0x00000001 , 0x000059a3 
+ 00022943  0x00003174 beq  0x00000002 , 0x000059a7 
+ 00022944  0x00003175 fetch  0x00000001 , 0x00004579 
+ 00022945  0x00003176 bbit1  0x00000007 , 0x000059b3 
+ 00022946  0x00003177 rtn 
+ 00022947  0x0000317a fetch  0x00000001 , 0x00004577 
+ 00022948  0x0000317b beq  0x00000000 , 0x000059ab 
+ 00022949  0x0000317c beq  0x00000003 , 0x000059ad 
+ 00022950  0x0000317d rtn 
+ 00022951  0x0000317f fetch  0x00000001 , 0x00004577 
+ 00022952  0x00003180 beq  0x00000000 , 0x000059af 
+ 00022953  0x00003181 beq  0x00000003 , 0x000059b1 
+ 00022954  0x00003182 rtn 
+ 00022955  0x00003184 jam  0x00000082 , 0x00004579 
+ 00022956  0x00003185 rtn 
+ 00022957  0x00003187 jam  0x00000081 , 0x00004579 
+ 00022958  0x00003188 rtn 
+ 00022959  0x0000318a jam  0x00000080 , 0x00004579 
+ 00022960  0x0000318b rtn 
+ 00022961  0x0000318d jam  0x00000083 , 0x00004579 
+ 00022962  0x0000318e rtn 
+ 00022963  0x00003190 fetch  0x00000001 , 0x00004579 
+ 00022964  0x00003191 set0  0x00000007 , 0x0000003f 
+ 00022965  0x00003192 store  0x00000001 , 0x00004579 
+ 00022966  0x00003193 beq  0x00000000 , 0x000059bb 
+ 00022967  0x00003194 beq  0x00000001 , 0x000059be 
+ 00022968  0x00003195 beq  0x00000002 , 0x000059c1 
+ 00022969  0x00003196 beq  0x00000003 , 0x000059c4 
+ 00022970  0x00003197 rtn 
+ 00022971  0x00003199 fetch  0x00000001 , 0x00004578 
+ 00022972  0x0000319a beq  0x00000003 , 0x000059c7 
+ 00022973  0x0000319b rtn 
+ 00022974  0x0000319d fetch  0x00000001 , 0x00004578 
+ 00022975  0x0000319e beq  0x00000000 , 0x000059c7 
+ 00022976  0x0000319f rtn 
+ 00022977  0x000031a1 fetch  0x00000001 , 0x00004578 
+ 00022978  0x000031a2 beq  0x00000003 , 0x000059cb 
+ 00022979  0x000031a3 rtn 
+ 00022980  0x000031a5 fetch  0x00000001 , 0x00004578 
+ 00022981  0x000031a6 beq  0x00000000 , 0x000059cb 
+ 00022982  0x000031a7 rtn 
+ 00022983  0x000031a9 fetch  0x00000001 , 0x0000457a 
+ 00022984  0x000031aa increase  0x00000001 , 0x0000003f 
+ 00022985  0x000031ab store  0x00000001 , 0x0000457a 
+ 00022986  0x000031ac rtn 
+ 00022987  0x000031ae fetch  0x00000001 , 0x0000457a 
+ 00022988  0x000031af increase  0xffffffff , 0x0000003f 
+ 00022989  0x000031b0 store  0x00000001 , 0x0000457a 
+ 00022990  0x000031b1 rtn 
+ 00022991  0x000031b5 fetcht  0x00000001 , 0x000045ab 
+ 00022992  0x000031b6 call  0x00006c0b 
+ 00022993  0x000031b7 fetcht  0x00000001 , 0x000045ac 
+ 00022994  0x000031b8 call  0x00006c0b 
+ 00022995  0x000031b9 fetcht  0x00000001 , 0x000045b3 
+ 00022996  0x000031ba call  0x00006c0b 
+ 00022997  0x000031bb fetcht  0x00000001 , 0x000045b4 
+ 00022998  0x000031bc branch  0x00006c0b 
+ 00022999  0x000031bf fetcht  0x00000001 , 0x000045ab 
+ 00023000  0x000031c0 call  0x0000590b 
+ 00023001  0x000031c1 fetcht  0x00000001 , 0x000045ac 
+ 00023002  0x000031c2 call  0x0000590b 
+ 00023003  0x000031c3 fetcht  0x00000001 , 0x000045b3 
+ 00023004  0x000031c4 call  0x0000590b 
+ 00023005  0x000031c5 fetcht  0x00000001 , 0x000045b4 
+ 00023006  0x000031c6 branch  0x0000590b 
+ 00023007  0x000031c9 fetch  0x00000002 , 0x0000456f 
+ 00023008  0x000031ca rtn  0x00000034 
+ 00023009  0x000031cb jam  0x00000001 , 0x0000457b 
+ 00023010  0x000031cc jam  0x0000000a , 0x0000457c 
+ 00023011  0x000031cd rtn 
+ 00023012  0x000031d0 arg  0x0000457c , 0x00000013 
+ 00023013  0x000031d1 arg  0x000059e7 , 0x00000012 
+ 00023014  0x000031d2 branch  0x00004de1 
+ 00023015  0x000031d4 jam  0x00000000 , 0x0000457b 
+ 00023016  0x000031d5 rtn 
+ 00023017  0x000031df fetch  0x00000008 , 0x00004848 
+ 00023018  0x000031e0 bbit1  0x0000002e , 0x00005a10 
+ 00023019  0x000031e1 fetch  0x00000001 , 0x000045aa 
+ 00023020  0x000031e2 rtneq  0x000000ff 
+ 00023021  0x000031e3 arg  0x00000000 , 0x00000011 
+ 00023022  0x000031e4 jam  0x00000005 , 0x00004833 
+ 00023023  0x000031e5 fetcht  0x00000001 , 0x000045aa 
+ 00023024  0x000031e6 call  0x000059f8 
+ 00023025  0x000031e7 store  0x00000001 , 0x00004830 
+ 00023026  0x000031e8 fetch  0x00000001 , 0x000045b5 
+ 00023027  0x000031e9 beq  0x000000ff , 0x00005a08 
+ 00023028  0x000031ea call  0x00005b1e 
+ 00023029  0x000031ec copy  0x00000011 , 0x0000003f 
+ 00023030  0x000031ed bbit1  0x00000005 , 0x00005a12 
+ 00023031  0x000031ee branch  0x00005a19 
+ 00023032  0x000031f1 fetch  0x00000008 , 0x00004848 
+ 00023033  0x000031f2 bbit1  0x0000002c , 0x00005a0e 
+ 00023034  0x000031f3 fetch  0x00000001 , 0x00004830 
+ 00023035  0x000031f4 copy  0x0000003f , 0x00000013 
+ 00023036  0x000031f5 fetch  0x00000001 , 0x000045b5 
+ 00023037  0x000031f6 beq  0x000000ff , 0x00005b52 
+ 00023038  0x000031f7 fetch  0x00000001 , 0x00004837 
+ 00023039  0x000031f8 nbranch  0x00005a0b , 0x00000034 
+ 00023040  0x000031fa call  0x00006c32 
+ 00023041  0x000031fb fetcht  0x00000001 , 0x000045b5 
+ 00023042  0x000031fc branch  0x00005a0e , 0x00000001 
+ 00023043  0x000031fd fetcht  0x00000001 , 0x000045b5 
+ 00023044  0x000031fe call  0x00006c43 
+ 00023045  0x000031ff fetcht  0x00000001 , 0x000045aa 
+ 00023046  0x00003200 fetch  0x00000001 , 0x00004830 
+ 00023047  0x00003201 branch  0x00005b46 
+ 00023048  0x00003204 fetcht  0x00000001 , 0x000045aa 
+ 00023049  0x00003205 call  0x00005915 
+ 00023050  0x00003206 branch  0x000059f5 
+ 00023051  0x00003209 jam  0x00000000 , 0x00004676 
+ 00023052  0x0000320a jam  0x00000000 , 0x00004830 
+ 00023053  0x0000320b rtn 
+ 00023054  0x0000320e fetch  0x00000001 , 0x00004830 
+ 00023055  0x0000320f branch  0x00005b46 
+ 00023056  0x00003212 fetch  0x00000001 , 0x00004595 
+ 00023057  0x00003213 branch  0x00005a19 , 0x00000034 
+ 00023058  0x00003215 fetch  0x00000001 , 0x00004676 
+ 00023059  0x00003216 rtneq  0x00000001 
+ 00023060  0x00003217 jam  0x00000001 , 0x00004676 
+ 00023061  0x00003218 fetch  0x00000008 , 0x00004848 
+ 00023062  0x00003219 rtnbit1  0x00000028 
+ 00023063  0x0000321a rtnbit1  0x00000036 
+ 00023064  0x0000321b branch  0x00005a29 
+ 00023065  0x0000321e fetch  0x00000001 , 0x00004676 
+ 00023066  0x0000321f rtneq  0x00000000 
+ 00023067  0x00003220 jam  0x00000000 , 0x00004676 
+ 00023068  0x00003221 fetch  0x00000008 , 0x00004848 
+ 00023069  0x00003222 bbit1  0x00000028 , 0x00005a20 
+ 00023070  0x00003223 bbit1  0x00000036 , 0x00005a20 
+ 00023071  0x00003224 rtn 
+ 00023072  0x00003226 fetch  0x00000001 , 0x00004677 
+ 00023073  0x00003227 nbranch  0x00005a24 , 0x00000034 
+ 00023074  0x00003228 fetch  0x00000001 , 0x00004839 
+ 00023075  0x00003229 ncall  0x00005a29 , 0x00000034 
+ 00023076  0x0000322b jam  0x00000000 , 0x00004677 
+ 00023077  0x0000322c fetch  0x00000001 , 0x00004431 
+ 00023078  0x0000322d store  0x00000001 , 0x00004839 
+ 00023079  0x0000322e store  0x00000001 , 0x00004838 
+ 00023080  0x0000322f rtn 
+ 00023081  0x00003232 bpatch  0x00000049 , 0x00004009 
+ 00023082  0x00003233 call  0x00005a32 
+ 00023083  0x00003234 rtn  0x00000028 
+ 00023084  0x00003235 fetch  0x00000001 , 0x0000462b 
+ 00023085  0x00003236 increase  0x00000001 , 0x0000003f 
+ 00023086  0x00003237 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00023087  0x00003238 store  0x00000001 , 0x0000462b 
+ 00023088  0x00003239 call  0x00005a55 
+ 00023089  0x0000323a branch  0x00005ea3 
+ 00023090  0x0000323d disable  0x00000028 
+ 00023091  0x0000323e fetch  0x00000008 , 0x00004848 
+ 00023092  0x0000323f rtnbit1  0x0000002c 
+ 00023093  0x00003240 rtnbit1  0x0000002e 
+ 00023094  0x00003241 fetch  0x00000001 , 0x0000482b 
+ 00023095  0x00003242 rtn  0x00000034 
+ 00023096  0x00003243 fetch  0x00000001 , 0x0000482c 
+ 00023097  0x00003244 rtn  0x00000034 
+ 00023098  0x00003245 enable  0x00000028 
+ 00023099  0x00003246 rtn 
+ 00023100  0x00003249 fetch  0x00000008 , 0x00004848 
+ 00023101  0x0000324a bbit1  0x00000028 , 0x00005a40 
+ 00023102  0x0000324b bbit1  0x00000036 , 0x00005a47 
+ 00023103  0x0000324c rtn 
+ 00023104  0x0000324f fetch  0x00000001 , 0x00004676 
+ 00023105  0x00003250 rtnne  0x00000001 
+ 00023106  0x00003251 arg  0x00004839 , 0x00000013 
+ 00023107  0x00003252 arg  0x00005a45 , 0x00000012 
+ 00023108  0x00003253 branch  0x00004de1 
+ 00023109  0x00003256 jam  0x00000001 , 0x00004677 
+ 00023110  0x00003257 branch  0x00005f68 
+ 00023111  0x0000325a fetch  0x00000001 , 0x00004676 
+ 00023112  0x0000325b rtnne  0x00000001 
+ 00023113  0x0000325c arg  0x00004838 , 0x00000013 
+ 00023114  0x0000325d arg  0x00005a4c , 0x00000012 
+ 00023115  0x0000325e branch  0x00004de1 
+ 00023116  0x00003261 jam  0x00000001 , 0x00004677 
+ 00023117  0x00003262 branch  0x00005daa 
+ 00023118  0x00003265 branch  0x00005a58 
+ 00023119  0x00003268 fetch  0x00000008 , 0x00004848 
+ 00023120  0x00003269 rtnbit1  0x0000001c 
+ 00023121  0x0000326a fetch  0x00000001 , 0x0000462b 
+ 00023122  0x0000326b rtnne  0x00000003 
+ 00023123  0x0000326c jam  0x00000000 , 0x0000462b 
+ 00023124  0x0000326d rtn 
+ 00023125  0x00003270 bpatch  0x0000004a , 0x00004009 
+ 00023126  0x00003271 call  0x00005a4f 
+ 00023127  0x00003272 call  0x000061c2 
+ 00023128  0x00003274 fetch  0x00000001 , 0x000045c0 
+ 00023129  0x00003275 beq  0x00000003 , 0x00005a7a 
+ 00023130  0x00003276 beq  0x0000000b , 0x00005a8e 
+ 00023131  0x00003277 fetch  0x00000001 , 0x0000462b 
+ 00023132  0x00003278 beq  0x00000000 , 0x00005a62 
+ 00023133  0x00003279 beq  0x00000001 , 0x00005a60 
+ 00023134  0x0000327a beq  0x00000002 , 0x00005a64 
+ 00023135  0x0000327b beq  0x00000003 , 0x00005a66 
+ 00023136  0x0000327d fetcht  0x00000001 , 0x0000466a 
+ 00023137  0x0000327e branch  0x00005a67 
+ 00023138  0x00003280 fetcht  0x00000001 , 0x00004669 
+ 00023139  0x00003281 branch  0x00005a67 
+ 00023140  0x00003283 fetcht  0x00000001 , 0x0000466b 
+ 00023141  0x00003284 branch  0x00005a67 
+ 00023142  0x00003286 fetcht  0x00000001 , 0x0000466c 
+ 00023143  0x00003288 fetch  0x00000001 , 0x000045c0 
+ 00023144  0x00003289 beq  0x00000004 , 0x00005a76 
+ 00023145  0x0000328a beq  0x00000005 , 0x00005a76 
+ 00023146  0x0000328b beq  0x00000008 , 0x00005a78 
+ 00023147  0x0000328c beq  0x00000007 , 0x00005a78 
+ 00023148  0x0000328d beq  0x00000006 , 0x00005a76 
+ 00023149  0x0000328f storet  0x00000001 , 0x00004675 
+ 00023150  0x00003290 setarg  0x00000006 
+ 00023151  0x00003291 call  0x00006723 
+ 00023152  0x00003292 and  0x0000003f , 0x000000f8 , 0x00000002 
+ 00023153  0x00003293 fetch  0x00000001 , 0x00004675 
+ 00023154  0x00003294 iadd  0x00000002 , 0x0000003f 
+ 00023155  0x00003295 lshift8  0x0000003f , 0x0000003f 
+ 00023156  0x00003296 add  0x0000003f , 0x00000006 , 0x0000003f 
+ 00023157  0x00003297 branch  0x00006722 
+ 00023158  0x0000329a increase  0xffffffff , 0x00000002 
+ 00023159  0x0000329b branch  0x00005a6d 
+ 00023160  0x0000329e increase  0x00000002 , 0x00000002 
+ 00023161  0x0000329f branch  0x00005a6d 
+ 00023162  0x000032a2 fetch  0x00000001 , 0x0000462b 
+ 00023163  0x000032a3 beq  0x00000000 , 0x00005a81 
+ 00023164  0x000032a4 beq  0x00000001 , 0x00005a7f 
+ 00023165  0x000032a5 beq  0x00000002 , 0x00005a83 
+ 00023166  0x000032a6 beq  0x00000003 , 0x00005a85 
+ 00023167  0x000032a8 fetch  0x00000001 , 0x0000466e 
+ 00023168  0x000032a9 branch  0x00005a86 
+ 00023169  0x000032ab fetch  0x00000001 , 0x0000466d 
+ 00023170  0x000032ac branch  0x00005a86 
+ 00023171  0x000032ae fetch  0x00000001 , 0x0000466f 
+ 00023172  0x000032af branch  0x00005a86 
+ 00023173  0x000032b1 fetch  0x00000001 , 0x00004670 
+ 00023174  0x000032b3 store  0x00000001 , 0x00004675 
+ 00023175  0x000032b4 lshift8  0x0000003f , 0x0000003f 
+ 00023176  0x000032b5 copy  0x0000003f , 0x00000011 
+ 00023177  0x000032b6 add  0x0000003f , 0x0000000d , 0x0000003f 
+ 00023178  0x000032b7 call  0x00006722 
+ 00023179  0x000032b8 copy  0x00000011 , 0x0000003f 
+ 00023180  0x000032b9 add  0x0000003f , 0x0000000e , 0x0000003f 
+ 00023181  0x000032ba branch  0x00006722 
+ 00023182  0x000032bd fetch  0x00000001 , 0x0000462b 
+ 00023183  0x000032be beq  0x00000000 , 0x00005a95 
+ 00023184  0x000032bf beq  0x00000001 , 0x00005a93 
+ 00023185  0x000032c0 beq  0x00000002 , 0x00005a97 
+ 00023186  0x000032c1 beq  0x00000003 , 0x00005a99 
+ 00023187  0x000032c3 fetch  0x00000001 , 0x00004672 
+ 00023188  0x000032c4 branch  0x00005a86 
+ 00023189  0x000032c7 fetch  0x00000001 , 0x00004671 
+ 00023190  0x000032c8 branch  0x00005a86 
+ 00023191  0x000032cb fetch  0x00000001 , 0x00004673 
+ 00023192  0x000032cc branch  0x00005a86 
+ 00023193  0x000032cf fetch  0x00000001 , 0x00004674 
+ 00023194  0x000032d0 branch  0x00005a86 
+ 00023195  0x000032d9 call  0x00005ad4 
+ 00023196  0x000032da call  0x00005aac 
+ 00023197  0x000032db call  0x00005826 
+ 00023198  0x000032dc call  0x00005aa7 
+ 00023199  0x000032dd copy  0x00000011 , 0x0000003f 
+ 00023200  0x000032de fetcht  0x00000001 , 0x00004572 
+ 00023201  0x000032df store  0x00000001 , 0x00004572 
+ 00023202  0x000032e0 store  0x00000001 , 0x0000456a 
+ 00023203  0x000032e1 ixor  0x00000002 , 0x0000003f 
+ 00023204  0x000032e2 sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00023205  0x000032e3 rtn  0x00000005 
+ 00023206  0x000032e4 branch  0x00007636 
+ 00023207  0x000032e7 rtnmark0  0x00000026 
+ 00023208  0x000032e8 copy  0x00000011 , 0x0000003f 
+ 00023209  0x000032e9 rtn  0x00000034 
+ 00023210  0x000032ea store  0x00000001 , 0x0000456a 
+ 00023211  0x000032eb branch  0x00007636 
+ 00023212  0x000032ee jam  0x00000000 , 0x00004835 
+ 00023213  0x000032ef jam  0x00000000 , 0x00004836 
+ 00023214  0x000032f0 jam  0x00000000 , 0x00004837 
+ 00023215  0x000032f1 copy  0x0000003f , 0x00000002 
+ 00023216  0x000032f2 call  0x00005abc 
+ 00023217  0x000032f3 call  0x00005abf 
+ 00023218  0x000032f4 call  0x00005ac2 
+ 00023219  0x000032f5 call  0x00005ac5 
+ 00023220  0x000032f6 fetch  0x00000001 , 0x00004836 
+ 00023221  0x000032f7 rtn  0x00000034 
+ 00023222  0x000032f8 fetch  0x00000001 , 0x00004835 
+ 00023223  0x000032f9 rtn  0x00000034 
+ 00023224  0x000032fa jam  0x00000001 , 0x00004837 
+ 00023225  0x000032fb fetch  0x00000001 , 0x00004572 
+ 00023226  0x000032fc copy  0x0000003f , 0x00000011 
+ 00023227  0x000032fd rtn 
+ 00023228  0x00003300 and  0x00000002 , 0x00000009 , 0x0000003f 
+ 00023229  0x00003301 beq  0x00000009 , 0x00005acd 
+ 00023230  0x00003302 rtn 
+ 00023231  0x00003304 and  0x00000002 , 0x00000014 , 0x0000003f 
+ 00023232  0x00003305 beq  0x00000014 , 0x00005acd 
+ 00023233  0x00003306 rtn 
+ 00023234  0x00003308 and  0x00000002 , 0x00000018 , 0x0000003f 
+ 00023235  0x00003309 beq  0x00000018 , 0x00005acb 
+ 00023236  0x0000330a rtn 
+ 00023237  0x0000330d and  0x00000002 , 0x00000007 , 0x0000003f 
+ 00023238  0x0000330e beq  0x00000003 , 0x00005acb 
+ 00023239  0x0000330f beq  0x00000005 , 0x00005acb 
+ 00023240  0x00003310 beq  0x00000006 , 0x00005acb 
+ 00023241  0x00003311 beq  0x00000007 , 0x00005acb 
+ 00023242  0x00003312 rtn 
+ 00023243  0x00003316 jam  0x00000001 , 0x00004836 
+ 00023244  0x00003317 rtn 
+ 00023245  0x0000331a jam  0x00000001 , 0x00004835 
+ 00023246  0x0000331b rtn 
+ 00023247  0x0000331e call  0x00005ae0 
+ 00023248  0x0000331f call  0x00005ad4 
+ 00023249  0x00003320 setarg  0x00000000 
+ 00023250  0x00003321 store  0x00000003 , 0x0000482b 
+ 00023251  0x00003322 rtn 
+ 00023252  0x00003325 bpatch  0x0000004b , 0x00004009 
+ 00023253  0x00003326 fetch  0x00000001 , 0x0000487d 
+ 00023254  0x00003327 ncall  0x00005ae0 , 0x00000034 
+ 00023255  0x00003328 arg  0x00000000 , 0x00000011 
+ 00023256  0x00003329 call  0x00005ae3 
+ 00023257  0x0000332a call  0x00005ae9 
+ 00023258  0x0000332b call  0x00005aef 
+ 00023259  0x0000332c call  0x00005af5 
+ 00023260  0x0000332d call  0x00005b0e 
+ 00023261  0x0000332e call  0x00005b28 
+ 00023262  0x0000332f copy  0x00000011 , 0x0000003f 
+ 00023263  0x00003330 rtn 
+ 00023264  0x00003333 setarg  0x00030303 
+ 00023265  0x00003334 store  0x00000003 , 0x0000482b 
+ 00023266  0x00003335 rtn 
+ 00023267  0x00003338 jam  0x00000000 , 0x00004833 
+ 00023268  0x00003339 fetcht  0x00000001 , 0x000045a5 
+ 00023269  0x0000333a fetch  0x00000001 , 0x0000482b 
+ 00023270  0x0000333b call  0x00005b46 
+ 00023271  0x0000333c store  0x00000001 , 0x0000482b 
+ 00023272  0x0000333d rtn 
+ 00023273  0x00003340 jam  0x00000001 , 0x00004833 
+ 00023274  0x00003341 fetcht  0x00000001 , 0x000045a7 
+ 00023275  0x00003342 fetch  0x00000001 , 0x0000482c 
+ 00023276  0x00003343 call  0x00005b46 
+ 00023277  0x00003344 store  0x00000001 , 0x0000482c 
+ 00023278  0x00003345 rtn 
+ 00023279  0x00003348 jam  0x00000002 , 0x00004833 
+ 00023280  0x00003349 fetcht  0x00000001 , 0x000045a6 
+ 00023281  0x0000334a fetch  0x00000001 , 0x0000482d 
+ 00023282  0x0000334b call  0x00005b46 
+ 00023283  0x0000334c store  0x00000001 , 0x0000482d 
+ 00023284  0x0000334d rtn 
+ 00023285  0x00003350 fetch  0x00000001 , 0x000045a8 
+ 00023286  0x00003351 rtneq  0x000000ff 
+ 00023287  0x00003352 jam  0x00000003 , 0x00004833 
+ 00023288  0x00003353 fetch  0x00000001 , 0x0000482e 
+ 00023289  0x00003354 copy  0x0000003f , 0x00000013 
+ 00023290  0x00003355 fetcht  0x00000001 , 0x000045a8 
+ 00023291  0x00003356 fetch  0x00000001 , 0x000045b5 
+ 00023292  0x00003357 beq  0x000000ff , 0x00005b0a 
+ 00023293  0x00003358 call  0x00006c32 
+ 00023294  0x00003359 branch  0x00005b06 , 0x00000001 
+ 00023295  0x0000335a fetcht  0x00000001 , 0x000045b5 
+ 00023296  0x0000335b call  0x00006c43 
+ 00023297  0x0000335c fetcht  0x00000001 , 0x000045a8 
+ 00023298  0x0000335d fetch  0x00000001 , 0x0000482e 
+ 00023299  0x0000335e call  0x00005b46 
+ 00023300  0x00003360 store  0x00000001 , 0x0000482e 
+ 00023301  0x00003361 branch  0x00005b1e 
+ 00023302  0x00003364 fetcht  0x00000001 , 0x000045b5 
+ 00023303  0x00003365 fetch  0x00000001 , 0x0000482e 
+ 00023304  0x00003366 call  0x00005b46 
+ 00023305  0x00003367 branch  0x00005b04 
+ 00023306  0x0000336a call  0x00005b52 
+ 00023307  0x0000336b store  0x00000001 , 0x0000482e 
+ 00023308  0x0000336c fetcht  0x00000001 , 0x000045a8 
+ 00023309  0x0000336d branch  0x00005915 
+ 00023310  0x00003371 fetch  0x00000001 , 0x000045a9 
+ 00023311  0x00003372 rtneq  0x000000ff 
+ 00023312  0x00003373 jam  0x00000004 , 0x00004833 
+ 00023313  0x00003374 fetch  0x00000001 , 0x0000482f 
+ 00023314  0x00003375 copy  0x0000003f , 0x00000013 
+ 00023315  0x00003376 fetcht  0x00000001 , 0x000045a9 
+ 00023316  0x00003377 fetch  0x00000001 , 0x000045b5 
+ 00023317  0x00003378 beq  0x000000ff , 0x00005b24 
+ 00023318  0x00003379 call  0x00006c32 
+ 00023319  0x0000337a branch  0x00005b20 , 0x00000001 
+ 00023320  0x0000337b fetcht  0x00000001 , 0x000045b5 
+ 00023321  0x0000337c call  0x00006c43 
+ 00023322  0x0000337d fetcht  0x00000001 , 0x000045a9 
+ 00023323  0x0000337e fetch  0x00000001 , 0x0000482f 
+ 00023324  0x0000337f call  0x00005b46 
+ 00023325  0x00003381 store  0x00000001 , 0x0000482f 
+ 00023326  0x00003383 fetcht  0x00000001 , 0x000045b5 
+ 00023327  0x00003384 branch  0x00005915 
+ 00023328  0x00003387 fetcht  0x00000001 , 0x000045b5 
+ 00023329  0x00003388 fetch  0x00000001 , 0x0000482f 
+ 00023330  0x00003389 call  0x00005b46 
+ 00023331  0x0000338a branch  0x00005b1d 
+ 00023332  0x0000338d call  0x00005b52 
+ 00023333  0x0000338e store  0x00000001 , 0x0000482f 
+ 00023334  0x0000338f fetcht  0x00000001 , 0x000045a9 
+ 00023335  0x00003390 branch  0x00005915 
+ 00023336  0x00003393 jam  0x00000000 , 0x00004828 
+ 00023337  0x00003394 fetch  0x00000008 , 0x00004848 
+ 00023338  0x00003395 rtnbit0  0x00000015 
+ 00023339  0x00003396 fetch  0x00000001 , 0x000045b7 
+ 00023340  0x00003397 rtneq  0x000000ff 
+ 00023341  0x00003398 jam  0x00000007 , 0x00004833 
+ 00023342  0x00003399 fetcht  0x00000001 , 0x000045b7 
+ 00023343  0x0000339a fetch  0x00000001 , 0x00004832 
+ 00023344  0x0000339b call  0x00005b46 
+ 00023345  0x0000339c store  0x00000001 , 0x00004832 
+ 00023346  0x0000339d copy  0x00000011 , 0x0000003f 
+ 00023347  0x0000339e bbit1  0x00000007 , 0x00005b38 
+ 00023348  0x0000339f call  0x00005b3b 
+ 00023349  0x000033a1 fetch  0x00000001 , 0x00004829 
+ 00023350  0x000033a2 store  0x00000001 , 0x0000482a 
+ 00023351  0x000033a3 rtn 
+ 00023352  0x000033a6 jam  0x00000001 , 0x00004829 
+ 00023353  0x000033a7 call  0x00005b3e 
+ 00023354  0x000033a8 branch  0x00005b35 
+ 00023355  0x000033ab jam  0x00000000 , 0x00004829 
+ 00023356  0x000033ac fetch  0x00000001 , 0x0000482a 
+ 00023357  0x000033ad rtn  0x00000034 
+ 00023358  0x000033af jam  0x00000001 , 0x00004828 
+ 00023359  0x000033b0 rtn 
+ 00023360  0x000033b3 call  0x00006c32 
+ 00023361  0x000033b4 fetcht  0x00000001 , 0x00004833 
+ 00023362  0x000033b5 copy  0x00000002 , 0x00000007 
+ 00023363  0x000033b6 branch  0x00005b50 , 0x00000001 
+ 00023364  0x000033b8 qset0  0x00000011 
+ 00023365  0x000033b9 rtn 
+ 00023366  0x000033bc lshift  0x0000003f , 0x0000003f 
+ 00023367  0x000033bd copy  0x0000003f , 0x00000012 
+ 00023368  0x000033be call  0x00006c32 
+ 00023369  0x000033bf setflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00023370  0x000033c0 and  0x00000012 , 0x00000007 , 0x0000003f 
+ 00023371  0x000033c2 fetcht  0x00000001 , 0x00004833 
+ 00023372  0x000033c3 copy  0x00000002 , 0x00000007 
+ 00023373  0x000033c4 beq  0x00000007 , 0x00005b50 
+ 00023374  0x000033c5 beq  0x00000000 , 0x00005b44 
+ 00023375  0x000033c6 rtn 
+ 00023376  0x000033c9 qset1  0x00000011 
+ 00023377  0x000033ca rtn 
+ 00023378  0x000033cd bpatch  0x0000004c , 0x00004009 
+ 00023379  0x000033ce copy  0x00000013 , 0x0000003f 
+ 00023380  0x000033cf store  0x00000001 , 0x00004834 
+ 00023381  0x000033d0 lshift  0x0000003f , 0x0000003f 
+ 00023382  0x000033d1 copy  0x0000003f , 0x00000012 
+ 00023383  0x000033d2 copy  0x00000002 , 0x00000013 
+ 00023384  0x000033d3 call  0x00005911 
+ 00023385  0x000033d4 copy  0x00000013 , 0x00000002 
+ 00023386  0x000033d5 call  0x00006c32 
+ 00023387  0x000033d6 nsetflag  0x00000001 , 0x00000000 , 0x00000012 
+ 00023388  0x000033d7 call  0x00005b5e 
+ 00023389  0x000033d8 branch  0x00005b4b 
+ 00023390  0x000033db fetcht  0x00000001 , 0x00004834 
+ 00023391  0x000033dc and_into  0x00000001 , 0x00000002 
+ 00023392  0x000033dd and  0x00000012 , 0x00000001 , 0x0000003f 
+ 00023393  0x000033de isub  0x00000002 , 0x0000003e 
+ 00023394  0x000033df nbranch  0x00005cc5 , 0x00000005 
+ 00023395  0x000033e0 rtn 
+ 00023396  0x000033e6 bpatch  0x0000004d , 0x00004009 
+ 00023397  0x000033e7 call  0x00005926 
+ 00023398  0x000033e8 rtn  0x0000002b 
+ 00023399  0x000033ea call  0x00005bf3 
+ 00023400  0x000033ec bpatch  0x0000004e , 0x00004009 
+ 00023401  0x000033ed call  0x00005b73 
+ 00023402  0x000033ee beq  0x00000030 , 0x00005b7a 
+ 00023403  0x000033ef beq  0x00000031 , 0x00005bdb 
+ 00023404  0x000033f0 beq  0x00000058 , 0x00005be4 
+ 00023405  0x000033f1 call  0x00005b70 
+ 00023406  0x000033f2 nop  0x00001af4 
+ 00023407  0x000033f3 branch  0x00005b68 
+ 00023408  0x000033f5 fetch  0x00000001 , 0x000045ad 
+ 00023409  0x000033f6 call  0x0000670b 
+ 00023410  0x000033f7 branch  0x0000592b 
+ 00023411  0x000033fa setarg  0x00000001 
+ 00023412  0x000033fb call  0x00006723 
+ 00023413  0x000033fc store  0x00000001 , 0x0000465b 
+ 00023414  0x000033fd setarg  0x00000000 
+ 00023415  0x000033fe call  0x00006723 
+ 00023416  0x000033ff store  0x00000001 , 0x0000465a 
+ 00023417  0x00003400 rtn 
+ 00023418  0x00003403 fetch  0x00000001 , 0x0000465b 
+ 00023419  0x00003404 beq  0x0000005a , 0x00005b83 
+ 00023420  0x00003405 beq  0x000000d8 , 0x00005b89 
+ 00023421  0x00003406 beq  0x000000d1 , 0x00005b98 
+ 00023422  0x00003407 beq  0x000000d2 , 0x00005ba1 
+ 00023423  0x00003408 beq  0x00000002 , 0x00005ba8 
+ 00023424  0x00003409 beq  0x00000054 , 0x00005bb1 
+ 00023425  0x0000340a beq  0x00000050 , 0x00005bd8 
+ 00023426  0x0000340b branch  0x00005b68 
+ 00023427  0x0000340e jam  0x00000005 , 0x000045c0 
+ 00023428  0x0000340f call  0x00005bef 
+ 00023429  0x00003410 call  0x000074fb 
+ 00023430  0x00003411 arg  0x000046d2 , 0x00000013 
+ 00023431  0x00003412 call  0x00005baa 
+ 00023432  0x00003413 branch  0x00005a4e 
+ 00023433  0x00003416 setarg  0x00000016 
+ 00023434  0x00003417 call  0x00006723 
+ 00023435  0x00003418 sub  0x0000003f , 0x000000bd , 0x0000003e 
+ 00023436  0x00003419 nbranch  0x00005b64 , 0x00000005 
+ 00023437  0x0000341a setarg  0x00000019 
+ 00023438  0x0000341b call  0x00006723 
+ 00023439  0x0000341c sub  0x0000003f , 0x00000055 , 0x0000003e 
+ 00023440  0x0000341d nbranch  0x00005b64 , 0x00000005 
+ 00023441  0x0000341e setarg  0x0000001b 
+ 00023442  0x0000341f call  0x00006723 
+ 00023443  0x00003420 sub  0x0000003f , 0x0000001d , 0x0000003e 
+ 00023444  0x00003421 nbranch  0x00005b64 , 0x00000005 
+ 00023445  0x00003422 jam  0x00000006 , 0x000045c0 
+ 00023446  0x00003423 arg  0x00004716 , 0x00000013 
+ 00023447  0x00003424 branch  0x00005baa 
+ 00023448  0x00003427 jam  0x00000000 , 0x000045c0 
+ 00023449  0x00003428 arg  0x0000468c , 0x00000013 
+ 00023450  0x00003429 call  0x00005baa 
+ 00023451  0x0000342a arg  0x00004696 , 0x00000013 
+ 00023452  0x0000342b call  0x00005baa 
+ 00023453  0x0000342c setarg  0x00000943 
+ 00023454  0x0000342d call  0x00006722 
+ 00023455  0x0000342e arg  0x000046b0 , 0x00000013 
+ 00023456  0x0000342f branch  0x00005baa 
+ 00023457  0x00003432 jam  0x00000002 , 0x000045c0 
+ 00023458  0x00003433 arg  0x00004682 , 0x00000013 
+ 00023459  0x00003434 call  0x00005baa 
+ 00023460  0x00003435 arg  0x00004696 , 0x00000013 
+ 00023461  0x00003436 call  0x00005baa 
+ 00023462  0x00003437 arg  0x000046b0 , 0x00000013 
+ 00023463  0x00003438 branch  0x00005baa 
+ 00023464  0x0000343b jam  0x00000003 , 0x000045c0 
+ 00023465  0x0000343c arg  0x00004678 , 0x00000013 
+ 00023466  0x0000343e ifetch  0x00000002 , 0x00000013 
+ 00023467  0x0000343f arg  0x0000ffff , 0x00000002 
+ 00023468  0x00003440 isub  0x00000002 , 0x0000003e 
+ 00023469  0x00003441 rtn  0x00000005 
+ 00023470  0x00003442 call  0x00006722 
+ 00023471  0x00003443 increase  0x00000002 , 0x00000013 
+ 00023472  0x00003444 branch  0x00005baa 
+ 00023473  0x00003447 call  0x00005bed 
+ 00023474  0x00003448 setarg  0x00009a5b 
+ 00023475  0x00003449 call  0x00006722 
+ 00023476  0x0000344a setarg  0x0000000d 
+ 00023477  0x0000344b call  0x00006723 
+ 00023478  0x0000344c sub  0x0000003f , 0x00000012 , 0x0000003e 
+ 00023479  0x0000344d branch  0x00005bc5 , 0x00000005 
+ 00023480  0x0000344e sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00023481  0x0000344f nbranch  0x00005bc8 , 0x00000005 
+ 00023482  0x00003450 setarg  0x0000000e 
+ 00023483  0x00003451 call  0x00006723 
+ 00023484  0x00003452 sub  0x0000003f , 0x000000e5 , 0x0000003e 
+ 00023485  0x00003453 nbranch  0x00005b68 , 0x00000005 
+ 00023486  0x00003454 setarg  0x00000010 
+ 00023487  0x00003455 call  0x00006723 
+ 00023488  0x00003456 sub  0x0000003f , 0x000000a5 , 0x0000003e 
+ 00023489  0x00003457 branch  0x00005bc5 , 0x00000005 
+ 00023490  0x00003458 call  0x00005bd5 
+ 00023491  0x0000345a jam  0x00000008 , 0x000045c0 
+ 00023492  0x0000345b rtn 
+ 00023493  0x0000345d jam  0x00000009 , 0x000045c0 
+ 00023494  0x0000345e arg  0x000046f8 , 0x00000013 
+ 00023495  0x0000345f branch  0x00005baa 
+ 00023496  0x00003461 sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00023497  0x00003462 nbranch  0x00005b68 , 0x00000005 
+ 00023498  0x00003463 setarg  0x0000000e 
+ 00023499  0x00003464 call  0x00006723 
+ 00023500  0x00003465 sub  0x0000003f , 0x000000c5 , 0x0000003e 
+ 00023501  0x00003466 nbranch  0x00005b68 , 0x00000005 
+ 00023502  0x00003467 setarg  0x00000010 
+ 00023503  0x00003468 call  0x00006723 
+ 00023504  0x00003469 sub  0x0000003f , 0x00000038 , 0x0000003e 
+ 00023505  0x0000346a nbranch  0x00005b68 , 0x00000005 
+ 00023506  0x0000346c call  0x00005bd5 
+ 00023507  0x0000346d jam  0x0000000a , 0x000045c0 
+ 00023508  0x0000346e rtn 
+ 00023509  0x00003470 setarg  0x0000005b 
+ 00023510  0x00003471 call  0x00006722 
+ 00023511  0x00003472 branch  0x00005beb 
+ 00023512  0x00003475 jam  0x00000007 , 0x000045c0 
+ 00023513  0x00003476 arg  0x00004736 , 0x00000013 
+ 00023514  0x00003477 branch  0x00005baa 
+ 00023515  0x0000347a call  0x00005bf3 
+ 00023516  0x0000347b fetch  0x00000001 , 0x0000465b 
+ 00023517  0x0000347c beq  0x00000070 , 0x00005be2 
+ 00023518  0x0000347d beq  0x00000000 , 0x00005be0 
+ 00023519  0x0000347e branch  0x00005b68 
+ 00023520  0x00003481 jam  0x00000001 , 0x000045c0 
+ 00023521  0x00003482 rtn 
+ 00023522  0x00003485 jam  0x00000004 , 0x000045c0 
+ 00023523  0x00003486 rtn 
+ 00023524  0x00003489 call  0x00005bf3 
+ 00023525  0x0000348a fetch  0x00000001 , 0x0000465b 
+ 00023526  0x0000348b beq  0x00000059 , 0x00005be8 
+ 00023527  0x0000348c branch  0x00005b7a 
+ 00023528  0x0000348e jam  0x0000000b , 0x000045c0 
+ 00023529  0x0000348f arg  0x00004726 , 0x00000013 
+ 00023530  0x00003490 branch  0x00005baa 
+ 00023531  0x00003493 setarg  0x00000009 
+ 00023532  0x00003494 branch  0x00006722 
+ 00023533  0x00003496 setarg  0x00005a09 
+ 00023534  0x00003497 branch  0x00006722 
+ 00023535  0x0000349a setarg  0x00008006 
+ 00023536  0x0000349b call  0x00006722 
+ 00023537  0x0000349c nop  0x00002ee0 
+ 00023538  0x0000349d rtn 
+ 00023539  0x000034a0 bpatch  0x0000004f , 0x00004009 
+ 00023540  0x000034a1 call  0x00005926 
+ 00023541  0x000034a2 call  0x00005bef 
+ 00023542  0x000034a3 arg  0x00004742 , 0x00000013 
+ 00023543  0x000034a4 call  0x00005baa 
+ 00023544  0x000034a5 branch  0x00005a4e 
+ 00023545  0x000034a8 bpatch  0x00000050 , 0x0000400a 
+ 00023546  0x000034a9 call  0x00005b64 
+ 00023547  0x000034aa call  0x00005926 
+ 00023548  0x000034ab setarg  0x00000806 
+ 00023549  0x000034ac branch  0x00006722 
+ 00023550  0x000034b3 fetch  0x00000001 , 0x000043ce 
+ 00023551  0x000034b4 rtnne  0x00000000 
+ 00023552  0x000034b5 fetch  0x00000001 , 0x000045c0 
+ 00023553  0x000034b6 beq  0x00000000 , 0x00005c0a 
+ 00023554  0x000034b7 beq  0x00000001 , 0x00005c0a 
+ 00023555  0x000034b8 beq  0x00000008 , 0x00005c0a 
+ 00023556  0x000034b9 beq  0x00000002 , 0x00005c0a 
+ 00023557  0x000034ba beq  0x00000003 , 0x00005c2e 
+ 00023558  0x000034bb beq  0x00000004 , 0x00005c0a 
+ 00023559  0x000034bc beq  0x00000006 , 0x00005c53 
+ 00023560  0x000034bd beq  0x0000000b , 0x00005c4c 
+ 00023561  0x000034be branch  0x00005c0a 
+ 00023562  0x000034c2 call  0x00005c75 
+ 00023563  0x000034c3 disable  0x00000028 
+ 00023564  0x000034c4 fetch  0x00000001 , 0x000045b8 
+ 00023565  0x000034c5 beq  0x000000ff , 0x00005c11 
+ 00023566  0x000034c6 fetcht  0x00000001 , 0x000045b8 
+ 00023567  0x000034c7 call  0x00006c32 
+ 00023568  0x000034c8 nrtn  0x00000001 
+ 00023569  0x000034ca setarg  0x00000000 
+ 00023570  0x000034cb call  0x00006723 
+ 00023571  0x000034cc bne  0x00000030 , 0x00005c24 
+ 00023572  0x000034ce setarg  0x00000002 
+ 00023573  0x000034cf call  0x00006723 
+ 00023574  0x000034d0 rtnbit0  0x00000007 
+ 00023575  0x000034d1 call  0x00005c8c 
+ 00023576  0x000034d2 fetch  0x00000001 , 0x0000456b 
+ 00023577  0x000034d3 call  0x00005c84 
+ 00023578  0x000034d4 store  0x00000002 , 0x0000456b 
+ 00023579  0x000034d5 fetch  0x00000001 , 0x0000456d 
+ 00023580  0x000034d6 call  0x00005c84 
+ 00023581  0x000034d7 store  0x00000002 , 0x0000456d 
+ 00023582  0x000034d8 fetch  0x00000001 , 0x000045c1 
+ 00023583  0x000034d9 beq  0x00000000 , 0x00005c26 
+ 00023584  0x000034da beq  0x00000001 , 0x00005c28 
+ 00023585  0x000034db beq  0x00000002 , 0x00005c2a 
+ 00023586  0x000034dc beq  0x00000003 , 0x00005c2c 
+ 00023587  0x000034dd rtn 
+ 00023588  0x000034e0 beq  0x00000031 , 0x00005c14 
+ 00023589  0x000034e1 branch  0x00005b70 
+ 00023590  0x000034e4 call  0x00005c5e 
+ 00023591  0x000034e5 branch  0x00005c93 
+ 00023592  0x000034e7 call  0x00005c66 
+ 00023593  0x000034e8 branch  0x00005c93 
+ 00023594  0x000034ea call  0x00005c62 
+ 00023595  0x000034eb branch  0x00005c93 
+ 00023596  0x000034ed call  0x00005c6e 
+ 00023597  0x000034ee branch  0x00005c93 
+ 00023598  0x000034f3 call  0x00005c75 
+ 00023599  0x000034f4 fetch  0x00000001 , 0x000045b8 
+ 00023600  0x000034f5 beq  0x000000ff , 0x00005c34 
+ 00023601  0x000034f6 fetcht  0x00000001 , 0x000045b8 
+ 00023602  0x000034f7 call  0x00006c32 
+ 00023603  0x000034f8 nrtn  0x00000001 
+ 00023604  0x000034fa setarg  0x00000000 
+ 00023605  0x000034fb call  0x00006723 
+ 00023606  0x000034fc bne  0x00000030 , 0x00005b70 
+ 00023607  0x000034fe setarg  0x00000002 
+ 00023608  0x000034ff call  0x00006723 
+ 00023609  0x00003500 rtnbit0  0x00000007 
+ 00023610  0x00003501 call  0x00005c8c 
+ 00023611  0x00003502 call  0x00005c4a 
+ 00023612  0x00003503 store  0x00000001 , 0x00004571 
+ 00023613  0x00003504 rshift4  0x0000003f , 0x0000003f 
+ 00023614  0x00003505 call  0x00005c88 
+ 00023615  0x00003506 store  0x00000001 , 0x0000456c 
+ 00023616  0x00003507 fetch  0x00000001 , 0x00004571 
+ 00023617  0x00003508 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00023618  0x00003509 call  0x00005c88 
+ 00023619  0x0000350a store  0x00000001 , 0x0000456e 
+ 00023620  0x0000350b fetch  0x00000001 , 0x000045c1 
+ 00023621  0x0000350c beq  0x00000000 , 0x00005c5e 
+ 00023622  0x0000350d beq  0x00000001 , 0x00005c66 
+ 00023623  0x0000350e beq  0x00000002 , 0x00005c62 
+ 00023624  0x0000350f beq  0x00000003 , 0x00005c6e 
+ 00023625  0x00003510 rtn 
+ 00023626  0x00003513 setarg  0x00000012 
+ 00023627  0x00003514 branch  0x00006723 
+ 00023628  0x00003517 call  0x00005c75 
+ 00023629  0x00003518 fetch  0x00000001 , 0x000045b8 
+ 00023630  0x00003519 beq  0x000000ff , 0x00005c52 
+ 00023631  0x0000351a fetcht  0x00000001 , 0x000045b8 
+ 00023632  0x0000351b call  0x00006c32 
+ 00023633  0x0000351c nrtn  0x00000001 
+ 00023634  0x0000351e branch  0x00005c37 
+ 00023635  0x00003522 call  0x00005c75 
+ 00023636  0x00003523 disable  0x00000028 
+ 00023637  0x00003524 setarg  0x00000002 
+ 00023638  0x00003525 call  0x00006723 
+ 00023639  0x00003526 rtnbit0  0x00000007 
+ 00023640  0x00003527 setarg  0x00000008 
+ 00023641  0x00003528 call  0x00006723 
+ 00023642  0x00003529 branch  0x00005c17 , 0x00000034 
+ 00023643  0x0000352a setarg  0x00000000 
+ 00023644  0x0000352b store  0x00000006 , 0x0000456b 
+ 00023645  0x0000352c rtn 
+ 00023646  0x0000352f fetch  0x00000002 , 0x0000456b 
+ 00023647  0x00003530 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023648  0x00003531 store  0x00000002 , 0x0000456b 
+ 00023649  0x00003532 branch  0x00007636 
+ 00023650  0x00003534 fetch  0x00000002 , 0x0000456d 
+ 00023651  0x00003535 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023652  0x00003536 store  0x00000002 , 0x0000456d 
+ 00023653  0x00003537 branch  0x00007636 
+ 00023654  0x00003539 fetch  0x00000002 , 0x0000456d 
+ 00023655  0x0000353a sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023656  0x0000353b store  0x00000002 , 0x0000456d 
+ 00023657  0x0000353c fetch  0x00000002 , 0x0000456b 
+ 00023658  0x0000353d sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00023659  0x0000353e store  0x00000002 , 0x0000456b 
+ 00023660  0x0000353f call  0x00005c70 
+ 00023661  0x00003540 branch  0x00007636 
+ 00023662  0x00003542 call  0x00005c70 
+ 00023663  0x00003543 branch  0x00007636 
+ 00023664  0x00003546 fetch  0x00000002 , 0x0000456d 
+ 00023665  0x00003547 fetcht  0x00000002 , 0x0000456b 
+ 00023666  0x00003548 store  0x00000002 , 0x0000456b 
+ 00023667  0x00003549 storet  0x00000002 , 0x0000456d 
+ 00023668  0x0000354a rtn 
+ 00023669  0x0000354e fetch  0x00000001 , 0x00004661 
+ 00023670  0x0000354f call  0x00005c8c , 0x00000034 
+ 00023671  0x00003550 jam  0x00000001 , 0x00004661 
+ 00023672  0x00003551 rtn 
+ 00023673  0x00003554 jam  0x00000001 , 0x0000474a 
+ 00023674  0x00003555 call  0x000041a2 
+ 00023675  0x00003557 branch  0x00005b64 
+ 00023676  0x0000355a fetch  0x00000001 , 0x000045b8 
+ 00023677  0x0000355b rtnne  0x000000ff 
+ 00023678  0x0000355c fetch  0x00000001 , 0x0000474c 
+ 00023679  0x0000355d rtnne  0x00000001 
+ 00023680  0x0000355e setarg  0x00000000 
+ 00023681  0x0000355f store  0x00000001 , 0x0000474c 
+ 00023682  0x00003560 store  0x00000004 , 0x0000456b 
+ 00023683  0x00003561 branch  0x00005c7b 
+ 00023684  0x00003564 rtnbit0  0x00000007 
+ 00023685  0x00003565 arg  0x0000ff00 , 0x00000002 
+ 00023686  0x00003566 ior  0x00000002 , 0x0000003f 
+ 00023687  0x00003567 rtn 
+ 00023688  0x0000356a rtnbit0  0x00000003 
+ 00023689  0x0000356b arg  0x000000f0 , 0x00000002 
+ 00023690  0x0000356c ior  0x00000002 , 0x0000003f 
+ 00023691  0x0000356d rtn 
+ 00023692  0x00003570 arg  0x00000003 , 0x0000003f 
+ 00023693  0x00003571 call  0x00006723 
+ 00023694  0x00003572 store  0x00000002 , 0x0000456b 
+ 00023695  0x00003573 arg  0x00000004 , 0x0000003f 
+ 00023696  0x00003574 call  0x00006723 
+ 00023697  0x00003575 store  0x00000002 , 0x0000456d 
+ 00023698  0x00003576 rtn 
+ 00023699  0x0000357a fetcht  0x00000001 , 0x000045ae 
+ 00023700  0x0000357b call  0x00006c32 
+ 00023701  0x0000357c rtn  0x00000001 
+ 00023702  0x0000357d setarg  0x0000000a 
+ 00023703  0x0000357e call  0x00006723 
+ 00023704  0x0000357f nop  0x000003e8 
+ 00023705  0x00003580 branch  0x00005c93 
+ 00023706  0x00003583 setarg  0x00008100 
+ 00023707  0x00003584 branch  0x00006722 
+ 00023708  0x0000358a jam  0x000000ff , 0x0000475f 
+ 00023709  0x0000358c jam  0x00000034 , 0x000043a8 
+ 00023710  0x0000358d setarg  0x000f0f0f 
+ 00023711  0x0000358e store  0x00000003 , 0x000042ae 
+ 00023712  0x0000358f store  0x00000003 , 0x000042b1 
+ 00023713  0x00003590 branch  0x0000579b 
+ 00023714  0x00003593 bpatch  0x00000051 , 0x0000400a 
+ 00023715  0x00003594 call  0x00005e78 
+ 00023716  0x00003595 call  0x00005cb0 
+ 00023717  0x00003596 fetch  0x00000001 , 0x000045d1 
+ 00023718  0x00003597 beq  0x00000001 , 0x00005ca9 
+ 00023719  0x00003598 beq  0x00000002 , 0x00005cab 
+ 00023720  0x00003599 rtn 
+ 00023721  0x0000359b fetch  0x00000006 , 0x000045d3 
+ 00023722  0x0000359c branch  0x00005cac 
+ 00023723  0x0000359e fetch  0x00000006 , 0x000045f0 
+ 00023724  0x000035a0 fetcht  0x00000006 , 0x0000460d 
+ 00023725  0x000035a1 isub  0x00000002 , 0x0000003e 
+ 00023726  0x000035a2 branch  0x00005e21 , 0x00000005 
+ 00023727  0x000035a3 branch  0x00005793 
+ 00023728  0x000035a6 jam  0x0000005a , 0x0000475f 
+ 00023729  0x000035a7 rtn 
+ 00023730  0x000035ab fetch  0x00000002 , 0x0000442f 
+ 00023731  0x000035ac bbit1  0x00000009 , 0x00004e20 
+ 00023732  0x000035ad branch  0x00005e42 
+ 00023733  0x000035af setarg  0x00000000 
+ 00023734  0x000035b0 store  0x00000002 , 0x00004750 
+ 00023735  0x000035b1 fetch  0x00000002 , 0x0000442f 
+ 00023736  0x000035b2 bbit1  0x00000009 , 0x00004e20 
+ 00023737  0x000035b3 rtn 
+ 00023738  0x000035b6 fetch  0x00000008 , 0x00004848 
+ 00023739  0x000035b7 rtnbit0  0x0000001b 
+ 00023740  0x000035b9 nbranch  0x00005cc2 , 0x00000028 
+ 00023741  0x000035ba fetch  0x00000001 , 0x0000474b 
+ 00023742  0x000035bb increase  0x00000001 , 0x0000003f 
+ 00023743  0x000035bc and_into  0x0000000f , 0x0000003f 
+ 00023744  0x000035bd store  0x00000001 , 0x0000474b 
+ 00023745  0x000035be nrtn  0x00000034 
+ 00023746  0x000035c0 jam  0x00000000 , 0x0000474b 
+ 00023747  0x000035c1 disable  0x00000028 
+ 00023748  0x000035c2 rtn 
+ 00023749  0x000035c5 fetch  0x00000001 , 0x000045b8 
+ 00023750  0x000035c6 rtnne  0x000000ff 
+ 00023751  0x000035c7 jam  0x00000000 , 0x000040c1 
+ 00023752  0x000035c8 jam  0x0000001e , 0x0000474d 
+ 00023753  0x000035c9 rtn 
+ 00023754  0x000035cd bpatch  0x00000052 , 0x0000400a 
+ 00023755  0x000035ce copy  0x00000013 , 0x0000003f 
+ 00023756  0x000035cf beq  0x00000014 , 0x00005cd9 
+ 00023757  0x000035d0 beq  0x00000015 , 0x00005ce8 
+ 00023758  0x000035d1 beq  0x00000010 , 0x00005e1c 
+ 00023759  0x000035d2 beq  0x00000031 , 0x00005cf5 
+ 00023760  0x000035d3 beq  0x00000029 , 0x00005cf7 
+ 00023761  0x000035d4 beq  0x00000032 , 0x00005cf9 
+ 00023762  0x000035d5 beq  0x0000003e , 0x00004e2a 
+ 00023763  0x000035d6 beq  0x00000040 , 0x00005d04 
+ 00023764  0x000035d7 beq  0x00000039 , 0x00006124 
+ 00023765  0x000035d8 beq  0x0000003a , 0x000060f0 
+ 00023766  0x000035d9 beq  0x0000003c , 0x00006115 
+ 00023767  0x000035da beq  0x00000044 , 0x00005d18 
+ 00023768  0x000035db rtn 
+ 00023769  0x000035df jam  0x00000000 , 0x0000474c 
+ 00023770  0x000035e0 call  0x00005c7b 
+ 00023771  0x000035e1 jam  0x00000001 , 0x00004764 
+ 00023772  0x000035e2 call  0x000060df 
+ 00023773  0x000035e3 fetch  0x00000001 , 0x00004765 
+ 00023774  0x000035e4 nbranch  0x00005ce0 , 0x00000034 
+ 00023775  0x000035e5 jam  0x00000014 , 0x00004766 
+ 00023776  0x000035e7 fetch  0x00000002 , 0x000043a6 
+ 00023777  0x000035e8 set0  0x00000000 , 0x0000003f 
+ 00023778  0x000035e9 store  0x00000002 , 0x000043a6 
+ 00023779  0x000035ea jam  0x00000000 , 0x00004815 
+ 00023780  0x000035eb fetch  0x00000002 , 0x0000478e 
+ 00023781  0x000035ec store  0x00000002 , 0x00004790 
+ 00023782  0x000035ed call  0x00005e12 
+ 00023783  0x000035ee branch  0x00005e42 
+ 00023784  0x000035f1 setarg  0x00000000 
+ 00023785  0x000035f2 store  0x00000002 , 0x00004790 
+ 00023786  0x000035f3 jam  0x00000000 , 0x00004764 
+ 00023787  0x000035f4 arg  0x00000006 , 0x00000002 
+ 00023788  0x000035f5 fetch  0x00000008 , 0x00004848 
+ 00023789  0x000035f6 bbit1  0x0000001b , 0x00005cef 
+ 00023790  0x000035f7 arg  0x00000007 , 0x00000002 
+ 00023791  0x000035f9 storet  0x00000002 , 0x000042a6 
+ 00023792  0x000035fa storet  0x00000002 , 0x000042a8 
+ 00023793  0x000035fb jam  0x00000000 , 0x00004792 
+ 00023794  0x000035fc jam  0x00000000 , 0x0000474a 
+ 00023795  0x000035fd call  0x000041a4 
+ 00023796  0x000035fe branch  0x00005d7e 
+ 00023797  0x00003601 arg  0x00000002 , 0x00000007 
+ 00023798  0x00003602 branch  0x00005d00 
+ 00023799  0x00003606 jam  0x00000012 , 0x000004c3 
+ 00023800  0x00003607 branch  0x000070a4 
+ 00023801  0x0000360a fetch  0x00000001 , 0x00004765 
+ 00023802  0x0000360b beq  0x00000001 , 0x00005cfc 
+ 00023803  0x0000360c branch  0x00005cfe 
+ 00023804  0x0000360e call  0x00005cf7 
+ 00023805  0x0000360f jam  0x00000014 , 0x00004814 
+ 00023806  0x00003611 arg  0x00000001 , 0x00000007 
+ 00023807  0x00003612 branch  0x00005d00 
+ 00023808  0x00003615 fetch  0x00000001 , 0x00004813 
+ 00023809  0x00003616 qset1  0x0000003f 
+ 00023810  0x00003617 store  0x00000001 , 0x00004813 
+ 00023811  0x00003618 rtn 
+ 00023812  0x0000361b fetch  0x00000002 , 0x0000430f 
+ 00023813  0x0000361c rtneq  0x00000000 
+ 00023814  0x0000361d fetch  0x00000001 , 0x00000165 
+ 00023815  0x0000361e rshift2  0x0000003f , 0x0000003f 
+ 00023816  0x0000361f sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00023817  0x00003620 rtn  0x00000002 
+ 00023818  0x00003621 setarg  0x00000009 
+ 00023819  0x00003622 store  0x00000002 , 0x000042a6 
+ 00023820  0x00003623 store  0x00000002 , 0x000042a8 
+ 00023821  0x00003624 call  0x00005cf7 
+ 00023822  0x00003626 jam  0x00000001 , 0x00004792 
+ 00023823  0x00003627 rtn 
+ 00023824  0x0000362a fetch  0x00000001 , 0x00004765 
+ 00023825  0x0000362b nrtn  0x00000034 
+ 00023826  0x0000362c fetch  0x00000001 , 0x0000436b 
+ 00023827  0x0000362d sub  0x0000003f , 0x00000022 , 0x0000003f 
+ 00023828  0x0000362e nrtn  0x00000005 
+ 00023829  0x0000362f jam  0x00000000 , 0x00004814 
+ 00023830  0x00003631 arg  0x00000000 , 0x00000007 
+ 00023831  0x00003632 branch  0x00005d00 
+ 00023832  0x00003635 fetch  0x00000001 , 0x0000019d 
+ 00023833  0x00003636 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00023834  0x00003637 nbranch  0x00005d0e , 0x00000002 
+ 00023835  0x00003638 store  0x00000002 , 0x000042a6 
+ 00023836  0x00003639 store  0x00000002 , 0x000042a8 
+ 00023837  0x0000363a fetch  0x00000001 , 0x0000019f 
+ 00023838  0x0000363b branch  0x00005d25 , 0x00000034 
+ 00023839  0x0000363c fetcht  0x00000001 , 0x00004827 
+ 00023840  0x0000363d isub  0x00000002 , 0x0000003e 
+ 00023841  0x0000363e branch  0x00005d25 , 0x00000002 
+ 00023842  0x0000363f fetch  0x00000001 , 0x0000019f 
+ 00023843  0x00003640 store  0x00000001 , 0x000040c1 
+ 00023844  0x00003641 branch  0x00005d27 
+ 00023845  0x00003643 fetch  0x00000001 , 0x00004827 
+ 00023846  0x00003644 store  0x00000001 , 0x000040c1 
+ 00023847  0x00003646 jam  0x00000000 , 0x00004792 
+ 00023848  0x00003647 rtn 
+ 00023849  0x0000364a jam  0x00000000 , 0x00004813 
+ 00023850  0x0000364b rtn 
+ 00023851  0x0000364e bpatch  0x00000053 , 0x0000400a 
+ 00023852  0x0000364f call  0x00004203 
+ 00023853  0x00003650 nrtn  0x00000034 
+ 00023854  0x00003651 fetch  0x00000001 , 0x0000475f 
+ 00023855  0x00003652 beq  0x000000ff , 0x00005d33 
+ 00023856  0x00003653 fetch  0x00000001 , 0x00004813 
+ 00023857  0x00003654 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00023858  0x00003655 rtnne  0x00000003 
+ 00023859  0x00003657 fetch  0x00000001 , 0x0000474a 
+ 00023860  0x00003658 call  0x00005c79 , 0x00000034 
+ 00023861  0x00003659 fetch  0x00000008 , 0x00004848 
+ 00023862  0x0000365a bbit1  0x00000001 , 0x00005d63 
+ 00023863  0x0000365b bbit1  0x00000000 , 0x00005d63 
+ 00023864  0x0000365c bbit1  0x00000005 , 0x00005d63 
+ 00023865  0x0000365d bbit1  0x00000006 , 0x00005d63 
+ 00023866  0x0000365e call  0x00005931 
+ 00023867  0x0000365f call  0x00005cba 
+ 00023868  0x00003660 nrtn  0x00000028 
+ 00023869  0x00003661 call  0x00005cc5 
+ 00023870  0x00003662 call  0x00005c7c 
+ 00023871  0x00003663 call  0x000059df 
+ 00023872  0x00003664 fetch  0x00000008 , 0x00004848 
+ 00023873  0x00003665 bbit0  0x00000015 , 0x00005d44 
+ 00023874  0x00003666 fetch  0x00000001 , 0x00004828 
+ 00023875  0x00003667 beq  0x00000001 , 0x00005d45 
+ 00023876  0x00003669 branch  0x00005d65 
+ 00023877  0x0000366d fetch  0x00000001 , 0x00004829 
+ 00023878  0x0000366e branch  0x00005d55 , 0x00000034 
+ 00023879  0x0000366f fetch  0x00000008 , 0x00004869 
+ 00023880  0x00003671 store  0x00000008 , 0x000004c4 
+ 00023881  0x00003672 fetch  0x00000001 , 0x00004868 
+ 00023882  0x00003673 beq  0x00000003 , 0x00005d57 
+ 00023883  0x00003674 beq  0x00000002 , 0x00005d5a 
+ 00023884  0x00003675 jam  0x00000008 , 0x00004784 
+ 00023885  0x00003676 fetcht  0x00000002 , 0x00004785 
+ 00023886  0x00003678 fetch  0x00000001 , 0x00004784 
+ 00023887  0x00003679 copy  0x0000003f , 0x00000011 
+ 00023888  0x0000367a call  0x00004546 
+ 00023889  0x0000367b fetcht  0x00000001 , 0x00004784 
+ 00023890  0x0000367c copy  0x00000002 , 0x00000039 
+ 00023891  0x0000367d arg  0x000004c4 , 0x00000006 
+ 00023892  0x0000367e branch  0x00007548 
+ 00023893  0x00003681 fetch  0x00000008 , 0x00004872 
+ 00023894  0x00003682 branch  0x00005d48 
+ 00023895  0x00003685 jam  0x00000003 , 0x00004784 
+ 00023896  0x00003686 fetcht  0x00000002 , 0x00004787 
+ 00023897  0x00003687 branch  0x00005d4e 
+ 00023898  0x0000368a jam  0x00000002 , 0x00004784 
+ 00023899  0x0000368b fetcht  0x00000002 , 0x00004789 
+ 00023900  0x0000368c branch  0x00005d4e 
+ 00023901  0x0000368f arg  0x00000001 , 0x00000011 
+ 00023902  0x00003690 fetcht  0x00000002 , 0x0000478b 
+ 00023903  0x00003691 call  0x00004546 
+ 00023904  0x00003692 fetch  0x00000001 , 0x0000478d 
+ 00023905  0x00003693 istore  0x00000001 , 0x00000005 
+ 00023906  0x00003694 rtn 
+ 00023907  0x00003697 setarg  0x00000000 
+ 00023908  0x00003698 store  0x00000007 , 0x0000456a 
+ 00023909  0x0000369a jam  0x00000007 , 0x00004784 
+ 00023910  0x0000369b fetch  0x00000007 , 0x0000456a 
+ 00023911  0x0000369c store  0x00000007 , 0x000004c4 
+ 00023912  0x0000369d fetcht  0x00000002 , 0x0000428b 
+ 00023913  0x0000369e branch  0x00005d4e 
+ 00023914  0x000036a1 jam  0x00000000 , 0x00004765 
+ 00023915  0x000036a2 fetch  0x00000003 , 0x0000476a 
+ 00023916  0x000036a3 store  0x00000003 , 0x00004320 
+ 00023917  0x000036a4 call  0x00005d73 
+ 00023918  0x000036a5 setarg  0x00000005 
+ 00023919  0x000036a6 istore  0x00000001 , 0x00000006 
+ 00023920  0x000036a7 arg  0x00004770 , 0x00000006 
+ 00023921  0x000036a8 call  0x00005d7a 
+ 00023922  0x000036a9 branch  0x000070e0 
+ 00023923  0x000036ac arg  0x0000431c , 0x00000011 
+ 00023924  0x000036ae ifetch  0x00000001 , 0x00000011 
+ 00023925  0x000036af rtn  0x00000034 
+ 00023926  0x000036b0 iadd  0x00000006 , 0x00000011 
+ 00023927  0x000036b1 ifetch  0x00000001 , 0x00000006 
+ 00023928  0x000036b2 rtneq  0x00000001 
+ 00023929  0x000036b3 branch  0x00005d74 
+ 00023930  0x000036b6 arg  0x00004327 , 0x00000005 
+ 00023931  0x000036b7 arg  0x00000013 , 0x00000039 
+ 00023932  0x000036b8 call  0x00007548 
+ 00023933  0x000036b9 branch  0x00004142 
+ 00023934  0x000036c0 call  0x00005d83 
+ 00023935  0x000036c1 fetch  0x00000002 , 0x000043a4 
+ 00023936  0x000036c2 bbit1  0x00000007 , 0x00005d89 
+ 00023937  0x000036c3 bbit1  0x00000000 , 0x00004dfd 
+ 00023938  0x000036c4 branch  0x00005e21 
+ 00023939  0x000036c7 setarg  0x00000000 
+ 00023940  0x000036c8 store  0x00000008 , 0x00004573 
+ 00023941  0x000036c9 istore  0x00000004 , 0x00000005 
+ 00023942  0x000036ca jam  0x00000000 , 0x00004661 
+ 00023943  0x000036cb jam  0x00000000 , 0x0000425a 
+ 00023944  0x000036cc rtn 
+ 00023945  0x000036cf call  0x00005d29 
+ 00023946  0x000036d0 fetch  0x00000002 , 0x000043a4 
+ 00023947  0x000036d1 bbit1  0x00000000 , 0x00004dfd 
+ 00023948  0x000036d2 branch  0x000057c3 
+ 00023949  0x000036d7 bpatch  0x00000054 , 0x0000400a 
+ 00023950  0x000036d8 call  0x0000585d 
+ 00023951  0x000036d9 call  0x00006239 
+ 00023952  0x000036db call  0x00004938 
+ 00023953  0x000036dc call  0x00004bc0 
+ 00023954  0x000036dd call  0x00006081 
+ 00023955  0x000036df call  0x0000619f 
+ 00023956  0x000036e0 call  0x000061d0 
+ 00023957  0x000036e2 call  0x00005a3c 
+ 00023958  0x000036e3 call  0x00005da2 
+ 00023959  0x000036e4 call  0x00005db2 
+ 00023960  0x000036e5 call  0x00005dd5 
+ 00023961  0x000036e7 call  0x00005dda 
+ 00023962  0x000036e8 call  0x00005de8 
+ 00023963  0x000036e9 call  0x00005df5 
+ 00023964  0x000036ea call  0x00005deb 
+ 00023965  0x000036ec call  0x00005e02 
+ 00023966  0x000036ed call  0x00005e05 
+ 00023967  0x000036ee call  0x000059e4 
+ 00023968  0x000036ef call  0x00005e15 
+ 00023969  0x000036f0 branch  0x00005e0c 
+ 00023970  0x000036f3 fetch  0x00000008 , 0x00004848 
+ 00023971  0x000036f4 bbit1  0x00000037 , 0x00005da5 
+ 00023972  0x000036f5 rtn 
+ 00023973  0x000036f8 fetch  0x00000001 , 0x0000483b 
+ 00023974  0x000036f9 rtnne  0x00000001 
+ 00023975  0x000036fa arg  0x00004838 , 0x00000013 
+ 00023976  0x000036fb arg  0x00005daa , 0x00000012 
+ 00023977  0x000036fc branch  0x00004de1 
+ 00023978  0x000036ff fetch  0x00000001 , 0x000045d1 
+ 00023979  0x00003700 rtneq  0x00000000 
+ 00023980  0x00003701 fetch  0x00000008 , 0x00004848 
+ 00023981  0x00003702 rtnbit1  0x00000006 
+ 00023982  0x00003703 arg  0x00000006 , 0x00000007 
+ 00023983  0x00003704 call  0x00005fa1 
+ 00023984  0x00003705 call  0x00004dd1 
+ 00023985  0x00003706 branch  0x00005e1c 
+ 00023986  0x00003709 fetch  0x00000001 , 0x000045d1 
+ 00023987  0x0000370a beq  0x00000000 , 0x00005db8 
+ 00023988  0x0000370b fetch  0x00000008 , 0x00004848 
+ 00023989  0x0000370c rtnbit0  0x00000035 
+ 00023990  0x0000370d fetcht  0x00000001 , 0x00004866 
+ 00023991  0x0000370e branch  0x00005dbb 
+ 00023992  0x00003711 fetch  0x00000008 , 0x00004848 
+ 00023993  0x00003712 rtnbit0  0x00000032 
+ 00023994  0x00003713 fetcht  0x00000001 , 0x00004867 
+ 00023995  0x00003715 storet  0x00000001 , 0x0000483a 
+ 00023996  0x00003716 call  0x00005ad4 
+ 00023997  0x00003717 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00023998  0x00003718 fetcht  0x00000001 , 0x0000483a 
+ 00023999  0x00003719 isub  0x00000002 , 0x0000003e 
+ 00024000  0x0000371a branch  0x00005dc7 , 0x00000005 
+ 00024001  0x0000371c fetch  0x00000001 , 0x00004431 
+ 00024002  0x0000371d store  0x00000001 , 0x0000483d 
+ 00024003  0x0000371e fetch  0x00000001 , 0x0000483c 
+ 00024004  0x0000371f rtneq  0x00000000 
+ 00024005  0x00003720 jam  0x00000000 , 0x0000483c 
+ 00024006  0x00003721 rtn 
+ 00024007  0x00003724 call  0x00005dcc 
+ 00024008  0x00003725 fetch  0x00000001 , 0x0000483c 
+ 00024009  0x00003726 rtneq  0x00000001 
+ 00024010  0x00003727 jam  0x00000001 , 0x0000483c 
+ 00024011  0x00003728 rtn 
+ 00024012  0x0000372b arg  0x000060e4 , 0x00000012 
+ 00024013  0x0000372c arg  0x0000483d , 0x00000013 
+ 00024014  0x0000372d fetch  0x00000001 , 0x000045d1 
+ 00024015  0x0000372e beq  0x00000000 , 0x00004de1 
+ 00024016  0x0000372f arg  0x00005daa , 0x00000012 
+ 00024017  0x00003730 call  0x00004de1 
+ 00024018  0x00003731 fetch  0x00000001 , 0x0000483d 
+ 00024019  0x00003732 beq  0x00000001 , 0x00005f93 
+ 00024020  0x00003733 rtn 
+ 00024021  0x00003736 arg  0x00004760 , 0x00000013 
+ 00024022  0x00003737 arg  0x00005dd8 , 0x00000012 
+ 00024023  0x00003738 branch  0x00004de8 
+ 00024024  0x0000373b call  0x00005e42 
+ 00024025  0x0000373c branch  0x000057c3 
+ 00024026  0x0000373f arg  0x00004815 , 0x00000013 
+ 00024027  0x00003740 arg  0x00005de0 , 0x00000012 
+ 00024028  0x00003741 call  0x00004de8 
+ 00024029  0x00003742 fetch  0x00000001 , 0x00004815 
+ 00024030  0x00003743 beq  0x00000001 , 0x00004e14 
+ 00024031  0x00003744 rtn 
+ 00024032  0x00003747 fetch  0x00000001 , 0x0000475f 
+ 00024033  0x00003748 beq  0x000000ff , 0x00005ca2 
+ 00024034  0x00003749 fetch  0x00000001 , 0x0000474e 
+ 00024035  0x0000374a nbranch  0x00005fbf , 0x00000034 
+ 00024036  0x0000374b fetch  0x00000008 , 0x00004848 
+ 00024037  0x0000374c bbit1  0x00000033 , 0x00005e21 
+ 00024038  0x0000374d bbit1  0x0000002f , 0x000060dc 
+ 00024039  0x0000374e branch  0x000057c3 
+ 00024040  0x00003751 arg  0x00004814 , 0x00000013 
+ 00024041  0x00003752 arg  0x00005d16 , 0x00000012 
+ 00024042  0x00003753 branch  0x00004de1 
+ 00024043  0x00003756 fetch  0x00000001 , 0x00004764 
+ 00024044  0x00003757 rtn  0x00000034 
+ 00024045  0x00003758 arg  0x00004766 , 0x00000013 
+ 00024046  0x00003759 arg  0x00005df0 , 0x00000012 
+ 00024047  0x0000375a branch  0x00004de1 
+ 00024048  0x0000375c fetch  0x00000001 , 0x00004765 
+ 00024049  0x0000375d nrtn  0x00000034 
+ 00024050  0x0000375e fetch  0x00000001 , 0x000042cf 
+ 00024051  0x0000375f rtnne  0x00000000 
+ 00024052  0x00003760 branch  0x000046d4 
+ 00024053  0x00003763 fetch  0x00000008 , 0x00004848 
+ 00024054  0x00003764 rtnbit1  0x0000003b 
+ 00024055  0x00003765 arg  0x00004790 , 0x00000013 
+ 00024056  0x00003766 arg  0x00005dfa , 0x00000012 
+ 00024057  0x00003767 branch  0x00004de1 
+ 00024058  0x0000376a fetch  0x00000002 , 0x0000478e 
+ 00024059  0x0000376b store  0x00000002 , 0x00004790 
+ 00024060  0x0000376c branch  0x00005d5d 
+ 00024061  0x0000376f fetch  0x00000001 , 0x00004813 
+ 00024062  0x00003770 rtnbit1  0x00000002 
+ 00024063  0x00003771 call  0x00005cf7 
+ 00024064  0x00003772 arg  0x00000000 , 0x00000007 
+ 00024065  0x00003773 branch  0x00005d00 
+ 00024066  0x00003776 arg  0x00004762 , 0x00000013 
+ 00024067  0x00003777 arg  0x000057c3 , 0x00000012 
+ 00024068  0x00003778 branch  0x00004de1 
+ 00024069  0x0000377b arg  0x0000474d , 0x00000013 
+ 00024070  0x0000377c arg  0x00005e08 , 0x00000012 
+ 00024071  0x0000377d branch  0x00004de1 
+ 00024072  0x0000377f fetch  0x00000001 , 0x00004827 
+ 00024073  0x00003780 store  0x00000001 , 0x000040c1 
+ 00024074  0x00003781 jam  0x00000001 , 0x0000474c 
+ 00024075  0x00003782 rtn 
+ 00024076  0x00003786 arg  0x00004750 , 0x00000013 
+ 00024077  0x00003787 arg  0x00005e0f , 0x00000012 
+ 00024078  0x00003788 branch  0x00004de8 
+ 00024079  0x0000378b fetch  0x00000001 , 0x000045d1 
+ 00024080  0x0000378c beq  0x00000000 , 0x00006096 
+ 00024081  0x0000378d branch  0x00005cb5 
+ 00024082  0x00003790 fetch  0x00000002 , 0x0000485a 
+ 00024083  0x00003791 store  0x00000002 , 0x00004750 
+ 00024084  0x00003792 rtn 
+ 00024085  0x00003795 arg  0x00004658 , 0x00000013 
+ 00024086  0x00003796 arg  0x00005e18 , 0x00000012 
+ 00024087  0x00003797 branch  0x00004de1 
+ 00024088  0x0000379a call  0x00005ea6 
+ 00024089  0x0000379b fetch  0x00000001 , 0x00004763 
+ 00024090  0x0000379c nbranch  0x00005f72 , 0x00000034 
+ 00024091  0x0000379d rtn 
+ 00024092  0x000037a0 isolate1  0x00000026 , 0x00000000 
+ 00024093  0x000037a1 call  0x000060b4 , 0x00000001 
+ 00024094  0x000037a2 call  0x00005cb5 
+ 00024095  0x000037a3 call  0x00005d29 
+ 00024096  0x000037a4 branch  0x00005e21 
+ 00024097  0x000037a7 bpatch  0x00000055 , 0x0000400a 
+ 00024098  0x000037a8 fetch  0x00000002 , 0x0000442f 
+ 00024099  0x000037a9 isolate1  0x0000000b , 0x0000003f 
+ 00024100  0x000037aa call  0x00005e48 , 0x00000001 
+ 00024101  0x000037ab call  0x00005cb0 
+ 00024102  0x000037ac fetch  0x00000002 , 0x0000442f 
+ 00024103  0x000037ad bbit1  0x0000000b , 0x00005e30 
+ 00024104  0x000037ae fetch  0x00000008 , 0x00004848 
+ 00024105  0x000037af bbit0  0x00000008 , 0x00005e30 
+ 00024106  0x000037b0 fetcht  0x00000002 , 0x00004630 
+ 00024107  0x000037b1 increase  0x00000001 , 0x00000002 
+ 00024108  0x000037b2 storet  0x00000002 , 0x00004630 
+ 00024109  0x000037b3 storet  0x00000002 , 0x000042af 
+ 00024110  0x000037b4 random  0x0000003f 
+ 00024111  0x000037b5 store  0x00000001 , 0x000042ae 
+ 00024112  0x000037b7 fetch  0x00000003 , 0x00004767 
+ 00024113  0x000037b8 store  0x00000003 , 0x000042b1 
+ 00024114  0x000037b9 call  0x00004e2e 
+ 00024115  0x000037ba fetch  0x00000002 , 0x00004598 
+ 00024116  0x000037bb store  0x00000002 , 0x00004760 
+ 00024117  0x000037bc setarg  0x00000000 
+ 00024118  0x000037bd store  0x00000002 , 0x00004750 
+ 00024119  0x000037be store  0x00000002 , 0x00004790 
+ 00024120  0x000037bf store  0x00000001 , 0x00004815 
+ 00024121  0x000037c0 store  0x00000001 , 0x00004762 
+ 00024122  0x000037c1 store  0x00000001 , 0x00004844 
+ 00024123  0x000037c2 store  0x00000001 , 0x0000474a 
+ 00024124  0x000037c3 arg  0x00000002 , 0x00000007 
+ 00024125  0x000037c4 call  0x00005fa1 
+ 00024126  0x000037c5 call  0x00005f95 
+ 00024127  0x000037c6 call  0x00005d6a 
+ 00024128  0x000037c7 call  0x00006271 
+ 00024129  0x000037c8 branch  0x000061ad 
+ 00024130  0x000037cb bpatch  0x00000056 , 0x0000400a 
+ 00024131  0x000037cc arg  0x00000006 , 0x00000007 
+ 00024132  0x000037cd call  0x00005fa5 
+ 00024133  0x000037ce jam  0x00000000 , 0x00004762 
+ 00024134  0x000037cf call  0x00005e48 
+ 00024135  0x000037d0 branch  0x000061f3 
+ 00024136  0x000037d2 jam  0x00000000 , 0x00004815 
+ 00024137  0x000037d3 branch  0x000070e6 
+ 00024138  0x000037d6 bpatch  0x00000057 , 0x0000400a 
+ 00024139  0x000037d7 fetch  0x00000008 , 0x00004848 
+ 00024140  0x000037d8 rtnbit0  0x00000002 
+ 00024141  0x000037d9 call  0x000061a7 
+ 00024142  0x000037da arg  0x00000002 , 0x00000007 
+ 00024143  0x000037db call  0x00005fa5 
+ 00024144  0x000037dc call  0x00005e53 
+ 00024145  0x000037de call  0x00005e62 
+ 00024146  0x000037df branch  0x00005ea3 
+ 00024147  0x000037e2 fetch  0x00000001 , 0x0000002d 
+ 00024148  0x000037e3 beq  0x00000034 , 0x00005e56 
+ 00024149  0x000037e4 rtn 
+ 00024150  0x000037e6 store  0x00000001 , 0x00004816 
+ 00024151  0x000037e7 fetch  0x00000006 , 0x00000173 
+ 00024152  0x000037e9 store  0x00000006 , 0x00004817 
+ 00024153  0x000037ea fetch  0x00000007 , 0x00004816 
+ 00024154  0x000037eb arg  0x000045d2 , 0x00000006 
+ 00024155  0x000037ec arg  0x00000003 , 0x00000039 
+ 00024156  0x000037ee ifetcht  0x00000007 , 0x00000006 
+ 00024157  0x000037ef isub  0x00000002 , 0x0000003e 
+ 00024158  0x000037f0 branch  0x00005e72 , 0x00000005 
+ 00024159  0x000037f1 increase  0x00000016 , 0x00000006 
+ 00024160  0x000037f2 loop  0x00005e5c 
+ 00024161  0x000037f3 rtn 
+ 00024162  0x000037f5 arg  0x000045d2 , 0x00000011 
+ 00024163  0x000037f6 fetch  0x00000001 , 0x000045d1 
+ 00024164  0x000037f7 increase  0xffffffff , 0x0000003f 
+ 00024165  0x000037f8 mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00024166  0x000037f9 iadd  0x00000011 , 0x00000011 
+ 00024167  0x000037fa fetch  0x00000001 , 0x0000002d 
+ 00024168  0x000037fb istore  0x00000001 , 0x00000011 
+ 00024169  0x000037fc beq  0x00000034 , 0x00005e6b 
+ 00024170  0x000037fd rtn 
+ 00024171  0x00003800 fetch  0x00000006 , 0x00000173 
+ 00024172  0x00003801 istore  0x00000006 , 0x00000005 
+ 00024173  0x00003802 arg  0x0000424a , 0x00000006 
+ 00024174  0x00003803 call  0x000074f5 
+ 00024175  0x00003804 fetch  0x00000006 , 0x000042ae 
+ 00024176  0x00003805 istore  0x00000006 , 0x00000005 
+ 00024177  0x00003806 rtn 
+ 00024178  0x00003809 increase  0xfffffffa , 0x00000006 
+ 00024179  0x0000380a copy  0x00000006 , 0x00000005 
+ 00024180  0x0000380b fetcht  0x00000006 , 0x00004817 
+ 00024181  0x0000380c increase  0x00000003 , 0x00000002 
+ 00024182  0x0000380d istoret  0x00000006 , 0x00000005 
+ 00024183  0x0000380e rtn 
+ 00024184  0x00003811 arg  0x000045d2 , 0x00000011 
+ 00024185  0x00003812 fetch  0x00000001 , 0x000045d1 
+ 00024186  0x00003813 rtneq  0x00000000 
+ 00024187  0x00003814 increase  0xffffffff , 0x0000003f 
+ 00024188  0x00003815 mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00024189  0x00003816 iadd  0x00000011 , 0x00000011 
+ 00024190  0x00003817 ifetch  0x00000001 , 0x00000011 
+ 00024191  0x00003818 store  0x00000001 , 0x000043a8 
+ 00024192  0x00003819 beq  0x00000034 , 0x00005e82 
+ 00024193  0x0000381a rtn 
+ 00024194  0x0000381d ifetch  0x00000006 , 0x00000006 
+ 00024195  0x0000381f store  0x00000006 , 0x0000410f 
+ 00024196  0x00003820 arg  0x0000424a , 0x00000005 
+ 00024197  0x00003821 call  0x000074f5 
+ 00024198  0x00003822 ifetch  0x00000006 , 0x00000006 
+ 00024199  0x00003823 store  0x00000006 , 0x000042ae 
+ 00024200  0x00003824 rtn 
+ 00024201  0x00003827 fetch  0x00000002 , 0x00004629 
+ 00024202  0x00003828 arg  0x0000aa55 , 0x00000002 
+ 00024203  0x00003829 isub  0x00000002 , 0x0000003e 
+ 00024204  0x0000382a branch  0x00005e97 , 0x00000005 
+ 00024205  0x0000382b storet  0x00000002 , 0x00004629 
+ 00024206  0x0000382c call  0x00005e9c 
+ 00024207  0x0000382d fetch  0x00000001 , 0x00004752 
+ 00024208  0x0000382e store  0x00000001 , 0x000045d1 
+ 00024209  0x0000382f fetch  0x00000001 , 0x000045b2 
+ 00024210  0x00003830 store  0x00000001 , 0x0000462b 
+ 00024211  0x00003831 fetch  0x00000004 , 0x00004527 
+ 00024212  0x00003832 store  0x00000004 , 0x0000452b 
+ 00024213  0x00003833 store  0x00000004 , 0x000044d5 
+ 00024214  0x00003834 rtn 
+ 00024215  0x00003837 call  0x00005e78 
+ 00024216  0x00003838 fetch  0x00000004 , 0x0000462c 
+ 00024217  0x00003839 store  0x00000004 , 0x0000452b 
+ 00024218  0x0000383a store  0x00000004 , 0x000044d5 
+ 00024219  0x0000383b rtn 
+ 00024220  0x0000383e fetch  0x00000006 , 0x000042ae 
+ 00024221  0x0000383f store  0x00000006 , 0x000045e9 
+ 00024222  0x00003840 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00024223  0x00003841 store  0x00000006 , 0x00004606 
+ 00024224  0x00003842 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00024225  0x00003843 store  0x00000006 , 0x00004623 
+ 00024226  0x00003844 rtn 
+ 00024227  0x00003847 fetch  0x00000001 , 0x00004659 
+ 00024228  0x00003848 store  0x00000001 , 0x00004658 
+ 00024229  0x00003849 rtn 
+ 00024230  0x0000384c bpatch  0x00000058 , 0x0000400b 
+ 00024231  0x0000384d fetch  0x00000008 , 0x00004848 
+ 00024232  0x0000384e bbit1  0x00000013 , 0x00005ef4 
+ 00024233  0x0000384f bbit1  0x00000012 , 0x00005eb8 
+ 00024234  0x00003850 rtn 
+ 00024235  0x00003853 call  0x00006979 
+ 00024236  0x00003854 call  0x00005ebf 
+ 00024237  0x00003855 call  0x00005eb2 
+ 00024238  0x00003856 call  0x0000699d 
+ 00024239  0x00003857 call  0x00005ec6 
+ 00024240  0x00003858 call  0x00005e89 
+ 00024241  0x00003859 branch  0x00005926 
+ 00024242  0x0000385c setarg  0x00004651 
+ 00024243  0x0000385d arg  0x000045d1 , 0x00000002 
+ 00024244  0x0000385e isub  0x00000002 , 0x00000002 
+ 00024245  0x0000385f fetch  0x00000003 , 0x00004651 
+ 00024246  0x00003860 arg  0x000045d1 , 0x00000011 
+ 00024247  0x00003861 rtn 
+ 00024248  0x00003864 call  0x00006979 
+ 00024249  0x00003865 call  0x00005ebf 
+ 00024250  0x00003866 call  0x00005ed4 
+ 00024251  0x00003868 call  0x00005eb2 
+ 00024252  0x00003869 call  0x00005ed7 
+ 00024253  0x0000386a call  0x00005ec6 
+ 00024254  0x0000386b branch  0x00005926 
+ 00024255  0x0000386e jam  0x000000ab , 0x000004cc 
+ 00024256  0x00003870 call  0x00006d74 
+ 00024257  0x00003871 call  0x0000697f 
+ 00024258  0x00003872 arg  0x00004654 , 0x00000011 
+ 00024259  0x00003873 fetcht  0x00000001 , 0x000004cc 
+ 00024260  0x00003874 call  0x00005ec8 
+ 00024261  0x00003875 branch  0x00006d74 
+ 00024262  0x00003878 jam  0x000000b9 , 0x000004cc 
+ 00024263  0x00003879 branch  0x00005ec0 
+ 00024264  0x0000387c istoret  0x00000001 , 0x00000011 
+ 00024265  0x0000387d rshift16  0x0000003f , 0x00000002 
+ 00024266  0x0000387e istoret  0x00000001 , 0x00000005 
+ 00024267  0x0000387f rshift8  0x0000003f , 0x00000002 
+ 00024268  0x00003880 istoret  0x00000001 , 0x00000005 
+ 00024269  0x00003881 istore  0x00000001 , 0x00000005 
+ 00024270  0x00003882 deposit  0x00000011 
+ 00024271  0x00003883 store  0x00000002 , 0x00008084 
+ 00024272  0x00003884 setarg  0x00000000 
+ 00024273  0x00003885 store  0x00000002 , 0x00008088 
+ 00024274  0x00003886 jam  0x00000002 , 0x00008006 
+ 00024275  0x00003887 branch  0x00006939 
+ 00024276  0x0000388a fetch  0x00000003 , 0x00004651 
+ 00024277  0x0000388b store  0x00000003 , 0x000043c7 
+ 00024278  0x0000388c branch  0x00006953 
+ 00024279  0x0000388f copy  0x0000003f , 0x00000013 
+ 00024280  0x00003890 copy  0x00000011 , 0x0000003f 
+ 00024281  0x00003891 increase  0xfffffffc , 0x0000003f 
+ 00024282  0x00003892 copy  0x0000003f , 0x00000012 
+ 00024283  0x00003893 ifetch  0x00000004 , 0x00000012 
+ 00024284  0x00003894 store  0x00000004 , 0x00004654 
+ 00024285  0x00003895 copy  0x00000013 , 0x0000003f 
+ 00024286  0x00003896 call  0x0000698c 
+ 00024287  0x00003897 fetch  0x00000004 , 0x00004654 
+ 00024288  0x00003898 istore  0x00000004 , 0x00000012 
+ 00024289  0x00003899 rtn 
+ 00024290  0x0000389c fetch  0x00000008 , 0x00004848 
+ 00024291  0x0000389d rtnbit0  0x00000012 
+ 00024292  0x0000389e call  0x00005ec6 
+ 00024293  0x0000389f call  0x0000671e 
+ 00024294  0x000038a0 fetcht  0x00000001 , 0x000043cf 
+ 00024295  0x000038a1 call  0x00006c3f 
+ 00024296  0x000038a2 fetcht  0x00000001 , 0x000043d4 
+ 00024297  0x000038a3 branch  0x00005911 
+ 00024298  0x000038a6 call  0x00006a0f 
+ 00024299  0x000038a7 fetch  0x00000008 , 0x00004848 
+ 00024300  0x000038a8 isolate1  0x00000009 , 0x0000003f 
+ 00024301  0x000038a9 ncall  0x00006a29 , 0x00000001 
+ 00024302  0x000038aa call  0x00005ef0 
+ 00024303  0x000038ab branch  0x00005e89 
+ 00024304  0x000038ae arg  0x00000080 , 0x00000002 
+ 00024305  0x000038af arg  0x000045d1 , 0x00000011 
+ 00024306  0x000038b0 arg  0x00000000 , 0x00000012 
+ 00024307  0x000038b1 branch  0x00006a46 
+ 00024308  0x000038b4 arg  0x00000080 , 0x00000002 
+ 00024309  0x000038b5 arg  0x000045d1 , 0x00000011 
+ 00024310  0x000038b6 arg  0x00000000 , 0x00000012 
+ 00024311  0x000038b7 branch  0x00006a38 
+ 00024312  0x000038ba arg  0x00000001 , 0x00000002 
+ 00024313  0x000038bb arg  0x0000462b , 0x00000011 
+ 00024314  0x000038bc arg  0x0000005a , 0x00000012 
+ 00024315  0x000038bd branch  0x00006a38 
+ 00024316  0x000038c0 arg  0x00000001 , 0x00000002 
+ 00024317  0x000038c1 arg  0x0000462b , 0x00000011 
+ 00024318  0x000038c2 arg  0x0000005a , 0x00000012 
+ 00024319  0x000038c3 branch  0x00006a46 
+ 00024320  0x000038c6 bpatch  0x00000059 , 0x0000400b 
+ 00024321  0x000038c7 call  0x00006273 
+ 00024322  0x000038c8 call  0x0000711a 
+ 00024323  0x000038c9 call  0x000059e9 
+ 00024324  0x000038ca call  0x00005f08 
+ 00024325  0x000038cb call  0x00005f53 
+ 00024326  0x000038cc call  0x00005f88 
+ 00024327  0x000038cd branch  0x0000594a 
+ 00024328  0x000038d0 fetch  0x00000008 , 0x00004848 
+ 00024329  0x000038d1 bbit1  0x00000029 , 0x00005f0d 
+ 00024330  0x000038d2 bbit1  0x00000037 , 0x00005f0d 
+ 00024331  0x000038d3 rtn 
+ 00024332  0x000038d6 jam  0x00000003 , 0x00004831 
+ 00024333  0x000038d8 fetch  0x00000001 , 0x000045b6 
+ 00024334  0x000038d9 rtneq  0x000000ff 
+ 00024335  0x000038da arg  0x00000000 , 0x00000011 
+ 00024336  0x000038db jam  0x00000006 , 0x00004833 
+ 00024337  0x000038dc fetcht  0x00000001 , 0x000045b6 
+ 00024338  0x000038dd call  0x00005f1d 
+ 00024339  0x000038de store  0x00000001 , 0x00004831 
+ 00024340  0x000038df fetch  0x00000001 , 0x000045b5 
+ 00024341  0x000038e0 beq  0x000000ff , 0x00005f1a 
+ 00024342  0x000038e1 call  0x00005b1e 
+ 00024343  0x000038e3 copy  0x00000011 , 0x0000003f 
+ 00024344  0x000038e4 bbit1  0x00000006 , 0x00005f3e 
+ 00024345  0x000038e5 branch  0x00005f33 
+ 00024346  0x000038e8 fetcht  0x00000001 , 0x000045b6 
+ 00024347  0x000038e9 call  0x00005915 
+ 00024348  0x000038ea branch  0x00005f17 
+ 00024349  0x000038ed fetch  0x00000008 , 0x00004848 
+ 00024350  0x000038ee bbit1  0x0000002d , 0x00005f29 
+ 00024351  0x000038ef fetch  0x00000001 , 0x00004831 
+ 00024352  0x000038f0 copy  0x0000003f , 0x00000013 
+ 00024353  0x000038f1 fetch  0x00000001 , 0x000045b5 
+ 00024354  0x000038f2 beq  0x000000ff , 0x00005b52 
+ 00024355  0x000038f3 fetch  0x00000001 , 0x00004837 
+ 00024356  0x000038f4 nbranch  0x00005f26 , 0x00000034 
+ 00024357  0x000038f5 branch  0x00005f2b 
+ 00024358  0x000038f8 jam  0x00000000 , 0x0000483b 
+ 00024359  0x000038f9 jam  0x00000000 , 0x00004831 
+ 00024360  0x000038fa rtn 
+ 00024361  0x000038fd fetch  0x00000001 , 0x00004831 
+ 00024362  0x000038fe branch  0x00005b46 
+ 00024363  0x00003901 call  0x00006c32 
+ 00024364  0x00003902 fetcht  0x00000001 , 0x000045b5 
+ 00024365  0x00003903 branch  0x00005f29 , 0x00000001 
+ 00024366  0x00003904 fetcht  0x00000001 , 0x000045b5 
+ 00024367  0x00003905 call  0x00006c43 
+ 00024368  0x00003906 fetcht  0x00000001 , 0x000045b6 
+ 00024369  0x00003907 fetch  0x00000001 , 0x00004831 
+ 00024370  0x00003908 branch  0x00005b46 
+ 00024371  0x0000390b fetch  0x00000001 , 0x0000483b 
+ 00024372  0x0000390c rtneq  0x00000000 
+ 00024373  0x0000390d jam  0x00000000 , 0x0000483b 
+ 00024374  0x0000390e fetch  0x00000008 , 0x00004848 
+ 00024375  0x0000390f rtnbit1  0x00000034 
+ 00024376  0x00003910 fetch  0x00000001 , 0x00004838 
+ 00024377  0x00003911 sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00024378  0x00003912 ncall  0x00005f68 , 0x00000002 
+ 00024379  0x00003913 fetch  0x00000001 , 0x00004431 
+ 00024380  0x00003914 store  0x00000001 , 0x00004838 
+ 00024381  0x00003915 rtn 
+ 00024382  0x00003918 call  0x00005f4a 
+ 00024383  0x00003919 rtn  0x00000028 
+ 00024384  0x0000391a fetch  0x00000001 , 0x0000483b 
+ 00024385  0x0000391b rtneq  0x00000001 
+ 00024386  0x0000391c jam  0x00000001 , 0x0000483b 
+ 00024387  0x0000391d fetch  0x00000008 , 0x00004848 
+ 00024388  0x0000391e bbit1  0x00000034 , 0x00005daa 
+ 00024389  0x0000391f fetch  0x00000001 , 0x00004815 
+ 00024390  0x00003920 rtn  0x00000034 
+ 00024391  0x00003921 fetch  0x00000001 , 0x0000459c 
+ 00024392  0x00003922 store  0x00000001 , 0x00004815 
+ 00024393  0x00003923 rtn 
+ 00024394  0x00003926 disable  0x00000028 
+ 00024395  0x00003927 fetch  0x00000008 , 0x00004848 
+ 00024396  0x00003928 rtnbit1  0x0000002d 
+ 00024397  0x00003929 fetch  0x00000001 , 0x0000482b 
+ 00024398  0x0000392a rtn  0x00000034 
+ 00024399  0x0000392b fetch  0x00000001 , 0x0000482c 
+ 00024400  0x0000392c rtn  0x00000034 
+ 00024401  0x0000392d enable  0x00000028 
+ 00024402  0x0000392e rtn 
+ 00024403  0x00003931 fetch  0x00000008 , 0x00004848 
+ 00024404  0x00003932 bbit1  0x0000002a , 0x00005f57 
+ 00024405  0x00003933 bbit1  0x0000002b , 0x0000585d 
+ 00024406  0x00003934 rtn 
+ 00024407  0x00003936 fetcht  0x00000001 , 0x000045b9 
+ 00024408  0x00003937 call  0x00005915 
+ 00024409  0x00003938 fetcht  0x00000001 , 0x000045b9 
+ 00024410  0x00003939 call  0x00006c32 
+ 00024411  0x0000393a branch  0x00005f60 , 0x00000001 
+ 00024412  0x0000393c fetch  0x00000001 , 0x000045d1 
+ 00024413  0x0000393d rtneq  0x00000001 
+ 00024414  0x0000393e jam  0x00000001 , 0x000045d1 
+ 00024415  0x0000393f branch  0x00005cb2 
+ 00024416  0x00003942 fetch  0x00000008 , 0x00004848 
+ 00024417  0x00003943 bbit0  0x0000002b , 0x00005f64 
+ 00024418  0x00003944 fetch  0x00000006 , 0x00004589 
+ 00024419  0x00003945 store  0x00000006 , 0x0000457d 
+ 00024420  0x00003947 fetch  0x00000001 , 0x000045d1 
+ 00024421  0x00003948 rtneq  0x00000000 
+ 00024422  0x00003949 jam  0x00000000 , 0x000045d1 
+ 00024423  0x0000394a branch  0x000060b4 
+ 00024424  0x0000394d bpatch  0x0000005a , 0x0000400b 
+ 00024425  0x0000394e fetch  0x00000001 , 0x00004850 
+ 00024426  0x0000394f rtneq  0x00000001 
+ 00024427  0x00003950 call  0x00005f74 
+ 00024428  0x00003951 storet  0x00000001 , 0x000045d1 
+ 00024429  0x00003954 call  0x00005f8b 
+ 00024430  0x00003955 call  0x00005cb2 
+ 00024431  0x00003956 call  0x00005f8d 
+ 00024432  0x00003957 jam  0x00000001 , 0x00004763 
+ 00024433  0x00003958 branch  0x00005ea3 
+ 00024434  0x0000395b call  0x00005f8b 
+ 00024435  0x0000395c branch  0x000069f6 
+ 00024436  0x0000395f fetcht  0x00000001 , 0x000045d1 
+ 00024437  0x00003960 increase  0x00000001 , 0x00000002 
+ 00024438  0x00003961 fetch  0x00000008 , 0x00004848 
+ 00024439  0x00003962 bbit1  0x00000011 , 0x00005f7b 
+ 00024440  0x00003963 sub  0x00000002 , 0x00000002 , 0x0000003e 
+ 00024441  0x00003964 ncall  0x00005f82 , 0x00000002 
+ 00024442  0x00003965 rtn 
+ 00024443  0x00003968 fetch  0x00000001 , 0x00004850 
+ 00024444  0x00003969 increase  0xffffffff , 0x0000003f 
+ 00024445  0x0000396a isub  0x00000002 , 0x0000003e 
+ 00024446  0x0000396b ncall  0x00005f80 , 0x00000002 
+ 00024447  0x0000396c rtn 
+ 00024448  0x0000396f arg  0x00000000 , 0x00000002 
+ 00024449  0x00003970 rtn 
+ 00024450  0x00003972 arg  0x00000001 , 0x00000002 
+ 00024451  0x00003973 rtn 
+ 00024452  0x00003976 arg  0x00000001 , 0x00000002 
+ 00024453  0x00003977 arg  0x000045d1 , 0x00000011 
+ 00024454  0x00003978 arg  0x00000000 , 0x00000012 
+ 00024455  0x00003979 branch  0x00006a38 
+ 00024456  0x0000397c fetch  0x00000008 , 0x00004848 
+ 00024457  0x0000397d rtnbit0  0x00000034 
+ 00024458  0x0000397e branch  0x00005f0d 
+ 00024459  0x00003981 arg  0x00000000 , 0x00000007 
+ 00024460  0x00003982 branch  0x00005fa1 
+ 00024461  0x00003984 arg  0x00000000 , 0x00000007 
+ 00024462  0x00003985 branch  0x00005fa5 
+ 00024463  0x00003987 arg  0x00000003 , 0x00000007 
+ 00024464  0x00003988 branch  0x00005fa1 
+ 00024465  0x0000398a arg  0x00000003 , 0x00000007 
+ 00024466  0x0000398b branch  0x00005fa5 
+ 00024467  0x0000398d arg  0x00000005 , 0x00000007 
+ 00024468  0x0000398e branch  0x00005fa1 
+ 00024469  0x00003990 arg  0x00000005 , 0x00000007 
+ 00024470  0x00003991 branch  0x00005fa5 
+ 00024471  0x00003994 arg  0x00000014 , 0x00000007 
+ 00024472  0x00003995 branch  0x00005fa1 
+ 00024473  0x00003998 arg  0x00000018 , 0x00000007 
+ 00024474  0x00003999 branch  0x00005fa1 
+ 00024475  0x0000399c arg  0x00000016 , 0x00000007 
+ 00024476  0x0000399d branch  0x00005fa1 
+ 00024477  0x000039a0 arg  0x0000000c , 0x00000007 
+ 00024478  0x000039a1 branch  0x00005fa1 
+ 00024479  0x000039a4 arg  0x0000001c , 0x00000007 
+ 00024480  0x000039a5 branch  0x00005fa1 
+ 00024481  0x000039a8 fetch  0x00000008 , 0x00004848 
+ 00024482  0x000039a9 qset1  0x0000003f 
+ 00024483  0x000039aa store  0x00000008 , 0x00004848 
+ 00024484  0x000039ab rtn 
+ 00024485  0x000039ae fetch  0x00000008 , 0x00004848 
+ 00024486  0x000039af qset0  0x0000003f 
+ 00024487  0x000039b0 store  0x00000008 , 0x00004848 
+ 00024488  0x000039b1 rtn 
+ 00024489  0x000039b4 arg  0x00000015 , 0x00000007 
+ 00024490  0x000039b5 call  0x00005fa1 
+ 00024491  0x000039b6 setarg  0x00000000 
+ 00024492  0x000039b7 store  0x00000008 , 0x00004868 
+ 00024493  0x000039b8 store  0x00000008 , 0x00004871 
+ 00024494  0x000039b9 fetch  0x00000001 , 0x000045a4 
+ 00024495  0x000039ba and  0x0000003f , 0x000000c0 , 0x0000003f 
+ 00024496  0x000039bb beq  0x00000040 , 0x00005fb6 
+ 00024497  0x000039bc beq  0x00000080 , 0x00005fb8 
+ 00024498  0x000039bd beq  0x000000c0 , 0x00005fbd 
+ 00024499  0x000039be setarg  0x00070008 
+ 00024500  0x000039c0 store  0x00000008 , 0x00004869 
+ 00024501  0x000039c1 rtn 
+ 00024502  0x000039c4 setarg  0x00040005 
+ 00024503  0x000039c5 branch  0x00005fb4 
+ 00024504  0x000039c8 setarg  0x00022303 
+ 00024505  0x000039ca store  0x00000008 , 0x00004868 
+ 00024506  0x000039cb setarg  0x00000003 
+ 00024507  0x000039cc store  0x00000008 , 0x00004871 
+ 00024508  0x000039cd rtn 
+ 00024509  0x000039d0 setarg  0x0000cd03 
+ 00024510  0x000039d1 branch  0x00005fb9 
+ 00024511  0x000039d5 bpatch  0x0000005b , 0x0000400b 
+ 00024512  0x000039d6 fetch  0x00000001 , 0x0000474e 
+ 00024513  0x000039d7 increase  0xffffffff , 0x0000003f 
+ 00024514  0x000039d8 store  0x00000001 , 0x0000474e 
+ 00024515  0x000039d9 fetcht  0x00000001 , 0x000045d1 
+ 00024516  0x000039da sub  0x00000002 , 0x00000001 , 0x0000003e 
+ 00024517  0x000039db ncall  0x00005f74 , 0x00000005 
+ 00024518  0x000039dc storet  0x00000001 , 0x000045d1 
+ 00024519  0x000039dd call  0x00005f84 
+ 00024520  0x000039de call  0x00005e62 
+ 00024521  0x000039df branch  0x00005793 
+ 00024522  0x000039e4 bpatchx  0x00000086 , 0x00004030 
+ 00024523  0x000039e5 fetch  0x00000001 , 0x000045c0 
+ 00024524  0x000039e6 rtneq  0x00000003 
+ 00024525  0x000039e7 fetch  0x00000008 , 0x00004848 
+ 00024526  0x000039e8 rtnbit0  0x00000038 
+ 00024527  0x000039e9 fetch  0x00000004 , 0x0000456b 
+ 00024528  0x000039ea rtn  0x00000034 
+ 00024529  0x000039eb call  0x00006071 
+ 00024530  0x000039ec setarg  0x00000003 
+ 00024531  0x000039ed call  0x00006067 
+ 00024532  0x000039ee call  0x00006063 , 0x00000034 
+ 00024533  0x000039ef ncall  0x00006065 , 0x00000034 
+ 00024534  0x000039f0 setarg  0x00000002 
+ 00024535  0x000039f1 call  0x0000606c 
+ 00024536  0x000039f2 call  0x00006063 , 0x00000034 
+ 00024537  0x000039f3 fetch  0x00000001 , 0x00004662 
+ 00024538  0x000039f4 beq  0x00000001 , 0x00005fe0 
+ 00024539  0x000039f6 fetch  0x00000008 , 0x00004848 
+ 00024540  0x000039f7 rtnbit0  0x00000038 
+ 00024541  0x000039f8 arg  0x00000005 , 0x00000039 
+ 00024542  0x000039f9 arg  0x00004662 , 0x00000005 
+ 00024543  0x000039fa branch  0x0000750f 
+ 00024544  0x000039fd call  0x00005ff4 
+ 00024545  0x000039fe fetch  0x00000002 , 0x00004663 
+ 00024546  0x000039ff store  0x00000002 , 0x00000560 
+ 00024547  0x00003a00 fetch  0x00000002 , 0x0000456b 
+ 00024548  0x00003a01 store  0x00000002 , 0x00000562 
+ 00024549  0x00003a02 call  0x0000602d 
+ 00024550  0x00003a03 fetch  0x00000002 , 0x00000560 
+ 00024551  0x00003a04 store  0x00000002 , 0x00004663 
+ 00024552  0x00003a05 fetch  0x00000002 , 0x00000562 
+ 00024553  0x00003a06 store  0x00000002 , 0x0000456b 
+ 00024554  0x00003a08 fetch  0x00000002 , 0x00004665 
+ 00024555  0x00003a09 store  0x00000002 , 0x00000560 
+ 00024556  0x00003a0a fetch  0x00000002 , 0x0000456d 
+ 00024557  0x00003a0b store  0x00000002 , 0x00000562 
+ 00024558  0x00003a0c call  0x00006035 
+ 00024559  0x00003a0d fetch  0x00000002 , 0x00000560 
+ 00024560  0x00003a0e store  0x00000002 , 0x00004665 
+ 00024561  0x00003a0f fetch  0x00000002 , 0x00000562 
+ 00024562  0x00003a10 store  0x00000002 , 0x0000456d 
+ 00024563  0x00003a11 rtn 
+ 00024564  0x00003a14 fetch  0x00000008 , 0x00004848 
+ 00024565  0x00003a15 rtnbit0  0x00000039 
+ 00024566  0x00003a16 bpatchx  0x00000089 , 0x00004031 
+ 00024567  0x00003a17 fetch  0x00000002 , 0x00004663 
+ 00024568  0x00003a18 store  0x00000002 , 0x00000567 
+ 00024569  0x00003a19 call  0x00006008 
+ 00024570  0x00003a1a store  0x00000002 , 0x00004663 
+ 00024571  0x00003a1b fetch  0x00000002 , 0x0000456b 
+ 00024572  0x00003a1c store  0x00000002 , 0x00000567 
+ 00024573  0x00003a1d call  0x00006016 
+ 00024574  0x00003a1e store  0x00000002 , 0x0000456b 
+ 00024575  0x00003a1f fetch  0x00000002 , 0x00004665 
+ 00024576  0x00003a20 store  0x00000002 , 0x00000567 
+ 00024577  0x00003a21 call  0x00006008 
+ 00024578  0x00003a22 store  0x00000002 , 0x00004665 
+ 00024579  0x00003a23 fetch  0x00000002 , 0x0000456d 
+ 00024580  0x00003a24 store  0x00000002 , 0x00000567 
+ 00024581  0x00003a25 call  0x00006016 
+ 00024582  0x00003a26 store  0x00000002 , 0x0000456d 
+ 00024583  0x00003a27 rtn 
+ 00024584  0x00003a2a fetch  0x00000001 , 0x00000568 
+ 00024585  0x00003a2b branch  0x0000600b , 0x00000034 
+ 00024586  0x00003a2c branch  0x00006010 
+ 00024587  0x00003a2f fetch  0x00000001 , 0x00000567 
+ 00024588  0x00003a30 call  0x00006023 
+ 00024589  0x00003a31 store  0x00000001 , 0x00000567 
+ 00024590  0x00003a33 fetch  0x00000002 , 0x00000567 
+ 00024591  0x00003a34 rtn 
+ 00024592  0x00003a36 fetch  0x00000001 , 0x00000567 
+ 00024593  0x00003a37 call  0x0000605f 
+ 00024594  0x00003a38 call  0x00006023 
+ 00024595  0x00003a39 call  0x00007644 , 0x00000034 
+ 00024596  0x00003a3a call  0x0000605b 
+ 00024597  0x00003a3b branch  0x0000600e 
+ 00024598  0x00003a3e fetch  0x00000001 , 0x00000568 
+ 00024599  0x00003a3f branch  0x00006019 , 0x00000034 
+ 00024600  0x00003a40 branch  0x0000601d 
+ 00024601  0x00003a42 fetch  0x00000001 , 0x00000567 
+ 00024602  0x00003a43 call  0x00006028 
+ 00024603  0x00003a44 store  0x00000001 , 0x00000567 
+ 00024604  0x00003a45 branch  0x0000600e 
+ 00024605  0x00003a47 fetch  0x00000001 , 0x00000567 
+ 00024606  0x00003a48 call  0x0000605f 
+ 00024607  0x00003a49 call  0x00006028 
+ 00024608  0x00003a4a call  0x00007644 , 0x00000034 
+ 00024609  0x00003a4b call  0x0000605b 
+ 00024610  0x00003a4c branch  0x0000600e 
+ 00024611  0x00003a4f mul32  0x0000003f , 0x00000004 , 0x0000003f 
+ 00024612  0x00003a50 div  0x0000003f , 0x00000005 
+ 00024613  0x00003a51 call  0x000075d0 
+ 00024614  0x00003a52 quotient  0x0000003f 
+ 00024615  0x00003a53 rtn 
+ 00024616  0x00003a55 mul32  0x0000003f , 0x0000000c , 0x0000003f 
+ 00024617  0x00003a56 div  0x0000003f , 0x0000000a 
+ 00024618  0x00003a57 call  0x000075d0 
+ 00024619  0x00003a58 quotient  0x0000003f 
+ 00024620  0x00003a59 rtn 
+ 00024621  0x00003a5c fetch  0x00000002 , 0x00000560 
+ 00024622  0x00003a5d fetcht  0x00000002 , 0x00000562 
+ 00024623  0x00003a5e iadd  0x00000002 , 0x0000003f 
+ 00024624  0x00003a5f fetcht  0x00000001 , 0x00004667 
+ 00024625  0x00003a60 iadd  0x00000002 , 0x0000003f 
+ 00024626  0x00003a61 and  0x0000003f , 0x00000001 , 0x00000002 
+ 00024627  0x00003a62 storet  0x00000001 , 0x00004667 
+ 00024628  0x00003a63 branch  0x0000603d 
+ 00024629  0x00003a66 fetch  0x00000002 , 0x00000560 
+ 00024630  0x00003a67 fetcht  0x00000002 , 0x00000562 
+ 00024631  0x00003a68 iadd  0x00000002 , 0x0000003f 
+ 00024632  0x00003a69 fetcht  0x00000001 , 0x00004668 
+ 00024633  0x00003a6a iadd  0x00000002 , 0x0000003f 
+ 00024634  0x00003a6b and  0x0000003f , 0x00000001 , 0x00000002 
+ 00024635  0x00003a6c storet  0x00000001 , 0x00004668 
+ 00024636  0x00003a6d branch  0x0000603d 
+ 00024637  0x00003a70 store  0x00000003 , 0x00000564 
+ 00024638  0x00003a71 isolate1  0x00000010 , 0x0000003f 
+ 00024639  0x00003a72 branch  0x00006047 , 0x00000001 
+ 00024640  0x00003a73 fetch  0x00000001 , 0x00000565 
+ 00024641  0x00003a74 beq  0x000000ff , 0x0000604e 
+ 00024642  0x00003a75 fetch  0x00000001 , 0x00000564 
+ 00024643  0x00003a77 rshift  0x0000003f , 0x0000003f 
+ 00024644  0x00003a78 store  0x00000002 , 0x00000560 
+ 00024645  0x00003a79 store  0x00000002 , 0x00000562 
+ 00024646  0x00003a7a rtn 
+ 00024647  0x00003a7c fetch  0x00000001 , 0x00000565 
+ 00024648  0x00003a7d beq  0x00000000 , 0x0000604b 
+ 00024649  0x00003a7e fetch  0x00000003 , 0x00000564 
+ 00024650  0x00003a7f branch  0x00006043 
+ 00024651  0x00003a81 jam  0x00000000 , 0x00000566 
+ 00024652  0x00003a82 fetch  0x00000001 , 0x00000564 
+ 00024653  0x00003a83 branch  0x00006043 
+ 00024654  0x00003a86 fetch  0x00000001 , 0x00000564 
+ 00024655  0x00003a87 call  0x00006059 
+ 00024656  0x00003a88 store  0x00000001 , 0x00000560 
+ 00024657  0x00003a89 store  0x00000001 , 0x00000562 
+ 00024658  0x00003a8a branch  0x00006057 , 0x00000034 
+ 00024659  0x00003a8b setarg  0x000000ff 
+ 00024660  0x00003a8d store  0x00000001 , 0x00000561 
+ 00024661  0x00003a8e store  0x00000001 , 0x00000563 
+ 00024662  0x00003a8f rtn 
+ 00024663  0x00003a91 setarg  0x00000000 
+ 00024664  0x00003a92 branch  0x00006054 
+ 00024665  0x00003a95 call  0x0000605f 
+ 00024666  0x00003a96 rshift  0x0000003f , 0x0000003f 
+ 00024667  0x00003a98 call  0x00006060 
+ 00024668  0x00003a99 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024669  0x00003a9a store  0x00000001 , 0x00000567 
+ 00024670  0x00003a9b rtn 
+ 00024671  0x00003a9e sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024672  0x00003aa0 store  0x00000001 , 0x000004d8 
+ 00024673  0x00003aa1 fetch  0x00000001 , 0x000004d8 
+ 00024674  0x00003aa2 rtn 
+ 00024675  0x00003aa5 jam  0x00000000 , 0x00004662 
+ 00024676  0x00003aa6 rtn 
+ 00024677  0x00003aa8 jam  0x00000001 , 0x00004662 
+ 00024678  0x00003aa9 rtn 
+ 00024679  0x00003aad isub  0x00000011 , 0x0000003e 
+ 00024680  0x00003aae nbranch  0x00007644 , 0x00000002 
+ 00024681  0x00003aaf isub  0x00000012 , 0x0000003e 
+ 00024682  0x00003ab0 nbranch  0x00007644 , 0x00000002 
+ 00024683  0x00003ab1 branch  0x00007646 
+ 00024684  0x00003ab3 isub  0x00000011 , 0x0000003e 
+ 00024685  0x00003ab4 nrtn  0x00000002 
+ 00024686  0x00003ab5 isub  0x00000012 , 0x0000003e 
+ 00024687  0x00003ab6 nrtn  0x00000002 
+ 00024688  0x00003ab7 branch  0x00007646 
+ 00024689  0x00003aba fetch  0x00000002 , 0x0000456b 
+ 00024690  0x00003abb call  0x00006078 
+ 00024691  0x00003abc copy  0x0000003f , 0x00000011 
+ 00024692  0x00003abd fetch  0x00000002 , 0x0000456d 
+ 00024693  0x00003abe call  0x00006078 
+ 00024694  0x00003abf copy  0x0000003f , 0x00000012 
+ 00024695  0x00003ac0 rtn 
+ 00024696  0x00003ac3 store  0x00000002 , 0x00000562 
+ 00024697  0x00003ac4 fetch  0x00000001 , 0x00000563 
+ 00024698  0x00003ac5 beq  0x000000ff , 0x0000607e 
+ 00024699  0x00003ac6 fetch  0x00000001 , 0x00000562 
+ 00024700  0x00003ac8 and_into  0x000000ff , 0x0000003f 
+ 00024701  0x00003aca rtn 
+ 00024702  0x00003acc fetch  0x00000002 , 0x00000562 
+ 00024703  0x00003acd sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024704  0x00003ace branch  0x0000607c 
+ 00024705  0x00003ad1 arg  0x0000455e , 0x00000013 
+ 00024706  0x00003ad2 arg  0x00006084 , 0x00000012 
+ 00024707  0x00003ad3 branch  0x00004de1 
+ 00024708  0x00003ad5 fetch  0x00000004 , 0x00004552 
+ 00024709  0x00003ad6 store  0x00000004 , 0x000044f5 
+ 00024710  0x00003ad7 jam  0x00000001 , 0x0000474c 
+ 00024711  0x00003ad8 rtn 
+ 00024712  0x00003adc fetch  0x00000001 , 0x0000487e 
+ 00024713  0x00003add beq  0x00000000 , 0x00006090 
+ 00024714  0x00003ade beq  0x00000001 , 0x00006092 
+ 00024715  0x00003adf beq  0x00000002 , 0x0000608d 
+ 00024716  0x00003ae0 beq  0x00000003 , 0x00006094 
+ 00024717  0x00003ae2 setarg  0x000ea600 
+ 00024718  0x00003ae4 store  0x00000004 , 0x00004552 
+ 00024719  0x00003ae5 rtn 
+ 00024720  0x00003ae7 setarg  0x0005e740 
+ 00024721  0x00003ae8 branch  0x0000608e 
+ 00024722  0x00003aea setarg  0x000927c0 
+ 00024723  0x00003aeb branch  0x0000608e 
+ 00024724  0x00003aed setarg  0x00124f80 
+ 00024725  0x00003aee branch  0x0000608e 
+ 00024726  0x00003af1 bpatchx  0x00000087 , 0x00004030 
+ 00024727  0x00003af2 jam  0x00000000 , 0x0000453f 
+ 00024728  0x00003af3 call  0x00004cbe 
+ 00024729  0x00003af4 setarg  0xffffffff 
+ 00024730  0x00003af5 store  0x00000004 , 0x000044f5 
+ 00024731  0x00003af6 setarg  0x00000000 
+ 00024732  0x00003af7 store  0x00000007 , 0x0000456a 
+ 00024733  0x00003af8 jam  0x00000001 , 0x0000487d 
+ 00024734  0x00003af9 call  0x00005bf9 
+ 00024735  0x00003afa call  0x000057d7 
+ 00024736  0x00003afc fetch  0x00000001 , 0x0000487d 
+ 00024737  0x00003afd ncall  0x000057d7 , 0x00000034 
+ 00024738  0x00003afe fetch  0x00000008 , 0x000044f5 
+ 00024739  0x00003aff branch  0x00004d29 
+ 00024740  0x00003b02 fetch  0x00000001 , 0x0000487d 
+ 00024741  0x00003b03 ncall  0x000060a8 , 0x00000034 
+ 00024742  0x00003b04 jam  0x00000000 , 0x0000487d 
+ 00024743  0x00003b05 branch  0x00004cbd 
+ 00024744  0x00003b08 call  0x00005b67 
+ 00024745  0x00003b09 fetch  0x00000008 , 0x00004848 
+ 00024746  0x00003b0a rtnbit0  0x0000003c 
+ 00024747  0x00003b0c fetch  0x00000001 , 0x000045ab 
+ 00024748  0x00003b0d arg  0x00000040 , 0x00000002 
+ 00024749  0x00003b0e call  0x00006c68 
+ 00024750  0x00003b0f fetch  0x00000001 , 0x000045ac 
+ 00024751  0x00003b10 arg  0x00000040 , 0x00000002 
+ 00024752  0x00003b11 branch  0x00006c68 
+ 00024753  0x00003b14 fetch  0x00000001 , 0x0000487d 
+ 00024754  0x00003b15 nbranch  0x00004c97 , 0x00000034 
+ 00024755  0x00003b16 branch  0x00004c93 
+ 00024756  0x00003b19 set0  0x00000026 , 0x00000000 
+ 00024757  0x00003b1a jam  0x00000000 , 0x0000453b 
+ 00024758  0x00003b1b arg  0x00000001 , 0x00000007 
+ 00024759  0x00003b1c branch  0x00005fa5 
+ 00024760  0x00003b1f fetch  0x00000008 , 0x00004848 
+ 00024761  0x00003b20 bbit0  0x00000011 , 0x000060c5 
+ 00024762  0x00003b21 call  0x0000579e 
+ 00024763  0x00003b22 branch  0x00006107 , 0x00000028 
+ 00024764  0x00003b23 fetch  0x00000008 , 0x00004848 
+ 00024765  0x00003b24 bbit1  0x00000030 , 0x000060ca 
+ 00024766  0x00003b25 bbit0  0x00000031 , 0x000060ca 
+ 00024767  0x00003b26 call  0x00005acf 
+ 00024768  0x00003b27 and  0x00000011 , 0x00000007 , 0x0000003f 
+ 00024769  0x00003b28 fetcht  0x00000001 , 0x00004867 
+ 00024770  0x00003b29 isub  0x00000002 , 0x0000003e 
+ 00024771  0x00003b2a branch  0x000060e4 , 0x00000005 
+ 00024772  0x00003b2b branch  0x000060ca 
+ 00024773  0x00003b2e fetch  0x00000001 , 0x0000474e 
+ 00024774  0x00003b2f nbranch  0x00005fbf , 0x00000034 
+ 00024775  0x00003b30 rtn 
+ 00024776  0x00003b33 call  0x0000579e 
+ 00024777  0x00003b34 branch  0x000060d4 , 0x00000028 
+ 00024778  0x00003b36 jam  0x00000000 , 0x000045d1 
+ 00024779  0x00003b37 fetch  0x00000002 , 0x00004856 
+ 00024780  0x00003b38 store  0x00000002 , 0x00004521 
+ 00024781  0x00003b39 jam  0x00000002 , 0x00004525 
+ 00024782  0x00003b3a branch  0x00004bc3 
+ 00024783  0x00003b3d call  0x000061ad 
+ 00024784  0x00003b3e fetch  0x00000002 , 0x0000451b 
+ 00024785  0x00003b3f store  0x00000002 , 0x00004521 
+ 00024786  0x00003b40 jam  0x00000004 , 0x00004525 
+ 00024787  0x00003b41 branch  0x00004bc3 
+ 00024788  0x00003b44 fetch  0x00000001 , 0x000045d1 
+ 00024789  0x00003b45 beq  0x00000000 , 0x00006107 
+ 00024790  0x00003b46 call  0x00005cb0 
+ 00024791  0x00003b48 call  0x000060b4 
+ 00024792  0x00003b49 call  0x000061ef 
+ 00024793  0x00003b4a jam  0x00000001 , 0x000045d1 
+ 00024794  0x00003b4b call  0x00005e78 
+ 00024795  0x00003b4c branch  0x00005793 
+ 00024796  0x00003b4f call  0x0000579e 
+ 00024797  0x00003b50 branch  0x000057c3 , 0x00000028 
+ 00024798  0x00003b51 branch  0x00005e21 
+ 00024799  0x00003b54 call  0x0000579e 
+ 00024800  0x00003b55 rtn  0x00000028 
+ 00024801  0x00003b56 fetch  0x00000008 , 0x00004848 
+ 00024802  0x00003b57 bbit1  0x0000002f , 0x00005ea3 
+ 00024803  0x00003b58 rtn 
+ 00024804  0x00003b5b arg  0x00000001 , 0x00000007 
+ 00024805  0x00003b5c call  0x00005fa1 
+ 00024806  0x00003b5d setarg  0x00000000 
+ 00024807  0x00003b5e store  0x00000002 , 0x00004521 
+ 00024808  0x00003b5f call  0x00005e42 
+ 00024809  0x00003b60 call  0x00006271 
+ 00024810  0x00003b61 call  0x000061ad 
+ 00024811  0x00003b62 jam  0x00000001 , 0x000044cf 
+ 00024812  0x00003b63 fetch  0x00000008 , 0x00004848 
+ 00024813  0x00003b64 bbit0  0x00000015 , 0x0000493b 
+ 00024814  0x00003b65 jam  0x00000002 , 0x000044cf 
+ 00024815  0x00003b66 branch  0x0000493b 
+ 00024816  0x00003b69 fetch  0x00000001 , 0x0000453f 
+ 00024817  0x00003b6a nbranch  0x00006096 , 0x00000034 
+ 00024818  0x00003b6b fetch  0x00000001 , 0x00004525 
+ 00024819  0x00003b6c beq  0x00000002 , 0x000060ff 
+ 00024820  0x00003b6d beq  0x00000004 , 0x0000610b 
+ 00024821  0x00003b6e beq  0x00000003 , 0x00006110 
+ 00024822  0x00003b70 fetch  0x00000008 , 0x00004848 
+ 00024823  0x00003b71 bbit1  0x0000003c , 0x00006096 
+ 00024824  0x00003b72 call  0x000061f3 
+ 00024825  0x00003b73 call  0x000060b4 
+ 00024826  0x00003b74 fetch  0x00000001 , 0x0000474e 
+ 00024827  0x00003b75 nbranch  0x00005fbf , 0x00000034 
+ 00024828  0x00003b76 fetch  0x00000001 , 0x000045d1 
+ 00024829  0x00003b77 beq  0x00000000 , 0x000057c3 
+ 00024830  0x00003b78 rtn 
+ 00024831  0x00003b7b fetch  0x00000008 , 0x00004848 
+ 00024832  0x00003b7c bbit1  0x0000002f , 0x000060cf 
+ 00024833  0x00003b7d bbit1  0x00000030 , 0x000060cf 
+ 00024834  0x00003b7e bbit0  0x0000003a , 0x00006107 
+ 00024835  0x00003b7f fetch  0x00000004 , 0x0000462c 
+ 00024836  0x00003b80 fetcht  0x00000004 , 0x0000460d 
+ 00024837  0x00003b81 isub  0x00000002 , 0x0000003e 
+ 00024838  0x00003b82 branch  0x000060e4 , 0x00000005 
+ 00024839  0x00003b84 fetch  0x00000002 , 0x0000451f 
+ 00024840  0x00003b85 store  0x00000002 , 0x00004521 
+ 00024841  0x00003b86 jam  0x00000003 , 0x00004525 
+ 00024842  0x00003b87 branch  0x00004bc3 
+ 00024843  0x00003b8a fetch  0x00000008 , 0x00004848 
+ 00024844  0x00003b8b bbit0  0x0000002f , 0x000060f6 
+ 00024845  0x00003b8c fetch  0x00000001 , 0x00004850 
+ 00024846  0x00003b8d beq  0x00000001 , 0x000060f6 
+ 00024847  0x00003b8e branch  0x000060d7 
+ 00024848  0x00003b91 fetch  0x00000008 , 0x00004848 
+ 00024849  0x00003b92 bbit0  0x0000002f , 0x000060f6 
+ 00024850  0x00003b93 bbit1  0x00000013 , 0x000060f6 
+ 00024851  0x00003b94 bbit1  0x00000012 , 0x000060f6 
+ 00024852  0x00003b95 branch  0x000060d0 
+ 00024853  0x00003b98 fetch  0x00000004 , 0x000044d5 
+ 00024854  0x00003b99 store  0x00000004 , 0x0000452b 
+ 00024855  0x00003b9a store  0x00000004 , 0x0000462c 
+ 00024856  0x00003b9b call  0x00004be8 
+ 00024857  0x00003b9c call  0x000061a7 
+ 00024858  0x00003b9d call  0x00005e12 
+ 00024859  0x00003b9e call  0x00005c7b 
+ 00024860  0x00003b9f jam  0x00000000 , 0x0000474c 
+ 00024861  0x00003ba0 jam  0x00000000 , 0x0000453b 
+ 00024862  0x00003ba1 jam  0x00000000 , 0x00004525 
+ 00024863  0x00003ba2 fetch  0x00000004 , 0x0000452b 
+ 00024864  0x00003ba3 fetch  0x00000004 , 0x00004527 
+ 00024865  0x00003ba4 isub  0x00000002 , 0x0000003e 
+ 00024866  0x00003ba5 rtn  0x00000005 
+ 00024867  0x00003ba6 branch  0x000060df 
+ 00024868  0x00003ba9 call  0x00005e12 
+ 00024869  0x00003baa arg  0x00000001 , 0x00000007 
+ 00024870  0x00003bab call  0x00005fa5 
+ 00024871  0x00003bac call  0x000061a7 
+ 00024872  0x00003bad setarg  0x00000000 
+ 00024873  0x00003bae store  0x00000002 , 0x0000451d 
+ 00024874  0x00003baf store  0x00000002 , 0x00004521 
+ 00024875  0x00003bb0 store  0x00000001 , 0x0000453b 
+ 00024876  0x00003bb1 store  0x00000001 , 0x00004661 
+ 00024877  0x00003bb2 store  0x00000001 , 0x00004525 
+ 00024878  0x00003bb4 call  0x00005c7b 
+ 00024879  0x00003bb5 call  0x00005c8c 
+ 00024880  0x00003bb6 fetch  0x00000004 , 0x000044d5 
+ 00024881  0x00003bb7 store  0x00000004 , 0x0000452b 
+ 00024882  0x00003bb8 store  0x00000004 , 0x0000462c 
+ 00024883  0x00003bb9 branch  0x00005ea3 
+ 00024884  0x00003bbc bpatchx  0x00000088 , 0x00004031 
+ 00024885  0x00003bbd rtnmark0  0x00000026 
+ 00024886  0x00003bbe call  0x00005931 
+ 00024887  0x00003bbf nrtn  0x00000028 
+ 00024888  0x00003bc0 fetch  0x00000008 , 0x00004848 
+ 00024889  0x00003bc1 bbit0  0x00000015 , 0x0000613c 
+ 00024890  0x00003bc2 fetch  0x00000001 , 0x00004828 
+ 00024891  0x00003bc3 nbranch  0x00006153 , 0x00000034 
+ 00024892  0x00003bc5 call  0x00005c7c 
+ 00024893  0x00003bc6 fetch  0x00000001 , 0x000044cf 
+ 00024894  0x00003bc7 bbit1  0x00000001 , 0x0000614b 
+ 00024895  0x00003bc8 fetcht  0x00000001 , 0x00004460 
+ 00024896  0x00003bc9 fetch  0x00000001 , 0x0000456a 
+ 00024897  0x00003bca ior  0x00000002 , 0x0000003f 
+ 00024898  0x00003bcb store  0x00000001 , 0x0000456a 
+ 00024899  0x00003bcc fetcht  0x00000001 , 0x00004465 
+ 00024900  0x00003bcd fetch  0x00000001 , 0x0000456f 
+ 00024901  0x00003bce iadd  0x00000002 , 0x0000003f 
+ 00024902  0x00003bcf store  0x00000001 , 0x0000456f 
+ 00024903  0x00003bd0 fetcht  0x00000001 , 0x00004466 
+ 00024904  0x00003bd1 fetch  0x00000001 , 0x00004570 
+ 00024905  0x00003bd2 iadd  0x00000002 , 0x0000003f 
+ 00024906  0x00003bd3 store  0x00000001 , 0x00004570 
+ 00024907  0x00003bd5 jam  0x00000001 , 0x000044cf 
+ 00024908  0x00003bd6 arg  0x00000007 , 0x00000011 
+ 00024909  0x00003bd7 arg  0x0000456a , 0x00000012 
+ 00024910  0x00003bd8 fetch  0x00000008 , 0x00004848 
+ 00024911  0x00003bd9 bbit1  0x00000018 , 0x00004d50 
+ 00024912  0x00003bda fetch  0x00000002 , 0x0000456f 
+ 00024913  0x00003bdb rtn  0x00000034 
+ 00024914  0x00003bdc branch  0x00004d50 
+ 00024915  0x00003bdf jam  0x00000002 , 0x000044cf 
+ 00024916  0x00003be0 arg  0x00000009 , 0x00000011 
+ 00024917  0x00003be1 fetch  0x00000001 , 0x00004829 
+ 00024918  0x00003be2 nbranch  0x00006159 , 0x00000034 
+ 00024919  0x00003be3 arg  0x00004871 , 0x00000012 
+ 00024920  0x00003be4 rtn 
+ 00024921  0x00003be6 arg  0x00004868 , 0x00000012 
+ 00024922  0x00003be7 rtn 
+ 00024923  0x00003bee setarg  0x00000000 
+ 00024924  0x00003bef store  0x00000003 , 0x00004841 
+ 00024925  0x00003bf0 rtn 
+ 00024926  0x00003bf3 fetch  0x00000008 , 0x00004848 
+ 00024927  0x00003bf4 rtnbit0  0x00000016 
+ 00024928  0x00003bf5 fetch  0x00000001 , 0x0000474c 
+ 00024929  0x00003bf6 rtn  0x00000034 
+ 00024930  0x00003bf7 fetch  0x00000001 , 0x00004541 
+ 00024931  0x00003bf8 rtn  0x00000034 
+ 00024932  0x00003bf9 fetch  0x00000001 , 0x0000483e 
+ 00024933  0x00003bfa increase  0x00000001 , 0x0000003f 
+ 00024934  0x00003bfb and_into  0x00000003 , 0x0000003f 
+ 00024935  0x00003bfc store  0x00000001 , 0x0000483e 
+ 00024936  0x00003bfd nrtn  0x00000034 
+ 00024937  0x00003bfe jam  0x00000000 , 0x0000483f 
+ 00024938  0x00003c00 bpatch  0x0000005c , 0x0000400b 
+ 00024939  0x00003c01 fetch  0x00000001 , 0x0000483f 
+ 00024940  0x00003c02 increase  0x00000001 , 0x0000003f 
+ 00024941  0x00003c03 store  0x00000001 , 0x0000483f 
+ 00024942  0x00003c04 sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00024943  0x00003c05 nbranch  0x00006176 , 0x00000002 
+ 00024944  0x00003c06 call  0x00004c05 
+ 00024945  0x00003c07 call  0x00004cc8 
+ 00024946  0x00003c08 nbranch  0x0000617c , 0x00000018 
+ 00024947  0x00003c09 nbranch  0x0000617c , 0x0000002f 
+ 00024948  0x00003c0a call  0x0000618f 
+ 00024949  0x00003c0b call  0x00006186 
+ 00024950  0x00003c0d call  0x00004c01 
+ 00024951  0x00003c0e fetch  0x00000001 , 0x00004840 
+ 00024952  0x00003c0f increase  0x00000001 , 0x0000003f 
+ 00024953  0x00003c10 store  0x00000001 , 0x00004840 
+ 00024954  0x00003c11 beq  0x00000010 , 0x0000617e 
+ 00024955  0x00003c12 rtn 
+ 00024956  0x00003c15 call  0x000048cc 
+ 00024957  0x00003c16 branch  0x0000616a 
+ 00024958  0x00003c19 jam  0x00000000 , 0x00004840 
+ 00024959  0x00003c1a fetch  0x00000001 , 0x00004841 
+ 00024960  0x00003c1b rtnbit1  0x00000000 
+ 00024961  0x00003c1c set1  0x00000000 , 0x0000003f 
+ 00024962  0x00003c1d store  0x00000001 , 0x00004841 
+ 00024963  0x00003c1e fetch  0x00000002 , 0x00004858 
+ 00024964  0x00003c1f store  0x00000002 , 0x00004750 
+ 00024965  0x00003c20 branch  0x00005bf9 
+ 00024966  0x00003c23 fetch  0x00000001 , 0x00004541 
+ 00024967  0x00003c24 branch  0x0000615b , 0x00000034 
+ 00024968  0x00003c25 jam  0x00000000 , 0x00004840 
+ 00024969  0x00003c26 fetch  0x00000001 , 0x00004841 
+ 00024970  0x00003c27 rtnbit0  0x00000000 
+ 00024971  0x00003c28 set0  0x00000000 , 0x0000003f 
+ 00024972  0x00003c29 store  0x00000001 , 0x00004841 
+ 00024973  0x00003c2a call  0x00005e12 
+ 00024974  0x00003c2b branch  0x00005b67 
+ 00024975  0x00003c2e call  0x00004cdf 
+ 00024976  0x00003c2f fetch  0x00000001 , 0x0000443e 
+ 00024977  0x00003c30 compare  0x00000008 , 0x0000003f , 0x000000f8 
+ 00024978  0x00003c31 nrtn  0x00000001 
+ 00024979  0x00003c32 fetch  0x00000001 , 0x0000443f 
+ 00024980  0x00003c33 beq  0x000000ff , 0x00006096 
+ 00024981  0x00003c34 rtn 
+ 00024982  0x00003c3b fetch  0x00000001 , 0x000045d1 
+ 00024983  0x00003c3c bne  0x00000000 , 0x00003b7e 
+ 00024984  0x00003c3d fetch  0x00000001 , 0x00004510 
+ 00024985  0x00003c3e rtn  0x00000034 
+ 00024986  0x00003c40 jam  0x00000002 , 0x00008042 
+ 00024987  0x00003c41 fetch  0x00000001 , 0x00008130 
+ 00024988  0x00003c42 and  0x0000003f , 0x000000fc , 0x0000003f 
+ 00024989  0x00003c43 store  0x00000001 , 0x0000804c 
+ 00024990  0x00003c44 branch  0x00003c37 
+ 00024991  0x00003c4b fetch  0x00000008 , 0x00004848 
+ 00024992  0x00003c4c rtnbit0  0x00000020 
+ 00024993  0x00003c4d fetch  0x00000001 , 0x00004844 
+ 00024994  0x00003c4e rtn  0x00000034 
+ 00024995  0x00003c4f increase  0xffffffff , 0x0000003f 
+ 00024996  0x00003c50 store  0x00000001 , 0x00004844 
+ 00024997  0x00003c51 branch  0x000061f3 , 0x00000034 
+ 00024998  0x00003c52 branch  0x00006201 
+ 00024999  0x00003c55 fetch  0x00000008 , 0x00004848 
+ 00025000  0x00003c56 rtnbit0  0x00000020 
+ 00025001  0x00003c57 call  0x00006271 
+ 00025002  0x00003c58 fetch  0x00000001 , 0x0000485c 
+ 00025003  0x00003c59 store  0x00000001 , 0x00004844 
+ 00025004  0x00003c5a rtn 
+ 00025005  0x00003c5d jam  0x00000000 , 0x00004844 
+ 00025006  0x00003c5e fetch  0x00000002 , 0x00004860 
+ 00025007  0x00003c5f store  0x00000002 , 0x000045c9 
+ 00025008  0x00003c60 store  0x00000002 , 0x000045cb 
+ 00025009  0x00003c62 fetch  0x00000001 , 0x000045d1 
+ 00025010  0x00003c63 beq  0x00000000 , 0x000061b6 
+ 00025011  0x00003c64 beq  0x00000001 , 0x000061b8 
+ 00025012  0x00003c65 beq  0x00000002 , 0x000061ba 
+ 00025013  0x00003c66 rtn 
+ 00025014  0x00003c68 fetch  0x00000001 , 0x000045bc 
+ 00025015  0x00003c69 branch  0x000061bb 
+ 00025016  0x00003c6b fetch  0x00000001 , 0x000045bd 
+ 00025017  0x00003c6c branch  0x000061bb 
+ 00025018  0x00003c6e fetch  0x00000001 , 0x000045be 
+ 00025019  0x00003c70 store  0x00000001 , 0x000004cc 
+ 00025020  0x00003c71 call  0x000061f3 
+ 00025021  0x00003c72 fetch  0x00000001 , 0x000004cc 
+ 00025022  0x00003c73 store  0x00000001 , 0x000045c8 
+ 00025023  0x00003c74 arg  0x00000000 , 0x00000011 
+ 00025024  0x00003c75 jam  0x00000001 , 0x000045c6 
+ 00025025  0x00003c76 branch  0x00007030 
+ 00025026  0x00003c79 fetch  0x00000001 , 0x000045bf 
+ 00025027  0x00003c7a rtneq  0x000000ff 
+ 00025028  0x00003c7b fetch  0x00000002 , 0x00004760 
+ 00025029  0x00003c7c nrtn  0x00000034 
+ 00025030  0x00003c7d fetch  0x00000002 , 0x0000451d 
+ 00025031  0x00003c7e nrtn  0x00000034 
+ 00025032  0x00003c7f fetch  0x00000002 , 0x00004521 
+ 00025033  0x00003c80 nrtn  0x00000034 
+ 00025034  0x00003c81 fetch  0x00000001 , 0x00004844 
+ 00025035  0x00003c82 nrtn  0x00000034 
+ 00025036  0x00003c83 fetch  0x00000001 , 0x0000485d 
+ 00025037  0x00003c84 branch  0x000061d3 , 0x00000034 
+ 00025038  0x00003c85 store  0x00000001 , 0x00004845 
+ 00025039  0x00003c86 rtn 
+ 00025040  0x00003c89 arg  0x00004845 , 0x00000013 
+ 00025041  0x00003c8a arg  0x000061d3 , 0x00000012 
+ 00025042  0x00003c8b branch  0x00004de1 
+ 00025043  0x00003c8e fetch  0x00000001 , 0x000045bf 
+ 00025044  0x00003c8f store  0x00000001 , 0x000045c8 
+ 00025045  0x00003c90 fetch  0x00000002 , 0x0000485e 
+ 00025046  0x00003c91 store  0x00000002 , 0x000045c9 
+ 00025047  0x00003c92 store  0x00000002 , 0x000045cb 
+ 00025048  0x00003c93 arg  0x00000000 , 0x00000011 
+ 00025049  0x00003c94 fetcht  0x00000001 , 0x0000462b 
+ 00025050  0x00003c95 increase  0x00000001 , 0x00000002 
+ 00025051  0x00003c96 fetch  0x00000008 , 0x00004848 
+ 00025052  0x00003c97 bbit0  0x0000001c , 0x000061e0 
+ 00025053  0x00003c98 increase  0x00000001 , 0x00000002 
+ 00025054  0x00003c99 sub  0x00000002 , 0x00000004 , 0x0000003e 
+ 00025055  0x00003c9a ncall  0x000061e3 , 0x00000002 
+ 00025056  0x00003c9c storet  0x00000001 , 0x000045c7 
+ 00025057  0x00003c9d jam  0x00000001 , 0x000045c6 
+ 00025058  0x00003c9e rtn 
+ 00025059  0x00003ca1 arg  0x00000001 , 0x00000002 
+ 00025060  0x00003ca2 rtn 
+ 00025061  0x00003ca5 disable  0x00000028 
+ 00025062  0x00003ca6 fetch  0x00000001 , 0x000045bf 
+ 00025063  0x00003ca7 fetcht  0x00000001 , 0x000045c8 
+ 00025064  0x00003ca8 isub  0x00000002 , 0x0000003e 
+ 00025065  0x00003ca9 nrtn  0x00000005 
+ 00025066  0x00003caa fetch  0x00000001 , 0x000045c7 
+ 00025067  0x00003cab rtn  0x00000034 
+ 00025068  0x00003cac jam  0x00000000 , 0x00004593 
+ 00025069  0x00003cad enable  0x00000028 
+ 00025070  0x00003cae rtn 
+ 00025071  0x00003cb1 call  0x000061ff 
+ 00025072  0x00003cb2 call  0x000061f8 
+ 00025073  0x00003cb3 call  0x000061fb 
+ 00025074  0x00003cb4 branch  0x000061fd 
+ 00025075  0x00003cb7 fetch  0x00000001 , 0x000045d1 
+ 00025076  0x00003cb8 beq  0x00000000 , 0x000061f8 
+ 00025077  0x00003cb9 beq  0x00000001 , 0x000061fb 
+ 00025078  0x00003cba beq  0x00000002 , 0x000061fd 
+ 00025079  0x00003cbb rtn 
+ 00025080  0x00003cbe jam  0x00000000 , 0x00004847 
+ 00025081  0x00003cbf fetcht  0x00000001 , 0x000045bc 
+ 00025082  0x00003cc0 branch  0x0000620c 
+ 00025083  0x00003cc3 fetcht  0x00000001 , 0x000045bd 
+ 00025084  0x00003cc4 branch  0x0000620c 
+ 00025085  0x00003cc7 fetcht  0x00000001 , 0x000045be 
+ 00025086  0x00003cc8 branch  0x0000620c 
+ 00025087  0x00003ccb fetcht  0x00000001 , 0x000045bf 
+ 00025088  0x00003ccc branch  0x0000620c 
+ 00025089  0x00003ccf fetch  0x00000001 , 0x000045d1 
+ 00025090  0x00003cd0 beq  0x00000000 , 0x00006206 
+ 00025091  0x00003cd1 beq  0x00000001 , 0x00006208 
+ 00025092  0x00003cd2 beq  0x00000002 , 0x0000620a 
+ 00025093  0x00003cd3 rtn 
+ 00025094  0x00003cd6 fetcht  0x00000001 , 0x000045bc 
+ 00025095  0x00003cd7 branch  0x00006210 
+ 00025096  0x00003cd9 fetcht  0x00000001 , 0x000045bd 
+ 00025097  0x00003cda branch  0x00006210 
+ 00025098  0x00003cdc fetcht  0x00000001 , 0x000045be 
+ 00025099  0x00003cdd branch  0x00006210 
+ 00025100  0x00003ce0 bpatch  0x0000005d , 0x0000400b 
+ 00025101  0x00003ce1 storet  0x00000001 , 0x000045c8 
+ 00025102  0x00003ce2 arg  0x00000000 , 0x00000011 
+ 00025103  0x00003ce3 branch  0x0000702b 
+ 00025104  0x00003ce5 bpatch  0x0000005e , 0x0000400b 
+ 00025105  0x00003ce6 storet  0x00000001 , 0x000045c8 
+ 00025106  0x00003ce7 arg  0x00000000 , 0x00000011 
+ 00025107  0x00003ce8 branch  0x00007026 
+ 00025108  0x00003ceb bpatch  0x0000005f , 0x0000400b 
+ 00025109  0x00003cec fetch  0x00000001 , 0x000045bc 
+ 00025110  0x00003ced isub  0x00000002 , 0x0000003e 
+ 00025111  0x00003cee call  0x00006235 , 0x00000005 
+ 00025112  0x00003cef fetch  0x00000008 , 0x00004848 
+ 00025113  0x00003cf0 bbit0  0x00000024 , 0x00006c3f 
+ 00025114  0x00003cf1 call  0x00006226 
+ 00025115  0x00003cf2 call  0x0000622a 
+ 00025116  0x00003cf3 call  0x0000622e 
+ 00025117  0x00003cf4 fetch  0x00000001 , 0x00004846 
+ 00025118  0x00003cf5 branch  0x00006c3f , 0x00000034 
+ 00025119  0x00003cf6 jam  0x00000000 , 0x00004846 
+ 00025120  0x00003cf7 branch  0x00006c5b 
+ 00025121  0x00003cfa bpatch  0x00000060 , 0x0000400c 
+ 00025122  0x00003cfb fetch  0x00000001 , 0x000045bc 
+ 00025123  0x00003cfc isub  0x00000002 , 0x0000003e 
+ 00025124  0x00003cfd call  0x00006237 , 0x00000005 
+ 00025125  0x00003cfe branch  0x00006c43 
+ 00025126  0x00003d01 fetch  0x00000008 , 0x00004848 
+ 00025127  0x00003d02 rtnbit0  0x00000026 
+ 00025128  0x00003d03 fetch  0x00000001 , 0x000045be 
+ 00025129  0x00003d04 branch  0x00006231 
+ 00025130  0x00003d06 fetch  0x00000008 , 0x00004848 
+ 00025131  0x00003d07 rtnbit0  0x00000025 
+ 00025132  0x00003d08 fetch  0x00000001 , 0x000045bf 
+ 00025133  0x00003d09 branch  0x00006231 
+ 00025134  0x00003d0b fetch  0x00000008 , 0x00004848 
+ 00025135  0x00003d0c rtnbit0  0x00000027 
+ 00025136  0x00003d0d fetch  0x00000001 , 0x000045bb 
+ 00025137  0x00003d0f isub  0x00000002 , 0x0000003e 
+ 00025138  0x00003d10 nrtn  0x00000005 
+ 00025139  0x00003d11 jam  0x00000001 , 0x00004846 
+ 00025140  0x00003d12 rtn 
+ 00025141  0x00003d15 jam  0x00000000 , 0x00004847 
+ 00025142  0x00003d16 rtn 
+ 00025143  0x00003d19 jam  0x00000001 , 0x00004847 
+ 00025144  0x00003d1a rtn 
+ 00025145  0x00003d1d fetch  0x00000002 , 0x00004760 
+ 00025146  0x00003d1e nrtn  0x00000034 
+ 00025147  0x00003d1f fetch  0x00000002 , 0x0000451d 
+ 00025148  0x00003d20 nrtn  0x00000034 
+ 00025149  0x00003d21 fetch  0x00000002 , 0x00004521 
+ 00025150  0x00003d22 nrtn  0x00000034 
+ 00025151  0x00003d23 fetch  0x00000001 , 0x00004844 
+ 00025152  0x00003d24 nrtn  0x00000034 
+ 00025153  0x00003d25 call  0x000061e5 
+ 00025154  0x00003d26 rtn  0x00000028 
+ 00025155  0x00003d27 fetch  0x00000008 , 0x00004848 
+ 00025156  0x00003d28 rtnbit0  0x00000021 
+ 00025157  0x00003d29 rtnbit0  0x00000004 
+ 00025158  0x00003d2a bbit1  0x00000023 , 0x0000625f 
+ 00025159  0x00003d2b fetch  0x00000001 , 0x00004592 
+ 00025160  0x00003d2c increase  0x00000001 , 0x0000003f 
+ 00025161  0x00003d2d store  0x00000001 , 0x00004592 
+ 00025162  0x00003d2e sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00025163  0x00003d2f ncall  0x00006251 , 0x00000002 
+ 00025164  0x00003d30 beq  0x00000002 , 0x00006253 
+ 00025165  0x00003d31 beq  0x00000004 , 0x00006259 
+ 00025166  0x00003d32 beq  0x00000006 , 0x00006253 
+ 00025167  0x00003d33 beq  0x00000008 , 0x00006259 
+ 00025168  0x00003d34 rtn 
+ 00025169  0x00003d36 jam  0x00000001 , 0x00004592 
+ 00025170  0x00003d37 branch  0x00006259 
+ 00025171  0x00003d39 fetch  0x00000008 , 0x00004848 
+ 00025172  0x00003d3a bbit1  0x00000022 , 0x00006201 
+ 00025173  0x00003d3b fetch  0x00000001 , 0x000045bb 
+ 00025174  0x00003d3c rtneq  0x000000ff 
+ 00025175  0x00003d3d fetcht  0x00000001 , 0x000045bb 
+ 00025176  0x00003d3e branch  0x00006210 
+ 00025177  0x00003d40 fetch  0x00000008 , 0x00004848 
+ 00025178  0x00003d41 bbit1  0x00000022 , 0x000061f3 
+ 00025179  0x00003d42 fetch  0x00000001 , 0x000045bb 
+ 00025180  0x00003d43 rtneq  0x000000ff 
+ 00025181  0x00003d44 fetcht  0x00000001 , 0x000045bb 
+ 00025182  0x00003d45 branch  0x0000620c 
+ 00025183  0x00003d48 fetch  0x00000002 , 0x0000485a 
+ 00025184  0x00003d49 fetcht  0x00000002 , 0x00004750 
+ 00025185  0x00003d4a isub  0x00000002 , 0x00000002 
+ 00025186  0x00003d4b fetch  0x00000002 , 0x00004864 
+ 00025187  0x00003d4c isub  0x00000002 , 0x0000003e 
+ 00025188  0x00003d4d nbranch  0x00006271 , 0x00000002 
+ 00025189  0x00003d4e fetch  0x00000001 , 0x00004593 
+ 00025190  0x00003d4f nrtn  0x00000034 
+ 00025191  0x00003d50 jam  0x00000001 , 0x00004593 
+ 00025192  0x00003d51 branch  0x00006269 
+ 00025193  0x00003d54 fetch  0x00000002 , 0x00004862 
+ 00025194  0x00003d55 store  0x00000002 , 0x000045c9 
+ 00025195  0x00003d56 store  0x00000002 , 0x000045cb 
+ 00025196  0x00003d57 fetch  0x00000008 , 0x00004848 
+ 00025197  0x00003d58 bbit1  0x00000022 , 0x000061b1 
+ 00025198  0x00003d59 fetch  0x00000001 , 0x000045bb 
+ 00025199  0x00003d5a rtneq  0x000000ff 
+ 00025200  0x00003d5b branch  0x000061bb 
+ 00025201  0x00003d5e jam  0x00000000 , 0x00004593 
+ 00025202  0x00003d5f branch  0x00006259 
+ 00025203  0x00003d63 fetch  0x00000008 , 0x00004848 
+ 00025204  0x00003d64 rtnbit0  0x00000021 
+ 00025205  0x00003d65 rtnbit0  0x00000004 
+ 00025206  0x00003d66 bbit1  0x00000023 , 0x00006285 
+ 00025207  0x00003d67 fetch  0x00000001 , 0x00004592 
+ 00025208  0x00003d68 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00025209  0x00003d69 branch  0x00006281 , 0x00000002 
+ 00025210  0x00003d6b fetch  0x00000001 , 0x000045d1 
+ 00025211  0x00003d6c beq  0x00000000 , 0x0000627e 
+ 00025212  0x00003d6d jam  0x00000001 , 0x00004094 
+ 00025213  0x00003d6e rtn 
+ 00025214  0x00003d71 fetch  0x00000008 , 0x00004848 
+ 00025215  0x00003d72 rtnbit1  0x00000018 
+ 00025216  0x00003d73 branch  0x00004d3f 
+ 00025217  0x00003d76 fetch  0x00000001 , 0x000045d1 
+ 00025218  0x00003d77 beq  0x00000000 , 0x00004d50 
+ 00025219  0x00003d78 jam  0x00000000 , 0x00004094 
+ 00025220  0x00003d79 rtn 
+ 00025221  0x00003d7c fetch  0x00000001 , 0x00004593 
+ 00025222  0x00003d7d nbranch  0x00006281 , 0x00000034 
+ 00025223  0x00003d7e branch  0x0000627a 
+ 00025224  0x00003d83 call  0x00003a60 
+ 00025225  0x00003d84 fetch  0x00000001 , 0x00000009 
+ 00025226  0x00003d85 branch  0x00004c4d 
+ 00025227  0x00003d88 call  0x00006288 
+ 00025228  0x00003d89 branch  0x00004d5d 
+ 00025229  0x00003d8c fetch  0x00000001 , 0x00004813 
+ 00025230  0x00003d8d compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00025231  0x00003d8e nbranch  0x00007644 , 0x00000001 
+ 00025232  0x00003d8f call  0x00004e2c 
+ 00025233  0x00003d90 branch  0x00007646 
+ 00025234  0x00003d93 fetch  0x00000002 , 0x0000442f 
+ 00025235  0x00003d94 bbit1  0x00000009 , 0x0000628d 
+ 00025236  0x00003d95 rtn 
+ 00025237  0x00003d9e call  0x00006fd3 
+ 00025238  0x00003da0 rtn  0x0000002b 
+ 00025239  0x00003da1 setarg  0x00006316 
+ 00025240  0x00003da2 store  0x00000002 , 0x0000438a 
+ 00025241  0x00003da4 setarg  0x00006314 
+ 00025242  0x00003da5 store  0x00000002 , 0x0000438c 
+ 00025243  0x00003da7 setarg  0x00006312 
+ 00025244  0x00003da8 store  0x00000002 , 0x00004390 
+ 00025245  0x00003daa setarg  0x000062c3 
+ 00025246  0x00003dab store  0x00000002 , 0x00004392 
+ 00025247  0x00003dad setarg  0x000062bd 
+ 00025248  0x00003dae store  0x00000002 , 0x00004388 
+ 00025249  0x00003db0 setarg  0x00006382 
+ 00025250  0x00003db1 store  0x00000002 , 0x00004394 
+ 00025251  0x00003db3 setarg  0x000062f9 
+ 00025252  0x00003db4 store  0x00000002 , 0x00004398 
+ 00025253  0x00003db6 setarg  0x0000635d 
+ 00025254  0x00003db7 store  0x00000002 , 0x00004479 
+ 00025255  0x00003db9 setarg  0x00006399 
+ 00025256  0x00003dba store  0x00000002 , 0x00004474 
+ 00025257  0x00003dbb setarg  0x0000639a 
+ 00025258  0x00003dbc store  0x00000002 , 0x00004476 
+ 00025259  0x00003dbe call  0x000062b8 
+ 00025260  0x00003dbf call  0x00004142 
+ 00025261  0x00003dc0 call  0x00006385 
+ 00025262  0x00003dc1 call  0x00006d0f 
+ 00025263  0x00003dc2 call  0x0000711d 
+ 00025264  0x00003dc3 call  0x00007018 
+ 00025265  0x00003dc5 bpatch  0x00000061 , 0x0000400c 
+ 00025266  0x00003dc6 call  0x00006392 
+ 00025267  0x00003dc8 fetch  0x00000001 , 0x0000446f 
+ 00025268  0x00003dc9 beq  0x00000000 , 0x000062ba 
+ 00025269  0x00003dca fetch  0x00000001 , 0x00004470 
+ 00025270  0x00003dcb store  0x00000001 , 0x00004432 
+ 00025271  0x00003dcc branch  0x000063a1 
+ 00025272  0x00003dd0 jam  0x00000007 , 0x00004120 
+ 00025273  0x00003dd1 rtn 
+ 00025274  0x00003dd5 jam  0x000000ff , 0x00004432 
+ 00025275  0x00003dd6 jam  0x00000001 , 0x00004471 
+ 00025276  0x00003dd7 branch  0x00006331 
+ 00025277  0x00003ddc fetch  0x00000001 , 0x00004471 
+ 00025278  0x00003ddd beq  0x00000002 , 0x00004e09 
+ 00025279  0x00003dde call  0x000066b4 
+ 00025280  0x00003ddf fetch  0x00000001 , 0x000043ee 
+ 00025281  0x00003de0 nbranch  0x00004e09 , 0x00000034 
+ 00025282  0x00003de1 branch  0x00004e0b 
+ 00025283  0x00003de6 copy  0x00000013 , 0x0000003f 
+ 00025284  0x00003de9 beq  0x00000014 , 0x000062cc 
+ 00025285  0x00003dea beq  0x00000015 , 0x000062d0 
+ 00025286  0x00003deb beq  0x0000003f , 0x000062d3 
+ 00025287  0x00003dec beq  0x00000040 , 0x000062d9 
+ 00025288  0x00003dee beq  0x00000010 , 0x000062df 
+ 00025289  0x00003def beq  0x0000002c , 0x000062e0 
+ 00025290  0x00003df0 beq  0x0000002d , 0x000062eb 
+ 00025291  0x00003df1 rtn 
+ 00025292  0x00003df7 call  0x00006318 
+ 00025293  0x00003df8 setarg  0x00000000 
+ 00025294  0x00003df9 store  0x00000002 , 0x00004449 
+ 00025295  0x00003dfa branch  0x00004e26 
+ 00025296  0x00003dfe call  0x0000711d 
+ 00025297  0x00003dff jam  0x00000000 , 0x00004442 
+ 00025298  0x00003e00 branch  0x00006331 
+ 00025299  0x00003e04 call  0x0000711d 
+ 00025300  0x00003e05 jam  0x00000001 , 0x00004442 
+ 00025301  0x00003e06 fetch  0x00000008 , 0x00004453 
+ 00025302  0x00003e07 store  0x00000008 , 0x000042a6 
+ 00025303  0x00003e08 call  0x00004e2c 
+ 00025304  0x00003e09 branch  0x000045f3 
+ 00025305  0x00003e0d fetch  0x00000002 , 0x0000430f 
+ 00025306  0x00003e0e rtneq  0x00000000 
+ 00025307  0x00003e0f fetch  0x00000008 , 0x0000445b 
+ 00025308  0x00003e10 rtn  0x00000034 
+ 00025309  0x00003e11 store  0x00000008 , 0x000042a6 
+ 00025310  0x00003e12 branch  0x000045f3 
+ 00025311  0x00003e17 branch  0x000063b6 
+ 00025312  0x00003e1a fetch  0x00000001 , 0x0000446f 
+ 00025313  0x00003e1b rtneq  0x00000000 
+ 00025314  0x00003e1c fetch  0x00000001 , 0x00004471 
+ 00025315  0x00003e1d rtnne  0x00000001 
+ 00025316  0x00003e1e call  0x000062e6 
+ 00025317  0x00003e1f branch  0x00004e24 
+ 00025318  0x00003e22 jam  0x00000001 , 0x00004671 
+ 00025319  0x00003e23 arg  0x0000000b , 0x00000039 
+ 00025320  0x00003e24 arg  0x00004672 , 0x00000005 
+ 00025321  0x00003e25 arg  0x0000465b , 0x00000006 
+ 00025322  0x00003e26 branch  0x00007548 
+ 00025323  0x00003e29 fetch  0x00000001 , 0x0000446f 
+ 00025324  0x00003e2a rtneq  0x00000000 
+ 00025325  0x00003e2b fetch  0x00000001 , 0x00004471 
+ 00025326  0x00003e2c beq  0x00000001 , 0x000062f0 
+ 00025327  0x00003e2d branch  0x000063b2 
+ 00025328  0x00003e30 fetch  0x00000001 , 0x00004671 
+ 00025329  0x00003e31 rtnne  0x00000001 
+ 00025330  0x00003e32 jam  0x00000000 , 0x00004671 
+ 00025331  0x00003e33 fetch  0x00000002 , 0x0000442f 
+ 00025332  0x00003e34 bbit1  0x00000009 , 0x00004e26 
+ 00025333  0x00003e35 arg  0x0000000b , 0x00000039 
+ 00025334  0x00003e36 arg  0x00004672 , 0x00000006 
+ 00025335  0x00003e37 arg  0x0000465b , 0x00000005 
+ 00025336  0x00003e38 branch  0x00007548 
+ 00025337  0x00003e3f call  0x000062fc 
+ 00025338  0x00003e42 call  0x00006303 
+ 00025339  0x00003e46 branch  0x0000630d 
+ 00025340  0x00003e4b arg  0x0000446d , 0x00000013 
+ 00025341  0x00003e4c arg  0x000062ff , 0x00000012 
+ 00025342  0x00003e4d branch  0x00004de8 
+ 00025343  0x00003e4f jam  0x00000002 , 0x00004471 
+ 00025344  0x00003e50 call  0x00004e26 
+ 00025345  0x00003e51 call  0x00006342 
+ 00025346  0x00003e52 branch  0x0000639e 
+ 00025347  0x00003e56 arg  0x0000467e , 0x00000013 
+ 00025348  0x00003e57 arg  0x00006306 , 0x00000012 
+ 00025349  0x00003e58 branch  0x00004de1 
+ 00025350  0x00003e5b fetch  0x00000002 , 0x0000442f 
+ 00025351  0x00003e5c bbit1  0x00000009 , 0x0000639e 
+ 00025352  0x00003e5d fetch  0x00000001 , 0x0000465b 
+ 00025353  0x00003e5e beq  0x00000001 , 0x0000639e 
+ 00025354  0x00003e5f beq  0x00000004 , 0x0000639e 
+ 00025355  0x00003e60 beq  0x00000005 , 0x0000639e 
+ 00025356  0x00003e61 branch  0x00004e28 
+ 00025357  0x00003e66 fetch  0x00000001 , 0x00004471 
+ 00025358  0x00003e67 rtnne  0x00000001 
+ 00025359  0x00003e68 arg  0x00004449 , 0x00000013 
+ 00025360  0x00003e69 arg  0x0000631f , 0x00000012 
+ 00025361  0x00003e6a branch  0x00004de8 
+ 00025362  0x00003e6e call  0x0000636e 
+ 00025363  0x00003e6f branch  0x00006d40 
+ 00025364  0x00003e73 call  0x00006c74 
+ 00025365  0x00003e74 branch  0x00006d34 
+ 00025366  0x00003e77 call  0x00006c74 
+ 00025367  0x00003e78 branch  0x00006fd7 
+ 00025368  0x00003e7f fetch  0x00000001 , 0x00004437 
+ 00025369  0x00003e81 bbit1  0x00000000 , 0x0000631b 
+ 00025370  0x00003e82 rtn 
+ 00025371  0x00003e85 fetch  0x00000002 , 0x00004469 
+ 00025372  0x00003e86 store  0x00000002 , 0x0000446b 
+ 00025373  0x00003e87 store  0x00000002 , 0x0000446d 
+ 00025374  0x00003e88 branch  0x00004e16 
+ 00025375  0x00003e8c fetch  0x00000001 , 0x00004471 
+ 00025376  0x00003e8d rtnne  0x00000001 
+ 00025377  0x00003e8e fetch  0x00000001 , 0x00004437 
+ 00025378  0x00003e90 bbit1  0x00000000 , 0x00006324 
+ 00025379  0x00003e91 rtn 
+ 00025380  0x00003e93 fetch  0x00000002 , 0x0000442f 
+ 00025381  0x00003e94 rtnbit1  0x00000009 
+ 00025382  0x00003e95 fetch  0x00000002 , 0x00004467 
+ 00025383  0x00003e96 store  0x00000002 , 0x0000446b 
+ 00025384  0x00003e97 store  0x00000002 , 0x0000446d 
+ 00025385  0x00003e98 fetch  0x00000002 , 0x00004445 
+ 00025386  0x00003e99 call  0x000063c7 
+ 00025387  0x00003e9a call  0x00004e22 
+ 00025388  0x00003e9b fetch  0x00000004 , 0x0000444f 
+ 00025389  0x00003e9c store  0x00000004 , 0x0000465e 
+ 00025390  0x00003e9d fetch  0x00000002 , 0x0000442f 
+ 00025391  0x00003e9e rtnbit1  0x0000000b 
+ 00025392  0x00003e9f branch  0x00004e18 
+ 00025393  0x00003ea3 fetch  0x00000001 , 0x00004471 
+ 00025394  0x00003ea4 rtnne  0x00000001 
+ 00025395  0x00003ea5 fetch  0x00000001 , 0x00004437 
+ 00025396  0x00003ea6 bbit1  0x00000000 , 0x00006336 
+ 00025397  0x00003ea7 rtn 
+ 00025398  0x00003ea9 fetch  0x00000002 , 0x00004449 
+ 00025399  0x00003eaa fetcht  0x00000002 , 0x00004447 
+ 00025400  0x00003eab storet  0x00000002 , 0x00004449 
+ 00025401  0x00003eac nrtn  0x00000034 
+ 00025402  0x00003ead fetch  0x00000002 , 0x00004443 
+ 00025403  0x00003eae call  0x000063c7 
+ 00025404  0x00003eaf call  0x00004e22 
+ 00025405  0x00003eb0 fetch  0x00000004 , 0x0000444b 
+ 00025406  0x00003eb1 store  0x00000004 , 0x0000465e 
+ 00025407  0x00003eb2 fetch  0x00000002 , 0x0000442f 
+ 00025408  0x00003eb3 rtnbit1  0x0000000b 
+ 00025409  0x00003eb4 branch  0x00004e18 
+ 00025410  0x00003eb7 fetch  0x00000002 , 0x0000442f 
+ 00025411  0x00003eb8 bbit1  0x00000009 , 0x00004e20 
+ 00025412  0x00003eb9 branch  0x00006318 
+ 00025413  0x00003ebe call  0x00007638 
+ 00025414  0x00003ebf fetch  0x00000002 , 0x0000442f 
+ 00025415  0x00003ec0 bbit1  0x00000009 , 0x00006349 
+ 00025416  0x00003ec1 rtn 
+ 00025417  0x00003ec4 fetch  0x00000001 , 0x00004442 
+ 00025418  0x00003ec5 rtn  0x00000034 
+ 00025419  0x00003ec6 branch  0x00007636 
+ 00025420  0x00003ecc call  0x00007638 
+ 00025421  0x00003ecd fetch  0x00000002 , 0x0000442f 
+ 00025422  0x00003ece rtnbit1  0x00000009 
+ 00025423  0x00003ecf branch  0x00007636 
+ 00025424  0x00003ed4 fetch  0x00000001 , 0x00004437 
+ 00025425  0x00003ed5 bbit1  0x00000000 , 0x00006353 
+ 00025426  0x00003ed6 rtn 
+ 00025427  0x00003ed9 branch  0x00006331 
+ 00025428  0x00003ede disable  0x0000002c 
+ 00025429  0x00003edf fetch  0x00000002 , 0x0000446b 
+ 00025430  0x00003ee0 store  0x00000002 , 0x0000446d 
+ 00025431  0x00003ee2 call  0x0000634c 
+ 00025432  0x00003ee3 branch  0x00006350 , 0x00000028 
+ 00025433  0x00003ee5 call  0x00006345 
+ 00025434  0x00003ee6 nrtn  0x00000028 
+ 00025435  0x00003ee7 enable  0x0000002c 
+ 00025436  0x00003ee8 rtn 
+ 00025437  0x00003eed call  0x00006354 
+ 00025438  0x00003eee nrtn  0x0000002c 
+ 00025439  0x00003eef deposit  0x00000011 
+ 00025440  0x00003ef0 branch  0x00006364 , 0x00000034 
+ 00025441  0x00003ef2 call  0x00004e24 
+ 00025442  0x00003ef3 arg  0x00004483 , 0x00000013 
+ 00025443  0x00003ef4 branch  0x00006366 
+ 00025444  0x00003ef7 call  0x00004e26 
+ 00025445  0x00003ef8 arg  0x000044ab , 0x00000013 
+ 00025446  0x00003efb arg  0x00000005 , 0x0000003f 
+ 00025447  0x00003efc imul32  0x00000007 , 0x0000003f 
+ 00025448  0x00003efd iadd  0x00000013 , 0x00000013 
+ 00025449  0x00003f01 ifetch  0x00000001 , 0x00000013 
+ 00025450  0x00003f02 rtn  0x00000034 
+ 00025451  0x00003f03 call  0x0000637a 
+ 00025452  0x00003f04 increase  0x00000001 , 0x00000013 
+ 00025453  0x00003f05 branch  0x00006369 
+ 00025454  0x00003f09 fetch  0x00000002 , 0x0000442f 
+ 00025455  0x00003f0a bbit1  0x00000009 , 0x00006371 
+ 00025456  0x00003f0b rtn 
+ 00025457  0x00003f0e call  0x00004203 
+ 00025458  0x00003f0f nrtn  0x00000034 
+ 00025459  0x00003f10 call  0x0000637d 
+ 00025460  0x00003f11 nrtn  0x00000028 
+ 00025461  0x00003f12 pincrease  0xffffffff 
+ 00025462  0x00003f13 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00025463  0x00003f14 arg  0x000044d3 , 0x00000002 
+ 00025464  0x00003f15 iadd  0x00000002 , 0x00000006 
+ 00025465  0x00003f16 branch  0x000063cb 
+ 00025466  0x00003f1b store  0x00000001 , 0x000004c4 
+ 00025467  0x00003f1c arg  0x000004c4 , 0x00000011 
+ 00025468  0x00003f1d branch  0x00007122 
+ 00025469  0x00003f20 arg  0x000004c4 , 0x00000011 
+ 00025470  0x00003f21 call  0x0000713a 
+ 00025471  0x00003f22 nrtn  0x00000028 
+ 00025472  0x00003f23 fetch  0x00000001 , 0x000004c4 
+ 00025473  0x00003f24 rtn 
+ 00025474  0x00003f28 fetch  0x00000002 , 0x0000436b 
+ 00025475  0x00003f29 beq  0x00000018 , 0x000062d3 
+ 00025476  0x00003f2a rtn 
+ 00025477  0x00003f2d setarg  0x00000002 
+ 00025478  0x00003f2e store  0x00000001 , 0x0000467d 
+ 00025479  0x00003f30 setarg  0x00200008 
+ 00025480  0x00003f31 store  0x00000004 , 0x00004453 
+ 00025481  0x00003f32 setarg  0x012c0005 
+ 00025482  0x00003f33 istore  0x00000004 , 0x00000005 
+ 00025483  0x00003f36 jam  0x00000017 , 0x000042b4 
+ 00025484  0x00003f39 setarg  0x0000001b 
+ 00025485  0x00003f3a store  0x00000002 , 0x00004305 
+ 00025486  0x00003f3b call  0x0000419e 
+ 00025487  0x00003f3c call  0x000041ba 
+ 00025488  0x00003f3d call  0x000041c7 
+ 00025489  0x00003f3e branch  0x000041a6 
+ 00025490  0x00003f43 arg  0x00000028 , 0x00000039 
+ 00025491  0x00003f44 arg  0x000044d3 , 0x00000005 
+ 00025492  0x00003f45 arg  0x000094f9 , 0x00000006 
+ 00025493  0x00003f46 branch  0x0000753b 
+ 00025494  0x00003f49 arg  0x00000139 , 0x00000039 
+ 00025495  0x00003f4a arg  0x000093c0 , 0x00000006 
+ 00025496  0x00003f4b branch  0x0000753b 
+ 00025497  0x00003f50 branch  0x00006331 
+ 00025498  0x00003f54 arg  0x00000000 , 0x00000011 
+ 00025499  0x00003f55 arg  0x00004666 , 0x00000013 
+ 00025500  0x00003f56 call  0x00007036 
+ 00025501  0x00003f57 call  0x00006342 
+ 00025502  0x00003f59 fetch  0x00000001 , 0x0000467d 
+ 00025503  0x00003f5a store  0x00000001 , 0x0000467e 
+ 00025504  0x00003f5b rtn 
+ 00025505  0x00003f60 setarg  0x00000000 
+ 00025506  0x00003f61 call  0x000063ad 
+ 00025507  0x00003f62 jam  0x00000001 , 0x0000442a 
+ 00025508  0x00003f63 call  0x00006fe2 
+ 00025509  0x00003f64 call  0x00006fec 
+ 00025510  0x00003f66 fetch  0x00000001 , 0x00004684 
+ 00025511  0x00003f67 branch  0x000063aa , 0x00000034 
+ 00025512  0x00003f68 fetch  0x00000001 , 0x000004f1 
+ 00025513  0x00003f69 bbit0  0x00000002 , 0x000063b9 
+ 00025514  0x00003f6b fetch  0x00000002 , 0x0000442f 
+ 00025515  0x00003f6c rtnbit1  0x0000000c 
+ 00025516  0x00003f6d branch  0x00004e28 
+ 00025517  0x00003f70 fetcht  0x00000002 , 0x000043de 
+ 00025518  0x00003f71 istore  0x00000001 , 0x00000002 
+ 00025519  0x00003f72 ifetch  0x00000001 , 0x00000005 
+ 00025520  0x00003f73 store  0x00000001 , 0x00004431 
+ 00025521  0x00003f74 rtn 
+ 00025522  0x00003f78 fetch  0x00000002 , 0x000043de 
+ 00025523  0x00003f79 ifetch  0x00000001 , 0x0000003f 
+ 00025524  0x00003f7a rtnne  0x00000000 
+ 00025525  0x00003f7b branch  0x00004e28 
+ 00025526  0x00003f7f fetcht  0x00000002 , 0x000043de 
+ 00025527  0x00003f80 ifetch  0x00000001 , 0x00000002 
+ 00025528  0x00003f81 beq  0x00000001 , 0x000063c1 
+ 00025529  0x00003f83 setarg  0x00000001 
+ 00025530  0x00003f84 fetcht  0x00000002 , 0x000043de 
+ 00025531  0x00003f85 istore  0x00000001 , 0x00000002 
+ 00025532  0x00003f86 add  0x00000002 , 0x00000002 , 0x00000006 
+ 00025533  0x00003f87 ifetch  0x00000001 , 0x00000006 
+ 00025534  0x00003f88 istore  0x00000001 , 0x00004431 
+ 00025535  0x00003f89 ifetch  0x00000002 , 0x00000006 
+ 00025536  0x00003f8a branch  0x000075e6 
+ 00025537  0x00003f8d setarg  0x00000002 
+ 00025538  0x00003f8e call  0x000063ad 
+ 00025539  0x00003f8f add  0x00000002 , 0x00000005 , 0x00000006 
+ 00025540  0x00003f90 ifetch  0x00000002 , 0x00000006 
+ 00025541  0x00003f91 branch  0x00004e28 , 0x00000034 
+ 00025542  0x00003f92 branch  0x000075e6 
+ 00025543  0x00003f98 store  0x00000002 , 0x000040a5 
+ 00025544  0x00003f99 increase  0xfffffffc , 0x0000003f 
+ 00025545  0x00003f9a store  0x00000002 , 0x0000435c 
+ 00025546  0x00003f9b rtn 
+ 00025547  0x00003f9e ifetch  0x00000001 , 0x00000006 
+ 00025548  0x00003f9f copy  0x0000003f , 0x00000011 
+ 00025549  0x00003fa0 ifetcht  0x00000002 , 0x00000006 
+ 00025550  0x00003fa1 call  0x000074d3 
+ 00025551  0x00003fa2 call  0x00004546 
+ 00025552  0x00003fa3 copy  0x00000011 , 0x00000039 
+ 00025553  0x00003fa4 call  0x000074cd 
+ 00025554  0x00003fa5 branch  0x00007548 
+ 00025555  0x00003fa9 fetch  0x00000002 , 0x0000467f 
+ 00025556  0x00003faa store  0x00000002 , 0x0000447b 
+ 00025557  0x00003fab fetch  0x00000001 , 0x00004681 
+ 00025558  0x00003fac store  0x00000001 , 0x0000465d 
+ 00025559  0x00003fad store  0x00000001 , 0x00004668 
+ 00025560  0x00003fae fetch  0x00000001 , 0x00004682 
+ 00025561  0x00003faf store  0x00000001 , 0x0000446f 
+ 00025562  0x00003fb0 fetch  0x00000001 , 0x00004683 
+ 00025563  0x00003fb1 store  0x00000001 , 0x00004470 
+ 00025564  0x00003fb2 jam  0x00000001 , 0x00004437 
+ 00025565  0x00003fb3 setarg  0x00000030 
+ 00025566  0x00003fb4 store  0x00000002 , 0x00004440 
+ 00025567  0x00003fb5 setarg  0x00000000 
+ 00025568  0x00003fb6 store  0x00000002 , 0x00004438 
+ 00025569  0x00003fb7 setarg  0x00000002 
+ 00025570  0x00003fb8 store  0x00000002 , 0x00004483 
+ 00025571  0x00003fb9 store  0x00000002 , 0x00004488 
+ 00025572  0x00003fba setarg  0x00000006 
+ 00025573  0x00003fbb store  0x00000002 , 0x000044ab 
+ 00025574  0x00003fbc store  0x00000002 , 0x000044b0 
+ 00025575  0x00003fbd setarg  0x00000007 
+ 00025576  0x00003fbe store  0x00000002 , 0x0000448d 
+ 00025577  0x00003fbf setarg  0x00000008 
+ 00025578  0x00003fc0 store  0x00000002 , 0x000044b5 
+ 00025579  0x00003fc1 setarg  0x00004471 
+ 00025580  0x00003fc2 store  0x00000002 , 0x000043de 
+ 00025581  0x00003fc3 setarg  0x00201400 
+ 00025582  0x00003fc4 store  0x00000003 , 0x00004471 
+ 00025583  0x00003fc5 jam  0x00000001 , 0x00004094 
+ 00025584  0x00003fc6 setarg  0x00000100 
+ 00025585  0x00003fc7 store  0x00000002 , 0x000040a5 
+ 00025586  0x00003fc8 jam  0x00000008 , 0x000040a7 
+ 00025587  0x00003fc9 jam  0x00000005 , 0x000040c1 
+ 00025588  0x00003fca jam  0x00000002 , 0x000040c2 
+ 00025589  0x00003fcb setarg  0x00000096 
+ 00025590  0x00003fcc store  0x00000002 , 0x0000444b 
+ 00025591  0x00003fcd istore  0x00000002 , 0x00000005 
+ 00025592  0x00003fce setarg  0x00000296 
+ 00025593  0x00003fcf store  0x00000002 , 0x0000444f 
+ 00025594  0x00003fd0 istore  0x00000002 , 0x00000005 
+ 00025595  0x00003fd1 setsect  0x00000000 , 0x00000010 
+ 00025596  0x00003fd2 setsect  0x00000001 , 0x00008008 
+ 00025597  0x00003fd3 setsect  0x00000002 , 0x0002c000 
+ 00025598  0x00003fd4 setsect  0x00000003 , 0x00000004 
+ 00025599  0x00003fd5 store  0x00000008 , 0x0000445b 
+ 00025600  0x00003fd6 jam  0x00000001 , 0x00004434 
+ 00025601  0x00003fd7 setarg  0x0000465b 
+ 00025602  0x00003fd8 store  0x00000002 , 0x00004435 
+ 00025603  0x00003fd9 setarg  0x00000000 
+ 00025604  0x00003fda store  0x00000002 , 0x0000465b 
+ 00025605  0x00003fdb setsect  0x00000000 , 0x000001a0 
+ 00025606  0x00003fdc setsect  0x00000001 , 0x00000068 
+ 00025607  0x00003fdd setsect  0x00000002 , 0x00000000 
+ 00025608  0x00003fde setsect  0x00000003 , 0x00000000 
+ 00025609  0x00003fdf store  0x00000008 , 0x0000465e 
+ 00025610  0x00003fe0 setarg  0x00000301 
+ 00025611  0x00003fe1 store  0x00000002 , 0x00004666 
+ 00025612  0x00003fe2 setsect  0x00000000 , 0x000001a0 
+ 00025613  0x00003fe3 setsect  0x00000001 , 0x000000e8 
+ 00025614  0x00003fe4 setsect  0x00000002 , 0x00000000 
+ 00025615  0x00003fe5 setsect  0x00000003 , 0x00000000 
+ 00025616  0x00003fe6 store  0x00000008 , 0x00004669 
+ 00025617  0x00003fe7 setarg  0x0000000e 
+ 00025618  0x00003fe8 store  0x00000002 , 0x00004443 
+ 00025619  0x00003fe9 setarg  0x00000140 
+ 00025620  0x00003fea store  0x00000002 , 0x00004445 
+ 00025621  0x00003feb store  0x00000002 , 0x0000435c 
+ 00025622  0x00003fec setarg  0x00000050 
+ 00025623  0x00003fed store  0x00000002 , 0x00004447 
+ 00025624  0x00003fee jam  0x00000007 , 0x00004366 
+ 00025625  0x00003fef jam  0x00000000 , 0x0000435b 
+ 00025626  0x00003ff0 setsect  0x00000000 , 0x000000fb 
+ 00025627  0x00003ff1 setsect  0x00000001 , 0x0002c212 
+ 00025628  0x00003ff2 setsect  0x00000002 , 0x0000800f 
+ 00025629  0x00003ff3 setsect  0x00000003 , 0x00000021 
+ 00025630  0x00003ff4 store  0x00000008 , 0x00004380 
+ 00025631  0x00003ff5 setsect  0x00000000 , 0x00000bb8 
+ 00025632  0x00003ff6 setsect  0x00000001 , 0x000002ee 
+ 00025633  0x00003ff7 store  0x00000004 , 0x00004467 
+ 00025634  0x00003ff8 setarg  0x0000458c 
+ 00025635  0x00003ff9 store  0x00000002 , 0x000043b0 
+ 00025636  0x00003ffa setarg  0x00002001 
+ 00025637  0x00003ffb store  0x00000002 , 0x0000458c 
+ 00025638  0x00003ffc jam  0x0000001f , 0x0000431b 
+ 00025639  0x00003ffd setsect  0x00000000 , 0x00010102 
+ 00025640  0x00003ffe setsect  0x00000001 , 0x000080c1 
+ 00025641  0x00003fff setsect  0x00000002 , 0x00018120 
+ 00025642  0x00004000 setsect  0x00000003 , 0x0000640c 
+ 00025643  0x00004001 store  0x00000009 , 0x0000431c 
+ 00025644  0x00004002 setsect  0x00000000 , 0x000003c1 
+ 00025645  0x00004003 istore  0x00000002 , 0x00000005 
+ 00025646  0x00004004 jam  0x0000001f , 0x0000433b 
+ 00025647  0x00004005 setsect  0x00000000 , 0x0002090d 
+ 00025648  0x00004006 setsect  0x00000001 , 0x00034c15 
+ 00025649  0x00004007 setsect  0x00000002 , 0x00028532 
+ 00025650  0x00004008 setsect  0x00000003 , 0x0001d1d5 
+ 00025651  0x00004009 store  0x00000009 , 0x0000433c 
+ 00025652  0x0000400a setsect  0x00000000 , 0x00026574 
+ 00025653  0x0000400b setsect  0x00000001 , 0x0000001c 
+ 00025654  0x0000400c istore  0x00000003 , 0x00000005 
+ 00025655  0x0000400d setarg  0x00004478 
+ 00025656  0x0000400e store  0x00000002 , 0x000043da 
+ 00025657  0x0000400f jam  0x00000002 , 0x00004478 
+ 00025658  0x00004010 setarg  0x000045b1 
+ 00025659  0x00004011 store  0x00000002 , 0x000043ad 
+ 00025660  0x00004012 jam  0x00000005 , 0x000043af 
+ 00025661  0x00004013 setarg  0x000093c0 
+ 00025662  0x00004014 store  0x00000002 , 0x000042ca 
+ 00025663  0x00004015 rtn 
+ 00025664  0x00004023 fetch  0x00000001 , 0x000043ec 
+ 00025665  0x00004025 arg  0x0000003e , 0x00000002 
+ 00025666  0x00004026 branch  0x00006c67 
+ 00025667  0x0000402a fetch  0x00000001 , 0x000043ec 
+ 00025668  0x0000402c arg  0x0000003f , 0x00000002 
+ 00025669  0x0000402d branch  0x00006c67 
+ 00025670  0x00004030 call  0x00006443 
+ 00025671  0x00004032 call  0x00006440 
+ 00025672  0x00004033 branch  0x00006443 
+ 00025673  0x00004037 call  0x00006447 
+ 00025674  0x00004039 branch  0x00006440 
+ 00025675  0x0000403c branch  0x00006447 
+ 00025676  0x0000403f call  0x00006447 
+ 00025677  0x00004040 branch  0x00006449 
+ 00025678  0x00004045 branch  0x00006440 
+ 00025679  0x0000404a fetch  0x00000001 , 0x000043ed 
+ 00025680  0x0000404b branch  0x00006441 
+ 00025681  0x0000404f fetch  0x00000001 , 0x000043ed 
+ 00025682  0x00004050 branch  0x00006444 
+ 00025683  0x00004053 call  0x0000644f 
+ 00025684  0x00004054 call  0x00006451 
+ 00025685  0x00004055 branch  0x0000644f 
+ 00025686  0x0000405c call  0x0000649f 
+ 00025687  0x0000405d branch  0x00006458 
+ 00025688  0x00004062 bpatch  0x00000065 , 0x0000400c 
+ 00025689  0x00004064 jam  0x00000001 , 0x000001e8 
+ 00025690  0x00004065 jam  0x00000001 , 0x000001ea 
+ 00025691  0x00004066 jam  0x00000019 , 0x000001ec 
+ 00025692  0x00004067 jam  0x00000002 , 0x000001ed 
+ 00025693  0x00004069 fetch  0x00000002 , 0x000001ef 
+ 00025694  0x0000406a call  0x000075e6 
+ 00025695  0x0000406c fetch  0x00000008 , 0x000001e7 
+ 00025696  0x0000406d store  0x00000008 , 0x000001df 
+ 00025697  0x0000406e fetch  0x00000001 , 0x000001ee 
+ 00025698  0x0000406f store  0x00000001 , 0x00004116 
+ 00025699  0x00004071 fetch  0x00000001 , 0x000001e9 
+ 00025700  0x00004072 beq  0x00000001 , 0x00006466 
+ 00025701  0x00004073 beq  0x00000002 , 0x000064f7 
+ 00025702  0x00004075 fetcht  0x00000001 , 0x000001e7 
+ 00025703  0x00004076 fetch  0x00000001 , 0x000001ea 
+ 00025704  0x00004077 beq  0x00000002 , 0x0000646a 
+ 00025705  0x00004078 beq  0x00000001 , 0x00006486 
+ 00025706  0x0000407a bpatch  0x00000066 , 0x0000400c 
+ 00025707  0x0000407b call  0x000064e4 
+ 00025708  0x0000407c call  0x000039c9 
+ 00025709  0x0000407e call  0x000064b2 
+ 00025710  0x0000407f set1  0x00000000 , 0x00000015 
+ 00025711  0x00004080 enable  0x0000001d 
+ 00025712  0x00004081 enable  0x00000020 
+ 00025713  0x00004082 disable  0x00000021 
+ 00025714  0x00004083 call  0x00003dc2 
+ 00025715  0x00004084 fetch  0x00000001 , 0x000001eb 
+ 00025716  0x00004085 store  0x00000001 , 0x0000890d 
+ 00025717  0x00004086 branch  0x00006476 
+ 00025718  0x00004088 bpatch  0x00000067 , 0x0000400c 
+ 00025719  0x00004089 fetch  0x00000001 , 0x000001e8 
+ 00025720  0x0000408a beq  0x00000001 , 0x00006479 
+ 00025721  0x0000408c fetch  0x00000001 , 0x000001ec 
+ 00025722  0x0000408d beq  0x00000019 , 0x0000647d 
+ 00025723  0x0000408e beq  0x00000078 , 0x00006480 
+ 00025724  0x0000408f beq  0x000000f0 , 0x00006483 
+ 00025725  0x00004091 arg  0x00000035 , 0x00000039 
+ 00025726  0x00004092 arg  0x00000b00 , 0x00000006 
+ 00025727  0x00004093 branch  0x000064d5 
+ 00025728  0x00004095 arg  0x000000cb , 0x00000039 
+ 00025729  0x00004096 arg  0x00000b00 , 0x00000006 
+ 00025730  0x00004097 branch  0x000064d5 
+ 00025731  0x00004099 arg  0x00000162 , 0x00000039 
+ 00025732  0x0000409a arg  0x00000b00 , 0x00000006 
+ 00025733  0x0000409b branch  0x000064d5 
+ 00025734  0x0000409f bpatch  0x00000068 , 0x0000400d 
+ 00025735  0x000040a1 call  0x000064e4 
+ 00025736  0x000040a2 call  0x000039c9 
+ 00025737  0x000040a3 disable  0x00000007 
+ 00025738  0x000040a4 enable  0x0000001d 
+ 00025739  0x000040a5 enable  0x00000020 
+ 00025740  0x000040a7 fetcht  0x00000001 , 0x000001e8 
+ 00025741  0x000040a8 copy  0x00000002 , 0x00000015 
+ 00025742  0x000040a9 fetch  0x00000001 , 0x000001eb 
+ 00025743  0x000040aa store  0x00000001 , 0x0000890d 
+ 00025744  0x000040ab beq  0x00000000 , 0x00006476 
+ 00025745  0x000040ad bpatch  0x00000069 , 0x0000400d 
+ 00025746  0x000040ae fetch  0x00000001 , 0x000001ec 
+ 00025747  0x000040af copy  0x0000003f , 0x00000039 
+ 00025748  0x000040b0 arg  0x00000b00 , 0x00000006 
+ 00025749  0x000040b2 ifetch  0x00000001 , 0x00000006 
+ 00025750  0x000040b3 inject  0x00000003 , 0x00000008 
+ 00025751  0x000040b4 loop  0x00006495 
+ 00025752  0x000040b6 fetch  0x00000002 , 0x000001ef 
+ 00025753  0x000040b7 call  0x000075e6 
+ 00025754  0x000040b8 fetch  0x00000008 , 0x000001e7 
+ 00025755  0x000040b9 fetcht  0x00000008 , 0x000001df 
+ 00025756  0x000040ba isub  0x00000002 , 0x0000003e 
+ 00025757  0x000040bb branch  0x00006491 , 0x00000005 
+ 00025758  0x000040bc branch  0x00006458 
+ 00025759  0x000040bf arg  0x000003fe , 0x00000039 
+ 00025760  0x000040c0 arg  0x00000b00 , 0x00000005 
+ 00025761  0x000040c1 setarg  0x000001ff 
+ 00025762  0x000040c2 force  0x00000000 , 0x00000012 
+ 00025763  0x000040c4 rshift3  0x0000003f , 0x00000011 
+ 00025764  0x000040c5 rshift  0x00000011 , 0x00000011 
+ 00025765  0x000040c6 ixor  0x00000011 , 0x00000011 
+ 00025766  0x000040c7 isolate1  0x00000000 , 0x00000011 
+ 00025767  0x000040c8 setflag  0x00000001 , 0x00000009 , 0x0000003f 
+ 00025768  0x000040c9 rshift  0x00000002 , 0x00000002 
+ 00025769  0x000040ca isolate1  0x00000000 , 0x0000003f 
+ 00025770  0x000040cb setflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00025771  0x000040cc rshift  0x0000003f , 0x0000003f 
+ 00025772  0x000040cd increase  0x00000001 , 0x00000012 
+ 00025773  0x000040ce compare  0x00000000 , 0x00000012 , 0x00000007 
+ 00025774  0x000040cf nbranch  0x000064a3 , 0x00000001 
+ 00025775  0x000040d1 istoret  0x00000001 , 0x00000005 
+ 00025776  0x000040d3 loop  0x000064a3 
+ 00025777  0x000040d4 rtn 
+ 00025778  0x000040da bpatch  0x0000006a , 0x0000400d 
+ 00025779  0x000040db set0  0x0000002f , 0x00000000 
+ 00025780  0x000040dc jam  0x00000003 , 0x00008901 
+ 00025781  0x000040dd jam  0x00000084 , 0x00008920 
+ 00025782  0x000040de jam  0x000000a7 , 0x00008925 
+ 00025783  0x000040df jam  0x00000003 , 0x00008930 
+ 00025784  0x000040e2 jam  0x00000040 , 0x00008937 
+ 00025785  0x000040e3 jam  0x00000085 , 0x00008a6d 
+ 00025786  0x000040e4 jam  0x00000089 , 0x00008a6d 
+ 00025787  0x000040e5 fetch  0x00000001 , 0x00000164 
+ 00025788  0x000040e6 rtnbit1  0x0000002d 
+ 00025789  0x000040e7 jam  0x00000001 , 0x00008901 
+ 00025790  0x000040e8 jam  0x00000080 , 0x00008920 
+ 00025791  0x000040e9 jam  0x00000005 , 0x00008a6d 
+ 00025792  0x000040ea jam  0x00000009 , 0x00008a6d 
+ 00025793  0x000040ec set1  0x0000002f , 0x00000000 
+ 00025794  0x000040ed jam  0x00000005 , 0x00008901 
+ 00025795  0x000040ee jam  0x00000024 , 0x00008930 
+ 00025796  0x000040ef jam  0x0000000a , 0x00008934 
+ 00025797  0x000040f0 rtn 
+ 00025798  0x000040f3 bpatch  0x0000006b , 0x0000400d 
+ 00025799  0x000040f4 force  0x00000008 , 0x00000015 
+ 00025800  0x000040f5 force  0x00000000 , 0x00000015 
+ 00025801  0x000040f6 disable  0x00000021 
+ 00025802  0x000040f7 disable  0x00000020 
+ 00025803  0x000040f8 pulse  0x0000001e 
+ 00025804  0x000040f9 jam  0x00000005 , 0x00008900 
+ 00025805  0x000040fa nop  0x00000002 
+ 00025806  0x000040fb jam  0x00000000 , 0x00008900 
+ 00025807  0x000040fc call  0x000064e4 
+ 00025808  0x000040fd jam  0x00000000 , 0x00008a16 
+ 00025809  0x000040fe jam  0x00000010 , 0x00008a0a 
+ 00025810  0x000040ff jam  0x00000000 , 0x00008a0b 
+ 00025811  0x00004100 rtn 
+ 00025812  0x00004102 branch  0x000064c6 
+ 00025813  0x00004105 ifetch  0x00000001 , 0x00000006 
+ 00025814  0x00004106 inject  0x00000003 , 0x00000008 
+ 00025815  0x00004107 loop  0x000064d5 
+ 00025816  0x00004108 call  0x000064d4 
+ 00025817  0x00004109 enable  0x00000010 
+ 00025818  0x0000410a arg  0x00000350 , 0x0000001b 
+ 00025819  0x0000410c branch  0x00006458 , 0x00000003 
+ 00025820  0x0000410e fetch  0x00000002 , 0x000001ef 
+ 00025821  0x0000410f call  0x000075e6 
+ 00025822  0x00004110 fetch  0x00000008 , 0x000001e7 
+ 00025823  0x00004111 fetcht  0x00000008 , 0x000001df 
+ 00025824  0x00004112 isub  0x00000002 , 0x0000003e 
+ 00025825  0x00004113 branch  0x000064db , 0x00000005 
+ 00025826  0x00004114 call  0x000064d4 
+ 00025827  0x00004115 branch  0x00006458 
+ 00025828  0x00004118 bpatch  0x0000006c , 0x0000400d 
+ 00025829  0x00004119 jam  0x00000005 , 0x00008900 
+ 00025830  0x0000411a nop  0x00000002 
+ 00025831  0x0000411b jam  0x00000000 , 0x00008900 
+ 00025832  0x0000411c jam  0x000000aa , 0x00008a10 
+ 00025833  0x0000411d jam  0x000000aa , 0x00008a11 
+ 00025834  0x0000411e jam  0x00000015 , 0x00008a12 
+ 00025835  0x0000411f jam  0x000000f8 , 0x00008a0a 
+ 00025836  0x00004126 jam  0x00000004 , 0x00008a0b 
+ 00025837  0x00004127 nop  0x00000078 
+ 00025838  0x00004128 jam  0x0000007a , 0x00008a16 
+ 00025839  0x00004129 jam  0x00000000 , 0x00008a17 
+ 00025840  0x0000412a jam  0x00000000 , 0x00008a18 
+ 00025841  0x0000412b jam  0x00000000 , 0x00008a19 
+ 00025842  0x0000412c jam  0x00000000 , 0x00008a1a 
+ 00025843  0x0000412d jam  0x0000002a , 0x00008a11 
+ 00025844  0x0000412e jam  0x00000078 , 0x00008a0a 
+ 00025845  0x00004133 jam  0x00000000 , 0x00008a43 
+ 00025846  0x00004134 rtn 
+ 00025847  0x00004138 call  0x00006500 
+ 00025848  0x0000413a bpatch  0x0000006d , 0x0000400d 
+ 00025849  0x0000413d fetch  0x00000002 , 0x000001ef 
+ 00025850  0x0000413e call  0x000075e6 
+ 00025851  0x0000413f fetch  0x00000008 , 0x000001e7 
+ 00025852  0x00004140 fetcht  0x00000008 , 0x000001df 
+ 00025853  0x00004141 isub  0x00000002 , 0x0000003e 
+ 00025854  0x00004142 branch  0x000064f8 , 0x00000005 
+ 00025855  0x00004143 branch  0x00006458 
+ 00025856  0x00004145 bpatch  0x0000006e , 0x0000400d 
+ 00025857  0x00004146 call  0x000064d4 
+ 00025858  0x00004147 call  0x00003954 
+ 00025859  0x00004148 setarg  0x00000500 
+ 00025860  0x00004149 call  0x00003abc 
+ 00025861  0x0000414a branch  0x0000396a 
+ 00025862  0x0000415b clear_stack 
+ 00025863  0x0000415c call  0x00006df0 
+ 00025864  0x0000415d call  0x00006511 
+ 00025865  0x0000415e call  0x00006513 
+ 00025866  0x0000415f call  0x00006527 
+ 00025867  0x00004160 call  0x00006543 
+ 00025868  0x00004161 call  0x00006547 
+ 00025869  0x00004163 jam  0x00000001 , 0x00000564 
+ 00025870  0x00004164 jam  0x00000004 , 0x00000561 
+ 00025871  0x00004167 call  0x00006552 
+ 00025872  0x00004168 branch  0x0000650f 
+ 00025873  0x0000416b jam  0x00000004 , 0x00008042 
+ 00025874  0x0000416c rtn 
+ 00025875  0x0000416f call  0x00006517 
+ 00025876  0x00004170 call  0x0000651b 
+ 00025877  0x00004171 call  0x0000651f 
+ 00025878  0x00004172 branch  0x00006523 
+ 00025879  0x00004175 fetch  0x00000001 , 0x00004437 
+ 00025880  0x00004176 nrtn  0x00000034 
+ 00025881  0x00004177 jam  0x00000005 , 0x00004437 
+ 00025882  0x00004178 rtn 
+ 00025883  0x0000417b fetch  0x00000001 , 0x00004438 
+ 00025884  0x0000417c nrtn  0x00000034 
+ 00025885  0x0000417d jam  0x00000006 , 0x00004438 
+ 00025886  0x0000417e rtn 
+ 00025887  0x00004180 fetch  0x00000001 , 0x00004439 
+ 00025888  0x00004181 nrtn  0x00000034 
+ 00025889  0x00004182 jam  0x00000009 , 0x00004439 
+ 00025890  0x00004183 rtn 
+ 00025891  0x00004185 fetch  0x00000001 , 0x0000443a 
+ 00025892  0x00004186 nrtn  0x00000034 
+ 00025893  0x00004187 jam  0x0000000a , 0x0000443a 
+ 00025894  0x00004188 rtn 
+ 00025895  0x0000418c setarg  0x00000c00 
+ 00025896  0x0000418d store  0x00000002 , 0x000004c4 
+ 00025897  0x0000418e setarg  0x00000eff 
+ 00025898  0x0000418f istore  0x00000002 , 0x00000005 
+ 00025899  0x00004190 setarg  0x00000f00 
+ 00025900  0x00004191 istore  0x00000002 , 0x00000005 
+ 00025901  0x00004192 setarg  0x00000fff 
+ 00025902  0x00004193 istore  0x00000002 , 0x00000005 
+ 00025903  0x00004194 fetch  0x00000008 , 0x000004c4 
+ 00025904  0x00004195 call  0x00006acd 
+ 00025905  0x00004196 call  0x00006ae7 
+ 00025906  0x00004197 arg  0x0001c200 , 0x00000002 
+ 00025907  0x00004198 call  0x00006ada 
+ 00025908  0x00004199 fetch  0x00000001 , 0x00004437 
+ 00025909  0x0000419a arg  0x00000008 , 0x00000002 
+ 00025910  0x0000419b call  0x00006c68 
+ 00025911  0x0000419c fetch  0x00000001 , 0x00004438 
+ 00025912  0x0000419d arg  0x00000049 , 0x00000002 
+ 00025913  0x0000419e call  0x00006c68 
+ 00025914  0x0000419f fetch  0x00000001 , 0x00004439 
+ 00025915  0x000041a0 arg  0x0000000a , 0x00000002 
+ 00025916  0x000041a1 call  0x00006c68 
+ 00025917  0x000041a2 fetch  0x00000001 , 0x0000443a 
+ 00025918  0x000041a3 arg  0x0000000b , 0x00000002 
+ 00025919  0x000041a4 call  0x00006c68 
+ 00025920  0x000041a6 arg  0x00000081 , 0x00000002 
+ 00025921  0x000041a7 storet  0x00000001 , 0x00008060 
+ 00025922  0x000041a8 branch  0x000075e3 
+ 00025923  0x000041ab fetch  0x00000001 , 0x0000443b 
+ 00025924  0x000041ac nrtn  0x00000034 
+ 00025925  0x000041ad jam  0x0000000c , 0x0000443b 
+ 00025926  0x000041ae rtn 
+ 00025927  0x000041b1 fetch  0x00000001 , 0x0000443b 
+ 00025928  0x000041b2 arg  0x00000010 , 0x00000002 
+ 00025929  0x000041b3 call  0x00006c68 
+ 00025930  0x000041b4 arg  0x00000040 , 0x00000011 
+ 00025931  0x000041b5 call  0x00006d6e 
+ 00025932  0x000041b6 arg  0x00000000 , 0x00000011 
+ 00025933  0x000041b7 arg  0x00000000 , 0x00000012 
+ 00025934  0x000041b8 setarg  0x00000000 
+ 00025935  0x000041b9 call  0x00006d93 
+ 00025936  0x000041ba arg  0x00000000 , 0x00000007 
+ 00025937  0x000041bb branch  0x00006dd9 
+ 00025938  0x000041bf fetch  0x00000002 , 0x00008112 
+ 00025939  0x000041c0 add  0x0000003f , 0xfffffffc , 0x00000011 
+ 00025940  0x000041c1 nrtn  0x00000002 
+ 00025941  0x000041c2 call  0x00006afb 
+ 00025942  0x000041c3 ifetch  0x00000001 , 0x00000003 
+ 00025943  0x000041c4 beq  0x00000001 , 0x0000655a 
+ 00025944  0x000041c6 call  0x000074fb 
+ 00025945  0x000041c7 branch  0x00006b03 
+ 00025946  0x000041cc ifetch  0x00000002 , 0x00000003 
+ 00025947  0x000041cd store  0x00000002 , 0x00000565 
+ 00025948  0x000041ce arg  0x000003ff , 0x00000002 
+ 00025949  0x000041cf iand  0x00000002 , 0x00000002 
+ 00025950  0x000041d0 storet  0x00000002 , 0x0000055e 
+ 00025951  0x000041d1 rshift2  0x0000003f , 0x0000003f 
+ 00025952  0x000041d2 rshift8  0x0000003f , 0x0000003f 
+ 00025953  0x000041d3 store  0x00000001 , 0x00000560 
+ 00025954  0x000041d4 ifetch  0x00000001 , 0x00000003 
+ 00025955  0x000041d5 pincrease  0xffffffff 
+ 00025956  0x000041d6 isub  0x00000011 , 0x0000003e 
+ 00025957  0x000041d7 rtn  0x00000002 
+ 00025958  0x000041d8 call  0x00006568 
+ 00025959  0x000041d9 branch  0x000065c3 
+ 00025960  0x000041dc fetch  0x00000001 , 0x00000560 
+ 00025961  0x000041e4 beq  0x0000003f , 0x0000656b 
+ 00025962  0x000041e5 branch  0x000065af 
+ 00025963  0x000041f0 bpatch  0x0000006f , 0x0000400d 
+ 00025964  0x000041f1 fetch  0x00000001 , 0x0000055e 
+ 00025965  0x000041f2 beq  0x00000000 , 0x000065ae 
+ 00025966  0x000041f3 beq  0x00000001 , 0x00006576 
+ 00025967  0x000041f4 beq  0x00000002 , 0x0000657b 
+ 00025968  0x000041f5 beq  0x00000003 , 0x00006589 
+ 00025969  0x000041f6 beq  0x00000004 , 0x00006593 
+ 00025970  0x000041f7 beq  0x00000005 , 0x000065ae 
+ 00025971  0x000041f8 beq  0x00000010 , 0x000065a4 
+ 00025972  0x000041f9 beq  0x00000014 , 0x000065aa 
+ 00025973  0x000041fa branch  0x000065ae 
+ 00025974  0x000041fe jam  0x00000000 , 0x00000567 
+ 00025975  0x000041ff fetch  0x00000002 , 0x00008000 
+ 00025976  0x00004200 store  0x00000002 , 0x00000568 
+ 00025977  0x00004201 arg  0x00000003 , 0x00000039 
+ 00025978  0x00004202 branch  0x000065b6 
+ 00025979  0x00004205 ifetch  0x00000002 , 0x00000003 
+ 00025980  0x00004206 store  0x00000002 , 0x00008052 
+ 00025981  0x00004207 rtn 
+ 00025982  0x0000420b ifetch  0x00000001 , 0x00000003 
+ 00025983  0x0000420c copy  0x0000003f , 0x00000002 
+ 00025984  0x0000420d store  0x00000001 , 0x00008024 
+ 00025985  0x0000420e ifetch  0x00000001 , 0x00000003 
+ 00025986  0x0000420f iadd  0x00000002 , 0x00000002 
+ 00025987  0x00004210 set1  0x00000007 , 0x0000003f 
+ 00025988  0x00004211 store  0x00000001 , 0x00008023 
+ 00025989  0x00004212 ifetch  0x00000001 , 0x00000003 
+ 00025990  0x00004213 iadd  0x00000002 , 0x00000002 
+ 00025991  0x00004214 copy  0x0000003f , 0x00000039 
+ 00025992  0x00004215 rtn 
+ 00025993  0x00004218 call  0x0000657e 
+ 00025994  0x0000421a ifetch  0x00000001 , 0x00000003 
+ 00025995  0x0000421b store  0x00000001 , 0x00008025 
+ 00025996  0x0000421c iadd  0x00000002 , 0x00000002 
+ 00025997  0x0000421d loop  0x0000658a 
+ 00025998  0x0000421f and  0x00000002 , 0x000000ff , 0x00000002 
+ 00025999  0x00004220 ifetch  0x00000001 , 0x00000003 
+ 00026000  0x00004221 isub  0x00000002 , 0x0000003e 
+ 00026001  0x00004222 nbranch  0x000065a2 , 0x00000005 
+ 00026002  0x00004223 branch  0x000065ae 
+ 00026003  0x00004226 arg  0x00000020 , 0x00000039 
+ 00026004  0x00004227 arg  0x00004000 , 0x00000005 
+ 00026005  0x00004228 arg  0x00000000 , 0x00000002 
+ 00026006  0x0000422a ifetch  0x00000001 , 0x00000003 
+ 00026007  0x0000422b istore  0x00000001 , 0x00000005 
+ 00026008  0x0000422c iadd  0x00000002 , 0x00000002 
+ 00026009  0x0000422d loop  0x00006596 
+ 00026010  0x0000422e and  0x00000002 , 0x000000ff , 0x00000002 
+ 00026011  0x0000422f ifetch  0x00000001 , 0x00000003 
+ 00026012  0x00004230 isub  0x00000002 , 0x0000003e 
+ 00026013  0x00004231 nbranch  0x000065a2 , 0x00000005 
+ 00026014  0x00004232 jam  0x00000000 , 0x00008023 
+ 00026015  0x00004233 call  0x000065ae 
+ 00026016  0x00004234 call  0x000075e8 
+ 00026017  0x00004235 branch  0x00003801 
+ 00026018  0x00004238 jam  0x00000000 , 0x00008023 
+ 00026019  0x00004239 branch  0x000065af 
+ 00026020  0x0000423d ifetch  0x00000001 , 0x00000003 
+ 00026021  0x0000423e copy  0x0000003f , 0x00000039 
+ 00026022  0x0000423f ifetch  0x00000002 , 0x00000003 
+ 00026023  0x00004240 copy  0x0000003f , 0x00000005 
+ 00026024  0x00004241 call  0x00006b3f 
+ 00026025  0x00004242 branch  0x000065ae 
+ 00026026  0x00004245 fetch  0x00000001 , 0x00008060 
+ 00026027  0x00004246 set1  0x00000004 , 0x0000003f 
+ 00026028  0x00004247 store  0x00000001 , 0x00008060 
+ 00026029  0x00004248 branch  0x000065ae 
+ 00026030  0x0000424c branch  0x000065b3 
+ 00026031  0x0000424f jam  0x00000001 , 0x00000567 
+ 00026032  0x00004250 branch  0x000065b4 
+ 00026033  0x00004252 jam  0x0000000c , 0x00000567 
+ 00026034  0x00004253 branch  0x000065b4 
+ 00026035  0x00004255 jam  0x00000000 , 0x00000567 
+ 00026036  0x00004256 arg  0x00000001 , 0x00000039 
+ 00026037  0x00004257 branch  0x000065b6 
+ 00026038  0x0000425a jam  0x0000000e , 0x00000562 
+ 00026039  0x0000425b add  0x00000039 , 0x00000003 , 0x0000003f 
+ 00026040  0x0000425c store  0x00000001 , 0x00000563 
+ 00026041  0x0000425d call  0x000065bf 
+ 00026042  0x0000425e fetch  0x00000003 , 0x00000564 
+ 00026043  0x0000425f istore  0x00000003 , 0x00000003 
+ 00026044  0x00004261 arg  0x00000567 , 0x00000006 
+ 00026045  0x00004262 call  0x00006b26 
+ 00026046  0x00004263 branch  0x00006b09 
+ 00026047  0x00004268 call  0x00006b07 
+ 00026048  0x00004269 fetch  0x00000003 , 0x00000561 
+ 00026049  0x0000426a istore  0x00000003 , 0x00000003 
+ 00026050  0x0000426b rtn 
+ 00026051  0x0000426e call  0x00006afb 
+ 00026052  0x0000426f increase  0x00000003 , 0x00000003 
+ 00026053  0x00004270 ifetch  0x00000001 , 0x00000003 
+ 00026054  0x00004271 iadd  0x00000003 , 0x00000003 
+ 00026055  0x00004272 branch  0x00006b01 
+ 00026056  0x00004275 jam  0x00000000 , 0x0000410d 
+ 00026057  0x00004276 rtn 
+ 00026058  0x0000427f fetch  0x00000002 , 0x000043d8 
+ 00026059  0x00004280 copy  0x0000003f , 0x00000013 
+ 00026060  0x00004281 call  0x000065e0 
+ 00026061  0x00004282 branch  0x000065e6 
+ 00026062  0x00004285 setarg  0x00000000 
+ 00026063  0x00004286 add  0x00000013 , 0x0000000b , 0x00000011 
+ 00026064  0x00004287 istore  0x00000001 , 0x00000011 
+ 00026065  0x00004288 add  0x00000013 , 0x00000000 , 0x00000011 
+ 00026066  0x00004289 ifetch  0x00000001 , 0x00000011 
+ 00026067  0x0000428a branch  0x000065f1 , 0x00000034 
+ 00026068  0x0000428b copy  0x0000003f , 0x00000039 
+ 00026069  0x0000428c add  0x00000013 , 0x00000002 , 0x00000012 
+ 00026070  0x0000428e ifetcht  0x00000001 , 0x00000012 
+ 00026071  0x0000428f call  0x00006c43 
+ 00026072  0x00004290 ifetcht  0x00000001 , 0x00000012 
+ 00026073  0x00004291 call  0x00006c43 
+ 00026074  0x00004292 call  0x000065f1 
+ 00026075  0x00004293 ifetcht  0x00000001 , 0x00000012 
+ 00026076  0x00004294 call  0x00006c29 
+ 00026077  0x00004295 increase  0x00000001 , 0x00000012 
+ 00026078  0x00004296 loop  0x000065d6 
+ 00026079  0x00004297 rtn 
+ 00026080  0x00004299 add  0x00000013 , 0x00000001 , 0x00000005 
+ 00026081  0x0000429a ifetch  0x00000001 , 0x00000005 
+ 00026082  0x0000429b rtn  0x00000034 
+ 00026083  0x0000429c copy  0x0000003f , 0x00000039 
+ 00026084  0x0000429d add  0x00000013 , 0x00000006 , 0x00000011 
+ 00026085  0x0000429e branch  0x000065ec 
+ 00026086  0x000042a0 add  0x00000013 , 0x00000000 , 0x00000005 
+ 00026087  0x000042a1 ifetch  0x00000001 , 0x00000005 
+ 00026088  0x000042a2 rtn  0x00000034 
+ 00026089  0x000042a3 copy  0x0000003f , 0x00000039 
+ 00026090  0x000042a4 add  0x00000013 , 0x00000002 , 0x00000011 
+ 00026091  0x000042a5 branch  0x000065ec 
+ 00026092  0x000042a7 ifetcht  0x00000001 , 0x00000011 
+ 00026093  0x000042a8 call  0x00006c29 
+ 00026094  0x000042a9 increase  0x00000001 , 0x00000011 
+ 00026095  0x000042aa loop  0x000065ec 
+ 00026096  0x000042ab rtn 
+ 00026097  0x000042ad setarg  0x00000000 
+ 00026098  0x000042ae add  0x00000013 , 0x0000000a , 0x00000011 
+ 00026099  0x000042af istore  0x00000001 , 0x00000011 
+ 00026100  0x000042b0 add  0x00000013 , 0x00000006 , 0x00000011 
+ 00026101  0x000042b2 ifetcht  0x00000001 , 0x00000011 
+ 00026102  0x000042b3 call  0x00006c32 
+ 00026103  0x000042b4 add  0x00000013 , 0x0000000c , 0x00000002 
+ 00026104  0x000042b5 ifetch  0x00000002 , 0x00000002 
+ 00026105  0x000042b6 add  0x00000013 , 0x0000000b , 0x00000006 
+ 00026106  0x000042b7 ifetcht  0x00000001 , 0x00000006 
+ 00026107  0x000042b8 copy  0x00000002 , 0x00000007 
+ 00026108  0x000042b9 qsetflag  0x00000001 , 0x0000003f 
+ 00026109  0x000042bb add  0x00000013 , 0x0000000c , 0x00000002 
+ 00026110  0x000042bc istore  0x00000002 , 0x00000002 
+ 00026111  0x000042bd increase  0x00000001 , 0x00000011 
+ 00026112  0x000042bf add  0x00000013 , 0x0000000b , 0x00000005 
+ 00026113  0x000042c0 ifetch  0x00000001 , 0x00000005 
+ 00026114  0x000042c1 increase  0x00000001 , 0x0000003f 
+ 00026115  0x000042c2 istore  0x00000001 , 0x00000005 
+ 00026116  0x000042c4 add  0x00000013 , 0x0000000a , 0x00000005 
+ 00026117  0x000042c5 ifetcht  0x00000001 , 0x00000005 
+ 00026118  0x000042c6 increase  0x00000001 , 0x00000002 
+ 00026119  0x000042c7 istoret  0x00000001 , 0x00000005 
+ 00026120  0x000042c8 add  0x00000013 , 0x00000001 , 0x00000005 
+ 00026121  0x000042c9 ifetch  0x00000001 , 0x00000005 
+ 00026122  0x000042ca ixor  0x00000002 , 0x0000003e 
+ 00026123  0x000042cb nbranch  0x000065f5 , 0x00000005 
+ 00026124  0x000042cc rtn 
+ 00026125  0x000042d0 fetch  0x00000002 , 0x000043d8 
+ 00026126  0x000042d1 copy  0x0000003f , 0x00000013 
+ 00026127  0x000042d2 add  0x00000013 , 0x00000001 , 0x00000005 
+ 00026128  0x000042d3 ifetch  0x00000001 , 0x00000005 
+ 00026129  0x000042d4 copy  0x0000003f , 0x00000039 
+ 00026130  0x000042d5 add  0x00000013 , 0x00000002 , 0x00000011 
+ 00026131  0x000042d7 ifetcht  0x00000001 , 0x00000011 
+ 00026132  0x000042d8 call  0x00006c0f 
+ 00026133  0x000042d9 increase  0x00000001 , 0x00000011 
+ 00026134  0x000042da loop  0x00006613 
+ 00026135  0x000042db rtn 
+ 00026136  0x000042de ifetcht  0x00000004 , 0x00000011 
+ 00026137  0x000042df copy  0x00000022 , 0x0000003f 
+ 00026138  0x000042e0 isub  0x00000002 , 0x0000003e 
+ 00026139  0x000042e1 rtn  0x00000002 
+ 00026140  0x000042e2 setarg  0x00000000 
+ 00026141  0x000042e3 istore  0x00000004 , 0x00000011 
+ 00026142  0x000042e4 rtn 
+ 00026143  0x000042e7 fetch  0x00000002 , 0x000043d8 
+ 00026144  0x000042e8 copy  0x0000003f , 0x00000013 
+ 00026145  0x000042e9 add  0x00000013 , 0x00000012 , 0x00000011 
+ 00026146  0x000042ea call  0x00006618 
+ 00026147  0x000042eb ifetch  0x00000004 , 0x00000011 
+ 00026148  0x000042ec add  0x00000013 , 0x00000016 , 0x00000012 
+ 00026149  0x000042ed ifetcht  0x00000001 , 0x00000012 
+ 00026150  0x000042ee iadd  0x00000002 , 0x00000002 
+ 00026151  0x000042ef copy  0x00000022 , 0x0000003f 
+ 00026152  0x000042f0 isub  0x00000002 , 0x0000003e 
+ 00026153  0x000042f1 nrtn  0x00000002 
+ 00026154  0x000042f2 istore  0x00000004 , 0x00000011 
+ 00026155  0x000042f3 call  0x000065ce 
+ 00026156  0x000042f4 add  0x00000013 , 0x0000000c , 0x00000011 
+ 00026157  0x000042f5 ifetch  0x00000002 , 0x00000011 
+ 00026158  0x000042f6 add  0x00000013 , 0x0000000e , 0x00000011 
+ 00026159  0x000042f7 ifetcht  0x00000002 , 0x00000011 
+ 00026160  0x000042f8 istore  0x00000002 , 0x00000011 
+ 00026161  0x000042f9 iand  0x00000002 , 0x0000003f 
+ 00026162  0x000042fa add  0x00000013 , 0x00000010 , 0x00000011 
+ 00026163  0x000042fb istore  0x00000002 , 0x00000011 
+ 00026164  0x000042fc rtn 
+ 00026165  0x0000430b branch  0x0000663a , 0x0000002b 
+ 00026166  0x0000430c setarg  0x000043fd 
+ 00026167  0x0000430d arg  0x000043ee , 0x00000005 
+ 00026168  0x0000430e isub  0x00000005 , 0x00000039 
+ 00026169  0x0000430f call  0x0000750f 
+ 00026170  0x00004312 rtn 
+ 00026171  0x00004319 bpatch  0x00000070 , 0x0000400e 
+ 00026172  0x0000431a call  0x000066b4 
+ 00026173  0x0000431b fetch  0x00000001 , 0x000043ee 
+ 00026174  0x0000431c beq  0x00000000 , 0x00007646 
+ 00026175  0x0000431d beq  0x00000001 , 0x00007646 
+ 00026176  0x0000431e beq  0x00000002 , 0x00007646 
+ 00026177  0x0000431f beq  0x00000003 , 0x00007646 
+ 00026178  0x00004320 beq  0x00000081 , 0x00007646 
+ 00026179  0x00004321 beq  0x000000c0 , 0x00007646 
+ 00026180  0x00004322 beq  0x00000080 , 0x00007646 
+ 00026181  0x00004323 beq  0x00000040 , 0x00007646 
+ 00026182  0x00004324 rtn 
+ 00026183  0x00004328 arg  0x00000000 , 0x00000007 
+ 00026184  0x00004329 arg  0x00000000 , 0x00000012 
+ 00026185  0x0000432c sub  0x00000007 , 0x00000007 , 0x0000003e 
+ 00026186  0x0000432d nrtn  0x00000002 
+ 00026187  0x0000432e qisolate1  0x00000011 
+ 00026188  0x0000432f branch  0x0000664e , 0x00000001 
+ 00026189  0x00004330 branch  0x00006652 
+ 00026190  0x00004333 copy  0x00000002 , 0x0000003f 
+ 00026191  0x00004334 branch  0x00006652 , 0x00000034 
+ 00026192  0x00004335 qset1  0x00000012 
+ 00026193  0x00004336 increase  0xffffffff , 0x00000002 
+ 00026194  0x00004339 increase  0x00000001 , 0x00000007 
+ 00026195  0x0000433a branch  0x00006649 
+ 00026196  0x00004348 fetchr  0x00000018 , 0x00000002 , 0x00004312 
+ 00026197  0x00004349 fetchr  0x0000002b , 0x00000002 , 0x00004314 
+ 00026198  0x0000434a call  0x00007638 
+ 00026199  0x0000434b branch  0x00006658 
+ 00026200  0x0000434e bpatch  0x00000071 , 0x0000400e 
+ 00026201  0x0000434f call  0x000066a4 
+ 00026202  0x00004350 nbranch  0x00003aba , 0x00000034 
+ 00026203  0x00004351 call  0x000066b4 
+ 00026204  0x00004352 arg  0x00000008 , 0x00000039 
+ 00026205  0x00004354 fetcht  0x00000001 , 0x000043ee 
+ 00026206  0x00004355 sub  0x00000039 , 0x00000008 , 0x00000007 
+ 00026207  0x00004356 qisolate1  0x00000002 
+ 00026208  0x00004357 branch  0x00006665 , 0x00000001 
+ 00026209  0x00004358 call  0x0000666c 
+ 00026210  0x00004359 nbranch  0x00006665 , 0x00000002 
+ 00026211  0x0000435a call  0x00006682 
+ 00026212  0x0000435b branch  0x00006669 
+ 00026213  0x0000435d copy  0x0000002b , 0x0000003f 
+ 00026214  0x0000435e iadd  0x00000018 , 0x00000018 
+ 00026215  0x0000435f loop  0x0000665d 
+ 00026216  0x00004360 branch  0x00003aba 
+ 00026217  0x00004362 copy  0x00000018 , 0x0000003f 
+ 00026218  0x00004363 copy  0x00000018 , 0x00000005 
+ 00026219  0x00004364 rtn 
+ 00026220  0x0000436e bpatch  0x00000072 , 0x0000400e 
+ 00026221  0x0000436f sub  0x00000039 , 0x00000008 , 0x00000007 
+ 00026222  0x00004370 arg  0x00000000 , 0x00000002 
+ 00026223  0x00004371 arg  0x00000000 , 0x0000000b 
+ 00026224  0x00004373 copy  0x00000007 , 0x0000003f 
+ 00026225  0x00004374 beq  0x00000008 , 0x0000667d 
+ 00026226  0x00004375 fetch  0x00000001 , 0x000043ee 
+ 00026227  0x00004376 qisolate1  0x0000003f 
+ 00026228  0x00004377 branch  0x0000667d , 0x00000001 
+ 00026229  0x00004378 qset1  0x0000000b 
+ 00026230  0x00004379 copy  0x0000002b , 0x0000003f 
+ 00026231  0x0000437a iadd  0x00000002 , 0x00000002 
+ 00026232  0x0000437b increase  0x00000001 , 0x00000007 
+ 00026233  0x0000437c copy  0x00000011 , 0x0000003f 
+ 00026234  0x0000437d isub  0x00000002 , 0x0000003e 
+ 00026235  0x0000437e branch  0x0000667d , 0x00000005 
+ 00026236  0x0000437f branch  0x00006670 , 0x00000002 
+ 00026237  0x00004381 copy  0x00000002 , 0x0000003f 
+ 00026238  0x00004382 isub  0x00000011 , 0x0000003e 
+ 00026239  0x00004383 nrtn  0x00000005 
+ 00026240  0x00004384 qset1  0x0000000b 
+ 00026241  0x00004385 rtn 
+ 00026242  0x0000438f bpatch  0x00000073 , 0x0000400e 
+ 00026243  0x00004390 call  0x000066a4 
+ 00026244  0x00004391 nbranch  0x00003aba , 0x00000034 
+ 00026245  0x00004392 call  0x000066aa 
+ 00026246  0x00004393 branch  0x0000668b , 0x00000034 
+ 00026247  0x00004394 fetch  0x00000009 , 0x000043f2 
+ 00026248  0x00004395 store  0x00000009 , 0x000043ef 
+ 00026249  0x00004396 setarg  0x00000000 
+ 00026250  0x00004397 istore  0x00000003 , 0x00000005 
+ 00026251  0x00004399 storer  0x0000000b , 0x00000001 , 0x000043f8 
+ 00026252  0x0000439a storer  0x00000018 , 0x00000002 , 0x000043f9 
+ 00026253  0x0000439b rtn 
+ 00026254  0x000043a5 bpatch  0x00000074 , 0x0000400e 
+ 00026255  0x000043a6 call  0x000066ad 
+ 00026256  0x000043a7 increase  0x00000001 , 0x00000006 
+ 00026257  0x000043a8 ifetch  0x00000002 , 0x00000006 
+ 00026258  0x000043a9 rtn 
+ 00026259  0x000043b1 bpatch  0x00000075 , 0x0000400e 
+ 00026260  0x000043b2 call  0x000066ad 
+ 00026261  0x000043b3 copy  0x00000006 , 0x00000005 
+ 00026262  0x000043b4 copy  0x00000006 , 0x00000002 
+ 00026263  0x000043b5 setarg  0x00000000 
+ 00026264  0x000043b6 istore  0x00000003 , 0x00000005 
+ 00026265  0x000043b7 rtn 
+ 00026266  0x000043bf bpatch  0x00000076 , 0x0000400e 
+ 00026267  0x000043c0 call  0x000066aa 
+ 00026268  0x000043c1 branch  0x00003aba , 0x00000034 
+ 00026269  0x000043c2 fetch  0x00000003 , 0x000043f5 
+ 00026270  0x000043c3 store  0x00000003 , 0x000043f8 
+ 00026271  0x000043c4 fetch  0x00000003 , 0x000043f2 
+ 00026272  0x000043c5 store  0x00000003 , 0x000043f5 
+ 00026273  0x000043c6 fetch  0x00000003 , 0x000043ef 
+ 00026274  0x000043c7 store  0x00000003 , 0x000043f2 
+ 00026275  0x000043c8 rtn 
+ 00026276  0x000043d1 bpatch  0x00000077 , 0x0000400e 
+ 00026277  0x000043d2 fetch  0x00000003 , 0x000043ef 
+ 00026278  0x000043d3 rtn 
+ 00026279  0x000043dc bpatch  0x00000078 , 0x0000400f 
+ 00026280  0x000043dd fetch  0x00000003 , 0x000043f2 
+ 00026281  0x000043de rtn 
+ 00026282  0x000043e7 bpatch  0x00000079 , 0x0000400f 
+ 00026283  0x000043e8 fetch  0x00000003 , 0x000043f8 
+ 00026284  0x000043e9 rtn 
+ 00026285  0x000043f1 call  0x000066aa 
+ 00026286  0x000043f2 branch  0x000066b2 , 0x00000034 
+ 00026287  0x000043f3 arg  0x000043ef , 0x00000006 
+ 00026288  0x000043f5 ifetch  0x00000003 , 0x00000006 
+ 00026289  0x000043f6 branch  0x000066b0 , 0x00000034 
+ 00026290  0x000043f8 increase  0xfffffffd , 0x00000006 
+ 00026291  0x000043f9 rtn 
+ 00026292  0x00004402 bpatch  0x0000007a , 0x0000400f 
+ 00026293  0x00004403 arg  0x00000004 , 0x00000039 
+ 00026294  0x00004404 arg  0x000043ef , 0x00000006 
+ 00026295  0x00004405 arg  0x00000000 , 0x00000002 
+ 00026296  0x00004407 ifetch  0x00000003 , 0x00000006 
+ 00026297  0x00004408 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00026298  0x00004409 ior  0x00000002 , 0x00000002 
+ 00026299  0x0000440a loop  0x000066b8 
+ 00026300  0x0000440b storet  0x00000001 , 0x000043ee 
+ 00026301  0x0000440c rtn 
+ 00026302  0x0000440f branch  0x00003aba , 0x00000034 
+ 00026303  0x00004410 copy  0x0000003f , 0x00000005 
+ 00026304  0x00004411 rtn 
+ 00026305  0x00004415 bpatch  0x0000007b , 0x0000400f 
+ 00026306  0x00004416 arg  0x00000000 , 0x00000012 
+ 00026307  0x00004417 arg  0x000043ef , 0x00000011 
+ 00026308  0x00004418 increase  0xfffffffe , 0x00000011 
+ 00026309  0x0000441a increase  0x00000002 , 0x00000011 
+ 00026310  0x0000441b setarg  0x000043fb 
+ 00026311  0x0000441c isub  0x00000011 , 0x0000003e 
+ 00026312  0x0000441d branch  0x000066d1 , 0x00000005 
+ 00026313  0x0000441e ifetch  0x00000001 , 0x00000011 
+ 00026314  0x0000441f increase  0x00000001 , 0x00000011 
+ 00026315  0x00004420 branch  0x000066c5 , 0x00000034 
+ 00026316  0x00004421 ifetcht  0x00000002 , 0x00000011 
+ 00026317  0x00004422 ifetch  0x00000002 , 0x00000002 
+ 00026318  0x00004423 iadd  0x00000012 , 0x00000012 
+ 00026319  0x00004424 increase  0x00000004 , 0x00000012 
+ 00026320  0x00004425 branch  0x000066c5 
+ 00026321  0x00004427 copy  0x00000012 , 0x0000003f 
+ 00026322  0x00004428 rtn 
+ 00026323  0x0000442c arg  0x0000000c , 0x00000007 
+ 00026324  0x0000442d branch  0x00003c54 
+ 00026325  0x00004430 arg  0x0000000c , 0x00000007 
+ 00026326  0x00004431 branch  0x00003c58 
+ 00026327  0x00004435 call  0x000066b4 
+ 00026328  0x00004436 fetch  0x00000001 , 0x000043ee 
+ 00026329  0x00004437 rtn  0x00000034 
+ 00026330  0x00004438 call  0x000066c1 
+ 00026331  0x00004439 arg  0x00000100 , 0x00000002 
+ 00026332  0x0000443a isub  0x00000002 , 0x0000003e 
+ 00026333  0x0000443b branch  0x000066d3 , 0x00000002 
+ 00026334  0x0000443c call  0x000066d5 
+ 00026335  0x0000443e fetch  0x00000002 , 0x000043fb 
+ 00026336  0x0000443f copy  0x00000006 , 0x00000005 
+ 00026337  0x00004440 arg  0x000043ef , 0x00000011 
+ 00026338  0x00004442 setarg  0x000043fb 
+ 00026339  0x00004443 isub  0x00000011 , 0x0000003e 
+ 00026340  0x00004444 rtn  0x00000005 
+ 00026341  0x00004445 ifetch  0x00000001 , 0x00000011 
+ 00026342  0x00004446 increase  0x00000001 , 0x00000011 
+ 00026343  0x00004447 nbranch  0x000066eb , 0x00000034 
+ 00026344  0x00004448 istore  0x00000002 , 0x00000005 
+ 00026345  0x00004449 increase  0x00000002 , 0x00000011 
+ 00026346  0x0000444a branch  0x000066e2 
+ 00026347  0x0000444c ifetch  0x00000002 , 0x00000011 
+ 00026348  0x0000444d increase  0x00000002 , 0x00000011 
+ 00026349  0x0000444e copy  0x0000003f , 0x00000006 
+ 00026350  0x0000444f ifetch  0x00000002 , 0x00000006 
+ 00026351  0x00004450 istore  0x00000002 , 0x00000005 
+ 00026352  0x00004451 copy  0x0000003f , 0x00000039 
+ 00026353  0x00004452 increase  0x00000002 , 0x00000039 
+ 00026354  0x00004453 call  0x00007548 
+ 00026355  0x00004454 branch  0x000066e2 
+ 00026356  0x00004457 call  0x000066b4 
+ 00026357  0x00004458 fetch  0x00000001 , 0x000043ee 
+ 00026358  0x00004459 rtn  0x00000034 
+ 00026359  0x0000445a arg  0x000043f0 , 0x00000011 
+ 00026360  0x0000445b increase  0xfffffffd , 0x00000011 
+ 00026361  0x0000445d copy  0x00000006 , 0x00000005 
+ 00026362  0x0000445e fetch  0x00000002 , 0x000043fb 
+ 00026363  0x0000445f copy  0x00000005 , 0x00000006 
+ 00026364  0x00004461 increase  0x00000003 , 0x00000011 
+ 00026365  0x00004462 setarg  0x000043fc 
+ 00026366  0x00004463 isub  0x00000011 , 0x0000003e 
+ 00026367  0x00004464 rtn  0x00000005 
+ 00026368  0x00004465 ifetch  0x00000002 , 0x00000006 
+ 00026369  0x00004466 branch  0x000066fc , 0x00000034 
+ 00026370  0x00004467 increase  0x00000004 , 0x0000003f 
+ 00026371  0x00004468 copy  0x0000003f , 0x00000039 
+ 00026372  0x00004469 copy  0x00000006 , 0x00000012 
+ 00026373  0x0000446a ifetch  0x00000002 , 0x00000011 
+ 00026374  0x0000446b copy  0x0000003f , 0x00000005 
+ 00026375  0x0000446c copy  0x00000012 , 0x00000006 
+ 00026376  0x0000446d increase  0xfffffffe , 0x00000006 
+ 00026377  0x0000446e call  0x00007548 
+ 00026378  0x0000446f branch  0x000066fc 
+ 00026379  0x0000447c bpatch  0x0000007c , 0x0000400f 
+ 00026380  0x0000447d and_into  0x000000ff , 0x0000003f 
+ 00026381  0x0000447e sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00026382  0x0000447f nbranch  0x00003aba , 0x00000002 
+ 00026383  0x00004480 arg  0x00008070 , 0x00000005 
+ 00026384  0x00004482 iadd  0x00000005 , 0x00000005 
+ 00026385  0x00004483 copy  0x00000005 , 0x00000011 
+ 00026386  0x00004484 arg  0x0000003e , 0x00000002 
+ 00026387  0x00004485 istoret  0x00000001 , 0x00000005 
+ 00026388  0x00004486 call  0x0000671a 
+ 00026389  0x00004487 nop  0x0000001e 
+ 00026390  0x00004488 copy  0x00000011 , 0x00000005 
+ 00026391  0x00004489 arg  0x0000003f , 0x00000002 
+ 00026392  0x0000448a istoret  0x00000001 , 0x00000005 
+ 00026393  0x0000448b branch  0x0000671e 
+ 00026394  0x00004490 fetch  0x00000001 , 0x00008081 
+ 00026395  0x00004491 and_into  0x0000007f , 0x0000003f 
+ 00026396  0x00004492 store  0x00000001 , 0x00008081 
+ 00026397  0x00004493 rtn 
+ 00026398  0x00004496 fetch  0x00000001 , 0x00008081 
+ 00026399  0x00004497 or_into  0x00000080 , 0x0000003f 
+ 00026400  0x00004498 store  0x00000001 , 0x00008081 
+ 00026401  0x00004499 rtn 
+ 00026402  0x0000449c branch  0x00006929 
+ 00026403  0x0000449f branch  0x00006930 
+ 00026404  0x000044a4 fetch  0x00000001 , 0x0000806f 
+ 00026405  0x000044a5 and_into  0x000000fd , 0x0000003f 
+ 00026406  0x000044a6 store  0x00000001 , 0x0000806f 
+ 00026407  0x000044a7 rtn 
+ 00026408  0x000044aa nbranch  0x0000672c , 0x00000028 
+ 00026409  0x000044ab fetch  0x00000001 , 0x0000806f 
+ 00026410  0x000044ac or_into  0x00000002 , 0x0000003f 
+ 00026411  0x000044ad store  0x00000001 , 0x0000806f 
+ 00026412  0x000044af copy  0x00000002 , 0x0000003e 
+ 00026413  0x000044b0 branch  0x0000672f , 0x00000005 
+ 00026414  0x000044b1 copy  0x00000013 , 0x0000003d 
+ 00026415  0x000044b4 isolate0  0x00000000 , 0x0000003e 
+ 00026416  0x000044b5 branch  0x0000681b 
+ 00026417  0x000044b9 force  0x00000004 , 0x00000002 
+ 00026418  0x000044bb arg  0x000001c4 , 0x00000011 
+ 00026419  0x000044bc call  0x00006724 
+ 00026420  0x000044bd call  0x0000672c 
+ 00026421  0x000044be arg  0x000055aa , 0x00000011 
+ 00026422  0x000044bf fetch  0x00000002 , 0x000001c4 
+ 00026423  0x000044c0 ifetcht  0x00000002 , 0x00000006 
+ 00026424  0x000044c1 isub  0x00000011 , 0x0000003e 
+ 00026425  0x000044c2 rtn 
+ 00026426  0x000044c6 call  0x0000674c , 0x00000028 
+ 00026427  0x000044c7 arg  0x00000002 , 0x00000002 
+ 00026428  0x000044c8 arg  0x000001ca , 0x00000011 
+ 00026429  0x000044c9 call  0x0000672c 
+ 00026430  0x000044ca fetch  0x00000002 , 0x000001ca 
+ 00026431  0x000044cb store  0x00000002 , 0x000001bd 
+ 00026432  0x000044cc call  0x00006742 , 0x00000028 
+ 00026433  0x000044cd rtn 
+ 00026434  0x000044d0 arg  0x00000010 , 0x00000002 
+ 00026435  0x000044d1 arg  0x000001cc , 0x00000011 
+ 00026436  0x000044d2 call  0x00006724 
+ 00026437  0x000044d3 call  0x0000672c 
+ 00026438  0x000044d5 arg  0x000001cc , 0x00000006 
+ 00026439  0x000044d6 arg  0x00000010 , 0x00000039 
+ 00026440  0x000044d7 call  0x00006f8f 
+ 00026441  0x000044d8 call  0x00006f16 
+ 00026442  0x000044d9 call  0x00006fab 
+ 00026443  0x000044da branch  0x00006f10 
+ 00026444  0x000044dd jam  0x00000000 , 0x00008023 
+ 00026445  0x000044de call  0x00006724 
+ 00026446  0x000044df branch  0x00006fab 
+ 00026447  0x000044e2 setarg  0x00000000 
+ 00026448  0x000044e3 store  0x00000002 , 0x000004ed 
+ 00026449  0x000044e4 disable  0x0000002d 
+ 00026450  0x000044e5 call  0x00006731 
+ 00026451  0x000044e6 nrtn  0x00000005 
+ 00026452  0x000044e7 enable  0x0000002d 
+ 00026453  0x000044e8 jam  0x00000080 , 0x00008023 
+ 00026454  0x000044e9 jam  0x00000000 , 0x00008022 
+ 00026455  0x000044ea jam  0x00000000 , 0x00008024 
+ 00026456  0x000044eb arg  0x00008025 , 0x00000011 
+ 00026457  0x000044ec call  0x00006728 
+ 00026458  0x000044ed jam  0x00000000 , 0x00008023 
+ 00026459  0x000044ee fetch  0x00000001 , 0x000001ba 
+ 00026460  0x000044ef rtnbit0  0x00000000 
+ 00026461  0x000044f1 arg  0x00000006 , 0x00000002 
+ 00026462  0x000044f2 call  0x00006732 
+ 00026463  0x000044f3 nbranch  0x0000676e , 0x00000005 
+ 00026464  0x000044f4 ifetch  0x00000002 , 0x00000006 
+ 00026465  0x000044f5 iforce  0x00000011 
+ 00026466  0x000044f6 call  0x0000672c 
+ 00026467  0x000044f7 call  0x00006765 
+ 00026468  0x000044f8 branch  0x0000675d 
+ 00026469  0x000044fc fetch  0x00000002 , 0x000004ed 
+ 00026470  0x000044fd arg  0x00000006 , 0x00000039 
+ 00026471  0x000044fe arg  0x000001c4 , 0x00000006 
+ 00026472  0x000044ff call  0x00007648 
+ 00026473  0x00004500 fetchr  0x00000039 , 0x00000002 , 0x000001c6 
+ 00026474  0x00004501 copy  0x00000011 , 0x00000006 
+ 00026475  0x00004502 call  0x00007648 
+ 00026476  0x00004503 store  0x00000002 , 0x000004ed 
+ 00026477  0x00004504 rtn 
+ 00026478  0x00004507 fetch  0x00000001 , 0x000001de 
+ 00026479  0x00004508 beq  0x0000005a , 0x0000677c 
+ 00026480  0x00004509 arg  0x0000aa55 , 0x00000011 
+ 00026481  0x0000450a fetch  0x00000002 , 0x000001c4 
+ 00026482  0x0000450b isub  0x00000011 , 0x0000003e 
+ 00026483  0x0000450c nbranch  0x0000677e , 0x00000005 
+ 00026484  0x0000450d arg  0x000055aa , 0x00000011 
+ 00026485  0x0000450e fetch  0x00000002 , 0x000001c6 
+ 00026486  0x0000450f isub  0x00000011 , 0x0000003e 
+ 00026487  0x00004510 nbranch  0x0000677e , 0x00000005 
+ 00026488  0x00004511 fetch  0x00000002 , 0x000001c8 
+ 00026489  0x00004512 fetcht  0x00000002 , 0x000004ed 
+ 00026490  0x00004513 isub  0x00000002 , 0x0000003e 
+ 00026491  0x00004514 nbranch  0x0000677e , 0x00000005 
+ 00026492  0x00004516 set1  0x0000000f , 0x00000011 
+ 00026493  0x00004517 branch  0x0000672f 
+ 00026494  0x0000451a jam  0x00000000 , 0x000001ba 
+ 00026495  0x0000451b rtn 
+ 00026496  0x00004520 call  0x000075e3 
+ 00026497  0x00004521 setarg  0x00001000 
+ 00026498  0x00004522 store  0x00000002 , 0x000001bd 
+ 00026499  0x00004523 arg  0x00006a4c , 0x00000013 
+ 00026500  0x00004524 arg  0x00000002 , 0x00000039 
+ 00026501  0x00004526 call  0x00006731 
+ 00026502  0x00004527 nrtn  0x00000005 
+ 00026503  0x00004528 fetch  0x00000002 , 0x000001bd 
+ 00026504  0x00004529 byteswap  0x0000003f , 0x0000003f 
+ 00026505  0x0000452a iadd  0x00000002 , 0x0000003f 
+ 00026506  0x0000452b byteswap  0x0000003f , 0x0000003f 
+ 00026507  0x0000452c store  0x00000002 , 0x000001bd 
+ 00026508  0x0000452d loop  0x00006785 
+ 00026509  0x0000452e branch  0x0000675d 
+ 00026510  0x00004532 fetch  0x00000002 , 0x0000811e 
+ 00026511  0x00004533 store  0x00000002 , 0x000001b8 
+ 00026512  0x00004534 set0  0x0000000e , 0x0000003f 
+ 00026513  0x00004535 nrtn  0x00000034 
+ 00026514  0x00004537 setarg  0x000007d0 
+ 00026515  0x00004538 arg  0x000001b8 , 0x00000011 
+ 00026516  0x00004539 arg  0x00000002 , 0x00000002 
+ 00026517  0x0000453a call  0x000068b0 
+ 00026518  0x0000453c fetch  0x00000001 , 0x000001ca 
+ 00026519  0x0000453d rshift4  0x0000003f , 0x00000002 
+ 00026520  0x0000453e fetch  0x00000001 , 0x000001b8 
+ 00026521  0x0000453f lshift4  0x0000003f , 0x0000003f 
+ 00026522  0x00004540 ior  0x00000002 , 0x0000003f 
+ 00026523  0x00004541 store  0x00000001 , 0x000001b8 
+ 00026524  0x00004542 branch  0x000068c6 
+ 00026525  0x00004546 jam  0x00000025 , 0x00008050 
+ 00026526  0x00004547 call  0x000075e3 
+ 00026527  0x00004548 disable  0x00000028 
+ 00026528  0x00004549 jam  0x00000000 , 0x000001ba 
+ 00026529  0x0000454a call  0x0000683d 
+ 00026530  0x0000454b call  0x000068be 
+ 00026531  0x0000454c setarg  0x00000000 
+ 00026532  0x0000454d arg  0x000001ca , 0x00000011 
+ 00026533  0x0000454e arg  0x00000002 , 0x00000002 
+ 00026534  0x0000454f call  0x000068b0 
+ 00026535  0x00004550 call  0x0000678e 
+ 00026536  0x00004551 setarg  0x000007d3 
+ 00026537  0x00004552 arg  0x000001dd , 0x00000011 
+ 00026538  0x00004553 arg  0x00000002 , 0x00000002 
+ 00026539  0x00004554 call  0x000068b0 
+ 00026540  0x00004556 fetch  0x00000001 , 0x000001b8 
+ 00026541  0x00004557 bbit0  0x00000003 , 0x000067b7 
+ 00026542  0x00004558 setarg  0x000007f0 
+ 00026543  0x00004559 arg  0x000001cc , 0x00000011 
+ 00026544  0x0000455a arg  0x00000010 , 0x00000002 
+ 00026545  0x0000455b call  0x000068b0 
+ 00026546  0x0000455c jam  0x00000008 , 0x00008006 
+ 00026547  0x0000455d set1  0x0000002b , 0x00000000 
+ 00026548  0x0000455e arg  0x000001cc , 0x00000006 
+ 00026549  0x0000455f call  0x00006f9b 
+ 00026550  0x00004560 enable  0x00000028 
+ 00026551  0x00004563 jam  0x00000000 , 0x00004115 
+ 00026552  0x00004565 call  0x0000680c 
+ 00026553  0x00004566 nbranch  0x00006818 , 0x00000002 
+ 00026554  0x00004567 call  0x0000674c , 0x00000028 
+ 00026555  0x00004568 fetch  0x00000002 , 0x000001ca 
+ 00026556  0x00004569 byteswap  0x0000003f , 0x0000003f 
+ 00026557  0x0000456a arg  0x000007ff , 0x00000002 
+ 00026558  0x0000456b iand  0x00000002 , 0x0000003f 
+ 00026559  0x0000456c branch  0x000067c9 , 0x00000005 
+ 00026560  0x0000456d call  0x00006866 
+ 00026561  0x0000456e arg  0x000068b4 , 0x00000013 
+ 00026562  0x0000456f call  0x00006742 , 0x00000028 
+ 00026563  0x00004570 call  0x0000674f 
+ 00026564  0x00004571 nbranch  0x000067c9 , 0x0000002d 
+ 00026565  0x00004572 fetch  0x00000001 , 0x000001ba 
+ 00026566  0x00004573 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026567  0x00004574 nbranch  0x000067b8 , 0x00000001 
+ 00026568  0x00004575 call  0x000067d7 
+ 00026569  0x00004578 call  0x0000685a 
+ 00026570  0x00004579 jam  0x00000000 , 0x00004115 
+ 00026571  0x0000457b call  0x0000680c 
+ 00026572  0x0000457c nbranch  0x00006818 , 0x00000002 
+ 00026573  0x0000457d call  0x000067fe 
+ 00026574  0x0000457e call  0x00006a29 
+ 00026575  0x0000457f fetch  0x00000001 , 0x000001b8 
+ 00026576  0x00004580 bbit1  0x00000002 , 0x000067e3 
+ 00026577  0x00004581 call  0x00006806 
+ 00026578  0x00004582 nbranch  0x000067da , 0x0000002d 
+ 00026579  0x00004583 fetch  0x00000001 , 0x000001ba 
+ 00026580  0x00004584 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026581  0x00004585 nbranch  0x000067cb , 0x00000001 
+ 00026582  0x00004586 branch  0x000067e3 
+ 00026583  0x00004589 setarg  0x000001ff 
+ 00026584  0x0000458a arg  0x00000000 , 0x0000003d 
+ 00026585  0x0000458b rtn 
+ 00026586  0x0000458e call  0x00006a26 
+ 00026587  0x0000458f fetch  0x00000001 , 0x000001b8 
+ 00026588  0x00004590 bbit1  0x00000002 , 0x000067e3 
+ 00026589  0x00004591 call  0x00006806 
+ 00026590  0x00004592 nbranch  0x000067e3 , 0x0000002d 
+ 00026591  0x00004593 fetch  0x00000001 , 0x000001ba 
+ 00026592  0x00004594 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026593  0x00004595 nbranch  0x000067cb , 0x00000001 
+ 00026594  0x00004596 branch  0x000067f3 
+ 00026595  0x00004599 jam  0x00000000 , 0x00004115 
+ 00026596  0x0000459b call  0x0000680c 
+ 00026597  0x0000459c nbranch  0x00006818 , 0x00000002 
+ 00026598  0x0000459d fetch  0x00000001 , 0x000001b8 
+ 00026599  0x0000459e bbit1  0x00000001 , 0x000067f3 
+ 00026600  0x0000459f call  0x00006979 
+ 00026601  0x000045a0 nop  0x000000c8 
+ 00026602  0x000045a1 call  0x00006988 
+ 00026603  0x000045a2 nop  0x00000064 
+ 00026604  0x000045a3 arg  0x000069bc , 0x00000013 
+ 00026605  0x000045a4 call  0x0000673a 
+ 00026606  0x000045a5 call  0x0000674f 
+ 00026607  0x000045a6 nbranch  0x000067f3 , 0x0000002d 
+ 00026608  0x000045a7 fetch  0x00000001 , 0x000001ba 
+ 00026609  0x000045a8 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026610  0x000045a9 nbranch  0x000067e4 , 0x00000001 
+ 00026611  0x000045ac call  0x000067f7 
+ 00026612  0x000045ad fetch  0x00000001 , 0x000001b8 
+ 00026613  0x000045ae rtnbit0  0x00000000 
+ 00026614  0x000045af branch  0x00006506 
+ 00026615  0x000045b2 setarg  0x00000000 
+ 00026616  0x000045b3 store  0x00000008 , 0x000001cc 
+ 00026617  0x000045b4 store  0x00000008 , 0x000001d4 
+ 00026618  0x000045b5 force  0x00000004 , 0x00000038 
+ 00026619  0x000045b6 call  0x00006fac 
+ 00026620  0x000045b7 jam  0x00000021 , 0x00008050 
+ 00026621  0x000045b8 rtn 
+ 00026622  0x000045bb fetch  0x00000001 , 0x000043d7 
+ 00026623  0x000045bc fetcht  0x00000001 , 0x000043d6 
+ 00026624  0x000045bd isub  0x00000002 , 0x0000003e 
+ 00026625  0x000045be nbranch  0x00006a0f , 0x00000005 
+ 00026626  0x000045c0 jam  0x00000002 , 0x000043d5 
+ 00026627  0x000045c1 jam  0x00000001 , 0x000043d6 
+ 00026628  0x000045c2 jam  0x00000000 , 0x000043d7 
+ 00026629  0x000045c3 branch  0x00006a0f 
+ 00026630  0x000045c8 setarg  0x00000000 
+ 00026631  0x000045c9 store  0x00000002 , 0x000001bd 
+ 00026632  0x000045ca arg  0x00006a4c , 0x00000013 
+ 00026633  0x000045cb call  0x000069f8 
+ 00026634  0x000045cc call  0x0000673a 
+ 00026635  0x000045cd branch  0x0000674f 
+ 00026636  0x000045d3 call  0x00006812 
+ 00026637  0x000045d4 fetch  0x00000001 , 0x00004115 
+ 00026638  0x000045d5 increase  0x00000001 , 0x0000003f 
+ 00026639  0x000045d6 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00026640  0x000045d7 store  0x00000001 , 0x00004115 
+ 00026641  0x000045d8 rtn 
+ 00026642  0x000045db fetch  0x00000001 , 0x00004115 
+ 00026643  0x000045dc rtn  0x00000034 
+ 00026644  0x000045dd fetch  0x00000001 , 0x000001dd 
+ 00026645  0x000045de rtn  0x00000034 
+ 00026646  0x000045df copy  0x0000003f , 0x00000039 
+ 00026647  0x000045e0 branch  0x000074fc 
+ 00026648  0x000045e4 call  0x000067f7 
+ 00026649  0x000045e6 call  0x000075ec 
+ 00026650  0x000045e7 rtn 
+ 00026651  0x000045ed fetch  0x00000001 , 0x000001ba 
+ 00026652  0x000045ee lshift  0x0000003f , 0x0000003f 
+ 00026653  0x000045ef setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00026654  0x000045f0 isolate0  0x0000000f , 0x00000011 
+ 00026655  0x000045f1 rtn  0x00000001 
+ 00026656  0x000045f2 store  0x00000001 , 0x000001ba 
+ 00026657  0x000045f3 rtn 
+ 00026658  0x000045f7 fetch  0x00000001 , 0x0000806f 
+ 00026659  0x000045f8 rtnbit0  0x00000001 
+ 00026660  0x000045f9 branch  0x00006828 
+ 00026661  0x000045fb fetch  0x00000001 , 0x00008128 
+ 00026662  0x000045fc qisolate1  0x0000003f 
+ 00026663  0x000045fd rtn  0x00000001 
+ 00026664  0x000045ff fetch  0x00000001 , 0x00008108 
+ 00026665  0x00004600 bbit0  0x00000001 , 0x00006825 
+ 00026666  0x00004601 call  0x00006f10 
+ 00026667  0x00004602 branch  0x00006825 
+ 00026668  0x00004617 fetch  0x00000002 , 0x000040e9 
+ 00026669  0x00004618 rtn  0x00000034 
+ 00026670  0x00004619 jam  0x00000080 , 0x00008023 
+ 00026671  0x0000461a jam  0x00000000 , 0x00008022 
+ 00026672  0x0000461b jam  0x00000000 , 0x00008024 
+ 00026673  0x0000461c fetcht  0x00000002 , 0x000040eb 
+ 00026674  0x0000461d lshift2  0x00000002 , 0x00000039 
+ 00026675  0x0000461e iforce  0x00000006 
+ 00026676  0x00004620 ifetch  0x00000001 , 0x00000006 
+ 00026677  0x00004621 store  0x00000001 , 0x00008025 
+ 00026678  0x00004622 loop  0x00006834 
+ 00026679  0x00004623 jam  0x00000000 , 0x00008023 
+ 00026680  0x00004624 rtn 
+ 00026681  0x0000462a jam  0x00000004 , 0x00008aa0 
+ 00026682  0x0000462b jam  0x00000033 , 0x00008aa1 
+ 00026683  0x0000462c jam  0x00000001 , 0x00008aa2 
+ 00026684  0x0000462d branch  0x00006840 
+ 00026685  0x00004630 jam  0x0000000c , 0x00008aa0 
+ 00026686  0x00004631 jam  0x000000fb , 0x00008aa1 
+ 00026687  0x00004632 jam  0x00000003 , 0x00008aa2 
+ 00026688  0x00004635 store  0x00000002 , 0x000004d4 
+ 00026689  0x00004636 bpatch  0x0000007d , 0x0000400f 
+ 00026690  0x00004637 jam  0x000000ff , 0x00008a01 
+ 00026691  0x00004639 fetch  0x00000001 , 0x00008a0b 
+ 00026692  0x0000463a store  0x00000001 , 0x000004d6 
+ 00026693  0x0000463b or_into  0x00000004 , 0x0000003f 
+ 00026694  0x0000463c store  0x00000001 , 0x00008a0b 
+ 00026695  0x0000463e fetch  0x00000001 , 0x00008a13 
+ 00026696  0x0000463f store  0x00000001 , 0x000004d7 
+ 00026697  0x00004641 jam  0x00000011 , 0x00008a13 
+ 00026698  0x00004643 nop  0x000003e8 
+ 00026699  0x00004644 fetch  0x00000001 , 0x00008a02 
+ 00026700  0x00004645 or_into  0x00000001 , 0x0000003f 
+ 00026701  0x00004646 store  0x00000001 , 0x00008a02 
+ 00026702  0x00004647 jam  0x00000003 , 0x00008a00 
+ 00026703  0x00004648 bpatch  0x0000007e , 0x0000400f 
+ 00026704  0x00004649 fetch  0x00000001 , 0x00008aa0 
+ 00026705  0x0000464a or_into  0x000000d0 , 0x0000003f 
+ 00026706  0x0000464b store  0x00000001 , 0x00008aa0 
+ 00026707  0x0000464c nop  0x00001770 
+ 00026708  0x0000464d fetch  0x00000001 , 0x00008aa0 
+ 00026709  0x0000464e or_into  0x00000020 , 0x0000003f 
+ 00026710  0x0000464f store  0x00000001 , 0x00008aa0 
+ 00026711  0x00004650 nop  0x00002ee0 
+ 00026712  0x00004651 fetch  0x00000002 , 0x000004d4 
+ 00026713  0x00004652 rtn 
+ 00026714  0x00004655 bpatch  0x0000007f , 0x0000400f 
+ 00026715  0x00004656 jam  0x00000004 , 0x00008aa0 
+ 00026716  0x00004657 jam  0x00000043 , 0x00008aa1 
+ 00026717  0x00004658 jam  0x00000001 , 0x00008aa2 
+ 00026718  0x00004659 fetch  0x00000001 , 0x00008a02 
+ 00026719  0x0000465a and_into  0x000000fe , 0x0000003f 
+ 00026720  0x0000465b store  0x00000001 , 0x00008a02 
+ 00026721  0x0000465c fetch  0x00000001 , 0x000004d6 
+ 00026722  0x0000465d store  0x00000001 , 0x00008a0b 
+ 00026723  0x0000465e fetch  0x00000001 , 0x000004d7 
+ 00026724  0x0000465f store  0x00000001 , 0x00008a13 
+ 00026725  0x00004660 rtn 
+ 00026726  0x00004664 lshift3  0x0000003f , 0x0000003f 
+ 00026727  0x00004665 store  0x00000002 , 0x00008045 
+ 00026728  0x00004666 jam  0x00000000 , 0x0000804b 
+ 00026729  0x00004667 rtn 
+ 00026730  0x0000466b call  0x00006839 
+ 00026731  0x0000466c call  0x00006866 
+ 00026732  0x0000466d call  0x00006898 
+ 00026733  0x0000466f ifetcht  0x00000001 , 0x00000011 
+ 00026734  0x00004670 increase  0x00000001 , 0x00000011 
+ 00026735  0x00004671 force  0x00000000 , 0x00000007 
+ 00026736  0x00004673 qisolate0  0x00000002 
+ 00026737  0x00004674 branch  0x0000688f , 0x00000001 
+ 00026738  0x00004675 fetch  0x00000001 , 0x00008046 
+ 00026739  0x00004676 set1  0x00000006 , 0x0000003f 
+ 00026740  0x00004677 set1  0x00000007 , 0x0000003f 
+ 00026741  0x00004678 store  0x00000001 , 0x00008046 
+ 00026742  0x00004679 jam  0x00000002 , 0x00008047 
+ 00026743  0x0000467a jam  0x00000082 , 0x00008047 
+ 00026744  0x0000467b set0  0x00000007 , 0x0000003f 
+ 00026745  0x0000467c store  0x00000001 , 0x00008046 
+ 00026746  0x0000467d jam  0x0000008a , 0x00008047 
+ 00026747  0x0000467e nop  0x0000000b 
+ 00026748  0x0000467f jam  0x000000ca , 0x00008047 
+ 00026749  0x00004680 nop  0x00000021 
+ 00026750  0x00004681 jam  0x0000004a , 0x00008047 
+ 00026751  0x00004682 nop  0x0000002c 
+ 00026752  0x00004683 jam  0x000000ca , 0x00008047 
+ 00026753  0x00004684 nop  0x00000016 
+ 00026754  0x00004685 jam  0x0000008a , 0x00008047 
+ 00026755  0x00004686 nop  0x00000021 
+ 00026756  0x00004687 jam  0x00000082 , 0x00008047 
+ 00026757  0x00004688 nop  0x00000001 
+ 00026758  0x00004689 jam  0x00000092 , 0x00008047 
+ 00026759  0x0000468a nop  0x0000000a 
+ 00026760  0x0000468b jam  0x000000b2 , 0x00008047 
+ 00026761  0x0000468c fetch  0x00000001 , 0x00008007 
+ 00026762  0x0000468d jam  0x00000092 , 0x00008047 
+ 00026763  0x0000468e nop  0x00000001 
+ 00026764  0x0000468f jam  0x00000082 , 0x00008047 
+ 00026765  0x00004690 qisolate0  0x0000003f 
+ 00026766  0x00004691 branch  0x00006870 , 0x00000001 
+ 00026767  0x00004693 fetch  0x00000002 , 0x00008045 
+ 00026768  0x00004694 increase  0x00000001 , 0x0000003f 
+ 00026769  0x00004695 store  0x00000002 , 0x00008045 
+ 00026770  0x00004696 increase  0x00000001 , 0x00000007 
+ 00026771  0x00004697 compare  0x00000008 , 0x00000007 , 0x0000000f 
+ 00026772  0x00004698 nbranch  0x00006870 , 0x00000001 
+ 00026773  0x00004699 loop  0x0000686d 
+ 00026774  0x0000469a jam  0x00000083 , 0x00008047 
+ 00026775  0x0000469b branch  0x0000685a 
+ 00026776  0x0000469e jam  0x00000082 , 0x00008047 
+ 00026777  0x0000469f nop  0x0000000c 
+ 00026778  0x000046a0 jam  0x00000080 , 0x00008047 
+ 00026779  0x000046a1 jam  0x00000082 , 0x00008047 
+ 00026780  0x000046a2 nop  0x00000096 
+ 00026781  0x000046a3 rtn 
+ 00026782  0x000046a7 call  0x00006898 
+ 00026783  0x000046a8 jam  0x000000a2 , 0x00008047 
+ 00026784  0x000046a9 deposit  0x00000011 
+ 00026785  0x000046aa store  0x00000002 , 0x00008048 
+ 00026786  0x000046ab set1  0x0000000b , 0x00000002 
+ 00026787  0x000046ac isolate0  0x0000000f , 0x0000003f 
+ 00026788  0x000046ad setflag  0x00000001 , 0x0000000f , 0x00000002 
+ 00026789  0x000046ae storet  0x00000002 , 0x0000804a 
+ 00026790  0x000046af jam  0x00000001 , 0x00008007 
+ 00026791  0x000046b0 rtn 
+ 00026792  0x000046b3 fetch  0x00000001 , 0x00008128 
+ 00026793  0x000046b4 bbit0  0x00000001 , 0x000068a8 
+ 00026794  0x000046b5 jam  0x00000083 , 0x00008047 
+ 00026795  0x000046b6 rtn 
+ 00026796  0x000046ba bpatch  0x00000080 , 0x00004010 
+ 00026797  0x000046bb call  0x0000683d 
+ 00026798  0x000046bc call  0x000068b0 
+ 00026799  0x000046bd branch  0x0000685a 
+ 00026800  0x000046c1 call  0x00006866 
+ 00026801  0x000046c2 call  0x0000689e 
+ 00026802  0x000046c3 call  0x000068a8 
+ 00026803  0x000046c4 rtn 
+ 00026804  0x000046c9 call  0x0000683d 
+ 00026805  0x000046ca fetch  0x00000002 , 0x00008122 
+ 00026806  0x000046cb store  0x00000002 , 0x00008045 
+ 00026807  0x000046cc call  0x0000689e 
+ 00026808  0x000046cd arg  0x00000001 , 0x00000007 
+ 00026809  0x000046ce call  0x00006822 
+ 00026810  0x000046cf call  0x000068a8 
+ 00026811  0x000046d0 isolate1  0x00000000 , 0x0000003f 
+ 00026812  0x000046d1 call  0x0000681b 
+ 00026813  0x000046d2 branch  0x0000685a 
+ 00026814  0x000046d8 setarg  0x000007d2 
+ 00026815  0x000046d9 arg  0x000040cc , 0x00000011 
+ 00026816  0x000046da arg  0x00000001 , 0x00000002 
+ 00026817  0x000046db call  0x000068b0 
+ 00026818  0x000046dc fetch  0x00000001 , 0x000040cc 
+ 00026819  0x000046dd nbranch  0x000068c5 , 0x00000034 
+ 00026820  0x000046de jam  0x00000004 , 0x000040cc 
+ 00026821  0x000046e0 branch  0x00003c41 
+ 00026822  0x000046e3 fetch  0x00000002 , 0x000001b8 
+ 00026823  0x000046e4 rshift4  0x0000003f , 0x0000003f 
+ 00026824  0x000046e5 rtn  0x00000034 
+ 00026825  0x000046e6 fetch  0x00000001 , 0x000001b8 
+ 00026826  0x000046e7 rshift4  0x0000003f , 0x0000003f 
+ 00026827  0x000046e8 beq  0x0000000a , 0x000068d4 
+ 00026828  0x000046e9 beq  0x00000004 , 0x000068d6 
+ 00026829  0x000046eb beq  0x0000000b , 0x000068db 
+ 00026830  0x000046ec beq  0x00000008 , 0x000068df 
+ 00026831  0x000046ed beq  0x00000009 , 0x000068e3 
+ 00026832  0x000046ee beq  0x0000000c , 0x000068d4 
+ 00026833  0x000046ef beq  0x0000000d , 0x000068e7 
+ 00026834  0x000046f0 beq  0x0000000e , 0x000068e7 
+ 00026835  0x000046f1 branch  0x00006901 
+ 00026836  0x000046f5 call  0x000068fe 
+ 00026837  0x000046f6 branch  0x00006906 
+ 00026838  0x000046fa arg  0x000053d2 , 0x0000003f 
+ 00026839  0x000046fb arg  0x000063c1 , 0x00000002 
+ 00026840  0x000046fc call  0x000068f1 
+ 00026841  0x000046fd branch  0x00006906 
+ 00026842  0x00004700 branch  0x00006906 
+ 00026843  0x00004703 arg  0x00004e4d , 0x0000003f 
+ 00026844  0x00004704 arg  0x000063d3 , 0x00000002 
+ 00026845  0x00004705 call  0x000068f1 
+ 00026846  0x00004706 branch  0x00006906 
+ 00026847  0x00004709 arg  0x00004e4d , 0x0000003f 
+ 00026848  0x0000470a arg  0x000056e9 , 0x00000002 
+ 00026849  0x0000470b call  0x000068f1 
+ 00026850  0x0000470c branch  0x00006906 
+ 00026851  0x0000470f arg  0x00004e4d , 0x0000003f 
+ 00026852  0x00004710 arg  0x00005202 , 0x00000002 
+ 00026853  0x00004711 call  0x000068f1 
+ 00026854  0x00004712 branch  0x00006906 
+ 00026855  0x00004717 arg  0x00005249 , 0x0000003f 
+ 00026856  0x00004718 arg  0x000063c1 , 0x00000002 
+ 00026857  0x00004719 call  0x000068f1 
+ 00026858  0x0000471a branch  0x00006906 
+ 00026859  0x0000471d arg  0x00004e4d , 0x0000003f 
+ 00026860  0x0000471e arg  0x000063c1 , 0x00000002 
+ 00026861  0x0000471f call  0x000068f1 
+ 00026862  0x00004720 branch  0x00006906 
+ 00026863  0x00004723 arg  0x000053d2 , 0x0000003f 
+ 00026864  0x00004724 arg  0x000056e9 , 0x00000002 
+ 00026865  0x00004726 lshift16  0x00000002 , 0x00000002 
+ 00026866  0x00004727 ior  0x00000002 , 0x0000003f 
+ 00026867  0x00004728 store  0x00000004 , 0x0000804c 
+ 00026868  0x00004729 branch  0x0000691b 
+ 00026869  0x0000472c arg  0x00004e4d , 0x0000003f 
+ 00026870  0x0000472d arg  0x000063c1 , 0x00000002 
+ 00026871  0x0000472e branch  0x000068f1 
+ 00026872  0x00004733 arg  0x00004362 , 0x0000003f 
+ 00026873  0x00004734 arg  0x000047c2 , 0x00000002 
+ 00026874  0x00004736 lshift16  0x00000002 , 0x00000002 
+ 00026875  0x00004737 ior  0x00000002 , 0x0000003f 
+ 00026876  0x00004738 store  0x00000004 , 0x0000804c 
+ 00026877  0x00004739 branch  0x0000691d 
+ 00026878  0x0000473c arg  0x000047c7 , 0x0000003f 
+ 00026879  0x0000473d arg  0x0000492b , 0x00000002 
+ 00026880  0x0000473e branch  0x000068fa 
+ 00026881  0x00004741 call  0x000068fe 
+ 00026882  0x00004742 arg  0x00004362 , 0x0000003f 
+ 00026883  0x00004743 arg  0x000047c2 , 0x00000002 
+ 00026884  0x00004744 call  0x000068f1 
+ 00026885  0x00004745 branch  0x00006906 
+ 00026886  0x00004749 fetch  0x00000002 , 0x000001b8 
+ 00026887  0x0000474a set1  0x0000000d , 0x0000003f 
+ 00026888  0x0000474b set1  0x0000000e , 0x0000003f 
+ 00026889  0x0000474c store  0x00000004 , 0x0000804c 
+ 00026890  0x0000474d call  0x0000690d 
+ 00026891  0x0000474e jam  0x00000008 , 0x00008011 
+ 00026892  0x0000474f rtn 
+ 00026893  0x00004752 setarg  0x00000002 
+ 00026894  0x00004754 until  0x0000003e , 0x00000033 
+ 00026895  0x00004755 store  0x00000001 , 0x00008012 
+ 00026896  0x00004756 until  0x0000003e , 0x00000033 
+ 00026897  0x00004757 until  0x0000003e , 0x00000033 
+ 00026898  0x00004758 rtn 
+ 00026899  0x0000475c fetch  0x00000002 , 0x0000811e 
+ 00026900  0x0000475d set0  0x0000000e , 0x0000003f 
+ 00026901  0x0000475e store  0x00000004 , 0x0000804c 
+ 00026902  0x0000475f branch  0x0000690d 
+ 00026903  0x00004762 fetch  0x00000002 , 0x0000811e 
+ 00026904  0x00004763 set1  0x0000000e , 0x0000003f 
+ 00026905  0x00004764 store  0x00000004 , 0x0000804c 
+ 00026906  0x00004765 branch  0x0000690d 
+ 00026907  0x00004769 setarg  0x00000004 
+ 00026908  0x0000476a branch  0x0000690e 
+ 00026909  0x0000476d setarg  0x00000008 
+ 00026910  0x0000476e branch  0x0000690e 
+ 00026911  0x00004775 bpatch  0x00000081 , 0x00004010 
+ 00026912  0x00004777 fetch  0x00000001 , 0x000043aa 
+ 00026913  0x00004778 store  0x00000001 , 0x00008080 
+ 00026914  0x00004779 fetch  0x00000001 , 0x000043ab 
+ 00026915  0x0000477a store  0x00000001 , 0x00008081 
+ 00026916  0x0000477b setarg  0x000001bb 
+ 00026917  0x0000477c store  0x00000002 , 0x00008084 
+ 00026918  0x0000477d setarg  0x000001c0 
+ 00026919  0x0000477e store  0x00000002 , 0x00008086 
+ 00026920  0x0000477f branch  0x0000671a 
+ 00026921  0x00004785 set1  0x00000007 , 0x0000003f 
+ 00026922  0x00004786 store  0x00000002 , 0x000001bb 
+ 00026923  0x00004787 bpatch  0x00000082 , 0x00004010 
+ 00026924  0x00004788 jam  0x00000002 , 0x00008082 
+ 00026925  0x00004789 jam  0x00000000 , 0x00008088 
+ 00026926  0x0000478a jam  0x00000002 , 0x00008006 
+ 00026927  0x0000478b branch  0x00006939 
+ 00026928  0x0000478f force  0x00000001 , 0x00000002 
+ 00026929  0x00004791 store  0x00000001 , 0x000001bb 
+ 00026930  0x00004792 bpatch  0x00000083 , 0x00004010 
+ 00026931  0x00004793 jam  0x00000001 , 0x00008082 
+ 00026932  0x00004794 storet  0x00000002 , 0x00008088 
+ 00026933  0x00004795 jam  0x00000002 , 0x00008006 
+ 00026934  0x00004796 call  0x00006939 
+ 00026935  0x00004797 fetch  0x00000001 , 0x000001c0 
+ 00026936  0x00004798 rtn 
+ 00026937  0x0000479f nop  0x00000005 
+ 00026938  0x000047a0 fetch  0x00000001 , 0x00008128 
+ 00026939  0x000047a1 bbit0  0x00000003 , 0x00006939 
+ 00026940  0x000047a2 rtn 
+ 00026941  0x000047ab disable  0x00000028 
+ 00026942  0x000047ac copy  0x0000003f , 0x00000012 
+ 00026943  0x000047ad fetch  0x00000001 , 0x000043ce 
+ 00026944  0x000047ae rtnne  0x00000000 
+ 00026945  0x000047af enable  0x00000028 
+ 00026946  0x000047b0 copy  0x00000012 , 0x0000003f 
+ 00026947  0x000047b1 branch  0x0000694b 
+ 00026948  0x000047b5 fetch  0x00000001 , 0x000043ce 
+ 00026949  0x000047b6 beq  0x00000001 , 0x0000694b 
+ 00026950  0x000047b7 beq  0x00000002 , 0x00006951 
+ 00026951  0x000047b8 beq  0x00000003 , 0x00006959 
+ 00026952  0x000047b9 beq  0x00000004 , 0x0000695d 
+ 00026953  0x000047ba beq  0x00000005 , 0x00006964 
+ 00026954  0x000047bb rtn 
+ 00026955  0x000047be store  0x00000003 , 0x000043c7 
+ 00026956  0x000047bf copy  0x00000011 , 0x0000003f 
+ 00026957  0x000047c0 store  0x00000002 , 0x000043ca 
+ 00026958  0x000047c1 storet  0x00000002 , 0x000043cc 
+ 00026959  0x000047c2 jam  0x00000002 , 0x000043ce 
+ 00026960  0x000047c3 branch  0x00006979 
+ 00026961  0x000047c5 call  0x00006979 
+ 00026962  0x000047c6 jam  0x00000003 , 0x000043ce 
+ 00026963  0x000047c7 call  0x0000697f 
+ 00026964  0x000047c8 arg  0x000001bb , 0x00000011 
+ 00026965  0x000047c9 jam  0x00000004 , 0x00008082 
+ 00026966  0x000047ca fetch  0x00000003 , 0x000043c7 
+ 00026967  0x000047cb arg  0x00000020 , 0x00000002 
+ 00026968  0x000047cc branch  0x00006990 
+ 00026969  0x000047cf call  0x00006979 
+ 00026970  0x000047d0 call  0x000069b3 
+ 00026971  0x000047d1 jam  0x00000004 , 0x000043ce 
+ 00026972  0x000047d2 rtn 
+ 00026973  0x000047d6 bpatch  0x00000084 , 0x00004010 
+ 00026974  0x000047d7 call  0x00006979 
+ 00026975  0x000047d8 jam  0x00000005 , 0x000043ce 
+ 00026976  0x000047d9 call  0x0000697f 
+ 00026977  0x000047da call  0x00006971 
+ 00026978  0x000047db call  0x0000698c 
+ 00026979  0x000047dc branch  0x0000696c 
+ 00026980  0x000047de call  0x00006979 
+ 00026981  0x000047df call  0x0000697f 
+ 00026982  0x000047e0 setarg  0x00000005 
+ 00026983  0x000047e1 call  0x00006930 
+ 00026984  0x000047e2 rtnbit1  0x00000000 
+ 00026985  0x000047e3 jam  0x00000000 , 0x000043ce 
+ 00026986  0x000047e4 fetch  0x00000002 , 0x0000439c 
+ 00026987  0x000047e5 branch  0x000075e6 
+ 00026988  0x000047e7 fetch  0x00000004 , 0x000004cc 
+ 00026989  0x000047e8 fetcht  0x00000002 , 0x000043ca 
+ 00026990  0x000047ea increase  0xfffffffc , 0x00000002 
+ 00026991  0x000047eb istore  0x00000004 , 0x00000002 
+ 00026992  0x000047ec rtn 
+ 00026993  0x000047ef fetcht  0x00000002 , 0x000043ca 
+ 00026994  0x000047f0 copy  0x00000002 , 0x00000011 
+ 00026995  0x000047f1 increase  0xfffffffc , 0x00000002 
+ 00026996  0x000047f2 ifetch  0x00000004 , 0x00000002 
+ 00026997  0x000047f3 store  0x00000004 , 0x000004cc 
+ 00026998  0x000047f4 fetcht  0x00000002 , 0x000043cc 
+ 00026999  0x000047f5 fetch  0x00000003 , 0x000043c7 
+ 00027000  0x000047f6 rtn 
+ 00027001  0x000047f9 bpatch  0x00000085 , 0x00004010 
+ 00027002  0x000047fa call  0x000069de 
+ 00027003  0x000047fb call  0x0000671a 
+ 00027004  0x000047fc setarg  0x00000000 
+ 00027005  0x000047fd store  0x00000004 , 0x000001bb 
+ 00027006  0x000047fe rtn 
+ 00027007  0x00004801 jam  0x00000006 , 0x000001bb 
+ 00027008  0x00004803 setarg  0x00000000 
+ 00027009  0x00004804 store  0x00000002 , 0x00008088 
+ 00027010  0x00004805 setarg  0x00000001 
+ 00027011  0x00004806 store  0x00000002 , 0x00008082 
+ 00027012  0x00004807 setarg  0x000001bb 
+ 00027013  0x00004808 store  0x00000002 , 0x00008084 
+ 00027014  0x00004809 jam  0x00000002 , 0x00008006 
+ 00027015  0x0000480a branch  0x00006939 
+ 00027016  0x0000480d jam  0x000000ab , 0x000001bb 
+ 00027017  0x0000480e branch  0x00006980 
+ 00027018  0x00004811 jam  0x000000b9 , 0x000001bb 
+ 00027019  0x00004812 branch  0x00006980 
+ 00027020  0x00004816 increase  0x00000004 , 0x00000002 
+ 00027021  0x00004817 storet  0x00000002 , 0x00008082 
+ 00027022  0x00004818 arg  0x00000002 , 0x00000002 
+ 00027023  0x00004819 increase  0xfffffffc , 0x00000011 
+ 00027024  0x0000481c istoret  0x00000001 , 0x00000011 
+ 00027025  0x0000481d rshift16  0x0000003f , 0x00000002 
+ 00027026  0x0000481e istoret  0x00000001 , 0x00000005 
+ 00027027  0x0000481f rshift8  0x0000003f , 0x00000002 
+ 00027028  0x00004820 istoret  0x00000001 , 0x00000005 
+ 00027029  0x00004821 istore  0x00000001 , 0x00000005 
+ 00027030  0x00004822 deposit  0x00000011 
+ 00027031  0x00004823 store  0x00000002 , 0x00008084 
+ 00027032  0x00004824 setarg  0x00000000 
+ 00027033  0x00004825 store  0x00000002 , 0x00008088 
+ 00027034  0x00004826 jam  0x00000002 , 0x00008006 
+ 00027035  0x00004827 call  0x00006939 
+ 00027036  0x00004828 branch  0x000069b3 
+ 00027037  0x0000482d storet  0x00000002 , 0x00008088 
+ 00027038  0x0000482e rshift16  0x0000003f , 0x00000002 
+ 00027039  0x0000482f storet  0x00000001 , 0x000001bc 
+ 00027040  0x00004830 rshift8  0x0000003f , 0x00000002 
+ 00027041  0x00004831 storet  0x00000001 , 0x000001bd 
+ 00027042  0x00004832 store  0x00000001 , 0x000001be 
+ 00027043  0x00004833 setarg  0x00000004 
+ 00027044  0x00004834 store  0x00000002 , 0x00008082 
+ 00027045  0x00004835 jam  0x00000003 , 0x000001bb 
+ 00027046  0x00004836 setarg  0x000001bb 
+ 00027047  0x00004837 store  0x00000002 , 0x00008084 
+ 00027048  0x00004838 deposit  0x00000011 
+ 00027049  0x00004839 store  0x00000002 , 0x00008086 
+ 00027050  0x0000483a fetch  0x00000001 , 0x00008080 
+ 00027051  0x0000483b isolate0  0x0000000f , 0x00000011 
+ 00027052  0x0000483c setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00027053  0x0000483d store  0x00000001 , 0x00008080 
+ 00027054  0x0000483e jam  0x00000002 , 0x00008006 
+ 00027055  0x00004840 fetch  0x00000001 , 0x00008128 
+ 00027056  0x00004841 bbit1  0x00000007 , 0x000069af 
+ 00027057  0x00004842 arg  0x00000003 , 0x00000007 
+ 00027058  0x00004843 branch  0x00006939 
+ 00027059  0x00004846 setarg  0x000007d0 
+ 00027060  0x00004847 call  0x00003abc 
+ 00027061  0x00004848 call  0x0000697f 
+ 00027062  0x00004849 setarg  0x000001c0 
+ 00027063  0x0000484a store  0x00000002 , 0x00008086 
+ 00027064  0x0000484b setarg  0x00000005 
+ 00027065  0x0000484c call  0x00006930 
+ 00027066  0x0000484d bbit1  0x00000000 , 0x000069b3 
+ 00027067  0x0000484e rtn 
+ 00027068  0x00004853 storet  0x00000002 , 0x00008088 
+ 00027069  0x00004854 setarg  0x00000004 
+ 00027070  0x00004855 store  0x00000002 , 0x00008082 
+ 00027071  0x00004856 jam  0x00000003 , 0x000001bb 
+ 00027072  0x00004857 setarg  0x000001bb 
+ 00027073  0x00004858 store  0x00000002 , 0x00008084 
+ 00027074  0x00004859 deposit  0x00000011 
+ 00027075  0x0000485a store  0x00000002 , 0x00008086 
+ 00027076  0x0000485b fetch  0x00000001 , 0x00008080 
+ 00027077  0x0000485c isolate0  0x0000000f , 0x00000011 
+ 00027078  0x0000485d setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00027079  0x0000485e store  0x00000001 , 0x00008080 
+ 00027080  0x0000485f jam  0x00000002 , 0x00008006 
+ 00027081  0x00004861 fetch  0x00000001 , 0x00008128 
+ 00027082  0x00004862 bbit1  0x00000007 , 0x000069c9 
+ 00027083  0x00004863 arg  0x00000003 , 0x00000007 
+ 00027084  0x00004864 call  0x00006822 
+ 00027085  0x00004865 call  0x00006939 
+ 00027086  0x00004866 isolate1  0x00000002 , 0x0000003f 
+ 00027087  0x00004867 call  0x0000681b 
+ 00027088  0x00004868 fetch  0x00000001 , 0x000001bc 
+ 00027089  0x00004869 lshift16  0x0000003f , 0x00000012 
+ 00027090  0x0000486a fetch  0x00000001 , 0x000001bd 
+ 00027091  0x0000486b lshift8  0x0000003f , 0x0000003f 
+ 00027092  0x0000486c ior  0x00000012 , 0x00000012 
+ 00027093  0x0000486d fetch  0x00000001 , 0x000001be 
+ 00027094  0x0000486e ior  0x00000012 , 0x0000003f 
+ 00027095  0x0000486f iadd  0x00000002 , 0x0000003f 
+ 00027096  0x00004870 store  0x00000001 , 0x000001be 
+ 00027097  0x00004871 rshift8  0x0000003f , 0x0000003f 
+ 00027098  0x00004872 store  0x00000001 , 0x000001bd 
+ 00027099  0x00004873 rshift8  0x0000003f , 0x0000003f 
+ 00027100  0x00004874 store  0x00000001 , 0x000001bc 
+ 00027101  0x00004875 rtn 
+ 00027102  0x00004878 fetch  0x00000001 , 0x000043cf 
+ 00027103  0x00004879 fetcht  0x00000001 , 0x000043d1 
+ 00027104  0x0000487a isub  0x00000002 , 0x0000003e 
+ 00027105  0x0000487b nbranch  0x000069e3 , 0x00000005 
+ 00027106  0x0000487c call  0x000069ef 
+ 00027107  0x0000487f fetch  0x00000001 , 0x000043cf 
+ 00027108  0x00004880 arg  0x00000020 , 0x00000002 
+ 00027109  0x00004881 call  0x00006c68 
+ 00027110  0x00004882 fetch  0x00000001 , 0x000043d2 
+ 00027111  0x00004883 arg  0x00000021 , 0x00000002 
+ 00027112  0x00004884 call  0x00006c68 
+ 00027113  0x00004885 fetch  0x00000001 , 0x000043d0 
+ 00027114  0x00004886 arg  0x00000022 , 0x00000002 
+ 00027115  0x00004887 call  0x00006c68 
+ 00027116  0x00004888 fetch  0x00000001 , 0x000043d1 
+ 00027117  0x00004889 arg  0x0000001f , 0x00000002 
+ 00027118  0x0000488a branch  0x00006c68 
+ 00027119  0x0000488d jam  0x00000001 , 0x000043cf 
+ 00027120  0x0000488e jam  0x00000003 , 0x000043d0 
+ 00027121  0x0000488f jam  0x00000000 , 0x000043d1 
+ 00027122  0x00004890 jam  0x00000002 , 0x000043d2 
+ 00027123  0x00004891 jam  0x0000000b , 0x000043d3 
+ 00027124  0x00004892 jam  0x0000000a , 0x000043d4 
+ 00027125  0x00004893 rtn 
+ 00027126  0x00004897 jam  0x00000001 , 0x00008010 
+ 00027127  0x00004898 rtn 
+ 00027128  0x0000489f jam  0x00000005 , 0x0000808b 
+ 00027129  0x000048a0 jam  0x00000007 , 0x0000808c 
+ 00027130  0x000048a1 jam  0x00000007 , 0x0000808d 
+ 00027131  0x000048a2 jam  0x00000007 , 0x0000808e 
+ 00027132  0x000048a3 jam  0x00000007 , 0x0000808f 
+ 00027133  0x000048a4 jam  0x00000005 , 0x00008090 
+ 00027134  0x000048a5 jam  0x00000000 , 0x00008091 
+ 00027135  0x000048a6 rtn 
+ 00027136  0x000048a9 jam  0x0000000c , 0x0000808b 
+ 00027137  0x000048aa jam  0x0000000d , 0x0000808c 
+ 00027138  0x000048ab jam  0x0000000d , 0x0000808d 
+ 00027139  0x000048ac jam  0x0000000d , 0x0000808e 
+ 00027140  0x000048ad jam  0x0000000d , 0x0000808f 
+ 00027141  0x000048ae jam  0x0000000c , 0x00008090 
+ 00027142  0x000048af jam  0x00000000 , 0x00008091 
+ 00027143  0x000048b0 rtn 
+ 00027144  0x000048b3 call  0x00006a3d 
+ 00027145  0x000048b5 fetch  0x00000001 , 0x000043d6 
+ 00027146  0x000048b6 arg  0x0000006c , 0x00000002 
+ 00027147  0x000048b7 call  0x00006c68 
+ 00027148  0x000048b8 fetch  0x00000001 , 0x000043d7 
+ 00027149  0x000048b9 arg  0x0000006d , 0x00000002 
+ 00027150  0x000048ba branch  0x00006c68 
+ 00027151  0x000048bd call  0x00006a44 
+ 00027152  0x000048be branch  0x00006a09 
+ 00027153  0x000048c1 fetch  0x00000001 , 0x00008128 
+ 00027154  0x000048c2 bbit0  0x00000005 , 0x00006a11 
+ 00027155  0x000048c3 rtn 
+ 00027156  0x000048c7 store  0x00000001 , 0x000001bf 
+ 00027157  0x000048c8 setarg  0x000001bf 
+ 00027158  0x000048c9 store  0x00000002 , 0x00008094 
+ 00027159  0x000048ca setarg  0x00000001 
+ 00027160  0x000048cb store  0x00000002 , 0x00008092 
+ 00027161  0x000048cc storet  0x00000002 , 0x00008098 
+ 00027162  0x000048cd storer  0x00000011 , 0x00000002 , 0x00008096 
+ 00027163  0x000048ce jam  0x00000001 , 0x0000808a 
+ 00027164  0x000048cf jam  0x00000004 , 0x00008006 
+ 00027165  0x000048d0 branch  0x00006a11 
+ 00027166  0x000048d4 setarg  0x00000000 
+ 00027167  0x000048d5 store  0x00000002 , 0x00008098 
+ 00027168  0x000048d6 store  0x00000002 , 0x00008096 
+ 00027169  0x000048d7 storet  0x00000002 , 0x00008092 
+ 00027170  0x000048d8 storer  0x00000011 , 0x00000002 , 0x00008094 
+ 00027171  0x000048d9 jam  0x00000001 , 0x0000808a 
+ 00027172  0x000048da jam  0x00000004 , 0x00008006 
+ 00027173  0x000048db branch  0x00006a11 
+ 00027174  0x000048de set1  0x00000028 , 0x00000000 
+ 00027175  0x000048df jam  0x00000008 , 0x000043a9 
+ 00027176  0x000048e0 rtn 
+ 00027177  0x000048e3 set0  0x00000028 , 0x00000000 
+ 00027178  0x000048e4 jam  0x00000020 , 0x000043a9 
+ 00027179  0x000048e5 rtn 
+ 00027180  0x000048e9 fetch  0x00000001 , 0x000043a0 
+ 00027181  0x000048ea iadd  0x00000012 , 0x0000003f 
+ 00027182  0x000048eb store  0x00000001 , 0x000001bd 
+ 00027183  0x000048ec branch  0x00006a33 
+ 00027184  0x000048ef fetch  0x00000002 , 0x000001bd 
+ 00027185  0x000048f0 byteswap  0x0000003f , 0x0000003f 
+ 00027186  0x000048f1 store  0x00000001 , 0x000001bd 
+ 00027187  0x000048f7 setarg  0x00000003 
+ 00027188  0x000048f8 store  0x00000002 , 0x00008092 
+ 00027189  0x000048f9 jam  0x000000a0 , 0x000001bc 
+ 00027190  0x000048fa jam  0x000000a1 , 0x000001be 
+ 00027191  0x000048fb branch  0x00006a52 
+ 00027192  0x00004902 storet  0x00000002 , 0x000004cc 
+ 00027193  0x00004903 call  0x00006a3d 
+ 00027194  0x00004904 fetcht  0x00000002 , 0x000004cc 
+ 00027195  0x00004905 call  0x00006a6c 
+ 00027196  0x00004906 branch  0x00006a44 
+ 00027197  0x00004909 fetch  0x00000001 , 0x000043d5 
+ 00027198  0x0000490a rtneq  0x000000ff 
+ 00027199  0x0000490b bbit0  0x00000006 , 0x00006a42 
+ 00027200  0x0000490c setarg  0x000249f0 
+ 00027201  0x0000490d call  0x00003abc 
+ 00027202  0x0000490f fetcht  0x00000001 , 0x000043d5 
+ 00027203  0x00004910 branch  0x00006c43 
+ 00027204  0x00004913 fetcht  0x00000001 , 0x000043d5 
+ 00027205  0x00004914 branch  0x00006c3f 
+ 00027206  0x0000491a bpatch  0x00000086 , 0x00004010 
+ 00027207  0x0000491b bmark1  0x00000028 , 0x00006a2c 
+ 00027208  0x0000491c fetch  0x00000002 , 0x000043a0 
+ 00027209  0x0000491d iadd  0x00000012 , 0x0000003f 
+ 00027210  0x0000491e byteswap  0x0000003f , 0x0000003f 
+ 00027211  0x0000491f store  0x00000002 , 0x000001bd 
+ 00027212  0x00004923 bpatch  0x00000087 , 0x00004010 
+ 00027213  0x00004924 bmark1  0x00000028 , 0x00006a30 
+ 00027214  0x00004925 setarg  0x00000004 
+ 00027215  0x00004926 store  0x00000002 , 0x00008092 
+ 00027216  0x00004927 jam  0x000000a0 , 0x000001bc 
+ 00027217  0x00004928 jam  0x000000a1 , 0x000001bf 
+ 00027218  0x0000492a setarg  0x000001bc 
+ 00027219  0x0000492b store  0x00000002 , 0x00008094 
+ 00027220  0x0000492c storet  0x00000002 , 0x00008098 
+ 00027221  0x0000492d storer  0x00000011 , 0x00000002 , 0x00008096 
+ 00027222  0x0000492e setarg  0x00000002 
+ 00027223  0x0000492f isolate0  0x0000000f , 0x00000011 
+ 00027224  0x00004930 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00027225  0x00004931 store  0x00000001 , 0x0000808a 
+ 00027226  0x00004932 jam  0x00000004 , 0x00008006 
+ 00027227  0x00004933 arg  0x00000005 , 0x00000007 
+ 00027228  0x00004934 call  0x00006822 
+ 00027229  0x00004935 call  0x00006a11 
+ 00027230  0x00004936 isolate1  0x00000004 , 0x0000003f 
+ 00027231  0x00004937 call  0x0000681b 
+ 00027232  0x00004938 bmark1  0x00000028 , 0x00006a67 
+ 00027233  0x00004939 fetch  0x00000002 , 0x000001bd 
+ 00027234  0x0000493a byteswap  0x0000003f , 0x0000003f 
+ 00027235  0x0000493b iadd  0x00000002 , 0x0000003f 
+ 00027236  0x0000493c byteswap  0x0000003f , 0x0000003f 
+ 00027237  0x0000493d store  0x00000002 , 0x000001bd 
+ 00027238  0x0000493e rtn 
+ 00027239  0x00004941 fetch  0x00000001 , 0x000001bd 
+ 00027240  0x00004942 iadd  0x00000002 , 0x0000003f 
+ 00027241  0x00004943 byteswap  0x0000003f , 0x0000003f 
+ 00027242  0x00004944 store  0x00000002 , 0x000001bd 
+ 00027243  0x00004945 rtn 
+ 00027244  0x0000494c fetch  0x00000002 , 0x000043a0 
+ 00027245  0x0000494d iadd  0x00000012 , 0x0000003f 
+ 00027246  0x00004951 store  0x00000002 , 0x000004c4 
+ 00027247  0x00004952 bpatch  0x00000088 , 0x00004011 
+ 00027248  0x00004953 storet  0x00000002 , 0x000004cc 
+ 00027249  0x00004954 storer  0x00000011 , 0x00000002 , 0x000004e3 
+ 00027250  0x00004956 call  0x00006a81 
+ 00027251  0x00004958 fetcht  0x00000002 , 0x000004dc 
+ 00027252  0x00004959 fetchr  0x00000011 , 0x00000002 , 0x000004e3 
+ 00027253  0x0000495a fetch  0x00000002 , 0x000004c4 
+ 00027254  0x0000495c call  0x00006aa2 
+ 00027255  0x0000495e fetch  0x00000002 , 0x000004dc 
+ 00027256  0x0000495f fetcht  0x00000002 , 0x000004e3 
+ 00027257  0x00004960 iadd  0x00000002 , 0x00000002 
+ 00027258  0x00004961 storet  0x00000002 , 0x000004e3 
+ 00027259  0x00004962 fetcht  0x00000002 , 0x000004c4 
+ 00027260  0x00004963 iadd  0x00000002 , 0x00000002 
+ 00027261  0x00004964 storet  0x00000002 , 0x000004c4 
+ 00027262  0x00004965 fetch  0x00000002 , 0x000004cc 
+ 00027263  0x00004966 nbranch  0x00006a72 , 0x00000034 
+ 00027264  0x00004967 rtn 
+ 00027265  0x00004970 bpatch  0x00000089 , 0x00004011 
+ 00027266  0x00004971 fetch  0x00000001 , 0x000043a9 
+ 00027267  0x00004972 increase  0xffffffff , 0x0000003f 
+ 00027268  0x00004973 fetcht  0x00000002 , 0x000004c4 
+ 00027269  0x00004974 ior  0x00000002 , 0x0000003f 
+ 00027270  0x00004975 increase  0x00000001 , 0x0000003f 
+ 00027271  0x00004976 store  0x00000003 , 0x000004e0 
+ 00027272  0x00004978 fetch  0x00000002 , 0x000004cc 
+ 00027273  0x00004979 iadd  0x00000002 , 0x0000003f 
+ 00027274  0x0000497b fetcht  0x00000003 , 0x000004e0 
+ 00027275  0x0000497c isub  0x00000002 , 0x0000003f 
+ 00027276  0x0000497d nbranch  0x00006a93 , 0x00000002 
+ 00027277  0x0000497e store  0x00000002 , 0x000004cc 
+ 00027278  0x0000497f fetch  0x00000003 , 0x000004e0 
+ 00027279  0x00004980 fetcht  0x00000002 , 0x000004c4 
+ 00027280  0x00004981 isub  0x00000002 , 0x0000003f 
+ 00027281  0x00004982 store  0x00000002 , 0x000004dc 
+ 00027282  0x00004983 rtn 
+ 00027283  0x00004985 fetch  0x00000002 , 0x000004cc 
+ 00027284  0x00004986 store  0x00000002 , 0x000004dc 
+ 00027285  0x00004987 setarg  0x00000000 
+ 00027286  0x00004988 store  0x00000002 , 0x000004cc 
+ 00027287  0x00004989 rtn 
+ 00027288  0x0000498c copy  0x00000012 , 0x0000003f 
+ 00027289  0x0000498d increase  0x00000002 , 0x00000002 
+ 00027290  0x0000498e storet  0x00000002 , 0x00008092 
+ 00027291  0x0000498f increase  0xfffffffe , 0x00000011 
+ 00027292  0x00004990 ifetcht  0x00000003 , 0x00000011 
+ 00027293  0x00004991 copy  0x00000002 , 0x00000012 
+ 00027294  0x00004992 arg  0x000000a0 , 0x00000002 
+ 00027295  0x00004993 istoret  0x00000001 , 0x00000011 
+ 00027296  0x00004994 istore  0x00000001 , 0x00000005 
+ 00027297  0x00004995 branch  0x00006aaf 
+ 00027298  0x00004999 copy  0x0000003f , 0x00000012 
+ 00027299  0x0000499a bpatch  0x0000008a , 0x00004011 
+ 00027300  0x0000499b bmark1  0x00000028 , 0x00006a98 
+ 00027301  0x0000499c copy  0x00000012 , 0x0000003f 
+ 00027302  0x0000499d increase  0x00000003 , 0x00000002 
+ 00027303  0x0000499e storet  0x00000002 , 0x00008092 
+ 00027304  0x0000499f increase  0xfffffffd , 0x00000011 
+ 00027305  0x000049a0 ifetcht  0x00000003 , 0x00000011 
+ 00027306  0x000049a1 copy  0x00000002 , 0x00000012 
+ 00027307  0x000049a2 arg  0x000000a0 , 0x00000002 
+ 00027308  0x000049a3 istoret  0x00000001 , 0x00000011 
+ 00027309  0x000049a4 byteswap  0x0000003f , 0x0000003f 
+ 00027310  0x000049a5 istore  0x00000002 , 0x00000005 
+ 00027311  0x000049a7 storer  0x00000011 , 0x00000002 , 0x00008094 
+ 00027312  0x000049a8 setarg  0x00000000 
+ 00027313  0x000049a9 store  0x00000002 , 0x00008098 
+ 00027314  0x000049aa jam  0x00000001 , 0x0000808a 
+ 00027315  0x000049ab jam  0x00000004 , 0x00008006 
+ 00027316  0x000049ac call  0x00006a11 
+ 00027317  0x000049ad istorer  0x00000012 , 0x00000003 , 0x00000011 
+ 00027318  0x000049af bpatch  0x0000008b , 0x00004011 
+ 00027319  0x000049b0 jam  0x00000000 , 0x000001bf 
+ 00027320  0x000049b2 setarg  0x00000001 
+ 00027321  0x000049b3 store  0x00000002 , 0x00008092 
+ 00027322  0x000049b4 jam  0x000000a0 , 0x000001bc 
+ 00027323  0x000049b5 setarg  0x000001bc 
+ 00027324  0x000049b6 store  0x00000002 , 0x00008094 
+ 00027325  0x000049b7 setarg  0x00000000 
+ 00027326  0x000049b8 store  0x00000002 , 0x00008098 
+ 00027327  0x000049b9 store  0x00000002 , 0x00008096 
+ 00027328  0x000049ba setarg  0x00000003 
+ 00027329  0x000049bb store  0x00000001 , 0x0000808a 
+ 00027330  0x000049bc jam  0x00000004 , 0x00008006 
+ 00027331  0x000049bd call  0x00006a11 
+ 00027332  0x000049be fetch  0x00000001 , 0x00008128 
+ 00027333  0x000049bf rtnbit0  0x00000006 
+ 00027334  0x000049c0 nop  0x000005dc 
+ 00027335  0x000049c1 fetch  0x00000001 , 0x000001bf 
+ 00027336  0x000049c2 increase  0x00000001 , 0x0000003f 
+ 00027337  0x000049c3 store  0x00000001 , 0x000001bf 
+ 00027338  0x000049c4 sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00027339  0x000049c5 nrtn  0x00000002 
+ 00027340  0x000049c6 branch  0x00006ab8 
+ 00027341  0x000049cb call  0x00007636 
+ 00027342  0x000049cc branch  0x00006acf 
+ 00027343  0x000049cf rshift16  0x0000003f , 0x00000002 
+ 00027344  0x000049d0 call  0x00006af3 , 0x00000028 
+ 00027345  0x000049d1 rshift32  0x0000003f , 0x0000003f 
+ 00027346  0x000049d2 rshift16  0x0000003f , 0x00000002 
+ 00027347  0x000049d3 call  0x00006aef , 0x00000028 
+ 00027348  0x000049d4 fetch  0x00000002 , 0x00008050 
+ 00027349  0x000049d5 set0  0x0000000f , 0x0000003f 
+ 00027350  0x000049d6 store  0x00000002 , 0x00008050 
+ 00027351  0x000049d7 rtn 
+ 00027352  0x000049db store  0x00000002 , 0x00008052 
+ 00027353  0x000049dc rtn 
+ 00027354  0x000049e0 call  0x00006adc 
+ 00027355  0x000049e1 branch  0x00006ad8 
+ 00027356  0x000049e5 call  0x00006ae1 
+ 00027357  0x000049e6 idiv  0x00000002 
+ 00027358  0x000049e7 call  0x000075d0 
+ 00027359  0x000049e8 quotient  0x0000003f 
+ 00027360  0x000049e9 rtn 
+ 00027361  0x000049ec fetch  0x00000001 , 0x00008043 
+ 00027362  0x000049ed bbit0  0x00000000 , 0x00006ae5 
+ 00027363  0x000049ee setarg  0x02dc6c00 
+ 00027364  0x000049ef rtn 
+ 00027365  0x000049f1 setarg  0x016e3600 
+ 00027366  0x000049f2 rtn 
+ 00027367  0x000049f5 fetch  0x00000001 , 0x00008043 
+ 00027368  0x000049f6 and  0x0000003f , 0x000000fe , 0x0000003f 
+ 00027369  0x000049f7 store  0x00000001 , 0x00008043 
+ 00027370  0x000049f8 rtn 
+ 00027371  0x000049fb fetch  0x00000001 , 0x00008043 
+ 00027372  0x000049fc or  0x0000003f , 0x00000001 , 0x0000003f 
+ 00027373  0x000049fd store  0x00000001 , 0x00008043 
+ 00027374  0x000049fe rtn 
+ 00027375  0x00004a03 store  0x00000002 , 0x0000805a 
+ 00027376  0x00004a04 store  0x00000002 , 0x0000805e 
+ 00027377  0x00004a05 storet  0x00000002 , 0x0000805c 
+ 00027378  0x00004a06 rtn 
+ 00027379  0x00004a0a store  0x00000002 , 0x00008054 
+ 00027380  0x00004a0b store  0x00000002 , 0x00008058 
+ 00027381  0x00004a0c storet  0x00000002 , 0x00008056 
+ 00027382  0x00004a0d rtn 
+ 00027383  0x00004a10 fetchr  0x0000000a , 0x00000002 , 0x0000805a 
+ 00027384  0x00004a11 fetchr  0x00000010 , 0x00000002 , 0x0000805c 
+ 00027385  0x00004a12 fetchr  0x00000003 , 0x00000002 , 0x0000805e 
+ 00027386  0x00004a13 rtn 
+ 00027387  0x00004a16 fetchr  0x0000000a , 0x00000002 , 0x00008054 
+ 00027388  0x00004a17 fetchr  0x00000010 , 0x00000002 , 0x00008056 
+ 00027389  0x00004a18 fetchr  0x00000003 , 0x00000002 , 0x00008058 
+ 00027390  0x00004a19 rtn 
+ 00027391  0x00004a1c storer  0x00000003 , 0x00000002 , 0x0000805e 
+ 00027392  0x00004a1d rtn 
+ 00027393  0x00004a20 storer  0x00000003 , 0x00000002 , 0x00008058 
+ 00027394  0x00004a21 rtn 
+ 00027395  0x00004a24 call  0x00006afb 
+ 00027396  0x00004a25 fetch  0x00000002 , 0x00008112 
+ 00027397  0x00004a26 iadd  0x00000003 , 0x00000003 
+ 00027398  0x00004a27 branch  0x00006b01 
+ 00027399  0x00004a2a call  0x00006b0b 
+ 00027400  0x00004a2b branch  0x00006af7 
+ 00027401  0x00004a2e call  0x00006aff 
+ 00027402  0x00004a2f branch  0x00006b0f 
+ 00027403  0x00004a33 storer  0x00000003 , 0x00000002 , 0x000004eb 
+ 00027404  0x00004a34 storer  0x0000000a , 0x00000002 , 0x000004e9 
+ 00027405  0x00004a35 storer  0x00000010 , 0x00000002 , 0x000004e7 
+ 00027406  0x00004a36 rtn 
+ 00027407  0x00004a39 fetchr  0x00000003 , 0x00000002 , 0x000004eb 
+ 00027408  0x00004a3a fetchr  0x0000000a , 0x00000002 , 0x000004e9 
+ 00027409  0x00004a3b fetchr  0x00000010 , 0x00000002 , 0x000004e7 
+ 00027410  0x00004a3c rtn 
+ 00027411  0x00004a40 deposit  0x00000039 
+ 00027412  0x00004a41 rtn  0x00000034 
+ 00027413  0x00004a43 increase  0xfffffff8 , 0x00000039 
+ 00027414  0x00004a44 call  0x00006b20 , 0x00000002 
+ 00027415  0x00004a45 rtn  0x00000005 
+ 00027416  0x00004a46 branch  0x00006b15 , 0x00000002 
+ 00027417  0x00004a47 increase  0x00000008 , 0x00000039 
+ 00027418  0x00004a49 increase  0xfffffffc , 0x00000039 
+ 00027419  0x00004a4a call  0x00006b23 , 0x00000002 
+ 00027420  0x00004a4b rtn  0x00000005 
+ 00027421  0x00004a4c branch  0x00006b1a , 0x00000002 
+ 00027422  0x00004a4d increase  0x00000004 , 0x00000039 
+ 00027423  0x00004a4e branch  0x00006b26 
+ 00027424  0x00004a51 ifetch  0x00000008 , 0x00000006 
+ 00027425  0x00004a52 istore  0x00000008 , 0x00000003 
+ 00027426  0x00004a53 rtn 
+ 00027427  0x00004a56 ifetch  0x00000004 , 0x00000006 
+ 00027428  0x00004a57 istore  0x00000004 , 0x00000003 
+ 00027429  0x00004a58 rtn 
+ 00027430  0x00004a5b deposit  0x00000039 
+ 00027431  0x00004a5c rtn  0x00000034 
+ 00027432  0x00004a5e ifetch  0x00000001 , 0x00000006 
+ 00027433  0x00004a5f istore  0x00000001 , 0x00000003 
+ 00027434  0x00004a60 loop  0x00006b28 
+ 00027435  0x00004a61 rtn 
+ 00027436  0x00004a64 deposit  0x00000039 
+ 00027437  0x00004a65 rtn  0x00000034 
+ 00027438  0x00004a67 increase  0xfffffff8 , 0x00000039 
+ 00027439  0x00004a68 call  0x00006b39 , 0x00000002 
+ 00027440  0x00004a69 rtn  0x00000005 
+ 00027441  0x00004a6a branch  0x00006b2e , 0x00000002 
+ 00027442  0x00004a6b increase  0x00000008 , 0x00000039 
+ 00027443  0x00004a6d increase  0xfffffffc , 0x00000039 
+ 00027444  0x00004a6e call  0x00006b3c , 0x00000002 
+ 00027445  0x00004a6f rtn  0x00000005 
+ 00027446  0x00004a70 branch  0x00006b33 , 0x00000002 
+ 00027447  0x00004a71 increase  0x00000004 , 0x00000039 
+ 00027448  0x00004a72 branch  0x00006b3f 
+ 00027449  0x00004a76 ifetch  0x00000008 , 0x00000003 
+ 00027450  0x00004a77 istore  0x00000008 , 0x00000005 
+ 00027451  0x00004a78 rtn 
+ 00027452  0x00004a7b ifetch  0x00000004 , 0x00000003 
+ 00027453  0x00004a7c istore  0x00000004 , 0x00000005 
+ 00027454  0x00004a7d rtn 
+ 00027455  0x00004a81 deposit  0x00000039 
+ 00027456  0x00004a82 rtn  0x00000034 
+ 00027457  0x00004a84 ifetch  0x00000001 , 0x00000003 
+ 00027458  0x00004a85 istore  0x00000001 , 0x00000005 
+ 00027459  0x00004a86 loop  0x00006b41 
+ 00027460  0x00004a87 rtn 
+ 00027461  0x00004a8d jam  0x0000003d , 0x000004c3 
+ 00027462  0x00004a8e branch  0x0000709b 
+ 00027463  0x00004a91 bpatch  0x0000008c , 0x00004011 
+ 00027464  0x00004a92 fetch  0x00000001 , 0x000043af 
+ 00027465  0x00004a93 rtn  0x00000034 
+ 00027466  0x00004a94 call  0x00006be9 
+ 00027467  0x00004a95 call  0x00006bef , 0x00000005 
+ 00027468  0x00004a96 call  0x0000763c 
+ 00027469  0x00004a97 call  0x00006b7a 
+ 00027470  0x00004a99 fetch  0x00000001 , 0x000043af 
+ 00027471  0x00004a9a icopy  0x00000013 
+ 00027472  0x00004a9b fetcht  0x00000002 , 0x000043ad 
+ 00027473  0x00004a9c storet  0x00000002 , 0x0000002e 
+ 00027474  0x00004a9e copy  0x00000013 , 0x0000003f 
+ 00027475  0x00004a9f branch  0x00006b45 , 0x00000034 
+ 00027476  0x00004aa0 increase  0xffffffff , 0x00000013 
+ 00027477  0x00004aa1 copy  0x00000002 , 0x00000011 
+ 00027478  0x00004aa2 ifetch  0x00000001 , 0x00000011 
+ 00027479  0x00004aa3 fetcht  0x00000001 , 0x0000002c 
+ 00027480  0x00004aa4 isub  0x00000002 , 0x0000003e 
+ 00027481  0x00004aa5 call  0x00006b62 , 0x00000005 
+ 00027482  0x00004aa6 branch  0x00006b5e , 0x00000002 
+ 00027483  0x00004aa7 ifetch  0x00000001 , 0x00000011 
+ 00027484  0x00004aa8 increase  0x00000001 , 0x0000003f 
+ 00027485  0x00004aa9 istore  0x00000001 , 0x00000011 
+ 00027486  0x00004aab fetcht  0x00000002 , 0x0000002e 
+ 00027487  0x00004aac increase  0x00000022 , 0x00000002 
+ 00027488  0x00004aad storet  0x00000002 , 0x0000002e 
+ 00027489  0x00004aae branch  0x00006b52 
+ 00027490  0x00004ab1 setarg  0x00000000 
+ 00027491  0x00004ab2 istore  0x00000001 , 0x00000011 
+ 00027492  0x00004ab3 fetch  0x00000001 , 0x0000002d 
+ 00027493  0x00004ab4 istore  0x00000001 , 0x00000005 
+ 00027494  0x00004ab5 bne  0x00000033 , 0x00006b6f 
+ 00027495  0x00004ab8 ifetch  0x00000006 , 0x00000006 
+ 00027496  0x00004ab9 istore  0x00000008 , 0x00000005 
+ 00027497  0x00004aba setarg  0x00000000 
+ 00027498  0x00004abb istore  0x00000008 , 0x00000005 
+ 00027499  0x00004abc copy  0x00000012 , 0x00000006 
+ 00027500  0x00004abe call  0x000074f5 
+ 00027501  0x00004abf force  0x00000001 , 0x0000003e 
+ 00027502  0x00004ac0 rtn 
+ 00027503  0x00004ac3 beq  0x00000036 , 0x00006b73 
+ 00027504  0x00004ac4 beq  0x00000037 , 0x00006b77 
+ 00027505  0x00004ac5 arg  0x0000424a , 0x00000012 
+ 00027506  0x00004ac6 branch  0x00006b67 
+ 00027507  0x00004ac9 arg  0x000042e0 , 0x00000006 
+ 00027508  0x00004aca call  0x000074f5 
+ 00027509  0x00004acc arg  0x0000424a , 0x00000006 
+ 00027510  0x00004acd branch  0x00006b6c 
+ 00027511  0x00004ad0 arg  0x000042d8 , 0x00000006 
+ 00027512  0x00004ad1 call  0x000074f5 
+ 00027513  0x00004ad2 branch  0x00006b75 
+ 00027514  0x00004ad8 bpatch  0x0000008d , 0x00004011 
+ 00027515  0x00004ad9 call  0x00007638 
+ 00027516  0x00004ada fetch  0x00000001 , 0x000043af 
+ 00027517  0x00004adb rtn  0x00000034 
+ 00027518  0x00004adc bpatch  0x0000008e , 0x00004011 
+ 00027519  0x00004add fetch  0x00000002 , 0x0000442f 
+ 00027520  0x00004ade rtnbit0  0x00000009 
+ 00027521  0x00004ae0 fetch  0x00000001 , 0x0000429e 
+ 00027522  0x00004ae1 beq  0x00000000 , 0x00006b96 
+ 00027523  0x00004ae2 fetch  0x00000001 , 0x00000178 
+ 00027524  0x00004ae3 compare  0x000000c0 , 0x0000003f , 0x000000c0 
+ 00027525  0x00004ae4 branch  0x00006b89 , 0x00000001 
+ 00027526  0x00004ae5 compare  0x00000040 , 0x0000003f , 0x000000c0 
+ 00027527  0x00004ae6 branch  0x00006b9b , 0x00000001 
+ 00027528  0x00004ae7 branch  0x00006b90 
+ 00027529  0x00004aea branch  0x00006b8d , 0x0000002c 
+ 00027530  0x00004aeb fetch  0x00000001 , 0x00004282 
+ 00027531  0x00004aec bbit0  0x00000001 , 0x00006b96 
+ 00027532  0x00004aed branch  0x00006b90 
+ 00027533  0x00004af0 call  0x00006b96 
+ 00027534  0x00004af1 rtn  0x00000028 
+ 00027535  0x00004af2 branch  0x00006b90 
+ 00027536  0x00004af7 fetch  0x00000001 , 0x000042d1 
+ 00027537  0x00004af8 bbit1  0x00000007 , 0x00006b93 
+ 00027538  0x00004af9 branch  0x00006b99 
+ 00027539  0x00004afd fetch  0x00000006 , 0x00000173 
+ 00027540  0x00004afe store  0x00000008 , 0x000042d8 
+ 00027541  0x00004aff branch  0x00006b99 
+ 00027542  0x00004b03 jam  0x00000035 , 0x0000002d 
+ 00027543  0x00004b04 fetch  0x00000006 , 0x00000173 
+ 00027544  0x00004b05 branch  0x00006b9d 
+ 00027545  0x00004b08 jam  0x00000037 , 0x0000002d 
+ 00027546  0x00004b09 branch  0x00006b9d 
+ 00027547  0x00004b0d jam  0x00000036 , 0x0000002d 
+ 00027548  0x00004b0e branch  0x00006b9d 
+ 00027549  0x00004b11 bpatch  0x0000008f , 0x00004011 
+ 00027550  0x00004b13 fetch  0x00000002 , 0x000043ad 
+ 00027551  0x00004b14 ifetcht  0x00000001 , 0x0000003f 
+ 00027552  0x00004b15 pincrease  0x00000001 
+ 00027553  0x00004b16 store  0x00000002 , 0x0000002e 
+ 00027554  0x00004b17 storet  0x00000001 , 0x0000002c 
+ 00027555  0x00004b18 fetch  0x00000001 , 0x000043af 
+ 00027556  0x00004b19 icopy  0x00000013 
+ 00027557  0x00004b1b fetch  0x00000002 , 0x0000002e 
+ 00027558  0x00004b1c copy  0x0000003f , 0x00000011 
+ 00027559  0x00004b1d call  0x00006bb5 
+ 00027560  0x00004b1e rtn  0x00000028 
+ 00027561  0x00004b1f fetcht  0x00000002 , 0x0000002e 
+ 00027562  0x00004b20 increase  0x00000022 , 0x00000002 
+ 00027563  0x00004b21 storet  0x00000002 , 0x0000002e 
+ 00027564  0x00004b22 increase  0xffffffff , 0x00000002 
+ 00027565  0x00004b23 ifetch  0x00000001 , 0x00000002 
+ 00027566  0x00004b24 store  0x00000001 , 0x0000002c 
+ 00027567  0x00004b25 increase  0xffffffff , 0x00000013 
+ 00027568  0x00004b26 nbranch  0x00006ba5 , 0x00000005 
+ 00027569  0x00004b27 fetch  0x00000001 , 0x000043af 
+ 00027570  0x00004b28 pincrease  0xffffffff 
+ 00027571  0x00004b29 store  0x00000001 , 0x0000002c 
+ 00027572  0x00004b2a rtn 
+ 00027573  0x00004b2c fetch  0x00000001 , 0x0000002d 
+ 00027574  0x00004b2d bne  0x00000033 , 0x00006bbc 
+ 00027575  0x00004b2f arg  0x0000002d , 0x00000012 
+ 00027576  0x00004b30 arg  0x00000007 , 0x00000039 
+ 00027577  0x00004b31 call  0x000075d2 
+ 00027578  0x00004b32 branch  0x00007636 , 0x00000005 
+ 00027579  0x00004b33 rtn 
+ 00027580  0x00004b36 beq  0x00000036 , 0x00006bbf 
+ 00027581  0x00004b37 beq  0x00000037 , 0x00006bda 
+ 00027582  0x00004b38 branch  0x00006bb7 
+ 00027583  0x00004b3b ifetcht  0x00000001 , 0x00000011 
+ 00027584  0x00004b3c isub  0x00000002 , 0x0000003e 
+ 00027585  0x00004b3d nrtn  0x00000005 
+ 00027586  0x00004b3e arg  0x000004f6 , 0x00000005 
+ 00027587  0x00004b3f arg  0x00000010 , 0x00000039 
+ 00027588  0x00004b40 call  0x0000750f 
+ 00027589  0x00004b41 fetch  0x00000003 , 0x00000176 
+ 00027590  0x00004b42 store  0x00000003 , 0x000004f6 
+ 00027591  0x00004b43 call  0x00006bd1 
+ 00027592  0x00004b44 fetch  0x00000002 , 0x00000513 
+ 00027593  0x00004b45 byteswap  0x0000003f , 0x0000003f 
+ 00027594  0x00004b46 lshift8  0x0000003f , 0x00000002 
+ 00027595  0x00004b47 ifetch  0x00000001 , 0x00000006 
+ 00027596  0x00004b48 iadd  0x00000002 , 0x0000003f 
+ 00027597  0x00004b49 fetcht  0x00000003 , 0x00000173 
+ 00027598  0x00004b4a isub  0x00000002 , 0x0000003e 
+ 00027599  0x00004b4b branch  0x00007636 , 0x00000005 
+ 00027600  0x00004b4c rtn 
+ 00027601  0x00004b50 arg  0x000004f6 , 0x00000006 
+ 00027602  0x00004b51 call  0x00006f9d 
+ 00027603  0x00004b53 ifetch  0x00000001 , 0x00000011 
+ 00027604  0x00004b54 call  0x00006f9e 
+ 00027605  0x00004b55 force  0x00000038 , 0x00000036 
+ 00027606  0x00004b56 force  0x00000000 , 0x00000036 
+ 00027607  0x00004b57 call  0x00006f0b 
+ 00027608  0x00004b58 arg  0x00000506 , 0x00000005 
+ 00027609  0x00004b59 branch  0x00006fb1 
+ 00027610  0x00004b5c ifetcht  0x00000001 , 0x00000011 
+ 00027611  0x00004b5d isub  0x00000002 , 0x0000003e 
+ 00027612  0x00004b5e nrtn  0x00000005 
+ 00027613  0x00004b5f copy  0x00000006 , 0x00000011 
+ 00027614  0x00004b60 add  0x00000006 , 0x00000008 , 0x00000013 
+ 00027615  0x00004b61 arg  0x000042d8 , 0x00000012 
+ 00027616  0x00004b62 arg  0x00000008 , 0x00000039 
+ 00027617  0x00004b63 call  0x000075d2 
+ 00027618  0x00004b64 branch  0x00007636 , 0x00000005 
+ 00027619  0x00004b65 copy  0x00000013 , 0x00000011 
+ 00027620  0x00004b66 arg  0x000042e0 , 0x00000012 
+ 00027621  0x00004b67 arg  0x00000008 , 0x00000039 
+ 00027622  0x00004b68 call  0x000075d2 
+ 00027623  0x00004b69 branch  0x00007636 , 0x00000005 
+ 00027624  0x00004b6a rtn 
+ 00027625  0x00004b6d fetch  0x00000002 , 0x000043ad 
+ 00027626  0x00004b6e ifetcht  0x00000001 , 0x0000003f 
+ 00027627  0x00004b6f pincrease  0x00000022 
+ 00027628  0x00004b70 ifetch  0x00000001 , 0x0000003f 
+ 00027629  0x00004b71 isub  0x00000002 , 0x0000003e 
+ 00027630  0x00004b72 rtn 
+ 00027631  0x00004b75 fetch  0x00000001 , 0x000043af 
+ 00027632  0x00004b76 icopy  0x00000039 
+ 00027633  0x00004b77 fetcht  0x00000002 , 0x000043ad 
+ 00027634  0x00004b78 setarg  0x00000000 
+ 00027635  0x00004b7a istore  0x00000001 , 0x00000002 
+ 00027636  0x00004b7b increase  0x00000022 , 0x00000002 
+ 00027637  0x00004b7c pincrease  0x00000001 
+ 00027638  0x00004b7d loop  0x00006bf3 
+ 00027639  0x00004b7e rtn 
+ 00027640  0x00004b83 call  0x0000763a 
+ 00027641  0x00004b84 call  0x00006b7a 
+ 00027642  0x00004b85 nbranch  0x00006c03 , 0x00000028 
+ 00027643  0x00004b86 fetch  0x00000002 , 0x0000002e 
+ 00027644  0x00004b87 add  0x0000003f , 0x00000001 , 0x00000006 
+ 00027645  0x00004b88 arg  0x000042e0 , 0x00000005 
+ 00027646  0x00004b89 call  0x000074f5 
+ 00027647  0x00004b8a arg  0x0000424a , 0x00000005 
+ 00027648  0x00004b8b call  0x000074f5 
+ 00027649  0x00004b8c jam  0x00000001 , 0x0000425a 
+ 00027650  0x00004b8d rtn 
+ 00027651  0x00004b90 jam  0x00000000 , 0x0000425a 
+ 00027652  0x00004b91 rtn 
+ 00027653  0x00004b95 jam  0x00000034 , 0x0000002d 
+ 00027654  0x00004b96 branch  0x00006c07 
+ 00027655  0x00004b99 fetch  0x00000001 , 0x00004095 
+ 00027656  0x00004b9a beq  0x0000000a , 0x00006b47 
+ 00027657  0x00004b9b beq  0x00000008 , 0x00005e4a 
+ 00027658  0x00004b9c rtn 
+ 00027659  0x00004ba5 bpatch  0x00000090 , 0x00004012 
+ 00027660  0x00004ba6 set1  0x00000007 , 0x00000002 
+ 00027661  0x00004ba7 call  0x00006c32 
+ 00027662  0x00004ba8 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00027663  0x00004bac bpatch  0x00000091 , 0x00004012 
+ 00027664  0x00004bad sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027665  0x00004bae rtn  0x00000005 
+ 00027666  0x00004baf isolate0  0x00000007 , 0x00000002 
+ 00027667  0x00004bb0 and  0x00000002 , 0x0000001f , 0x00000007 
+ 00027668  0x00004bb1 fetch  0x00000004 , 0x00000016 
+ 00027669  0x00004bb2 qsetflag  0x00000001 , 0x0000003f 
+ 00027670  0x00004bb3 store  0x00000004 , 0x00000016 
+ 00027671  0x00004bb4 fetch  0x00000004 , 0x0000001a 
+ 00027672  0x00004bb5 nqsetflag  0x00000001 , 0x0000003f 
+ 00027673  0x00004bb6 store  0x00000004 , 0x0000001a 
+ 00027674  0x00004bb7 rtn 
+ 00027675  0x00004bbb bpatch  0x00000092 , 0x00004012 
+ 00027676  0x00004bbc sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027677  0x00004bbd rtn  0x00000005 
+ 00027678  0x00004bbe isolate0  0x00000007 , 0x00000002 
+ 00027679  0x00004bbf and  0x00000002 , 0x0000001f , 0x00000007 
+ 00027680  0x00004bc0 fetch  0x00000004 , 0x00000016 
+ 00027681  0x00004bc1 qset0  0x0000003f 
+ 00027682  0x00004bc2 store  0x00000004 , 0x00000016 
+ 00027683  0x00004bc3 fetch  0x00000004 , 0x0000001a 
+ 00027684  0x00004bc4 qset0  0x0000003f 
+ 00027685  0x00004bc5 store  0x00000004 , 0x0000001a 
+ 00027686  0x00004bc6 rtn 
+ 00027687  0x00004bc9 call  0x00006c1b 
+ 00027688  0x00004bca branch  0x00006c2c 
+ 00027689  0x00004bce sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027690  0x00004bcf rtn  0x00000005 
+ 00027691  0x00004bd0 ncall  0x00006c0f , 0x0000002b 
+ 00027692  0x00004bd2 call  0x00006c5e 
+ 00027693  0x00004bd3 setarg  0x00000000 
+ 00027694  0x00004bd4 isolate1  0x00000007 , 0x00000002 
+ 00027695  0x00004bd5 nsetflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00027696  0x00004bd6 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00027697  0x00004bd7 branch  0x00006c59 
+ 00027698  0x00004bdb bpatch  0x00000093 , 0x00004012 
+ 00027699  0x00004bdc arg  0x0000811c , 0x00000005 
+ 00027700  0x00004bdd and  0x00000002 , 0x00000007 , 0x00000007 
+ 00027701  0x00004bde rshift3  0x00000002 , 0x0000003f 
+ 00027702  0x00004bdf and_into  0x00000003 , 0x0000003f 
+ 00027703  0x00004be0 iadd  0x00000005 , 0x00000005 
+ 00027704  0x00004be1 ifetch  0x00000001 , 0x00000005 
+ 00027705  0x00004be2 isolate1  0x00000007 , 0x00000002 
+ 00027706  0x00004be3 branch  0x00006c3d , 0x00000001 
+ 00027707  0x00004be4 qisolate0  0x0000003f 
+ 00027708  0x00004be5 rtn 
+ 00027709  0x00004be7 qisolate1  0x0000003f 
+ 00027710  0x00004be8 rtn 
+ 00027711  0x00004bec sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027712  0x00004bed rtn  0x00000005 
+ 00027713  0x00004bee isolate1  0x00000007 , 0x0000003e 
+ 00027714  0x00004bef branch  0x00006c46 
+ 00027715  0x00004bf3 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027716  0x00004bf4 rtn  0x00000005 
+ 00027717  0x00004bf5 isolate0  0x00000007 , 0x0000003e 
+ 00027718  0x00004bf9 setarg  0x00000000 
+ 00027719  0x00004bfa nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00027720  0x00004bfb ixor  0x00000002 , 0x00000002 
+ 00027721  0x00004bff call  0x00006c5e 
+ 00027722  0x00004c00 setarg  0x0000003f 
+ 00027723  0x00004c01 isolate1  0x00000007 , 0x00000002 
+ 00027724  0x00004c02 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00027725  0x00004c03 branch  0x00006c59 
+ 00027726  0x00004c07 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00027727  0x00004c08 branch  0x00007640 , 0x00000005 
+ 00027728  0x00004c09 call  0x00006c5e 
+ 00027729  0x00004c0a ifetch  0x00000001 , 0x00000005 
+ 00027730  0x00004c0b bbit1  0x00000000 , 0x00006c55 
+ 00027731  0x00004c0c isolate0  0x00000007 , 0x00000002 
+ 00027732  0x00004c0d rtn 
+ 00027733  0x00004c0f isolate1  0x00000007 , 0x00000002 
+ 00027734  0x00004c10 rtn 
+ 00027735  0x00004c13 call  0x00006c5e 
+ 00027736  0x00004c14 setarg  0x000000c0 
+ 00027737  0x00004c16 istore  0x00000001 , 0x00000005 
+ 00027738  0x00004c17 rtn 
+ 00027739  0x00004c1a call  0x00006c5e 
+ 00027740  0x00004c1b setarg  0x00000000 
+ 00027741  0x00004c1c branch  0x00006c59 
+ 00027742  0x00004c1f and  0x00000002 , 0x0000003f , 0x0000003f 
+ 00027743  0x00004c20 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00027744  0x00004c21 nbranch  0x00003aba , 0x00000002 
+ 00027745  0x00004c22 arg  0x00008070 , 0x00000005 
+ 00027746  0x00004c24 iadd  0x00000005 , 0x00000005 
+ 00027747  0x00004c25 rtn 
+ 00027748  0x00004c2c and  0x0000003f , 0x000000ff , 0x00000002 
+ 00027749  0x00004c2d rshift8  0x0000003f , 0x0000003f 
+ 00027750  0x00004c2e branch  0x00006c68 
+ 00027751  0x00004c32 rtnbit0  0x00000007 
+ 00027752  0x00004c34 and_into  0x0000003f , 0x0000003f 
+ 00027753  0x00004c35 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00027754  0x00004c36 nbranch  0x00003aba , 0x00000002 
+ 00027755  0x00004c37 arg  0x00008070 , 0x00000005 
+ 00027756  0x00004c39 iadd  0x00000005 , 0x00000005 
+ 00027757  0x00004c3a istoret  0x00000001 , 0x00000005 
+ 00027758  0x00004c3b rtn 
+ 00027759  0x00004c41 and_into  0x0000003f , 0x00000002 
+ 00027760  0x00004c42 setarg  0x00008070 
+ 00027761  0x00004c43 iadd  0x00000002 , 0x00000006 
+ 00027762  0x00004c44 ifetch  0x00000001 , 0x00000006 
+ 00027763  0x00004c45 rtn 
+ 00027764  0x00004c4a arg  0x0000000d , 0x00000039 
+ 00027765  0x00004c4b arg  0x00008070 , 0x00000006 
+ 00027766  0x00004c4d copy  0x00000006 , 0x00000005 
+ 00027767  0x00004c4e ifetch  0x00000001 , 0x00000006 
+ 00027768  0x00004c4f beq  0x0000001f , 0x00006c82 
+ 00027769  0x00004c50 beq  0x00000020 , 0x00006c82 
+ 00027770  0x00004c51 beq  0x00000021 , 0x00006c82 
+ 00027771  0x00004c52 beq  0x00000022 , 0x00006c82 
+ 00027772  0x00004c53 beq  0x00000023 , 0x00006c82 
+ 00027773  0x00004c54 beq  0x0000002c , 0x00006c82 
+ 00027774  0x00004c55 beq  0x0000002d , 0x00006c82 
+ 00027775  0x00004c56 beq  0x00000000 , 0x00006c82 
+ 00027776  0x00004c58 loop  0x00006c76 
+ 00027777  0x00004c59 rtn 
+ 00027778  0x00004c5d setarg  0x00000040 
+ 00027779  0x00004c5e istore  0x00000001 , 0x00000005 
+ 00027780  0x00004c5f branch  0x00006c80 
+ 00027781  0x00004c61 setarg  0x00000080 
+ 00027782  0x00004c62 istore  0x00000001 , 0x00000005 
+ 00027783  0x00004c63 branch  0x00006c80 
+ 00027784  0x00004c6a bpatch  0x00000094 , 0x00004012 
+ 00027785  0x00004c6b setarg  0x000007e0 
+ 00027786  0x00004c6c arg  0x000043b2 , 0x00000011 
+ 00027787  0x00004c6d arg  0x0000000c , 0x00000002 
+ 00027788  0x00004c6e call  0x000068ac 
+ 00027789  0x00004c6f fetch  0x00000008 , 0x000043b2 
+ 00027790  0x00004c70 nrtn  0x00000034 
+ 00027791  0x00004c72 setarg  0x0000469a 
+ 00027792  0x00004c73 store  0x00000002 , 0x000043b2 
+ 00027793  0x00004c74 setarg  0x0000ab77 
+ 00027794  0x00004c75 store  0x00000002 , 0x000043b8 
+ 00027795  0x00004c76 setarg  0x000073d0 
+ 00027796  0x00004c77 store  0x00000002 , 0x000043bc 
+ 00027797  0x00004c78 setarg  0x00009658 
+ 00027798  0x00004c79 store  0x00000002 , 0x000043b6 
+ 00027799  0x00004c7a rtn 
+ 00027800  0x00004c7e bpatch  0x00000095 , 0x00004012 
+ 00027801  0x00004c7f fetchr  0x00000012 , 0x00000001 , 0x00008a12 
+ 00027802  0x00004c80 jam  0x0000003d , 0x00008a12 
+ 00027803  0x00004c81 jam  0x000000aa , 0x00008a11 
+ 00027804  0x00004c82 jam  0x0000000c , 0x00008a0a 
+ 00027805  0x00004c83 fetch  0x00000001 , 0x00008a09 
+ 00027806  0x00004c84 set1  0x00000007 , 0x0000003f 
+ 00027807  0x00004c85 store  0x00000001 , 0x00008a09 
+ 00027808  0x00004c86 jam  0x00000004 , 0x00008a0b 
+ 00027809  0x00004c87 nop  0x0000003c 
+ 00027810  0x00004c88 jam  0x00000000 , 0x00008a16 
+ 00027811  0x00004c89 jam  0x00000006 , 0x00008a17 
+ 00027812  0x00004c8a call  0x00006cb4 
+ 00027813  0x00004c8b store  0x00000001 , 0x00008a97 
+ 00027814  0x00004c8c jam  0x00000003 , 0x000080c6 
+ 00027815  0x00004c8d nop  0x0000003c 
+ 00027816  0x00004c8e fetch  0x00000001 , 0x00008053 
+ 00027817  0x00004c8f set1  0x00000007 , 0x0000003f 
+ 00027818  0x00004c90 store  0x00000001 , 0x00008053 
+ 00027819  0x00004c91 nop  0x000003e8 
+ 00027820  0x00004c92 fetch  0x00000002 , 0x0000814c 
+ 00027821  0x00004c93 store  0x00000002 , 0x000043c4 
+ 00027822  0x00004c94 fetch  0x00000001 , 0x00008053 
+ 00027823  0x00004c95 set0  0x00000007 , 0x0000003f 
+ 00027824  0x00004c96 store  0x00000001 , 0x00008053 
+ 00027825  0x00004c97 jam  0x00000000 , 0x00008a97 
+ 00027826  0x00004c98 storer  0x00000012 , 0x00000001 , 0x00008a12 
+ 00027827  0x00004c99 rtn 
+ 00027828  0x00004c9d bpatch  0x00000096 , 0x00004012 
+ 00027829  0x00004c9e fetch  0x00000001 , 0x000043c2 
+ 00027830  0x00004c9f beq  0x00000000 , 0x00006cbc 
+ 00027831  0x00004ca0 beq  0x00000001 , 0x00006cbe 
+ 00027832  0x00004ca3 fetch  0x00000001 , 0x000043c3 
+ 00027833  0x00004ca4 lshift3  0x0000003f , 0x0000003f 
+ 00027834  0x00004ca5 or  0x0000003f , 0x00000007 , 0x0000003f 
+ 00027835  0x00004ca6 rtn 
+ 00027836  0x00004ca9 setarg  0x00000057 
+ 00027837  0x00004caa rtn 
+ 00027838  0x00004cad setarg  0x0000004f 
+ 00027839  0x00004cae rtn 
+ 00027840  0x00004cb1 bpatch  0x00000097 , 0x00004012 
+ 00027841  0x00004cb2 fetch  0x00000001 , 0x000043c2 
+ 00027842  0x00004cb3 beq  0x00000000 , 0x00006cc6 
+ 00027843  0x00004cb4 beq  0x00000001 , 0x00006ccc 
+ 00027844  0x00004cb5 beq  0x00000002 , 0x00006cd2 
+ 00027845  0x00004cb6 rtn 
+ 00027846  0x00004cb9 setarg  0x00000064 
+ 00027847  0x00004cba store  0x00000002 , 0x000043c0 
+ 00027848  0x00004cbb fetcht  0x00000002 , 0x000043bc 
+ 00027849  0x00004cbc fetch  0x00000002 , 0x000043b6 
+ 00027850  0x00004cbd arg  0x0000012c , 0x00000013 
+ 00027851  0x00004cbe branch  0x00006cd7 
+ 00027852  0x00004cc1 setarg  0x00000064 
+ 00027853  0x00004cc2 store  0x00000002 , 0x000043c0 
+ 00027854  0x00004cc3 fetcht  0x00000002 , 0x000043ba 
+ 00027855  0x00004cc4 fetch  0x00000002 , 0x000043b4 
+ 00027856  0x00004cc5 arg  0x0000012c , 0x00000013 
+ 00027857  0x00004cc6 branch  0x00006cd7 
+ 00027858  0x00004cc9 setarg  0x000000c8 
+ 00027859  0x00004cca store  0x00000002 , 0x000043c0 
+ 00027860  0x00004ccb fetcht  0x00000002 , 0x000043b2 
+ 00027861  0x00004ccc fetch  0x00000002 , 0x000043b8 
+ 00027862  0x00004ccd arg  0x0000012c , 0x00000013 
+ 00027863  0x00004cd0 isub  0x00000002 , 0x00000011 
+ 00027864  0x00004cd1 fetch  0x00000002 , 0x000043c4 
+ 00027865  0x00004cd2 isub  0x00000002 , 0x0000003f 
+ 00027866  0x00004cd3 nbranch  0x00006ce6 , 0x00000002 
+ 00027867  0x00004cd4 fetcht  0x00000002 , 0x000043c0 
+ 00027868  0x00004cd5 imul32  0x00000002 , 0x00000012 
+ 00027869  0x00004cd6 copy  0x00000013 , 0x0000003f 
+ 00027870  0x00004cd7 imul32  0x00000011 , 0x0000003f 
+ 00027871  0x00004cd8 isub  0x00000012 , 0x0000003f 
+ 00027872  0x00004cd9 bpatch  0x00000098 , 0x00004013 
+ 00027873  0x00004cda nbranch  0x00007646 , 0x00000002 
+ 00027874  0x00004cdc idiv  0x00000011 
+ 00027875  0x00004cdd call  0x000075d0 
+ 00027876  0x00004cde quotient  0x0000003f 
+ 00027877  0x00004cdf rtn 
+ 00027878  0x00004ce3 copy  0x00000002 , 0x0000003f 
+ 00027879  0x00004ce4 fetcht  0x00000002 , 0x000043c4 
+ 00027880  0x00004ce5 isub  0x00000002 , 0x0000003f 
+ 00027881  0x00004ce6 fetcht  0x00000002 , 0x000043c0 
+ 00027882  0x00004ce7 imul32  0x00000002 , 0x00000012 
+ 00027883  0x00004ce8 copy  0x00000013 , 0x0000003f 
+ 00027884  0x00004ce9 imul32  0x00000011 , 0x0000003f 
+ 00027885  0x00004cea iadd  0x00000012 , 0x0000003f 
+ 00027886  0x00004ceb branch  0x00006ce2 
+ 00027887  0x00004cf0 ifetch  0x00000008 , 0x00000011 
+ 00027888  0x00004cf1 store  0x00000008 , 0x000004c4 
+ 00027889  0x00004cf2 fetch  0x00000002 , 0x000004c4 
+ 00027890  0x00004cf3 fetcht  0x00000002 , 0x000004c6 
+ 00027891  0x00004cf4 isub  0x00000002 , 0x00000011 
+ 00027892  0x00004cf5 fetch  0x00000002 , 0x000004ca 
+ 00027893  0x00004cf6 isub  0x00000002 , 0x00000012 
+ 00027894  0x00004cf7 fetcht  0x00000002 , 0x000004c8 
+ 00027895  0x00004cf8 isub  0x00000002 , 0x0000003e 
+ 00027896  0x00004cf9 ncall  0x00006cff , 0x00000002 
+ 00027897  0x00004cfa mul32  0x00000012 , 0x00000064 , 0x0000003f 
+ 00027898  0x00004cfb idiv  0x00000011 
+ 00027899  0x00004cfc call  0x000075d0 
+ 00027900  0x00004cfd quotient  0x0000003f 
+ 00027901  0x00004cfe call  0x00006d07 , 0x00000034 
+ 00027902  0x00004cff rtn 
+ 00027903  0x00004d01 fetch  0x00000001 , 0x000043c6 
+ 00027904  0x00004d02 set1  0x00000000 , 0x0000003f 
+ 00027905  0x00004d03 store  0x00000001 , 0x000043c6 
+ 00027906  0x00004d04 rtn 
+ 00027907  0x00004d07 fetch  0x00000001 , 0x000043c6 
+ 00027908  0x00004d08 set0  0x00000000 , 0x0000003f 
+ 00027909  0x00004d09 store  0x00000001 , 0x000043c6 
+ 00027910  0x00004d0a rtn 
+ 00027911  0x00004d0d fetcht  0x00000001 , 0x000043c6 
+ 00027912  0x00004d0e set1  0x00000001 , 0x00000002 
+ 00027913  0x00004d0f storet  0x00000001 , 0x000043c6 
+ 00027914  0x00004d10 rtn 
+ 00027915  0x00004d13 fetcht  0x00000001 , 0x000043c6 
+ 00027916  0x00004d14 set0  0x00000001 , 0x00000002 
+ 00027917  0x00004d15 storet  0x00000001 , 0x000043c6 
+ 00027918  0x00004d16 rtn 
+ 00027919  0x00004d1c fetch  0x00000002 , 0x000043da 
+ 00027920  0x00004d1d ifetch  0x00000001 , 0x0000003f 
+ 00027921  0x00004d1f rtn  0x00000034 
+ 00027922  0x00004d20 copy  0x0000003f , 0x00000039 
+ 00027923  0x00004d22 fetch  0x00000002 , 0x000043da 
+ 00027924  0x00004d23 increase  0x00000003 , 0x0000003f 
+ 00027925  0x00004d24 copy  0x0000003f , 0x00000011 
+ 00027926  0x00004d26 ifetcht  0x00000001 , 0x00000011 
+ 00027927  0x00004d27 call  0x00006c29 
+ 00027928  0x00004d28 increase  0x00000001 , 0x00000011 
+ 00027929  0x00004d29 loop  0x00006d16 
+ 00027930  0x00004d2b rtn 
+ 00027931  0x00004d2e fetch  0x00000002 , 0x000043da 
+ 00027932  0x00004d2f increase  0x00000003 , 0x0000003f 
+ 00027933  0x00004d30 copy  0x0000003f , 0x00000011 
+ 00027934  0x00004d32 force  0x00000000 , 0x00000012 
+ 00027935  0x00004d33 setarg  0x00000000 
+ 00027936  0x00004d34 store  0x00000002 , 0x00000546 
+ 00027937  0x00004d36 ifetcht  0x00000001 , 0x00000011 
+ 00027938  0x00004d37 call  0x00006c32 
+ 00027939  0x00004d38 bpatch  0x00000099 , 0x00004013 
+ 00027940  0x00004d39 fetch  0x00000002 , 0x00000546 
+ 00027941  0x00004d3a copy  0x00000012 , 0x00000007 
+ 00027942  0x00004d3b qsetflag  0x00000001 , 0x0000003f 
+ 00027943  0x00004d3c store  0x00000002 , 0x00000546 
+ 00027944  0x00004d3d increase  0x00000001 , 0x00000011 
+ 00027945  0x00004d3e increase  0x00000001 , 0x00000012 
+ 00027946  0x00004d3f fetch  0x00000002 , 0x000043da 
+ 00027947  0x00004d40 ifetch  0x00000001 , 0x0000003f 
+ 00027948  0x00004d42 ixor  0x00000012 , 0x0000003e 
+ 00027949  0x00004d43 nbranch  0x00006d21 , 0x00000005 
+ 00027950  0x00004d44 fetch  0x00000002 , 0x00000546 
+ 00027951  0x00004d45 fetcht  0x00000002 , 0x000043dc 
+ 00027952  0x00004d46 ixor  0x00000002 , 0x0000003e 
+ 00027953  0x00004d47 rtn  0x00000005 
+ 00027954  0x00004d48 enable  0x00000028 
+ 00027955  0x00004d49 rtn 
+ 00027956  0x00004d4c fetch  0x00000002 , 0x000043da 
+ 00027957  0x00004d4d ifetch  0x00000001 , 0x0000003f 
+ 00027958  0x00004d4f rtn  0x00000034 
+ 00027959  0x00004d50 copy  0x0000003f , 0x00000039 
+ 00027960  0x00004d51 fetch  0x00000002 , 0x000043da 
+ 00027961  0x00004d52 increase  0x00000003 , 0x0000003f 
+ 00027962  0x00004d53 copy  0x0000003f , 0x00000011 
+ 00027963  0x00004d55 ifetcht  0x00000001 , 0x00000011 
+ 00027964  0x00004d56 call  0x00006c0b 
+ 00027965  0x00004d57 increase  0x00000001 , 0x00000011 
+ 00027966  0x00004d58 loop  0x00006d3b 
+ 00027967  0x00004d5a rtn 
+ 00027968  0x00004d5d arg  0x00000009 , 0x00000007 
+ 00027969  0x00004d5e call  0x0000755d 
+ 00027970  0x00004d5f nrtn  0x00000034 
+ 00027971  0x00004d60 setarg  0x00000020 
+ 00027972  0x00004d61 arg  0x00000009 , 0x00000007 
+ 00027973  0x00004d62 call  0x0000754f 
+ 00027974  0x00004d63 disable  0x00000028 
+ 00027975  0x00004d64 call  0x00006d34 
+ 00027976  0x00004d65 bpatch  0x0000009a , 0x00004013 
+ 00027977  0x00004d66 fetch  0x00000002 , 0x000043da 
+ 00027978  0x00004d67 ifetch  0x00000001 , 0x0000003f 
+ 00027979  0x00004d69 rtn  0x00000034 
+ 00027980  0x00004d6a call  0x00006d1b 
+ 00027981  0x00004d6b nbranch  0x00007011 , 0x00000028 
+ 00027982  0x00004d6c call  0x0000700f 
+ 00027983  0x00004d6d disable  0x00000028 
+ 00027984  0x00004d6e fetch  0x00000002 , 0x00000546 
+ 00027985  0x00004d6f store  0x00000002 , 0x0000054d 
+ 00027986  0x00004d70 jam  0x00000000 , 0x0000054f 
+ 00027987  0x00004d71 force  0x00000000 , 0x00000007 
+ 00027988  0x00004d73 fetch  0x00000002 , 0x000043dc 
+ 00027989  0x00004d74 rshift  0x0000003f , 0x00000002 
+ 00027990  0x00004d75 storet  0x00000002 , 0x000043dc 
+ 00027991  0x00004d76 and  0x0000003f , 0x00000001 , 0x0000003f 
+ 00027992  0x00004d77 fetcht  0x00000002 , 0x0000054d 
+ 00027993  0x00004d78 and  0x00000002 , 0x00000001 , 0x00000011 
+ 00027994  0x00004d79 rshift  0x00000002 , 0x00000002 
+ 00027995  0x00004d7a storet  0x00000002 , 0x0000054d 
+ 00027996  0x00004d7b ixor  0x00000011 , 0x0000003e 
+ 00027997  0x00004d7c ncall  0x00006d69 , 0x00000005 
+ 00027998  0x00004d7d fetch  0x00000002 , 0x000043da 
+ 00027999  0x00004d7e ifetch  0x00000001 , 0x0000003f 
+ 00028000  0x00004d80 fetcht  0x00000001 , 0x0000054f 
+ 00028001  0x00004d81 increase  0x00000001 , 0x00000002 
+ 00028002  0x00004d82 storet  0x00000001 , 0x0000054f 
+ 00028003  0x00004d83 copy  0x00000002 , 0x00000007 
+ 00028004  0x00004d84 ixor  0x00000007 , 0x0000003e 
+ 00028005  0x00004d85 nbranch  0x00006d54 , 0x00000005 
+ 00028006  0x00004d86 fetch  0x00000002 , 0x00000546 
+ 00028007  0x00004d87 store  0x00000002 , 0x000043dc 
+ 00028008  0x00004d88 rtn 
+ 00028009  0x00004d8a bpatch  0x0000009b , 0x00004013 
+ 00028010  0x00004d8b fetch  0x00000002 , 0x000043da 
+ 00028011  0x00004d8c increase  0x00000001 , 0x0000003f 
+ 00028012  0x00004d8d ifetch  0x00000002 , 0x0000003f 
+ 00028013  0x00004d8e branch  0x000075e6 
+ 00028014  0x00004d95 fetch  0x00000001 , 0x00008042 
+ 00028015  0x00004d96 ior  0x00000011 , 0x0000003f 
+ 00028016  0x00004d97 store  0x00000001 , 0x00008042 
+ 00028017  0x00004d98 fetch  0x00000002 , 0x00008050 
+ 00028018  0x00004d99 set0  0x0000000d , 0x0000003f 
+ 00028019  0x00004d9a store  0x00000002 , 0x00008050 
+ 00028020  0x00004d9c nop  0x00000064 
+ 00028021  0x00004d9d rtn 
+ 00028022  0x00004da0 fetch  0x00000001 , 0x00008042 
+ 00028023  0x00004da1 bbit1  0x00000006 , 0x00006d7b 
+ 00028024  0x00004da2 bbit1  0x00000007 , 0x00006d7d 
+ 00028025  0x00004da4 setarg  0x00b71b00 
+ 00028026  0x00004da5 rtn 
+ 00028027  0x00004da7 setarg  0x016e3600 
+ 00028028  0x00004da8 rtn 
+ 00028029  0x00004daa setarg  0x000080e8 
+ 00028030  0x00004dab rtn 
+ 00028031  0x00004daf fetcht  0x00000003 , 0x000004c6 
+ 00028032  0x00004db0 call  0x00006d76 
+ 00028033  0x00004db1 idiv  0x00000002 
+ 00028034  0x00004db2 call  0x000075d0 
+ 00028035  0x00004db3 quotient  0x00000002 
+ 00028036  0x00004db4 fetch  0x00000001 , 0x000004c9 
+ 00028037  0x00004db5 imul32  0x00000002 , 0x0000003f 
+ 00028038  0x00004db6 div  0x0000003f , 0x00000064 
+ 00028039  0x00004db7 call  0x000075d0 
+ 00028040  0x00004db8 quotient  0x00000011 
+ 00028041  0x00004db9 copy  0x00000002 , 0x0000003f 
+ 00028042  0x00004dba isub  0x00000011 , 0x00000012 
+ 00028043  0x00004dbc fetch  0x00000001 , 0x000004c5 
+ 00028044  0x00004dbd call  0x00006d93 
+ 00028045  0x00004dbe fetch  0x00000001 , 0x000004c4 
+ 00028046  0x00004dbf fetcht  0x00000001 , 0x000004c5 
+ 00028047  0x00004dc0 and_into  0x0000000f , 0x00000002 
+ 00028048  0x00004dc1 lshift8  0x00000002 , 0x00000002 
+ 00028049  0x00004dc2 ior  0x00000002 , 0x0000003f 
+ 00028050  0x00004dc3 branch  0x00006dd3 
+ 00028051  0x00004dc6 iforce  0x00000007 
+ 00028052  0x00004dc7 call  0x00006da1 
+ 00028053  0x00004dc8 branch  0x00006d96 
+ 00028054  0x00004dcb fetch  0x00000001 , 0x000080c5 
+ 00028055  0x00004dcc qset1  0x0000003f 
+ 00028056  0x00004dcd store  0x00000001 , 0x000080c5 
+ 00028057  0x00004dce fetcht  0x00000001 , 0x00008042 
+ 00028058  0x00004dcf isolate1  0x00000007 , 0x00000002 
+ 00028059  0x00004dd0 call  0x00006d9f , 0x00000001 
+ 00028060  0x00004dd1 qset0  0x0000003f 
+ 00028061  0x00004dd2 store  0x00000001 , 0x000080c5 
+ 00028062  0x00004dd3 rtn 
+ 00028063  0x00004dd7 nop  0x000001e0 
+ 00028064  0x00004dd8 rtn 
+ 00028065  0x00004ddb and_into  0x0000000f , 0x0000003f 
+ 00028066  0x00004ddc arg  0x0000809c , 0x00000005 
+ 00028067  0x00004ddd mul32  0x0000003f , 0x00000004 , 0x0000003f 
+ 00028068  0x00004dde iadd  0x00000005 , 0x00000005 
+ 00028069  0x00004ddf copy  0x00000011 , 0x0000003f 
+ 00028070  0x00004de0 istore  0x00000002 , 0x00000005 
+ 00028071  0x00004de1 copy  0x00000012 , 0x0000003f 
+ 00028072  0x00004de2 istore  0x00000002 , 0x00000005 
+ 00028073  0x00004de3 rtn 
+ 00028074  0x00004de9 rshift8  0x00000012 , 0x00000007 
+ 00028075  0x00004dea call  0x00006dc8 
+ 00028076  0x00004deb rshift8  0x00000012 , 0x00000007 
+ 00028077  0x00004dec call  0x00006dc2 
+ 00028078  0x00004ded rshift8  0x00000011 , 0x00000007 
+ 00028079  0x00004dee enable  0x00000001 
+ 00028080  0x00004def call  0x00006dc3 
+ 00028081  0x00004df1 deposit  0x00000011 
+ 00028082  0x00004df2 call  0x00006dce 
+ 00028083  0x00004df3 deposit  0x00000012 
+ 00028084  0x00004df4 branch  0x00006dd3 
+ 00028085  0x00004df7 deposit  0x00000011 
+ 00028086  0x00004df8 call  0x00006dd6 
+ 00028087  0x00004df9 deposit  0x00000012 
+ 00028088  0x00004dfa call  0x00006dd6 
+ 00028089  0x00004dfc rshift8  0x00000011 , 0x00000007 
+ 00028090  0x00004dfd disable  0x00000001 
+ 00028091  0x00004dfe call  0x00006dc3 
+ 00028092  0x00004dff rshift8  0x00000012 , 0x00000007 
+ 00028093  0x00004e00 disable  0x00000001 
+ 00028094  0x00004e01 call  0x00006dc9 
+ 00028095  0x00004e02 rshift8  0x00000012 , 0x00000007 
+ 00028096  0x00004e03 disable  0x00000001 
+ 00028097  0x00004e04 branch  0x00006dc3 
+ 00028098  0x00004e08 isolate1  0x00000007 , 0x00000007 
+ 00028099  0x00004e0a and  0x00000007 , 0x0000000f , 0x00000007 
+ 00028100  0x00004e0b fetch  0x00000001 , 0x000080c3 
+ 00028101  0x00004e0c qsetflag  0x00000001 , 0x0000003f 
+ 00028102  0x00004e0d store  0x00000001 , 0x000080c3 
+ 00028103  0x00004e0e rtn 
+ 00028104  0x00004e11 isolate1  0x00000006 , 0x00000007 
+ 00028105  0x00004e13 and  0x00000007 , 0x0000000f , 0x00000007 
+ 00028106  0x00004e14 fetch  0x00000001 , 0x0000809b 
+ 00028107  0x00004e15 qsetflag  0x00000001 , 0x0000003f 
+ 00028108  0x00004e16 store  0x00000001 , 0x0000809b 
+ 00028109  0x00004e17 rtn 
+ 00028110  0x00004e19 call  0x00006dde 
+ 00028111  0x00004e1b lshift8  0x0000003f , 0x0000003f 
+ 00028112  0x00004e1c add  0x00000007 , 0x00000010 , 0x00000002 
+ 00028113  0x00004e1d ior  0x00000002 , 0x0000003f 
+ 00028114  0x00004e1e branch  0x00006c64 
+ 00028115  0x00004e21 enable  0x00000028 
+ 00028116  0x00004e22 call  0x00006dce 
+ 00028117  0x00004e23 branch  0x00006dd9 
+ 00028118  0x00004e26 disable  0x00000028 
+ 00028119  0x00004e27 call  0x00006dde 
+ 00028120  0x00004e28 branch  0x00006dd9 
+ 00028121  0x00004e2b and  0x00000007 , 0x0000000f , 0x00000007 
+ 00028122  0x00004e2c fetch  0x00000001 , 0x0000809a 
+ 00028123  0x00004e2d qsetflag  0x00000028 , 0x0000003f 
+ 00028124  0x00004e2e store  0x00000001 , 0x0000809a 
+ 00028125  0x00004e2f rtn 
+ 00028126  0x00004e31 rshift8  0x0000003f , 0x00000007 
+ 00028127  0x00004e32 and  0x00000007 , 0x0000000f , 0x00000007 
+ 00028128  0x00004e33 rtn 
+ 00028129  0x00004e38 copy  0x0000003f , 0x00000002 
+ 00028130  0x00004e39 bpatch  0x0000009c , 0x00004013 
+ 00028131  0x00004e3a call  0x00006dee 
+ 00028132  0x00004e3b setarg  0x00000800 
+ 00028133  0x00004e3c isub  0x00000002 , 0x0000003f 
+ 00028134  0x00004e3d copy  0x0000003f , 0x00000002 
+ 00028135  0x00004e3e rshift4  0x00000002 , 0x00000002 
+ 00028136  0x00004e3f storet  0x00000001 , 0x00008004 
+ 00028137  0x00004e40 nop  0x00000578 
+ 00028138  0x00004e41 copy  0x0000003f , 0x00000002 
+ 00028139  0x00004e42 and_into  0x0000000f , 0x00000002 
+ 00028140  0x00004e43 storet  0x00000001 , 0x0000800b 
+ 00028141  0x00004e44 rtn 
+ 00028142  0x00004e48 enable  0x0000002c 
+ 00028143  0x00004e49 branch  0x00006df2 
+ 00028144  0x00004e4d bpatch  0x0000009d , 0x00004013 
+ 00028145  0x00004e4e disable  0x0000002c 
+ 00028146  0x00004e50 fetch  0x00000001 , 0x00008043 
+ 00028147  0x00004e51 setflag  0x0000002c , 0x00000003 , 0x0000003f 
+ 00028148  0x00004e52 store  0x00000001 , 0x00008043 
+ 00028149  0x00004e53 rtn 
+ 00028150  0x00004e59 arg  0x00000031 , 0x00000002 
+ 00028151  0x00004e5d store  0x00000004 , 0x00008061 
+ 00028152  0x00004e5e store  0x00000002 , 0x00008065 
+ 00028153  0x00004e5f storet  0x00000001 , 0x00008067 
+ 00028154  0x00004e60 rtn 
+ 00028155  0x00004e64 fetch  0x00000002 , 0x0000812c 
+ 00028156  0x00004e65 rtn 
+ 00028157  0x00004e68 fetchr  0x00000003 , 0x00000002 , 0x00008065 
+ 00028158  0x00004e69 fetchr  0x0000000a , 0x00000002 , 0x00008061 
+ 00028159  0x00004e6a fetchr  0x00000010 , 0x00000002 , 0x00008063 
+ 00028160  0x00004e6b rtn 
+ 00028161  0x00004e6e storer  0x00000003 , 0x00000002 , 0x00008065 
+ 00028162  0x00004e6f rtn 
+ 00028163  0x00004e77 call  0x00007636 
+ 00028164  0x00004e78 arg  0x00000000 , 0x0000002b 
+ 00028165  0x00004e79 call  0x00006dfb 
+ 00028166  0x00004e7a beq  0x00000002 , 0x00006e45 
+ 00028167  0x00004e7b sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00028168  0x00004e7c rtn  0x00000002 
+ 00028169  0x00004e7d call  0x00006dfd 
+ 00028170  0x00004e7e ifetcht  0x00000002 , 0x00000003 
+ 00028171  0x00004e7f setarg  0x0000a654 
+ 00028172  0x00004e80 call  0x00006e4e 
+ 00028173  0x00004e81 nbranch  0x00006e33 , 0x00000002 
+ 00028174  0x00004e82 copy  0x00000018 , 0x00000002 
+ 00028175  0x00004e83 setarg  0x00017f8e 
+ 00028176  0x00004e84 call  0x00006e4e 
+ 00028177  0x00004e85 nbranch  0x00006e33 , 0x00000002 
+ 00028178  0x00004e87 copy  0x00000018 , 0x00000002 
+ 00028179  0x00004e88 setarg  0x00002328 
+ 00028180  0x00004e89 call  0x00006e4e 
+ 00028181  0x00004e8a branch  0x00006e2a , 0x00000002 
+ 00028182  0x00004e8b ifetcht  0x00000002 , 0x00000003 
+ 00028183  0x00004e8c setarg  0x00001194 
+ 00028184  0x00004e8d call  0x00006e4e 
+ 00028185  0x00004e8e branch  0x00006e2a , 0x00000002 
+ 00028186  0x00004e8f call  0x00006dfb 
+ 00028187  0x00004e90 sub  0x0000003f , 0x00000085 , 0x0000003e 
+ 00028188  0x00004e91 rtn  0x00000002 
+ 00028189  0x00004e92 arg  0x00000020 , 0x00000039 
+ 00028190  0x00004e94 ifetcht  0x00000002 , 0x00000003 
+ 00028191  0x00004e95 setarg  0x00000230 
+ 00028192  0x00004e96 call  0x00006e4e 
+ 00028193  0x00004e97 branch  0x00006e2a , 0x00000002 
+ 00028194  0x00004e98 ifetcht  0x00000002 , 0x00000003 
+ 00028195  0x00004e99 setarg  0x0000069a 
+ 00028196  0x00004e9a call  0x00006e4e 
+ 00028197  0x00004e9b nbranch  0x00006e2f , 0x00000002 
+ 00028198  0x00004e9c copy  0x00000018 , 0x00000002 
+ 00028199  0x00004e9d setarg  0x00000230 
+ 00028200  0x00004e9e call  0x00006e4e 
+ 00028201  0x00004e9f nbranch  0x00006e30 , 0x00000002 
+ 00028202  0x00004ea3 copy  0x00000018 , 0x00000002 
+ 00028203  0x00004ea4 setarg  0x0000ffff 
+ 00028204  0x00004ea5 isub  0x00000002 , 0x0000003e 
+ 00028205  0x00004ea6 branch  0x00006e4a , 0x00000005 
+ 00028206  0x00004ea7 branch  0x00006e01 
+ 00028207  0x00004eaa set1  0x00000020 , 0x0000002b 
+ 00028208  0x00004eac rshift  0x0000002b , 0x0000002b 
+ 00028209  0x00004ead loop  0x00006e1e 
+ 00028210  0x00004eae branch  0x00006e3e 
+ 00028211  0x00004eb1 call  0x00006dfb 
+ 00028212  0x00004eb2 sub  0x0000003f , 0x00000007 , 0x0000003e 
+ 00028213  0x00004eb3 rtn  0x00000002 
+ 00028214  0x00004eb4 ifetcht  0x00000002 , 0x00000003 
+ 00028215  0x00004eb5 setarg  0x00002328 
+ 00028216  0x00004eb6 call  0x00006e4e 
+ 00028217  0x00004eb7 branch  0x00006e2a , 0x00000002 
+ 00028218  0x00004eb8 ifetcht  0x00000002 , 0x00000003 
+ 00028219  0x00004eb9 setarg  0x000008ca 
+ 00028220  0x00004eba call  0x00006e4e 
+ 00028221  0x00004ebb branch  0x00006e2a , 0x00000002 
+ 00028222  0x00004ebd ifetcht  0x00000002 , 0x00000003 
+ 00028223  0x00004ebe setarg  0x00000230 
+ 00028224  0x00004ebf call  0x00006e4e 
+ 00028225  0x00004ec0 branch  0x00006e2a , 0x00000002 
+ 00028226  0x00004ec1 call  0x00006e01 
+ 00028227  0x00004ec2 copy  0x00000013 , 0x0000003f 
+ 00028228  0x00004ec3 branch  0x000075e6 
+ 00028229  0x00004ec6 call  0x00006dfd 
+ 00028230  0x00004ec7 ifetcht  0x00000002 , 0x00000003 
+ 00028231  0x00004ec8 setarg  0x0000ffff 
+ 00028232  0x00004ec9 isub  0x00000002 , 0x0000003e 
+ 00028233  0x00004eca nrtn  0x00000005 
+ 00028234  0x00004ecc call  0x00006e01 
+ 00028235  0x00004ecd call  0x00007638 
+ 00028236  0x00004ece copy  0x00000013 , 0x0000003f 
+ 00028237  0x00004ecf branch  0x000075e6 
+ 00028238  0x00004ed7 fetchr  0x00000012 , 0x00000001 , 0x000043ea 
+ 00028239  0x00004ee1 copy  0x00000002 , 0x00000018 
+ 00028240  0x00004ee2 imul32  0x00000012 , 0x00000012 
+ 00028241  0x00004ee3 lshift  0x00000002 , 0x00000002 
+ 00028242  0x00004ee4 isub  0x00000002 , 0x00000011 
+ 00028243  0x00004ee5 ncall  0x00006e57 , 0x00000002 
+ 00028244  0x00004ee6 mul32  0x00000011 , 0x00000064 , 0x0000003f 
+ 00028245  0x00004ee7 isub  0x00000012 , 0x0000003e 
+ 00028246  0x00004ee8 rtn 
+ 00028247  0x00004eeb sub  0x00000011 , 0x00000000 , 0x00000011 
+ 00028248  0x00004eec rtn 
+ 00028249  0x00004efa bpatch  0x000000a4 , 0x00004014 
+ 00028250  0x00004efb call  0x00006f42 
+ 00028251  0x00004efc arg  0x0000424a , 0x00000005 
+ 00028252  0x00004efd branch  0x00006fb1 
+ 00028253  0x00004f01 arg  0x0000426b , 0x00000005 
+ 00028254  0x00004f02 branch  0x00006e60 , 0x00000029 
+ 00028255  0x00004f03 arg  0x00000153 , 0x00000005 
+ 00028256  0x00004f05 copy  0x00000006 , 0x00000011 
+ 00028257  0x00004f06 call  0x000074f5 
+ 00028258  0x00004f07 call  0x00006f57 
+ 00028259  0x00004f08 arg  0x0000425b , 0x00000006 
+ 00028260  0x00004f09 branch  0x00006fca 
+ 00028261  0x00004f0c arg  0x00000153 , 0x00000011 
+ 00028262  0x00004f0d branch  0x00006e68 , 0x00000029 
+ 00028263  0x00004f0e arg  0x0000426b , 0x00000011 
+ 00028264  0x00004f10 copy  0x00000011 , 0x00000005 
+ 00028265  0x00004f11 call  0x00007661 
+ 00028266  0x00004f12 branch  0x00006f57 
+ 00028267  0x00004f15 arg  0x000042b8 , 0x00000006 
+ 00028268  0x00004f16 call  0x00006f9d 
+ 00028269  0x00004f17 arg  0x0000424a , 0x00000006 
+ 00028270  0x00004f18 call  0x00006f9e 
+ 00028271  0x00004f19 force  0x00000038 , 0x00000036 
+ 00028272  0x00004f1a force  0x00000000 , 0x00000036 
+ 00028273  0x00004f1b call  0x00006f0b 
+ 00028274  0x00004f1c arg  0x000001a3 , 0x00000005 
+ 00028275  0x00004f1d branch  0x00006fb1 
+ 00028276  0x00004f22 force  0x00000008 , 0x00000038 
+ 00028277  0x00004f23 force  0x00000049 , 0x0000003f 
+ 00028278  0x00004f24 branch  0x00006e7b 
+ 00028279  0x00004f28 force  0x00000049 , 0x0000003f 
+ 00028280  0x00004f29 branch  0x00006e7a 
+ 00028281  0x00004f2b force  0x00000001 , 0x0000003f 
+ 00028282  0x00004f2d force  0x00000000 , 0x00000038 
+ 00028283  0x00004f2f lshift8  0x00000002 , 0x0000002f 
+ 00028284  0x00004f30 ior  0x0000002f , 0x0000002f 
+ 00028285  0x00004f31 increase  0x00000001 , 0x00000038 
+ 00028286  0x00004f32 rshift8  0x00000002 , 0x0000002f 
+ 00028287  0x00004f33 rshift16  0x0000002f , 0x0000002f 
+ 00028288  0x00004f34 fetch  0x00000002 , 0x0000440b 
+ 00028289  0x00004f35 lshift16  0x0000003f , 0x0000003f 
+ 00028290  0x00004f36 ior  0x0000002f , 0x0000002f 
+ 00028291  0x00004f37 increase  0x00000001 , 0x00000038 
+ 00028292  0x00004f38 ifetchr  0x0000002f , 0x00000004 , 0x00000006 
+ 00028293  0x00004f39 increase  0x00000001 , 0x00000038 
+ 00028294  0x00004f3a ifetch  0x00000002 , 0x00000006 
+ 00028295  0x00004f3b byteswap  0x00000011 , 0x0000002f 
+ 00028296  0x00004f3c lshift16  0x0000002f , 0x0000002f 
+ 00028297  0x00004f3d ior  0x0000002f , 0x0000002f 
+ 00028298  0x00004f3e increase  0x00000001 , 0x00000038 
+ 00028299  0x00004f3f rtn 
+ 00028300  0x00004f44 add  0x00000013 , 0x00000001 , 0x00000006 
+ 00028301  0x00004f45 ifetch  0x00000001 , 0x00000006 
+ 00028302  0x00004f46 iforce  0x00000011 
+ 00028303  0x00004f47 call  0x00006e77 
+ 00028304  0x00004f48 call  0x00006f0d 
+ 00028305  0x00004f4a force  0x00000000 , 0x00000038 
+ 00028306  0x00004f4b ifetch  0x00000001 , 0x00000013 
+ 00028307  0x00004f4c and_into  0x00000003 , 0x0000003f 
+ 00028308  0x00004f4d lshift16  0x0000003f , 0x0000002f 
+ 00028309  0x00004f4e set1  0x00000008 , 0x0000002f 
+ 00028310  0x00004f4f call  0x00006fa6 
+ 00028311  0x00004f50 call  0x00006f10 
+ 00028312  0x00004f52 copy  0x00000011 , 0x00000039 
+ 00028313  0x00004f53 add  0x00000013 , 0x00000002 , 0x00000006 
+ 00028314  0x00004f54 call  0x00006f85 
+ 00028315  0x00004f56 call  0x00006f8f 
+ 00028316  0x00004f57 call  0x00006f10 
+ 00028317  0x00004f58 deposit  0x00000039 
+ 00028318  0x00004f59 branch  0x00006ea0 , 0x00000034 
+ 00028319  0x00004f5a branch  0x00006e9b 
+ 00028320  0x00004f5c force  0x0000000c , 0x00000038 
+ 00028321  0x00004f5d deposit  0x0000002f 
+ 00028322  0x00004f5e store  0x00000004 , 0x0000014b 
+ 00028323  0x00004f5f rtn 
+ 00028324  0x00004f62 increase  0x00000001 , 0x00000011 
+ 00028325  0x00004f63 call  0x00006e79 
+ 00028326  0x00004f64 copy  0x00000013 , 0x00000006 
+ 00028327  0x00004f65 call  0x00006f99 
+ 00028328  0x00004f66 call  0x00006f13 
+ 00028329  0x00004f67 call  0x00006fb8 
+ 00028330  0x00004f68 increase  0x00000010 , 0x00000013 
+ 00028331  0x00004f69 increase  0xfffffff0 , 0x00000012 
+ 00028332  0x00004f6a branch  0x00006ea4 , 0x00000002 
+ 00028333  0x00004f6b rtn 
+ 00028334  0x00004f72 call  0x00006f00 
+ 00028335  0x00004f73 jam  0x00000000 , 0x0000806c 
+ 00028336  0x00004f74 jam  0x00000001 , 0x0000806d 
+ 00028337  0x00004f75 fetch  0x00000001 , 0x00000047 
+ 00028338  0x00004f76 and_into  0x00000003 , 0x0000003f 
+ 00028339  0x00004f77 store  0x00000001 , 0x0000806e 
+ 00028340  0x00004f79 setarg  0x00000049 
+ 00028341  0x00004f7a store  0x00000002 , 0x00008068 
+ 00028342  0x00004f7b store  0x00000002 , 0x0000806a 
+ 00028343  0x00004f7d fetchr  0x00000011 , 0x00000001 , 0x00000048 
+ 00028344  0x00004f7e increase  0xfffffffc , 0x00000011 
+ 00028345  0x00004f7f nbranch  0x00007644 , 0x00000002 
+ 00028346  0x00004f80 storer  0x00000011 , 0x00000001 , 0x00000048 
+ 00028347  0x00004f81 setarg  0x00000049 
+ 00028348  0x00004f82 iadd  0x00000011 , 0x00000006 
+ 00028349  0x00004f83 force  0x00000000 , 0x00000038 
+ 00028350  0x00004f84 ifetchr  0x0000002f , 0x00000004 , 0x00000006 
+ 00028351  0x00004f85 storer  0x0000002f , 0x00000004 , 0x0000014f 
+ 00028352  0x00004f86 fetcht  0x00000005 , 0x00004402 
+ 00028353  0x00004f87 call  0x00006e74 
+ 00028354  0x00004f88 jam  0x00000006 , 0x0000800a 
+ 00028355  0x00004f89 jam  0x00000007 , 0x0000800a 
+ 00028356  0x00004f8a fetch  0x00000001 , 0x00000048 
+ 00028357  0x00004f8b store  0x00000002 , 0x000080c1 
+ 00028358  0x00004f8c call  0x00006f07 
+ 00028359  0x00004f8d fetch  0x00000001 , 0x00008108 
+ 00028360  0x00004f8e bbit0  0x00000007 , 0x00007644 
+ 00028361  0x00004f8f fetcht  0x00000004 , 0x0000014f 
+ 00028362  0x00004f90 fetch  0x00000004 , 0x00004407 
+ 00028363  0x00004f91 isub  0x00000002 , 0x0000003f 
+ 00028364  0x00004f92 rtn  0x00000034 
+ 00028365  0x00004f93 storet  0x00000004 , 0x00004407 
+ 00028366  0x00004f94 fetch  0x00000005 , 0x00004402 
+ 00028367  0x00004f95 increase  0x00000001 , 0x0000003f 
+ 00028368  0x00004f96 set1  0x00000027 , 0x0000003f 
+ 00028369  0x00004f97 store  0x00000005 , 0x00004402 
+ 00028370  0x00004f98 force  0x00000000 , 0x0000003f 
+ 00028371  0x00004f99 rtn 
+ 00028372  0x00004f9d call  0x00006edb 
+ 00028373  0x00004f9e setarg  0x0000412b 
+ 00028374  0x00004f9f iadd  0x00000011 , 0x00000011 
+ 00028375  0x00004fa0 call  0x00006f07 
+ 00028376  0x00004fa1 arg  0x0000000c , 0x00000038 
+ 00028377  0x00004fa2 istorer  0x0000002f , 0x00000004 , 0x00000011 
+ 00028378  0x00004fa3 rtn 
+ 00028379  0x00004fa7 call  0x00006f00 
+ 00028380  0x00004fa8 bpatch  0x000000a5 , 0x00004014 
+ 00028381  0x00004fa9 jam  0x00000000 , 0x0000806c 
+ 00028382  0x00004faa jam  0x00000001 , 0x0000806d 
+ 00028383  0x00004fab fetch  0x00000001 , 0x00004129 
+ 00028384  0x00004fac and_into  0x00000003 , 0x0000003f 
+ 00028385  0x00004fad store  0x00000001 , 0x0000806e 
+ 00028386  0x00004fae fetch  0x00000002 , 0x000004e3 
+ 00028387  0x00004faf store  0x00000002 , 0x00008068 
+ 00028388  0x00004fb0 setarg  0x0000412b 
+ 00028389  0x00004fb1 store  0x00000002 , 0x0000806a 
+ 00028390  0x00004fb3 fetchr  0x00000011 , 0x00000001 , 0x0000412a 
+ 00028391  0x00004fb4 fetcht  0x00000005 , 0x000043fd 
+ 00028392  0x00004fb5 call  0x00006e74 
+ 00028393  0x00004fb6 jam  0x00000002 , 0x0000800a 
+ 00028394  0x00004fb7 jam  0x00000003 , 0x0000800a 
+ 00028395  0x00004fb9 fetch  0x00000001 , 0x0000412a 
+ 00028396  0x00004fba store  0x00000002 , 0x000080c1 
+ 00028397  0x00004fbb increase  0x00000004 , 0x0000003f 
+ 00028398  0x00004fbc store  0x00000001 , 0x0000412a 
+ 00028399  0x00004fbd fetch  0x00000005 , 0x000043fd 
+ 00028400  0x00004fbe increase  0x00000001 , 0x0000003f 
+ 00028401  0x00004fbf set0  0x00000027 , 0x0000003f 
+ 00028402  0x00004fc0 store  0x00000005 , 0x000043fd 
+ 00028403  0x00004fc1 rtn 
+ 00028404  0x00004fc5 fetch  0x00000002 , 0x0000811a 
+ 00028405  0x00004fc6 isub  0x00000002 , 0x0000003e 
+ 00028406  0x00004fc7 rtn  0x00000005 
+ 00028407  0x00004fc8 nrtn  0x00000034 
+ 00028408  0x00004fca branch  0x00006ef4 
+ 00028409  0x00004fcd fetch  0x00000001 , 0x00008108 
+ 00028410  0x00004fce bbit0  0x00000006 , 0x00003aba 
+ 00028411  0x00004fd0 setarg  0x0000412b 
+ 00028412  0x00004fd1 iadd  0x00000002 , 0x00000005 
+ 00028413  0x00004fd2 arg  0x0000000c , 0x00000038 
+ 00028414  0x00004fd3 istorer  0x0000002f , 0x00000004 , 0x00000005 
+ 00028415  0x00004fd4 branch  0x00006f09 
+ 00028416  0x00004fd7 bpatch  0x000000a6 , 0x00004014 
+ 00028417  0x00004fd8 force  0x0000000c , 0x00000038 
+ 00028418  0x00004fd9 call  0x00006fac 
+ 00028419  0x00004fda call  0x00006fab 
+ 00028420  0x00004fdb setarg  0x00000000 
+ 00028421  0x00004fdc store  0x00000002 , 0x000080c1 
+ 00028422  0x00004fdd rtn 
+ 00028423  0x00004fe0 fetch  0x00000001 , 0x00008108 
+ 00028424  0x00004fe1 bbit0  0x00000006 , 0x00006f07 
+ 00028425  0x00004fe3 jam  0x00000000 , 0x0000800a 
+ 00028426  0x00004fe4 rtn 
+ 00028427  0x00004fe8 nbranch  0x00006f0b , 0x00000037 
+ 00028428  0x00004fe9 rtn 
+ 00028429  0x00004fec force  0x00000030 , 0x00000036 
+ 00028430  0x00004fed force  0x00000000 , 0x00000036 
+ 00028431  0x00004fee branch  0x00006f0b 
+ 00028432  0x00004ff1 force  0x00000032 , 0x00000036 
+ 00028433  0x00004ff2 force  0x00000002 , 0x00000036 
+ 00028434  0x00004ff3 branch  0x00006f0b 
+ 00028435  0x00004ff6 force  0x00000034 , 0x00000036 
+ 00028436  0x00004ff7 force  0x00000004 , 0x00000036 
+ 00028437  0x00004ff8 branch  0x00006f0b 
+ 00028438  0x00004ffc force  0x00000001 , 0x00000036 
+ 00028439  0x00004ffd force  0x00000000 , 0x00000036 
+ 00028440  0x00004ffe rtn 
+ 00028441  0x00005002 fetch  0x00000001 , 0x00008144 
+ 00028442  0x00005003 bbit0  0x00000005 , 0x00006f19 
+ 00028443  0x00005004 rtn 
+ 00028444  0x00005008 store  0x00000002 , 0x0000807e 
+ 00028445  0x00005009 force  0x000000c0 , 0x00000036 
+ 00028446  0x0000500a force  0x00000080 , 0x00000036 
+ 00028447  0x0000500b branch  0x00006f19 
+ 00028448  0x0000500e force  0x00000000 , 0x00000038 
+ 00028449  0x0000500f copy  0x00000012 , 0x00000006 
+ 00028450  0x00005010 force  0x00000004 , 0x00000039 
+ 00028451  0x00005011 call  0x00006f2f 
+ 00028452  0x00005013 force  0x00000180 , 0x00000036 
+ 00028453  0x00005014 force  0x00000080 , 0x00000036 
+ 00028454  0x00005015 call  0x00006f0b 
+ 00028455  0x00005017 force  0x0000000c , 0x00000038 
+ 00028456  0x00005018 copy  0x00000013 , 0x00000005 
+ 00028457  0x00005019 force  0x00000004 , 0x00000039 
+ 00028458  0x0000501b copy  0x0000002f , 0x0000003f 
+ 00028459  0x0000501c istore  0x00000004 , 0x00000005 
+ 00028460  0x0000501d increase  0x00000001 , 0x00000038 
+ 00028461  0x0000501e loop  0x00006f2a 
+ 00028462  0x0000501f rtn 
+ 00028463  0x00005022 ifetch  0x00000002 , 0x00000006 
+ 00028464  0x00005023 ifetcht  0x00000002 , 0x00000006 
+ 00028465  0x00005024 lshift16  0x00000002 , 0x00000002 
+ 00028466  0x00005025 ior  0x00000002 , 0x0000002f 
+ 00028467  0x00005026 increase  0x00000001 , 0x00000038 
+ 00028468  0x00005027 loop  0x00006f2f 
+ 00028469  0x00005028 rtn 
+ 00028470  0x0000502c force  0x00000008 , 0x00000038 
+ 00028471  0x0000502d copy  0x00000011 , 0x00000006 
+ 00028472  0x0000502e force  0x00000004 , 0x00000039 
+ 00028473  0x0000502f call  0x00006f2f 
+ 00028474  0x00005031 force  0x00000000 , 0x00000038 
+ 00028475  0x00005032 copy  0x00000012 , 0x00000006 
+ 00028476  0x00005033 force  0x00000004 , 0x00000039 
+ 00028477  0x00005034 call  0x00006f2f 
+ 00028478  0x00005035 force  0x00000182 , 0x00000036 
+ 00028479  0x00005036 force  0x00000082 , 0x00000036 
+ 00028480  0x00005037 call  0x00006f0b 
+ 00028481  0x00005038 branch  0x00006f27 
+ 00028482  0x0000503c force  0x00000000 , 0x00000038 
+ 00028483  0x0000503d fetch  0x00000004 , 0x00000153 
+ 00028484  0x0000503e iforce  0x0000002f 
+ 00028485  0x0000503f increase  0x00000001 , 0x00000038 
+ 00028486  0x00005040 ifetch  0x00000004 , 0x00000006 
+ 00028487  0x00005041 iforce  0x0000002f 
+ 00028488  0x00005042 increase  0x00000001 , 0x00000038 
+ 00028489  0x00005043 fetch  0x00000004 , 0x0000426b 
+ 00028490  0x00005044 iforce  0x0000002f 
+ 00028491  0x00005045 increase  0x00000001 , 0x00000038 
+ 00028492  0x00005046 ifetch  0x00000004 , 0x00000006 
+ 00028493  0x00005047 iforce  0x0000002f 
+ 00028494  0x00005048 increase  0x00000001 , 0x00000038 
+ 00028495  0x00005049 call  0x00006fac 
+ 00028496  0x0000504a increase  0xfffffffc , 0x00000038 
+ 00028497  0x0000504b fetch  0x00000004 , 0x000042d2 
+ 00028498  0x0000504c copy  0x0000003f , 0x0000002f 
+ 00028499  0x0000504d increase  0x00000004 , 0x00000038 
+ 00028500  0x0000504e force  0x00000038 , 0x00000036 
+ 00028501  0x0000504f force  0x00000008 , 0x00000036 
+ 00028502  0x00005050 branch  0x00006f0b 
+ 00028503  0x00005054 bpatch  0x000000a7 , 0x00004014 
+ 00028504  0x00005055 fetch  0x00000006 , 0x000042ae 
+ 00028505  0x00005056 fetcht  0x00000006 , 0x00000173 
+ 00028506  0x00005057 branch  0x00006f5d , 0x00000029 
+ 00028507  0x00005058 fetch  0x00000006 , 0x00000173 
+ 00028508  0x00005059 fetcht  0x00000006 , 0x000042ae 
+ 00028509  0x0000505b force  0x00000008 , 0x00000038 
+ 00028510  0x0000505c copy  0x00000002 , 0x0000002f 
+ 00028511  0x0000505d increase  0x00000001 , 0x00000038 
+ 00028512  0x0000505e rshift32  0x00000002 , 0x0000002f 
+ 00028513  0x0000505f lshift16  0x0000003f , 0x0000003f 
+ 00028514  0x00005060 ior  0x0000002f , 0x0000002f 
+ 00028515  0x00005061 increase  0x00000001 , 0x00000038 
+ 00028516  0x00005062 rshift32  0x0000003f , 0x0000002f 
+ 00028517  0x00005063 increase  0x00000001 , 0x00000038 
+ 00028518  0x00005064 force  0x00000000 , 0x0000002f 
+ 00028519  0x00005065 force  0x00000000 , 0x0000003f 
+ 00028520  0x00005066 fetch  0x00000001 , 0x0000429e 
+ 00028521  0x00005067 fetcht  0x00000001 , 0x0000435f 
+ 00028522  0x00005068 nbranch  0x00006f6d , 0x00000029 
+ 00028523  0x0000506a fetch  0x00000001 , 0x000042a5 
+ 00028524  0x0000506b fetcht  0x00000001 , 0x0000429e 
+ 00028525  0x0000506d store  0x00000001 , 0x0000427b 
+ 00028526  0x0000506e storet  0x00000001 , 0x0000427c 
+ 00028527  0x0000506f force  0x00000000 , 0x00000038 
+ 00028528  0x00005070 arg  0x0000427b , 0x00000012 
+ 00028529  0x00005071 force  0x00000004 , 0x00000039 
+ 00028530  0x00005073 ifetch  0x00000004 , 0x00000011 
+ 00028531  0x00005074 ifetcht  0x00000004 , 0x00000012 
+ 00028532  0x00005075 ixor  0x00000002 , 0x0000002f 
+ 00028533  0x00005076 increase  0x00000001 , 0x00000038 
+ 00028534  0x00005077 increase  0x00000004 , 0x00000011 
+ 00028535  0x00005078 increase  0x00000004 , 0x00000012 
+ 00028536  0x00005079 loop  0x00006f72 
+ 00028537  0x0000507a call  0x00006fac 
+ 00028538  0x0000507b increase  0xfffffffc , 0x00000038 
+ 00028539  0x0000507c fetch  0x00000004 , 0x000042d2 
+ 00028540  0x0000507d copy  0x0000003f , 0x0000002f 
+ 00028541  0x0000507e increase  0x00000004 , 0x00000038 
+ 00028542  0x0000507f force  0x00000038 , 0x00000036 
+ 00028543  0x00005080 force  0x0000000c , 0x00000036 
+ 00028544  0x00005081 call  0x00006f0b 
+ 00028545  0x00005083 call  0x00006fab 
+ 00028546  0x00005084 force  0x0000003a , 0x00000036 
+ 00028547  0x00005085 force  0x00000008 , 0x00000036 
+ 00028548  0x00005086 branch  0x00006f0b 
+ 00028549  0x00005089 compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00028550  0x0000508a rtn  0x00000001 
+ 00028551  0x0000508b deposit  0x00000006 
+ 00028552  0x0000508c iadd  0x00000039 , 0x00000005 
+ 00028553  0x0000508d force  0x00000000 , 0x0000003f 
+ 00028554  0x0000508f istore  0x00000001 , 0x00000005 
+ 00028555  0x00005090 increase  0x00000001 , 0x00000039 
+ 00028556  0x00005091 compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00028557  0x00005092 rtn  0x00000001 
+ 00028558  0x00005093 branch  0x00006f8a 
+ 00028559  0x00005096 force  0x00000000 , 0x00000038 
+ 00028560  0x00005098 deposit  0x00000039 
+ 00028561  0x00005099 branch  0x00006f94 , 0x00000034 
+ 00028562  0x0000509a ifetch  0x00000004 , 0x00000006 
+ 00028563  0x0000509b increase  0xfffffffc , 0x00000039 
+ 00028564  0x0000509d iforce  0x0000002f 
+ 00028565  0x0000509e increase  0x00000001 , 0x00000038 
+ 00028566  0x0000509f compare  0x00000004 , 0x00000038 , 0x0000000f 
+ 00028567  0x000050a0 rtn  0x00000001 
+ 00028568  0x000050a1 branch  0x00006f90 
+ 00028569  0x000050a4 force  0x00000008 , 0x00000038 
+ 00028570  0x000050a5 branch  0x00006f9e 
+ 00028571  0x000050a7 force  0x00000004 , 0x00000038 
+ 00028572  0x000050a8 branch  0x00006f9e 
+ 00028573  0x000050aa force  0x00000000 , 0x00000038 
+ 00028574  0x000050ac force  0x00000004 , 0x00000039 
+ 00028575  0x000050ae ifetch  0x00000004 , 0x00000006 
+ 00028576  0x000050af iforce  0x0000002f 
+ 00028577  0x000050b0 increase  0x00000001 , 0x00000038 
+ 00028578  0x000050b1 loop  0x00006f9f 
+ 00028579  0x000050b2 rtn 
+ 00028580  0x000050b5 arg  0x000001a3 , 0x00000006 
+ 00028581  0x000050b6 branch  0x00006f9b 
+ 00028582  0x000050b9 force  0x00000004 , 0x00000039 
+ 00028583  0x000050ba branch  0x00006fae 
+ 00028584  0x000050bd force  0x00000000 , 0x00000038 
+ 00028585  0x000050be force  0x00000010 , 0x00000039 
+ 00028586  0x000050bf branch  0x00006fad 
+ 00028587  0x000050c2 force  0x00000000 , 0x00000038 
+ 00028588  0x000050c4 force  0x00000004 , 0x00000039 
+ 00028589  0x000050c6 force  0x00000000 , 0x0000002f 
+ 00028590  0x000050c8 increase  0x00000001 , 0x00000038 
+ 00028591  0x000050c9 loop  0x00006fad 
+ 00028592  0x000050ca rtn 
+ 00028593  0x000050cd force  0x0000000c , 0x00000038 
+ 00028594  0x000050ce force  0x00000004 , 0x00000039 
+ 00028595  0x000050d0 deposit  0x0000002f 
+ 00028596  0x000050d1 istore  0x00000004 , 0x00000005 
+ 00028597  0x000050d2 increase  0x00000001 , 0x00000038 
+ 00028598  0x000050d3 loop  0x00006fb3 
+ 00028599  0x000050d4 rtn 
+ 00028600  0x000050d7 force  0x0000000c , 0x00000038 
+ 00028601  0x000050d8 copy  0x00000013 , 0x00000005 
+ 00028602  0x000050d9 add  0x00000012 , 0x00000001 , 0x00000039 
+ 00028603  0x000050da sub  0x00000039 , 0x0000000f , 0x0000003e 
+ 00028604  0x000050db branch  0x00006fbe , 0x00000002 
+ 00028605  0x000050dc force  0x00000010 , 0x00000039 
+ 00028606  0x000050de deposit  0x0000002f 
+ 00028607  0x000050df sub  0x00000039 , 0x00000003 , 0x0000003e 
+ 00028608  0x000050e0 branch  0x00006fc6 , 0x00000002 
+ 00028609  0x000050e1 istore  0x00000004 , 0x00000005 
+ 00028610  0x000050e2 increase  0xfffffffc , 0x00000039 
+ 00028611  0x000050e3 rtn  0x00000005 
+ 00028612  0x000050e4 increase  0x00000001 , 0x00000038 
+ 00028613  0x000050e5 branch  0x00006fbe 
+ 00028614  0x000050e7 istore  0x00000001 , 0x00000005 
+ 00028615  0x000050e8 rshift8  0x0000003f , 0x0000003f 
+ 00028616  0x000050e9 loop  0x00006fc6 
+ 00028617  0x000050ea rtn 
+ 00028618  0x000050ee force  0x0000000c , 0x00000038 
+ 00028619  0x000050ef force  0x00000004 , 0x00000039 
+ 00028620  0x000050f1 ifetch  0x00000004 , 0x00000006 
+ 00028621  0x000050f2 isub  0x0000002f , 0x0000003e 
+ 00028622  0x000050f3 nrtn  0x00000005 
+ 00028623  0x000050f4 increase  0x00000001 , 0x00000038 
+ 00028624  0x000050f5 loop  0x00006fcc 
+ 00028625  0x000050f6 force  0x00000000 , 0x0000003e 
+ 00028626  0x000050f7 rtn 
+ 00028627  0x000050fa fetch  0x00000001 , 0x00008050 
+ 00028628  0x000050fb set0  0x00000000 , 0x0000003f 
+ 00028629  0x000050fc store  0x00000001 , 0x00008050 
+ 00028630  0x000050fd rtn 
+ 00028631  0x00005100 fetch  0x00000001 , 0x00008050 
+ 00028632  0x00005101 set1  0x00000000 , 0x0000003f 
+ 00028633  0x00005102 store  0x00000001 , 0x00008050 
+ 00028634  0x00005103 rtn 
+ 00028635  0x0000510a rtn  0x0000002b 
+ 00028636  0x0000510b call  0x00003c78 
+ 00028637  0x0000510c call  0x00006fe2 
+ 00028638  0x0000510d call  0x0000708b 
+ 00028639  0x0000510e branch  0x00007018 
+ 00028640  0x00005111 call  0x0000703b 
+ 00028641  0x00005112 branch  0x0000707a 
+ 00028642  0x00005115 fetch  0x00000001 , 0x00004432 
+ 00028643  0x00005116 rtneq  0x000000ff 
+ 00028644  0x00005117 iforce  0x00000002 
+ 00028645  0x00005118 call  0x00006c43 
+ 00028646  0x00005119 fetcht  0x00000001 , 0x00004432 
+ 00028647  0x0000511a call  0x00006c3f 
+ 00028648  0x0000511b nop  0x00000064 
+ 00028649  0x0000511c fetcht  0x00000001 , 0x00004432 
+ 00028650  0x0000511d call  0x00006c29 
+ 00028651  0x0000511e branch  0x00006fec 
+ 00028652  0x00005123 bpatch  0x000000ae , 0x00004015 
+ 00028653  0x00005124 fetch  0x00000001 , 0x00004432 
+ 00028654  0x00005125 rtneq  0x000000ff 
+ 00028655  0x00005126 copy  0x0000003f , 0x00000002 
+ 00028656  0x00005127 call  0x00006c32 
+ 00028657  0x00005128 nbranch  0x00006ffe , 0x00000001 
+ 00028658  0x0000512b call  0x00007008 
+ 00028659  0x0000512c fetch  0x00000002 , 0x0000442f 
+ 00028660  0x0000512d set1  0x0000000c , 0x0000003f 
+ 00028661  0x0000512e store  0x00000002 , 0x0000442f 
+ 00028662  0x0000512f fetch  0x00000001 , 0x0000442a 
+ 00028663  0x00005130 rtneq  0x00000000 
+ 00028664  0x00005131 jam  0x00000000 , 0x0000442a 
+ 00028665  0x00005133 fetch  0x00000001 , 0x00004431 
+ 00028666  0x00005134 store  0x00000001 , 0x00004429 
+ 00028667  0x00005135 call  0x0000700f 
+ 00028668  0x00005136 jam  0x0000002c , 0x000004c3 
+ 00028669  0x00005137 branch  0x0000709b 
+ 00028670  0x00005139 fetch  0x00000002 , 0x0000442f 
+ 00028671  0x0000513a set0  0x0000000c , 0x0000003f 
+ 00028672  0x0000513b store  0x00000002 , 0x0000442f 
+ 00028673  0x0000513c fetch  0x00000001 , 0x0000442a 
+ 00028674  0x0000513d rtneq  0x00000001 
+ 00028675  0x0000513e jam  0x00000001 , 0x0000442a 
+ 00028676  0x00005140 jam  0x00000000 , 0x00004429 
+ 00028677  0x00005141 call  0x00007011 
+ 00028678  0x00005142 jam  0x0000002d , 0x000004c3 
+ 00028679  0x00005143 branch  0x0000709b 
+ 00028680  0x00005146 fetch  0x00000001 , 0x00004429 
+ 00028681  0x00005147 rtn  0x00000034 
+ 00028682  0x00005148 increase  0xffffffff , 0x0000003f 
+ 00028683  0x00005149 store  0x00000001 , 0x00004429 
+ 00028684  0x0000514a nrtn  0x00000034 
+ 00028685  0x0000514c jam  0x00000010 , 0x000004c3 
+ 00028686  0x0000514d branch  0x0000709b 
+ 00028687  0x00005150 arg  0x00000007 , 0x00000007 
+ 00028688  0x00005151 branch  0x00003c54 
+ 00028689  0x00005154 arg  0x00000007 , 0x00000007 
+ 00028690  0x00005155 branch  0x00003c58 
+ 00028691  0x0000515d bpatch  0x000000af , 0x00004015 
+ 00028692  0x0000515e fetch  0x00000002 , 0x00004435 
+ 00028693  0x0000515f mul32  0x00000011 , 0x0000000b , 0x00000012 
+ 00028694  0x00005160 iadd  0x00000012 , 0x00000012 
+ 00028695  0x00005161 rtn 
+ 00028696  0x00005165 fetch  0x00000001 , 0x00004434 
+ 00028697  0x00005166 rtn  0x00000034 
+ 00028698  0x00005167 copy  0x0000003f , 0x00000039 
+ 00028699  0x00005168 fetch  0x00000002 , 0x00004435 
+ 00028700  0x00005169 copy  0x0000003f , 0x00000012 
+ 00028701  0x0000516b add  0x00000012 , 0x00000002 , 0x00000013 
+ 00028702  0x0000516c ifetcht  0x00000001 , 0x00000013 
+ 00028703  0x0000516d call  0x00007023 
+ 00028704  0x0000516e increase  0x0000000b , 0x00000012 
+ 00028705  0x0000516f loop  0x0000701d 
+ 00028706  0x00005170 rtn 
+ 00028707  0x00005174 fetch  0x00000001 , 0x00004433 
+ 00028708  0x00005175 branch  0x00006c3f , 0x00000034 
+ 00028709  0x00005176 branch  0x00006c43 
+ 00028710  0x0000517a call  0x00007013 
+ 00028711  0x0000517b setarg  0x00000002 
+ 00028712  0x0000517c istore  0x00000001 , 0x00000012 
+ 00028713  0x0000517d call  0x00007074 
+ 00028714  0x0000517e branch  0x00007049 
+ 00028715  0x00005184 call  0x00007013 
+ 00028716  0x00005185 setarg  0x00000003 
+ 00028717  0x00005186 istore  0x00000001 , 0x00000012 
+ 00028718  0x00005187 call  0x00007074 
+ 00028719  0x00005188 branch  0x00007044 
+ 00028720  0x0000518d call  0x00007013 
+ 00028721  0x0000518e setarg  0x00000001 
+ 00028722  0x0000518f istore  0x00000001 , 0x00000012 
+ 00028723  0x00005190 setarg  0x000000ff 
+ 00028724  0x00005191 istore  0x00000001 , 0x00000005 
+ 00028725  0x00005192 branch  0x00007044 
+ 00028726  0x00005198 call  0x00007013 
+ 00028727  0x00005199 arg  0x0000000b , 0x00000039 
+ 00028728  0x0000519a copy  0x00000013 , 0x00000006 
+ 00028729  0x0000519b copy  0x00000012 , 0x00000005 
+ 00028730  0x0000519c branch  0x0000753b 
+ 00028731  0x000051a1 fetch  0x00000001 , 0x00004434 
+ 00028732  0x000051a2 rtn  0x00000034 
+ 00028733  0x000051a3 arg  0x00000000 , 0x00000011 
+ 00028734  0x000051a5 call  0x0000704e 
+ 00028735  0x000051a6 increase  0x00000001 , 0x00000011 
+ 00028736  0x000051a7 fetch  0x00000001 , 0x00004434 
+ 00028737  0x000051a8 isub  0x00000011 , 0x0000003e 
+ 00028738  0x000051a9 rtn  0x00000005 
+ 00028739  0x000051aa branch  0x0000703e 
+ 00028740  0x000051ae add  0x00000012 , 0x00000002 , 0x00000013 
+ 00028741  0x000051af ifetcht  0x00000001 , 0x00000013 
+ 00028742  0x000051b0 fetch  0x00000001 , 0x00004095 
+ 00028743  0x000051b1 beq  0x00000008 , 0x00006214 
+ 00028744  0x000051b2 branch  0x00006c3f 
+ 00028745  0x000051b6 add  0x00000012 , 0x00000002 , 0x00000013 
+ 00028746  0x000051b7 ifetcht  0x00000001 , 0x00000013 
+ 00028747  0x000051b8 fetch  0x00000001 , 0x00004095 
+ 00028748  0x000051b9 beq  0x00000008 , 0x00006221 
+ 00028749  0x000051ba branch  0x00006c43 
+ 00028750  0x000051bf add  0x00000011 , 0x0000000b , 0x00000007 
+ 00028751  0x000051c0 call  0x0000755d 
+ 00028752  0x000051c1 nrtn  0x00000034 
+ 00028753  0x000051c3 call  0x00007013 
+ 00028754  0x000051c5 ifetch  0x00000001 , 0x00000012 
+ 00028755  0x000051c7 beq  0x00000002 , 0x00007049 
+ 00028756  0x000051c8 beq  0x00000003 , 0x00007044 
+ 00028757  0x000051c9 beq  0x00000000 , 0x00007044 
+ 00028758  0x000051ca beq  0x00000005 , 0x00007062 
+ 00028759  0x000051cc call  0x00007049 
+ 00028760  0x000051cd add  0x00000012 , 0x00000007 , 0x00000013 
+ 00028761  0x000051ce call  0x000074af 
+ 00028762  0x000051cf ifetch  0x00000002 , 0x00000013 
+ 00028763  0x000051d0 call  0x000075e6 
+ 00028764  0x000051d1 call  0x000074bb 
+ 00028765  0x000051d2 setarg  0x00000005 
+ 00028766  0x000051d3 istore  0x00000001 , 0x00000012 
+ 00028767  0x000051d4 add  0x00000012 , 0x00000003 , 0x00000013 
+ 00028768  0x000051d5 ifetch  0x00000002 , 0x00000013 
+ 00028769  0x000051d6 branch  0x00007072 
+ 00028770  0x000051da call  0x00007044 
+ 00028771  0x000051db add  0x00000012 , 0x00000009 , 0x00000013 
+ 00028772  0x000051dc call  0x000074af 
+ 00028773  0x000051dd ifetch  0x00000002 , 0x00000013 
+ 00028774  0x000051de call  0x000075e6 
+ 00028775  0x000051df call  0x000074bb 
+ 00028776  0x000051e1 add  0x00000012 , 0x00000001 , 0x00000013 
+ 00028777  0x000051e2 ifetch  0x00000001 , 0x00000013 
+ 00028778  0x000051e3 beq  0x000000ff , 0x0000706e 
+ 00028779  0x000051e4 increase  0xffffffff , 0x0000003f 
+ 00028780  0x000051e5 istore  0x00000001 , 0x00000013 
+ 00028781  0x000051e6 branch  0x0000702b , 0x00000034 
+ 00028782  0x000051e8 setarg  0x00000004 
+ 00028783  0x000051e9 istore  0x00000001 , 0x00000012 
+ 00028784  0x000051ea add  0x00000012 , 0x00000005 , 0x00000013 
+ 00028785  0x000051eb ifetch  0x00000002 , 0x00000013 
+ 00028786  0x000051ed add  0x00000011 , 0x0000000b , 0x00000007 
+ 00028787  0x000051ee branch  0x0000754f 
+ 00028788  0x000051f1 setarg  0x00000000 
+ 00028789  0x000051f2 branch  0x00007072 
+ 00028790  0x000051f9 setarg  0x00001000 
+ 00028791  0x000051fa lshift16  0x0000003f , 0x0000003f 
+ 00028792  0x000051fb iadd  0x00000012 , 0x00000012 
+ 00028793  0x000051fc rtn 
+ 00028794  0x000051ff bpatch  0x000000b0 , 0x00004016 
+ 00028795  0x00005200 arg  0x00000000 , 0x00000011 
+ 00028796  0x00005201 fetcht  0x00000004 , 0x0000442b 
+ 00028797  0x00005202 copy  0x00000022 , 0x00000012 
+ 00028798  0x00005203 copy  0x00000012 , 0x0000003f 
+ 00028799  0x00005204 isub  0x00000002 , 0x0000003e 
+ 00028800  0x00005205 ncall  0x00007076 , 0x00000002 
+ 00028801  0x00005207 copy  0x00000012 , 0x0000003f 
+ 00028802  0x00005208 increase  0x000000a0 , 0x00000002 
+ 00028803  0x00005209 increase  0x000000a0 , 0x00000002 
+ 00028804  0x0000520a isub  0x00000002 , 0x0000003e 
+ 00028805  0x0000520b nbranch  0x0000708e , 0x00000002 
+ 00028806  0x0000520c increase  0x00000001 , 0x00000011 
+ 00028807  0x0000520d and  0x00000011 , 0x0000000f , 0x0000003f 
+ 00028808  0x0000520e nbranch  0x00007081 , 0x00000034 
+ 00028809  0x0000520f arg  0x00000000 , 0x00000011 
+ 00028810  0x00005210 call  0x00007094 
+ 00028811  0x00005212 copy  0x00000022 , 0x0000003f 
+ 00028812  0x00005213 store  0x00000004 , 0x0000442b 
+ 00028813  0x00005214 rtn 
+ 00028814  0x00005216 copy  0x00000011 , 0x0000003f 
+ 00028815  0x00005217 rtn  0x00000034 
+ 00028816  0x00005218 increase  0xffffff60 , 0x00000002 
+ 00028817  0x00005219 increase  0xffffff60 , 0x00000002 
+ 00028818  0x0000521a set0  0x0000001c , 0x00000002 
+ 00028819  0x0000521b storet  0x00000004 , 0x0000442b 
+ 00028820  0x0000521d branch  0x00004dd5 
+ 00028821  0x00005225 jam  0x00000001 , 0x00004417 
+ 00028822  0x00005227 fetch  0x00000001 , 0x00004418 
+ 00028823  0x00005228 nbranch  0x00007096 , 0x00000034 
+ 00028824  0x00005229 rtn 
+ 00028825  0x0000522c jam  0x00000000 , 0x00004417 
+ 00028826  0x0000522d rtn 
+ 00028827  0x00005232 bpatch  0x000000b1 , 0x00004016 
+ 00028828  0x00005233 call  0x00007095 
+ 00028829  0x00005234 copy  0x00000011 , 0x0000003f 
+ 00028830  0x00005235 store  0x00000004 , 0x000004d8 
+ 00028831  0x00005236 arg  0x00004419 , 0x00000011 
+ 00028832  0x00005237 call  0x00007607 
+ 00028833  0x00005238 fetch  0x00000004 , 0x000004d8 
+ 00028834  0x00005239 copy  0x0000003f , 0x00000011 
+ 00028835  0x0000523a branch  0x00007099 
+ 00028836  0x0000523d bpatch  0x000000b2 , 0x00004016 
+ 00028837  0x0000523e call  0x00007095 
+ 00028838  0x0000523f copy  0x00000011 , 0x0000003f 
+ 00028839  0x00005240 store  0x00000004 , 0x000004d8 
+ 00028840  0x00005241 arg  0x00004421 , 0x00000011 
+ 00028841  0x00005242 call  0x00007607 
+ 00028842  0x00005243 fetch  0x00000004 , 0x000004d8 
+ 00028843  0x00005244 copy  0x0000003f , 0x00000011 
+ 00028844  0x00005245 branch  0x00007099 
+ 00028845  0x00005248 setarg  0x00000000 
+ 00028846  0x00005249 store  0x00000008 , 0x00004421 
+ 00028847  0x0000524a store  0x00000008 , 0x00004419 
+ 00028848  0x0000524b rtn 
+ 00028849  0x0000524e bpatch  0x000000b3 , 0x00004016 
+ 00028850  0x0000524f fetch  0x00000001 , 0x0000410d 
+ 00028851  0x00005250 nrtn  0x00000034 
+ 00028852  0x00005251 arg  0x00004421 , 0x00000011 
+ 00028853  0x00005252 call  0x0000761f 
+ 00028854  0x00005253 rtn  0x00000034 
+ 00028855  0x00005254 jam  0x00000000 , 0x000004c2 
+ 00028856  0x00005255 call  0x000070bc 
+ 00028857  0x00005256 fetch  0x00000001 , 0x000004c2 
+ 00028858  0x00005257 branch  0x000070b1 , 0x00000034 
+ 00028859  0x00005258 rtn 
+ 00028860  0x0000525b call  0x00007095 
+ 00028861  0x0000525c arg  0x00004421 , 0x00000011 
+ 00028862  0x0000525d call  0x00007613 
+ 00028863  0x0000525e copy  0x0000003f , 0x00000002 
+ 00028864  0x0000525f call  0x00007099 
+ 00028865  0x00005260 bpatch  0x000000b4 , 0x00004016 
+ 00028866  0x00005261 copy  0x00000002 , 0x0000003f 
+ 00028867  0x00005262 rtn  0x00000034 
+ 00028868  0x00005263 beq  0x0000000d , 0x000070e0 
+ 00028869  0x00005264 beq  0x0000000e , 0x000070e6 
+ 00028870  0x00005265 beq  0x0000000f , 0x000070eb 
+ 00028871  0x00005266 beq  0x00000010 , 0x000070f1 
+ 00028872  0x00005267 beq  0x00000013 , 0x000070fb 
+ 00028873  0x00005268 beq  0x00000014 , 0x000070fd 
+ 00028874  0x00005269 beq  0x00000015 , 0x000070ff 
+ 00028875  0x0000526a beq  0x00000016 , 0x00007109 
+ 00028876  0x0000526b beq  0x00000017 , 0x0000710c 
+ 00028877  0x0000526c beq  0x00000018 , 0x0000710e 
+ 00028878  0x0000526d beq  0x00000019 , 0x00007111 
+ 00028879  0x0000526f store  0x00000001 , 0x000004c3 
+ 00028880  0x00005273 fetch  0x00000001 , 0x000004c3 
+ 00028881  0x00005274 bmark0  0x00000009 , 0x000070d9 
+ 00028882  0x00005275 bpatch  0x000000b5 , 0x00004016 
+ 00028883  0x00005276 fetch  0x00000001 , 0x000004c3 
+ 00028884  0x00005277 beq  0x00000011 , 0x000070f6 
+ 00028885  0x00005278 beq  0x0000001b , 0x00007119 
+ 00028886  0x00005279 beq  0x00000012 , 0x000070fa 
+ 00028887  0x0000527a beq  0x0000001f , 0x00006c05 
+ 00028888  0x0000527b rtn 
+ 00028889  0x0000527e store  0x00000001 , 0x000004c3 
+ 00028890  0x0000527f call  0x0000385a 
+ 00028891  0x00005280 branch  0x000070de , 0x00000005 
+ 00028892  0x00005281 call  0x0000385f 
+ 00028893  0x00005282 nrtn  0x00000005 
+ 00028894  0x00005284 jam  0x00000001 , 0x000004c2 
+ 00028895  0x00005285 branch  0x000070a4 
+ 00028896  0x0000528d jam  0x00000001 , 0x0000435b 
+ 00028897  0x0000528e jam  0x00000000 , 0x0000435e 
+ 00028898  0x0000528f fetch  0x00000002 , 0x0000442f 
+ 00028899  0x00005290 set1  0x0000000b , 0x0000003f 
+ 00028900  0x00005291 store  0x00000002 , 0x0000442f 
+ 00028901  0x00005292 rtn 
+ 00028902  0x00005297 fetch  0x00000002 , 0x0000442f 
+ 00028903  0x00005298 set0  0x0000000b , 0x0000003f 
+ 00028904  0x00005299 store  0x00000002 , 0x0000442f 
+ 00028905  0x0000529a jam  0x00000000 , 0x0000435b 
+ 00028906  0x0000529b rtn 
+ 00028907  0x000052a0 jam  0x00000001 , 0x0000435b 
+ 00028908  0x000052a1 jam  0x00000001 , 0x0000435e 
+ 00028909  0x000052a2 fetch  0x00000002 , 0x0000442f 
+ 00028910  0x000052a3 set1  0x0000000b , 0x0000003f 
+ 00028911  0x000052a4 store  0x00000002 , 0x0000442f 
+ 00028912  0x000052a5 rtn 
+ 00028913  0x000052aa fetch  0x00000002 , 0x0000442f 
+ 00028914  0x000052ab set0  0x0000000b , 0x0000003f 
+ 00028915  0x000052ac store  0x00000002 , 0x0000442f 
+ 00028916  0x000052ad jam  0x00000000 , 0x0000435b 
+ 00028917  0x000052ae rtn 
+ 00028918  0x000052b3 setarg  0x00000014 
+ 00028919  0x000052b4 store  0x00000002 , 0x00000191 
+ 00028920  0x000052b5 store  0x00000002 , 0x000042c8 
+ 00028921  0x000052b6 branch  0x0000477a 
+ 00028922  0x000052bb branch  0x000045f3 
+ 00028923  0x000052c0 arg  0x00000000 , 0x00000011 
+ 00028924  0x000052c1 branch  0x0000702b 
+ 00028925  0x000052c6 arg  0x00000000 , 0x00000011 
+ 00028926  0x000052c7 branch  0x00007026 
+ 00028927  0x000052cc arg  0x00000000 , 0x00000011 
+ 00028928  0x000052cd call  0x00007013 
+ 00028929  0x000052ce ifetch  0x00000001 , 0x00000012 
+ 00028930  0x000052cf beq  0x00000001 , 0x00007106 
+ 00028931  0x000052d0 beq  0x00000004 , 0x00007106 
+ 00028932  0x000052d1 beq  0x00000005 , 0x00007106 
+ 00028933  0x000052d2 branch  0x00007030 
+ 00028934  0x000052d5 ifetch  0x00000001 , 0x00000006 
+ 00028935  0x000052d6 rtneq  0x000000ff 
+ 00028936  0x000052d7 branch  0x00007030 
+ 00028937  0x000052dc jam  0x00000001 , 0x00004316 
+ 00028938  0x000052dd jam  0x0000001b , 0x0000410d 
+ 00028939  0x000052e0 rtn 
+ 00028940  0x000052e5 jam  0x00000001 , 0x00004316 
+ 00028941  0x000052e6 rtn 
+ 00028942  0x000052eb jam  0x00000000 , 0x00004316 
+ 00028943  0x000052ec jam  0x00000000 , 0x0000410d 
+ 00028944  0x000052ed rtn 
+ 00028945  0x000052f2 fetch  0x00000002 , 0x0000438a 
+ 00028946  0x000052f3 call  0x000075e6 
+ 00028947  0x000052f4 fetch  0x00000001 , 0x00004432 
+ 00028948  0x000052f5 beq  0x000000ff , 0x00007117 
+ 00028949  0x000052f6 copy  0x0000003f , 0x00000002 
+ 00028950  0x000052f7 call  0x00006c29 
+ 00028951  0x000052f9 call  0x000070ad 
+ 00028952  0x000052fa branch  0x00003b6f 
+ 00028953  0x000052ff branch  0x00004621 
+ 00028954  0x00005305 fetch  0x00000001 , 0x0000442f 
+ 00028955  0x00005306 rtnbit0  0x0000000c 
+ 00028956  0x00005307 rtn 
+ 00028957  0x0000530d fetch  0x00000002 , 0x000043b0 
+ 00028958  0x0000530e add  0x0000003f , 0x00000002 , 0x00000005 
+ 00028959  0x0000530f setarg  0x00000000 
+ 00028960  0x00005310 istore  0x00000003 , 0x00000005 
+ 00028961  0x00005311 rtn 
+ 00028962  0x00005316 bpatch  0x000000b6 , 0x00004016 
+ 00028963  0x00005317 call  0x00007638 
+ 00028964  0x00005318 call  0x0000716e 
+ 00028965  0x00005319 rtn  0x00000034 
+ 00028966  0x0000531a fetch  0x00000002 , 0x000043b0 
+ 00028967  0x0000531b add  0x0000003f , 0x00000002 , 0x00000012 
+ 00028968  0x0000531c ifetcht  0x00000001 , 0x00000012 
+ 00028969  0x0000531d increase  0x00000001 , 0x00000002 
+ 00028970  0x0000531e istoret  0x00000001 , 0x00000012 
+ 00028971  0x00005320 ifetcht  0x00000001 , 0x0000003f 
+ 00028972  0x00005321 copy  0x00000002 , 0x00000039 
+ 00028973  0x00005322 add  0x0000003f , 0x00000004 , 0x00000012 
+ 00028974  0x00005323 ifetch  0x00000001 , 0x00000012 
+ 00028975  0x00005324 imul32  0x00000002 , 0x0000003f 
+ 00028976  0x00005325 iadd  0x00000006 , 0x00000005 
+ 00028977  0x00005326 copy  0x00000011 , 0x00000006 
+ 00028978  0x00005328 call  0x00007548 
+ 00028979  0x00005329 call  0x00007172 
+ 00028980  0x0000532a pincrease  0xffffffff 
+ 00028981  0x0000532b ifetcht  0x00000001 , 0x00000012 
+ 00028982  0x0000532c increase  0x00000001 , 0x00000002 
+ 00028983  0x0000532d iand  0x00000002 , 0x00000002 
+ 00028984  0x0000532e istoret  0x00000001 , 0x00000012 
+ 00028985  0x0000532f branch  0x00007636 
+ 00028986  0x00005335 bpatch  0x000000b7 , 0x00004016 
+ 00028987  0x00005336 call  0x00007638 
+ 00028988  0x00005337 call  0x0000716a 
+ 00028989  0x00005338 rtn  0x00000034 
+ 00028990  0x00005339 fetch  0x00000002 , 0x000043b0 
+ 00028991  0x0000533a add  0x0000003f , 0x00000002 , 0x00000012 
+ 00028992  0x0000533b ifetcht  0x00000001 , 0x00000012 
+ 00028993  0x0000533c increase  0xffffffff , 0x00000002 
+ 00028994  0x0000533d istoret  0x00000001 , 0x00000012 
+ 00028995  0x0000533e ifetcht  0x00000001 , 0x0000003f 
+ 00028996  0x0000533f copy  0x00000002 , 0x00000039 
+ 00028997  0x00005340 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00028998  0x00005341 ifetch  0x00000001 , 0x00000012 
+ 00028999  0x00005342 imul32  0x00000002 , 0x0000003f 
+ 00029000  0x00005343 iadd  0x00000006 , 0x00000006 
+ 00029001  0x00005344 increase  0x00000001 , 0x00000006 
+ 00029002  0x00005345 copy  0x00000011 , 0x00000005 
+ 00029003  0x00005346 branch  0x00007132 
+ 00029004  0x0000534e call  0x00007638 
+ 00029005  0x0000534f call  0x0000716a 
+ 00029006  0x00005350 rtn  0x00000034 
+ 00029007  0x00005351 fetch  0x00000002 , 0x000043b0 
+ 00029008  0x00005352 ifetcht  0x00000001 , 0x0000003f 
+ 00029009  0x00005353 copy  0x00000002 , 0x00000039 
+ 00029010  0x00005354 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00029011  0x00005355 ifetch  0x00000001 , 0x00000012 
+ 00029012  0x00005356 imul32  0x00000002 , 0x0000003f 
+ 00029013  0x00005357 iadd  0x00000006 , 0x00000006 
+ 00029014  0x00005358 increase  0x00000001 , 0x00000006 
+ 00029015  0x00005359 copy  0x00000006 , 0x00000012 
+ 00029016  0x0000535a copy  0x00000011 , 0x00000005 
+ 00029017  0x0000535b call  0x00007548 
+ 00029018  0x0000535c branch  0x00007636 
+ 00029019  0x0000535f call  0x00007638 
+ 00029020  0x00005360 call  0x0000716a 
+ 00029021  0x00005361 rtn  0x00000034 
+ 00029022  0x00005362 fetch  0x00000002 , 0x000043b0 
+ 00029023  0x00005363 ifetcht  0x00000001 , 0x0000003f 
+ 00029024  0x00005364 copy  0x00000002 , 0x00000039 
+ 00029025  0x00005365 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00029026  0x00005366 ifetch  0x00000001 , 0x00000012 
+ 00029027  0x00005367 imul32  0x00000002 , 0x0000003f 
+ 00029028  0x00005368 iadd  0x00000006 , 0x00000006 
+ 00029029  0x00005369 add  0x00000006 , 0x00000002 , 0x00000005 
+ 00029030  0x0000536a copy  0x00000011 , 0x00000006 
+ 00029031  0x0000536b increase  0xffffffff , 0x00000039 
+ 00029032  0x0000536c call  0x00007548 
+ 00029033  0x0000536d branch  0x00007636 
+ 00029034  0x00005371 fetch  0x00000002 , 0x000043b0 
+ 00029035  0x00005372 add  0x0000003f , 0x00000002 , 0x00000006 
+ 00029036  0x00005373 ifetch  0x00000001 , 0x00000006 
+ 00029037  0x00005374 rtn 
+ 00029038  0x00005378 call  0x00007172 
+ 00029039  0x00005379 ifetcht  0x00000001 , 0x00000006 
+ 00029040  0x0000537a isub  0x00000002 , 0x0000003f 
+ 00029041  0x0000537b rtn 
+ 00029042  0x0000537f fetch  0x00000002 , 0x000043b0 
+ 00029043  0x00005380 add  0x0000003f , 0x00000001 , 0x00000006 
+ 00029044  0x00005381 ifetch  0x00000001 , 0x00000006 
+ 00029045  0x00005382 rtn 
+ 00029046  0x0000538b bpatch  0x000000b8 , 0x00004017 
+ 00029047  0x0000538c fetch  0x00000001 , 0x00008c23 
+ 00029048  0x0000538d isolate1  0x00000003 , 0x0000003f 
+ 00029049  0x0000538e call  0x00007182 , 0x00000001 
+ 00029050  0x0000538f fetch  0x00000001 , 0x00008c23 
+ 00029051  0x00005390 store  0x00000001 , 0x00008c23 
+ 00029052  0x00005391 store  0x00000001 , 0x0000055e 
+ 00029053  0x00005392 call  0x000071e2 
+ 00029054  0x00005393 call  0x0000720a 
+ 00029055  0x00005394 call  0x000073fd 
+ 00029056  0x00005395 call  0x00007445 
+ 00029057  0x00005396 branch  0x000071da 
+ 00029058  0x00005399 bpatch  0x000000b9 , 0x00004017 
+ 00029059  0x0000539a call  0x00006fd3 
+ 00029060  0x0000539b call  0x000071a1 
+ 00029061  0x0000539c jam  0x00000000 , 0x00008c00 
+ 00029062  0x0000539d nop  0x00002710 
+ 00029063  0x0000539e jam  0x000000c0 , 0x00008c18 
+ 00029064  0x0000539f fetch  0x00000002 , 0x00008050 
+ 00029065  0x000053a0 set0  0x0000000a , 0x0000003f 
+ 00029066  0x000053a1 store  0x00000002 , 0x00008050 
+ 00029067  0x000053a2 jam  0x00000000 , 0x00008c11 
+ 00029068  0x000053a3 jam  0x0000003c , 0x00008c00 
+ 00029069  0x000053a4 setarg  0x000005b7 
+ 00029070  0x000053a5 store  0x00000002 , 0x00008c03 
+ 00029071  0x000053a6 store  0x00000002 , 0x00008c07 
+ 00029072  0x000053a7 setarg  0x000005f7 
+ 00029073  0x000053a8 store  0x00000002 , 0x00008c05 
+ 00029074  0x000053a9 jam  0x00000004 , 0x00008c11 
+ 00029075  0x000053aa jam  0x00000000 , 0x00008c02 
+ 00029076  0x000053ab jam  0x000000ff , 0x00008c23 
+ 00029077  0x000053ac setarg  0x000007b3 
+ 00029078  0x000053ad arg  0x000006c1 , 0x00000005 
+ 00029079  0x000053ae isub  0x00000005 , 0x00000039 
+ 00029080  0x000053af branch  0x0000750f 
+ 00029081  0x000053b2 fetcht  0x00000001 , 0x000006c0 
+ 00029082  0x000053b3 branch  0x00006c29 
+ 00029083  0x000053b5 fetch  0x00000001 , 0x00000762 
+ 00029084  0x000053b6 rtn  0x00000034 
+ 00029085  0x000053b7 fetcht  0x00000001 , 0x000006c0 
+ 00029086  0x000053b8 call  0x00006c32 
+ 00029087  0x000053b9 branch  0x00007182 , 0x00000001 
+ 00029088  0x000053ba rtn 
+ 00029089  0x000053bd jam  0x00000002 , 0x000006bf 
+ 00029090  0x000053be setarg  0x00000000 
+ 00029091  0x000053bf store  0x00000001 , 0x000005fa 
+ 00029092  0x000053c0 store  0x00000002 , 0x000006b9 
+ 00029093  0x000053c1 pincrease  0x00000001 
+ 00029094  0x000053c2 store  0x00000002 , 0x000006bb 
+ 00029095  0x000053c3 pincrease  0x00000001 
+ 00029096  0x000053c4 store  0x00000002 , 0x000006bd 
+ 00029097  0x000053c5 arg  0x0000064e , 0x00000005 
+ 00029098  0x000053c6 setarg  0x00030404 
+ 00029099  0x000053c7 istore  0x00000003 , 0x00000005 
+ 00029100  0x000053c8 setarg  0x00000409 
+ 00029101  0x000053c9 istore  0x00000002 , 0x00000005 
+ 00029102  0x000053ca arg  0x00000653 , 0x00000005 
+ 00029103  0x000053cb setsect  0x00000000 , 0x00015906 
+ 00029104  0x000053cc setsect  0x00000001 , 0x000210d2 
+ 00029105  0x000053cd setsect  0x00000002 , 0x00010494 
+ 00029106  0x000053ce setsect  0x00000003 , 0x00000001 
+ 00029107  0x000053cf istore  0x00000009 , 0x00000005 
+ 00029108  0x000053d0 arg  0x00000671 , 0x00000005 
+ 00029109  0x000053d1 setsect  0x00000000 , 0x0001570f 
+ 00029110  0x000053d2 setsect  0x00000001 , 0x00015c9a 
+ 00029111  0x000053d3 setsect  0x00000002 , 0x000256c6 
+ 00029112  0x000053d4 setsect  0x00000003 , 0x0001cdcd 
+ 00029113  0x000053d5 istore  0x00000009 , 0x00000005 
+ 00029114  0x000053d6 setsect  0x00000000 , 0x00014420 
+ 00029115  0x000053d7 setsect  0x00000001 , 0x00025d99 
+ 00029116  0x000053d8 setsect  0x00000002 , 0x00025636 
+ 00029117  0x000053d9 setsect  0x00000003 , 0x00000001 
+ 00029118  0x000053da istore  0x00000007 , 0x00000005 
+ 00029119  0x000053db arg  0x0000068f , 0x00000005 
+ 00029120  0x000053dc setsect  0x00000000 , 0x0001620a 
+ 00029121  0x000053dd setsect  0x00000001 , 0x00000c8c 
+ 00029122  0x000053de setsect  0x00000002 , 0x00030333 
+ 00029123  0x000053df setsect  0x00000003 , 0x0000c0c0 
+ 00029124  0x000053e0 istore  0x00000009 , 0x00000005 
+ 00029125  0x000053e1 setsect  0x00000000 , 0x00003130 
+ 00029126  0x000053e2 istore  0x00000002 , 0x00000005 
+ 00029127  0x000053e3 setarg  0x00009272 
+ 00029128  0x000053e4 store  0x00000002 , 0x000005fb 
+ 00029129  0x000053e5 setarg  0x000092cd 
+ 00029130  0x000053e6 store  0x00000002 , 0x000005fd 
+ 00029131  0x000053e7 arg  0x00009371 , 0x00000006 
+ 00029132  0x000053e8 arg  0x000005ff , 0x00000005 
+ 00029133  0x000053e9 arg  0x00000013 , 0x00000039 
+ 00029134  0x000053ea call  0x00007548 
+ 00029135  0x000053eb arg  0x00009384 , 0x00000006 
+ 00029136  0x000053ec arg  0x00000612 , 0x00000005 
+ 00029137  0x000053ed arg  0x0000003c , 0x00000039 
+ 00029138  0x000053ee call  0x00007548 
+ 00029139  0x000053f0 fetch  0x00000002 , 0x000006ad 
+ 00029140  0x000053f1 branch  0x000075e6 
+ 00029141  0x000053f4 fetch  0x00000001 , 0x000006af 
+ 00029142  0x000053f5 rtn  0x00000034 
+ 00029143  0x000053f6 store  0x00000001 , 0x00000634 
+ 00029144  0x000053f7 store  0x00000001 , 0x0000064d 
+ 00029145  0x000053f8 rtn 
+ 00029146  0x000053fb arg  0x00000001 , 0x00000007 
+ 00029147  0x000053fc call  0x0000755d 
+ 00029148  0x000053fd nrtn  0x00000034 
+ 00029149  0x000053fe fetch  0x00000001 , 0x00000763 
+ 00029150  0x000053ff nrtn  0x00000034 
+ 00029151  0x00005400 fetch  0x00000001 , 0x00000762 
+ 00029152  0x00005401 ncall  0x0000749e , 0x00000034 
+ 00029153  0x00005402 rtn 
+ 00029154  0x00005405 fetch  0x00000001 , 0x0000055e 
+ 00029155  0x00005406 bbit1  0x00000002 , 0x000071e5 
+ 00029156  0x00005407 rtn 
+ 00029157  0x0000540a call  0x000071ea 
+ 00029158  0x0000540b call  0x0000755c 
+ 00029159  0x0000540c setarg  0x00000280 
+ 00029160  0x0000540d arg  0x00000001 , 0x00000007 
+ 00029161  0x0000540e branch  0x0000754f 
+ 00029162  0x00005411 fetch  0x00000001 , 0x00000754 
+ 00029163  0x00005412 bne  0x00000002 , 0x000071ef 
+ 00029164  0x00005413 jam  0x00000000 , 0x00000763 
+ 00029165  0x00005414 jam  0x00000000 , 0x00000764 
+ 00029166  0x00005415 rtn 
+ 00029167  0x00005418 fetch  0x00000001 , 0x00000766 
+ 00029168  0x00005419 rtn  0x00000034 
+ 00029169  0x0000541a jam  0x00000000 , 0x00000766 
+ 00029170  0x0000541b jam  0x00000002 , 0x00000754 
+ 00029171  0x0000541c jam  0x00000001 , 0x00000762 
+ 00029172  0x0000541d rtn 
+ 00029173  0x00005420 fetch  0x00000001 , 0x0000055e 
+ 00029174  0x00005421 bbit1  0x00000000 , 0x00007217 
+ 00029175  0x00005422 rtn 
+ 00029176  0x00005425 fetch  0x00000001 , 0x00008c24 
+ 00029177  0x00005426 rtnbit1  0x00000006 
+ 00029178  0x00005427 fetchr  0x0000000a , 0x00000002 , 0x00008c03 
+ 00029179  0x00005428 fetchr  0x00000010 , 0x00000002 , 0x00008c05 
+ 00029180  0x00005429 fetchr  0x00000003 , 0x00000002 , 0x00008c07 
+ 00029181  0x0000542a ifetch  0x00000002 , 0x00000003 
+ 00029182  0x0000542b rshift8  0x0000003f , 0x00000002 
+ 00029183  0x0000542c rshift4  0x00000002 , 0x00000002 
+ 00029184  0x0000542d arg  0x00000fff , 0x00000006 
+ 00029185  0x0000542e iand  0x00000006 , 0x00000039 
+ 00029186  0x0000542f copy  0x00000039 , 0x00000011 
+ 00029187  0x00005431 ifetch  0x00000001 , 0x00000003 
+ 00029188  0x00005432 istore  0x00000001 , 0x00000005 
+ 00029189  0x00005433 loop  0x00007203 
+ 00029190  0x00005434 storer  0x00000003 , 0x00000002 , 0x00008c07 
+ 00029191  0x00005435 storer  0x00000011 , 0x00000002 , 0x00000560 
+ 00029192  0x00005436 rtn 
+ 00029193  0x00005438 rtn 
+ 00029194  0x0000543b bpatch  0x000000ba , 0x00004017 
+ 00029195  0x0000543c fetch  0x00000001 , 0x0000055e 
+ 00029196  0x0000543d rtnbit0  0x00000005 
+ 00029197  0x0000543e arg  0x000006c1 , 0x00000005 
+ 00029198  0x0000543f call  0x000071f8 
+ 00029199  0x00005440 copy  0x00000002 , 0x0000003f 
+ 00029200  0x00005441 beq  0x00000000 , 0x00007212 
+ 00029201  0x00005442 branch  0x00007209 
+ 00029202  0x00005444 fetch  0x00000001 , 0x00000560 
+ 00029203  0x00005445 beq  0x00000000 , 0x000071f5 
+ 00029204  0x00005446 beq  0x00000001 , 0x0000721e 
+ 00029205  0x00005447 sub  0x0000003f , 0x00000007 , 0x0000003e 
+ 00029206  0x00005448 rtn  0x00000002 
+ 00029207  0x0000544a bpatch  0x000000bb , 0x00004017 
+ 00029208  0x0000544b set0  0x00000023 , 0x00000000 
+ 00029209  0x0000544c fetch  0x00000001 , 0x000006c1 
+ 00029210  0x0000544d and_into  0x00000080 , 0x0000003f 
+ 00029211  0x0000544e beq  0x00000080 , 0x00007222 
+ 00029212  0x0000544f beq  0x00000000 , 0x0000722a 
+ 00029213  0x00005450 branch  0x00003aba 
+ 00029214  0x00005453 fetch  0x00000001 , 0x000006c1 
+ 00029215  0x00005454 rtnbit1  0x00000007 
+ 00029216  0x00005455 call  0x000073d2 
+ 00029217  0x00005456 branch  0x00007251 
+ 00029218  0x0000545a fetch  0x00000001 , 0x000006c1 
+ 00029219  0x0000545b rshift4  0x0000003f , 0x0000003f 
+ 00029220  0x0000545c rshift  0x0000003f , 0x0000003f 
+ 00029221  0x0000545d and_into  0x00000003 , 0x0000003f 
+ 00029222  0x0000545e beq  0x00000000 , 0x00007232 
+ 00029223  0x0000545f beq  0x00000001 , 0x00007238 
+ 00029224  0x00005460 beq  0x00000002 , 0x0000723d 
+ 00029225  0x00005461 branch  0x00003aba 
+ 00029226  0x00005464 fetch  0x00000001 , 0x000006c1 
+ 00029227  0x00005465 rshift4  0x0000003f , 0x0000003f 
+ 00029228  0x00005466 rshift  0x0000003f , 0x0000003f 
+ 00029229  0x00005467 and_into  0x00000003 , 0x0000003f 
+ 00029230  0x00005468 beq  0x00000000 , 0x0000723e 
+ 00029231  0x00005469 beq  0x00000001 , 0x00007246 
+ 00029232  0x0000546a beq  0x00000002 , 0x0000724b 
+ 00029233  0x0000546b branch  0x00003aba 
+ 00029234  0x0000546e fetch  0x00000001 , 0x000006c2 
+ 00029235  0x0000546f beq  0x00000008 , 0x00007253 
+ 00029236  0x00005470 beq  0x00000006 , 0x00007269 
+ 00029237  0x00005471 beq  0x0000000a , 0x000072ae 
+ 00029238  0x00005472 beq  0x00000000 , 0x000072c0 
+ 00029239  0x00005473 branch  0x0000724c 
+ 00029240  0x00005476 fetch  0x00000001 , 0x000006c2 
+ 00029241  0x00005477 beq  0x00000002 , 0x000072f5 
+ 00029242  0x00005478 beq  0x00000001 , 0x000072f9 
+ 00029243  0x00005479 beq  0x00000003 , 0x0000730a 
+ 00029244  0x0000547a branch  0x0000724c 
+ 00029245  0x0000547d branch  0x0000724c 
+ 00029246  0x00005480 fetch  0x00000001 , 0x000006c2 
+ 00029247  0x00005481 beq  0x00000001 , 0x00007314 
+ 00029248  0x00005482 beq  0x00000003 , 0x00007343 
+ 00029249  0x00005483 beq  0x00000005 , 0x0000736e 
+ 00029250  0x00005484 beq  0x00000009 , 0x00007387 
+ 00029251  0x00005485 beq  0x0000000b , 0x000073a2 
+ 00029252  0x00005486 beq  0x00000007 , 0x0000724c 
+ 00029253  0x00005487 branch  0x0000724c 
+ 00029254  0x0000548a fetch  0x00000001 , 0x000006c2 
+ 00029255  0x0000548b beq  0x0000000a , 0x000073b3 
+ 00029256  0x0000548c beq  0x00000009 , 0x000073c5 
+ 00029257  0x0000548d beq  0x0000000b , 0x000073e4 
+ 00029258  0x0000548e branch  0x0000724c 
+ 00029259  0x00005491 branch  0x0000724c 
+ 00029260  0x00005494 bpatch  0x000000bc , 0x00004017 
+ 00029261  0x00005495 fetch  0x00000001 , 0x00008c19 
+ 00029262  0x00005496 set1  0x00000000 , 0x0000003f 
+ 00029263  0x00005497 store  0x00000001 , 0x00008c19 
+ 00029264  0x00005498 branch  0x00007251 
+ 00029265  0x0000549b jam  0x00000010 , 0x00008c18 
+ 00029266  0x0000549c rtn 
+ 00029267  0x0000549f fetch  0x00000001 , 0x000006c1 
+ 00029268  0x000054a0 bne  0x00000080 , 0x0000724c 
+ 00029269  0x000054a1 fetch  0x00000001 , 0x000006c5 
+ 00029270  0x000054a2 bne  0x00000000 , 0x0000724c 
+ 00029271  0x000054a3 fetch  0x00000001 , 0x000006c6 
+ 00029272  0x000054a4 bne  0x00000000 , 0x0000724c 
+ 00029273  0x000054a5 fetch  0x00000001 , 0x000006c7 
+ 00029274  0x000054a6 bne  0x00000001 , 0x0000724c 
+ 00029275  0x000054a7 fetch  0x00000001 , 0x000006c8 
+ 00029276  0x000054a8 bne  0x00000000 , 0x0000724c 
+ 00029277  0x000054a9 fetch  0x00000001 , 0x000006c3 
+ 00029278  0x000054aa bne  0x00000000 , 0x0000724c 
+ 00029279  0x000054ab fetch  0x00000001 , 0x000006c4 
+ 00029280  0x000054ac bne  0x00000000 , 0x0000724c 
+ 00029281  0x000054ad fetch  0x00000001 , 0x000006bf 
+ 00029282  0x000054ae beq  0x00000004 , 0x00007265 
+ 00029283  0x000054af beq  0x00000003 , 0x00007267 
+ 00029284  0x000054b0 branch  0x0000724c 
+ 00029285  0x000054b3 arg  0x00000001 , 0x00000012 
+ 00029286  0x000054b4 branch  0x000072da 
+ 00029287  0x000054b7 arg  0x00000001 , 0x00000012 
+ 00029288  0x000054b8 branch  0x000072d8 
+ 00029289  0x000054bb bpatch  0x000000bd , 0x00004017 
+ 00029290  0x000054bd fetch  0x00000001 , 0x000006c4 
+ 00029291  0x000054be beq  0x00000001 , 0x0000727c 
+ 00029292  0x000054bf beq  0x00000002 , 0x00007295 
+ 00029293  0x000054c0 beq  0x00000003 , 0x00007298 
+ 00029294  0x000054c1 beq  0x00000021 , 0x00007271 
+ 00029295  0x000054c2 beq  0x00000022 , 0x000072a6 
+ 00029296  0x000054c3 branch  0x0000724c 
+ 00029297  0x000054c6 jam  0x00000000 , 0x00000751 
+ 00029298  0x000054c7 fetch  0x00000001 , 0x000006c5 
+ 00029299  0x000054c8 beq  0x00000000 , 0x00007276 
+ 00029300  0x000054c9 beq  0x00000001 , 0x00007279 
+ 00029301  0x000054ca branch  0x0000724c 
+ 00029302  0x000054cd fetchr  0x00000012 , 0x00000001 , 0x00000625 
+ 00029303  0x000054ce arg  0x00000625 , 0x00000011 
+ 00029304  0x000054cf branch  0x000073f3 
+ 00029305  0x000054d2 fetchr  0x00000012 , 0x00000001 , 0x0000063e 
+ 00029306  0x000054d3 arg  0x0000063e , 0x00000011 
+ 00029307  0x000054d4 branch  0x000073f3 
+ 00029308  0x000054da fetch  0x00000001 , 0x00000765 
+ 00029309  0x000054db ncall  0x0000728d , 0x00000034 
+ 00029310  0x000054dc setarg  0x000005ff 
+ 00029311  0x000054dd fetcht  0x00000001 , 0x000005ff 
+ 00029312  0x000054df store  0x00000002 , 0x0000075c 
+ 00029313  0x000054e0 storet  0x00000001 , 0x0000075e 
+ 00029314  0x000054e1 fetch  0x00000001 , 0x000006c7 
+ 00029315  0x000054e2 isub  0x00000002 , 0x0000003e 
+ 00029316  0x000054e3 nbranch  0x0000728b , 0x00000002 
+ 00029317  0x000054e5 fetch  0x00000001 , 0x0000075e 
+ 00029318  0x000054e7 iforce  0x00000012 
+ 00029319  0x000054e8 fetch  0x00000002 , 0x0000075c 
+ 00029320  0x000054e9 add  0x0000003f , 0x00000001 , 0x0000003f 
+ 00029321  0x000054ea iforce  0x00000011 
+ 00029322  0x000054eb branch  0x000073f3 
+ 00029323  0x000054ed fetch  0x00000001 , 0x000006c7 
+ 00029324  0x000054ee branch  0x00007286 
+ 00029325  0x000054f1 fetch  0x00000001 , 0x00008c02 
+ 00029326  0x000054f2 ncall  0x00007291 , 0x00000034 
+ 00029327  0x000054f3 jam  0x00000000 , 0x00000765 
+ 00029328  0x000054f4 rtn 
+ 00029329  0x000054f6 fetch  0x00000001 , 0x00008c02 
+ 00029330  0x000054f7 set1  0x00000007 , 0x0000003f 
+ 00029331  0x000054f8 store  0x00000001 , 0x00008c02 
+ 00029332  0x000054f9 rtn 
+ 00029333  0x000054fc setarg  0x00000612 
+ 00029334  0x000054fd fetcht  0x00000001 , 0x00000612 
+ 00029335  0x000054fe branch  0x00007280 
+ 00029336  0x00005501 fetch  0x00000001 , 0x000006c3 
+ 00029337  0x00005502 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00029338  0x00005503 nbranch  0x0000724c , 0x00000002 
+ 00029339  0x00005504 fetch  0x00000001 , 0x000006c3 
+ 00029340  0x00005505 arg  0x0000064e , 0x00000011 
+ 00029341  0x00005506 beq  0x00000000 , 0x000073f1 
+ 00029342  0x00005507 set1  0x00000023 , 0x00000000 
+ 00029343  0x00005508 arg  0x00000653 , 0x00000011 
+ 00029344  0x00005509 beq  0x00000001 , 0x000073f1 
+ 00029345  0x0000550a arg  0x00000671 , 0x00000011 
+ 00029346  0x0000550b beq  0x00000002 , 0x000073f1 
+ 00029347  0x0000550c arg  0x0000068f , 0x00000011 
+ 00029348  0x0000550d beq  0x00000003 , 0x000073f1 
+ 00029349  0x0000550e rtn 
+ 00029350  0x00005511 fetch  0x00000002 , 0x000006c5 
+ 00029351  0x00005512 beq  0x00000001 , 0x000072aa 
+ 00029352  0x00005513 fetchr  0x00000011 , 0x00000002 , 0x000005fb 
+ 00029353  0x00005514 branch  0x000073f1 
+ 00029354  0x00005516 jam  0x00000001 , 0x00000762 
+ 00029355  0x00005517 jam  0x00000001 , 0x00000754 
+ 00029356  0x00005518 fetchr  0x00000011 , 0x00000002 , 0x000005fd 
+ 00029357  0x00005519 branch  0x000073f1 
+ 00029358  0x0000551d fetch  0x00000001 , 0x000006bf 
+ 00029359  0x0000551e bne  0x00000004 , 0x0000724c 
+ 00029360  0x0000551f fetch  0x00000001 , 0x000006c1 
+ 00029361  0x00005520 bne  0x00000081 , 0x0000724c 
+ 00029362  0x00005521 fetch  0x00000001 , 0x000006c3 
+ 00029363  0x00005522 bne  0x00000000 , 0x0000724c 
+ 00029364  0x00005523 fetch  0x00000001 , 0x000006c4 
+ 00029365  0x00005524 bne  0x00000000 , 0x0000724c 
+ 00029366  0x00005525 fetch  0x00000001 , 0x000006c7 
+ 00029367  0x00005526 bne  0x00000001 , 0x0000724c 
+ 00029368  0x00005527 fetch  0x00000001 , 0x000006c8 
+ 00029369  0x00005528 bne  0x00000000 , 0x0000724c 
+ 00029370  0x00005529 fetch  0x00000001 , 0x000006c5 
+ 00029371  0x0000552a bne  0x00000000 , 0x0000724c 
+ 00029372  0x0000552b fetch  0x00000001 , 0x000006c6 
+ 00029373  0x0000552c bne  0x00000000 , 0x0000724c 
+ 00029374  0x0000552d arg  0x00000001 , 0x00000012 
+ 00029375  0x0000552e branch  0x000072d8 
+ 00029376  0x00005532 fetch  0x00000001 , 0x000006bf 
+ 00029377  0x00005533 beq  0x00000002 , 0x0000724c 
+ 00029378  0x00005534 fetch  0x00000001 , 0x000006c3 
+ 00029379  0x00005535 bne  0x00000000 , 0x0000724c 
+ 00029380  0x00005536 fetch  0x00000001 , 0x000006c4 
+ 00029381  0x00005537 bne  0x00000000 , 0x0000724c 
+ 00029382  0x00005538 fetch  0x00000001 , 0x000006c7 
+ 00029383  0x00005539 bne  0x00000002 , 0x0000724c 
+ 00029384  0x0000553a fetch  0x00000001 , 0x000006c8 
+ 00029385  0x0000553b bne  0x00000000 , 0x0000724c 
+ 00029386  0x0000553c fetch  0x00000001 , 0x000006c6 
+ 00029387  0x0000553d bne  0x00000000 , 0x0000724c 
+ 00029388  0x0000553e fetch  0x00000001 , 0x000006c1 
+ 00029389  0x0000553f beq  0x00000080 , 0x000072d3 
+ 00029390  0x00005540 beq  0x00000081 , 0x000072de 
+ 00029391  0x00005541 beq  0x00000082 , 0x000072e2 
+ 00029392  0x00005542 branch  0x0000724c 
+ 00029393  0x00005546 jam  0x00000001 , 0x00000757 
+ 00029394  0x00005547 branch  0x000072dc 
+ 00029395  0x0000554a fetch  0x00000001 , 0x000006c5 
+ 00029396  0x0000554b bne  0x00000000 , 0x0000724c 
+ 00029397  0x0000554c arg  0x00000002 , 0x00000012 
+ 00029398  0x0000554d fetch  0x00000001 , 0x00000755 
+ 00029399  0x0000554e beq  0x00000001 , 0x000072d1 
+ 00029400  0x00005551 arg  0x000006b9 , 0x00000011 
+ 00029401  0x00005552 branch  0x000073f3 
+ 00029402  0x00005554 arg  0x000006bb , 0x00000011 
+ 00029403  0x00005555 branch  0x000073f3 
+ 00029404  0x00005557 arg  0x000006bd , 0x00000011 
+ 00029405  0x00005558 branch  0x000073f3 
+ 00029406  0x0000555b fetch  0x00000001 , 0x000006bf 
+ 00029407  0x0000555c bne  0x00000004 , 0x0000724c 
+ 00029408  0x0000555d arg  0x00000002 , 0x00000012 
+ 00029409  0x0000555e branch  0x000072d8 
+ 00029410  0x00005561 fetch  0x00000001 , 0x000006bf 
+ 00029411  0x00005562 bne  0x00000004 , 0x0000724c 
+ 00029412  0x00005563 fetch  0x00000001 , 0x000006c5 
+ 00029413  0x00005564 beq  0x00000081 , 0x000072ef 
+ 00029414  0x00005565 beq  0x00000082 , 0x000072f1 
+ 00029415  0x00005566 beq  0x00000083 , 0x000072f3 
+ 00029416  0x00005567 and_into  0x0000007f , 0x0000003f 
+ 00029417  0x00005568 beq  0x00000000 , 0x000072eb 
+ 00029418  0x00005569 branch  0x0000724c 
+ 00029419  0x0000556c fetch  0x00000001 , 0x00000758 
+ 00029420  0x0000556e arg  0x00000002 , 0x00000012 
+ 00029421  0x0000556f beq  0x00000001 , 0x000072da 
+ 00029422  0x00005570 branch  0x000072d8 
+ 00029423  0x00005572 fetch  0x00000001 , 0x00000759 
+ 00029424  0x00005573 branch  0x000072ec 
+ 00029425  0x00005575 fetch  0x00000001 , 0x0000075a 
+ 00029426  0x00005576 branch  0x000072ec 
+ 00029427  0x00005578 fetch  0x00000001 , 0x0000075b 
+ 00029428  0x00005579 branch  0x000072ec 
+ 00029429  0x0000557c jam  0x00000001 , 0x0000074f 
+ 00029430  0x0000557d arg  0x00000750 , 0x00000011 
+ 00029431  0x0000557e arg  0x00000001 , 0x00000012 
+ 00029432  0x0000557f branch  0x000073f3 
+ 00029433  0x00005582 fetch  0x00000002 , 0x000006c3 
+ 00029434  0x00005583 arg  0x000001ba , 0x00000002 
+ 00029435  0x00005584 isub  0x00000002 , 0x0000003e 
+ 00029436  0x00005585 nbranch  0x0000724c , 0x00000005 
+ 00029437  0x00005588 fetch  0x00000001 , 0x0000074c 
+ 00029438  0x00005589 nbranch  0x00007307 , 0x00000034 
+ 00029439  0x0000558a jam  0x00000000 , 0x00000709 
+ 00029440  0x0000558c fetch  0x00000001 , 0x000006c7 
+ 00029441  0x0000558d iforce  0x00000012 
+ 00029442  0x0000558e arg  0x00000709 , 0x00000011 
+ 00029443  0x0000558f call  0x000073f3 
+ 00029444  0x00005591 arg  0x00000709 , 0x00000005 
+ 00029445  0x00005592 arg  0x00000008 , 0x00000039 
+ 00029446  0x00005593 branch  0x00007500 
+ 00029447  0x00005595 jam  0x00000000 , 0x0000074c 
+ 00029448  0x00005596 jam  0x00000001 , 0x00000709 
+ 00029449  0x00005597 branch  0x00007300 
+ 00029450  0x0000559a fetch  0x00000001 , 0x000006c7 
+ 00029451  0x0000559b bne  0x00000001 , 0x0000724c 
+ 00029452  0x0000559c jam  0x00000001 , 0x00000751 
+ 00029453  0x0000559d arg  0x00000001 , 0x00000012 
+ 00029454  0x0000559e fetch  0x00000001 , 0x00000753 
+ 00029455  0x0000559f beq  0x00000000 , 0x00007312 
+ 00029456  0x000055a0 beq  0x00000001 , 0x00007313 
+ 00029457  0x000055a1 branch  0x000072d8 
+ 00029458  0x000055a3 branch  0x000072da 
+ 00029459  0x000055a5 branch  0x000072d8 
+ 00029460  0x000055ab fetch  0x00000001 , 0x000006bf 
+ 00029461  0x000055ac bne  0x00000004 , 0x0000724c 
+ 00029462  0x000055ad fetch  0x00000001 , 0x000006c7 
+ 00029463  0x000055ae bne  0x00000000 , 0x0000724c 
+ 00029464  0x000055af fetch  0x00000001 , 0x000006c8 
+ 00029465  0x000055b0 bne  0x00000000 , 0x0000724c 
+ 00029466  0x000055b1 fetch  0x00000001 , 0x000006c4 
+ 00029467  0x000055b2 bne  0x00000000 , 0x0000724c 
+ 00029468  0x000055b3 fetch  0x00000001 , 0x000006c6 
+ 00029469  0x000055b4 bne  0x00000000 , 0x0000724c 
+ 00029470  0x000055b5 fetch  0x00000001 , 0x000006c1 
+ 00029471  0x000055b6 beq  0x00000000 , 0x00007323 
+ 00029472  0x000055b7 beq  0x00000001 , 0x00007330 
+ 00029473  0x000055b8 beq  0x00000002 , 0x00007331 
+ 00029474  0x000055b9 branch  0x0000724c 
+ 00029475  0x000055bc fetch  0x00000001 , 0x000006c3 
+ 00029476  0x000055bd bne  0x00000001 , 0x0000724c 
+ 00029477  0x000055be fetch  0x00000001 , 0x00008c00 
+ 00029478  0x000055bf set0  0x00000007 , 0x0000003f 
+ 00029479  0x000055c0 store  0x00000001 , 0x00008c00 
+ 00029480  0x000055c1 jam  0x00000000 , 0x00000755 
+ 00029481  0x000055c2 jam  0x00000001 , 0x00000756 
+ 00029482  0x000055c3 fetch  0x00000001 , 0x00000757 
+ 00029483  0x000055c4 branch  0x00007251 , 0x00000034 
+ 00029484  0x000055c5 jam  0x00000000 , 0x00000757 
+ 00029485  0x000055c6 jam  0x00000000 , 0x00000756 
+ 00029486  0x000055c7 jam  0x00000002 , 0x00000754 
+ 00029487  0x000055c8 branch  0x00007251 
+ 00029488  0x000055cb branch  0x0000724c 
+ 00029489  0x000055ce fetch  0x00000001 , 0x000006c3 
+ 00029490  0x000055cf bne  0x00000000 , 0x0000724c 
+ 00029491  0x000055d0 fetch  0x00000001 , 0x000006c5 
+ 00029492  0x000055d1 beq  0x00000081 , 0x0000733c 
+ 00029493  0x000055d2 beq  0x00000082 , 0x0000733f 
+ 00029494  0x000055d3 beq  0x00000083 , 0x00007341 
+ 00029495  0x000055d4 and_into  0x0000007f , 0x0000003f 
+ 00029496  0x000055d5 beq  0x00000000 , 0x0000733a 
+ 00029497  0x000055d6 branch  0x0000724c 
+ 00029498  0x000055d9 jam  0x00000000 , 0x00000758 
+ 00029499  0x000055da branch  0x00007251 
+ 00029500  0x000055dc jam  0x00000000 , 0x00000759 
+ 00029501  0x000055de jam  0x00000001 , 0x00000766 
+ 00029502  0x000055df branch  0x00007251 
+ 00029503  0x000055e1 jam  0x00000000 , 0x0000075a 
+ 00029504  0x000055e2 branch  0x0000733d 
+ 00029505  0x000055e4 jam  0x00000000 , 0x0000075b 
+ 00029506  0x000055e5 branch  0x0000733d 
+ 00029507  0x000055e9 fetch  0x00000001 , 0x000006c7 
+ 00029508  0x000055ea bne  0x00000000 , 0x0000724c 
+ 00029509  0x000055eb fetch  0x00000001 , 0x000006c8 
+ 00029510  0x000055ec bne  0x00000000 , 0x0000724c 
+ 00029511  0x000055ed fetch  0x00000001 , 0x000006c1 
+ 00029512  0x000055ee beq  0x00000000 , 0x0000734c 
+ 00029513  0x000055ef beq  0x00000001 , 0x0000735a 
+ 00029514  0x000055f0 beq  0x00000002 , 0x0000735b 
+ 00029515  0x000055f1 branch  0x0000724c 
+ 00029516  0x000055f4 fetch  0x00000001 , 0x000006c3 
+ 00029517  0x000055f5 bne  0x00000001 , 0x0000724c 
+ 00029518  0x000055f6 call  0x00005337 
+ 00029519  0x000055f7 fetch  0x00000001 , 0x00008c00 
+ 00029520  0x000055f8 set1  0x00000007 , 0x0000003f 
+ 00029521  0x000055f9 store  0x00000001 , 0x00008c00 
+ 00029522  0x000055fa jam  0x00000001 , 0x00000755 
+ 00029523  0x000055fb jam  0x00000003 , 0x00000754 
+ 00029524  0x000055fc jam  0x00000000 , 0x0000074d 
+ 00029525  0x000055fd call  0x00007251 
+ 00029526  0x000055ff call  0x0000755c 
+ 00029527  0x00005600 setarg  0x00001388 
+ 00029528  0x00005601 arg  0x0000000f , 0x00000007 
+ 00029529  0x00005602 branch  0x0000754f 
+ 00029530  0x00005605 branch  0x0000724c 
+ 00029531  0x00005608 fetch  0x00000001 , 0x000006c3 
+ 00029532  0x00005609 bne  0x00000000 , 0x0000724c 
+ 00029533  0x0000560a fetch  0x00000001 , 0x000006c4 
+ 00029534  0x0000560b bne  0x00000000 , 0x0000724c 
+ 00029535  0x0000560c fetch  0x00000001 , 0x000006c5 
+ 00029536  0x0000560d beq  0x00000081 , 0x00007368 
+ 00029537  0x0000560e beq  0x00000082 , 0x0000736a 
+ 00029538  0x0000560f beq  0x00000083 , 0x0000736c 
+ 00029539  0x00005610 and_into  0x0000007f , 0x0000003f 
+ 00029540  0x00005611 beq  0x00000000 , 0x00007366 
+ 00029541  0x00005612 branch  0x0000724c 
+ 00029542  0x00005615 jam  0x00000001 , 0x00000758 
+ 00029543  0x00005616 branch  0x00007251 
+ 00029544  0x00005618 jam  0x00000001 , 0x00000759 
+ 00029545  0x00005619 branch  0x00007251 
+ 00029546  0x0000561b jam  0x00000001 , 0x0000075a 
+ 00029547  0x0000561c branch  0x00007251 
+ 00029548  0x0000561e jam  0x00000001 , 0x0000075b 
+ 00029549  0x0000561f branch  0x00007251 
+ 00029550  0x00005623 fetch  0x00000001 , 0x000006c1 
+ 00029551  0x00005624 bne  0x00000000 , 0x0000724c 
+ 00029552  0x00005625 fetch  0x00000001 , 0x000006c5 
+ 00029553  0x00005626 bne  0x00000000 , 0x0000724c 
+ 00029554  0x00005627 fetch  0x00000001 , 0x000006c6 
+ 00029555  0x00005628 bne  0x00000000 , 0x0000724c 
+ 00029556  0x00005629 fetch  0x00000001 , 0x000006c7 
+ 00029557  0x0000562a bne  0x00000000 , 0x0000724c 
+ 00029558  0x0000562b fetch  0x00000001 , 0x000006c8 
+ 00029559  0x0000562c bne  0x00000000 , 0x0000724c 
+ 00029560  0x0000562d fetch  0x00000001 , 0x000006c4 
+ 00029561  0x0000562e bne  0x00000000 , 0x0000724c 
+ 00029562  0x0000562f fetch  0x00000001 , 0x000006c3 
+ 00029563  0x00005630 and_into  0x00000080 , 0x0000003f 
+ 00029564  0x00005631 bne  0x00000000 , 0x0000724c 
+ 00029565  0x00005632 fetch  0x00000001 , 0x000006c3 
+ 00029566  0x00005633 bne  0x00000000 , 0x00007385 
+ 00029567  0x00005635 jam  0x00000002 , 0x000006bf 
+ 00029568  0x00005637 fetch  0x00000001 , 0x000006c3 
+ 00029569  0x00005638 store  0x00000001 , 0x00008c02 
+ 00029570  0x00005639 call  0x00007251 
+ 00029571  0x0000563a jam  0x00000001 , 0x00000765 
+ 00029572  0x0000563b rtn 
+ 00029573  0x0000563d jam  0x00000003 , 0x000006bf 
+ 00029574  0x0000563e branch  0x00007380 
+ 00029575  0x00005642 fetch  0x00000001 , 0x000006bf 
+ 00029576  0x00005643 beq  0x00000002 , 0x0000724c 
+ 00029577  0x00005644 fetch  0x00000001 , 0x000006c1 
+ 00029578  0x00005645 bne  0x00000000 , 0x0000724c 
+ 00029579  0x00005646 fetch  0x00000001 , 0x000006c5 
+ 00029580  0x00005647 bne  0x00000000 , 0x0000724c 
+ 00029581  0x00005648 fetch  0x00000001 , 0x000006c6 
+ 00029582  0x00005649 bne  0x00000000 , 0x0000724c 
+ 00029583  0x0000564a fetch  0x00000001 , 0x000006c7 
+ 00029584  0x0000564b bne  0x00000000 , 0x0000724c 
+ 00029585  0x0000564c fetch  0x00000001 , 0x000006c8 
+ 00029586  0x0000564d bne  0x00000000 , 0x0000724c 
+ 00029587  0x0000564e fetch  0x00000001 , 0x000006c4 
+ 00029588  0x0000564f bne  0x00000000 , 0x0000724c 
+ 00029589  0x00005650 fetch  0x00000001 , 0x000006c3 
+ 00029590  0x00005651 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00029591  0x00005652 nbranch  0x0000724c , 0x00000002 
+ 00029592  0x00005653 fetch  0x00000001 , 0x000006bf 
+ 00029593  0x00005654 beq  0x00000003 , 0x0000739c 
+ 00029594  0x00005655 beq  0x00000004 , 0x0000739c 
+ 00029595  0x00005656 branch  0x0000724c 
+ 00029596  0x0000565a fetch  0x00000001 , 0x000006c3 
+ 00029597  0x0000565b beq  0x00000000 , 0x000073a0 
+ 00029598  0x0000565c jam  0x00000004 , 0x000006bf 
+ 00029599  0x0000565d branch  0x00007251 
+ 00029600  0x0000565f jam  0x00000003 , 0x000006bf 
+ 00029601  0x00005660 branch  0x00007251 
+ 00029602  0x00005664 fetch  0x00000001 , 0x000006bf 
+ 00029603  0x00005665 bne  0x00000004 , 0x0000724c 
+ 00029604  0x00005666 fetch  0x00000001 , 0x000006c1 
+ 00029605  0x00005667 bne  0x00000001 , 0x0000724c 
+ 00029606  0x00005668 fetch  0x00000001 , 0x000006c3 
+ 00029607  0x00005669 bne  0x00000000 , 0x0000724c 
+ 00029608  0x0000566a fetch  0x00000001 , 0x000006c4 
+ 00029609  0x0000566b bne  0x00000000 , 0x0000724c 
+ 00029610  0x0000566c fetch  0x00000001 , 0x000006c7 
+ 00029611  0x0000566d bne  0x00000000 , 0x0000724c 
+ 00029612  0x0000566e fetch  0x00000001 , 0x000006c8 
+ 00029613  0x0000566f bne  0x00000000 , 0x0000724c 
+ 00029614  0x00005670 fetch  0x00000001 , 0x000006c5 
+ 00029615  0x00005671 bne  0x00000000 , 0x0000724c 
+ 00029616  0x00005672 fetch  0x00000001 , 0x000006c6 
+ 00029617  0x00005673 bne  0x00000000 , 0x0000724c 
+ 00029618  0x00005674 branch  0x00007251 
+ 00029619  0x00005678 bpatch  0x000000be , 0x00004017 
+ 00029620  0x00005679 jam  0x00000001 , 0x0000074f 
+ 00029621  0x0000567a fetch  0x00000001 , 0x000006c4 
+ 00029622  0x0000567b store  0x00000001 , 0x00000750 
+ 00029623  0x0000567c fetch  0x00000001 , 0x000006c5 
+ 00029624  0x0000567d sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00029625  0x0000567e call  0x000073c1 , 0x00000005 
+ 00029626  0x0000567f fetch  0x00000001 , 0x00000754 
+ 00029627  0x00005680 bne  0x00000004 , 0x00007251 
+ 00029628  0x00005681 jam  0x00000002 , 0x00000754 
+ 00029629  0x00005682 call  0x00007251 
+ 00029630  0x00005683 nop  0x00007530 
+ 00029631  0x00005684 nop  0x00007530 
+ 00029632  0x00005685 rtn 
+ 00029633  0x00005687 jam  0x00000001 , 0x00000762 
+ 00029634  0x00005688 jam  0x00000000 , 0x00000756 
+ 00029635  0x00005689 jam  0x00000004 , 0x00000754 
+ 00029636  0x0000568a rtn 
+ 00029637  0x0000568e nop  0x00003a98 
+ 00029638  0x0000568f arg  0x000006c9 , 0x00000005 
+ 00029639  0x00005690 call  0x000071f8 
+ 00029640  0x00005691 jam  0x00000001 , 0x0000074b 
+ 00029641  0x00005692 call  0x000073d6 
+ 00029642  0x00005693 fetch  0x00000002 , 0x000006c3 
+ 00029643  0x00005694 store  0x00000002 , 0x00000749 
+ 00029644  0x00005695 call  0x00007251 
+ 00029645  0x00005696 fetch  0x00000001 , 0x00004095 
+ 00029646  0x00005697 rtnne  0x00000004 
+ 00029647  0x00005698 fetch  0x00000001 , 0x0000074d 
+ 00029648  0x00005699 rtn  0x00000034 
+ 00029649  0x0000569a fetch  0x00000001 , 0x000006c9 
+ 00029650  0x0000569c store  0x00000001 , 0x00004564 
+ 00029651  0x0000569d jam  0x00000000 , 0x0000074d 
+ 00029652  0x0000569e jam  0x00000003 , 0x00004554 
+ 00029653  0x0000569f rtn 
+ 00029654  0x000056a3 fetch  0x00000002 , 0x000006c3 
+ 00029655  0x000056a4 arg  0x00000200 , 0x00000002 
+ 00029656  0x000056a5 isub  0x00000002 , 0x0000003e 
+ 00029657  0x000056a6 nrtn  0x00000005 
+ 00029658  0x000056a7 fetch  0x00000002 , 0x000006c5 
+ 00029659  0x000056a8 arg  0x00000000 , 0x00000002 
+ 00029660  0x000056a9 isub  0x00000002 , 0x0000003e 
+ 00029661  0x000056aa nrtn  0x00000005 
+ 00029662  0x000056ab fetch  0x00000002 , 0x000006c7 
+ 00029663  0x000056ac arg  0x00000001 , 0x00000002 
+ 00029664  0x000056ad isub  0x00000002 , 0x0000003e 
+ 00029665  0x000056ae nrtn  0x00000005 
+ 00029666  0x000056af jam  0x00000001 , 0x0000074d 
+ 00029667  0x000056b0 rtn 
+ 00029668  0x000056b4 fetch  0x00000001 , 0x000006c7 
+ 00029669  0x000056b5 bne  0x00000000 , 0x0000724c 
+ 00029670  0x000056b6 fetch  0x00000001 , 0x000006c3 
+ 00029671  0x000056b7 beq  0x00000000 , 0x000073ea 
+ 00029672  0x000056b8 beq  0x00000001 , 0x000073ed 
+ 00029673  0x000056b9 branch  0x0000724c 
+ 00029674  0x000056bb jam  0x00000000 , 0x00000752 
+ 00029675  0x000056bc jam  0x00000001 , 0x00000753 
+ 00029676  0x000056bd branch  0x00007251 
+ 00029677  0x000056bf jam  0x00000001 , 0x0000074e 
+ 00029678  0x000056c0 jam  0x00000001 , 0x00000752 
+ 00029679  0x000056c1 jam  0x00000000 , 0x00000753 
+ 00029680  0x000056c2 branch  0x00007251 
+ 00029681  0x000056c6 ifetchr  0x00000012 , 0x00000001 , 0x00000011 
+ 00029682  0x000056c7 increase  0x00000001 , 0x00000011 
+ 00029683  0x000056ca bpatch  0x000000bf , 0x00004017 
+ 00029684  0x000056cb set1  0x0000000e , 0x00000000 
+ 00029685  0x000056cc bmark0  0x00000023 , 0x000073f8 
+ 00029686  0x000056cd increase  0x00000001 , 0x00000012 
+ 00029687  0x000056ce lshift  0x00000012 , 0x00000012 
+ 00029688  0x000056d0 storer  0x00000011 , 0x00000002 , 0x000005f8 
+ 00029689  0x000056d1 storer  0x00000012 , 0x00000001 , 0x000005fa 
+ 00029690  0x000056d2 branch  0x000073fd 
+ 00029691  0x000056d5 arg  0x00000000 , 0x00000007 
+ 00029692  0x000056d6 branch  0x0000743d 
+ 00029693  0x000056dc bpatch  0x000000c0 , 0x00004018 
+ 00029694  0x000056dd fetch  0x00000001 , 0x00008c24 
+ 00029695  0x000056de rtnbit1  0x00000000 
+ 00029696  0x000056df fetch  0x00000001 , 0x000005fa 
+ 00029697  0x000056e0 rtn  0x00000034 
+ 00029698  0x000056e1 copy  0x0000003f , 0x00000039 
+ 00029699  0x000056e2 iforce  0x00000002 
+ 00029700  0x000056e3 fetch  0x00000002 , 0x000006c7 
+ 00029701  0x000056e4 sub  0x0000003f , 0x00000040 , 0x0000003e 
+ 00029702  0x000056e5 branch  0x0000740b , 0x00000002 
+ 00029703  0x000056e6 sub  0x00000039 , 0x00000040 , 0x0000003e 
+ 00029704  0x000056e7 branch  0x0000740f , 0x00000002 
+ 00029705  0x000056e8 force  0x00000040 , 0x00000039 
+ 00029706  0x000056e9 branch  0x0000740f 
+ 00029707  0x000056eb isub  0x00000039 , 0x0000003e 
+ 00029708  0x000056ec branch  0x0000740f , 0x00000002 
+ 00029709  0x000056ed iforce  0x00000039 
+ 00029710  0x000056ee store  0x00000001 , 0x000005fa 
+ 00029711  0x000056f0 fetch  0x00000001 , 0x000005fa 
+ 00029712  0x000056f1 isub  0x00000039 , 0x0000003f 
+ 00029713  0x000056f2 store  0x00000001 , 0x000005fa 
+ 00029714  0x000056f3 add  0x00000039 , 0xffffffff , 0x0000003f 
+ 00029715  0x000056f4 store  0x00000001 , 0x00000562 
+ 00029716  0x000056f5 bmark0  0x00000023 , 0x00007421 
+ 00029717  0x000056f6 rshift  0x0000003f , 0x0000003f 
+ 00029718  0x000056f7 add  0x00000039 , 0xffffffff , 0x0000003f 
+ 00029719  0x000056f8 store  0x00000001 , 0x00000562 
+ 00029720  0x000056f9 bmark0  0x0000000e , 0x00007421 
+ 00029721  0x000056fa set0  0x0000000e , 0x00000000 
+ 00029722  0x000056fb istoret  0x00000001 , 0x00000005 
+ 00029723  0x000056fc setarg  0x00000003 
+ 00029724  0x000056fd istore  0x00000001 , 0x00000005 
+ 00029725  0x000056fe increase  0xffffffff , 0x00000039 
+ 00029726  0x000056ff copy  0x00000039 , 0x0000003f 
+ 00029727  0x00005700 nbranch  0x00007421 , 0x00000005 
+ 00029728  0x00005701 increase  0x00000001 , 0x00000039 
+ 00029729  0x00005703 fetch  0x00000002 , 0x000005f8 
+ 00029730  0x00005704 copy  0x0000003f , 0x00000006 
+ 00029731  0x00005706 ifetch  0x00000001 , 0x00000006 
+ 00029732  0x00005707 istore  0x00000001 , 0x00000005 
+ 00029733  0x00005708 bmark0  0x00000023 , 0x00007428 
+ 00029734  0x00005709 setarg  0x00000000 
+ 00029735  0x0000570a istore  0x00000001 , 0x00000005 
+ 00029736  0x0000570c loop  0x00007423 
+ 00029737  0x0000570d copy  0x00000006 , 0x0000003f 
+ 00029738  0x0000570e store  0x00000002 , 0x000005f8 
+ 00029739  0x0000570f setarg  0x00000562 
+ 00029740  0x00005710 store  0x00000002 , 0x00008c09 
+ 00029741  0x00005711 arg  0x00000000 , 0x00000007 
+ 00029742  0x00005712 call  0x0000743d 
+ 00029743  0x00005713 fetch  0x00000001 , 0x000005fa 
+ 00029744  0x00005714 nrtn  0x00000034 
+ 00029745  0x00005715 fetch  0x00000001 , 0x00000754 
+ 00029746  0x00005716 rtnne  0x00000001 
+ 00029747  0x00005717 jam  0x00000002 , 0x00000754 
+ 00029748  0x00005718 rtn 
+ 00029749  0x0000571d arg  0x00000001 , 0x00000007 
+ 00029750  0x0000571e arg  0x000005a3 , 0x00000011 
+ 00029751  0x0000571f storer  0x00000011 , 0x00000002 , 0x00008c0b 
+ 00029752  0x00005721 add  0x00000039 , 0xffffffff , 0x0000003f 
+ 00029753  0x00005722 istore  0x00000001 , 0x00000011 
+ 00029754  0x00005724 ifetch  0x00000001 , 0x00000006 
+ 00029755  0x00005725 istore  0x00000001 , 0x00000005 
+ 00029756  0x00005726 loop  0x0000743a 
+ 00029757  0x00005728 setarg  0x00000000 
+ 00029758  0x00005729 qset1  0x0000003f 
+ 00029759  0x0000572a store  0x00000001 , 0x00008c18 
+ 00029760  0x0000572b rtn 
+ 00029761  0x0000572e arg  0x00000002 , 0x00000007 
+ 00029762  0x0000572f arg  0x000005ad , 0x00000011 
+ 00029763  0x00005730 storer  0x00000011 , 0x00000002 , 0x00008c0d 
+ 00029764  0x00005731 branch  0x00007438 
+ 00029765  0x00005734 bpatch  0x000000c1 , 0x00004018 
+ 00029766  0x00005735 fetch  0x00000001 , 0x00000761 
+ 00029767  0x00005736 rtn  0x00000034 
+ 00029768  0x00005737 fetch  0x00000001 , 0x00008c24 
+ 00029769  0x00005738 and_into  0x0000000f , 0x0000003f 
+ 00029770  0x00005739 nbranch  0x00007496 , 0x00000034 
+ 00029771  0x0000573a fetch  0x00000001 , 0x00000762 
+ 00029772  0x0000573b branch  0x0000746c , 0x00000034 
+ 00029773  0x0000573c fetch  0x00000001 , 0x00000754 
+ 00029774  0x0000573d beq  0x00000003 , 0x000074a6 
+ 00029775  0x0000573e bne  0x00000002 , 0x0000746c 
+ 00029776  0x0000573f fetch  0x00000001 , 0x00000756 
+ 00029777  0x00005740 nbranch  0x0000746c , 0x00000034 
+ 00029778  0x00005741 call  0x00007454 
+ 00029779  0x00005742 branch  0x0000745f 
+ 00029780  0x00005745 fetch  0x00000001 , 0x00008c24 
+ 00029781  0x00005746 rtnbit1  0x00000001 
+ 00029782  0x00005747 fetch  0x00000001 , 0x00000761 
+ 00029783  0x00005748 rtnbit0  0x00000001 
+ 00029784  0x00005749 fetch  0x00000001 , 0x00000761 
+ 00029785  0x0000574a set0  0x00000001 , 0x0000003f 
+ 00029786  0x0000574b store  0x00000001 , 0x00000761 
+ 00029787  0x0000574c fetch  0x00000001 , 0x0000075f 
+ 00029788  0x0000574d rtn  0x00000034 
+ 00029789  0x0000574e beq  0x00000010 , 0x0000748e 
+ 00029790  0x0000574f branch  0x00003aba 
+ 00029791  0x00005752 fetch  0x00000001 , 0x00008c24 
+ 00029792  0x00005753 rtnbit1  0x00000002 
+ 00029793  0x00005754 fetch  0x00000001 , 0x00000761 
+ 00029794  0x00005755 rtnbit0  0x00000002 
+ 00029795  0x00005756 fetch  0x00000001 , 0x00000761 
+ 00029796  0x00005757 set0  0x00000002 , 0x0000003f 
+ 00029797  0x00005758 store  0x00000001 , 0x00000761 
+ 00029798  0x00005759 fetch  0x00000001 , 0x00000760 
+ 00029799  0x0000575a rtn  0x00000034 
+ 00029800  0x0000575b beq  0x00000020 , 0x0000746f 
+ 00029801  0x0000575c beq  0x00000021 , 0x0000748a 
+ 00029802  0x0000575d beq  0x00000022 , 0x00007492 
+ 00029803  0x0000575e branch  0x00003aba 
+ 00029804  0x00005762 arg  0x00000767 , 0x00000005 
+ 00029805  0x00005763 arg  0x00000008 , 0x00000039 
+ 00029806  0x00005764 branch  0x00007500 
+ 00029807  0x00005767 fetch  0x00000001 , 0x0000074f 
+ 00029808  0x00005768 fetcht  0x00000001 , 0x00000751 
+ 00029809  0x00005769 iand  0x00000002 , 0x0000003f 
+ 00029810  0x0000576a branch  0x00007486 , 0x00000034 
+ 00029811  0x0000576b fetcht  0x00000001 , 0x00000752 
+ 00029812  0x0000576c iadd  0x00000002 , 0x0000003f 
+ 00029813  0x0000576d beq  0x00000001 , 0x00007477 
+ 00029814  0x0000576e branch  0x00007486 
+ 00029815  0x00005771 jam  0x00000000 , 0x00000760 
+ 00029816  0x00005773 fetch  0x00000001 , 0x00000768 
+ 00029817  0x00005774 beq  0x00000002 , 0x00007487 
+ 00029818  0x00005775 beq  0x00000003 , 0x00007487 
+ 00029819  0x00005776 fetch  0x00000001 , 0x00000768 
+ 00029820  0x00005777 store  0x00000001 , 0x00000767 
+ 00029821  0x00005778 fetch  0x00000001 , 0x00000769 
+ 00029822  0x00005779 istore  0x00000001 , 0x00000005 
+ 00029823  0x0000577a fetch  0x00000001 , 0x0000076b 
+ 00029824  0x0000577b istore  0x00000001 , 0x00000005 
+ 00029825  0x0000577c fetch  0x00000001 , 0x0000076d 
+ 00029826  0x0000577d istore  0x00000001 , 0x00000005 
+ 00029827  0x0000577e arg  0x00000004 , 0x00000039 
+ 00029828  0x0000577f arg  0x00000767 , 0x00000006 
+ 00029829  0x00005780 branch  0x00007441 
+ 00029830  0x00005783 jam  0x00000000 , 0x00000760 
+ 00029831  0x00005785 arg  0x00000008 , 0x00000039 
+ 00029832  0x00005786 arg  0x00000767 , 0x00000006 
+ 00029833  0x00005787 branch  0x00007441 
+ 00029834  0x0000578a jam  0x00000000 , 0x00000760 
+ 00029835  0x0000578b arg  0x00000003 , 0x00000039 
+ 00029836  0x0000578c arg  0x00000787 , 0x00000006 
+ 00029837  0x0000578d branch  0x00007441 
+ 00029838  0x00005790 jam  0x00000000 , 0x0000075f 
+ 00029839  0x00005791 arg  0x00000008 , 0x00000039 
+ 00029840  0x00005792 arg  0x00000777 , 0x00000006 
+ 00029841  0x00005793 branch  0x00007435 
+ 00029842  0x00005796 jam  0x00000000 , 0x00000760 
+ 00029843  0x00005797 arg  0x00000002 , 0x00000039 
+ 00029844  0x00005798 arg  0x00000797 , 0x00000006 
+ 00029845  0x00005799 branch  0x00007441 
+ 00029846  0x0000579c fetch  0x00000001 , 0x00000754 
+ 00029847  0x0000579d beq  0x00000002 , 0x00007499 
+ 00029848  0x0000579e rtn 
+ 00029849  0x000057a0 fetch  0x00000001 , 0x00008c00 
+ 00029850  0x000057a1 set1  0x00000007 , 0x0000003f 
+ 00029851  0x000057a2 store  0x00000001 , 0x00008c00 
+ 00029852  0x000057a3 jam  0x00000001 , 0x00000764 
+ 00029853  0x000057a4 rtn 
+ 00029854  0x000057a7 fetch  0x00000001 , 0x00000754 
+ 00029855  0x000057a8 rtneq  0x00000003 
+ 00029856  0x000057a9 beq  0x00000002 , 0x000074a2 
+ 00029857  0x000057aa rtn 
+ 00029858  0x000057ac fetch  0x00000001 , 0x00000764 
+ 00029859  0x000057ad rtn  0x00000034 
+ 00029860  0x000057ae jam  0x00000001 , 0x00000763 
+ 00029861  0x000057af branch  0x000074a9 
+ 00029862  0x000057b2 arg  0x0000000f , 0x00000007 
+ 00029863  0x000057b3 call  0x0000755d 
+ 00029864  0x000057b4 nrtn  0x00000034 
+ 00029865  0x000057b6 fetch  0x00000001 , 0x00008c00 
+ 00029866  0x000057b7 rtnbit0  0x00000007 
+ 00029867  0x000057b8 jam  0x000000fc , 0x00008c00 
+ 00029868  0x000057b9 nop  0x00007530 
+ 00029869  0x000057ba jam  0x0000003c , 0x00008c00 
+ 00029870  0x000057bb rtn 
+ 00029871  0x000057c3 storer  0x00000005 , 0x00000002 , 0x000004e5 
+ 00029872  0x000057c4 storet  0x00000008 , 0x000004cc 
+ 00029873  0x000057c5 storer  0x0000000b , 0x00000004 , 0x000004d4 
+ 00029874  0x000057c6 call  0x000074b7 
+ 00029875  0x000057c7 storer  0x00000006 , 0x00000002 , 0x000004e3 
+ 00029876  0x000057c8 storer  0x00000039 , 0x00000002 , 0x000004ef 
+ 00029877  0x000057c9 storer  0x00000007 , 0x00000002 , 0x000004ed 
+ 00029878  0x000057ca rtn 
+ 00029879  0x000057cd storer  0x00000011 , 0x00000004 , 0x000004d8 
+ 00029880  0x000057ce storer  0x00000012 , 0x00000004 , 0x000004dc 
+ 00029881  0x000057cf storer  0x00000013 , 0x00000003 , 0x000004e0 
+ 00029882  0x000057d0 rtn 
+ 00029883  0x000057d3 bpatch  0x000000c2 , 0x00004018 
+ 00029884  0x000057d4 fetch  0x00000002 , 0x000004e5 
+ 00029885  0x000057d5 iforce  0x00000005 
+ 00029886  0x000057d6 fetcht  0x00000008 , 0x000004cc 
+ 00029887  0x000057d7 fetchr  0x0000000b , 0x00000004 , 0x000004d4 
+ 00029888  0x000057d8 call  0x000074c6 
+ 00029889  0x000057d9 fetchr  0x00000039 , 0x00000002 , 0x000004ef 
+ 00029890  0x000057da fetchr  0x00000007 , 0x00000002 , 0x000004ed 
+ 00029891  0x000057db fetch  0x00000002 , 0x000004e3 
+ 00029892  0x000057dc iforce  0x00000006 
+ 00029893  0x000057dd rtn 
+ 00029894  0x000057e0 fetchr  0x00000011 , 0x00000004 , 0x000004d8 
+ 00029895  0x000057e1 fetchr  0x00000012 , 0x00000004 , 0x000004dc 
+ 00029896  0x000057e2 fetchr  0x00000013 , 0x00000003 , 0x000004e0 
+ 00029897  0x000057e3 rtn 
+ 00029898  0x000057e6 fetch  0x00000002 , 0x000004e5 
+ 00029899  0x000057e7 copy  0x0000003f , 0x00000005 
+ 00029900  0x000057e8 rtn 
+ 00029901  0x000057ea fetch  0x00000002 , 0x000004e3 
+ 00029902  0x000057eb copy  0x0000003f , 0x00000006 
+ 00029903  0x000057ec rtn 
+ 00029904  0x000057ef copy  0x00000005 , 0x0000003f 
+ 00029905  0x000057f0 store  0x00000002 , 0x000004e5 
+ 00029906  0x000057f1 rtn 
+ 00029907  0x000057f3 copy  0x00000006 , 0x0000003f 
+ 00029908  0x000057f4 store  0x00000002 , 0x000004e3 
+ 00029909  0x000057f5 rtn 
+ 00029910  0x000057fa copy  0x00000005 , 0x0000003f 
+ 00029911  0x000057fb store  0x00000002 , 0x000004e5 
+ 00029912  0x000057fc copy  0x00000006 , 0x0000003f 
+ 00029913  0x000057fd store  0x00000002 , 0x000004e3 
+ 00029914  0x000057fe rtn 
+ 00029915  0x00005801 fetch  0x00000002 , 0x000004e5 
+ 00029916  0x00005802 copy  0x0000003f , 0x00000005 
+ 00029917  0x00005803 fetch  0x00000002 , 0x000004e3 
+ 00029918  0x00005804 copy  0x0000003f , 0x00000006 
+ 00029919  0x00005805 rtn 
+ 00029920  0x0000580b isub  0x00000002 , 0x00000011 
+ 00029921  0x0000580c rtn  0x00000002 
+ 00029922  0x0000580d arg  0x00000100 , 0x00000011 
+ 00029923  0x0000580e iadd  0x00000011 , 0x0000003f 
+ 00029924  0x0000580f isub  0x00000002 , 0x00000011 
+ 00029925  0x00005810 rtn 
+ 00029926  0x00005813 call  0x000074f3 
+ 00029927  0x00005815 call  0x000074f3 
+ 00029928  0x00005816 branch  0x000074f3 
+ 00029929  0x0000581a call  0x000074ef 
+ 00029930  0x0000581c ifetch  0x00000001 , 0x00000006 
+ 00029931  0x0000581d istore  0x00000001 , 0x00000005 
+ 00029932  0x0000581f ifetch  0x00000003 , 0x00000006 
+ 00029933  0x00005820 istore  0x00000003 , 0x00000005 
+ 00029934  0x00005821 rtn 
+ 00029935  0x00005823 ifetch  0x00000008 , 0x00000006 
+ 00029936  0x00005824 istore  0x00000008 , 0x00000005 
+ 00029937  0x00005825 rtn 
+ 00029938  0x00005828 call  0x000074f5 
+ 00029939  0x0000582a call  0x000074ef 
+ 00029940  0x0000582c call  0x000074ef 
+ 00029941  0x0000582e call  0x000074ef 
+ 00029942  0x0000582f branch  0x000074ef 
+ 00029943  0x00005832 increase  0xffffffff , 0x0000003f 
+ 00029944  0x00005833 nop  0x00000026 
+ 00029945  0x00005834 nbranch  0x000074f7 , 0x00000034 
+ 00029946  0x00005835 rtn 
+ 00029947  0x00005839 arg  0x0000000a , 0x00000039 
+ 00029948  0x0000583b nop  0x00002ee0 
+ 00029949  0x0000583c loop  0x000074fc 
+ 00029950  0x0000583d rtn 
+ 00029951  0x00005840 force  0x00000003 , 0x00000039 
+ 00029952  0x00005842 force  0x00000000 , 0x0000003f 
+ 00029953  0x00005844 istore  0x00000008 , 0x00000005 
+ 00029954  0x00005845 loop  0x00007501 
+ 00029955  0x00005846 rtn 
+ 00029956  0x0000584a call  0x00007505 
+ 00029957  0x0000584c force  0x00000000 , 0x0000003f 
+ 00029958  0x0000584d istore  0x00000008 , 0x00000005 
+ 00029959  0x0000584e rtn 
+ 00029960  0x00005850 force  0x00000000 , 0x0000003f 
+ 00029961  0x00005851 istore  0x00000004 , 0x00000005 
+ 00029962  0x00005852 rtn 
+ 00029963  0x00005855 force  0x00000004 , 0x00000039 
+ 00029964  0x00005856 branch  0x00007500 
+ 00029965  0x00005858 force  0x00000008 , 0x00000039 
+ 00029966  0x00005859 branch  0x00007500 
+ 00029967  0x0000585c deposit  0x00000039 
+ 00029968  0x0000585d rtn  0x00000034 
+ 00029969  0x0000585e setarg  0x00000000 
+ 00029970  0x00005860 istore  0x00000001 , 0x00000005 
+ 00029971  0x00005861 loop  0x00007512 
+ 00029972  0x00005862 rtn 
+ 00029973  0x00005866 arg  0x00000020 , 0x00000039 
+ 00029974  0x00005867 arg  0x000004f6 , 0x00000005 
+ 00029975  0x00005868 branch  0x0000750f 
+ 00029976  0x0000586b ifetch  0x00000004 , 0x00000013 
+ 00029977  0x0000586c ifetcht  0x00000004 , 0x00000011 
+ 00029978  0x0000586d ixor  0x00000002 , 0x0000003f 
+ 00029979  0x0000586e istore  0x00000004 , 0x00000005 
+ 00029980  0x0000586f increase  0x00000004 , 0x00000011 
+ 00029981  0x00005870 increase  0x00000004 , 0x00000013 
+ 00029982  0x00005871 loop  0x00007518 
+ 00029983  0x00005872 rtn 
+ 00029984  0x00005877 bpatch  0x000000c3 , 0x00004018 
+ 00029985  0x00005878 copy  0x00000039 , 0x0000003f 
+ 00029986  0x00005879 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00029987  0x0000587a rtn  0x00000002 
+ 00029988  0x0000587b iadd  0x00000011 , 0x00000012 
+ 00029989  0x0000587c increase  0xffffffff , 0x00000012 
+ 00029990  0x0000587d rshift  0x00000039 , 0x00000039 
+ 00029991  0x0000587f ifetcht  0x00000001 , 0x00000011 
+ 00029992  0x00005880 ifetch  0x00000001 , 0x00000012 
+ 00029993  0x00005881 istore  0x00000001 , 0x00000011 
+ 00029994  0x00005882 istoret  0x00000001 , 0x00000012 
+ 00029995  0x00005883 increase  0xffffffff , 0x00000012 
+ 00029996  0x00005884 increase  0x00000001 , 0x00000011 
+ 00029997  0x00005885 loop  0x00007527 
+ 00029998  0x00005886 rtn 
+ 00029999  0x0000588a rshift32  0x0000003f , 0x00000002 
+ 00030000  0x0000588b call  0x00007535 
+ 00030001  0x0000588c byteswap  0x00000002 , 0x00000002 
+ 00030002  0x0000588d lshift16  0x0000003f , 0x0000003f 
+ 00030003  0x0000588e ior  0x00000002 , 0x0000003f 
+ 00030004  0x0000588f rtn 
+ 00030005  0x00005894 rshift16  0x0000003f , 0x00000006 
+ 00030006  0x00005895 byteswap  0x00000006 , 0x00000006 
+ 00030007  0x00005896 byteswap  0x0000003f , 0x0000003f 
+ 00030008  0x00005897 lshift16  0x0000003f , 0x0000003f 
+ 00030009  0x00005898 ior  0x00000006 , 0x0000003f 
+ 00030010  0x00005899 rtn 
+ 00030011  0x0000589d deposit  0x00000039 
+ 00030012  0x0000589e rtn  0x00000034 
+ 00030013  0x000058a0 increase  0xfffffff8 , 0x00000039 
+ 00030014  0x000058a1 call  0x000074ef , 0x00000002 
+ 00030015  0x000058a2 rtn  0x00000005 
+ 00030016  0x000058a3 branch  0x0000753d , 0x00000002 
+ 00030017  0x000058a4 increase  0x00000008 , 0x00000039 
+ 00030018  0x000058a6 increase  0xfffffffc , 0x00000039 
+ 00030019  0x000058a7 call  0x000074ea , 0x00000002 
+ 00030020  0x000058a8 rtn  0x00000005 
+ 00030021  0x000058a9 branch  0x00007542 , 0x00000002 
+ 00030022  0x000058aa increase  0x00000004 , 0x00000039 
+ 00030023  0x000058ab branch  0x00007548 
+ 00030024  0x000058ae deposit  0x00000039 
+ 00030025  0x000058af rtn  0x00000034 
+ 00030026  0x000058b1 ifetch  0x00000001 , 0x00000006 
+ 00030027  0x000058b2 istore  0x00000001 , 0x00000005 
+ 00030028  0x000058b3 loop  0x0000754a 
+ 00030029  0x000058b4 rtn 
+ 00030030  0x000058b7 setarg  0x00000000 
+ 00030031  0x000058bb store  0x00000002 , 0x000004c4 
+ 00030032  0x000058bc bpatch  0x000000c4 , 0x00004018 
+ 00030033  0x000058bd call  0x0000755d 
+ 00030034  0x000058be fetcht  0x00000002 , 0x000004c4 
+ 00030035  0x000058bf arg  0x000040ed , 0x00000005 
+ 00030036  0x000058c1 lshift  0x00000007 , 0x0000003f 
+ 00030037  0x000058c2 iadd  0x00000005 , 0x00000005 
+ 00030038  0x000058c3 istoret  0x00000002 , 0x00000005 
+ 00030039  0x000058c4 rtn 
+ 00030040  0x000058c7 arg  0x00000800 , 0x0000000b 
+ 00030041  0x000058c8 lshift16  0x0000000b , 0x0000000b 
+ 00030042  0x000058c9 iadd  0x0000000b , 0x0000003f 
+ 00030043  0x000058ca rtn 
+ 00030044  0x000058ce arg  0x00000000 , 0x00000007 
+ 00030045  0x000058d0 bpatch  0x000000c5 , 0x00004018 
+ 00030046  0x000058d1 fetcht  0x00000004 , 0x00004096 
+ 00030047  0x000058d2 rshift  0x00000022 , 0x0000003f 
+ 00030048  0x000058d3 store  0x00000004 , 0x00004096 
+ 00030049  0x000058d4 isub  0x00000002 , 0x0000003e 
+ 00030050  0x000058d5 ncall  0x00007558 , 0x00000002 
+ 00030051  0x000058d6 isub  0x00000002 , 0x0000000b 
+ 00030052  0x000058d7 copy  0x0000000b , 0x00000002 
+ 00030053  0x000058d8 arg  0x000040ed , 0x00000006 
+ 00030054  0x000058d9 copy  0x00000006 , 0x00000005 
+ 00030055  0x000058da arg  0x00000010 , 0x00000039 
+ 00030056  0x000058dc ifetch  0x00000002 , 0x00000006 
+ 00030057  0x000058dd isub  0x00000002 , 0x0000003f 
+ 00030058  0x000058de branch  0x0000756c , 0x00000002 
+ 00030059  0x000058df force  0x00000000 , 0x0000003f 
+ 00030060  0x000058e1 istore  0x00000002 , 0x00000005 
+ 00030061  0x000058e2 loop  0x00007568 
+ 00030062  0x000058e3 arg  0x000040ed , 0x00000006 
+ 00030063  0x000058e4 lshift  0x00000007 , 0x0000003f 
+ 00030064  0x000058e5 iadd  0x00000006 , 0x00000006 
+ 00030065  0x000058e6 ifetch  0x00000002 , 0x00000006 
+ 00030066  0x000058e7 rtn 
+ 00030067  0x000058ed iadd  0x00000002 , 0x00000002 
+ 00030068  0x000058ee copy  0x00000002 , 0x00000039 
+ 00030069  0x000058ef fetch  0x00000002 , 0x0000003f 
+ 00030070  0x000058f0 isub  0x00000039 , 0x0000003f 
+ 00030071  0x000058f1 rtn  0x00000002 
+ 00030072  0x000058f2 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00030073  0x000058f3 rshift16  0x00000002 , 0x00000002 
+ 00030074  0x000058f4 increase  0x00000001 , 0x00000002 
+ 00030075  0x000058f5 lshift16  0x00000002 , 0x00000002 
+ 00030076  0x000058f6 ior  0x00000002 , 0x00000002 
+ 00030077  0x000058f7 rtn 
+ 00030078  0x000058fa call  0x00007580 
+ 00030079  0x000058fb branch  0x0000758d 
+ 00030080  0x000058ff disable  0x00000028 
+ 00030081  0x00005900 isub  0x00000002 , 0x0000003f 
+ 00030082  0x00005901 branch  0x00007585 , 0x00000002 
+ 00030083  0x00005902 enable  0x00000028 
+ 00030084  0x00005903 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00030085  0x00005905 rtnbit0  0x0000000f 
+ 00030086  0x00005906 copy  0x0000003f , 0x00000014 
+ 00030087  0x00005907 arg  0x00010000 , 0x00000002 
+ 00030088  0x00005908 fetch  0x00000002 , 0x0000003f 
+ 00030089  0x00005909 isub  0x00000002 , 0x0000003f 
+ 00030090  0x0000590a iadd  0x00000014 , 0x0000003f 
+ 00030091  0x0000590b set0  0x00000040 , 0x0000003f 
+ 00030092  0x0000590c rtn 
+ 00030093  0x00005911 fetcht  0x00000002 , 0x0000003f 
+ 00030094  0x00005912 iforce  0x00000006 
+ 00030095  0x00005913 rshift16  0x0000003f , 0x0000003f 
+ 00030096  0x00005914 imul32  0x00000002 , 0x0000003f 
+ 00030097  0x00005915 iadd  0x00000006 , 0x0000003f 
+ 00030098  0x00005916 rtn 
+ 00030099  0x0000591a lshift8  0x0000003f , 0x0000003f 
+ 00030100  0x0000591b lshift4  0x0000003f , 0x0000003f 
+ 00030101  0x0000591c fetcht  0x00000003 , 0x000040be 
+ 00030102  0x0000591d idiv  0x00000002 
+ 00030103  0x0000591e call  0x000075d0 
+ 00030104  0x0000591f quotient  0x00000002 
+ 00030105  0x00005920 rtn 
+ 00030106  0x00005924 fetcht  0x00000002 , 0x0000003f 
+ 00030107  0x00005925 idiv  0x00000002 
+ 00030108  0x00005926 call  0x000075cd 
+ 00030109  0x00005927 lshift16  0x0000003f , 0x0000003f 
+ 00030110  0x00005928 remainder  0x00000002 
+ 00030111  0x00005929 ior  0x00000002 , 0x00000002 
+ 00030112  0x0000592a rtn 
+ 00030113  0x00005932 arg  0x00000000 , 0x00000002 
+ 00030114  0x00005934 copy  0x00000002 , 0x00000014 
+ 00030115  0x00005935 ifetch  0x00000001 , 0x00000003 
+ 00030116  0x00005936 call  0x000075ad 
+ 00030117  0x00005937 copy  0x00000014 , 0x00000002 
+ 00030118  0x00005938 call  0x000075df 
+ 00030119  0x00005939 arg  0x0000000a , 0x00000012 
+ 00030120  0x0000593a imul32  0x00000012 , 0x0000003f 
+ 00030121  0x0000593b iadd  0x00000002 , 0x0000003f 
+ 00030122  0x0000593c copy  0x0000003f , 0x00000002 
+ 00030123  0x0000593d loop  0x000075a2 
+ 00030124  0x0000593e rtn 
+ 00030125  0x00005943 arg  0x0000003a , 0x00000002 
+ 00030126  0x00005944 isub  0x00000002 , 0x0000003e 
+ 00030127  0x00005945 nbranch  0x000075b6 , 0x00000002 
+ 00030128  0x00005946 arg  0x00000061 , 0x00000002 
+ 00030129  0x00005947 isub  0x00000002 , 0x0000003e 
+ 00030130  0x00005948 branch  0x000075b9 , 0x00000002 
+ 00030131  0x00005949 arg  0x00000037 , 0x00000002 
+ 00030132  0x0000594a isub  0x00000002 , 0x0000003f 
+ 00030133  0x0000594b rtn 
+ 00030134  0x0000594d arg  0x00000030 , 0x00000002 
+ 00030135  0x0000594e isub  0x00000002 , 0x0000003f 
+ 00030136  0x0000594f rtn 
+ 00030137  0x00005951 arg  0x00000057 , 0x00000002 
+ 00030138  0x00005952 isub  0x00000002 , 0x0000003f 
+ 00030139  0x00005953 rtn 
+ 00030140  0x00005957 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00030141  0x00005958 rtn  0x00000005 
+ 00030142  0x0000595a rshift  0x0000003f , 0x0000003f 
+ 00030143  0x0000595b loop  0x000075be 
+ 00030144  0x0000595c rtn 
+ 00030145  0x00005960 force  0x00000001 , 0x0000003f 
+ 00030146  0x00005961 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00030147  0x00005962 rtn  0x00000005 
+ 00030148  0x00005964 lshift  0x0000003f , 0x0000003f 
+ 00030149  0x00005965 loop  0x000075c4 
+ 00030150  0x00005966 rtn 
+ 00030151  0x0000596b setarg  0x00000000 
+ 00030152  0x0000596c copy  0x00000039 , 0x00000011 
+ 00030153  0x0000596e ifetcht  0x00000002 , 0x00000006 
+ 00030154  0x0000596f iadd  0x00000002 , 0x0000003f 
+ 00030155  0x00005970 loop  0x000075c9 
+ 00030156  0x00005971 idiv  0x00000011 
+ 00030157  0x00005973 call  0x000075d0 
+ 00030158  0x00005974 quotient  0x0000003f 
+ 00030159  0x00005975 rtn 
+ 00030160  0x00005978 rtn  0x00000035 
+ 00030161  0x00005979 branch  0x000075d0 
+ 00030162  0x00005985 ifetch  0x00000001 , 0x00000011 
+ 00030163  0x00005986 ifetcht  0x00000001 , 0x00000012 
+ 00030164  0x00005987 isub  0x00000002 , 0x0000003e 
+ 00030165  0x00005988 nrtn  0x00000005 
+ 00030166  0x00005989 increase  0x00000001 , 0x00000011 
+ 00030167  0x0000598a increase  0x00000001 , 0x00000012 
+ 00030168  0x0000598b loop  0x000075d2 
+ 00030169  0x0000598c force  0x00000000 , 0x0000003e 
+ 00030170  0x0000598d rtn 
+ 00030171  0x00005991 isub  0x00000002 , 0x0000003e 
+ 00030172  0x00005992 nrtn  0x00000002 
+ 00030173  0x00005993 deposit  0x00000002 
+ 00030174  0x00005994 rtn 
+ 00030175  0x00005997 iadd  0x00000002 , 0x0000003f 
+ 00030176  0x00005998 isub  0x00000002 , 0x00000002 
+ 00030177  0x00005999 isub  0x00000002 , 0x0000003f 
+ 00030178  0x0000599a rtn 
+ 00030179  0x0000599d arg  0x00000200 , 0x00000039 
+ 00030180  0x0000599e arg  0x00004000 , 0x00000005 
+ 00030181  0x0000599f branch  0x00007500 
+ 00030182  0x000059a3 rtn  0x00000034 
+ 00030183  0x000059a4 copy  0x0000003f , 0x0000003d 
+ 00030184  0x000059a8 fetch  0x00000002 , 0x0000810e 
+ 00030185  0x000059a9 nbranch  0x000075e8 , 0x00000034 
+ 00030186  0x000059aa rtn 
+ 00030187  0x000059ad call  0x00006df0 
+ 00030188  0x000059b0 jam  0x00000001 , 0x00008203 
+ 00030189  0x000059b1 rtn 
+ 00030190  0x000059b4 store  0x00000002 , 0x00008205 
+ 00030191  0x000059b5 fetch  0x00000001 , 0x00008203 
+ 00030192  0x000059b6 set1  0x00000004 , 0x0000003f 
+ 00030193  0x000059b7 store  0x00000001 , 0x00008203 
+ 00030194  0x000059b8 rtn 
+ 00030195  0x000059ba store  0x00000002 , 0x00008207 
+ 00030196  0x000059bb fetch  0x00000001 , 0x00008203 
+ 00030197  0x000059bc set1  0x00000006 , 0x0000003f 
+ 00030198  0x000059bd store  0x00000001 , 0x00008203 
+ 00030199  0x000059be rtn 
+ 00030200  0x000059c1 store  0x00000002 , 0x00008205 
+ 00030201  0x000059c2 jam  0x00000030 , 0x00008203 
+ 00030202  0x000059c3 rtn 
+ 00030203  0x000059c6 fetch  0x00000001 , 0x00008043 
+ 00030204  0x000059c7 set1  0x00000004 , 0x0000003f 
+ 00030205  0x000059c8 store  0x00000001 , 0x00008043 
+ 00030206  0x000059c9 rtn 
+ 00030207  0x000059cc fetch  0x00000001 , 0x00008043 
+ 00030208  0x000059cd set0  0x00000004 , 0x0000003f 
+ 00030209  0x000059ce store  0x00000001 , 0x00008043 
+ 00030210  0x000059cf rtn 
+ 00030211  0x000059d2 fetch  0x00000002 , 0x0000810e 
+ 00030212  0x000059d3 arg  0x00000200 , 0x00000002 
+ 00030213  0x000059d5 isub  0x00000002 , 0x0000003e 
+ 00030214  0x000059d6 rtn 
+ 00030215  0x000059dd bpatch  0x000000c6 , 0x00004018 
+ 00030216  0x000059de ifetcht  0x00000008 , 0x00000011 
+ 00030217  0x000059df and  0x00000002 , 0x000000ff , 0x0000003f 
+ 00030218  0x000059e0 nbranch  0x0000760d , 0x00000034 
+ 00030219  0x000059e1 rshift8  0x00000002 , 0x0000003f 
+ 00030220  0x000059e2 istore  0x00000008 , 0x00000011 
+ 00030221  0x000059e4 increase  0x00000007 , 0x00000011 
+ 00030222  0x000059e5 ifetch  0x00000001 , 0x00000011 
+ 00030223  0x000059e6 nbranch  0x00003aba , 0x00000034 
+ 00030224  0x000059e7 fetch  0x00000001 , 0x000004c3 
+ 00030225  0x000059e8 istore  0x00000001 , 0x00000011 
+ 00030226  0x000059e9 rtn 
+ 00030227  0x000059ef bpatch  0x000000c7 , 0x00004018 
+ 00030228  0x000059f0 arg  0x00000008 , 0x00000039 
+ 00030229  0x000059f1 ifetch  0x00000008 , 0x00000011 
+ 00030230  0x000059f2 rtn  0x00000034 
+ 00030231  0x000059f4 ifetch  0x00000001 , 0x00000011 
+ 00030232  0x000059f5 nbranch  0x0000761c , 0x00000034 
+ 00030233  0x000059f6 increase  0x00000001 , 0x00000011 
+ 00030234  0x000059f7 loop  0x00007617 
+ 00030235  0x000059f8 branch  0x00003aba 
+ 00030236  0x000059fa arg  0x00000000 , 0x00000002 
+ 00030237  0x000059fb istoret  0x00000001 , 0x00000011 
+ 00030238  0x000059fc rtn 
+ 00030239  0x00005a02 ifetch  0x00000008 , 0x00000011 
+ 00030240  0x00005a03 rtn 
+ 00030241  0x00005a09 ifetch  0x00000001 , 0x00000011 
+ 00030242  0x00005a0a rtn 
+ 00030243  0x00005a0e ifetch  0x00000002 , 0x00000011 
+ 00030244  0x00005a0f rtn 
+ 00030245  0x00005a14 arg  0x00000000 , 0x00000002 
+ 00030246  0x00005a16 fetch  0x00000001 , 0x00000006 
+ 00030247  0x00005a17 loop  0x00007626 , 0x00000034 
+ 00030248  0x00005a18 increase  0x00000001 , 0x00000002 
+ 00030249  0x00005a19 loop  0x00007626 
+ 00030250  0x00005a1a copy  0x00000002 , 0x0000003f 
+ 00030251  0x00005a1b rtn 
+ 00030252  0x00005a1f isub  0x00000002 , 0x0000003e 
+ 00030253  0x00005a20 nrtn  0x00000002 
+ 00030254  0x00005a22 copy  0x00000002 , 0x0000003f 
+ 00030255  0x00005a23 rtn 
+ 00030256  0x00005a27 force  0xffffffff , 0x0000003e 
+ 00030257  0x00005a28 rtn 
+ 00030258  0x00005a2b force  0x00000001 , 0x0000003e 
+ 00030259  0x00005a2c rtn 
+ 00030260  0x00005a2e force  0x00000000 , 0x0000003e 
+ 00030261  0x00005a2f rtn 
+ 00030262  0x00005a32 enable  0x00000028 
+ 00030263  0x00005a33 rtn 
+ 00030264  0x00005a36 disable  0x00000028 
+ 00030265  0x00005a37 rtn 
+ 00030266  0x00005a3a enable  0x0000002c 
+ 00030267  0x00005a3b rtn 
+ 00030268  0x00005a3e disable  0x0000002c 
+ 00030269  0x00005a3f rtn 
+ 00030270  0x00005a42 enable  0x00000031 
+ 00030271  0x00005a43 rtn 
+ 00030272  0x00005a46 disable  0x00000001 
+ 00030273  0x00005a47 rtn 
+ 00030274  0x00005a4a enable  0x00000001 
+ 00030275  0x00005a4b rtn 
+ 00030276  0x00005a4e setarg  0x00000001 
+ 00030277  0x00005a4f rtn 
+ 00030278  0x00005a53 setarg  0x00000000 
+ 00030279  0x00005a54 rtn 
+ 00030280  0x00005a59 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00030281  0x00005a5a rtn  0x00000005 
+ 00030282  0x00005a5c ifetcht  0x00000001 , 0x00000006 
+ 00030283  0x00005a5d iadd  0x00000002 , 0x0000003f 
+ 00030284  0x00005a5e loop  0x0000764a 
+ 00030285  0x00005a5f rtn 
+ 00030286  0x00005a63 copy  0x00000039 , 0x0000003f 
+ 00030287  0x00005a64 rtn  0x00000034 
+ 00030288  0x00005a65 copy  0x00000006 , 0x0000003f 
+ 00030289  0x00005a66 iadd  0x00000039 , 0x0000003f 
+ 00030290  0x00005a67 increase  0xffffffff , 0x0000003f 
+ 00030291  0x00005a68 copy  0x0000003f , 0x00000006 
+ 00030292  0x00005a6a ifetch  0x00000001 , 0x00000006 
+ 00030293  0x00005a6b increase  0xfffffffe , 0x00000006 
+ 00030294  0x00005a6c istore  0x00000001 , 0x00000005 
+ 00030295  0x00005a6d loop  0x00007654 
+ 00030296  0x00005a6e rtn 
+ 00030297  0x00005a72 lshift16  0x0000003f , 0x0000003f 
+ 00030298  0x00005a74 rshift2  0x0000003f , 0x0000003f 
+ 00030299  0x00005a75 rtn 
+ 00030300  0x00005a78 lshift8  0x0000003f , 0x0000003f 
+ 00030301  0x00005a79 branch  0x0000765a 
+ 00030302  0x00005a7d setarg  0x00000000 
+ 00030303  0x00005a7e store  0x00000008 , 0x00000016 
+ 00030304  0x00005a7f rtn 
+ 00030305  0x00005a83 arg  0x00000010 , 0x00000039 
+ 00030306  0x00005a85 random  0x0000003f 
+ 00030307  0x00005a86 istore  0x00000001 , 0x00000005 
+ 00030308  0x00005a87 loop  0x00007662 
+ 00030309  0x00005a88 rtn 
+ 00030310  0x00005a8d jam  0x00000001 , 0x00004591 
+ 00030311  0x00005a8e call  0x00007904 
+ 00030312  0x00005a8f jam  0x00000042 , 0x000044c8 
+ 00030313  0x00005a90 jam  0x00000015 , 0x000044c9 
+ 00030314  0x00005a92 jam  0x00000055 , 0x000044d8 
+ 00030315  0x00005a93 fetch  0x00000001 , 0x000044dd 
+ 00030316  0x00005a94 pincrease  0x00000001 
+ 00030317  0x00005a95 store  0x00000001 , 0x000044dd 
+ 00030318  0x00005a96 call  0x00007674 
+ 00030319  0x00005a97 call  0x00007c45 
+ 00030320  0x00005a98 arg  0x00000017 , 0x00000039 
+ 00030321  0x00005a99 arg  0x000044c8 , 0x00000006 
+ 00030322  0x00005a9a arg  0x0000464a , 0x00000005 
+ 00030323  0x00005a9b branch  0x0000753b 
+ 00030324  0x00005a9f arg  0x00000000 , 0x00000002 
+ 00030325  0x00005aa0 arg  0x000044d7 , 0x00000006 
+ 00030326  0x00005aa1 arg  0x00000007 , 0x00000039 
+ 00030327  0x00005aa3 ifetch  0x00000001 , 0x00000006 
+ 00030328  0x00005aa4 iadd  0x00000002 , 0x00000002 
+ 00030329  0x00005aa5 loop  0x00007677 
+ 00030330  0x00005aa6 storet  0x00000001 , 0x000044de 
+ 00030331  0x00005aa7 rtn 
+ 00030332  0x00005aab fetch  0x00000001 , 0x000044e3 
+ 00030333  0x00005aac rtn  0x00000034 
+ 00030334  0x00005aad jam  0x00000000 , 0x000044e3 
+ 00030335  0x00005aae fetch  0x00000002 , 0x0000458f 
+ 00030336  0x00005aaf rtn  0x00000034 
+ 00030337  0x00005ab0 fetch  0x00000001 , 0x000044d7 
+ 00030338  0x00005ab1 pincrease  0x00000001 
+ 00030339  0x00005ab2 store  0x00000001 , 0x000044d7 
+ 00030340  0x00005ab3 beq  0x00000001 , 0x0000768a 
+ 00030341  0x00005ab4 beq  0x00000009 , 0x0000768a 
+ 00030342  0x00005ab5 call  0x00007666 
+ 00030343  0x00005ab6 setarg  0x00000003 
+ 00030344  0x00005ab7 store  0x00000002 , 0x000044df 
+ 00030345  0x00005ab8 rtn 
+ 00030346  0x00005abb fetch  0x00000001 , 0x000044dc 
+ 00030347  0x00005abc pincrease  0x00000040 
+ 00030348  0x00005abd store  0x00000001 , 0x000044dc 
+ 00030349  0x00005abe call  0x00007666 
+ 00030350  0x00005abf branch  0x0000768f 
+ 00030351  0x00005ac2 setarg  0x00000003 
+ 00030352  0x00005ac3 store  0x00000002 , 0x000044df 
+ 00030353  0x00005ac4 rtn 
+ 00030354  0x00005ac7 jam  0x00000007 , 0x000044dc 
+ 00030355  0x00005ac8 jam  0x00000000 , 0x000044d7 
+ 00030356  0x00005ac9 branch  0x00007666 
+ 00030357  0x00005acc fetch  0x00000001 , 0x0000449e 
+ 00030358  0x00005acd ncall  0x00007aeb , 0x00000034 
+ 00030359  0x00005ace jam  0x00000011 , 0x000044dc 
+ 00030360  0x00005acf jam  0x00000000 , 0x000044d7 
+ 00030361  0x00005ad0 branch  0x00007666 
+ 00030362  0x00005ad4 jam  0x00000012 , 0x000044dc 
+ 00030363  0x00005ad5 jam  0x00000000 , 0x000044d7 
+ 00030364  0x00005ad6 branch  0x00007666 
+ 00030365  0x00005ad9 jam  0x00000013 , 0x000044dc 
+ 00030366  0x00005ada jam  0x00000000 , 0x000044d7 
+ 00030367  0x00005adb branch  0x00007666 
+ 00030368  0x00005ade jam  0x00000005 , 0x000044dc 
+ 00030369  0x00005adf jam  0x00000000 , 0x000044db 
+ 00030370  0x00005ae0 jam  0x00000000 , 0x000044d7 
+ 00030371  0x00005ae1 branch  0x00007666 
+ 00030372  0x00005ae4 jam  0x00000009 , 0x000044dc 
+ 00030373  0x00005ae5 jam  0x00000000 , 0x000044d7 
+ 00030374  0x00005ae6 jam  0x00000000 , 0x000044db 
+ 00030375  0x00005ae7 branch  0x00007666 
+ 00030376  0x00005aea jam  0x00000014 , 0x000044dc 
+ 00030377  0x00005aeb jam  0x00000000 , 0x000044d7 
+ 00030378  0x00005aec branch  0x00007666 
+ 00030379  0x00005af0 jam  0x00000015 , 0x000044dc 
+ 00030380  0x00005af1 jam  0x00000000 , 0x000044d7 
+ 00030381  0x00005af2 branch  0x00007666 
+ 00030382  0x00005af6 fetch  0x00000001 , 0x0000449e 
+ 00030383  0x00005af7 ncall  0x00007b21 , 0x00000034 
+ 00030384  0x00005af8 jam  0x0000000c , 0x000044dc 
+ 00030385  0x00005af9 jam  0x00000001 , 0x000044db 
+ 00030386  0x00005afa jam  0x00000000 , 0x000044d7 
+ 00030387  0x00005afb branch  0x00007666 
+ 00030388  0x00005afe fetch  0x00000001 , 0x0000449e 
+ 00030389  0x00005aff ncall  0x00007b29 , 0x00000034 
+ 00030390  0x00005b00 jam  0x0000000e , 0x000044dc 
+ 00030391  0x00005b01 jam  0x00000001 , 0x000044db 
+ 00030392  0x00005b02 jam  0x00000000 , 0x000044d7 
+ 00030393  0x00005b03 branch  0x00007666 
+ 00030394  0x00005b07 fetch  0x00000001 , 0x0000449e 
+ 00030395  0x00005b08 ncall  0x00007b23 , 0x00000034 
+ 00030396  0x00005b09 jam  0x00000001 , 0x000044dc 
+ 00030397  0x00005b0a jam  0x00000002 , 0x000044db 
+ 00030398  0x00005b0b jam  0x00000000 , 0x000044d7 
+ 00030399  0x00005b0c branch  0x00007666 
+ 00030400  0x00005b0f fetch  0x00000001 , 0x0000449e 
+ 00030401  0x00005b10 ncall  0x00007b2b , 0x00000034 
+ 00030402  0x00005b11 jam  0x00000004 , 0x000044dc 
+ 00030403  0x00005b12 jam  0x00000002 , 0x000044db 
+ 00030404  0x00005b13 jam  0x00000000 , 0x000044d7 
+ 00030405  0x00005b14 branch  0x00007666 
+ 00030406  0x00005b18 fetch  0x00000001 , 0x0000449e 
+ 00030407  0x00005b19 ncall  0x00007b25 , 0x00000034 
+ 00030408  0x00005b1a jam  0x0000000d , 0x000044dc 
+ 00030409  0x00005b1b jam  0x00000003 , 0x000044db 
+ 00030410  0x00005b1c jam  0x00000000 , 0x000044d7 
+ 00030411  0x00005b1d branch  0x00007666 
+ 00030412  0x00005b20 fetch  0x00000001 , 0x0000449e 
+ 00030413  0x00005b21 ncall  0x00007b2d , 0x00000034 
+ 00030414  0x00005b22 jam  0x0000000f , 0x000044dc 
+ 00030415  0x00005b23 jam  0x00000003 , 0x000044db 
+ 00030416  0x00005b24 jam  0x00000000 , 0x000044d7 
+ 00030417  0x00005b25 branch  0x00007666 
+ 00030418  0x00005b29 fetch  0x00000001 , 0x0000449e 
+ 00030419  0x00005b2a ncall  0x00007b27 , 0x00000034 
+ 00030420  0x00005b2b jam  0x00000008 , 0x000044dc 
+ 00030421  0x00005b2c jam  0x00000004 , 0x000044db 
+ 00030422  0x00005b2d jam  0x00000000 , 0x000044d7 
+ 00030423  0x00005b2e branch  0x00007666 
+ 00030424  0x00005b31 fetch  0x00000001 , 0x0000449e 
+ 00030425  0x00005b32 ncall  0x00007b2f , 0x00000034 
+ 00030426  0x00005b33 jam  0x00000006 , 0x000044dc 
+ 00030427  0x00005b34 jam  0x00000004 , 0x000044db 
+ 00030428  0x00005b35 jam  0x00000000 , 0x000044d7 
+ 00030429  0x00005b36 branch  0x00007666 
+ 00030430  0x00005b3a fetch  0x00000001 , 0x0000471f 
+ 00030431  0x00005b3b beq  0x00000001 , 0x00007692 
+ 00030432  0x00005b3c jam  0x000000b1 , 0x00004701 
+ 00030433  0x00005b3d branch  0x000078c8 
+ 00030434  0x00005b40 fetch  0x00000001 , 0x0000449e 
+ 00030435  0x00005b41 ncall  0x00007ad4 , 0x00000034 
+ 00030436  0x00005b42 jam  0x00000016 , 0x000044dc 
+ 00030437  0x00005b43 jam  0x00000000 , 0x000044d7 
+ 00030438  0x00005b44 jam  0x00000000 , 0x000044db 
+ 00030439  0x00005b45 branch  0x00007666 
+ 00030440  0x00005b48 fetch  0x00000001 , 0x0000449e 
+ 00030441  0x00005b49 ncall  0x00007ada , 0x00000034 
+ 00030442  0x00005b4a jam  0x00000017 , 0x000044dc 
+ 00030443  0x00005b4b jam  0x00000000 , 0x000044d7 
+ 00030444  0x00005b4c jam  0x00000000 , 0x000044db 
+ 00030445  0x00005b4d branch  0x00007666 
+ 00030446  0x00005b50 jam  0x00000000 , 0x00004701 
+ 00030447  0x00005b51 fetch  0x00000001 , 0x0000449e 
+ 00030448  0x00005b52 ncall  0x00007aa0 , 0x00000034 
+ 00030449  0x00005b53 jam  0x0000000a , 0x000044dc 
+ 00030450  0x00005b54 branch  0x00007666 
+ 00030451  0x00005b57 jam  0x00000000 , 0x00004701 
+ 00030452  0x00005b58 fetch  0x00000001 , 0x0000449e 
+ 00030453  0x00005b59 ncall  0x00007aa2 , 0x00000034 
+ 00030454  0x00005b5a jam  0x0000000b , 0x000044dc 
+ 00030455  0x00005b5b branch  0x00007666 
+ 00030456  0x00005b5e jam  0x00000000 , 0x00004701 
+ 00030457  0x00005b5f fetch  0x00000001 , 0x0000449e 
+ 00030458  0x00005b60 ncall  0x00007aa4 , 0x00000034 
+ 00030459  0x00005b61 jam  0x00000003 , 0x000044dc 
+ 00030460  0x00005b62 branch  0x00007666 
+ 00030461  0x00005b65 jam  0x00000000 , 0x00004701 
+ 00030462  0x00005b66 fetch  0x00000001 , 0x0000449e 
+ 00030463  0x00005b67 ncall  0x00007aa6 , 0x00000034 
+ 00030464  0x00005b68 jam  0x00000002 , 0x000044dc 
+ 00030465  0x00005b69 branch  0x00007666 
+ 00030466  0x00005b6c fetch  0x00000001 , 0x0000449e 
+ 00030467  0x00005b6d ncall  0x00007abc , 0x00000034 
+ 00030468  0x00005b6e jam  0x00000010 , 0x000044dc 
+ 00030469  0x00005b6f jam  0x00000000 , 0x000044d7 
+ 00030470  0x00005b70 branch  0x00007666 
+ 00030471  0x00005b78 call  0x00007f43 
+ 00030472  0x00005b7a call  0x0000772b 
+ 00030473  0x00005b7b call  0x00007735 
+ 00030474  0x00005b7c bpatchx  0x00000061 , 0x0000402c 
+ 00030475  0x00005b7e jam  0x00000001 , 0x00004578 
+ 00030476  0x00005b7f jam  0x00000001 , 0x00004579 
+ 00030477  0x00005b83 fetch  0x00000002 , 0x000042ae 
+ 00030478  0x00005b84 lshift4  0x0000003f , 0x0000003f 
+ 00030479  0x00005b85 arg  0x0000ffff , 0x00000002 
+ 00030480  0x00005b86 iand  0x00000002 , 0x0000003f 
+ 00030481  0x00005b87 branch  0x0000773c , 0x00000034 
+ 00030482  0x00005b88 arg  0x0000fff0 , 0x00000002 
+ 00030483  0x00005b89 isub  0x00000002 , 0x0000003e 
+ 00030484  0x00005b8a branch  0x0000773e , 0x00000005 
+ 00030485  0x00005b8c byteswap  0x0000003f , 0x0000003f 
+ 00030486  0x00005b8d store  0x00000002 , 0x00004576 
+ 00030487  0x00005b8e store  0x00000002 , 0x000044d9 
+ 00030488  0x00005b90 arg  0x0000ffff , 0x00000011 
+ 00030489  0x00005b91 lshift16  0x00000011 , 0x00000002 
+ 00030490  0x00005b92 setarg  0x0000ffff 
+ 00030491  0x00005b93 ior  0x00000002 , 0x00000002 
+ 00030492  0x00005b94 fetch  0x00000004 , 0x000042ae 
+ 00030493  0x00005b95 call  0x0000773a , 0x00000034 
+ 00030494  0x00005b96 isub  0x00000002 , 0x0000003e 
+ 00030495  0x00005b97 call  0x0000773a , 0x00000005 
+ 00030496  0x00005b98 store  0x00000004 , 0x000044a2 
+ 00030497  0x00005b9a setarg  0x00007cfe 
+ 00030498  0x00005b9b store  0x00000002 , 0x00004398 
+ 00030499  0x00005b9d setarg  0x00007b32 
+ 00030500  0x00005b9e store  0x00000002 , 0x00004390 
+ 00030501  0x00005b9f branch  0x0000784c 
+ 00030502  0x00005ba4 setarg  0x00000102 
+ 00030503  0x00005ba5 store  0x00000003 , 0x000043d5 
+ 00030504  0x00005ba7 jam  0x0000006d , 0x00008070 
+ 00030505  0x00005ba8 jam  0x0000006c , 0x00008071 
+ 00030506  0x00005baa rtn 
+ 00030507  0x00005bad fetch  0x00000001 , 0x00004559 
+ 00030508  0x00005bae iforce  0x00000039 
+ 00030509  0x00005baf fetcht  0x00000004 , 0x00004733 
+ 00030510  0x00005bb0 arg  0x0000455b , 0x00000006 
+ 00030511  0x00005bb2 ifetch  0x00000001 , 0x00000006 
+ 00030512  0x00005bb3 iforce  0x00000007 
+ 00030513  0x00005bb4 qset1  0x00000002 
+ 00030514  0x00005bb5 loop  0x0000772f 
+ 00030515  0x00005bb6 storet  0x00000004 , 0x00004733 
+ 00030516  0x00005bb7 rtn 
+ 00030517  0x00005bba fetch  0x00000001 , 0x0000455a 
+ 00030518  0x00005bbb iforce  0x00000039 
+ 00030519  0x00005bbc fetcht  0x00000004 , 0x00004733 
+ 00030520  0x00005bbd arg  0x00004563 , 0x00000006 
+ 00030521  0x00005bbe branch  0x0000772f 
+ 00030522  0x00005bc1 setarg  0x00111213 
+ 00030523  0x00005bc2 rtn 
+ 00030524  0x00005bc5 arg  0x00000010 , 0x0000003f 
+ 00030525  0x00005bc6 branch  0x00007715 
+ 00030526  0x00005bc9 arg  0x0000ffe0 , 0x0000003f 
+ 00030527  0x00005bca branch  0x00007715 
+ 00030528  0x00005bcd arg  0x00007878 , 0x00000002 
+ 00030529  0x00005bce rtn 
+ 00030530  0x00005bd4 fetch  0x00000004 , 0x000042ae 
+ 00030531  0x00005bd5 store  0x00000004 , 0x00004520 
+ 00030532  0x00005bd6 jam  0x000000d1 , 0x00004524 
+ 00030533  0x00005bd7 fetch  0x00000001 , 0x00004526 
+ 00030534  0x00005bd8 pincrease  0x00000001 
+ 00030535  0x00005bd9 store  0x00000001 , 0x00004526 
+ 00030536  0x00005bdb arg  0x00000000 , 0x00000002 
+ 00030537  0x00005bdc arg  0x0000451f , 0x00000006 
+ 00030538  0x00005bdd arg  0x00000008 , 0x00000039 
+ 00030539  0x00005bde call  0x00007783 
+ 00030540  0x00005bdf byteswap  0x00000002 , 0x00000002 
+ 00030541  0x00005be0 storet  0x00000002 , 0x00004527 
+ 00030542  0x00005be3 arg  0x0000451e , 0x00000013 
+ 00030543  0x00005be4 arg  0x0000000b , 0x00000039 
+ 00030544  0x00005be5 setarg  0x00000000 
+ 00030545  0x00005be6 store  0x00000002 , 0x000044c1 
+ 00030546  0x00005be7 call  0x00007cc1 
+ 00030547  0x00005be8 fetch  0x00000002 , 0x000044c1 
+ 00030548  0x00005be9 store  0x00000002 , 0x00004529 
+ 00030549  0x00005bec arg  0x00000017 , 0x00000039 
+ 00030550  0x00005bed arg  0x000044e4 , 0x00000006 
+ 00030551  0x00005bee arg  0x0000464a , 0x00000005 
+ 00030552  0x00005bef call  0x0000753b 
+ 00030553  0x00005bf1 arg  0x0000000d , 0x00000039 
+ 00030554  0x00005bf2 arg  0x0000451e , 0x00000006 
+ 00030555  0x00005bf3 arg  0x00004661 , 0x00000005 
+ 00030556  0x00005bf4 call  0x0000753b 
+ 00030557  0x00005bf6 jam  0x00000025 , 0x00004675 
+ 00030558  0x00005bf7 jam  0x00000033 , 0x00004676 
+ 00030559  0x00005bf8 call  0x00007ce1 
+ 00030560  0x00005bfa arg  0x00000025 , 0x00000039 
+ 00030561  0x00005bfb arg  0x0000464a , 0x00000006 
+ 00030562  0x00005bfc arg  0x0000452b , 0x00000005 
+ 00030563  0x00005bfd branch  0x0000753b 
+ 00030564  0x00005c00 ifetch  0x00000001 , 0x00000006 
+ 00030565  0x00005c01 reverse  0x0000003f , 0x0000003f 
+ 00030566  0x00005c02 istore  0x00000001 , 0x00000005 
+ 00030567  0x00005c03 loop  0x00007764 
+ 00030568  0x00005c04 rtn 
+ 00030569  0x00005c07 call  0x00007c45 
+ 00030570  0x00005c08 call  0x00007780 
+ 00030571  0x00005c09 byteswap  0x00000002 , 0x00000002 
+ 00030572  0x00005c0a storet  0x00000002 , 0x00004503 
+ 00030573  0x00005c0b arg  0x000044fb , 0x00000013 
+ 00030574  0x00005c0c arg  0x0000000a , 0x00000039 
+ 00030575  0x00005c0d setarg  0x00000000 
+ 00030576  0x00005c0e store  0x00000002 , 0x000044c1 
+ 00030577  0x00005c0f call  0x00007cc1 
+ 00030578  0x00005c10 fetch  0x00000002 , 0x000044c1 
+ 00030579  0x00005c11 store  0x00000002 , 0x00004505 
+ 00030580  0x00005c12 fetch  0x00000002 , 0x00004507 
+ 00030581  0x00005c13 byteswap  0x0000003f , 0x0000003f 
+ 00030582  0x00005c14 pincrease  0x00000001 
+ 00030583  0x00005c15 byteswap  0x0000003f , 0x0000003f 
+ 00030584  0x00005c16 store  0x00000002 , 0x00004507 
+ 00030585  0x00005c18 arg  0x00000025 , 0x00000039 
+ 00030586  0x00005c19 arg  0x000044e4 , 0x00000006 
+ 00030587  0x00005c1a arg  0x0000464a , 0x00000005 
+ 00030588  0x00005c1b call  0x0000753b 
+ 00030589  0x00005c1c jam  0x00000025 , 0x00004675 
+ 00030590  0x00005c1d jam  0x00000033 , 0x00004676 
+ 00030591  0x00005c1e branch  0x00007ce1 
+ 00030592  0x00005c22 arg  0x00000000 , 0x00000002 
+ 00030593  0x00005c23 arg  0x000044fc , 0x00000006 
+ 00030594  0x00005c24 arg  0x00000007 , 0x00000039 
+ 00030595  0x00005c26 ifetch  0x00000001 , 0x00000006 
+ 00030596  0x00005c27 iadd  0x00000002 , 0x00000002 
+ 00030597  0x00005c28 loop  0x00007783 
+ 00030598  0x00005c29 rtn 
+ 00030599  0x00005c2c arg  0x00000033 , 0x00000012 
+ 00030600  0x00005c2d rtn 
+ 00030601  0x00005c32 fetch  0x00000001 , 0x00004509 
+ 00030602  0x00005c33 store  0x00000001 , 0x00004500 
+ 00030603  0x00005c34 rtn 
+ 00030604  0x00005c37 call  0x00007b1f 
+ 00030605  0x00005c38 jam  0x00000068 , 0x0000451f 
+ 00030606  0x00005c39 jam  0x00000046 , 0x00004525 
+ 00030607  0x00005c3a call  0x00007742 
+ 00030608  0x00005c3c jam  0x00000068 , 0x000044fc 
+ 00030609  0x00005c3d jam  0x00000046 , 0x00004502 
+ 00030610  0x00005c3e branch  0x00007769 
+ 00030611  0x00005c41 jam  0x0000006e , 0x0000451f 
+ 00030612  0x00005c42 jam  0x000000f0 , 0x00004525 
+ 00030613  0x00005c43 call  0x00007742 
+ 00030614  0x00005c45 jam  0x0000006e , 0x000044fc 
+ 00030615  0x00005c46 jam  0x000000f0 , 0x00004502 
+ 00030616  0x00005c47 branch  0x00007769 
+ 00030617  0x00005c4a call  0x00007aa0 
+ 00030618  0x00005c4b jam  0x00000069 , 0x0000451f 
+ 00030619  0x00005c4c jam  0x00000000 , 0x00004525 
+ 00030620  0x00005c4d call  0x00007742 
+ 00030621  0x00005c4f jam  0x00000069 , 0x000044fc 
+ 00030622  0x00005c50 jam  0x00000000 , 0x00004502 
+ 00030623  0x00005c51 branch  0x00007769 
+ 00030624  0x00005c54 call  0x00007aa2 
+ 00030625  0x00005c55 jam  0x0000006a , 0x0000451f 
+ 00030626  0x00005c56 jam  0x00000000 , 0x00004525 
+ 00030627  0x00005c57 call  0x00007742 
+ 00030628  0x00005c59 jam  0x0000006a , 0x000044fc 
+ 00030629  0x00005c5a jam  0x00000000 , 0x00004502 
+ 00030630  0x00005c5b branch  0x00007769 
+ 00030631  0x00005c5e call  0x00007aa4 
+ 00030632  0x00005c5f jam  0x00000065 , 0x0000451f 
+ 00030633  0x00005c60 jam  0x00000000 , 0x00004525 
+ 00030634  0x00005c61 call  0x00007742 
+ 00030635  0x00005c63 jam  0x00000065 , 0x000044fc 
+ 00030636  0x00005c64 jam  0x00000000 , 0x00004502 
+ 00030637  0x00005c65 branch  0x00007769 
+ 00030638  0x00005c68 call  0x00007aa6 
+ 00030639  0x00005c69 jam  0x00000066 , 0x0000451f 
+ 00030640  0x00005c6a jam  0x00000000 , 0x00004525 
+ 00030641  0x00005c6b call  0x00007742 
+ 00030642  0x00005c6d jam  0x00000066 , 0x000044fc 
+ 00030643  0x00005c6e jam  0x00000000 , 0x00004502 
+ 00030644  0x00005c6f branch  0x00007769 
+ 00030645  0x00005c72 jam  0x00000060 , 0x0000451f 
+ 00030646  0x00005c73 jam  0x00000000 , 0x00004525 
+ 00030647  0x00005c74 jam  0x000000d2 , 0x00004524 
+ 00030648  0x00005c75 call  0x00007742 
+ 00030649  0x00005c77 jam  0x00000060 , 0x000044fc 
+ 00030650  0x00005c78 jam  0x000000d1 , 0x00004502 
+ 00030651  0x00005c79 jam  0x000000d2 , 0x00004501 
+ 00030652  0x00005c7a branch  0x00007769 
+ 00030653  0x00005c7d jam  0x00000060 , 0x0000451f 
+ 00030654  0x00005c7e jam  0x00000000 , 0x00004525 
+ 00030655  0x00005c7f jam  0x000000d4 , 0x00004524 
+ 00030656  0x00005c80 call  0x00007742 
+ 00030657  0x00005c82 jam  0x00000060 , 0x000044fc 
+ 00030658  0x00005c83 jam  0x000000d1 , 0x00004502 
+ 00030659  0x00005c84 jam  0x000000d4 , 0x00004501 
+ 00030660  0x00005c85 branch  0x00007769 
+ 00030661  0x00005c88 jam  0x00000060 , 0x0000451f 
+ 00030662  0x00005c89 jam  0x00000000 , 0x00004525 
+ 00030663  0x00005c8a jam  0x00000003 , 0x00004524 
+ 00030664  0x00005c8b call  0x00007742 
+ 00030665  0x00005c8d jam  0x00000060 , 0x000044fc 
+ 00030666  0x00005c8e setarg  0x000000d1 
+ 00030667  0x00005c8f store  0x00000002 , 0x00004502 
+ 00030668  0x00005c90 jam  0x00000003 , 0x00004509 
+ 00030669  0x00005c91 branch  0x00007769 
+ 00030670  0x00005c94 jam  0x00000060 , 0x0000451f 
+ 00030671  0x00005c95 jam  0x00000000 , 0x00004525 
+ 00030672  0x00005c96 jam  0x00000004 , 0x00004524 
+ 00030673  0x00005c97 call  0x00007742 
+ 00030674  0x00005c99 jam  0x00000060 , 0x000044fc 
+ 00030675  0x00005c9a setarg  0x000000d1 
+ 00030676  0x00005c9b store  0x00000002 , 0x00004502 
+ 00030677  0x00005c9c jam  0x00000004 , 0x00004509 
+ 00030678  0x00005c9d branch  0x00007769 
+ 00030679  0x00005ca0 jam  0x0000006f , 0x0000451f 
+ 00030680  0x00005ca1 jam  0x00000000 , 0x00004525 
+ 00030681  0x00005ca2 jam  0x000000d2 , 0x00004524 
+ 00030682  0x00005ca3 call  0x00007742 
+ 00030683  0x00005ca5 jam  0x0000006f , 0x000044fc 
+ 00030684  0x00005ca6 jam  0x000000d1 , 0x00004502 
+ 00030685  0x00005ca7 jam  0x000000d2 , 0x00004501 
+ 00030686  0x00005ca8 branch  0x00007769 
+ 00030687  0x00005cab jam  0x0000006f , 0x0000451f 
+ 00030688  0x00005cac jam  0x00000000 , 0x00004525 
+ 00030689  0x00005cad jam  0x000000d4 , 0x00004524 
+ 00030690  0x00005cae call  0x00007742 
+ 00030691  0x00005cb0 jam  0x0000006f , 0x000044fc 
+ 00030692  0x00005cb1 jam  0x000000d1 , 0x00004502 
+ 00030693  0x00005cb2 jam  0x000000d4 , 0x00004501 
+ 00030694  0x00005cb3 branch  0x00007769 
+ 00030695  0x00005cb6 jam  0x0000006f , 0x0000451f 
+ 00030696  0x00005cb7 jam  0x00000000 , 0x00004525 
+ 00030697  0x00005cb8 jam  0x00000003 , 0x00004524 
+ 00030698  0x00005cb9 call  0x00007742 
+ 00030699  0x00005cbb jam  0x0000006f , 0x000044fc 
+ 00030700  0x00005cbc setarg  0x000000d1 
+ 00030701  0x00005cbd store  0x00000002 , 0x00004502 
+ 00030702  0x00005cbe jam  0x00000003 , 0x00004509 
+ 00030703  0x00005cbf branch  0x00007769 
+ 00030704  0x00005cc2 jam  0x0000006f , 0x0000451f 
+ 00030705  0x00005cc3 jam  0x00000000 , 0x00004525 
+ 00030706  0x00005cc4 jam  0x00000004 , 0x00004524 
+ 00030707  0x00005cc5 call  0x00007742 
+ 00030708  0x00005cc7 jam  0x0000006f , 0x000044fc 
+ 00030709  0x00005cc8 setarg  0x000000d1 
+ 00030710  0x00005cc9 store  0x00000002 , 0x00004502 
+ 00030711  0x00005cca jam  0x00000004 , 0x00004509 
+ 00030712  0x00005ccb branch  0x00007769 
+ 00030713  0x00005cce jam  0x000000d2 , 0x00004524 
+ 00030714  0x00005ccf jam  0x000000d2 , 0x00004501 
+ 00030715  0x00005cd0 branch  0x0000780f 
+ 00030716  0x00005cd3 jam  0x000000d4 , 0x00004524 
+ 00030717  0x00005cd4 jam  0x000000d4 , 0x00004501 
+ 00030718  0x00005cd5 branch  0x0000780f 
+ 00030719  0x00005cd8 jam  0x00000003 , 0x00004524 
+ 00030720  0x00005cd9 jam  0x00000003 , 0x00004501 
+ 00030721  0x00005cda branch  0x0000780f 
+ 00030722  0x00005cdd jam  0x00000004 , 0x00004524 
+ 00030723  0x00005cde jam  0x00000004 , 0x00004501 
+ 00030724  0x00005cdf branch  0x0000780f 
+ 00030725  0x00005ce3 call  0x00007ac3 
+ 00030726  0x00005ce4 jam  0x0000006f , 0x0000451f 
+ 00030727  0x00005ce5 jam  0x000000aa , 0x00004525 
+ 00030728  0x00005ce6 call  0x00007742 
+ 00030729  0x00005ce8 jam  0x0000006f , 0x000044fc 
+ 00030730  0x00005ce9 setarg  0x000000aa 
+ 00030731  0x00005cea store  0x00000002 , 0x00004502 
+ 00030732  0x00005ceb branch  0x00007769 
+ 00030733  0x00005cee jam  0x000000d1 , 0x00004501 
+ 00030734  0x00005cef jam  0x000000d1 , 0x00004524 
+ 00030735  0x00005cf1 call  0x00007abe 
+ 00030736  0x00005cf2 jam  0x0000006f , 0x0000451f 
+ 00030737  0x00005cf3 jam  0x00000055 , 0x00004525 
+ 00030738  0x00005cf4 call  0x00007742 
+ 00030739  0x00005cf6 jam  0x0000006f , 0x000044fc 
+ 00030740  0x00005cf7 jam  0x00000055 , 0x00004502 
+ 00030741  0x00005cf8 jam  0x00000000 , 0x00004509 
+ 00030742  0x00005cf9 call  0x00007789 
+ 00030743  0x00005cfa branch  0x00007769 
+ 00030744  0x00005cfd call  0x00007abc 
+ 00030745  0x00005cfe jam  0x0000006e , 0x0000451f 
+ 00030746  0x00005cff jam  0x00000000 , 0x00004525 
+ 00030747  0x00005d00 call  0x00007742 
+ 00030748  0x00005d02 jam  0x000000a1 , 0x000044fc 
+ 00030749  0x00005d03 jam  0x00000000 , 0x00004502 
+ 00030750  0x00005d04 branch  0x00007769 
+ 00030751  0x00005d07 fetch  0x00000001 , 0x00004592 
+ 00030752  0x00005d08 beq  0x00000000 , 0x00007824 
+ 00030753  0x00005d09 beq  0x00000001 , 0x0000782c 
+ 00030754  0x00005d0a beq  0x00000002 , 0x00007834 
+ 00030755  0x00005d0b rtn 
+ 00030756  0x00005d0e call  0x00007acd 
+ 00030757  0x00005d0f jam  0x00000001 , 0x00004592 
+ 00030758  0x00005d10 jam  0x0000006d , 0x0000451f 
+ 00030759  0x00005d11 jam  0x00000001 , 0x00004525 
+ 00030760  0x00005d12 call  0x00007742 
+ 00030761  0x00005d14 jam  0x0000006d , 0x000044fc 
+ 00030762  0x00005d15 jam  0x00000001 , 0x00004502 
+ 00030763  0x00005d16 branch  0x00007769 
+ 00030764  0x00005d19 call  0x00007ad4 
+ 00030765  0x00005d1a jam  0x00000002 , 0x00004592 
+ 00030766  0x00005d1b jam  0x0000006d , 0x0000451f 
+ 00030767  0x00005d1c jam  0x00000002 , 0x00004525 
+ 00030768  0x00005d1d call  0x00007742 
+ 00030769  0x00005d1f jam  0x0000006d , 0x000044fc 
+ 00030770  0x00005d20 jam  0x00000002 , 0x00004502 
+ 00030771  0x00005d21 branch  0x00007769 
+ 00030772  0x00005d24 call  0x00007ada 
+ 00030773  0x00005d25 jam  0x00000000 , 0x00004592 
+ 00030774  0x00005d26 jam  0x0000006d , 0x0000451f 
+ 00030775  0x00005d27 jam  0x00000003 , 0x00004525 
+ 00030776  0x00005d28 call  0x00007742 
+ 00030777  0x00005d2a jam  0x0000006d , 0x000044fc 
+ 00030778  0x00005d2b jam  0x00000003 , 0x00004502 
+ 00030779  0x00005d2c branch  0x00007769 
+ 00030780  0x00005d2f jam  0x00000060 , 0x0000451f 
+ 00030781  0x00005d30 jam  0x00000000 , 0x00004525 
+ 00030782  0x00005d31 jam  0x000000d1 , 0x00004524 
+ 00030783  0x00005d32 call  0x00007742 
+ 00030784  0x00005d34 jam  0x00000060 , 0x000044fc 
+ 00030785  0x00005d35 jam  0x00000000 , 0x00004502 
+ 00030786  0x00005d36 jam  0x000000d1 , 0x00004501 
+ 00030787  0x00005d37 branch  0x00007769 
+ 00030788  0x00005d3a jam  0x0000006f , 0x0000451f 
+ 00030789  0x00005d3b jam  0x00000000 , 0x00004525 
+ 00030790  0x00005d3c jam  0x000000d1 , 0x00004524 
+ 00030791  0x00005d3d call  0x00007742 
+ 00030792  0x00005d3f jam  0x0000006f , 0x000044fc 
+ 00030793  0x00005d40 jam  0x00000000 , 0x00004502 
+ 00030794  0x00005d41 jam  0x000000d1 , 0x00004501 
+ 00030795  0x00005d42 branch  0x00007769 
+ 00030796  0x00005d48 fetch  0x00000002 , 0x00004574 
+ 00030797  0x00005d49 nrtn  0x00000034 
+ 00030798  0x00005d4b call  0x00007858 
+ 00030799  0x00005d4d arg  0x0000455b , 0x00000011 
+ 00030800  0x00005d4f fetch  0x00000001 , 0x00004559 
+ 00030801  0x00005d50 iforce  0x00000039 
+ 00030802  0x00005d52 ifetcht  0x00000001 , 0x00000011 
+ 00030803  0x00005d53 call  0x00006c29 
+ 00030804  0x00005d54 increase  0x00000001 , 0x00000011 
+ 00030805  0x00005d55 loop  0x00007852 
+ 00030806  0x00005d56 nop  0x00002ee0 
+ 00030807  0x00005d57 rtn 
+ 00030808  0x00005d5b arg  0x00004563 , 0x00000011 
+ 00030809  0x00005d5c fetch  0x00000001 , 0x0000455a 
+ 00030810  0x00005d5d iforce  0x00000039 
+ 00030811  0x00005d5f ifetcht  0x00000001 , 0x00000011 
+ 00030812  0x00005d60 or  0x00000002 , 0x00000080 , 0x00000002 
+ 00030813  0x00005d61 call  0x000078b7 
+ 00030814  0x00005d62 increase  0x00000001 , 0x00000011 
+ 00030815  0x00005d63 loop  0x0000785b 
+ 00030816  0x00005d64 nop  0x00002ee0 
+ 00030817  0x00005d65 rtn 
+ 00030818  0x00005d69 fetch  0x00000002 , 0x00004574 
+ 00030819  0x00005d6b nrtn  0x00000034 
+ 00030820  0x00005d6c jam  0x00000000 , 0x0000456d 
+ 00030821  0x00005d6e setarg  0x00000000 
+ 00030822  0x00005d6f store  0x00000008 , 0x00004551 
+ 00030823  0x00005d71 jam  0x00000000 , 0x0000456b 
+ 00030824  0x00005d72 arg  0x0000455b , 0x00000013 
+ 00030825  0x00005d75 ifetcht  0x00000001 , 0x00000013 
+ 00030826  0x00005d76 call  0x00006c32 
+ 00030827  0x00005d77 call  0x00007883 , 0x00000001 
+ 00030828  0x00005d79 ifetcht  0x00000001 , 0x00000013 
+ 00030829  0x00005d7a call  0x00006c29 
+ 00030830  0x00005d7b call  0x00007858 
+ 00030831  0x00005d7d increase  0x00000001 , 0x00000013 
+ 00030832  0x00005d7e fetch  0x00000001 , 0x0000456b 
+ 00030833  0x00005d7f pincrease  0x00000001 
+ 00030834  0x00005d80 store  0x00000001 , 0x0000456b 
+ 00030835  0x00005d81 fetcht  0x00000001 , 0x00004559 
+ 00030836  0x00005d82 isub  0x00000002 , 0x0000003e 
+ 00030837  0x00005d83 nbranch  0x00007869 , 0x00000002 
+ 00030838  0x00005d84 rtn 
+ 00030839  0x00005d87 fetch  0x00000001 , 0x0000456b 
+ 00030840  0x00005d88 pincrease  0x00000001 
+ 00030841  0x00005d89 fetcht  0x00000001 , 0x0000455a 
+ 00030842  0x00005d8a increase  0x00000001 , 0x00000002 
+ 00030843  0x00005d8b imul32  0x00000002 , 0x0000003f 
+ 00030844  0x00005d8c iforce  0x00000007 
+ 00030845  0x00005d8d fetch  0x00000008 , 0x00004551 
+ 00030846  0x00005d8e qset1  0x0000003f 
+ 00030847  0x00005d8f store  0x00000008 , 0x00004551 
+ 00030848  0x00005d90 rtn 
+ 00030849  0x00005d93 arg  0x00000001 , 0x00000039 
+ 00030850  0x00005d94 rtn 
+ 00030851  0x00005d98 fetch  0x00000002 , 0x0000456e 
+ 00030852  0x00005d99 iforce  0x00000039 
+ 00030853  0x00005d9a call  0x00007881 , 0x00000034 
+ 00030854  0x00005d9b call  0x000074fc 
+ 00030855  0x00005d9c ifetcht  0x00000001 , 0x00000013 
+ 00030856  0x00005d9d call  0x00006c32 
+ 00030857  0x00005d9e nrtn  0x00000001 
+ 00030858  0x00005d9f nop  0x00002ee0 
+ 00030859  0x00005da1 ifetcht  0x00000001 , 0x00000013 
+ 00030860  0x00005da2 call  0x00006c32 
+ 00030861  0x00005da3 nrtn  0x00000001 
+ 00030862  0x00005da4 nop  0x00002ee0 
+ 00030863  0x00005da6 ifetcht  0x00000001 , 0x00000013 
+ 00030864  0x00005da7 call  0x00006c32 
+ 00030865  0x00005da8 nrtn  0x00000001 
+ 00030866  0x00005daa call  0x000078b3 
+ 00030867  0x00005dab ifetcht  0x00000001 , 0x00000013 
+ 00030868  0x00005dac call  0x00006c32 
+ 00030869  0x00005dad branch  0x00007877 , 0x00000001 
+ 00030870  0x00005db0 ifetcht  0x00000001 , 0x00000013 
+ 00030871  0x00005db1 or  0x00000002 , 0x00000080 , 0x00000002 
+ 00030872  0x00005db2 call  0x000078b7 
+ 00030873  0x00005db3 jam  0x00000000 , 0x0000456c 
+ 00030874  0x00005db4 arg  0x00004563 , 0x00000011 
+ 00030875  0x00005db6 ifetcht  0x00000001 , 0x00000011 
+ 00030876  0x00005db7 call  0x00006c32 
+ 00030877  0x00005db8 call  0x000078a6 , 0x00000001 
+ 00030878  0x00005dba increase  0x00000001 , 0x00000011 
+ 00030879  0x00005dbb fetch  0x00000001 , 0x0000456c 
+ 00030880  0x00005dbc pincrease  0x00000001 
+ 00030881  0x00005dbd store  0x00000001 , 0x0000456c 
+ 00030882  0x00005dbe fetcht  0x00000001 , 0x0000455a 
+ 00030883  0x00005dbf isub  0x00000002 , 0x0000003e 
+ 00030884  0x00005dc0 nbranch  0x0000789b , 0x00000002 
+ 00030885  0x00005dc1 rtn 
+ 00030886  0x00005dc5 fetch  0x00000001 , 0x0000456b 
+ 00030887  0x00005dc6 fetcht  0x00000001 , 0x0000455a 
+ 00030888  0x00005dc7 increase  0x00000001 , 0x00000002 
+ 00030889  0x00005dc8 imul32  0x00000002 , 0x0000003f 
+ 00030890  0x00005dca fetcht  0x00000001 , 0x0000456c 
+ 00030891  0x00005dcb increase  0x00000001 , 0x00000002 
+ 00030892  0x00005dcc iadd  0x00000002 , 0x0000003f 
+ 00030893  0x00005dcd iforce  0x00000007 
+ 00030894  0x00005dce enable  0x00000001 
+ 00030895  0x00005dcf fetch  0x00000008 , 0x00004551 
+ 00030896  0x00005dd0 qsetflag  0x00000001 , 0x0000003f 
+ 00030897  0x00005dd1 store  0x00000008 , 0x00004551 
+ 00030898  0x00005dd8 rtn 
+ 00030899  0x00005dda arg  0x00004563 , 0x00000011 
+ 00030900  0x00005ddb fetch  0x00000001 , 0x0000455a 
+ 00030901  0x00005ddc iforce  0x00000039 
+ 00030902  0x00005ddd branch  0x00007852 
+ 00030903  0x00005de0 setflip  0x00000007 , 0x00000002 
+ 00030904  0x00005de1 branch  0x00006c43 
+ 00030905  0x00005de7 fetch  0x00000001 , 0x0000471f 
+ 00030906  0x00005de8 beq  0x00000001 , 0x000078eb 
+ 00030907  0x00005de9 jam  0x000000a0 , 0x00004701 
+ 00030908  0x00005dea branch  0x000078c8 
+ 00030909  0x00005ded fetch  0x00000001 , 0x0000471f 
+ 00030910  0x00005dee beq  0x00000001 , 0x000078e1 
+ 00030911  0x00005def jam  0x000000a1 , 0x00004701 
+ 00030912  0x00005df0 branch  0x000078c8 
+ 00030913  0x00005df3 fetch  0x00000001 , 0x0000471f 
+ 00030914  0x00005df4 beq  0x00000001 , 0x000078d7 
+ 00030915  0x00005df5 jam  0x000000a2 , 0x00004701 
+ 00030916  0x00005df6 branch  0x000078c8 
+ 00030917  0x00005df9 fetch  0x00000001 , 0x0000471f 
+ 00030918  0x00005dfa beq  0x00000001 , 0x000078cd 
+ 00030919  0x00005dfb jam  0x000000a3 , 0x00004701 
+ 00030920  0x00005dfd fetch  0x00000002 , 0x0000471d 
+ 00030921  0x00005dfe nrtn  0x00000034 
+ 00030922  0x00005dff jam  0x00000000 , 0x0000435b 
+ 00030923  0x00005e00 jam  0x00000005 , 0x0000471d 
+ 00030924  0x00005e01 rtn 
+ 00030925  0x00005e04 bpatchx  0x00000062 , 0x0000402c 
+ 00030926  0x00005e05 fetch  0x00000001 , 0x0000471c 
+ 00030927  0x00005e06 beq  0x00000001 , 0x000076ee 
+ 00030928  0x00005e07 beq  0x00000002 , 0x00007799 
+ 00030929  0x00005e08 jam  0x00000000 , 0x00004701 
+ 00030930  0x00005e09 call  0x00007aa0 
+ 00030931  0x00005e0a jam  0x00000021 , 0x0000457f 
+ 00030932  0x00005e0b jam  0x00000018 , 0x00004586 
+ 00030933  0x00005e0c call  0x000078f5 
+ 00030934  0x00005e0d branch  0x00007c57 
+ 00030935  0x00005e11 bpatchx  0x00000063 , 0x0000402c 
+ 00030936  0x00005e12 fetch  0x00000001 , 0x0000471c 
+ 00030937  0x00005e13 beq  0x00000001 , 0x000076f3 
+ 00030938  0x00005e14 beq  0x00000002 , 0x000077a0 
+ 00030939  0x00005e15 jam  0x00000000 , 0x00004701 
+ 00030940  0x00005e16 call  0x00007aa2 
+ 00030941  0x00005e17 jam  0x00000021 , 0x0000457f 
+ 00030942  0x00005e18 jam  0x00000024 , 0x00004586 
+ 00030943  0x00005e19 call  0x000078f5 
+ 00030944  0x00005e1a branch  0x00007c57 
+ 00030945  0x00005e1d bpatchx  0x00000064 , 0x0000402c 
+ 00030946  0x00005e1e fetch  0x00000001 , 0x0000471c 
+ 00030947  0x00005e1f beq  0x00000001 , 0x000076f8 
+ 00030948  0x00005e20 beq  0x00000002 , 0x000077a7 
+ 00030949  0x00005e21 jam  0x00000000 , 0x00004701 
+ 00030950  0x00005e22 call  0x00007aa4 
+ 00030951  0x00005e23 jam  0x00000021 , 0x0000457f 
+ 00030952  0x00005e24 jam  0x00000028 , 0x00004586 
+ 00030953  0x00005e25 call  0x000078f5 
+ 00030954  0x00005e26 branch  0x00007c57 
+ 00030955  0x00005e29 bpatchx  0x00000065 , 0x0000402c 
+ 00030956  0x00005e2a fetch  0x00000001 , 0x0000471c 
+ 00030957  0x00005e2b beq  0x00000001 , 0x000076fd 
+ 00030958  0x00005e2c beq  0x00000002 , 0x000077ae 
+ 00030959  0x00005e2d jam  0x00000000 , 0x00004701 
+ 00030960  0x00005e2e call  0x00007aa6 
+ 00030961  0x00005e2f jam  0x00000021 , 0x0000457f 
+ 00030962  0x00005e30 jam  0x00000014 , 0x00004586 
+ 00030963  0x00005e31 call  0x000078f5 
+ 00030964  0x00005e32 branch  0x00007c57 
+ 00030965  0x00005e35 setarg  0x00000000 
+ 00030966  0x00005e36 store  0x00000003 , 0x00004582 
+ 00030967  0x00005e37 branch  0x00007c36 
+ 00030968  0x00005e3c jam  0x00000001 , 0x00004591 
+ 00030969  0x00005e3d call  0x00007904 
+ 00030970  0x00005e3e jam  0x00000001 , 0x00004701 
+ 00030971  0x00005e3f rtn 
+ 00030972  0x00005e42 jam  0x00000002 , 0x00004591 
+ 00030973  0x00005e43 call  0x00007904 
+ 00030974  0x00005e44 jam  0x00000002 , 0x00004701 
+ 00030975  0x00005e45 rtn 
+ 00030976  0x00005e48 jam  0x00000003 , 0x00004591 
+ 00030977  0x00005e49 call  0x00007904 
+ 00030978  0x00005e4a jam  0x00000003 , 0x00004701 
+ 00030979  0x00005e4b rtn 
+ 00030980  0x00005e4e fetch  0x00000002 , 0x0000458f 
+ 00030981  0x00005e4f nrtn  0x00000034 
+ 00030982  0x00005e50 fetch  0x00000002 , 0x00004769 
+ 00030983  0x00005e51 store  0x00000002 , 0x0000458f 
+ 00030984  0x00005e52 pincrease  0x00000001 
+ 00030985  0x00005e53 store  0x00000002 , 0x000046a1 
+ 00030986  0x00005e54 fetch  0x00000001 , 0x0000471c 
+ 00030987  0x00005e55 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00030988  0x00005e56 branch  0x0000768f , 0x00000005 
+ 00030989  0x00005e57 rtn 
+ 00030990  0x00005e5a call  0x00007abc 
+ 00030991  0x00005e5b jam  0x00000023 , 0x0000457f 
+ 00030992  0x00005e5c branch  0x00007c34 
+ 00030993  0x00005e5f jam  0x00000000 , 0x0000457c 
+ 00030994  0x00005e60 jam  0x00000000 , 0x000044a6 
+ 00030995  0x00005e63 setarg  0x00000001 
+ 00030996  0x00005e64 store  0x00000002 , 0x000046a4 
+ 00030997  0x00005e65 jam  0x00000001 , 0x000046a3 
+ 00030998  0x00005e67 jam  0x00000001 , 0x0000435b 
+ 00030999  0x00005e68 fetch  0x00000002 , 0x00004767 
+ 00031000  0x00005e69 lshift2  0x0000003f , 0x0000003f 
+ 00031001  0x00005e6a store  0x00000002 , 0x0000459d 
+ 00031002  0x00005e6b pincrease  0x00000001 
+ 00031003  0x00005e6c store  0x00000002 , 0x000046a1 
+ 00031004  0x00005e6d bpatchx  0x00000066 , 0x0000402c 
+ 00031005  0x00005e6f call  0x00007abe 
+ 00031006  0x00005e70 fetch  0x00000001 , 0x0000457a 
+ 00031007  0x00005e71 store  0x00000001 , 0x00004586 
+ 00031008  0x00005e72 jam  0x00000028 , 0x0000457f 
+ 00031009  0x00005e74 fetch  0x00000001 , 0x00004585 
+ 00031010  0x00005e75 pincrease  0x00000001 
+ 00031011  0x00005e76 store  0x00000001 , 0x00004585 
+ 00031012  0x00005e77 jam  0x00000081 , 0x00004584 
+ 00031013  0x00005e79 fetch  0x00000001 , 0x000044a1 
+ 00031014  0x00005e7a sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00031015  0x00005e7b call  0x00007c41 , 0x00000005 
+ 00031016  0x00005e7c fetch  0x00000001 , 0x000044a1 
+ 00031017  0x00005e7d sub  0x0000003f , 0x00000005 , 0x0000003e 
+ 00031018  0x00005e7e call  0x00007c43 , 0x00000005 
+ 00031019  0x00005e80 call  0x0000792d 
+ 00031020  0x00005e81 branch  0x00007c57 
+ 00031021  0x00005e84 fetch  0x00000002 , 0x00004576 
+ 00031022  0x00005e85 arg  0x0000f0ff , 0x00000002 
+ 00031023  0x00005e86 iand  0x00000002 , 0x0000003f 
+ 00031024  0x00005e87 store  0x00000002 , 0x00004582 
+ 00031025  0x00005e88 branch  0x00007c4e 
+ 00031026  0x00005e8c jam  0x00000001 , 0x000046a3 
+ 00031027  0x00005e8e jam  0x00000001 , 0x0000435b 
+ 00031028  0x00005e8f setarg  0x00000001 
+ 00031029  0x00005e90 lshift2  0x0000003f , 0x0000003f 
+ 00031030  0x00005e91 store  0x00000002 , 0x000046a4 
+ 00031031  0x00005e92 fetch  0x00000002 , 0x00004767 
+ 00031032  0x00005e93 lshift2  0x0000003f , 0x0000003f 
+ 00031033  0x00005e95 store  0x00000002 , 0x0000459d 
+ 00031034  0x00005e96 pincrease  0x00000001 
+ 00031035  0x00005e97 store  0x00000002 , 0x000046a1 
+ 00031036  0x00005e99 bpatchx  0x00000067 , 0x0000402c 
+ 00031037  0x00005e9a call  0x00007ac3 
+ 00031038  0x00005e9b jam  0x00000045 , 0x0000457f 
+ 00031039  0x00005e9c setarg  0x0001feff 
+ 00031040  0x00005e9d store  0x00000003 , 0x00004580 
+ 00031041  0x00005e9e fetch  0x00000001 , 0x00004585 
+ 00031042  0x00005e9f pincrease  0x00000001 
+ 00031043  0x00005ea0 store  0x00000001 , 0x00004585 
+ 00031044  0x00005ea2 fetch  0x00000001 , 0x000044a1 
+ 00031045  0x00005ea3 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00031046  0x00005ea4 call  0x00007c41 , 0x00000005 
+ 00031047  0x00005ea5 fetch  0x00000001 , 0x000044a1 
+ 00031048  0x00005ea6 sub  0x0000003f , 0x00000005 , 0x0000003e 
+ 00031049  0x00005ea7 call  0x00007c43 , 0x00000005 
+ 00031050  0x00005ea8 branch  0x00007c57 
+ 00031051  0x00005eab jam  0x00000000 , 0x00004591 
+ 00031052  0x00005eac call  0x00007904 
+ 00031053  0x00005eae jam  0x00000000 , 0x0000457c 
+ 00031054  0x00005eaf call  0x00007ac5 
+ 00031055  0x00005eb0 fetch  0x00000001 , 0x0000471c 
+ 00031056  0x00005eb1 beq  0x00000001 , 0x000076a0 
+ 00031057  0x00005eb2 beq  0x00000002 , 0x00007844 
+ 00031058  0x00005eb4 jam  0x00000001 , 0x000046a6 
+ 00031059  0x00005eb5 jam  0x00000010 , 0x0000457f 
+ 00031060  0x00005eb6 call  0x00007c4e 
+ 00031061  0x00005eb7 branch  0x00007c34 
+ 00031062  0x00005eba jam  0x00000000 , 0x00004591 
+ 00031063  0x00005ebb call  0x00007904 
+ 00031064  0x00005ebc branch  0x0000795b 
+ 00031065  0x00005ebe fetch  0x00000001 , 0x000046a6 
+ 00031066  0x00005ebf branch  0x0000794d , 0x00000034 
+ 00031067  0x00005ec1 call  0x00007ac8 
+ 00031068  0x00005ec2 jam  0x00000000 , 0x0000457c 
+ 00031069  0x00005ec3 fetch  0x00000001 , 0x0000471c 
+ 00031070  0x00005ec4 beq  0x00000001 , 0x000076a4 
+ 00031071  0x00005ec5 beq  0x00000002 , 0x0000783c 
+ 00031072  0x00005ec7 jam  0x00000000 , 0x000046a6 
+ 00031073  0x00005ec8 jam  0x00000011 , 0x0000457f 
+ 00031074  0x00005ec9 call  0x00007c4e 
+ 00031075  0x00005eca branch  0x00007c34 
+ 00031076  0x00005ecd jam  0x00000000 , 0x00004591 
+ 00031077  0x00005ece call  0x00007904 
+ 00031078  0x00005ed0 call  0x00007acb 
+ 00031079  0x00005ed1 jam  0x00000009 , 0x0000457f 
+ 00031080  0x00005ed2 branch  0x00007c34 
+ 00031081  0x00005ed5 jam  0x00000021 , 0x0000457f 
+ 00031082  0x00005ed6 jam  0x000000ff , 0x00004582 
+ 00031083  0x00005ed7 jam  0x000000ff , 0x00004583 
+ 00031084  0x00005ed8 jam  0x00000040 , 0x00004586 
+ 00031085  0x00005ed9 rtn 
+ 00031086  0x00005edb jam  0x00000021 , 0x0000457f 
+ 00031087  0x00005edc jam  0x000000ff , 0x00004582 
+ 00031088  0x00005edd jam  0x00000040 , 0x00004586 
+ 00031089  0x00005ede rtn 
+ 00031090  0x00005ee1 jam  0x00000021 , 0x0000457f 
+ 00031091  0x00005ee2 jam  0x000000ff , 0x00004583 
+ 00031092  0x00005ee3 jam  0x00000040 , 0x00004586 
+ 00031093  0x00005ee4 rtn 
+ 00031094  0x00005ee7 fetch  0x00000001 , 0x00004592 
+ 00031095  0x00005ee8 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00031096  0x00005ee9 call  0x0000797d , 0x00000005 
+ 00031097  0x00005eea beq  0x00000000 , 0x00007980 
+ 00031098  0x00005eeb beq  0x00000001 , 0x00007988 
+ 00031099  0x00005eec beq  0x00000002 , 0x00007990 
+ 00031100  0x00005eed rtn 
+ 00031101  0x00005eef setarg  0x00000000 
+ 00031102  0x00005ef0 store  0x00000001 , 0x00004592 
+ 00031103  0x00005ef1 rtn 
+ 00031104  0x00005ef3 fetch  0x00000001 , 0x00004592 
+ 00031105  0x00005ef4 pincrease  0x00000001 
+ 00031106  0x00005ef5 store  0x00000001 , 0x00004592 
+ 00031107  0x00005ef6 call  0x00007acd 
+ 00031108  0x00005ef7 fetch  0x00000001 , 0x0000471c 
+ 00031109  0x00005ef8 beq  0x00000001 , 0x00007692 
+ 00031110  0x00005ef9 call  0x00007969 
+ 00031111  0x00005efa branch  0x00007c34 
+ 00031112  0x00005efc fetch  0x00000001 , 0x00004592 
+ 00031113  0x00005efd pincrease  0x00000001 
+ 00031114  0x00005efe store  0x00000001 , 0x00004592 
+ 00031115  0x00005eff call  0x00007ad4 
+ 00031116  0x00005f00 fetch  0x00000001 , 0x0000471c 
+ 00031117  0x00005f01 beq  0x00000001 , 0x00007692 
+ 00031118  0x00005f02 call  0x0000796e 
+ 00031119  0x00005f03 branch  0x00007c34 
+ 00031120  0x00005f05 fetch  0x00000001 , 0x00004592 
+ 00031121  0x00005f06 pincrease  0x00000001 
+ 00031122  0x00005f07 store  0x00000001 , 0x00004592 
+ 00031123  0x00005f08 call  0x00007ada 
+ 00031124  0x00005f09 fetch  0x00000001 , 0x0000471c 
+ 00031125  0x00005f0a beq  0x00000001 , 0x00007692 
+ 00031126  0x00005f0b call  0x00007972 
+ 00031127  0x00005f0c branch  0x00007c34 
+ 00031128  0x00005f0f fetch  0x00000001 , 0x000046a8 
+ 00031129  0x00005f10 beq  0x00000000 , 0x000079a1 
+ 00031130  0x00005f12 call  0x00007ae0 
+ 00031131  0x00005f13 jam  0x00000000 , 0x000046a8 
+ 00031132  0x00005f14 fetch  0x00000001 , 0x0000471c 
+ 00031133  0x00005f15 beq  0x00000001 , 0x0000769d 
+ 00031134  0x00005f16 beq  0x00000002 , 0x00007793 
+ 00031135  0x00005f17 jam  0x00000013 , 0x0000457f 
+ 00031136  0x00005f18 branch  0x00007c34 
+ 00031137  0x00005f1a call  0x00007ae2 
+ 00031138  0x00005f1b jam  0x00000001 , 0x000046a8 
+ 00031139  0x00005f1c fetch  0x00000001 , 0x0000471c 
+ 00031140  0x00005f1d beq  0x00000001 , 0x0000769d 
+ 00031141  0x00005f1e beq  0x00000002 , 0x00007793 
+ 00031142  0x00005f1f jam  0x00000012 , 0x0000457f 
+ 00031143  0x00005f20 branch  0x00007c34 
+ 00031144  0x00005f23 fetch  0x00000001 , 0x00004593 
+ 00031145  0x00005f24 beq  0x00000000 , 0x000079b1 
+ 00031146  0x00005f26 call  0x00007ae4 
+ 00031147  0x00005f27 jam  0x00000021 , 0x0000457f 
+ 00031148  0x00005f28 jam  0x000000ff , 0x00004582 
+ 00031149  0x00005f29 jam  0x000000ff , 0x00004583 
+ 00031150  0x00005f2a jam  0x00000000 , 0x00004593 
+ 00031151  0x00005f2b jam  0x00000002 , 0x00004586 
+ 00031152  0x00005f2c branch  0x00007c34 
+ 00031153  0x00005f2e call  0x00007aeb 
+ 00031154  0x00005f2f jam  0x00000001 , 0x00004586 
+ 00031155  0x00005f30 jam  0x00000021 , 0x0000457f 
+ 00031156  0x00005f31 jam  0x0000007f , 0x00004582 
+ 00031157  0x00005f32 jam  0x0000007f , 0x00004583 
+ 00031158  0x00005f33 jam  0x00000001 , 0x00004593 
+ 00031159  0x00005f34 branch  0x00007c34 
+ 00031160  0x00005f37 fetch  0x00000001 , 0x0000471c 
+ 00031161  0x00005f38 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00031162  0x00005f39 call  0x000076a8 , 0x00000005 
+ 00031163  0x00005f3a jam  0x00000001 , 0x000046f9 
+ 00031164  0x00005f3b fetch  0x00000001 , 0x00004596 
+ 00031165  0x00005f3c beq  0x00000000 , 0x000079c2 
+ 00031166  0x00005f3e call  0x00007af2 
+ 00031167  0x00005f3f jam  0x0000001f , 0x0000457f 
+ 00031168  0x00005f40 jam  0x00000000 , 0x00004596 
+ 00031169  0x00005f41 branch  0x00007c34 
+ 00031170  0x00005f43 call  0x00007af4 
+ 00031171  0x00005f44 jam  0x0000001e , 0x0000457f 
+ 00031172  0x00005f45 jam  0x00000001 , 0x00004596 
+ 00031173  0x00005f46 branch  0x00007c34 
+ 00031174  0x00005f49 fetch  0x00000001 , 0x0000471c 
+ 00031175  0x00005f4a sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00031176  0x00005f4b call  0x000076ab , 0x00000005 
+ 00031177  0x00005f4c jam  0x00000022 , 0x0000457f 
+ 00031178  0x00005f4d fetch  0x00000001 , 0x00004594 
+ 00031179  0x00005f4e beq  0x00000000 , 0x000079f0 
+ 00031180  0x00005f4f beq  0x00000001 , 0x000079ec 
+ 00031181  0x00005f50 beq  0x00000002 , 0x000079e8 
+ 00031182  0x00005f51 beq  0x00000003 , 0x000079e3 
+ 00031183  0x00005f52 beq  0x00000004 , 0x000079de 
+ 00031184  0x00005f53 beq  0x00000005 , 0x000079d9 
+ 00031185  0x00005f54 beq  0x00000006 , 0x000079d3 
+ 00031186  0x00005f55 rtn 
+ 00031187  0x00005f57 call  0x00007b11 
+ 00031188  0x00005f58 jam  0x00000000 , 0x00004594 
+ 00031189  0x00005f59 jam  0x000000ff , 0x00004582 
+ 00031190  0x00005f5a jam  0x000000ff , 0x00004583 
+ 00031191  0x00005f5b jam  0x000000ff , 0x00004584 
+ 00031192  0x00005f5c branch  0x00007c34 
+ 00031193  0x00005f5f call  0x00007b0c 
+ 00031194  0x00005f60 jam  0x00000006 , 0x00004594 
+ 00031195  0x00005f61 jam  0x000000ff , 0x00004582 
+ 00031196  0x00005f62 jam  0x000000ff , 0x00004584 
+ 00031197  0x00005f63 branch  0x00007c34 
+ 00031198  0x00005f66 call  0x00007b07 
+ 00031199  0x00005f67 jam  0x00000005 , 0x00004594 
+ 00031200  0x00005f68 jam  0x000000ff , 0x00004583 
+ 00031201  0x00005f69 jam  0x000000ff , 0x00004584 
+ 00031202  0x00005f6a branch  0x00007c34 
+ 00031203  0x00005f6d call  0x00007b02 
+ 00031204  0x00005f6e jam  0x00000004 , 0x00004594 
+ 00031205  0x00005f6f jam  0x000000ff , 0x00004582 
+ 00031206  0x00005f70 jam  0x000000ff , 0x00004583 
+ 00031207  0x00005f71 branch  0x00007c34 
+ 00031208  0x00005f74 call  0x00007afe 
+ 00031209  0x00005f75 jam  0x00000003 , 0x00004594 
+ 00031210  0x00005f76 jam  0x000000ff , 0x00004584 
+ 00031211  0x00005f77 branch  0x00007c34 
+ 00031212  0x00005f7a call  0x00007afa 
+ 00031213  0x00005f7b jam  0x00000002 , 0x00004594 
+ 00031214  0x00005f7c jam  0x000000ff , 0x00004583 
+ 00031215  0x00005f7d branch  0x00007c34 
+ 00031216  0x00005f80 call  0x00007af6 
+ 00031217  0x00005f81 jam  0x00000001 , 0x00004594 
+ 00031218  0x00005f82 jam  0x000000ff , 0x00004582 
+ 00031219  0x00005f83 branch  0x00007c34 
+ 00031220  0x00005f86 call  0x00007b17 
+ 00031221  0x00005f87 jam  0x00000001 , 0x00004582 
+ 00031222  0x00005f89 jam  0x00000041 , 0x0000457f 
+ 00031223  0x00005f8a branch  0x00007c34 
+ 00031224  0x00005f8d jam  0x00000001 , 0x00004591 
+ 00031225  0x00005f8e call  0x00007904 
+ 00031226  0x00005f90 call  0x00007b21 
+ 00031227  0x00005f91 jam  0x00000001 , 0x00004598 
+ 00031228  0x00005f92 jam  0x00000010 , 0x0000457f 
+ 00031229  0x00005f93 jam  0x00000001 , 0x0000457c 
+ 00031230  0x00005f94 branch  0x00007c34 
+ 00031231  0x00005f97 jam  0x00000002 , 0x00004591 
+ 00031232  0x00005f98 call  0x00007904 
+ 00031233  0x00005f9a call  0x00007b23 
+ 00031234  0x00005f9b jam  0x00000001 , 0x00004599 
+ 00031235  0x00005f9c jam  0x00000010 , 0x0000457f 
+ 00031236  0x00005f9d jam  0x00000002 , 0x0000457c 
+ 00031237  0x00005f9e branch  0x00007c34 
+ 00031238  0x00005fa1 jam  0x00000003 , 0x00004591 
+ 00031239  0x00005fa2 call  0x00007904 
+ 00031240  0x00005fa4 jam  0x00000001 , 0x0000459a 
+ 00031241  0x00005fa5 jam  0x00000010 , 0x0000457f 
+ 00031242  0x00005fa6 jam  0x00000003 , 0x0000457c 
+ 00031243  0x00005fa7 branch  0x00007c34 
+ 00031244  0x00005faa jam  0x00000004 , 0x00004591 
+ 00031245  0x00005fab call  0x00007904 
+ 00031246  0x00005fad call  0x00007b27 
+ 00031247  0x00005fae jam  0x00000001 , 0x0000459b 
+ 00031248  0x00005faf jam  0x00000010 , 0x0000457f 
+ 00031249  0x00005fb0 jam  0x00000004 , 0x0000457c 
+ 00031250  0x00005fb1 branch  0x00007c34 
+ 00031251  0x00005fb4 jam  0x00000001 , 0x00004591 
+ 00031252  0x00005fb5 call  0x00007904 
+ 00031253  0x00005fb7 fetch  0x00000001 , 0x00004598 
+ 00031254  0x00005fb8 branch  0x000079fa , 0x00000034 
+ 00031255  0x00005fba call  0x00007b29 
+ 00031256  0x00005fbb jam  0x00000000 , 0x00004598 
+ 00031257  0x00005fbc jam  0x00000011 , 0x0000457f 
+ 00031258  0x00005fbd jam  0x00000001 , 0x0000457c 
+ 00031259  0x00005fbe branch  0x00007c34 
+ 00031260  0x00005fc2 jam  0x00000002 , 0x00004591 
+ 00031261  0x00005fc3 call  0x00007904 
+ 00031262  0x00005fc5 fetch  0x00000001 , 0x00004599 
+ 00031263  0x00005fc6 branch  0x00007a01 , 0x00000034 
+ 00031264  0x00005fc8 call  0x00007b2b 
+ 00031265  0x00005fc9 jam  0x00000000 , 0x00004599 
+ 00031266  0x00005fca jam  0x00000011 , 0x0000457f 
+ 00031267  0x00005fcb jam  0x00000002 , 0x0000457c 
+ 00031268  0x00005fcd branch  0x00007c34 
+ 00031269  0x00005fd0 jam  0x00000003 , 0x00004591 
+ 00031270  0x00005fd1 call  0x00007904 
+ 00031271  0x00005fd3 fetch  0x00000001 , 0x0000459a 
+ 00031272  0x00005fd4 branch  0x00007a08 , 0x00000034 
+ 00031273  0x00005fd6 call  0x00007b2d 
+ 00031274  0x00005fd7 jam  0x00000000 , 0x0000459a 
+ 00031275  0x00005fd8 jam  0x00000011 , 0x0000457f 
+ 00031276  0x00005fd9 jam  0x00000003 , 0x0000457c 
+ 00031277  0x00005fdb branch  0x00007c34 
+ 00031278  0x00005fde jam  0x00000004 , 0x00004591 
+ 00031279  0x00005fdf call  0x00007904 
+ 00031280  0x00005fe1 fetch  0x00000001 , 0x0000459b 
+ 00031281  0x00005fe2 branch  0x00007a0e , 0x00000034 
+ 00031282  0x00005fe4 call  0x00007b2f 
+ 00031283  0x00005fe5 jam  0x00000000 , 0x0000459b 
+ 00031284  0x00005fe6 jam  0x00000011 , 0x0000457f 
+ 00031285  0x00005fe7 jam  0x00000004 , 0x0000457c 
+ 00031286  0x00005fe9 branch  0x00007c34 
+ 00031287  0x00005fec jam  0x00000001 , 0x0000457c 
+ 00031288  0x00005fed jam  0x00000001 , 0x000044a6 
+ 00031289  0x00005fee branch  0x00007913 
+ 00031290  0x00005ff1 jam  0x00000002 , 0x0000457c 
+ 00031291  0x00005ff2 jam  0x00000002 , 0x000044a6 
+ 00031292  0x00005ff3 branch  0x00007913 
+ 00031293  0x00005ff6 jam  0x00000003 , 0x0000457c 
+ 00031294  0x00005ff7 jam  0x00000003 , 0x000044a6 
+ 00031295  0x00005ff8 branch  0x00007913 
+ 00031296  0x00005ffb jam  0x00000004 , 0x0000457c 
+ 00031297  0x00005ffc jam  0x00000004 , 0x000044a6 
+ 00031298  0x00005ffd branch  0x00007913 
+ 00031299  0x00006003 call  0x00007a7f 
+ 00031300  0x00006004 jam  0x0000006f , 0x0000457f 
+ 00031301  0x00006005 jam  0x00000000 , 0x00004582 
+ 00031302  0x00006006 branch  0x00007c34 
+ 00031303  0x00006009 fetch  0x00000001 , 0x000045a1 
+ 00031304  0x0000600a branch  0x00007a4b , 0x00000034 
+ 00031305  0x0000600b jam  0x00000000 , 0x000045a1 
+ 00031306  0x0000600c branch  0x00007a50 
+ 00031307  0x0000600e call  0x00007a82 
+ 00031308  0x0000600f jam  0x00000001 , 0x000045a1 
+ 00031309  0x00006010 jam  0x00000015 , 0x0000457f 
+ 00031310  0x00006011 jam  0x00000001 , 0x00004582 
+ 00031311  0x00006012 branch  0x00007c34 
+ 00031312  0x00006014 call  0x00007a83 
+ 00031313  0x00006015 jam  0x00000015 , 0x0000457f 
+ 00031314  0x00006016 jam  0x00000000 , 0x00004582 
+ 00031315  0x00006017 branch  0x00007c34 
+ 00031316  0x0000601a call  0x00007a86 
+ 00031317  0x0000601b jam  0x00000033 , 0x0000457f 
+ 00031318  0x0000601c jam  0x00000002 , 0x00004582 
+ 00031319  0x0000601d branch  0x00007c34 
+ 00031320  0x00006020 call  0x00007a8a 
+ 00031321  0x00006021 setarg  0x00000001 
+ 00031322  0x00006023 store  0x00000001 , 0x00004582 
+ 00031323  0x00006024 jam  0x00000032 , 0x0000457f 
+ 00031324  0x00006025 jam  0x00000006 , 0x00004583 
+ 00031325  0x00006026 branch  0x00007c34 
+ 00031326  0x00006029 call  0x00007a90 
+ 00031327  0x0000602a setarg  0x00000002 
+ 00031328  0x0000602b branch  0x00007a5a 
+ 00031329  0x0000602e call  0x00007a92 
+ 00031330  0x0000602f setarg  0x00000003 
+ 00031331  0x00006030 branch  0x00007a5a 
+ 00031332  0x00006033 call  0x00007a94 
+ 00031333  0x00006034 setarg  0x00000004 
+ 00031334  0x00006035 branch  0x00007a5a 
+ 00031335  0x00006038 call  0x00007a96 
+ 00031336  0x00006039 setarg  0x00000005 
+ 00031337  0x0000603a branch  0x00007a5a 
+ 00031338  0x0000603d call  0x00007a98 
+ 00031339  0x0000603e setarg  0x00000006 
+ 00031340  0x0000603f branch  0x00007a5a 
+ 00031341  0x00006042 jam  0x00000001 , 0x00004591 
+ 00031342  0x00006043 call  0x00007904 
+ 00031343  0x00006045 call  0x00007a9a 
+ 00031344  0x00006046 jam  0x00000031 , 0x0000457f 
+ 00031345  0x00006047 jam  0x00000000 , 0x00004582 
+ 00031346  0x00006048 branch  0x00007c34 
+ 00031347  0x0000604c fetch  0x00000001 , 0x000046a7 
+ 00031348  0x0000604d branch  0x00007a7a , 0x00000034 
+ 00031349  0x0000604f call  0x00007a9d 
+ 00031350  0x00006050 jam  0x00000000 , 0x000046a7 
+ 00031351  0x00006051 jam  0x00000016 , 0x0000457f 
+ 00031352  0x00006052 jam  0x00000000 , 0x00004582 
+ 00031353  0x00006053 branch  0x00007c34 
+ 00031354  0x00006056 call  0x00007a9c 
+ 00031355  0x00006057 jam  0x00000001 , 0x000046a7 
+ 00031356  0x00006058 jam  0x00000016 , 0x0000457f 
+ 00031357  0x00006059 jam  0x00000001 , 0x00004582 
+ 00031358  0x0000605a branch  0x00007c34 
+ 00031359  0x0000605f setarg  0x0000006f 
+ 00031360  0x00006060 store  0x00000002 , 0x000044a7 
+ 00031361  0x00006061 branch  0x00007aab 
+ 00031362  0x00006064 jam  0x00000001 , 0x000044aa 
+ 00031363  0x00006066 setarg  0x00000015 
+ 00031364  0x00006067 store  0x00000002 , 0x000044a7 
+ 00031365  0x00006068 branch  0x00007aab 
+ 00031366  0x0000606b jam  0x00000002 , 0x000044aa 
+ 00031367  0x0000606d setarg  0x00000033 
+ 00031368  0x0000606e store  0x00000002 , 0x000044a7 
+ 00031369  0x0000606f branch  0x00007aab 
+ 00031370  0x00006072 setarg  0x00000001 
+ 00031371  0x00006074 store  0x00000001 , 0x000044ab 
+ 00031372  0x00006075 setarg  0x00000031 
+ 00031373  0x00006076 store  0x00000002 , 0x000044a7 
+ 00031374  0x00006077 jam  0x00000020 , 0x000044aa 
+ 00031375  0x00006078 branch  0x00007aab 
+ 00031376  0x0000607b setarg  0x00000002 
+ 00031377  0x0000607c branch  0x00007a8b 
+ 00031378  0x0000607f setarg  0x00000003 
+ 00031379  0x00006080 branch  0x00007a8b 
+ 00031380  0x00006083 setarg  0x00000004 
+ 00031381  0x00006084 branch  0x00007a8b 
+ 00031382  0x00006087 setarg  0x00000005 
+ 00031383  0x00006088 branch  0x00007a8b 
+ 00031384  0x0000608b setarg  0x00000006 
+ 00031385  0x0000608c branch  0x00007a8b 
+ 00031386  0x0000608f setarg  0x00000000 
+ 00031387  0x00006090 branch  0x00007a8b 
+ 00031388  0x00006094 jam  0x00000001 , 0x000044aa 
+ 00031389  0x00006096 setarg  0x00000016 
+ 00031390  0x00006097 store  0x00000002 , 0x000044a7 
+ 00031391  0x00006098 branch  0x00007aab 
+ 00031392  0x0000609f jam  0x00000018 , 0x000044aa 
+ 00031393  0x000060a0 branch  0x00007aa8 
+ 00031394  0x000060a3 jam  0x00000024 , 0x000044aa 
+ 00031395  0x000060a4 branch  0x00007aa8 
+ 00031396  0x000060a8 jam  0x00000028 , 0x000044aa 
+ 00031397  0x000060a9 branch  0x00007aa8 
+ 00031398  0x000060ad jam  0x00000014 , 0x000044aa 
+ 00031399  0x000060ae branch  0x00007aa8 
+ 00031400  0x000060b1 setarg  0x00000021 
+ 00031401  0x000060b2 store  0x00000002 , 0x000044a7 
+ 00031402  0x000060b3 branch  0x00007aab 
+ 00031403  0x000060b6 call  0x00007f72 
+ 00031404  0x000060b7 fetch  0x00000001 , 0x000046aa 
+ 00031405  0x000060b8 ncall  0x00007aaf , 0x00000034 
+ 00031406  0x000060b9 rtn 
+ 00031407  0x000060bc arg  0x00000027 , 0x00000039 
+ 00031408  0x000060bd arg  0x00004477 , 0x00000006 
+ 00031409  0x000060be arg  0x000046d2 , 0x00000005 
+ 00031410  0x000060bf call  0x0000753b 
+ 00031411  0x000060c1 fetch  0x00000001 , 0x000046aa 
+ 00031412  0x000060c2 store  0x00000001 , 0x0000449e 
+ 00031413  0x000060c3 fetch  0x00000001 , 0x0000449f 
+ 00031414  0x000060c4 pincrease  0xffffffff 
+ 00031415  0x000060c5 store  0x00000001 , 0x0000449f 
+ 00031416  0x000060c6 call  0x00007f72 
+ 00031417  0x000060c7 fetch  0x00000001 , 0x0000476b 
+ 00031418  0x000060c8 store  0x00000001 , 0x0000449e 
+ 00031419  0x000060c9 rtn 
+ 00031420  0x000060cc setarg  0x00000023 
+ 00031421  0x000060cd branch  0x00007abf 
+ 00031422  0x000060d1 setarg  0x00000028 
+ 00031423  0x000060d3 store  0x00000002 , 0x000044a7 
+ 00031424  0x000060d4 setarg  0x00000000 
+ 00031425  0x000060d5 store  0x00000004 , 0x000044a9 
+ 00031426  0x000060d6 branch  0x00007aab 
+ 00031427  0x000060d9 setarg  0x00000045 
+ 00031428  0x000060da branch  0x00007abf 
+ 00031429  0x000060dd jam  0x00000000 , 0x000044a6 
+ 00031430  0x000060df setarg  0x00000010 
+ 00031431  0x000060e0 branch  0x00007abf 
+ 00031432  0x000060e3 jam  0x00000000 , 0x000044a6 
+ 00031433  0x000060e5 setarg  0x00000011 
+ 00031434  0x000060e6 branch  0x00007abf 
+ 00031435  0x000060e9 setarg  0x00000009 
+ 00031436  0x000060ea branch  0x00007abf 
+ 00031437  0x000060ed setarg  0x00000021 
+ 00031438  0x000060ee store  0x00000002 , 0x000044a7 
+ 00031439  0x000060ef jam  0x00000000 , 0x000044a9 
+ 00031440  0x000060f0 jam  0x00000040 , 0x000044aa 
+ 00031441  0x000060f1 jam  0x000000ff , 0x000044ab 
+ 00031442  0x000060f2 jam  0x000000ff , 0x000044ac 
+ 00031443  0x000060f3 branch  0x00007aab 
+ 00031444  0x000060f6 setarg  0x00000021 
+ 00031445  0x000060f7 store  0x00000002 , 0x000044a7 
+ 00031446  0x000060f8 jam  0x00000000 , 0x000044a9 
+ 00031447  0x000060f9 jam  0x00000040 , 0x000044aa 
+ 00031448  0x000060fa jam  0x000000ff , 0x000044ab 
+ 00031449  0x000060fb branch  0x00007aab 
+ 00031450  0x000060fe setarg  0x00000021 
+ 00031451  0x000060ff store  0x00000002 , 0x000044a7 
+ 00031452  0x00006100 jam  0x00000000 , 0x000044a9 
+ 00031453  0x00006101 jam  0x00000040 , 0x000044aa 
+ 00031454  0x00006102 jam  0x000000ff , 0x000044ac 
+ 00031455  0x00006103 branch  0x00007aab 
+ 00031456  0x00006106 setarg  0x00000013 
+ 00031457  0x00006107 branch  0x00007abf 
+ 00031458  0x0000610a setarg  0x00000012 
+ 00031459  0x0000610b branch  0x00007abf 
+ 00031460  0x0000610e setarg  0x00000021 
+ 00031461  0x0000610f store  0x00000002 , 0x000044a7 
+ 00031462  0x00006110 jam  0x00000000 , 0x000044a9 
+ 00031463  0x00006111 jam  0x00000002 , 0x000044aa 
+ 00031464  0x00006112 jam  0x000000ff , 0x000044ab 
+ 00031465  0x00006113 jam  0x000000ff , 0x000044ac 
+ 00031466  0x00006114 branch  0x00007aab 
+ 00031467  0x00006117 setarg  0x00000021 
+ 00031468  0x00006118 store  0x00000002 , 0x000044a7 
+ 00031469  0x00006119 jam  0x00000000 , 0x000044a9 
+ 00031470  0x0000611a jam  0x00000001 , 0x000044aa 
+ 00031471  0x0000611b jam  0x0000007f , 0x000044ab 
+ 00031472  0x0000611c jam  0x0000007f , 0x000044ac 
+ 00031473  0x0000611d branch  0x00007aab 
+ 00031474  0x00006120 setarg  0x0000001f 
+ 00031475  0x00006121 branch  0x00007abf 
+ 00031476  0x00006124 setarg  0x0000001e 
+ 00031477  0x00006125 branch  0x00007abf 
+ 00031478  0x00006128 setarg  0x00000022 
+ 00031479  0x00006129 store  0x00000002 , 0x000044a7 
+ 00031480  0x0000612a jam  0x000000ff , 0x000044aa 
+ 00031481  0x0000612b branch  0x00007aab 
+ 00031482  0x0000612e setarg  0x00000022 
+ 00031483  0x0000612f store  0x00000002 , 0x000044a7 
+ 00031484  0x00006130 jam  0x000000ff , 0x000044ab 
+ 00031485  0x00006131 branch  0x00007aab 
+ 00031486  0x00006134 setarg  0x00000022 
+ 00031487  0x00006135 store  0x00000002 , 0x000044a7 
+ 00031488  0x00006136 jam  0x000000ff , 0x000044ac 
+ 00031489  0x00006137 branch  0x00007aab 
+ 00031490  0x0000613a setarg  0x00000022 
+ 00031491  0x0000613b store  0x00000002 , 0x000044a7 
+ 00031492  0x0000613c jam  0x000000ff , 0x000044aa 
+ 00031493  0x0000613d jam  0x000000ff , 0x000044ab 
+ 00031494  0x0000613e branch  0x00007aab 
+ 00031495  0x00006141 setarg  0x00000022 
+ 00031496  0x00006142 store  0x00000002 , 0x000044a7 
+ 00031497  0x00006143 jam  0x000000ff , 0x000044aa 
+ 00031498  0x00006144 jam  0x000000ff , 0x000044ac 
+ 00031499  0x00006145 branch  0x00007aab 
+ 00031500  0x00006148 setarg  0x00000022 
+ 00031501  0x00006149 store  0x00000002 , 0x000044a7 
+ 00031502  0x0000614a jam  0x000000ff , 0x000044ab 
+ 00031503  0x0000614b jam  0x000000ff , 0x000044ac 
+ 00031504  0x0000614c branch  0x00007aab 
+ 00031505  0x0000614f setarg  0x00000022 
+ 00031506  0x00006150 store  0x00000002 , 0x000044a7 
+ 00031507  0x00006151 jam  0x000000ff , 0x000044aa 
+ 00031508  0x00006152 jam  0x000000ff , 0x000044ab 
+ 00031509  0x00006153 jam  0x000000ff , 0x000044ac 
+ 00031510  0x00006154 branch  0x00007aab 
+ 00031511  0x00006157 setarg  0x00000001 
+ 00031512  0x00006159 jam  0x00000001 , 0x000044a1 
+ 00031513  0x0000615a store  0x00000002 , 0x000044aa 
+ 00031514  0x0000615b setarg  0x00000041 
+ 00031515  0x0000615c store  0x00000002 , 0x000044a7 
+ 00031516  0x0000615d jam  0x00000000 , 0x000044a9 
+ 00031517  0x0000615e jam  0x00000000 , 0x000044ac 
+ 00031518  0x0000615f branch  0x00007aab 
+ 00031519  0x00006162 setarg  0x00000000 
+ 00031520  0x00006163 branch  0x00007b18 
+ 00031521  0x00006166 jam  0x00000001 , 0x000044a6 
+ 00031522  0x00006167 branch  0x00007ac6 
+ 00031523  0x0000616a jam  0x00000002 , 0x000044a6 
+ 00031524  0x0000616b branch  0x00007ac6 
+ 00031525  0x0000616e jam  0x00000003 , 0x000044a6 
+ 00031526  0x0000616f branch  0x00007ac6 
+ 00031527  0x00006172 jam  0x00000004 , 0x000044a6 
+ 00031528  0x00006173 branch  0x00007ac6 
+ 00031529  0x00006176 jam  0x00000001 , 0x000044a6 
+ 00031530  0x00006177 branch  0x00007ac9 
+ 00031531  0x0000617a jam  0x00000002 , 0x000044a6 
+ 00031532  0x0000617b branch  0x00007ac9 
+ 00031533  0x0000617e jam  0x00000003 , 0x000044a6 
+ 00031534  0x0000617f branch  0x00007ac9 
+ 00031535  0x00006182 jam  0x00000004 , 0x000044a6 
+ 00031536  0x00006183 branch  0x00007ac9 
+ 00031537  0x0000618b rtn 
+ 00031538  0x0000618f bpatchx  0x00000068 , 0x0000402d 
+ 00031539  0x00006190 call  0x0000784c 
+ 00031540  0x00006191 call  0x00007862 
+ 00031541  0x00006192 fetch  0x00000008 , 0x00004551 
+ 00031542  0x00006193 ncall  0x00007b6c , 0x00000034 
+ 00031543  0x00006195 call  0x00007b5f 
+ 00031544  0x00006197 fetch  0x00000001 , 0x00004701 
+ 00031545  0x00006198 ncall  0x00007b53 , 0x00000034 
+ 00031546  0x0000619a call  0x00007b43 
+ 00031547  0x0000619c fetch  0x00000001 , 0x0000435b 
+ 00031548  0x0000619d call  0x00007b72 , 0x00000034 
+ 00031549  0x0000619f fetch  0x00000001 , 0x000046a3 
+ 00031550  0x000061a0 ncall  0x00007b7a , 0x00000034 
+ 00031551  0x000061a2 fetch  0x00000001 , 0x000046a3 
+ 00031552  0x000061a3 call  0x00007b7f , 0x00000034 
+ 00031553  0x000061a5 bpatchx  0x00000069 , 0x0000402d 
+ 00031554  0x000061a8 branch  0x00007b85 
+ 00031555  0x000061ab bpatchx  0x0000006a , 0x0000402d 
+ 00031556  0x000061ad fetch  0x00000001 , 0x0000471c 
+ 00031557  0x000061ae sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00031558  0x000061af call  0x0000767c , 0x00000005 
+ 00031559  0x000061b0 fetch  0x00000002 , 0x00004572 
+ 00031560  0x000061b1 nrtn  0x00000034 
+ 00031561  0x000061b2 fetch  0x00000008 , 0x00004551 
+ 00031562  0x000061b4 rtn  0x00000034 
+ 00031563  0x000061b6 setarg  0x00000000 
+ 00031564  0x000061b7 store  0x00000003 , 0x00004582 
+ 00031565  0x000061b8 store  0x00000004 , 0x000044a9 
+ 00031566  0x000061b9 jam  0x00000000 , 0x00004586 
+ 00031567  0x000061bb fetch  0x00000001 , 0x00004701 
+ 00031568  0x000061bc ncall  0x00007b53 , 0x00000034 
+ 00031569  0x000061be fetch  0x00000002 , 0x0000475d 
+ 00031570  0x000061bf branch  0x000075e6 
+ 00031571  0x000061c4 fetch  0x00000002 , 0x0000475f 
+ 00031572  0x000061c5 branch  0x000075e6 
+ 00031573  0x000061c9 fetch  0x00000008 , 0x00004551 
+ 00031574  0x000061ca copy  0x0000003f , 0x00000002 
+ 00031575  0x000061cb arg  0x00000019 , 0x00000039 
+ 00031576  0x000061cc arg  0x00000000 , 0x00000007 
+ 00031577  0x000061cd call  0x00007b67 
+ 00031578  0x000061ce deposit  0x00000007 
+ 00031579  0x000061cf store  0x00000001 , 0x0000459c 
+ 00031580  0x000061d0 setarg  0x00000000 
+ 00031581  0x000061d1 store  0x00000008 , 0x00004551 
+ 00031582  0x000061d2 branch  0x00007d2f 
+ 00031583  0x000061d6 fetch  0x00000001 , 0x0000456d 
+ 00031584  0x000061d7 nrtn  0x00000034 
+ 00031585  0x000061d9 jam  0x00000000 , 0x0000457d 
+ 00031586  0x000061da jam  0x00000000 , 0x0000471f 
+ 00031587  0x000061dc setarg  0x00000000 
+ 00031588  0x000061dd store  0x00000002 , 0x0000458f 
+ 00031589  0x000061de store  0x00000002 , 0x000044df 
+ 00031590  0x000061df rtn 
+ 00031591  0x000061e2 qisolate1  0x0000003f 
+ 00031592  0x000061e3 rtn  0x00000001 
+ 00031593  0x000061e4 increase  0x00000001 , 0x00000007 
+ 00031594  0x000061e5 loop  0x00007b67 
+ 00031595  0x000061e6 rtn 
+ 00031596  0x000061e9 jam  0x00000001 , 0x0000456d 
+ 00031597  0x000061eb jam  0x00000001 , 0x000046a3 
+ 00031598  0x000061ec setarg  0x00000001 
+ 00031599  0x000061ed store  0x00000002 , 0x000046a4 
+ 00031600  0x000061ee jam  0x00000001 , 0x00004574 
+ 00031601  0x000061ef rtn 
+ 00031602  0x000061f3 bpatchx  0x0000006b , 0x0000402d 
+ 00031603  0x000061f4 fetch  0x00000001 , 0x0000456d 
+ 00031604  0x000061f5 nrtn  0x00000034 
+ 00031605  0x000061f7 setarg  0x00000000 
+ 00031606  0x000061f8 store  0x00000002 , 0x000046a4 
+ 00031607  0x000061f9 jam  0x00000000 , 0x000046a3 
+ 00031608  0x000061fa bpatchx  0x0000006c , 0x0000402d 
+ 00031609  0x000061fb rtn 
+ 00031610  0x000061fe bpatchx  0x0000006d , 0x0000402d 
+ 00031611  0x000061ff fetch  0x00000001 , 0x0000457b 
+ 00031612  0x00006200 rtn  0x00000034 
+ 00031613  0x00006202 fetcht  0x00000001 , 0x0000457b 
+ 00031614  0x00006203 branch  0x000078b7 
+ 00031615  0x00006207 bpatchx  0x0000006e , 0x0000402d 
+ 00031616  0x00006208 fetch  0x00000001 , 0x0000457b 
+ 00031617  0x00006209 rtn  0x00000034 
+ 00031618  0x0000620b fetcht  0x00000001 , 0x0000457b 
+ 00031619  0x0000620c or  0x00000002 , 0x00000080 , 0x00000002 
+ 00031620  0x0000620d branch  0x000078b7 
+ 00031621  0x00006213 bpatchx  0x0000006f , 0x0000402d 
+ 00031622  0x00006214 fetch  0x00000002 , 0x000046a1 
+ 00031623  0x00006215 nrtn  0x00000034 
+ 00031624  0x00006216 fetch  0x00000002 , 0x000046a4 
+ 00031625  0x00006217 nrtn  0x00000034 
+ 00031626  0x00006218 call  0x00007b8f 
+ 00031627  0x00006219 call  0x00007b9f 
+ 00031628  0x0000621b bpatchx  0x00000070 , 0x0000402e 
+ 00031629  0x0000621c arg  0xffffffff , 0x00000002 
+ 00031630  0x0000621d branch  0x00003b7a 
+ 00031631  0x00006220 arg  0x00000010 , 0x00000039 
+ 00031632  0x00006221 jam  0x00000003 , 0x00004737 
+ 00031633  0x00006223 fetcht  0x00000001 , 0x00004737 
+ 00031634  0x00006224 copy  0x00000002 , 0x00000007 
+ 00031635  0x00006225 fetch  0x00000004 , 0x00004733 
+ 00031636  0x00006226 qisolate1  0x0000003f 
+ 00031637  0x00006227 branch  0x00007b98 , 0x00000001 
+ 00031638  0x00006228 or  0x00000002 , 0x00000080 , 0x00000002 
+ 00031639  0x00006229 call  0x00006c29 
+ 00031640  0x0000622b fetch  0x00000001 , 0x00004737 
+ 00031641  0x0000622c pincrease  0x00000001 
+ 00031642  0x0000622d store  0x00000001 , 0x00004737 
+ 00031643  0x0000622e loop  0x00007b91 
+ 00031644  0x0000622f jam  0x00000040 , 0x00008073 
+ 00031645  0x00006230 jam  0x00000040 , 0x00008083 
+ 00031646  0x00006231 rtn 
+ 00031647  0x00006234 fetcht  0x00000001 , 0x00004559 
+ 00031648  0x00006235 copy  0x00000002 , 0x00000011 
+ 00031649  0x00006236 arg  0x00000000 , 0x00000012 
+ 00031650  0x00006237 arg  0x00000000 , 0x00000002 
+ 00031651  0x00006238 storet  0x00000008 , 0x00000016 
+ 00031652  0x00006239 arg  0x0000455b , 0x00000006 
+ 00031653  0x0000623a call  0x00007ba9 
+ 00031654  0x0000623b set1  0x00000003 , 0x00000002 
+ 00031655  0x0000623c storet  0x00000004 , 0x00000016 
+ 00031656  0x0000623d rtn 
+ 00031657  0x00006240 ifetch  0x00000001 , 0x00000006 
+ 00031658  0x00006241 iforce  0x00000007 
+ 00031659  0x00006242 qset1  0x00000002 
+ 00031660  0x00006244 increase  0x00000001 , 0x00000012 
+ 00031661  0x00006245 deposit  0x00000011 
+ 00031662  0x00006246 isub  0x00000012 , 0x0000003e 
+ 00031663  0x00006247 rtn  0x00000005 
+ 00031664  0x00006248 branch  0x00007ba9 
+ 00031665  0x00006250 bpatchx  0x00000071 , 0x0000402e 
+ 00031666  0x00006251 fetch  0x00000001 , 0x0000471c 
+ 00031667  0x00006252 beq  0x00000002 , 0x00007bf7 
+ 00031668  0x00006253 fetch  0x00000001 , 0x0000449e 
+ 00031669  0x00006254 nbranch  0x00007bdc , 0x00000034 
+ 00031670  0x00006256 fetch  0x00000001 , 0x0000471c 
+ 00031671  0x00006257 beq  0x00000001 , 0x00007be1 
+ 00031672  0x00006258 fetch  0x00000001 , 0x0000457a 
+ 00031673  0x00006259 nbranch  0x00007be1 , 0x00000034 
+ 00031674  0x0000625b fetch  0x00000001 , 0x000046a9 
+ 00031675  0x0000625c nbranch  0x00007be8 , 0x00000034 
+ 00031676  0x0000625e fetch  0x00000001 , 0x000046aa 
+ 00031677  0x0000625f nbranch  0x00007bed , 0x00000034 
+ 00031678  0x00006261 setarg  0x00000000 
+ 00031679  0x00006262 store  0x00000001 , 0x000046fc 
+ 00031680  0x00006263 store  0x00000001 , 0x000046fd 
+ 00031681  0x00006264 store  0x00000001 , 0x000046fe 
+ 00031682  0x00006265 store  0x00000001 , 0x000046ff 
+ 00031683  0x00006266 rtn 
+ 00031684  0x00006268 bpatchx  0x00000072 , 0x0000402e 
+ 00031685  0x0000626a arg  0x00000027 , 0x00000039 
+ 00031686  0x0000626b arg  0x00004129 , 0x00000005 
+ 00031687  0x0000626c arg  0x0000464a , 0x00000006 
+ 00031688  0x0000626d call  0x0000753b 
+ 00031689  0x0000626e branch  0x000042e9 
+ 00031690  0x00006271 bpatchx  0x00000073 , 0x0000402e 
+ 00031691  0x00006272 arg  0x00000027 , 0x00000039 
+ 00031692  0x00006273 arg  0x00004129 , 0x00000005 
+ 00031693  0x00006274 arg  0x00004477 , 0x00000006 
+ 00031694  0x00006275 call  0x0000753b 
+ 00031695  0x00006276 branch  0x000042e9 
+ 00031696  0x00006279 bpatchx  0x00000074 , 0x0000402e 
+ 00031697  0x0000627a arg  0x00000027 , 0x00000039 
+ 00031698  0x0000627b arg  0x00004129 , 0x00000005 
+ 00031699  0x0000627c arg  0x000046ab , 0x00000006 
+ 00031700  0x0000627d call  0x0000753b 
+ 00031701  0x0000627e branch  0x000042e9 
+ 00031702  0x00006281 bpatchx  0x00000075 , 0x0000402e 
+ 00031703  0x00006282 arg  0x00000027 , 0x00000039 
+ 00031704  0x00006283 arg  0x00004129 , 0x00000005 
+ 00031705  0x00006284 arg  0x000046d2 , 0x00000006 
+ 00031706  0x00006285 call  0x0000753b 
+ 00031707  0x00006286 branch  0x000042e9 
+ 00031708  0x00006289 fetch  0x00000001 , 0x000046fc 
+ 00031709  0x0000628a beq  0x00000003 , 0x00007bb6 
+ 00031710  0x0000628b pincrease  0x00000001 
+ 00031711  0x0000628c store  0x00000001 , 0x000046fc 
+ 00031712  0x0000628d branch  0x00007bca 
+ 00031713  0x00006290 fetch  0x00000001 , 0x000046fd 
+ 00031714  0x00006291 beq  0x00000003 , 0x00007bba 
+ 00031715  0x00006292 pincrease  0x00000001 
+ 00031716  0x00006293 store  0x00000001 , 0x000046fd 
+ 00031717  0x00006294 fetch  0x00000001 , 0x0000471c 
+ 00031718  0x00006295 beq  0x00000001 , 0x00007bf2 
+ 00031719  0x00006296 branch  0x00007bc4 
+ 00031720  0x00006299 fetch  0x00000001 , 0x000046fe 
+ 00031721  0x0000629a beq  0x00000003 , 0x00007bbc 
+ 00031722  0x0000629b pincrease  0x00000001 
+ 00031723  0x0000629c store  0x00000001 , 0x000046fe 
+ 00031724  0x0000629d branch  0x00007bd0 
+ 00031725  0x000062a0 fetch  0x00000001 , 0x000046ff 
+ 00031726  0x000062a1 beq  0x00000003 , 0x00007bbe 
+ 00031727  0x000062a2 pincrease  0x00000001 
+ 00031728  0x000062a3 store  0x00000001 , 0x000046ff 
+ 00031729  0x000062a4 branch  0x00007bd6 
+ 00031730  0x000062a7 arg  0x00000017 , 0x00000039 
+ 00031731  0x000062a8 arg  0x00004129 , 0x00000005 
+ 00031732  0x000062a9 arg  0x0000464a , 0x00000006 
+ 00031733  0x000062aa call  0x0000753b 
+ 00031734  0x000062ab branch  0x000042e9 
+ 00031735  0x000062af fetch  0x00000001 , 0x00004550 
+ 00031736  0x000062b0 pincrease  0x00000001 
+ 00031737  0x000062b1 store  0x00000001 , 0x00004550 
+ 00031738  0x000062b2 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00031739  0x000062b3 branch  0x00007bca , 0x00000002 
+ 00031740  0x000062b4 sub  0x0000003f , 0x00000006 , 0x0000003e 
+ 00031741  0x000062b5 branch  0x00007c03 , 0x00000002 
+ 00031742  0x000062b6 sub  0x0000003f , 0x00000009 , 0x0000003e 
+ 00031743  0x000062b7 branch  0x00007c08 , 0x00000002 
+ 00031744  0x000062b8 setarg  0x00000000 
+ 00031745  0x000062b9 store  0x00000001 , 0x00004550 
+ 00031746  0x000062ba branch  0x00007bca 
+ 00031747  0x000062bd arg  0x00000025 , 0x00000039 
+ 00031748  0x000062be arg  0x00004129 , 0x00000005 
+ 00031749  0x000062bf arg  0x0000452b , 0x00000006 
+ 00031750  0x000062c0 call  0x0000753b 
+ 00031751  0x000062c1 branch  0x000042e9 
+ 00031752  0x000062c3 arg  0x00000025 , 0x00000039 
+ 00031753  0x000062c4 arg  0x00004129 , 0x00000005 
+ 00031754  0x000062c5 arg  0x0000464a , 0x00000006 
+ 00031755  0x000062c6 call  0x0000753b 
+ 00031756  0x000062c7 branch  0x000042e9 
+ 00031757  0x000062cc fetch  0x00000001 , 0x0000471a 
+ 00031758  0x000062cd call  0x00007c19 , 0x00000034 
+ 00031759  0x000062cf fetch  0x00000001 , 0x0000471a 
+ 00031760  0x000062d0 isolate1  0x00000000 , 0x0000003f 
+ 00031761  0x000062d1 branch  0x00007c1c , 0x00000001 
+ 00031762  0x000062d3 fetch  0x00000001 , 0x0000471a 
+ 00031763  0x000062d4 isolate1  0x00000001 , 0x0000003f 
+ 00031764  0x000062d5 branch  0x00007c24 , 0x00000001 
+ 00031765  0x000062d7 fetch  0x00000001 , 0x0000471a 
+ 00031766  0x000062d8 isolate1  0x00000002 , 0x0000003f 
+ 00031767  0x000062d9 branch  0x00007c2c , 0x00000001 
+ 00031768  0x000062da rtn 
+ 00031769  0x000062dd fetch  0x00000001 , 0x00004719 
+ 00031770  0x000062de store  0x00000001 , 0x0000471a 
+ 00031771  0x000062df rtn 
+ 00031772  0x000062e3 fetch  0x00000001 , 0x0000471a 
+ 00031773  0x000062e4 set0  0x00000000 , 0x0000003f 
+ 00031774  0x000062e5 store  0x00000001 , 0x0000471a 
+ 00031775  0x000062e6 fetcht  0x00000001 , 0x00004366 
+ 00031776  0x000062e7 set1  0x00000000 , 0x00000002 
+ 00031777  0x000062e8 storet  0x00000001 , 0x00004366 
+ 00031778  0x000062e9 jam  0x00000025 , 0x00000007 
+ 00031779  0x000062ea branch  0x0000433c 
+ 00031780  0x000062ed fetch  0x00000001 , 0x0000471a 
+ 00031781  0x000062ee set0  0x00000001 , 0x0000003f 
+ 00031782  0x000062ef store  0x00000001 , 0x0000471a 
+ 00031783  0x000062f0 fetcht  0x00000001 , 0x00004366 
+ 00031784  0x000062f1 set1  0x00000001 , 0x00000002 
+ 00031785  0x000062f2 storet  0x00000001 , 0x00004366 
+ 00031786  0x000062f3 jam  0x00000026 , 0x00000007 
+ 00031787  0x000062f4 branch  0x0000433c 
+ 00031788  0x000062f7 fetch  0x00000001 , 0x0000471a 
+ 00031789  0x000062f8 set0  0x00000002 , 0x0000003f 
+ 00031790  0x000062f9 store  0x00000001 , 0x0000471a 
+ 00031791  0x000062fa fetcht  0x00000001 , 0x00004366 
+ 00031792  0x000062fb set1  0x00000002 , 0x00000002 
+ 00031793  0x000062fc storet  0x00000001 , 0x00004366 
+ 00031794  0x000062fd jam  0x00000027 , 0x00000007 
+ 00031795  0x000062fe branch  0x0000433c 
+ 00031796  0x00006304 call  0x00007c36 
+ 00031797  0x00006305 branch  0x00007c57 
+ 00031798  0x00006308 call  0x00007c45 
+ 00031799  0x0000630a fetch  0x00000001 , 0x00004585 
+ 00031800  0x0000630b pincrease  0x00000001 
+ 00031801  0x0000630c store  0x00000001 , 0x00004585 
+ 00031802  0x0000630e fetch  0x00000001 , 0x000044a1 
+ 00031803  0x0000630f sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00031804  0x00006310 call  0x00007c41 , 0x00000005 
+ 00031805  0x00006311 fetch  0x00000001 , 0x000044a1 
+ 00031806  0x00006312 sub  0x0000003f , 0x00000005 , 0x0000003e 
+ 00031807  0x00006313 call  0x00007c43 , 0x00000005 
+ 00031808  0x00006314 branch  0x00007c4e 
+ 00031809  0x00006317 jam  0x00000083 , 0x00004584 
+ 00031810  0x00006318 rtn 
+ 00031811  0x0000631a jam  0x00000088 , 0x00004584 
+ 00031812  0x0000631b rtn 
+ 00031813  0x0000631f bpatchx  0x00000076 , 0x0000402e 
+ 00031814  0x00006320 jam  0x00000001 , 0x0000435b 
+ 00031815  0x00006321 jam  0x00000001 , 0x000046a4 
+ 00031816  0x00006322 jam  0x00000001 , 0x000046a3 
+ 00031817  0x00006323 fetch  0x00000002 , 0x00004767 
+ 00031818  0x00006324 store  0x00000002 , 0x0000459d 
+ 00031819  0x00006325 pincrease  0x00000001 
+ 00031820  0x00006326 store  0x00000002 , 0x000046a1 
+ 00031821  0x00006327 rtn 
+ 00031822  0x00006329 fetch  0x00000001 , 0x00004577 
+ 00031823  0x0000632a arg  0x000000f0 , 0x00000002 
+ 00031824  0x0000632b iand  0x00000002 , 0x0000003f 
+ 00031825  0x0000632c fetcht  0x00000001 , 0x0000457c 
+ 00031826  0x0000632d iadd  0x00000002 , 0x0000003f 
+ 00031827  0x0000632e store  0x00000001 , 0x00004577 
+ 00031828  0x0000632f fetch  0x00000002 , 0x00004576 
+ 00031829  0x00006330 store  0x00000002 , 0x00004580 
+ 00031830  0x00006331 rtn 
+ 00031831  0x00006338 fetch  0x00000001 , 0x0000457a 
+ 00031832  0x00006339 ncall  0x00007c6f , 0x00000034 
+ 00031833  0x0000633b fetch  0x00000001 , 0x0000457f 
+ 00031834  0x0000633c sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00031835  0x0000633d call  0x00007c6c , 0x00000005 
+ 00031836  0x0000633f call  0x00007c88 
+ 00031837  0x00006340 arg  0x0000463a , 0x00000005 
+ 00031838  0x00006341 arg  0x0000457f , 0x00000006 
+ 00031839  0x00006342 arg  0x0000000e , 0x00000039 
+ 00031840  0x00006343 call  0x0000753b 
+ 00031841  0x00006345 arg  0x00000027 , 0x00000039 
+ 00031842  0x00006346 arg  0x00004623 , 0x00000006 
+ 00031843  0x00006347 arg  0x0000464a , 0x00000005 
+ 00031844  0x00006348 call  0x0000753b 
+ 00031845  0x0000634a jam  0x00000027 , 0x00004675 
+ 00031846  0x0000634c jam  0x00000053 , 0x00004676 
+ 00031847  0x0000634e call  0x00007cdb 
+ 00031848  0x00006350 fetch  0x00000001 , 0x0000457a 
+ 00031849  0x00006351 store  0x00000001 , 0x00004654 
+ 00031850  0x00006352 bpatchx  0x00000077 , 0x0000402e 
+ 00031851  0x00006353 rtn 
+ 00031852  0x00006356 fetch  0x00000001 , 0x0000457a 
+ 00031853  0x00006357 store  0x00000001 , 0x00004586 
+ 00031854  0x00006358 rtn 
+ 00031855  0x0000635b fetch  0x00000001 , 0x0000457f 
+ 00031856  0x0000635c sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00031857  0x0000635d call  0x00007c85 , 0x00000005 
+ 00031858  0x0000635f call  0x00007c88 
+ 00031859  0x00006360 arg  0x0000463a , 0x00000005 
+ 00031860  0x00006361 arg  0x0000457f , 0x00000006 
+ 00031861  0x00006362 arg  0x0000000e , 0x00000039 
+ 00031862  0x00006363 call  0x0000753b 
+ 00031863  0x00006365 arg  0x00000027 , 0x00000039 
+ 00031864  0x00006366 arg  0x00004623 , 0x00000006 
+ 00031865  0x00006367 arg  0x0000464a , 0x00000005 
+ 00031866  0x00006368 call  0x0000753b 
+ 00031867  0x0000636a jam  0x00000027 , 0x00004675 
+ 00031868  0x0000636b jam  0x00000053 , 0x00004676 
+ 00031869  0x0000636c call  0x00007cdb 
+ 00031870  0x0000636e arg  0x00000027 , 0x00000039 
+ 00031871  0x0000636f arg  0x0000464a , 0x00000006 
+ 00031872  0x00006370 arg  0x000046ab , 0x00000005 
+ 00031873  0x00006371 call  0x0000753b 
+ 00031874  0x00006373 fetch  0x00000001 , 0x000046a9 
+ 00031875  0x00006374 store  0x00000001 , 0x000046b5 
+ 00031876  0x00006376 rtn 
+ 00031877  0x00006378 fetch  0x00000001 , 0x000046a9 
+ 00031878  0x00006379 store  0x00000001 , 0x00004586 
+ 00031879  0x0000637a rtn 
+ 00031880  0x00006387 jam  0x00000001 , 0x00004587 
+ 00031881  0x00006389 jam  0x00000000 , 0x00004588 
+ 00031882  0x0000638a random  0x0000003f 
+ 00031883  0x0000638b rshift8  0x0000003f , 0x00000002 
+ 00031884  0x0000638c storet  0x00000001 , 0x00004589 
+ 00031885  0x0000638d store  0x00000001 , 0x0000458a 
+ 00031886  0x0000638e invert  0x0000003f , 0x0000003f 
+ 00031887  0x0000638f store  0x00000002 , 0x000044c1 
+ 00031888  0x00006390 fetch  0x00000001 , 0x0000458a 
+ 00031889  0x00006391 fetcht  0x00000001 , 0x00004587 
+ 00031890  0x00006392 ixor  0x00000002 , 0x0000003f 
+ 00031891  0x00006393 store  0x00000001 , 0x00004587 
+ 00031892  0x00006394 fetcht  0x00000001 , 0x00004588 
+ 00031893  0x00006395 ixor  0x00000002 , 0x0000003f 
+ 00031894  0x00006396 store  0x00000001 , 0x00004588 
+ 00031895  0x00006399 arg  0x0000457f , 0x00000013 
+ 00031896  0x0000639b arg  0x0000000c , 0x00000039 
+ 00031897  0x0000639c fetch  0x00000001 , 0x0000471c 
+ 00031898  0x0000639d sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00031899  0x0000639e call  0x00007cc1 , 0x00000005 
+ 00031900  0x0000639f ncall  0x00007ca5 , 0x00000005 
+ 00031901  0x000063a1 fetch  0x00000002 , 0x000044c1 
+ 00031902  0x000063a2 arg  0x0000ff00 , 0x00000011 
+ 00031903  0x000063a3 iand  0x00000011 , 0x00000002 
+ 00031904  0x000063a4 rshift8  0x00000002 , 0x00000002 
+ 00031905  0x000063a5 storet  0x00000001 , 0x0000458b 
+ 00031906  0x000063a6 fetch  0x00000001 , 0x000044c1 
+ 00031907  0x000063a7 store  0x00000001 , 0x0000458c 
+ 00031908  0x000063a9 rtn 
+ 00031909  0x000063af ifetcht  0x00000001 , 0x00000013 
+ 00031910  0x000063b0 lshift8  0x00000002 , 0x00000002 
+ 00031911  0x000063b1 fetch  0x00000002 , 0x000044c1 
+ 00031912  0x000063b2 ixor  0x00000002 , 0x00000002 
+ 00031913  0x000063b3 arg  0x00000000 , 0x00000007 
+ 00031914  0x000063b4 call  0x00007caf 
+ 00031915  0x000063b5 storet  0x00000002 , 0x000044c1 
+ 00031916  0x000063b6 increase  0x00000001 , 0x00000013 
+ 00031917  0x000063b7 loop  0x00007ca5 
+ 00031918  0x000063b8 rtn 
+ 00031919  0x000063bb copy  0x00000002 , 0x0000003f 
+ 00031920  0x000063bc rshift8  0x0000003f , 0x00000011 
+ 00031921  0x000063bd rshift4  0x00000011 , 0x00000011 
+ 00031922  0x000063be rshift3  0x00000011 , 0x00000011 
+ 00031923  0x000063bf lshift  0x0000003f , 0x00000002 
+ 00031924  0x000063c0 copy  0x00000011 , 0x0000003f 
+ 00031925  0x000063c1 ncall  0x00007cba , 0x00000034 
+ 00031926  0x000063c2 increase  0x00000001 , 0x00000007 
+ 00031927  0x000063c3 copy  0x00000007 , 0x0000003f 
+ 00031928  0x000063c4 bne  0x00000008 , 0x00007caf 
+ 00031929  0x000063c5 rtn 
+ 00031930  0x000063c8 fetch  0x00000002 , 0x000044c3 
+ 00031931  0x000063c9 copy  0x0000003f , 0x00000011 
+ 00031932  0x000063ca copy  0x00000002 , 0x0000003f 
+ 00031933  0x000063cb ixor  0x00000011 , 0x0000003f 
+ 00031934  0x000063cc arg  0x0000ffff , 0x00000011 
+ 00031935  0x000063cd iand  0x00000011 , 0x00000002 
+ 00031936  0x000063ce rtn 
+ 00031937  0x000063d2 fetch  0x00000002 , 0x000044c1 
+ 00031938  0x000063d5 ifetcht  0x00000001 , 0x00000013 
+ 00031939  0x000063d6 increase  0x00000001 , 0x00000013 
+ 00031940  0x000063d7 reverse  0x00000002 , 0x00000002 
+ 00031941  0x000063d8 lshift8  0x00000002 , 0x00000002 
+ 00031942  0x000063d9 ixor  0x00000002 , 0x0000003f 
+ 00031943  0x000063dc copy  0x00000039 , 0x00000012 
+ 00031944  0x000063dd arg  0x00000008 , 0x00000039 
+ 00031945  0x000063df isolate1  0x0000000f , 0x0000003f 
+ 00031946  0x000063e0 lshift  0x0000003f , 0x0000003f 
+ 00031947  0x000063e1 nbranch  0x00007cce , 0x00000001 
+ 00031948  0x000063e2 fetcht  0x00000002 , 0x000044c3 
+ 00031949  0x000063e3 ixor  0x00000002 , 0x0000003f 
+ 00031950  0x000063e5 loop  0x00007cc9 
+ 00031951  0x000063e6 copy  0x00000012 , 0x00000039 
+ 00031952  0x000063e8 loop  0x00007cc2 
+ 00031953  0x000063e9 store  0x00000002 , 0x000044c1 
+ 00031954  0x000063ea fetcht  0x00000001 , 0x000044c1 
+ 00031955  0x000063eb reverse  0x00000002 , 0x00000002 
+ 00031956  0x000063ec fetch  0x00000001 , 0x000044c2 
+ 00031957  0x000063ed reverse  0x0000003f , 0x0000003f 
+ 00031958  0x000063ee storet  0x00000001 , 0x000044c2 
+ 00031959  0x000063ef store  0x00000001 , 0x000044c1 
+ 00031960  0x000063f0 rtn 
+ 00031961  0x000063f7 call  0x00007ce1 
+ 00031962  0x000063f8 branch  0x00007cdd 
+ 00031963  0x000063fc call  0x00007cdd 
+ 00031964  0x000063fd branch  0x00007ce1 
+ 00031965  0x00006462 arg  0x0000464a , 0x00000006 
+ 00031966  0x00006463 arg  0x0000464a , 0x00000005 
+ 00031967  0x00006464 arg  0x00000027 , 0x00000039 
+ 00031968  0x00006465 branch  0x00007ce8 
+ 00031969  0x00006468 arg  0x00000027 , 0x00000039 
+ 00031970  0x00006469 arg  0x0000464a , 0x00000013 
+ 00031971  0x0000646a arg  0x00000053 , 0x00000012 
+ 00031972  0x0000646b fetch  0x00000001 , 0x0000471c 
+ 00031973  0x0000646c sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00031974  0x0000646d call  0x00007787 , 0x00000005 
+ 00031975  0x0000646e branch  0x00007ced 
+ 00031976  0x00006471 ifetch  0x00000001 , 0x00000006 
+ 00031977  0x00006472 reverse  0x0000003f , 0x0000003f 
+ 00031978  0x00006473 istore  0x00000001 , 0x00000005 
+ 00031979  0x00006474 loop  0x00007ce8 
+ 00031980  0x00006475 rtn 
+ 00031981  0x00006479 call  0x00007cf1 
+ 00031982  0x0000647a increase  0x00000001 , 0x00000013 
+ 00031983  0x0000647b loop  0x00007ced 
+ 00031984  0x0000647c rtn 
+ 00031985  0x0000647e arg  0x00000001 , 0x00000011 
+ 00031986  0x00006480 lshift  0x00000012 , 0x00000012 
+ 00031987  0x00006481 isolate1  0x00000007 , 0x00000012 
+ 00031988  0x00006482 call  0x00007cf9 , 0x00000001 
+ 00031989  0x00006483 lshift  0x00000011 , 0x00000011 
+ 00031990  0x00006484 deposit  0x00000011 
+ 00031991  0x00006485 rtnbit1  0x00000008 
+ 00031992  0x00006486 branch  0x00007cf2 
+ 00031993  0x00006489 ifetch  0x00000001 , 0x00000013 
+ 00031994  0x0000648a ixor  0x00000011 , 0x0000003f 
+ 00031995  0x0000648b istore  0x00000001 , 0x00000013 
+ 00031996  0x0000648c xor  0x00000012 , 0x00000011 , 0x00000012 
+ 00031997  0x0000648d rtn 
+ 00031998  0x00006494 bpatchx  0x00000078 , 0x0000402f 
+ 00031999  0x00006495 fetch  0x00000001 , 0x0000471c 
+ 00032000  0x00006496 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00032001  0x00006497 call  0x00007d32 , 0x00000005 
+ 00032002  0x00006498 call  0x00007d28 
+ 00032003  0x00006499 call  0x00007d0a 
+ 00032004  0x0000649a call  0x00007d0e 
+ 00032005  0x0000649b call  0x00007d25 
+ 00032006  0x0000649c call  0x00007d13 
+ 00032007  0x0000649d call  0x00007d17 
+ 00032008  0x0000649e call  0x00007d1c 
+ 00032009  0x0000649f branch  0x00007d20 
+ 00032010  0x000064a2 arg  0x00004574 , 0x00000013 
+ 00032011  0x000064a3 arg  0x00007d0d , 0x00000012 
+ 00032012  0x000064a4 branch  0x00004de8 
+ 00032013  0x000064a6 rtn 
+ 00032014  0x000064a9 arg  0x0000459d , 0x00000013 
+ 00032015  0x000064aa arg  0x00007d11 , 0x00000012 
+ 00032016  0x000064ab branch  0x00004de8 
+ 00032017  0x000064ae jam  0x00000000 , 0x0000435b 
+ 00032018  0x000064af rtn 
+ 00032019  0x000064b2 arg  0x00004572 , 0x00000013 
+ 00032020  0x000064b3 arg  0x00007d16 , 0x00000012 
+ 00032021  0x000064b4 branch  0x00004de8 
+ 00032022  0x000064b6 rtn 
+ 00032023  0x000064b9 arg  0x000046a4 , 0x00000013 
+ 00032024  0x000064ba arg  0x00007d1a , 0x00000012 
+ 00032025  0x000064bb branch  0x00004de8 
+ 00032026  0x000064be jam  0x00000000 , 0x000046a3 
+ 00032027  0x000064bf rtn 
+ 00032028  0x000064c2 arg  0x000046a1 , 0x00000013 
+ 00032029  0x000064c3 arg  0x00007d1f , 0x00000012 
+ 00032030  0x000064c4 branch  0x00004de8 
+ 00032031  0x000064c6 rtn 
+ 00032032  0x000064c9 arg  0x0000471d , 0x00000013 
+ 00032033  0x000064ca arg  0x00007d23 , 0x00000012 
+ 00032034  0x000064cb branch  0x00004de8 
+ 00032035  0x000064cd jam  0x00000001 , 0x0000471f 
+ 00032036  0x000064ce rtn 
+ 00032037  0x000064d1 arg  0x0000458f , 0x00000013 
+ 00032038  0x000064d2 arg  0x00007d2b , 0x00000012 
+ 00032039  0x000064d3 branch  0x00004de8 
+ 00032040  0x000064d6 arg  0x00004704 , 0x00000013 
+ 00032041  0x000064d7 arg  0x00007d2d , 0x00000012 
+ 00032042  0x000064d8 branch  0x00004de8 
+ 00032043  0x000064db fetch  0x00000002 , 0x00004761 
+ 00032044  0x000064dc branch  0x000075e6 
+ 00032045  0x000064df fetch  0x00000002 , 0x00004763 
+ 00032046  0x000064e0 branch  0x000075e6 
+ 00032047  0x000064e4 fetch  0x00000002 , 0x00004765 
+ 00032048  0x000064e5 store  0x00000002 , 0x00004704 
+ 00032049  0x000064e6 rtn 
+ 00032050  0x000064e9 arg  0x000044df , 0x00000013 
+ 00032051  0x000064ea arg  0x00007d35 , 0x00000012 
+ 00032052  0x000064eb branch  0x00004de8 
+ 00032053  0x000064ed fetch  0x00000002 , 0x0000458f 
+ 00032054  0x000064ee rtn  0x00000034 
+ 00032055  0x000064ef jam  0x00000001 , 0x000044e3 
+ 00032056  0x000064f0 rtn 
+ 00032057  0x000064f7 bpatchx  0x00000057 , 0x0000402a 
+ 00032058  0x000064f8 branch  0x00007d3c 
+ 00032059  0x000064fb rtn 
+ 00032060  0x000064ff bpatchx  0x00000058 , 0x0000402b 
+ 00032061  0x00006500 call  0x00003d2f 
+ 00032062  0x00006501 disable  0x00000029 
+ 00032063  0x00006502 call  0x000042c9 
+ 00032064  0x00006503 call  0x00007d46 
+ 00032065  0x00006504 nrtn  0x0000002d 
+ 00032066  0x00006505 fetch  0x00000001 , 0x00000002 
+ 00032067  0x00006506 increase  0x00000001 , 0x0000003f 
+ 00032068  0x00006507 store  0x00000001 , 0x00000002 
+ 00032069  0x00006508 branch  0x00007dc2 
+ 00032070  0x0000650b call  0x00007d48 
+ 00032071  0x0000650c branch  0x00003dc8 
+ 00032072  0x0000650f fetch  0x00000001 , 0x00004774 
+ 00032073  0x00006510 store  0x00000001 , 0x00000007 
+ 00032074  0x00006511 rtn 
+ 00032075  0x00006517 setarg  0x00000003 
+ 00032076  0x00006518 branch  0x00007eb8 
+ 00032077  0x0000651b setarg  0x00000008 
+ 00032078  0x0000651c branch  0x00007eb8 
+ 00032079  0x0000651f fetch  0x00000006 , 0x00004783 
+ 00032080  0x00006520 fetcht  0x00000006 , 0x0000477d 
+ 00032081  0x00006521 isub  0x00000002 , 0x0000003e 
+ 00032082  0x00006522 rtn 
+ 00032083  0x00006525 fetch  0x00000001 , 0x0000476e 
+ 00032084  0x00006526 branch  0x00007d5b , 0x00000034 
+ 00032085  0x00006527 fetch  0x00000001 , 0x00004773 
+ 00032086  0x00006528 beq  0x00000001 , 0x00007d5b 
+ 00032087  0x00006529 fetch  0x00000001 , 0x00004772 
+ 00032088  0x0000652a beq  0x00000050 , 0x00007d5b 
+ 00032089  0x0000652c call  0x00007d4f 
+ 00032090  0x0000652d branch  0x00007d4d , 0x00000005 
+ 00032091  0x0000652f setarg  0x00000014 
+ 00032092  0x00006530 branch  0x00007eb8 
+ 00032093  0x00006533 fetch  0x00000001 , 0x0000476e 
+ 00032094  0x00006534 branch  0x00007d65 , 0x00000034 
+ 00032095  0x00006535 fetch  0x00000001 , 0x00004773 
+ 00032096  0x00006536 beq  0x00000001 , 0x00007d65 
+ 00032097  0x00006537 fetch  0x00000001 , 0x00004772 
+ 00032098  0x00006538 beq  0x00000050 , 0x00007d65 
+ 00032099  0x0000653a call  0x00007d4f 
+ 00032100  0x0000653b branch  0x00007d4d , 0x00000005 
+ 00032101  0x0000653d setarg  0x00000018 
+ 00032102  0x0000653e branch  0x00007eb8 
+ 00032103  0x00006541 setarg  0x00000006 
+ 00032104  0x00006542 branch  0x00007eb8 
+ 00032105  0x00006545 fetch  0x00000001 , 0x000047a4 
+ 00032106  0x00006546 rtnne  0x00000040 
+ 00032107  0x00006547 setarg  0x00000005 
+ 00032108  0x00006548 branch  0x00007eb8 
+ 00032109  0x0000654c fetch  0x00000002 , 0x000047a4 
+ 00032110  0x0000654d nbranch  0x00007d71 , 0x00000034 
+ 00032111  0x0000654f setarg  0x0000001b 
+ 00032112  0x00006550 branch  0x00007eb8 
+ 00032113  0x00006552 setarg  0x00000017 
+ 00032114  0x00006553 branch  0x00007eb8 
+ 00032115  0x00006557 fetch  0x00000001 , 0x000047a5 
+ 00032116  0x00006558 beq  0x00000000 , 0x00007d85 
+ 00032117  0x00006559 beq  0x00000001 , 0x00007d87 
+ 00032118  0x0000655a beq  0x00000002 , 0x00007d8b 
+ 00032119  0x0000655b beq  0x00000003 , 0x00007d8f 
+ 00032120  0x0000655c rtn 
+ 00032121  0x0000655f fetch  0x00000001 , 0x000047a4 
+ 00032122  0x00006560 beq  0x00000020 , 0x00007d7c 
+ 00032123  0x00006561 branch  0x00007d73 
+ 00032124  0x00006565 fetch  0x00000001 , 0x000047a5 
+ 00032125  0x00006566 beq  0x00000000 , 0x00007d85 
+ 00032126  0x00006567 beq  0x00000001 , 0x00007d87 
+ 00032127  0x00006568 beq  0x00000002 , 0x00007d89 
+ 00032128  0x00006569 beq  0x00000003 , 0x00007d8b 
+ 00032129  0x0000656a beq  0x00000004 , 0x00007d8d 
+ 00032130  0x0000656b beq  0x00000005 , 0x00007d8f 
+ 00032131  0x0000656c beq  0x00000006 , 0x00007d91 
+ 00032132  0x0000656d rtn 
+ 00032133  0x00006571 setarg  0x00000016 
+ 00032134  0x00006572 branch  0x00007eb8 
+ 00032135  0x00006575 setarg  0x00000010 
+ 00032136  0x00006576 branch  0x00007eb8 
+ 00032137  0x00006579 setarg  0x00000012 
+ 00032138  0x0000657a branch  0x00007eb8 
+ 00032139  0x0000657d setarg  0x0000001c 
+ 00032140  0x0000657e branch  0x00007eb8 
+ 00032141  0x00006581 setarg  0x0000000a 
+ 00032142  0x00006582 branch  0x00007eb8 
+ 00032143  0x00006585 setarg  0x0000000f 
+ 00032144  0x00006586 branch  0x00007eb8 
+ 00032145  0x00006589 setarg  0x0000000c 
+ 00032146  0x0000658a branch  0x00007eb8 
+ 00032147  0x0000658e fetch  0x00000001 , 0x000047a4 
+ 00032148  0x0000658f branch  0x00007d97 , 0x00000034 
+ 00032149  0x00006591 setarg  0x00000011 
+ 00032150  0x00006592 branch  0x00007eb8 
+ 00032151  0x00006594 setarg  0x00000004 
+ 00032152  0x00006595 branch  0x00007eb8 
+ 00032153  0x00006598 setarg  0x00000007 
+ 00032154  0x00006599 branch  0x00007eb8 
+ 00032155  0x0000659c setarg  0x00000013 
+ 00032156  0x0000659d branch  0x00007eb8 
+ 00032157  0x000065a0 fetch  0x00000001 , 0x000047a4 
+ 00032158  0x000065a1 branch  0x00007da1 , 0x00000034 
+ 00032159  0x000065a3 setarg  0x0000000d 
+ 00032160  0x000065a4 branch  0x00007eb8 
+ 00032161  0x000065a6 setarg  0x0000000e 
+ 00032162  0x000065a7 branch  0x00007eb8 
+ 00032163  0x000065aa bpatchx  0x00000059 , 0x0000402b 
+ 00032164  0x000065ab fetch  0x00000001 , 0x000047a4 
+ 00032165  0x000065ad beq  0x00000001 , 0x00007da8 
+ 00032166  0x000065ae beq  0x00000002 , 0x00007daa 
+ 00032167  0x000065af rtn 
+ 00032168  0x000065b2 setarg  0x0000001e 
+ 00032169  0x000065b3 branch  0x00007eb8 
+ 00032170  0x000065b6 setarg  0x00000015 
+ 00032171  0x000065b7 branch  0x00007eb8 
+ 00032172  0x000065bb fetch  0x00000002 , 0x000047a4 
+ 00032173  0x000065bc beq  0x000000ff , 0x00007dbb 
+ 00032174  0x000065be bpatchx  0x0000005a , 0x0000402b 
+ 00032175  0x000065bf fetch  0x00000002 , 0x000047a4 
+ 00032176  0x000065c0 beq  0x000001e0 , 0x00007dbb 
+ 00032177  0x000065c1 beq  0x0000003c , 0x00007db5 
+ 00032178  0x000065c2 beq  0x00000078 , 0x00007db7 
+ 00032179  0x000065c3 beq  0x000000f0 , 0x00007db9 
+ 00032180  0x000065c4 rtn 
+ 00032181  0x000065c6 setarg  0x00000002 
+ 00032182  0x000065c7 branch  0x00007eb8 
+ 00032183  0x000065c9 setarg  0x00000009 
+ 00032184  0x000065ca branch  0x00007eb8 
+ 00032185  0x000065cc setarg  0x00000019 
+ 00032186  0x000065cd branch  0x00007eb8 
+ 00032187  0x000065cf setarg  0x0000001a 
+ 00032188  0x000065d0 branch  0x00007eb8 
+ 00032189  0x000065d8 setarg  0x00007d39 
+ 00032190  0x000065d9 store  0x00000002 , 0x00004390 
+ 00032191  0x000065da setarg  0x00007ea5 
+ 00032192  0x000065db store  0x00000002 , 0x00004398 
+ 00032193  0x000065dc branch  0x00007ebd 
+ 00032194  0x000065e5 fetch  0x00000001 , 0x0000476c 
+ 00032195  0x000065e6 beq  0x00000000 , 0x00007dc8 
+ 00032196  0x000065e8 fetch  0x00000002 , 0x00004775 
+ 00032197  0x000065e9 call  0x000075e6 
+ 00032198  0x000065eb branch  0x00007e18 , 0x00000028 
+ 00032199  0x000065ec rtn 
+ 00032200  0x000065f0 fetch  0x00000001 , 0x00000052 
+ 00032201  0x000065f1 beq  0x00000055 , 0x00007dfb 
+ 00032202  0x000065f2 jam  0x00000000 , 0x00004772 
+ 00032203  0x000065f4 setarg  0x00000000 
+ 00032204  0x000065f5 store  0x00000006 , 0x00004783 
+ 00032205  0x000065f7 fetcht  0x00000003 , 0x00000053 
+ 00032206  0x000065f8 setarg  0x00528718 
+ 00032207  0x000065f9 isub  0x00000002 , 0x0000003e 
+ 00032208  0x000065fa jam  0x00000000 , 0x00004773 
+ 00032209  0x000065fb branch  0x00007ddd , 0x00000005 
+ 00032210  0x000065fd jam  0x00000001 , 0x00004773 
+ 00032211  0x000065fe setarg  0x0008f9ff 
+ 00032212  0x000065ff isub  0x00000002 , 0x0000003e 
+ 00032213  0x00006600 branch  0x00007ddd , 0x00000005 
+ 00032214  0x00006601 setarg  0x0008f903 
+ 00032215  0x00006602 isub  0x00000002 , 0x0000003e 
+ 00032216  0x00006603 branch  0x00007ddd , 0x00000005 
+ 00032217  0x00006605 jam  0x00000002 , 0x00004773 
+ 00032218  0x00006606 setarg  0x00f87703 
+ 00032219  0x00006607 isub  0x00000002 , 0x0000003e 
+ 00032220  0x00006608 nrtn  0x00000005 
+ 00032221  0x0000660a arg  0x00000047 , 0x00000006 
+ 00032222  0x0000660b arg  0x0000464a , 0x00000005 
+ 00032223  0x0000660c arg  0x00000027 , 0x00000039 
+ 00032224  0x0000660d call  0x00007548 
+ 00032225  0x0000660f jam  0x00000053 , 0x00004676 
+ 00032226  0x00006610 jam  0x00000027 , 0x00004675 
+ 00032227  0x00006611 call  0x00007cd9 
+ 00032228  0x00006612 fetch  0x00000001 , 0x00004773 
+ 00032229  0x00006613 beq  0x00000001 , 0x00007df9 
+ 00032230  0x00006614 arg  0x00004661 , 0x00000006 
+ 00032231  0x00006616 arg  0x00004739 , 0x00000005 
+ 00032232  0x00006617 arg  0x0000000e , 0x00000039 
+ 00032233  0x00006618 call  0x0000753b 
+ 00032234  0x0000661a fetch  0x00000002 , 0x00004743 
+ 00032235  0x0000661b byteswap  0x0000003f , 0x0000003f 
+ 00032236  0x0000661c invert  0x0000003f , 0x0000003f 
+ 00032237  0x0000661d store  0x00000002 , 0x000044c1 
+ 00032238  0x0000661e arg  0x00004739 , 0x00000013 
+ 00032239  0x0000661f arg  0x0000000c , 0x00000039 
+ 00032240  0x00006620 setarg  0x00001021 
+ 00032241  0x00006621 store  0x00000002 , 0x000044c3 
+ 00032242  0x00006622 call  0x00007ca5 
+ 00032243  0x00006623 fetch  0x00000002 , 0x000044c1 
+ 00032244  0x00006624 byteswap  0x0000003f , 0x0000003f 
+ 00032245  0x00006625 fetcht  0x00000002 , 0x00004745 
+ 00032246  0x00006626 isub  0x00000002 , 0x0000003e 
+ 00032247  0x00006627 nrtn  0x00000005 
+ 00032248  0x00006628 branch  0x00007e0c 
+ 00032249  0x0000662b arg  0x00004662 , 0x00000006 
+ 00032250  0x0000662c branch  0x00007de7 
+ 00032251  0x0000662f bpatchx  0x0000005b , 0x0000402b 
+ 00032252  0x00006630 arg  0x00004783 , 0x00000005 
+ 00032253  0x00006631 arg  0x00000049 , 0x00000006 
+ 00032254  0x00006632 arg  0x00000006 , 0x00000039 
+ 00032255  0x00006633 call  0x0000753b 
+ 00032256  0x00006635 fetch  0x00000001 , 0x00000051 
+ 00032257  0x00006636 store  0x00000001 , 0x00004772 
+ 00032258  0x00006638 fetcht  0x00000001 , 0x0000476f 
+ 00032259  0x00006639 isub  0x00000002 , 0x0000003e 
+ 00032260  0x0000663a branch  0x00007dcd , 0x00000005 
+ 00032261  0x0000663c fetcht  0x00000001 , 0x00004770 
+ 00032262  0x0000663d isub  0x00000002 , 0x0000003e 
+ 00032263  0x0000663e branch  0x00007dcd , 0x00000005 
+ 00032264  0x00006640 fetcht  0x00000001 , 0x00004771 
+ 00032265  0x00006641 isub  0x00000002 , 0x0000003e 
+ 00032266  0x00006642 branch  0x00007dcd , 0x00000005 
+ 00032267  0x00006643 rtn 
+ 00032268  0x00006649 fetch  0x00000001 , 0x00004739 
+ 00032269  0x0000664a store  0x00000002 , 0x000047a1 
+ 00032270  0x0000664b fetch  0x00000002 , 0x0000473c 
+ 00032271  0x0000664c store  0x00000002 , 0x000047a4 
+ 00032272  0x0000664e fetch  0x00000001 , 0x0000473a 
+ 00032273  0x0000664f store  0x00000001 , 0x000047a8 
+ 00032274  0x00006650 fetch  0x00000001 , 0x0000473b 
+ 00032275  0x00006651 store  0x00000001 , 0x000047a7 
+ 00032276  0x00006653 fetch  0x00000001 , 0x0000473b 
+ 00032277  0x00006654 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00032278  0x00006655 store  0x00000001 , 0x000047a9 
+ 00032279  0x00006657 branch  0x00007e25 
+ 00032280  0x0000665b fetch  0x00000002 , 0x000044b1 
+ 00032281  0x0000665c lshift4  0x0000003f , 0x0000003f 
+ 00032282  0x0000665d store  0x00000002 , 0x000047a7 
+ 00032283  0x0000665e fetch  0x00000006 , 0x000044b6 
+ 00032284  0x0000665f store  0x00000006 , 0x000047a1 
+ 00032285  0x00006660 fetch  0x00000001 , 0x000044b5 
+ 00032286  0x00006661 store  0x00000001 , 0x000047a9 
+ 00032287  0x00006662 fetch  0x00000001 , 0x000044c0 
+ 00032288  0x00006663 store  0x00000001 , 0x00004773 
+ 00032289  0x00006664 fetch  0x00000001 , 0x000044ad 
+ 00032290  0x00006665 store  0x00000001 , 0x00004772 
+ 00032291  0x00006666 fetch  0x00000001 , 0x000044ae 
+ 00032292  0x00006667 store  0x00000001 , 0x0000473f 
+ 00032293  0x00006669 fetch  0x00000002 , 0x0000479f 
+ 00032294  0x0000666a call  0x000075e6 
+ 00032295  0x0000666e bpatchx  0x0000005c , 0x0000402b 
+ 00032296  0x00006670 call  0x00007e4e 
+ 00032297  0x00006671 rtn  0x00000028 
+ 00032298  0x00006673 fetch  0x00000002 , 0x000047a1 
+ 00032299  0x00006675 beq  0x00000028 , 0x00007d4b 
+ 00032300  0x00006677 beq  0x00000009 , 0x00007d4d 
+ 00032301  0x00006678 beq  0x00000010 , 0x00007d53 
+ 00032302  0x00006679 beq  0x00000011 , 0x00007d5d 
+ 00032303  0x0000667b beq  0x0000006f , 0x00007d67 
+ 00032304  0x0000667c beq  0x00000030 , 0x00007d6d 
+ 00032305  0x0000667e beq  0x00000015 , 0x00007d93 
+ 00032306  0x0000667f beq  0x00000017 , 0x00007d99 
+ 00032307  0x00006680 beq  0x00000016 , 0x00007d9d 
+ 00032308  0x00006681 beq  0x00000018 , 0x00007d9b 
+ 00032309  0x00006682 beq  0x00000033 , 0x00007da3 
+ 00032310  0x00006684 fetch  0x00000001 , 0x0000476c 
+ 00032311  0x00006685 beq  0x00000000 , 0x00007e3a 
+ 00032312  0x00006686 beq  0x00000001 , 0x00007e48 
+ 00032313  0x00006687 rtn 
+ 00032314  0x0000668e bpatchx  0x0000005d , 0x0000402b 
+ 00032315  0x0000668f fetch  0x00000002 , 0x000047a1 
+ 00032316  0x00006690 beq  0x00000051 , 0x00007dac 
+ 00032317  0x00006691 beq  0x00000041 , 0x00007dac 
+ 00032318  0x00006693 fetch  0x00000002 , 0x0000473c 
+ 00032319  0x00006694 store  0x00000002 , 0x000047a5 
+ 00032320  0x00006695 fetch  0x00000002 , 0x000047a1 
+ 00032321  0x00006696 beq  0x00000031 , 0x00007d73 
+ 00032322  0x00006697 beq  0x00000032 , 0x00007d7c 
+ 00032323  0x00006699 fetch  0x00000001 , 0x00004740 
+ 00032324  0x0000669a store  0x00000001 , 0x000047a4 
+ 00032325  0x0000669b fetch  0x00000002 , 0x000047a1 
+ 00032326  0x0000669c beq  0x00000021 , 0x00007d69 
+ 00032327  0x0000669d rtn 
+ 00032328  0x000066a2 bpatchx  0x0000005e , 0x0000402b 
+ 00032329  0x000066a3 fetch  0x00000002 , 0x000047a1 
+ 00032330  0x000066a4 beq  0x00000031 , 0x00007d79 
+ 00032331  0x000066a5 beq  0x00000041 , 0x00007dae 
+ 00032332  0x000066a6 beq  0x00000021 , 0x00007d69 
+ 00032333  0x000066a7 rtn 
+ 00032334  0x000066aa bpatchx  0x0000005f , 0x0000402b 
+ 00032335  0x000066ab call  0x00007638 
+ 00032336  0x000066ac fetcht  0x00000002 , 0x000047a7 
+ 00032337  0x000066ad arg  0x00000009 , 0x00000007 
+ 00032338  0x000066ae arg  0x0000000a , 0x00000039 
+ 00032339  0x000066b0 sub  0x00000039 , 0x0000000a , 0x00000013 
+ 00032340  0x000066b1 deposit  0x00000007 
+ 00032341  0x000066b2 isub  0x00000013 , 0x0000003e 
+ 00032342  0x000066b3 branch  0x00007e5a , 0x00000002 
+ 00032343  0x000066b5 sub  0x00000013 , 0x00000003 , 0x0000003e 
+ 00032344  0x000066b6 nbranch  0x00007e5a , 0x00000002 
+ 00032345  0x000066b7 branch  0x00007e65 
+ 00032346  0x000066ba arg  0x0000055e , 0x00000006 
+ 00032347  0x000066bb mul32  0x00000013 , 0x00000003 , 0x0000003f 
+ 00032348  0x000066bc iadd  0x00000006 , 0x00000006 
+ 00032349  0x000066bd ifetch  0x00000002 , 0x00000006 
+ 00032350  0x000066be isub  0x00000002 , 0x0000003e 
+ 00032351  0x000066bf nbranch  0x00007e65 , 0x00000005 
+ 00032352  0x000066c1 ifetchr  0x00000011 , 0x00000001 , 0x00000006 
+ 00032353  0x000066c2 fetch  0x00000001 , 0x000047a9 
+ 00032354  0x000066c4 branch  0x00007e75 , 0x00000034 
+ 00032355  0x000066c5 isub  0x00000011 , 0x0000003e 
+ 00032356  0x000066c6 branch  0x00007e75 , 0x00000005 
+ 00032357  0x000066c8 loop  0x00007e53 
+ 00032358  0x000066ca arg  0x00000576 , 0x00000011 
+ 00032359  0x000066cb arg  0x00000009 , 0x00000039 
+ 00032360  0x000066cd ifetch  0x00000003 , 0x00000011 
+ 00032361  0x000066ce add  0x00000011 , 0x00000003 , 0x00000002 
+ 00032362  0x000066cf istore  0x00000003 , 0x00000002 
+ 00032363  0x000066d0 increase  0xfffffffd , 0x00000011 
+ 00032364  0x000066d1 loop  0x00007e68 
+ 00032365  0x000066d2 fetch  0x00000003 , 0x000047a7 
+ 00032366  0x000066d3 store  0x00000003 , 0x0000055e 
+ 00032367  0x000066d5 fetch  0x00000001 , 0x00000584 
+ 00032368  0x000066d6 store  0x00000001 , 0x00000585 
+ 00032369  0x000066d7 fetch  0x00000008 , 0x0000057c 
+ 00032370  0x000066d8 store  0x00000008 , 0x0000057d 
+ 00032371  0x000066d9 jam  0x00000000 , 0x0000057c 
+ 00032372  0x000066da branch  0x00007e4e 
+ 00032373  0x000066de copy  0x00000039 , 0x00000002 
+ 00032374  0x000066df storet  0x00000001 , 0x00000587 
+ 00032375  0x000066e1 arg  0x0000057c , 0x00000002 
+ 00032376  0x000066e2 sub  0x00000039 , 0x0000000a , 0x0000003f 
+ 00032377  0x000066e3 iadd  0x00000002 , 0x00000002 
+ 00032378  0x000066e4 copy  0x00000002 , 0x00000011 
+ 00032379  0x000066e5 ifetcht  0x00000001 , 0x00000002 
+ 00032380  0x000066e6 fetch  0x00000001 , 0x0000473f 
+ 00032381  0x000066e7 isub  0x00000002 , 0x0000003e 
+ 00032382  0x000066e9 branch  0x00007636 , 0x00000005 
+ 00032383  0x000066ea branch  0x00007e86 , 0x00000002 
+ 00032384  0x000066ec add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00032385  0x000066ed isub  0x00000002 , 0x0000003f 
+ 00032386  0x000066ee and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00032387  0x000066ef sub  0x0000003f , 0x00000006 , 0x0000003e 
+ 00032388  0x000066f0 branch  0x00007e86 , 0x00000002 
+ 00032389  0x000066f1 rtn 
+ 00032390  0x000066f5 fetch  0x00000001 , 0x0000473f 
+ 00032391  0x000066f6 store  0x00000001 , 0x000005a6 
+ 00032392  0x000066f7 fetch  0x00000002 , 0x0000006a 
+ 00032393  0x000066f8 store  0x00000002 , 0x000005a7 
+ 00032394  0x000066f9 fetcht  0x00000003 , 0x000005a6 
+ 00032395  0x000066fa arg  0x00000588 , 0x00000006 
+ 00032396  0x000066fb arg  0x0000000a , 0x00000039 
+ 00032397  0x000066fd ifetch  0x00000003 , 0x00000006 
+ 00032398  0x000066fe isub  0x00000002 , 0x0000003e 
+ 00032399  0x00006700 branch  0x00007636 , 0x00000005 
+ 00032400  0x00006701 loop  0x00007e8d 
+ 00032401  0x00006703 jam  0x0000001e , 0x000005aa 
+ 00032402  0x00006704 fetch  0x00000003 , 0x000005a0 
+ 00032403  0x00006705 store  0x00000003 , 0x000005a3 
+ 00032404  0x00006707 fetch  0x00000008 , 0x00000590 
+ 00032405  0x00006708 fetcht  0x00000008 , 0x00000598 
+ 00032406  0x00006709 store  0x00000008 , 0x00000593 
+ 00032407  0x0000670a storet  0x00000008 , 0x0000059b 
+ 00032408  0x0000670c fetch  0x00000008 , 0x00000588 
+ 00032409  0x0000670d store  0x00000008 , 0x0000058b 
+ 00032410  0x0000670f fetch  0x00000003 , 0x000005a6 
+ 00032411  0x00006710 store  0x00000003 , 0x00000588 
+ 00032412  0x00006712 fetch  0x00000001 , 0x00000587 
+ 00032413  0x00006713 copy  0x0000003f , 0x00000039 
+ 00032414  0x00006714 arg  0x0000057c , 0x00000002 
+ 00032415  0x00006715 sub  0x00000039 , 0x0000000a , 0x0000003f 
+ 00032416  0x00006716 iadd  0x00000002 , 0x00000002 
+ 00032417  0x00006717 fetch  0x00000001 , 0x0000473f 
+ 00032418  0x00006718 istore  0x00000001 , 0x00000002 
+ 00032419  0x00006719 jam  0x0000001e , 0x000005a9 
+ 00032420  0x0000671b rtn 
+ 00032421  0x0000671e bpatchx  0x00000060 , 0x0000402c 
+ 00032422  0x0000671f call  0x00007ea8 
+ 00032423  0x00006720 rtn 
+ 00032424  0x00006725 call  0x00007eaa 
+ 00032425  0x00006726 branch  0x00007eb0 
+ 00032426  0x00006729 arg  0x000005aa , 0x00000013 
+ 00032427  0x0000672a arg  0x00007ead , 0x00000012 
+ 00032428  0x0000672b branch  0x00004de1 
+ 00032429  0x0000672d arg  0x0000001e , 0x00000039 
+ 00032430  0x0000672e arg  0x00000588 , 0x00000005 
+ 00032431  0x0000672f branch  0x0000750f 
+ 00032432  0x00006732 arg  0x000005a9 , 0x00000013 
+ 00032433  0x00006733 arg  0x00007eb3 , 0x00000012 
+ 00032434  0x00006734 branch  0x00004de1 
+ 00032435  0x00006736 jam  0x00000000 , 0x0000477c 
+ 00032436  0x00006737 arg  0x0000000a , 0x00000039 
+ 00032437  0x00006738 arg  0x0000057c , 0x00000005 
+ 00032438  0x00006739 branch  0x0000750f 
+ 00032439  0x0000673a rtn 
+ 00032440  0x0000673f store  0x00000001 , 0x0000478b 
+ 00032441  0x00006740 fetch  0x00000002 , 0x0000479d 
+ 00032442  0x00006741 branch  0x000075e6 
+ 00032443  0x00006745 fetcht  0x00000001 , 0x0000479a 
+ 00032444  0x00006746 branch  0x000078b7 
+ 00032445  0x0000674a fetcht  0x00000001 , 0x0000479a 
+ 00032446  0x0000674b or  0x00000002 , 0x00000080 , 0x00000002 
+ 00032447  0x0000674c branch  0x000078b7 
+ 00032448  0x00006750 call  0x00007f22 
+ 00032449  0x00006751 call  0x00007ec3 
+ 00032450  0x00006752 branch  0x00007f31 
+ 00032451  0x00006755 arg  0x00000004 , 0x0000003f 
+ 00032452  0x00006756 lshift3  0x0000003f , 0x0000003f 
+ 00032453  0x00006757 store  0x00000002 , 0x00004789 
+ 00032454  0x00006758 copy  0x0000003f , 0x00000007 
+ 00032455  0x00006759 increase  0xffffffff , 0x00000007 
+ 00032456  0x0000675a fetcht  0x00000004 , 0x0000478d 
+ 00032457  0x0000675c fetch  0x00000002 , 0x00004789 
+ 00032458  0x0000675d rtn  0x00000034 
+ 00032459  0x0000675e pincrease  0xffffffff 
+ 00032460  0x0000675f store  0x00000002 , 0x00004789 
+ 00032461  0x00006760 qisolate1  0x00000002 
+ 00032462  0x00006761 branch  0x00007ed5 , 0x00000001 
+ 00032463  0x00006762 call  0x00007f2b 
+ 00032464  0x00006764 increase  0xffffffff , 0x00000007 
+ 00032465  0x00006765 fetch  0x00000002 , 0x00004789 
+ 00032466  0x00006766 fetcht  0x00000004 , 0x0000478d 
+ 00032467  0x00006767 nbranch  0x00007ec9 , 0x00000034 
+ 00032468  0x00006768 rtn 
+ 00032469  0x0000676b call  0x00007f25 
+ 00032470  0x0000676c branch  0x00007ed0 
+ 00032471  0x00006772 fetch  0x00000002 , 0x00004797 
+ 00032472  0x00006773 rtn  0x00000034 
+ 00032473  0x00006774 pincrease  0xffffffff 
+ 00032474  0x00006775 store  0x00000002 , 0x00004797 
+ 00032475  0x00006776 call  0x00007ec0 
+ 00032476  0x00006777 branch  0x00007ed7 
+ 00032477  0x0000677b call  0x00007efe 
+ 00032478  0x0000677c setarg  0x00000003 
+ 00032479  0x0000677d store  0x00000002 , 0x00004797 
+ 00032480  0x0000677e branch  0x00007ed7 
+ 00032481  0x00006783 fetch  0x00000001 , 0x00004772 
+ 00032482  0x00006784 fetcht  0x00000001 , 0x00004771 
+ 00032483  0x00006785 isub  0x00000002 , 0x0000003e 
+ 00032484  0x00006786 branch  0x00007eea , 0x00000005 
+ 00032485  0x00006787 fetch  0x00000001 , 0x00004773 
+ 00032486  0x00006788 beq  0x00000000 , 0x00007ee8 
+ 00032487  0x00006789 branch  0x00007eea 
+ 00032488  0x0000678c setarg  0x00000000 
+ 00032489  0x0000678d branch  0x00007eeb 
+ 00032490  0x0000678f setarg  0x00000080 
+ 00032491  0x00006791 fetcht  0x00000001 , 0x000047a9 
+ 00032492  0x00006792 and  0x00000002 , 0x0000007f , 0x00000011 
+ 00032493  0x00006793 ior  0x00000011 , 0x0000003f 
+ 00032494  0x00006794 rshift4  0x0000003f , 0x00000002 
+ 00032495  0x00006795 storet  0x00000001 , 0x000047ac 
+ 00032496  0x00006797 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00032497  0x00006798 lshift4  0x0000003f , 0x0000003f 
+ 00032498  0x00006799 fetcht  0x00000001 , 0x000047a8 
+ 00032499  0x0000679a and  0x00000002 , 0x000000f0 , 0x00000011 
+ 00032500  0x0000679b rshift4  0x00000011 , 0x00000011 
+ 00032501  0x0000679c ior  0x00000011 , 0x0000003f 
+ 00032502  0x0000679d store  0x00000001 , 0x000047ab 
+ 00032503  0x0000679f and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00032504  0x000067a0 lshift4  0x0000003f , 0x0000003f 
+ 00032505  0x000067a1 fetcht  0x00000001 , 0x000047a7 
+ 00032506  0x000067a2 rshift4  0x00000002 , 0x00000002 
+ 00032507  0x000067a3 ior  0x00000002 , 0x0000003f 
+ 00032508  0x000067a4 store  0x00000001 , 0x000047aa 
+ 00032509  0x000067a6 rtn 
+ 00032510  0x000067ab fetch  0x00000003 , 0x000047aa 
+ 00032511  0x000067ac lshift4  0x0000003f , 0x0000003f 
+ 00032512  0x000067ad lshift8  0x0000003f , 0x0000003f 
+ 00032513  0x000067ae fetcht  0x00000001 , 0x0000478b 
+ 00032514  0x000067af lshift3  0x00000002 , 0x00000002 
+ 00032515  0x000067b0 lshift4  0x00000002 , 0x00000002 
+ 00032516  0x000067b1 ior  0x00000002 , 0x00000011 
+ 00032517  0x000067b2 call  0x00007f1a 
+ 00032518  0x000067b3 lshift4  0x0000003f , 0x0000003f 
+ 00032519  0x000067b4 ior  0x00000011 , 0x00000011 
+ 00032520  0x000067b5 call  0x00007f0c 
+ 00032521  0x000067b6 ior  0x00000011 , 0x0000003f 
+ 00032522  0x000067b7 store  0x00000004 , 0x0000478d 
+ 00032523  0x000067b8 rtn 
+ 00032524  0x000067bc arg  0x00000004 , 0x00000039 
+ 00032525  0x000067bd copy  0x00000011 , 0x00000012 
+ 00032526  0x000067be arg  0x00000000 , 0x00000030 
+ 00032527  0x000067c0 and  0x00000012 , 0x000000ff , 0x00000013 
+ 00032528  0x000067c1 and  0x00000013 , 0x000000f0 , 0x0000003f 
+ 00032529  0x000067c2 rshift4  0x0000003f , 0x0000003f 
+ 00032530  0x000067c3 ixor  0x00000030 , 0x00000030 
+ 00032531  0x000067c4 and  0x00000013 , 0x0000000f , 0x0000003f 
+ 00032532  0x000067c5 ixor  0x00000030 , 0x00000030 
+ 00032533  0x000067c6 rshift8  0x00000012 , 0x00000012 
+ 00032534  0x000067c7 loop  0x00007f0f 
+ 00032535  0x000067c8 xor  0x00000030 , 0x0000000a , 0x00000030 
+ 00032536  0x000067c9 and  0x00000030 , 0x0000000f , 0x0000003f 
+ 00032537  0x000067ca rtn 
+ 00032538  0x000067ce fetch  0x00000001 , 0x0000478c 
+ 00032539  0x000067cf pincrease  0x00000001 
+ 00032540  0x000067d0 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00032541  0x000067d1 store  0x00000001 , 0x0000478c 
+ 00032542  0x000067d2 rtn 
+ 00032543  0x000067d6 nop  0x0000000c 
+ 00032544  0x000067d7 loop  0x00007f1f 
+ 00032545  0x000067d8 rtn 
+ 00032546  0x000067db call  0x00007ebd 
+ 00032547  0x000067dc arg  0x00001900 , 0x00000039 
+ 00032548  0x000067dd branch  0x00007f1f 
+ 00032549  0x000067e0 call  0x00007ebb 
+ 00032550  0x000067e1 arg  0x00000257 , 0x00000039 
+ 00032551  0x000067e2 call  0x00007f1f 
+ 00032552  0x000067e3 call  0x00007ebd 
+ 00032553  0x000067e4 arg  0x000000c8 , 0x00000039 
+ 00032554  0x000067e5 branch  0x00007f1f 
+ 00032555  0x000067e8 call  0x00007ebb 
+ 00032556  0x000067e9 arg  0x000000c8 , 0x00000039 
+ 00032557  0x000067ea call  0x00007f1f 
+ 00032558  0x000067eb call  0x00007ebd 
+ 00032559  0x000067ec arg  0x00000257 , 0x00000039 
+ 00032560  0x000067ed branch  0x00007f1f 
+ 00032561  0x000067f0 call  0x00007ebb 
+ 00032562  0x000067f1 arg  0x000000c8 , 0x00000039 
+ 00032563  0x000067f2 call  0x00007f1f 
+ 00032564  0x000067f3 call  0x00007ebd 
+ 00032565  0x000067f4 arg  0x0000022f , 0x00000039 
+ 00032566  0x000067f5 branch  0x00007f1f 
+ 00032567  0x000067f9 fetch  0x00000002 , 0x00004795 
+ 00032568  0x000067fa rtn  0x00000034 
+ 00032569  0x000067fb pincrease  0xffffffff 
+ 00032570  0x000067fc store  0x00000002 , 0x00004795 
+ 00032571  0x000067fd call  0x00007f25 
+ 00032572  0x000067fe branch  0x00007f37 
+ 00032573  0x00006802 fetch  0x00000002 , 0x00004795 
+ 00032574  0x00006803 rtn  0x00000034 
+ 00032575  0x00006804 pincrease  0xffffffff 
+ 00032576  0x00006805 store  0x00000002 , 0x00004795 
+ 00032577  0x00006806 call  0x00007f2b 
+ 00032578  0x00006807 branch  0x00007f3d 
+ 00032579  0x0000680c setarg  0x0093fdb7 
+ 00032580  0x0000680d store  0x00000003 , 0x00004437 
+ 00032581  0x0000680e setarg  0x003f3626 
+ 00032582  0x0000680f store  0x00000003 , 0x0000443a 
+ 00032583  0x00006810 setarg  0x0034ccf7 
+ 00032584  0x00006811 store  0x00000003 , 0x0000443d 
+ 00032585  0x00006812 setarg  0x00f1e5a5 
+ 00032586  0x00006813 store  0x00000003 , 0x00004440 
+ 00032587  0x00006814 setarg  0x0031d871 
+ 00032588  0x00006815 store  0x00000003 , 0x00004443 
+ 00032589  0x00006816 setarg  0x00c70415 
+ 00032590  0x00006817 store  0x00000003 , 0x00004446 
+ 00032591  0x00006818 setarg  0x0018c323 
+ 00032592  0x00006819 store  0x00000003 , 0x00004449 
+ 00032593  0x0000681a setarg  0x009a0596 
+ 00032594  0x0000681b store  0x00000003 , 0x0000444c 
+ 00032595  0x0000681c setarg  0x00801207 
+ 00032596  0x0000681d store  0x00000003 , 0x0000444f 
+ 00032597  0x0000681e setarg  0x0027ebe2 
+ 00032598  0x0000681f store  0x00000003 , 0x00004452 
+ 00032599  0x00006820 setarg  0x000075b2 
+ 00032600  0x00006821 store  0x00000002 , 0x00004455 
+ 00032601  0x00006822 setarg  0x0089a18c 
+ 00032602  0x00006823 store  0x00000003 , 0x00004457 
+ 00032603  0x00006824 setarg  0x00e6bf0d 
+ 00032604  0x00006825 store  0x00000003 , 0x0000445a 
+ 00032605  0x00006826 setarg  0x00416842 
+ 00032606  0x00006827 store  0x00000003 , 0x0000445d 
+ 00032607  0x00006828 setarg  0x000f2d99 
+ 00032608  0x00006829 store  0x00000003 , 0x00004460 
+ 00032609  0x0000682a setarg  0x000054b0 
+ 00032610  0x0000682b store  0x00000002 , 0x00004463 
+ 00032611  0x0000682c setarg  0x000016bb 
+ 00032612  0x0000682d store  0x00000002 , 0x00004465 
+ 00032613  0x0000682e setarg  0x0051c29b 
+ 00032614  0x0000682f store  0x00000003 , 0x00004467 
+ 00032615  0x00006830 setarg  0x001a532f 
+ 00032616  0x00006831 store  0x00000003 , 0x0000446a 
+ 00032617  0x00006832 setarg  0x00b5836a 
+ 00032618  0x00006833 store  0x00000003 , 0x0000446d 
+ 00032619  0x00006834 setarg  0x00106e02 
+ 00032620  0x00006835 store  0x00000003 , 0x00004470 
+ 00032621  0x00006836 setarg  0x0000ab16 
+ 00032622  0x00006837 store  0x00000002 , 0x00004473 
+ 00032623  0x00006838 setarg  0x000042a3 
+ 00032624  0x00006839 store  0x00000002 , 0x00004475 
+ 00032625  0x0000683a rtn 
+ 00032626  0x0000683c setarg  0x00002542 
+ 00032627  0x0000683d store  0x00000002 , 0x00004477 
+ 00032628  0x0000683e setarg  0x0010255d 
+ 00032629  0x0000683f store  0x00000003 , 0x00004479 
+ 00032630  0x00006840 setarg  0x00109e3a 
+ 00032631  0x00006841 store  0x00000003 , 0x0000447c 
+ 00032632  0x00006842 setarg  0x00000000 
+ 00032633  0x00006843 store  0x00000003 , 0x00004497 
+ 00032634  0x00006844 setarg  0x00020102 
+ 00032635  0x00006845 store  0x00000003 , 0x0000447f 
+ 00032636  0x00006846 setarg  0x00f0161b 
+ 00032637  0x00006847 store  0x00000003 , 0x00004482 
+ 00032638  0x00006848 setarg  0x00001008 
+ 00032639  0x00006849 store  0x00000003 , 0x00004485 
+ 00032640  0x0000684b fetch  0x00000001 , 0x0000449f 
+ 00032641  0x0000684c pincrease  0x00000001 
+ 00032642  0x0000684d store  0x00000001 , 0x0000449f 
+ 00032643  0x0000684f fetch  0x00000002 , 0x000044c5 
+ 00032644  0x00006850 branch  0x000075e6 
+ 00032645  0x00006853 setarg  0x0000ffff 
+ 00032646  0x00006854 rtn 
Index: output/bt_program23.list
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/output/bt_program23.list	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/output/bt_program23.list	(working copy)
@@ -0,0 +1,21924 @@
+              include "bt_format "
+              org 0x0000
+0x0 000028 bbit1 8 ,pf_patch_ext 
+0x1 000029 beq patch00_0 ,p_soft_reset 
+0x2 000030 beq patch02_5 ,p_set_freq_tx 
+0x3 000031 beq patch06_6 ,p_dongle_usb_dispatch 
+0x4 000032 beq patch0c_2 ,p_app_init 
+0x5 000033 beq patch17_1 ,p_usb_init 
+0x6 000034 beq patch1a_5 ,p_le_enable_phy_by_pdata 
+0x7 000035 branch assert 
+:      000037 pf_patch_ext:
+0x8 000038 rtneq patch3f_7 
+0x9 000039 beq patch25_0 ,p_g24_receive_skip_end 
+0xa 000040 beq patch27_2 ,p_g24_bind_data_process 
+0xb 000041 beq patch27_3 ,p_g24_bind_data_parse_next 
+0xc 000042 beq patch27_5 ,p_g24_receive_packet_start_next 
+0xd 000043 beq patch28_1 ,p_g24_mode_switch_bind_search 
+0xe 000044 beq patch28_4 ,p_g24_search_mode_auto 
+0xf 000045 beq patch30_0 ,p_dongle_default_init 
+0x10 000046 branch assert 
+:      000049 p_soft_reset:
+0x11 000050 clear_stack 
+0x12 000051 fetch 4 ,mem_lpm_ctrl3 
+0x13 000052 store 4 ,core_lpm_reg 
+0x14 000053 call lpm_write_ctrl3 
+0x15 000054 call app_param_init 
+0x16 000055 call initialize_radio 
+0x17 000056 call iic_init_360khz 
+0x18 000057 call p_init_param 
+0x19 000058 branch soft_reset + 6 
+:      000060 p_init_param:
+0x1a 000061 setarg 0 
+0x1b 000062 store 8 ,mem_le_adv_transmit 
+0x1c 000063 istore 6 ,contw 
+0x1d 000064 branch init_param + 2 
+:      000066 p_dongle_default_init:
+0x1e 000067 call dongle_default_init + 1 
+0x1f 000068 jam tx_power_f20db ,mem_24g_pair_tx_power 
+0x20 000069 jam off ,mem_24g_disable_fec1 
+0x21 000070 call g24_enable_1m 
+0x22 000071 fetch 1 ,mem_dg_sys_config 
+0x23 000072 rtnbit0 dg_enable_new_revision 
+0x24 000073 jam on ,mem_24g_disable_fec1 
+0x25 000074 branch g24_enable_2m 
+:      000077 p_dongle_usb_dispatch:
+0x26 000078 call p_wdt_kick 
+0x27 000079 branch dongle_usb_dispatch + 1 
+:      000081 p_wdt_kick:
+0x28 000082 setarg 16 
+0x29 000083 branch wdt_init_config 
+:      000085 p_app_init:
+0x2a 000086 setarg p_dongle_dispatch 
+0x2b 000087 store 2 ,mem_cb_24g_receive_process 
+0x2c 000088 branch dongle_init + 2 
+:      000090 p_dongle_dispatch:
+0x2d 000091 fetch 1 ,mem_24g_pair_mode 
+0x2e 000092 beq 0x00 ,p_dongle_auto_bind 
+0x2f 000093 branch dongle_dispatch + 1 
+:      000095 p_dongle_auto_bind:
+0x30 000096 call g24_mode_switch_init 
+:      000097 p_dongle_auto_bind_loop:
+0x31 000098 call g24_mode_switch_bind_work 
+0x32 000099 call g24_mode_switch_bind_search 
+0x33 000100 call dongle_work_mode_auto 
+0x34 000101 call g24_bind_mode_auto 
+0x35 000102 call g24_search_mode_auto 
+0x36 000103 call dongle_usb_dispatch 
+0x37 000104 call p_dongle_led_state_dispatch 
+0x38 000105 branch p_dongle_auto_bind_loop 
+:      000109 p_usb_init:
+0x39 000110 call enable_authrom 
+0x3a 000111 call usb_init_param 
+0x3b 000113 setarg timer_500ms 
+0x3c 000114 call p_timer_init 
+0x3d 000115 call p_led_on 
+0x3e 000118 jam 0x03 ,mem_devicedesc + 17 
+0x3f 000119 jam 0x00 ,core_usb_config 
+0x40 000120 nop 10000 
+0x41 000121 jam 0x00 ,core_usb_trig 
+0x42 000122 fetch 2 ,core_clkoff 
+0x43 000123 set0 clock_off_usb ,pdata 
+0x44 000124 store 2 ,core_clkoff 
+0x45 000125 jam 0x0 ,core_usb_hmode 
+0x46 000126 jam 0x3c ,core_usb_config 
+0x47 000127 setarg mem_usb_rxbuf_new 
+0x48 000128 store 2 ,core_usb_rx_saddr 
+0x49 000129 store 2 ,core_usb_rxptr 
+0x4a 000130 setarg mem_usb_rxbuf_new_end 
+0x4b 000131 store 2 ,core_usb_rx_eaddr 
+0x4c 000132 branch usb_init + 16 
+:      000135 p_led_on:
+0x4d 000136 jam on ,mem_led_state 
+0x4e 000137 fetcht 1 ,mem_usb_state_led_gpio 
+0x4f 000138 call gpio_config_output 
+0x50 000139 fetcht 1 ,mem_usb_state_led_gpio 
+0x51 000140 branch gpio_out_inactive 
+:      000141 p_led_off:
+0x52 000142 jam off ,mem_led_state 
+0x53 000143 fetcht 1 ,mem_usb_state_led_gpio 
+0x54 000144 call gpio_config_output 
+0x55 000145 fetcht 1 ,mem_usb_state_led_gpio 
+0x56 000146 branch gpio_out_active 
+:      000149 p_dongle_led_state_dispatch:
+0x57 000150 fetch 1 ,mem_24g_work_mode 
+0x58 000151 beq dongle_work ,p_dongle_work_led_blink_timer_check 
+0x59 000152 beq dongle_bind ,p_dongle_bind_led_blink_timer_check 
+0x5a 000153 beq dongle_search ,p_dongle_search_led_blink_timer_check 
+0x5b 000154 rtn 
+:      000156 p_dongle_work_led_blink_timer_check:
+0x5c 000157 fetch 1 ,mem_24g_rxdata_temp + 2 
+0x5d 000158 rtn blank 
+0x5e 000159 call p_timer_check 
+0x5f 000160 nrtn blank 
+0x60 000161 fetch 1 ,mem_led_state 
+0x61 000162 beq on ,p_dongle_work_led_off 
+0x62 000163 call p_led_on 
+0x63 000164 branch p_dongle_work_led_blink_timer_init 
+:      000166 p_dongle_bind_led_blink_timer_check:
+0x64 000167 call p_timer_check 
+0x65 000168 nrtn blank 
+0x66 000169 fetch 1 ,mem_led_state 
+0x67 000170 beq on ,p_dongle_bind_led_off 
+0x68 000171 call p_led_on 
+0x69 000172 branch p_dongle_bind_led_blink_timer_init 
+:      000174 p_dongle_search_led_blink_timer_check:
+0x6a 000175 call p_timer_check 
+0x6b 000176 nrtn blank 
+0x6c 000177 fetch 1 ,mem_led_state 
+0x6d 000178 rtneq off 
+0x6e 000179 branch p_led_off 
+:      000181 p_dongle_work_led_off:
+0x6f 000182 call p_led_off 
+:      000183 p_dongle_work_led_blink_timer_init:
+0x70 000184 setarg timer_50ms 
+0x71 000185 branch p_timer_init 
+:      000187 p_dongle_bind_led_off:
+0x72 000188 call p_led_off 
+:      000189 p_dongle_bind_led_blink_timer_init:
+0x73 000190 setarg timer_500ms 
+0x74 000191 branch p_timer_init 
+:      000193 p_timer_init:
+0x75 000194 arg dongle_led_blink_timer ,queue 
+0x76 000195 branch timer_init 
+:      000196 p_timer_check:
+0x77 000197 arg dongle_led_blink_timer ,queue 
+0x78 000198 branch timer_check 
+:      000200 p_dongle_disconnected_timer_init:
+0x79 000201 arg ui_led_blink2 ,queue 
+0x7a 000202 branch timer_init 
+:      000204 p_dongle_disconnected_timer_check:
+0x7b 000205 arg ui_led_blink2 ,queue 
+0x7c 000206 branch timer_check 
+:      000210 p_le_enable_phy_by_pdata:
+0x7d 000211 copy temp ,pdata 
+0x7e 000212 bbit1 bit_le_2m_phy ,p_le_enable_2m 
+0x7f 000213 branch le_enable_phy_by_pdata + 3 
+:      000214 p_le_enable_2m:
+0x80 000215 jam 0x89 ,core_rx_bq_cfg0 
+0x81 000216 branch le_enable_2m 
+:      000219 p_set_freq_tx:
+0x82 000220 jam 0x12 ,core_syn_top_ctrl 
+0x83 000221 storet 1 ,mem_last_freq 
+0x84 000222 add temp ,2 ,rega 
+0x85 000223 call rf_tx_write_freq 
+0x86 000225 nop 0x3c0 
+0x87 000226 branch txon 
+:      000229 p_g24_receive_skip_end:
+0x88 000230 fetch 1 ,mem_dg_sys_config 
+0x89 000231 bbit0 dg_enable_new_revision ,g24_receive_skip_end 
+0x8a 000232 nop 300 
+0x8b 000233 fetch 1 ,mem_24g_rxbuf + 1 
+0x8c 000234 set1 bit_ack_24g ,pdata 
+0x8d 000235 store 1 ,mem_24g_rxbuf + 1 
+0x8e 000237 call g24_ackpayload_prep 
+0x8f 000238 call g24_transmit_prep 
+0x90 000239 branch g24_transmit 
+:      000243 p_g24_mode_switch_bind_search:
+0x91 000244 fetch 1 ,mem_24g_work_mode 
+0x92 000245 rtneq dongle_work 
+0x93 000246 fetch 1 ,mem_24g_b_s_mode_switch_disable 
+0x94 000247 nrtn blank 
+0x95 000248 fetch 1 ,mem_24g_mode_b_s_switch_exit 
+0x96 000249 nrtn blank 
+0x97 000250 fetch 1 ,mem_24g_mode_b_s_switch 
+0x98 000251 rtn blank 
+0x99 000252 fetch 1 ,mem_24g_bind_device_living 
+0x9a 000253 compare 3 ,pdata ,3 
+0x9b 000254 branch g24_mode_b_s_switch_exit ,true 
+0x9c 000255 call g24_timer_check 
+0x9d 000256 nrtn user 
+0x9e 000257 fetch 2 ,mem_24g_mode_b_s_switch_cnt 
+0x9f 000258 increase 1 ,pdata 
+0xa0 000259 store 2 ,mem_24g_mode_b_s_switch_cnt 
+0xa1 000260 arg 0x7d0 ,temp 
+0xa2 000261 isub temp ,null 
+0xa3 000262 branch g24_mode_b_s_switch_exit ,positive 
+0xa4 000263 fetch 1 ,mem_24g_b_s_time_slice 
+0xa5 000264 increase 1 ,pdata 
+0xa6 000265 and_into 1 ,pdata 
+0xa7 000266 store 1 ,mem_24g_b_s_time_slice 
+0xa8 000267 beq 0 ,g24_search_mode_enable 
+0xa9 000268 beq 1 ,g24_bind_mode_enable 
+0xaa 000269 rtn 
+:      000273 p_g24_bind_data_process:
+0xab 000274 call g24_rx_interrupt_clear 
+0xac 000275 call g24_receive_packet 
+0xad 000276 nbranch g24_rx_interrupt_clear ,user3 
+0xae 000277 call g24_bind_data_parse 
+0xaf 000278 call p_g24_bind_transmit_ack 
+0xb0 000279 call g24_bind_device_status_check 
+0xb1 000280 call dongle_kb_bind_soft_reset 
+0xb2 000281 fetch 1 ,mem_24g_pair_switch 
+0xb3 000282 rtn blank 
+0xb4 000283 fetch 4 ,mem_24g_transmitter_addr 
+0xb5 000284 rtn blank 
+0xb6 000285 branch g24_update_addr_and_synccrc8 
+:      000288 p_g24_bind_transmit_ack:
+0xb7 000289 fetch 1 ,mem_24g_rxbuf 
+0xb8 000290 store 1 ,mem_24g_data_type 
+0xb9 000291 call g24_read_len_pid_crc 
+0xba 000292 call g24_ackpayload_prep 
+0xbb 000293 nbranch g24_end_of_packet ,user3 
+0xbc 000294 call g24_transmit_prep 
+0xbd 000295 call g24_transmit 
+0xbe 000296 branch g24_end_of_packet 
+:      000299 p_g24_bind_data_parse_next:
+0xbf 000300 fetch 1 ,mem_24g_rxdata_temp + 2 
+0xc0 000301 beq datatype_bind ,p_g24_bind_first_step 
+0xc1 000302 beq datatype_config ,p_g24_bind_second_step 
+0xc2 000303 beq datatype_ok ,p_g24_bind_third_step 
+0xc3 000304 beq datatype_attemp ,p_g24_data_attemp 
+0xc4 000305 rtn 
+:      000307 p_g24_bind_first_step:
+0xc5 000308 fetch 1 ,mem_24g_rxdata_temp + 3 
+0xc6 000309 beq datatype_device1 ,p_g24_bind_first_step_device1 
+0xc7 000310 beq datatype_device2 ,p_g24_bind_first_step_device2 
+0xc8 000311 rtn 
+:      000312 p_g24_bind_first_step_device1:
+0xc9 000313 fetch 1 ,mem_24g_device1_bind_disable 
+0xca 000314 nrtn blank 
+0xcb 000315 branch g24_bind_first_step_device1 
+:      000316 p_g24_bind_first_step_device2:
+0xcc 000317 fetch 1 ,mem_24g_device2_bind_disable 
+0xcd 000318 nrtn blank 
+0xce 000319 branch g24_bind_first_step_device2 
+:      000321 p_g24_bind_second_step:
+0xcf 000322 fetch 1 ,mem_24g_pair_switch 
+0xd0 000323 branch p_g24_bind_second_step_skip ,blank 
+0xd1 000324 fetch 4 ,mem_24g_rxdata_temp + 4 
+0xd2 000325 fetcht 4 ,mem_24g_lap 
+0xd3 000326 isub temp ,null 
+0xd4 000327 nrtn zero 
+:      000328 p_g24_bind_second_step_skip:
+0xd5 000329 fetch 1 ,mem_24g_rxdata_temp + 3 
+0xd6 000330 beq datatype_device1 ,p_g24_bind_second_step_device1 
+0xd7 000331 beq datatype_device2 ,p_g24_bind_second_step_device2 
+0xd8 000332 rtn 
+:      000333 p_g24_bind_second_step_device1:
+0xd9 000334 fetch 1 ,mem_24g_device1_bind_disable 
+0xda 000335 nrtn blank 
+0xdb 000336 branch g24_bind_second_step_device1 
+:      000337 p_g24_bind_second_step_device2:
+0xdc 000338 fetch 1 ,mem_24g_device2_bind_disable 
+0xdd 000339 nrtn blank 
+0xde 000340 branch g24_bind_second_step_device2 
+:      000342 p_g24_bind_third_step:
+0xdf 000343 fetch 1 ,mem_24g_pair_switch 
+0xe0 000344 branch p_g24_bind_third_step_skip ,blank 
+0xe1 000345 fetch 4 ,mem_24g_rxdata_temp + 4 
+0xe2 000346 fetcht 4 ,mem_24g_transmitter_addr 
+0xe3 000347 isub temp ,null 
+0xe4 000348 nrtn zero 
+:      000349 p_g24_bind_third_step_skip:
+0xe5 000350 fetch 1 ,mem_24g_rxdata_temp + 3 
+0xe6 000351 beq datatype_device1 ,p_g24_bind_third_step_device1 
+0xe7 000352 beq datatype_device2 ,p_g24_bind_third_step_device2 
+0xe8 000353 rtn 
+:      000355 p_g24_bind_third_step_device1:
+0xe9 000356 fetch 1 ,mem_24g_device1_bind_disable 
+0xea 000357 nrtn blank 
+0xeb 000358 fetch 1 ,mem_24g_device1_bind_step 
+0xec 000359 beq 2 ,p_g24_bind_dvc1_step_success 
+0xed 000360 rtn 
+:      000361 p_g24_bind_dvc1_step_success:
+0xee 000362 jam 1 ,mem_24g_device1_bind_disable 
+0xef 000363 branch g24_bind_dvc1_step_success + 1 
+:      000365 p_g24_bind_third_step_device2:
+0xf0 000366 fetch 1 ,mem_24g_device2_bind_disable 
+0xf1 000367 nrtn blank 
+0xf2 000368 fetch 1 ,mem_24g_device2_bind_step 
+0xf3 000369 bne 0 ,p_g24_bind_dvc2_step_success 
+0xf4 000370 rtn 
+:      000371 p_g24_bind_dvc2_step_success:
+0xf5 000372 jam 1 ,mem_24g_device2_bind_disable 
+0xf6 000373 branch g24_bind_dvc2_step_success + 1 
+:      000376 p_g24_data_attemp:
+0xf7 000377 fetch 1 ,mem_24g_rxdata_temp + 3 
+0xf8 000378 beq datatype_device1 ,p_g24_data_attemp_device1 
+0xf9 000379 beq datatype_device2 ,p_g24_data_attemp_device2 
+0xfa 000380 rtn 
+:      000381 p_g24_data_attemp_device1:
+0xfb 000382 fetch 1 ,mem_24g_device1_bind_disable 
+0xfc 000383 nrtn blank 
+0xfd 000384 branch g24_data_attemp_device1 
+:      000386 p_g24_data_attemp_device2:
+0xfe 000387 fetch 1 ,mem_24g_device2_bind_disable 
+0xff 000388 nrtn blank 
+0x100 000389 branch g24_data_attemp_device2 
+:      000392 p_g24_search_mode_auto:
+0x101 000393 fetch 1 ,mem_24g_work_mode 
+0x102 000394 rtnne dongle_search 
+0x103 000395 call p_g24_search_mode_init 
+0x104 000396 call g24_auto_addr_ch_search 
+0x105 000397 call g24_receive_transmit_ack 
+0x106 000398 nbranch g24_rx_interrupt_clear ,user3 
+0x107 000399 jam 0 ,mem_dongle_nodata_count 
+0x108 000400 branch g24_search_mode_auto + 7 
+:      000402 p_g24_search_mode_init:
+0x109 000403 fetch 1 ,mem_24g_mode_init 
+0x10a 000404 rtnbit1 dongle_search 
+0x10b 000405 set1 dongle_search ,pdata 
+0x10c 000406 store 1 ,mem_24g_mode_init 
+0x10d 000407 fetch 1 ,mem_tx_power_temp 
+0x10e 000408 store 1 ,mem_tx_power 
+0x10f 000409 branch g24_search_mode_init + 4 
+:      000411 p_g24_receive_packet_start_next:
+0x110 000412 fetch 1 ,mem_24g_rxdata_temp + 2 
+0x111 000413 beq datatype_device1 ,p_g24_data_device1 
+0x112 000414 beq datatype_device2 ,g24_data_device2 
+0x113 000415 beq datatype_attemp ,p_g24_data_receive_attemp 
+0x114 000416 branch g24_rx_interrupt_clear 
+:      000418 p_g24_data_device1:
+0x115 000419 call g24_binding_dvc1_living 
+0x116 000420 call g24_ch_timer_reinit 
+0x117 000421 fetch 1 ,mem_24g_abort_packet 
+0x118 000422 fetcht 1 ,mem_24g_rxdata_temp 
+0x119 000423 isolate1 bit_abort ,temp 
+0x11a 000424 setflag true ,0 ,pdata 
+0x11b 000425 store 1 ,mem_24g_abort_packet 
+0x11c 000426 beq 1 ,p_g24_data_attemp_device1_abort 
+0x11d 000427 branch g24_data_device1 + 8 
+:      000429 p_g24_data_attemp_device1_abort:
+0x11e 000430 fetch 1 ,mem_device_option 
+0x11f 000431 sub pdata ,dvc_op_car ,null 
+0x120 000432 call car_stop_blink ,zero 
+0x121 000433 fetch 1 ,mem_24g_device1_bind_disable 
+0x122 000434 nrtn blank 
+0x123 000435 jam 1 ,mem_24g_device1_bind_disable 
+0x124 000437 fetch 4 ,mem_24g_rxdata_temp + 10 
+0x125 000438 branch g24_store_device1_addr 
+:      000440 p_g24_data_receive_attemp:
+0x126 000441 call g24_bind_device_status 
+0x127 000442 branch p_g24_data_attemp 
+              org 0x3800
+:      000451 start:
+0x3800 000452 call lpmstate 
+:      000454 soft_reset:
+0x3801 000455 bpatch patch00_0 ,mem_patch00 
+0x3802 000456 clear_stack 
+0x3803 000457 call app_param_init 
+0x3804 000458 call initialize_radio 
+0x3805 000459 call iic_init_360khz 
+0x3806 000460 call init_param 
+0x3807 000461 call l2cap_init 
+0x3808 000462 bpatch patch00_1 ,mem_patch00 
+0x3809 000463 call ui_init 
+0x380a 000464 call ldo_abb_en_init 
+0x380b 000465 call app_init 
+0x380c 000466 call lpm_recover_clk ,wake 
+:      000467 main_loop:
+0x380d 000468 bpatch patch00_2 ,mem_patch00 
+0x380e 000469 call le_advertising_dispatch 
+0x380f 000470 call idle_dispatch 
+0x3810 000471 call app_process_idle 
+0x3811 000472 call connection_dispatch 
+0x3812 000473 call g24_dispatch 
+0x3813 000474 call lpm_dispatch 
+0x3814 000475 branch main_loop 
+:      000477 connection_dispatch:
+0x3815 000478 call connection_incontext 
+0x3816 000479 rtnmark0 mark_context 
+0x3817 000480 set0 mark_context ,mark 
+0x3818 000481 call context_save 
+0x3819 000482 branch le_disable 
+:      000484 connection_incontext:
+0x381a 000485 bpatch patch00_3 ,mem_patch00 
+0x381b 000486 call context_search_insniff 
+0x381c 000487 nbranch connection_nosniff ,zero 
+0x381d 000488 call context_load 
+0x381e 000489 add rega ,coffset_mode ,contr 
+0x381f 000490 ifetch 1 ,contr 
+0x3820 000491 bbit1 mode_le ,le_conn_dispatch 
+0x3821 000494 rtn 
+:      000496 connection_nosniff:
+0x3822 000497 call context_get_next 
+0x3823 000498 copy loopcnt ,null 
+0x3824 000499 rtn zero 
+0x3825 000500 branch assert 
+:      000507 idle_dispatch:
+0x3826 000508 fetch 1 ,mem_hci_cmd 
+0x3827 000509 rtn blank 
+0x3828 000510 beq hci_cmd_le_create_conn ,idle_le_create_conn 
+0x3829 000511 call context_search_conn_handle 
+0x382a 000512 rtn zero 
+0x382b 000513 call context_search_plap 
+0x382c 000514 rtn zero 
+:      000515 idle_exit:
+0x382d 000516 jam 0 ,mem_hci_cmd 
+0x382e 000517 rtn 
+:      000519 idle_le_create_conn:
+0x382f 000520 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
+0x3830 000521 jam 0 ,mem_hci_cmd 
+0x3831 000522 rtn 
+:      000526 context_load:
+0x3832 000527 bpatch patch00_4 ,mem_patch00 
+0x3833 000528 set1 mark_context ,mark 
+0x3834 000529 deposit rega 
+0x3835 000530 store 2 ,mem_context_ptr 
+0x3836 000531 force context_size ,loopcnt 
+0x3837 000532 arg mem_le_state ,contw 
+0x3838 000533 add rega ,coffset_mode ,contr 
+0x3839 000534 ifetch 1 ,contr 
+0x383a 000535 copy rega ,contr 
+0x383b 000536 bbit1 mode_le ,memcpy 
+0x383c 000537 rtn 
+:      000539 context_save:
+0x383d 000540 bpatch patch00_5 ,mem_patch00 
+0x383e 000541 fetch 2 ,mem_context_ptr 
+0x383f 000542 iforce contw 
+0x3840 000543 force context_size ,loopcnt 
+0x3841 000544 arg mem_le_state ,contr 
+0x3842 000545 branch memcpy 
+:      000549 context_get_next:
+0x3843 000550 arg context_num ,loopcnt 
+0x3844 000551 fetcht 1 ,mem_current_context 
+:      000552 context_get_next_loop:
+0x3845 000553 increase 1 ,temp 
+0x3846 000554 compare context_num ,temp ,0xff 
+0x3847 000555 nbranch context_get_next_cont ,true 
+0x3848 000556 arg 0 ,temp 
+:      000557 context_get_next_cont:
+0x3849 000558 storet 1 ,mem_current_context 
+0x384a 000559 mul32 temp ,context_size ,pdata 
+0x384b 000560 arg mem_context ,rega 
+0x384c 000561 iadd rega ,rega 
+0x384d 000562 ifetch 1 ,rega 
+0x384e 000563 bbit1 state_insniff ,context_get_next_sniff 
+0x384f 000564 rtnbit1 state_inconn 
+:      000565 context_get_next_sniff:
+0x3850 000566 loop context_get_next_loop 
+0x3851 000567 rtn 
+:      000569 context_new:
+0x3852 000570 bpatch patch00_6 ,mem_patch00 
+0x3853 000571 arg context_search_empty ,regc 
+0x3854 000572 call context_search 
+0x3855 000573 nrtn zero 
+0x3856 000574 deposit rega 
+0x3857 000575 store 2 ,mem_context_ptr 
+0x3858 000576 force 0 ,null 
+0x3859 000577 rtn 
+:      000582 context_check_idle:
+0x385a 000583 arg context_check_inconn ,regc 
+0x385b 000584 branch context_search 
+:      000589 context_search_conn_handle:
+0x385c 000590 fetcht 1 ,mem_hci_conn_handle 
+:      000591 context_search_conn_handle2:
+0x385d 000592 arg context_search_handle ,regc 
+0x385e 000593 branch context_search 
+:      000596 context_search_plap:
+0x385f 000597 bpatch patch00_7 ,mem_patch00 
+0x3860 000598 fetcht 6 ,mem_hci_plap 
+:      000599 context_search_plap2:
+0x3861 000600 arg context_search_lap ,regc 
+0x3862 000601 branch context_search 
+:      000603 context_search_insniff:
+0x3863 000604 arg context_search_sniff ,regc 
+0x3864 000605 branch context_search 
+:      000607 context_search_sniff_window:
+0x3865 000608 arg context_search_window ,regc 
+:      000609 context_search:
+0x3866 000610 bpatch patch01_0 ,mem_patch01 
+0x3867 000611 arg mem_context ,rega 
+0x3868 000612 arg context_num ,loopcnt 
+:      000613 context_search_loop:
+0x3869 000614 ifetch 1 ,rega 
+0x386a 000615 copy regc ,pc 
+:      000616 context_search_next:
+0x386b 000617 bpatch patch01_1 ,mem_patch01 
+0x386c 000618 increase context_size ,rega 
+0x386d 000619 loop context_search_loop 
+0x386e 000620 force 1 ,null 
+0x386f 000621 rtn 
+:      000623 context_search_empty:
+0x3870 000624 bbit1 state_inconn ,context_search_next 
+0x3871 000625 force 0 ,null 
+0x3872 000626 rtn 
+:      000628 context_search_lap:
+0x3873 000629 bbit0 state_inconn ,context_search_next 
+:      000630 context_search_lap_cont:
+0x3874 000631 add rega ,coffset_plap ,contr 
+0x3875 000632 ifetch 6 ,contr 
+0x3876 000633 isub temp ,null 
+0x3877 000634 rtn zero 
+0x3878 000635 branch context_search_next 
+:      000637 context_search_handle:
+0x3879 000638 bbit0 state_inconn ,context_search_next 
+0x387a 000639 add rega ,coffset_conn_handle ,contr 
+0x387b 000640 ifetch 1 ,contr 
+0x387c 000641 isub temp ,null 
+0x387d 000642 rtn zero 
+0x387e 000643 branch context_search_next 
+:      000645 context_search_sniff:
+0x387f 000646 bbit0 state_insniff ,context_search_next 
+:      000647 context_search_sniff_loop:
+0x3880 000648 call context_get_anchor 
+0x3881 000649 call sign_pdata_temp 
+0x3882 000650 isub temp ,pdata 
+0x3883 000651 increase 1 ,pdata 
+0x3884 000652 branch context_search_sniff_miss ,positive 
+0x3885 000653 copy contr ,regb 
+0x3886 000654 store 9 ,mem_temp 
+0x3887 000655 bpatch patch01_2 ,mem_patch01 
+0x3888 000656 fetch 9 ,mem_temp 
+0x3889 000657 copy regb ,contr 
+0x388a 000658 increase 5 ,pdata 
+0x388b 000659 branch context_search_meet1 
+:      000661 context_search_meet1:
+0x388c 000662 nbranch context_search_next ,positive 
+:      000663 context_search_meet:
+0x388d 000664 copy temp ,bt_clk 
+0x388e 000665 call context_next_anchor 
+0x388f 000666 force 0 ,null 
+0x3890 000667 rtn 
+:      000670 context_search_sniff_miss:
+0x3891 000671 iforce regb 
+0x3892 000672 add rega ,coffset_tsniff ,contr 
+0x3893 000673 ifetch 2 ,contr 
+0x3894 000674 branch context_search_meet ,blank 
+0x3895 000675 call context_next_anchor 
+0x3896 000676 branch context_search_sniff_loop 
+:      000678 sign_pdata_temp:
+0x3897 000679 rshift16 pdata ,timeup 
+0x3898 000680 rshift8 timeup ,timeup 
+0x3899 000681 branch sign_pdata_temp_p0 ,zero 
+0x389a 000682 compare 0xf ,timeup ,0xf 
+0x389b 000683 nrtn true 
+0x389c 000684 rshift16 temp ,timeup 
+0x389d 000685 rshift8 timeup ,timeup 
+0x389e 000686 nrtn zero 
+0x389f 000687 set1 28 ,temp 
+0x38a0 000688 rtn 
+:      000689 sign_pdata_temp_p0:
+0x38a1 000690 rshift16 temp ,timeup 
+0x38a2 000691 rshift8 timeup ,timeup 
+0x38a3 000692 compare 0xf ,timeup ,0xf 
+0x38a4 000693 nrtn true 
+0x38a5 000694 set1 28 ,pdata 
+0x38a6 000695 rtn 
+:      000697 context_check_inconn:
+0x38a7 000698 bbit0 state_inconn ,context_search_next 
+0x38a8 000699 force 0 ,null 
+0x38a9 000700 rtn 
+:      000702 context_check_a_wack:
+0x38aa 000703 bbit0 state_inconn ,context_search_next 
+0x38ab 000704 add rega ,coffset_mode ,contr 
+0x38ac 000705 ifetch 1 ,contr 
+0x38ad 000706 bbit1 mode_le ,context_search_next 
+0x38ae 000707 rtn 
+:      000709 context_get_anchor:
+0x38af 000710 add rega ,coffset_mode ,contr 
+0x38b0 000711 ifetcht 1 ,contr 
+0x38b1 000712 deposit clkn_bt 
+0x38b2 000713 isolate1 mode_master ,temp 
+0x38b3 000714 add rega ,coffset_sniff_anchor ,contr 
+0x38b4 000715 ifetcht 4 ,contr 
+0x38b5 000716 rtn true 
+0x38b6 000717 add rega ,coffset_clk_offset ,contr 
+0x38b7 000718 ifetch 6 ,contr 
+0x38b8 000719 call calc_clke2 
+0x38b9 000720 deposit clke_bt 
+0x38ba 000721 rtn 
+:      000723 context_next_anchor:
+0x38bb 000724 add rega ,coffset_tsniff ,contr 
+0x38bc 000725 add rega ,coffset_sniff_anchor ,contw 
+0x38bd 000726 ifetch 2 ,contr 
+0x38be 000727 iadd temp ,timeup 
+0x38bf 000728 deposit timeup 
+0x38c0 000729 istore 4 ,contw 
+0x38c1 000730 branch le_context_nextevent 
+:      000733 context_search_window:
+0x38c2 000734 bbit0 state_insniff ,context_search_next 
+0x38c3 000735 call context_get_anchor 
+0x38c4 000736 iadd stop_watch ,pdata 
+0x38c5 000737 iadd stop_watch ,pdata 
+0x38c6 000738 iadd queue ,pdata 
+0x38c7 000739 isub temp ,null 
+0x38c8 000740 nbranch context_search_next ,positive 
+0x38c9 000741 force 0 ,null 
+0x38ca 000742 rtn 
+:      000746 end_of_packet:
+0x38cb 000747 bpatch patch01_3 ,mem_patch01 
+0x38cc 000748 disable encode_fec0 
+0x38cd 000749 disable encode_fec2 
+0x38ce 000750 disable decode_fec0 
+0x38cf 000751 disable decode_fec2 
+0x38d0 000752 disable enable_crc 
+0x38d1 000753 disable encrypt 
+0x38d2 000754 disable enable_white 
+0x38d3 000755 branch shutdown_radio ,is_rx 
+0x38d4 000756 until null ,tx_clear 
+0x38d5 000757 nop 100 
+0x38d6 000758 branch shutdown_radio 
+:      000763 sniff_check_window:
+0x38d7 000764 bpatch patch01_4 ,mem_patch01 
+0x38d8 000765 disable swfine 
+0x38d9 000766 copy temp ,stop_watch 
+0x38da 000767 call context_search_sniff_window 
+0x38db 000768 disable user 
+0x38dc 000769 nrtn zero 
+0x38dd 000770 force 0 ,stop_watch 
+0x38de 000771 enable user 
+0x38df 000772 rtn 
+:      000776 calc_slot_offset:
+0x38e0 000777 bpatch patch01_5 ,mem_patch01 
+0x38e1 000778 until null ,halfslot 
+0x38e2 000779 deposit clke 
+0x38e3 000780 iforce contr 
+0x38e4 000781 rshift16 ,pdata ,pdata 
+0x38e5 000782 isub clkn_bt ,loopcnt 
+0x38e6 000783 and_into 3 ,loopcnt 
+0x38e7 000784 nbranch calc_bt_portion ,zero 
+0x38e8 000785 force 0 ,pdata 
+0x38e9 000786 branch calc_skip_bt 
+:      000787 calc_bt_portion:
+0x38ea 000788 fetcht 2 ,mem_param_rt_rthalfslot 
+0x38eb 000789 force 0 ,pdata 
+:      000790 calc_slot_offset_loop:
+0x38ec 000791 iadd temp ,pdata 
+0x38ed 000792 loop calc_slot_offset_loop 
+:      000793 calc_skip_bt:
+0x38ee 000794 iadd contr ,pdata 
+0x38ef 000795 div pdata ,12 
+0x38f0 000796 call get_div_result 
+0x38f1 000797 store 2 ,mem_slot_offset 
+0x38f2 000798 rtn 
+:      000800 calc_clke_offset:
+0x38f3 000801 bpatch patch01_6 ,mem_patch01 
+0x38f4 000802 deposit clke 
+0x38f5 000803 copy clkn ,temp 
+0x38f6 000804 isub temp ,null 
+0x38f7 000805 nsetflag positive ,44 ,pdata 
+0x38f8 000806 isub temp ,temp 
+0x38f9 000807 fetch 2 ,mem_param_rt_rthalfslot 
+0x38fa 000808 isolate0 15 ,temp 
+0x38fb 000809 branch calc_clke_pos ,true 
+0x38fc 000810 copy temp ,alarm 
+0x38fd 000811 arg 0x10000 ,temp 
+0x38fe 000812 fetch 2 ,mem_param_rt_rthalfslot 
+0x38ff 000813 isub temp ,pdata 
+0x3900 000814 iadd alarm ,temp 
+:      000816 calc_clke_pos:
+0x3901 000817 storet 6 ,mem_le_clk_offset 
+0x3902 000818 rtn 
+:      000820 calc_clke:
+0x3903 000821 disable clknt 
+0x3904 000822 fetch 6 ,mem_le_clk_offset 
+:      000823 calc_clke2:
+0x3905 000824 iadd clkn ,alarm 
+0x3906 000825 increase 10 ,alarm 
+0x3907 000826 fetch 2 ,mem_param_rt_rthalfslot 
+0x3908 000827 isub alarm ,pdata 
+0x3909 000828 isolate0 15 ,pdata 
+0x390a 000829 branch calc_clke_pos_adj ,true 
+0x390b 000830 setarg 0x10000 
+0x390c 000831 fetchr regd ,2 ,mem_param_rt_rthalfslot 
+0x390d 000832 isub regd ,pdata 
+0x390e 000833 iadd alarm ,alarm 
+:      000834 calc_clke_pos2:
+0x390f 000835 copy alarm ,clke 
+0x3910 000836 rtn 
+:      000837 calc_clke_pos_adj:
+0x3911 000838 force 0 ,null 
+0x3912 000839 branch calc_clke_pos2 
+:      000846 shutdown_radio:
+0x3913 000847 bpatch patch01_7 ,mem_patch01 
+0x3914 000848 call rf_debug_shutdown_radio_line 
+0x3915 000849 force 0x08 ,radio_ctrl 
+0x3916 000850 force 0 ,radio_ctrl 
+0x3917 000851 disable is_rx 
+0x3918 000852 disable is_tx 
+0x3919 000853 pulse packet_end 
+0x391a 000854 jam 0x5 ,modem_en 
+0x391b 000855 nop 2 
+0x391c 000856 jam 0x0 ,modem_en 
+0x391d 000857 call set_sync_on 
+0x391e 000858 jam 0 ,core_syn_en 
+0x391f 000859 jam 0x80 ,core_rf_ldo_en0 
+0x3920 000860 fetch 1 ,core_clkpll_cfg6 
+0x3921 000861 set0 7 ,pdata 
+0x3922 000862 store 1 ,core_clkpll_cfg6 
+0x3923 000863 jam 0 ,core_rf_ldo_en1 
+0x3924 000864 branch gain_control 
+:      000868 set_sync_on:
+0x3925 000869 bpatch patch02_0 ,mem_patch02 
+0x3926 000870 jam 0x5 ,modem_en 
+0x3927 000871 nop 2 
+0x3928 000872 jam 0x0 ,modem_en 
+0x3929 000873 fetch 1 ,mem_fcomp_div 
+0x392a 000874 beq xtal_24m ,set_sync_on_24m 
+0x392b 000875 beq xtal_16m ,set_sync_on_16m 
+:      000876 set_sync_on_24m:
+0x392c 000877 jam 0xaa ,core_rf_ldo_cfg4 
+0x392d 000878 jam 0xaa ,core_rf_ldo_cfg5 
+0x392e 000879 jam 0x15 ,core_rf_ldo_cfg6 
+0x392f 000881 jam 0x78 ,core_rf_ldo_en0 
+0x3930 000882 fetch 1 ,core_clkpll_cfg6 
+0x3931 000883 set1 7 ,pdata 
+0x3932 000884 store 1 ,core_clkpll_cfg6 
+0x3933 000885 jam 0x04 ,core_rf_ldo_en1 
+0x3934 000886 nop 60 
+0x3935 000887 jam 0x7a ,core_syn_en 
+0x3936 000888 jam 0 ,core_rx_en0 
+0x3937 000889 jam 0 ,core_rx_en1 
+0x3938 000890 jam 0 ,core_tx_en0 
+0x3939 000891 jam 0 ,core_tx_en1 
+0x393a 000893 jam 0x2a ,core_rf_ldo_cfg5 
+0x393b 000894 jam 0x78 ,core_rf_ldo_en0 
+:      000895 set_sync_on_next:
+0x393c 000896 fetch 1 ,core_clkpll_cfg6 
+0x393d 000897 set0 7 ,pdata 
+0x393e 000898 store 1 ,core_clkpll_cfg6 
+0x393f 000899 jam 0 ,core_syn_cal_ctrl 
+0x3940 000900 rtn 
+:      000902 set_sync_on_16m:
+0x3941 000903 jam 0x29 ,core_syn_afc_cfg1 
+0x3942 000904 jam 0xe6 ,core_syn_aac_cfg1 
+0x3943 000906 jam 0xaa ,core_rf_ldo_cfg4 
+0x3944 000907 jam 0xaa ,core_rf_ldo_cfg5 
+0x3945 000908 jam 0x15 ,core_rf_ldo_cfg6 
+0x3946 000910 jam 0x78 ,core_rf_ldo_en0 
+0x3947 000911 fetch 1 ,core_clkpll_cfg6 
+0x3948 000912 set1 7 ,pdata 
+0x3949 000913 store 1 ,core_clkpll_cfg6 
+0x394a 000914 jam 0x04 ,core_rf_ldo_en1 
+0x394b 000915 nop 60 
+0x394c 000916 jam 0x3a ,core_syn_en 
+0x394d 000917 jam 0 ,core_rx_en0 
+0x394e 000918 jam 0 ,core_rx_en1 
+0x394f 000919 jam 0 ,core_tx_en0 
+0x3950 000920 jam 0 ,core_tx_en1 
+0x3951 000922 jam 0x2a ,core_rf_ldo_cfg5 
+0x3952 000923 jam 0x38 ,core_rf_ldo_en0 
+0x3953 000924 branch set_sync_on_next 
+:      000926 set_freq_rx:
+0x3954 000927 bpatch patch02_1 ,mem_patch02 
+0x3955 000929 fetch 1 ,mem_fcomp_div 
+0x3956 000930 sub pdata ,xtal_24m ,null 
+0x3957 000931 call rf_rx_write_freq_24m ,zero 
+0x3958 000932 ncall rf_rx_write_freq_16m ,zero 
+0x3959 000934 storet 1 ,mem_last_freq 
+0x395a 000935 add temp ,0 ,pdata 
+0x395b 000936 bmark1 mark_ble_2m ,set_rxfreq_2m_offset 
+0x395c 000937 add temp ,1 ,pdata 
+:      000938 set_rxfreq_2m_offset:
+0x395d 000939 branch rf_rx_write_freq 
+:      000942 rf_rx_write_freq_24m:
+0x395e 000943 jam 0 ,core_syn_cal_ctrl 
+0x395f 000944 jam 0x04 ,core_syn_top_ctrl 
+0x3960 000945 jam 0 ,core_syn_mmd_cp_ctrl 
+0x3961 000946 jam 0x03 ,core_syn_cp_lpf_cfg 
+0x3962 000947 jam 0x40 ,core_syn_afc_cfg3 
+0x3963 000948 rtn 
+:      000949 rf_rx_write_freq_16m:
+0x3964 000950 jam 0x30 ,core_syn_cal_ctrl 
+0x3965 000951 jam 0x06 ,core_syn_top_ctrl 
+0x3966 000952 jam 0 ,core_syn_mmd_cp_ctrl 
+0x3967 000953 jam 0x20 ,core_syn_cp_lpf_cfg 
+0x3968 000954 jam 0x15 ,core_syn_afc_cfg3 
+0x3969 000955 rtn 
+:      000957 rf_rx_enable:
+0x396a 000958 bpatch patch02_2 ,mem_patch02 
+0x396b 000959 call rf_debug_rx_gpio_high 
+0x396c 000961 fetch 1 ,mem_gain_fix 
+0x396d 000962 beq 0xff ,rf_rx_enable_no_soft_agc 
+0x396e 000963 arg mem_gain_table ,contr 
+0x396f 000964 iadd contr ,contr 
+0x3970 000965 ifetch 1 ,contr 
+0x3971 000966 store 1 ,core_rf_rx_gain_fix 
+0x3972 000967 jam 0x27 ,core_rf_rx_agc_ctrl 
+:      000969 rf_rx_enable_no_soft_agc:
+0x3973 000970 fetcht 1 ,mem_gain_second_agc_en 
+0x3974 000971 fetch 1 ,core_rf_rx_agc_ctrl 
+0x3975 000972 ior temp ,pdata 
+0x3976 000973 store 1 ,core_rf_rx_agc_ctrl 
+0x3977 000975 jam 0xaa ,core_rf_ldo_cfg4 
+0x3978 000976 jam 0x2a ,core_rf_ldo_cfg5 
+0x3979 000977 jam 0x13 ,core_rf_ldo_cfg6 
+0x397a 000978 jam 0x7f ,core_rf_ldo_en0 
+0x397b 000979 fetch 1 ,core_clkpll_cfg6 
+0x397c 000980 set0 7 ,pdata 
+0x397d 000981 store 1 ,core_clkpll_cfg6 
+0x397e 000982 nop 60 
+0x397f 000983 jam 0x1f ,core_rx_en0 
+0x3980 000984 jam 0xf8 ,core_rx_en1 
+0x3981 000985 jam 0x18 ,core_tx_en0 
+0x3982 000986 jam 0x00 ,core_rf_ldo_cfg4 
+0x3983 000987 jam 0x20 ,core_rf_ldo_cfg5 
+0x3984 000988 nop 10 
+0x3985 000989 jam 0x04 ,modem_en 
+0x3986 000990 nop 2 
+0x3987 000991 jam 0x0c ,modem_en 
+0x3988 000992 rtn 
+:      000996 rf_rx_write_freq:
+0x3989 000997 bpatch patch02_3 ,mem_patch02 
+0x398a 000998 arg 2400 ,contr 
+0x398b 000999 iadd contr ,pdata 
+0x398c 001000 fetcht 1 ,mem_fcomp_div 
+0x398d 001001 branch rf_write_freq_calc 
+:      001004 rf_tx_write_freq:
+0x398e 001005 bpatch patch02_4 ,mem_patch02 
+0x398f 001006 fetch 1 ,mem_fcomp_div 
+0x3990 001007 sub pdata ,xtal_24m ,null 
+0x3991 001008 call rf_tx_write_freq_24m ,zero 
+0x3992 001009 ncall rf_tx_write_freq_16m ,zero 
+0x3993 001011 setarg 2400 
+0x3994 001012 iadd rega ,pdata 
+0x3995 001013 lshift pdata ,pdata 
+0x3996 001014 fetcht 1 ,mem_fcomp_div 
+0x3997 001015 mul32 temp ,0x03 ,temp 
+:      001016 rf_write_freq_calc:
+0x3998 001017 lshift temp ,temp 
+0x3999 001018 idiv temp 
+0x399a 001019 call wait_div_end 
+0x399b 001020 quotient pdata 
+0x399c 001021 store 1 ,core_syn_divr_int 
+0x399d 001022 remainder pdata 
+0x399e 001023 lshift16 pdata ,pdata 
+0x399f 001024 lshift8 pdata ,pdata 
+0x39a0 001025 idiv temp 
+0x39a1 001026 call wait_div_end 
+0x39a2 001027 quotient pdata 
+0x39a3 001028 store 1 ,core_syn_divr_int + 3 
+0x39a4 001029 rshift8 pdata ,pdata 
+0x39a5 001030 store 1 ,core_syn_divr_int + 2 
+0x39a6 001031 rshift8 pdata ,pdata 
+0x39a7 001032 store 1 ,core_syn_divr_int + 1 
+0x39a8 001033 fetcht 1 ,core_syn_cal_ctrl 
+0x39a9 001034 and_into 0xf0 ,temp 
+0x39aa 001035 storet 1 ,core_syn_cal_ctrl 
+0x39ab 001036 nop 12 
+0x39ac 001037 fetch 1 ,mem_fcomp_div 
+0x39ad 001038 beq xtal_24m ,rf_write_freq_calc_24m 
+0x39ae 001039 beq xtal_16m ,rf_write_freq_calc_16m 
+:      001040 rf_write_freq_calc_24m:
+0x39af 001041 or_into 0x0c ,temp 
+0x39b0 001042 storet 1 ,core_syn_cal_ctrl 
+0x39b1 001043 nop 12 
+0x39b2 001044 or_into 0x03 ,temp 
+0x39b3 001045 storet 1 ,core_syn_cal_ctrl 
+0x39b4 001046 rtn 
+:      001048 rf_write_freq_calc_16m:
+0x39b5 001049 or_into 0x3c ,temp 
+0x39b6 001050 storet 1 ,core_syn_cal_ctrl 
+0x39b7 001051 nop 12 
+0x39b8 001052 or_into 0x33 ,temp 
+0x39b9 001053 storet 1 ,core_syn_cal_ctrl 
+0x39ba 001054 rtn 
+:      001057 rf_tx_write_freq_24m:
+0x39bb 001058 jam 0 ,core_syn_cal_ctrl 
+0x39bc 001059 jam 0x12 ,core_syn_top_ctrl 
+0x39bd 001060 jam 0 ,core_syn_mmd_cp_ctrl 
+0x39be 001061 jam 0x03 ,core_syn_cp_lpf_cfg 
+0x39bf 001062 jam 0xa6 ,core_syn_aac_cfg1 
+0x39c0 001063 jam 0x40 ,core_syn_afc_cfg3 
+0x39c1 001064 rtn 
+:      001066 rf_tx_write_freq_16m:
+0x39c2 001067 jam 0x30 ,core_syn_cal_ctrl 
+0x39c3 001068 jam 0x15 ,core_syn_top_ctrl 
+0x39c4 001069 jam 0 ,core_syn_mmd_cp_ctrl 
+0x39c5 001070 jam 0x20 ,core_syn_cp_lpf_cfg 
+0x39c6 001071 jam 0xa6 ,core_syn_aac_cfg1 
+0x39c7 001072 jam 0x15 ,core_syn_afc_cfg3 
+0x39c8 001073 rtn 
+:      001076 set_freq_tx:
+0x39c9 001077 bpatch patch02_5 ,mem_patch02 
+0x39ca 001079 jam 0x12 ,core_syn_top_ctrl 
+0x39cb 001080 storet 1 ,mem_last_freq 
+0x39cc 001081 add temp ,2 ,rega 
+0x39cd 001082 call rf_tx_write_freq 
+0x39ce 001083 nop 0x3c0 
+:      001085 txon:
+0x39cf 001086 bpatch patch02_6 ,mem_patch02 
+0x39d0 001088 jam 0xaa ,core_rf_ldo_cfg4 
+0x39d1 001089 jam 0x2a ,core_rf_ldo_cfg5 
+0x39d2 001090 jam 0x10 ,core_rf_ldo_cfg6 
+0x39d3 001092 jam 0x7f ,core_rf_ldo_en0 
+0x39d4 001093 fetch 1 ,core_clkpll_cfg6 
+0x39d5 001094 set0 7 ,pdata 
+0x39d6 001095 store 1 ,core_clkpll_cfg6 
+0x39d7 001096 jam 0x07 ,core_rf_ldo_en1 
+0x39d8 001097 nop 60 
+0x39d9 001099 jam 0x0d ,core_tx_en0 
+0x39da 001100 jam 0xf9 ,core_tx_en1 
+0x39db 001101 jam 0x00 ,core_rf_ldo_cfg4 
+0x39dc 001102 jam 0x20 ,core_rf_ldo_cfg5 
+0x39dd 001103 nop 10 
+0x39de 001104 jam 0x01 ,modem_en 
+0x39df 001105 nop 2 
+0x39e0 001106 jam 0x03 ,modem_en 
+0x39e1 001108 bpatch patch02_7 ,mem_patch02 
+0x39e2 001109 fetch 1 ,mem_tx_power 
+0x39e3 001110 beq tx_power_3db ,set_tx_power_3db 
+0x39e4 001111 beq tx_power_5db ,set_tx_power_5db 
+0x39e5 001112 beq tx_power_6db ,set_tx_power_6db 
+0x39e6 001113 beq tx_power_7db ,set_tx_power_7db 
+0x39e7 001114 beq tx_power_10db ,set_tx_power_10db 
+0x39e8 001115 beq tx_power_f3db ,set_tx_power_f3db 
+0x39e9 001116 beq tx_power_f5db ,set_tx_power_f5db 
+0x39ea 001117 beq tx_power_f20db ,set_tx_power_f20db 
+0x39eb 001118 beq tx_power_f30db ,set_tx_power_f30db 
+:      001119 set_tx_power_0db:
+0x39ec 001120 jam 0x6a ,core_tx_pwr_ctrl0 
+0x39ed 001121 jam 0x07 ,core_tx_pwr_ctrl1 
+:      001122 set_rf_ldo_cfg89:
+0x39ee 001123 jam 0xa3 ,core_rf_ldo_cfg8 
+0x39ef 001124 jam 0x07 ,core_rf_ldo_cfg9 
+0x39f0 001125 rtn 
+:      001127 set_tx_power_3db:
+0x39f1 001128 jam 0x66 ,core_tx_pwr_ctrl0 
+0x39f2 001129 jam 0x0b ,core_tx_pwr_ctrl1 
+:      001130 set_rf_ldo_cfg89_2:
+0x39f3 001131 jam 0xaa ,core_rf_ldo_cfg8 
+0x39f4 001132 jam 0x0a ,core_rf_ldo_cfg9 
+0x39f5 001133 rtn 
+:      001135 set_tx_power_5db:
+0x39f6 001136 jam 0x6c ,core_tx_pwr_ctrl0 
+0x39f7 001137 jam 0x0d ,core_tx_pwr_ctrl1 
+0x39f8 001138 branch set_rf_ldo_cfg89_2 
+:      001140 set_tx_power_6db:
+0x39f9 001141 jam 0x6b ,core_tx_pwr_ctrl0 
+0x39fa 001142 jam 0x0f ,core_tx_pwr_ctrl1 
+0x39fb 001143 branch set_rf_ldo_cfg89_2 
+:      001145 set_tx_power_7db:
+0x39fc 001146 jam 0xa7 ,core_tx_pwr_ctrl0 
+0x39fd 001147 jam 0x0f ,core_tx_pwr_ctrl1 
+0x39fe 001148 branch set_rf_ldo_cfg89_2 
+:      001150 set_tx_power_10db:
+0x39ff 001151 jam 0xb6 ,core_tx_pwr_ctrl0 
+0x3a00 001152 jam 0x0f ,core_tx_pwr_ctrl1 
+0x3a01 001153 branch set_rf_ldo_cfg89_2 
+:      001155 set_tx_power_f3db:
+0x3a02 001156 jam 0x68 ,core_tx_pwr_ctrl0 
+0x3a03 001157 jam 0x05 ,core_tx_pwr_ctrl1 
+0x3a04 001158 branch set_rf_ldo_cfg89 
+:      001160 set_tx_power_f5db:
+0x3a05 001161 jam 0x60 ,core_tx_pwr_ctrl0 
+0x3a06 001162 jam 0x05 ,core_tx_pwr_ctrl1 
+0x3a07 001163 branch set_rf_ldo_cfg89 
+:      001165 set_tx_power_f20db:
+0x3a08 001166 jam 0x53 ,core_tx_pwr_ctrl0 
+0x3a09 001167 jam 0x01 ,core_tx_pwr_ctrl1 
+0x3a0a 001168 branch set_rf_ldo_cfg89 
+:      001170 set_tx_power_f30db:
+0x3a0b 001171 jam 0x4c ,core_tx_pwr_ctrl0 
+0x3a0c 001172 jam 0x00 ,core_tx_pwr_ctrl1 
+0x3a0d 001173 branch set_rf_ldo_cfg89 
+:      001176 initialize_radio:
+0x3a0e 001177 jam clksel_rc ,core_clksel 
+:      001178 initialize_radio_wait:
+0x3a0f 001179 fetch 2 ,mem_rf_init_ptr 
+0x3a10 001180 bbit0 14 ,initialize_radio_wait 
+0x3a11 001181 iforce contr 
+0x3a12 001182 arg 0x8a00 ,temp 
+:      001183 initialize_radio_loop:
+0x3a13 001184 ifetch 1 ,contr 
+0x3a14 001185 beq 0xff ,initialize_radio_cont 
+0x3a15 001186 ior temp ,contw 
+0x3a16 001187 ifetch 1 ,contr 
+0x3a17 001188 istore 1 ,contw 
+0x3a18 001189 branch initialize_radio_loop 
+:      001191 initialize_radio_cont:
+0x3a19 001192 bpatch patch03_0 ,mem_patch03 
+0x3a1a 001193 fetch 1 ,mem_wdt_always_work 
+0x3a1b 001194 call wdt_set_disable ,blank 
+0x3a1c 001196 jam 0x05 ,core_clkpll_cfg0 
+0x3a1d 001197 jam 0x94 ,core_rx_iqadc_cfg 
+0x3a1e 001198 call initialize_rc_cal 
+0x3a1f 001199 call initialize_rf_ldo_cfg1 
+0x3a20 001200 call initialize_syn_afc_cfg1 
+0x3a21 001201 jam 0xe6 ,core_syn_aac_cfg1 
+0x3a22 001204 jam 0x90 ,core_syn_pfd_lkd_cfg 
+0x3a23 001205 jam 0x0b ,core_rf_ldo_cfg2 
+0x3a24 001206 jam 0x05 ,core_rf_ldo_cfg3 
+0x3a25 001209 jam 0x76 ,core_agc_wb_sat_th 
+0x3a26 001210 jam 0x76 ,core_agc_nb_sat_th 
+0x3a27 001212 fetch 1 ,mem_fcomp_div 
+0x3a28 001213 bne xtal_16m ,initialize_radio_cont_next 
+0x3a29 001214 jam 0x34 ,core_clkpll_cfg5 
+:      001215 initialize_radio_cont_next:
+0x3a2a 001216 jam 0xff ,core_clkpll_ctrl1 
+0x3a2b 001217 nop 100 
+0x3a2c 001218 jam 0x0e ,core_clkpll_ctrl2 
+0x3a2d 001219 jam 0x03 ,core_clkpll_ctrl0 
+0x3a2e 001221 call set_tx_power_0db 
+0x3a2f 001223 jam 0x2b ,core_tx_mixer_cfg1 
+0x3a30 001224 jam 0x13 ,core_tx_mixer_cfg2 
+0x3a31 001226 call init_lpm_ctrl 
+0x3a32 001227 nop 100 
+0x3a33 001228 jam clksel_dpll ,core_clksel 
+0x3a34 001229 jam system_clk_12m ,mem_system_clk 
+0x3a35 001230 branch le_disable 
+:      001233 initialize_syn_afc_cfg1:
+0x3a36 001234 fetch 1 ,mem_syn_afc_cfg1 
+0x3a37 001235 nbranch initialize_syn_afc_cfg1_set ,blank 
+0x3a38 001236 setarg 0x29 
+:      001237 initialize_syn_afc_cfg1_set:
+0x3a39 001238 store 1 ,core_syn_afc_cfg1 
+0x3a3a 001239 rtn 
+:      001241 initialize_rf_ldo_cfg1:
+0x3a3b 001242 fetch 1 ,mem_rf_ldo_cfg1 
+0x3a3c 001243 nbranch initialize_rf_ldo_cfg1_set ,blank 
+0x3a3d 001244 setarg 0x00 
+:      001245 initialize_rf_ldo_cfg1_set:
+0x3a3e 001246 store 1 ,core_rf_ldo_cfg1 
+0x3a3f 001247 rtn 
+:      001249 initialize_rc_cal:
+0x3a40 001250 fetch 1 ,mem_rc_cal 
+0x3a41 001251 branch initialize_rc_cal_set ,blank 
+0x3a42 001252 setarg 0xd3 
+:      001253 initialize_rc_cal_set:
+0x3a43 001254 store 1 ,core_rx_bq_bw_cal 
+0x3a44 001255 rtn 
+:      001258 save_rssi:
+0x3a45 001259 bpatch patch03_1 ,mem_patch03 
+0x3a46 001261 fetch 1 ,modem_nb_pow 
+0x3a47 001262 isolate1 6 ,pdata 
+0x3a48 001263 setflag true ,7 ,pdata 
+0x3a49 001264 store 1 ,mem_modem_rssi 
+0x3a4a 001266 fetch 1 ,modem_gain 
+0x3a4b 001267 and pdata ,0x0f ,temp 
+0x3a4c 001268 lshift temp ,temp 
+0x3a4d 001269 rshift4 pdata ,pdata 
+0x3a4e 001270 iadd temp ,temp 
+0x3a4f 001271 mul32 temp ,3 ,rega 
+0x3a50 001273 fetch 1 ,mem_modem_rssi 
+0x3a51 001274 call byte_sign_extern 
+0x3a52 001275 sub pdata ,0 ,pdata 
+0x3a53 001276 iadd rega ,pdata 
+0x3a54 001277 increase -9 ,pdata 
+0x3a55 001278 and pdata ,0x1ff ,pdata 
+0x3a56 001279 isolate1 8 ,pdata 
+0x3a57 001280 nbranch save_rssi_store ,true 
+0x3a58 001281 setarg 0 
+:      001282 save_rssi_store:
+0x3a59 001283 store 1 ,mem_rssi_hex 
+0x3a5a 001284 branch rssi_hex2dec 
+:      001286 byte_sign_extern:
+0x3a5b 001287 isolate1 7 ,pdata 
+0x3a5c 001288 nrtn true 
+0x3a5d 001289 arg 0xff00 ,temp 
+0x3a5e 001290 ior temp ,pdata 
+0x3a5f 001291 rtn 
+:      001293 rssi_hex2dec:
+0x3a60 001294 fetch 1 ,mem_rssi_hex 
+0x3a61 001295 call bcd 
+0x3a62 001296 store 1 ,mem_rssi 
+0x3a63 001297 rtn 
+:      001299 bcd:
+0x3a64 001300 and_into 0xff ,pdata 
+0x3a65 001301 div pdata ,10 
+0x3a66 001302 call get_div_result 
+0x3a67 001303 lshift4 pdata ,pdata 
+0x3a68 001304 remainder temp 
+0x3a69 001305 ior temp ,pdata 
+0x3a6a 001306 rtn 
+:      001308 gain_control:
+0x3a6b 001309 bpatch patch03_2 ,mem_patch03 
+0x3a6c 001310 fetch 1 ,mem_gain_fix 
+0x3a6d 001311 rtneq 0xff 
+0x3a6e 001312 nbranch gain_increase ,sync 
+0x3a6f 001313 fetch 1 ,mem_modem_rssi 
+0x3a70 001314 sub pdata ,0xf0 ,null 
+0x3a71 001315 nbranch gain_descend ,positive 
+0x3a72 001316 sub pdata ,0x7f ,null 
+0x3a73 001317 branch gain_descend ,positive 
+0x3a74 001319 fetchr rega ,1 ,core_rf_rx_gain_fix 
+0x3a75 001320 fetch 1 ,mem_gain_fix 
+0x3a76 001321 rtneq 0 
+0x3a77 001322 arg mem_gain_table ,contr 
+0x3a78 001323 iadd contr ,contr 
+0x3a79 001324 ifetch 1 ,contr 
+0x3a7a 001325 isub rega ,null 
+0x3a7b 001326 nrtn zero 
+0x3a7c 001327 increase -2 ,contr 
+0x3a7d 001328 ifetcht 1 ,contr 
+0x3a7e 001329 rshift4 temp ,pdata 
+0x3a7f 001330 rshift4 rega ,regb 
+0x3a80 001331 isub regb ,regb 
+0x3a81 001332 and temp ,0xf ,pdata 
+0x3a82 001333 and rega ,0xf ,rega 
+0x3a83 001334 isub rega ,rega 
+0x3a84 001335 lshift rega ,pdata 
+0x3a85 001336 iadd regb ,regb 
+0x3a86 001337 mul32 regb ,3 ,regb 
+0x3a87 001338 fetcht 1 ,mem_modem_rssi 
+0x3a88 001339 and temp ,0x80 ,pdata 
+0x3a89 001340 rtn blank 
+:      001341 add_negative:
+0x3a8a 001342 setarg 0x100 
+0x3a8b 001343 isub temp ,temp 
+0x3a8c 001344 copy regb ,pdata 
+0x3a8d 001345 isub temp ,pdata 
+0x3a8e 001346 rtn positive 
+0x3a8f 001347 and pdata ,0xff ,pdata 
+0x3a90 001348 rtneq 0xff 
+0x3a91 001349 rtneq 0xfe 
+:      001351 gain_increase:
+0x3a92 001352 fetch 1 ,mem_gain_fix 
+0x3a93 001353 beq 1 ,set_rx_gain0 
+0x3a94 001354 beq 2 ,set_rx_gain1 
+0x3a95 001356 branch set_rx_gain0 
+:      001358 gain_descend:
+0x3a96 001359 fetch 1 ,mem_gain_fix 
+0x3a97 001360 beq 0 ,set_rx_gain1 
+0x3a98 001361 beq 1 ,set_rx_gain2 
+:      001363 set_rx_gain2:
+0x3a99 001364 jam 2 ,mem_gain_fix 
+0x3a9a 001365 rtn 
+:      001367 set_rx_gain0:
+0x3a9b 001368 jam 0 ,mem_gain_fix 
+0x3a9c 001369 rtn 
+:      001371 set_rx_gain1:
+0x3a9d 001372 jam 1 ,mem_gain_fix 
+0x3a9e 001373 rtn 
+:      001376 xtal_fast_wake:
+0x3a9f 001377 setarg 0xf0f 
+0x3aa0 001378 branch lpm_write_config 
+:      001380 init_lpm_ctrl:
+0x3aa1 001381 setarg 0x80f 
+0x3aa2 001382 branch lpm_write_config 
+:      001387 ahead_window:
+0x3aa3 001388 copy pdata ,temp 
+0x3aa4 001389 bpatch patch03_3 ,mem_patch03 
+0x3aa5 001390 copy temp ,pdata 
+0x3aa6 001391 call clk2bt 
+0x3aa7 001392 lshift16 bt_clk ,pdata 
+0x3aa8 001393 set1 44 ,pdata 
+0x3aa9 001394 call clk_diff 
+0x3aaa 001395 set0 44 ,pdata 
+0x3aab 001396 call get_clk 
+0x3aac 001397 call clk_diff 
+0x3aad 001398 rtn user 
+0x3aae 001399 call clk2rt 
+0x3aaf 001400 iforce stop_watch 
+0x3ab0 001401 until null ,timeout 
+0x3ab1 001402 rtn 
+:      001405 get_clk:
+0x3ab2 001406 copy clkn ,temp 
+0x3ab3 001407 rtn master 
+0x3ab4 001408 copy clke ,temp 
+0x3ab5 001409 rtn 
+:      001411 get_clkbt:
+0x3ab6 001412 deposit clkn_bt 
+0x3ab7 001413 rtn master 
+0x3ab8 001414 deposit clke_bt 
+0x3ab9 001415 rtn 
+:      001418 assert:
+0x3aba 001419 bpatch patch03_4 ,mem_patch03 
+0x3abb 001420 branch assert 
+:      001423 sleep:
+0x3abc 001424 rtn blank 
+0x3abd 001426 rshift pdata ,pdata 
+0x3abe 001427 increase -3 ,pdata 
+:      001428 sleep_loop:
+0x3abf 001429 increase -1 ,pdata 
+0x3ac0 001430 nbranch sleep_loop ,zero 
+0x3ac1 001431 force 0 ,pdata 
+0x3ac2 001432 rtn 
+:      001436 init_param:
+0x3ac3 001438 setarg 0 
+0x3ac4 001439 store 6 ,mem_le_adv_transmit 
+0x3ac5 001440 arg mem_le_state ,contw 
+0x3ac6 001441 arg 10 ,loopcnt 
+0x3ac7 001442 call memset0 
+0x3ac8 001443 jam 0 ,mem_fifo_temp 
+0x3ac9 001444 jam 0 ,mem_le_testtype 
+0x3aca 001446 setarg param_tx_setup 
+0x3acb 001447 store 2 ,mem_param_tx_setup 
+0x3acc 001448 setarg param_rf_setup 
+0x3acd 001449 store 2 ,mem_param_rf_setup 
+0x3ace 001450 setarg param_conn_access 
+0x3acf 001451 store 2 ,mem_param_conn_access 
+0x3ad0 001452 setarg param_rx_setup 
+0x3ad1 001453 store 2 ,mem_param_rx_setup 
+0x3ad2 001454 setarg param_clke_cal 
+0x3ad3 001455 store 2 ,mem_param_clke_cal 
+0x3ad4 001456 setarg param_pll_setup 
+0x3ad5 001457 store 2 ,mem_param_pll_setup 
+0x3ad6 001458 setarg param_dpll_start_delay 
+0x3ad7 001459 store 2 ,mem_param_dpll_start_delay 
+0x3ad8 001460 setarg param_rt_rthalfslot 
+0x3ad9 001461 store 2 ,mem_param_rt_rthalfslot 
+0x3ada 001462 setarg param_clke_cal_le_1m 
+0x3adb 001463 store 2 ,mem_param_clke_cal_le_1m 
+0x3adc 001464 setarg param_clke_cal_le_2m 
+0x3add 001465 store 2 ,mem_param_clke_cal_le_2m 
+0x3ade 001466 setarg param_clke_cal_le_coded 
+0x3adf 001467 store 2 ,mem_param_clke_cal_le_coded 
+0x3ae0 001471 bpatch patch03_5 ,mem_patch03 
+0x3ae1 001472 rtn wake 
+0x3ae2 001473 setarg mem_ble_tx_buff0 
+0x3ae3 001474 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x3ae4 001475 setarg mem_ble_l2cap_tx_buff_size 
+0x3ae5 001476 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x3ae6 001477 rshift clkn_bt ,pdata 
+0x3ae7 001478 store 4 ,mem_last_clkn 
+0x3ae8 001479 rtn 
+:      001482 ldo_abb_en_init:
+0x3ae9 001483 rtn wake 
+0x3aea 001484 bpatch patch03_6 ,mem_patch03 
+0x3aeb 001485 fetch 1 ,core_rf_ldo_en0 
+0x3aec 001486 set1 3 ,pdata 
+0x3aed 001487 store 1 ,core_rf_ldo_en0 
+0x3aee 001488 nop 1200 
+0x3aef 001489 set0 3 ,pdata 
+0x3af0 001490 store 1 ,core_rf_ldo_en0 
+0x3af1 001491 rtn 
+:      001494 clk24m_init:
+0x3af2 001495 jam 6 ,core_clksel 
+0x3af3 001496 jam 1 ,core_clksel 
+0x3af4 001497 nop 10 
+0x3af5 001498 setarg 7498 
+0x3af6 001499 store 2 ,core_halfslot 
+0x3af7 001500 rtn 
+:      001505 lpmstate:
+0x3af8 001506 setarg 0xee21 
+0x3af9 001507 store 2 ,core_clkoff 
+0x3afa 001508 fetch 4 ,core_gpio_in 
+0x3afb 001509 store 4 ,mem_saved_gpio_in 
+0x3afc 001510 jam 0x83 ,core_otp_ctrl 
+0x3afd 001511 fetch 1 ,core_lpm_ctrl + 3 
+0x3afe 001512 store 1 ,mem_wakup_from_power_flag 
+0x3aff 001513 fetch 1 ,core_lpm_ldocnt 
+0x3b00 001514 bbit0 gpio_latch ,loadcode 
+0x3b01 001515 enable wake 
+0x3b02 001516 bbit0 cold_wake ,lpmwake 
+0x3b03 001517 disable wake 
+0x3b04 001518 deposit auxcnt 
+0x3b05 001519 nbranch lpmwake ,blank 
+0x3b06 001520 fetch 1 ,core_lpm_ctrl + 3 
+0x3b07 001521 bbit1 reload_code ,lpmwake 
+0x3b08 001522 arg param_hibernate_clks ,temp 
+0x3b09 001523 branch lpm_enter_sleep 
+:      001524 lpmwake:
+0x3b0a 001525 fetch 4 ,core_lpm_ctrl2 
+0x3b0b 001526 store 4 ,core_lpm_reg 
+0x3b0c 001527 fetch 1 ,core_lpm_ctrl2 + 1 
+0x3b0d 001528 and_into 0xe0 ,pdata 
+0x3b0e 001529 store 1 ,core_lpm_reg + 1 
+0x3b0f 001530 call lpm_write_ctrl3 
+0x3b10 001531 fetch 3 ,core_lpm_xtalcnt 
+0x3b11 001532 store 3 ,core_lpm_reg 
+0x3b12 001533 ifetch 1 ,contr 
+0x3b13 001534 or_into isogate_mask ,pdata 
+0x3b14 001535 istore 1 ,contw 
+0x3b15 001536 call lpm_write_ctrl2 
+0x3b16 001537 fetch 1 ,core_lpm_isogate 
+0x3b17 001538 set1 enable_retmem ,pdata 
+0x3b18 001539 store 1 ,core_lpm_isogate 
+0x3b19 001540 call lpm_write_ctrl2 
+0x3b1a 001541 call lpm_load_context ,wake 
+0x3b1b 001542 fetch 1 ,core_lpm_reg + 2 
+0x3b1c 001543 set0 gpio_latch ,pdata 
+0x3b1d 001544 store 1 ,core_lpm_reg + 2 
+0x3b1e 001545 call lpm_write_ctrl2 
+0x3b1f 001546 nbranch loadcode ,wake 
+0x3b20 001547 rtnmark0 mark_otp_encrypt 
+0x3b21 001548 jam lock_otp ,core_misc_ctrl 
+0x3b22 001549 rtn 
+:      001552 lpm_ctrl3_cfg_dig_vsel:
+0x3b23 001553 fetch 1 ,mem_dig_aon_vsel 
+0x3b24 001554 beq 1 ,lpm_ctrl3_cfg_vsel_108 
+0x3b25 001555 beq 2 ,lpm_ctrl3_cfg_vsel_096 
+0x3b26 001556 beq 3 ,lpm_ctrl3_cfg_vsel_084 
+:      001557 lpm_ctrl3_cfg_vsel_120:
+0x3b27 001558 fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+0x3b28 001559 and_into 0xe0 ,pdata 
+:      001560 lpm_ctrl3_cfg_vsel_store:
+0x3b29 001561 store 1 ,mem_lpm_ctrl3_aon_vsel 
+0x3b2a 001562 rtn 
+:      001563 lpm_ctrl3_cfg_vsel_108:
+0x3b2b 001564 fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+0x3b2c 001565 and_into 0xe0 ,pdata 
+0x3b2d 001566 or_into 0x1d ,pdata 
+0x3b2e 001567 branch lpm_ctrl3_cfg_vsel_store 
+:      001568 lpm_ctrl3_cfg_vsel_096:
+0x3b2f 001569 fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+0x3b30 001570 and_into 0xe0 ,pdata 
+0x3b31 001571 or_into 0x1b ,pdata 
+0x3b32 001572 branch lpm_ctrl3_cfg_vsel_store 
+:      001573 lpm_ctrl3_cfg_vsel_084:
+0x3b33 001574 fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+0x3b34 001575 and_into 0xe0 ,pdata 
+0x3b35 001576 or_into 0x17 ,pdata 
+0x3b36 001577 branch lpm_ctrl3_cfg_vsel_store 
+:      001579 lpm_load_context:
+0x3b37 001580 fetch 1 ,mem_saved_spidctrl 
+0x3b38 001581 store 1 ,core_spid_ctrl 
+0x3b39 001582 arg mem_saved_gpio ,contr 
+0x3b3a 001583 arg core_gpio_conf ,contw 
+0x3b3b 001584 arg gpio_number ,loopcnt 
+0x3b3c 001585 call memcpy 
+0x3b3d 001586 fetch 8 ,mem_saved_mark 
+0x3b3e 001587 iforce mark 
+0x3b3f 001588 fetch 8 ,core_gpio_wakeup_low 
+0x3b40 001589 store 8 ,mem_gpio_wakeup_low 
+0x3b41 001590 branch load_ucode 
+:      001592 lpm_save_context:
+0x3b42 001593 deposit mark 
+0x3b43 001594 store 8 ,mem_saved_mark 
+0x3b44 001595 arg core_gpio_conf ,contr 
+0x3b45 001596 arg mem_saved_gpio ,contw 
+0x3b46 001597 arg gpio_number ,loopcnt 
+0x3b47 001598 call memcpy 
+0x3b48 001599 fetch 1 ,core_spid_ctrl 
+0x3b49 001600 store 1 ,mem_saved_spidctrl 
+0x3b4a 001601 branch lpm_write_gpio_wakeup 
+:      001603 lpo_calibration:
+0x3b4b 001604 fetch 1 ,core_aes_en 
+0x3b4c 001605 rshift2 pdata ,pdata 
+0x3b4d 001606 and pdata ,0xf ,pdata 
+0x3b4e 001607 nbranch lpo_cal_inited ,blank 
+0x3b4f 001608 fetch 3 ,mem_clks_per_lpo 
+0x3b50 001609 nrtn blank 
+0x3b51 001610 fetch 1 ,core_aes_en 
+0x3b52 001611 or_into 0x30 ,pdata 
+0x3b53 001612 store 1 ,core_aes_en 
+0x3b54 001613 jam ccnt_start ,core_misc_ctrl 
+:      001614 lpo_cal_inited:
+0x3b55 001615 fetch 1 ,core_perf_status 
+0x3b56 001616 rtnbit0 1 
+0x3b57 001617 fetch 3 ,core_clk_counter 
+0x3b58 001618 store 3 ,mem_clks_per_lpo 
+0x3b59 001619 rtn 
+:      001623 lpm_adjust_clk:
+0x3b5a 001624 bpatch patch03_7 ,mem_patch03 
+0x3b5b 001625 deposit clke 
+0x3b5c 001626 call clk_diff_rt 
+0x3b5d 001627 fetcht 4 ,mem_sleep_counter_all 
+0x3b5e 001628 sub temp ,0xff ,null 
+0x3b5f 001629 rtn positive 
+0x3b60 001630 lshift8 pdata ,pdata 
+0x3b61 001631 lshift4 pdata ,pdata 
+0x3b62 001632 idiv temp 
+0x3b63 001633 call get_div_result 
+0x3b64 001634 arg param_lpm_adjmax ,temp 
+0x3b65 001635 call ceiling 
+0x3b66 001636 store 1 ,mem_lpm_adjust 
+0x3b67 001637 nbranch lpm_adjust_positive ,user 
+0x3b68 001638 sub pdata ,0 ,pdata 
+:      001639 lpm_adjust_positive:
+0x3b69 001640 fetcht 3 ,mem_clks_per_lpo 
+0x3b6a 001641 iadd temp ,pdata 
+0x3b6b 001642 store 3 ,mem_clks_per_lpo 
+:      001643 lpm_clear_counter:
+0x3b6c 001644 setarg 0 
+0x3b6d 001645 store 4 ,mem_sleep_counter_all 
+0x3b6e 001646 rtn 
+:      001658 lpm_hibernate:
+0x3b6f 001659 arg param_hibernate_clks ,temp 
+0x3b70 001660 fetch 1 ,mem_lpm_config + 1 
+0x3b71 001661 set0 7 ,pdata 
+0x3b72 001662 store 1 ,mem_lpm_config + 1 
+:      001663 lpm_hibernate_normal:
+0x3b73 001664 bpatch patch04_0 ,mem_patch04 
+0x3b74 001665 call lpm_write_gpio_wakeup 
+0x3b75 001666 fetch 1 ,mem_lpm_hibernate_switch 
+0x3b76 001667 store 1 ,mem_lpm_xtalcnt + 4 
+0x3b77 001668 fetch 1 ,mem_lpm_xtalcnt + 2 
+0x3b78 001669 set1 cold_wake ,pdata 
+0x3b79 001670 store 1 ,mem_lpm_xtalcnt + 2 
+:      001673 lpm_sleep:
+0x3b7a 001674 bpatch patch04_1 ,mem_patch04 
+0x3b7b 001675 call xtal_fast_wake 
+0x3b7c 001676 fetch 2 ,mem_cb_before_lpm_sleep 
+0x3b7d 001677 call callback_func 
+:      001678 lpm_sleep_skip_cb_function:
+0x3b7e 001679 fetch 4 ,mem_sleep_counter_all 
+0x3b7f 001680 iadd temp ,pdata 
+0x3b80 001681 store 4 ,mem_sleep_counter_all 
+0x3b81 001682 call lpm_save_context 
+0x3b82 001683 call lpm_ctrl3_cfg_dig_vsel 
+0x3b83 001684 fetch 4 ,mem_lpm_ctrl3 
+0x3b84 001685 copy pdata ,regb 
+0x3b85 001686 fetch 5 ,mem_lpm_xtalcnt 
+0x3b86 001687 store 4 ,core_lpm_reg 
+0x3b87 001688 rshift32 pdata ,rega 
+0x3b88 001689 until null ,lpo_edge 
+0x3b89 001690 deposit clkn 
+0x3b8a 001691 store 6 ,mem_sleep_clkn 
+0x3b8b 001692 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+0x3b8c 001693 until null ,lpo_edge 
+0x3b8d 001694 until null ,lpo_edge 
+0x3b8e 001695 deposit rega 
+0x3b8f 001696 store 1 ,core_lpm_isogate 
+0x3b90 001697 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+0x3b91 001698 until null ,lpo_edge 
+0x3b92 001699 until null ,lpo_edge 
+0x3b93 001700 storer regb ,4 ,core_lpm_reg 
+0x3b94 001701 jam lpmreg_sel_ctrl3 ,core_lpm_wr 
+:      001702 lpm_enter_sleep:
+0x3b95 001703 until null ,lpo_edge 
+0x3b96 001704 until null ,lpo_edge 
+0x3b97 001705 storet 4 ,core_lpm_reg 
+0x3b98 001706 jam lpmreg_sel_counter ,core_lpm_wr 
+0x3b99 001707 until null ,never 
+:      001712 lpm_recover_clk:
+0x3b9a 001713 bpatch patch04_2 ,mem_patch04 
+0x3b9b 001714 setarg 0 
+0x3b9c 001715 copy auxcnt ,null 
+0x3b9d 001716 branch lpm_recover_timeout ,zero 
+0x3b9e 001717 fetch 1 ,core_lpm_xtalcnt 
+0x3b9f 001718 fetcht 1 ,core_lpm_buckcnt 
+0x3ba0 001719 isub temp ,null 
+0x3ba1 001720 branch lpm_recover_xtal ,positive 
+0x3ba2 001721 deposit temp 
+:      001722 lpm_recover_xtal:
+0x3ba3 001723 isub auxcnt ,pdata 
+0x3ba4 001724 increase 1 ,pdata 
+:      001725 lpm_recover_timeout:
+0x3ba5 001726 increase 10 ,pdata 
+0x3ba6 001727 until null ,lpo_edge 
+0x3ba7 001728 iadd lpo_time ,pdata 
+0x3ba8 001729 fetcht 4 ,mem_sleep_counter 
+0x3ba9 001730 iadd temp ,pdata 
+0x3baa 001731 fetcht 3 ,mem_clks_per_lpo 
+0x3bab 001732 imul32 temp ,pdata 
+0x3bac 001733 rshift8 pdata ,pdata 
+0x3bad 001734 rshift4 pdata ,pdata 
+0x3bae 001735 increase param_lpm_fix ,pdata 
+0x3baf 001736 fetcht 2 ,mem_param_rt_rthalfslot 
+0x3bb0 001737 idiv temp 
+0x3bb1 001738 call get_div_result 
+0x3bb2 001739 lshift16 pdata ,pdata 
+0x3bb3 001740 remainder temp 
+0x3bb4 001741 ior temp ,pdata 
+0x3bb5 001742 fetcht 6 ,mem_sleep_clkn 
+0x3bb6 001743 call clk_add 
+0x3bb7 001744 copy temp ,clkn 
+0x3bb8 001745 fetch 6 ,mem_context + coffset_clk_offset 
+0x3bb9 001746 call calc_clke2 
+0x3bba 001747 deposit clke 
+0x3bbb 001748 store 6 ,mem_pdatatemp 
+0x3bbc 001749 deposit auxcnt 
+0x3bbd 001750 istore 1 ,contw 
+0x3bbe 001751 fetch 1 ,core_gpio_in1 
+0x3bbf 001752 or_into 0xf0 ,pdata 
+0x3bc0 001753 istore 1 ,contw 
+0x3bc1 001754 rtn 
+:      001756 lpm_dispatch:
+0x3bc2 001757 bpatch patch04_3 ,mem_patch04 
+0x3bc3 001758 call lpo_calibration 
+0x3bc4 001759 fetch 3 ,mem_clks_per_lpo 
+0x3bc5 001760 rtn blank 
+0x3bc6 001761 fetch 1 ,mem_lpm_mode 
+0x3bc7 001762 rtn blank 
+0x3bc8 001763 arg context_check_a_wack ,regc 
+0x3bc9 001764 call context_search 
+0x3bca 001765 rtn zero 
+0x3bcb 001766 call lpm_check_wake_lock 
+0x3bcc 001767 nrtn blank 
+0x3bcd 001768 call context_check_idle 
+0x3bce 001769 nbranch lpm_dispatch_unconn ,zero 
+0x3bcf 001770 rtn wake 
+0x3bd0 001771 bpatch patch04_4 ,mem_patch04 
+0x3bd1 001772 fetcht 1 ,mem_lpm_current_mult 
+0x3bd2 001773 fetch 2 ,mem_context + coffset_tsniff 
+0x3bd3 001774 imul32 temp ,pdata 
+0x3bd4 001775 rshift4 temp ,temp 
+0x3bd5 001776 rshift2 temp ,temp 
+0x3bd6 001777 isub temp ,pdata 
+0x3bd7 001778 fetcht 4 ,mem_context + coffset_sniff_anchor 
+0x3bd8 001779 iadd temp ,pdata 
+0x3bd9 001780 fetcht 1 ,mem_lpm_overhead 
+0x3bda 001781 isub temp ,pdata 
+0x3bdb 001782 lshift16 pdata ,alarm 
+0x3bdc 001783 fetch 2 ,mem_context + coffset_rx_window 
+0x3bdd 001784 rshift pdata ,pdata 
+0x3bde 001785 call clk2bt 
+0x3bdf 001786 deposit alarm 
+0x3be0 001787 call clk_diff 
+0x3be1 001788 copy clke ,temp 
+0x3be2 001789 call clk_diff_rt 
+0x3be3 001790 rtn user 
+:      001791 lpm_dispatch_sleep:
+0x3be4 001792 call clk2lpo 
+:      001793 lpm_dispatch_lpo:
+0x3be5 001794 bpatch patch04_5 ,mem_patch04 
+0x3be6 001795 fetch 1 ,mem_lpm_xtalcnt 
+0x3be7 001796 isub temp ,null 
+0x3be8 001797 branch lpm_clear_counter ,positive 
+0x3be9 001798 storet 4 ,mem_sleep_counter 
+0x3bea 001799 call app_will_enter_lpm 
+0x3beb 001801 fetcht 4 ,mem_sleep_counter 
+0x3bec 001802 branch lpm_sleep 
+:      001804 lpm_dispatch_unconn:
+0x3bed 001805 bpatch patch04_6 ,mem_patch04 
+0x3bee 001806 fetch 1 ,mem_le_adv_enable 
+0x3bef 001807 nbranch lpm_unconn_cont ,blank 
+0x3bf0 001808 rtn 
+:      001810 lpm_unconn_cont:
+0x3bf1 001811 fetch 2 ,mem_lpm_interval 
+0x3bf2 001812 rtn blank 
+:      001813 lpm_sleep_btclk:
+0x3bf3 001814 fetcht 1 ,mem_lpm_overhead 
+0x3bf4 001815 isub temp ,pdata 
+0x3bf5 001816 arg 7500 ,temp 
+0x3bf6 001817 imul32 temp ,pdata 
+0x3bf7 001818 branch lpm_dispatch_sleep 
+:      001821 lpm_mult_wait_timeout:
+0x3bf8 001822 fetch 2 ,mem_cb_bt_set_mult 
+0x3bf9 001823 call callback_func 
+0x3bfa 001824 nbranch lpm_mult_short ,blank 
+0x3bfb 001825 jam 0 ,mem_lpm_current_mult 
+0x3bfc 001826 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x3bfd 001827 fetch 1 ,mem_lpm_mult_cnt 
+0x3bfe 001828 branch lpm_mult_long ,blank 
+0x3bff 001829 increase -1 ,pdata 
+0x3c00 001830 store 1 ,mem_lpm_mult_cnt 
+0x3c01 001831 rtn 
+:      001836 lpm_match:
+0x3c02 001837 jam 0 ,mem_sniff_unint_lost 
+0x3c03 001838 fetch 3 ,mem_sniff_rcv 
+0x3c04 001839 increase 1 ,pdata 
+0x3c05 001840 store 3 ,mem_sniff_rcv 
+0x3c06 001841 rtn 
+:      001844 lpm_lost:
+0x3c07 001845 bpatch patch04_7 ,mem_patch04 
+0x3c08 001846 jam 0 ,mem_lpm_current_mult 
+0x3c09 001847 fetch 3 ,mem_sniff_lost 
+0x3c0a 001848 increase 1 ,pdata 
+0x3c0b 001849 store 3 ,mem_sniff_lost 
+0x3c0c 001850 fetch 1 ,mem_sniff_unint_lost 
+0x3c0d 001851 increase 1 ,pdata 
+0x3c0e 001852 store 1 ,mem_sniff_unint_lost 
+0x3c0f 001853 rtn 
+:      001855 lpm_mult_short:
+0x3c10 001856 jam 0 ,mem_lpm_current_mult 
+0x3c11 001857 fetch 1 ,mem_lpm_mult_timeout 
+0x3c12 001858 store 1 ,mem_lpm_mult_cnt 
+0x3c13 001859 rtn 
+:      001861 lpm_mult_long:
+0x3c14 001862 fetcht 1 ,mem_lpm_mult 
+0x3c15 001863 storet 1 ,mem_lpm_current_mult 
+0x3c16 001864 rtn 
+:      001866 lpm_cal_xtal_startup:
+0x3c17 001867 fetch 1 ,mem_lpm_xtalcnt 
+0x3c18 001868 nrtn blank 
+0x3c19 001869 jam clksel_rc ,core_clksel 
+0x3c1a 001870 setarg 0xf0c 
+0x3c1b 001871 call lpm_write_config 
+0x3c1c 001872 setarg 200000 
+0x3c1d 001873 call sleep 
+0x3c1e 001874 until null ,lpo_edge 
+0x3c1f 001875 copy lpo_time ,alarm 
+0x3c20 001876 call xtal_fast_wake 
+0x3c21 001877 jam clksel_xtal ,core_clksel 
+0x3c22 001878 nop 10 
+0x3c23 001879 until null ,lpo_edge 
+0x3c24 001880 deposit lpo_time 
+0x3c25 001881 isub alarm ,pdata 
+0x3c26 001882 increase 0x30 ,pdata 
+0x3c27 001883 arg 0xff ,temp 
+0x3c28 001884 call ceiling 
+0x3c29 001885 store 1 ,mem_lpm_xtalcnt 
+0x3c2a 001886 nop 30000 
+0x3c2b 001887 nop 30000 
+0x3c2c 001888 nop 30000 
+0x3c2d 001889 rtn 
+:      001923 lpm_write_config:
+0x3c2e 001924 arg 0xfff ,contw 
+0x3c2f 001925 iand contw ,contw 
+0x3c30 001926 fetch 1 ,mem_lpm_config 
+0x3c31 001927 and_into 0xf0 ,pdata 
+0x3c32 001928 lshift8 pdata ,pdata 
+0x3c33 001929 ior contw ,pdata 
+0x3c34 001930 store 2 ,core_lpm_reg 
+0x3c35 001931 ifetch 2 ,contr 
+0x3c36 001932 istore 2 ,contw 
+:      001934 lpm_write_ctrl:
+0x3c37 001935 bpatch patch05_0 ,mem_patch05 
+0x3c38 001936 setarg lpmreg_sel_ctrl 
+0x3c39 001937 branch lpm_write 
+:      001939 lpm_write_ctrl2:
+0x3c3a 001940 bpatch patch05_1 ,mem_patch05 
+0x3c3b 001941 setarg lpmreg_sel_ctrl2 
+:      001942 lpm_write:
+0x3c3c 001943 until null ,lpo_edge 
+0x3c3d 001944 store 1 ,core_lpm_wr 
+0x3c3e 001945 until null ,lpo_edge 
+0x3c3f 001946 until null ,lpo_edge 
+0x3c40 001947 rtn 
+:      001949 lpm_write_sel_vdd:
+0x3c41 001950 bpatch patch05_2 ,mem_patch05 
+0x3c42 001951 fetch 4 ,core_lpm_ctrl2 
+0x3c43 001952 store 4 ,core_lpm_reg 
+0x3c44 001953 fetch 1 ,core_lpm_ctrl2 
+0x3c45 001954 and_into 0x41 ,pdata 
+0x3c46 001955 fetcht 1 ,mem_lpm_ctrl3_app_vsel 
+0x3c47 001956 ior temp ,pdata 
+0x3c48 001957 store 1 ,core_lpm_reg 
+:      001958 lpm_write_ctrl3:
+0x3c49 001959 setarg lpmreg_sel_ctrl3 
+0x3c4a 001960 branch lpm_write 
+:      001963 lpm_write_gpio_wakeup:
+0x3c4b 001964 bpatch patch05_3 ,mem_patch05 
+0x3c4c 001965 fetch 4 ,mem_gpio_wakeup_low 
+0x3c4d 001966 store 4 ,core_lpm_reg 
+0x3c4e 001967 setarg lpmreg_sel_gpiolow 
+0x3c4f 001968 call lpm_write 
+0x3c50 001969 fetch 4 ,mem_gpio_wakeup_high 
+0x3c51 001970 store 4 ,core_lpm_reg 
+0x3c52 001971 setarg lpmreg_sel_gpiohigh 
+0x3c53 001972 branch lpm_write 
+:      001974 lpm_get_wake_lock:
+0x3c54 001975 fetch 2 ,mem_lpm_wake_lock 
+0x3c55 001976 qset1 pdata 
+0x3c56 001977 store 2 ,mem_lpm_wake_lock 
+0x3c57 001978 rtn 
+:      001980 lpm_put_wake_lock:
+0x3c58 001981 fetch 2 ,mem_lpm_wake_lock 
+0x3c59 001982 qset0 pdata 
+0x3c5a 001983 store 2 ,mem_lpm_wake_lock 
+0x3c5b 001984 rtn 
+:      001988 lpm_check_wake_lock:
+0x3c5c 001989 bpatch patch05_4 ,mem_patch05 
+0x3c5d 001990 call app_check_wake_lock 
+0x3c5e 001991 fetch 2 ,mem_lpm_wake_lock 
+0x3c5f 001992 copy pdata ,rega 
+0x3c60 001993 fetch 3 ,mem_tx_fifo3 
+0x3c61 001994 nsetflag blank ,wake_lock_ble_tx ,rega 
+0x3c62 001995 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x3c63 001996 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
+0x3c64 001997 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
+0x3c65 001998 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
+0x3c66 001999 fetch 1 ,mem_hci_cmd 
+0x3c67 002000 nsetflag blank ,wake_lock_cmd ,rega 
+0x3c68 002001 fetch 1 ,mem_device_option 
+0x3c69 002002 compare dvc_op_module ,pdata ,0xff 
+0x3c6a 002003 call lpm_uart_wake_lock ,true 
+0x3c6b 002004 copy rega ,pdata 
+0x3c6c 002005 store 2 ,mem_lpm_wake_lock 
+0x3c6d 002006 rtn 
+:      002008 lpm_uart_wake_lock:
+0x3c6e 002009 fetch 2 ,core_uart_rxitems 
+0x3c6f 002010 nsetflag blank ,wake_lock_uart_rx ,rega 
+0x3c70 002011 fetch 2 ,core_uart_txitems 
+0x3c71 002012 nsetflag blank ,wake_lock_uart_tx ,rega 
+0x3c72 002013 rtn 
+:      002015 lpm_shut_down:
+0x3c73 002016 fetch 4 ,core_lpm_ctrl 
+0x3c74 002017 set0 27 ,pdata 
+0x3c75 002018 store 4 ,core_lpm_reg 
+0x3c76 002019 call lpm_write_ctrl 
+0x3c77 002020 branch assert 
+:      002022 lpm_disable_exen_output:
+0x3c78 002023 fetch 4 ,core_lpm_xtalcnt 
+0x3c79 002024 set0 20 ,pdata 
+0x3c7a 002025 store 4 ,core_lpm_reg 
+0x3c7b 002026 branch lpm_write_ctrl2 
+:      002033 le_init_conn:
+0x3c7c 002034 bpatch patch19_0 ,mem_patch19 
+0x3c7d 002035 disable wake 
+0x3c7e 002036 jam 1 ,mem_le_conn_handle 
+0x3c7f 002037 jam 3 ,mem_le_state 
+0x3c80 002038 jam 1 ,mem_le_arq 
+0x3c81 002039 setarg -1 
+0x3c82 002040 store 2 ,mem_le_event_count 
+0x3c83 002041 force 0 ,pdata 
+0x3c84 002042 store 1 ,mem_le_ch 
+0x3c85 002043 store 1 ,mem_le_op 
+0x3c86 002044 store 3 ,mem_sniff_rcv 
+0x3c87 002045 store 3 ,mem_sniff_lost 
+0x3c88 002046 call le_clear_enc 
+0x3c89 002047 jam 1 ,mem_le_txheader 
+0x3c8a 002048 jam 0 ,mem_le_txlen 
+0x3c8b 002049 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
+0x3c8c 002050 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
+0x3c8d 002051 jam 0 ,mem_le_l2cap_att_states 
+0x3c8e 002052 branch le_supervision_flush 
+:      002054 le_init_master:
+0x3c8f 002055 bpatch patch19_1 ,mem_patch19 
+0x3c90 002056 enable master 
+0x3c91 002057 jam lemode_master ,mem_le_mode 
+0x3c92 002058 jam 1 ,mem_le_att_handle 
+0x3c93 002059 jam 1 ,mem_le_search_handle_start 
+0x3c94 002060 setarg 0xffff 
+0x3c95 002061 store 2 ,mem_le_search_handle_end 
+0x3c96 002062 force 0 ,pdata 
+0x3c97 002063 store 5 ,mem_ccm_pcnt_rx 
+0x3c98 002064 set1 le_ccm_directionbit ,pdata 
+0x3c99 002065 store 5 ,mem_ccm_pcnt_tx 
+0x3c9a 002066 branch le_init_conn 
+:      002069 le_init_slave:
+0x3c9b 002070 bpatch patch19_2 ,mem_patch19 
+0x3c9c 002071 disable master 
+0x3c9d 002072 setarg 0x17 
+0x3c9e 002073 store 2 ,mem_le_remote_mtu 
+0x3c9f 002074 increase 4 ,pdata 
+0x3ca0 002075 store 2 ,mem_remote_rx_max_octets 
+0x3ca1 002076 jam lemode_slave ,mem_le_mode 
+0x3ca2 002077 jam 0 ,mem_le_adv_enable 
+0x3ca3 002078 jam 0 ,mem_lpm_current_mult 
+0x3ca4 002079 call le_clear_pairing_state 
+0x3ca5 002080 fetch 2 ,mem_le_superto 
+0x3ca6 002081 store 2 ,mem_le_init_superto 
+0x3ca7 002082 fetch 2 ,mem_le_tsniff 
+0x3ca8 002083 mul32 pdata ,5 ,pdata 
+0x3ca9 002084 rshift4 pdata ,pdata 
+0x3caa 002085 store 2 ,mem_le_superto 
+0x3cab 002086 branch le_init_conn 
+:      002093 le_conn_dispatch:
+0x3cac 002094 bpatch patch19_3 ,mem_patch19 
+0x3cad 002095 call le_enable 
+0x3cae 002096 fetch 1 ,mem_le_state 
+0x3caf 002097 isolate1 lestate_encryption ,pdata 
+0x3cb0 002098 setflag true ,mark_ble_encryption ,mark 
+0x3cb1 002099 call app_process_ble 
+0x3cb2 002100 fetch 1 ,mem_le_mode 
+0x3cb3 002101 bbit1 mode_master ,le_master_dispatch 
+0x3cb4 002102 branch le_slave_dispatch 
+:      002108 le_master_dispatch:
+0x3cb5 002109 bpatch patch19_4 ,mem_patch19 
+0x3cb6 002110 enable master 
+0x3cb7 002111 call le_supervision_update 
+0x3cb8 002112 branch le_master_disconn ,positive 
+0x3cb9 002113 call le_setup 
+0x3cba 002114 call le_prepare_tx 
+0x3cbb 002115 disable match 
+0x3cbc 002116 call le_transmit_receive_sifs 
+0x3cbd 002117 nrtn match 
+0x3cbe 002118 fetch 1 ,mem_le_conn_rcv 
+0x3cbf 002119 increase 1 ,pdata 
+0x3cc0 002120 store 1 ,mem_le_conn_rcv 
+0x3cc1 002121 call le_acknowledge 
+0x3cc2 002122 disable master 
+0x3cc3 002123 rtn 
+:      002125 le_master_disconn:
+0x3cc4 002126 call le_disconnect 
+0x3cc5 002127 disable master 
+0x3cc6 002128 rtn 
+:      002133 le_slave_dispatch:
+0x3cc7 002134 bpatch patch19_5 ,mem_patch19 
+0x3cc8 002135 jam 0 ,mem_le_md_count 
+0x3cc9 002136 set0 mark_ble_crc_fail ,mark 
+0x3cca 002137 disable attempt 
+0x3ccb 002138 call le_supervision_update 
+0x3ccc 002139 branch le_slave_disconn ,positive 
+0x3ccd 002140 fetch 1 ,mem_le_rx_phy 
+0x3cce 002141 call le_enable_phy_by_pdata 
+0x3ccf 002142 call le_setup 
+0x3cd0 002143 call le_receive_slave 
+0x3cd1 002144 nbranch le_slave_unsync ,sync 
+0x3cd2 002145 call le_got_first_packet 
+0x3cd3 002146 branch le_slave_match ,match 
+0x3cd4 002147 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
+0x3cd5 002148 branch le_slave_cont 
+:      002151 le_slave_crc_fail:
+:      002152 le_slave_match:
+0x3cd6 002153 bpatch patch19_6 ,mem_patch19 
+0x3cd7 002154 fetch 1 ,mem_le_md_count 
+0x3cd8 002155 pincrease 1 
+0x3cd9 002156 store 1 ,mem_le_md_count 
+0x3cda 002157 beq le_md_max_count ,le_slave_cont 
+0x3cdb 002158 call le_acknowledge 
+0x3cdc 002159 call le_prepare_tx 
+0x3cdd 002160 fetch 1 ,mem_le_tx_phy 
+0x3cde 002161 call le_enable_phy_by_pdata 
+0x3cdf 002162 call le_transmit 
+0x3ce0 002163 call le_parse 
+0x3ce1 002164 fetch 2 ,mem_cb_ble_transmit 
+0x3ce2 002165 call callback_func 
+0x3ce3 002166 call le_check_md 
+0x3ce4 002167 branch le_slave_more_data ,user 
+:      002168 le_slave_cont:
+0x3ce5 002169 bpatch patch19_7 ,mem_patch19 
+0x3ce6 002170 call le_pairing_sm 
+0x3ce7 002171 call le_check_paring_time 
+0x3ce8 002172 call check_51cmd 
+0x3ce9 002173 fetch 1 ,mem_le_op 
+0x3cea 002174 bbit1 op_disconn ,le_slave_disconn 
+:      002175 le_slave_unsync:
+0x3ceb 002176 bpatch patch1a_0 ,mem_patch1a 
+0x3cec 002177 call end_of_packet 
+0x3ced 002178 call le_lpm_set_mult 
+0x3cee 002179 branch calc_clke_offset 
+:      002182 le_check_md:
+0x3cef 002183 disable user 
+0x3cf0 002184 bmark1 mark_ble_rx_md ,enable_user 
+0x3cf1 002185 bmark1 mark_ble_tx_md ,enable_user 
+0x3cf2 002186 bmark1 mark_ble_crc_fail ,enable_user 
+0x3cf3 002187 rtn 
+:      002190 le_slave_more_data:
+0x3cf4 002191 bpatch patch1a_1 ,mem_patch1a 
+0x3cf5 002192 enable attempt 
+0x3cf6 002193 call le_transmit_receive_sifs_notx 
+0x3cf7 002194 branch le_slave_match ,match 
+0x3cf8 002195 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
+0x3cf9 002196 branch le_slave_cont 
+:      002198 le_slave_disconn:
+:      002201 le_disconnect:
+0x3cfa 002202 bpatch patch1a_2 ,mem_patch1a 
+0x3cfb 002203 call le_clear_connection_info 
+0x3cfc 002204 call app_disconn_reason_collect_ble 
+0x3cfd 002205 call le_clear_pairing_state 
+0x3cfe 002206 jam bt_evt_le_disconnected ,mem_fifo_temp 
+0x3cff 002207 branch ui_ipc_send_event 
+:      002209 le_clear_connection_info:
+0x3d00 002210 arg mem_used_map ,contw 
+0x3d01 002211 call memset0_16 
+0x3d02 002212 jam 0 ,mem_le_conn_handle 
+0x3d03 002213 jam lemode_idle ,mem_le_mode 
+0x3d04 002214 jam 0 ,mem_le_state 
+:      002215 le_clear_pairing_state:
+0x3d05 002216 bpatch patch1a_3 ,mem_patch1a 
+0x3d06 002217 jam flag_le_enc_null ,mem_le_enc_state 
+0x3d07 002218 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x3d08 002219 rtn 
+:      002221 le_got_first_packet:
+0x3d09 002222 bpatch patch1a_4 ,mem_patch1a 
+0x3d0a 002223 fetch 1 ,mem_le_conn_rcv 
+0x3d0b 002224 increase 1 ,pdata 
+0x3d0c 002225 store 1 ,mem_le_conn_rcv 
+0x3d0d 002226 fetch 1 ,mem_le_state 
+0x3d0e 002227 rtnbit1 lestate_got_first_packet 
+0x3d0f 002228 set1 lestate_got_first_packet ,pdata 
+0x3d10 002229 store 1 ,mem_le_state 
+0x3d11 002230 fetch 2 ,mem_le_init_superto 
+0x3d12 002231 store 2 ,mem_le_superto 
+0x3d13 002232 setarg 0 
+0x3d14 002233 store 4 ,mem_le_transmit_window 
+0x3d15 002234 rtn 
+:      002242 le_enable_phy_by_pdata:
+0x3d16 002243 copy pdata ,temp 
+0x3d17 002244 bpatch patch1a_5 ,mem_patch1a 
+0x3d18 002245 copy temp ,pdata 
+0x3d19 002246 bbit1 bit_le_1m_phy ,le_enable 
+0x3d1a 002247 bbit1 bit_le_2m_phy ,le_enable_2m 
+0x3d1b 002248 bbit0 bit_le_coded_phy ,le_enable 
+0x3d1c 002249 bbit1 bit_le_coded_phy_s8 ,le_enable_coded_s8 
+0x3d1d 002250 bbit1 bit_le_coded_phy_s2 ,le_enable_coded_s2 
+0x3d1e 002251 branch le_enable 
+:      002253 le_enable_2m:
+0x3d1f 002254 call le_enable 
+0x3d20 002255 set1 mark_ble_2m ,mark 
+0x3d21 002256 set0 mark_ble_lr ,mark 
+0x3d22 002257 jam 0x03 ,0x8901 
+0x3d23 002258 jam 0x84 ,0x8920 
+0x3d24 002259 rtn 
+:      002261 le_enable_coded_s2:
+:      002262 le_enable_coded:
+0x3d25 002263 call le_enable 
+0x3d26 002264 set1 mark_ble_lr ,mark 
+0x3d27 002265 set0 mark_ble_lr_s8 ,mark 
+0x3d28 002266 jam 0x05 ,0x8901 
+0x3d29 002267 jam 0x80 ,0x8920 
+0x3d2a 002268 jam 0x20 ,0x8930 
+0x3d2b 002269 rtn 
+:      002271 le_enable_coded_s8:
+0x3d2c 002272 call le_enable_coded 
+0x3d2d 002273 set1 mark_ble_lr_s8 ,mark 
+0x3d2e 002274 rtn 
+:      002276 le_enable:
+0x3d2f 002277 bpatch patch1a_6 ,mem_patch1a 
+0x3d30 002278 set0 mark_ble_2m ,mark 
+0x3d31 002279 set0 mark_ble_lr ,mark 
+0x3d32 002280 jam 0x01 ,0x8901 
+0x3d33 002281 jam 0x80 ,0x8920 
+0x3d34 002282 jam 0x03 ,0x8930 
+0x3d35 002283 rtn 
+:      002286 le_disable:
+0x3d36 002287 bpatch patch1a_7 ,mem_patch1a 
+0x3d37 002288 set0 mark_ble_encryption ,mark 
+0x3d38 002289 jam 0x01 ,0x8901 
+0x3d39 002290 jam 0x80 ,0x8920 
+0x3d3a 002291 jam 0x03 ,0x8930 
+0x3d3b 002292 rtn 
+:      002294 le_prep:
+0x3d3c 002295 bpatch patch1b_0 ,mem_patch1b 
+0x3d3d 002296 disable enable_crc 
+0x3d3e 002297 disable enable_white 
+0x3d3f 002298 fetch 3 ,mem_le_crcinit 
+0x3d40 002299 iforce crc24_init 
+0x3d41 002300 fetch 1 ,mem_le_ch_mapped 
+:      002301 le_prep_next:
+0x3d42 002302 reverse pdata ,temp 
+0x3d43 002303 set1 1 ,temp 
+0x3d44 002304 rshift temp ,white_init 
+0x3d45 002305 rtn 
+:      002308 le_rx_setfreq:
+0x3d46 002309 call le_setfreq 
+:      002310 le_rf_rx_enable:
+0x3d47 002311 call set_freq_rx 
+0x3d48 002312 fetch 2 ,mem_param_pll_setup 
+0x3d49 002313 call sleep 
+0x3d4a 002314 branch rf_rx_enable 
+:      002316 le_tx_setfreq:
+0x3d4b 002317 branch txon ,match 
+0x3d4c 002318 bmark1 mark_ble_crc_fail ,txon 
+:      002319 le_tx_setfreq0:
+0x3d4d 002320 call le_setfreq 
+0x3d4e 002321 branch set_freq_tx 
+:      002323 le_setfreq:
+0x3d4f 002324 bpatch patch1b_1 ,mem_patch1b 
+0x3d50 002325 call set_sync_on 
+0x3d51 002326 fetch 1 ,mem_le_testtype 
+0x3d52 002327 nbranch le_ctf_test ,blank 
+0x3d53 002328 fetch 1 ,mem_le_ch_mapped 
+0x3d54 002329 sub pdata ,36 ,null 
+0x3d55 002330 branch le_ctf_normal ,positive 
+0x3d56 002331 force 0 ,temp 
+0x3d57 002332 rtneq 37 
+0x3d58 002333 force 24 ,temp 
+0x3d59 002334 rtneq 38 
+0x3d5a 002335 force 78 ,temp 
+0x3d5b 002336 rtn 
+:      002338 le_ctf_normal:
+0x3d5c 002339 sub pdata ,10 ,null 
+0x3d5d 002340 branch le_ctf_low ,positive 
+0x3d5e 002341 increase 1 ,pdata 
+:      002343 le_ctf_low:
+0x3d5f 002344 lshift pdata ,pdata 
+0x3d60 002345 add pdata ,2 ,temp 
+0x3d61 002346 rtn 
+:      002348 le_ctf_test:
+0x3d62 002349 fetch 1 ,mem_le_ch_mapped 
+0x3d63 002350 lshift pdata ,temp 
+0x3d64 002351 rtn 
+:      002353 le_sca_map:
+0x3d65 002354 arg 500 ,temp 
+0x3d66 002355 rtn blank 
+0x3d67 002356 arg 250 ,temp 
+0x3d68 002357 rtneq 1 
+0x3d69 002358 arg 150 ,temp 
+0x3d6a 002359 rtneq 2 
+0x3d6b 002360 arg 100 ,temp 
+0x3d6c 002361 rtneq 3 
+0x3d6d 002362 arg 75 ,temp 
+0x3d6e 002363 rtneq 4 
+0x3d6f 002364 arg 50 ,temp 
+0x3d70 002365 rtneq 5 
+0x3d71 002366 arg 40 ,temp 
+0x3d72 002367 rtneq 6 
+0x3d73 002368 arg 20 ,temp 
+0x3d74 002369 rtn 
+:      002373 le_setup:
+0x3d75 002374 bpatch patch1b_2 ,mem_patch1b 
+0x3d76 002375 enable swfine 
+0x3d77 002376 fetch 4 ,mem_le_access 
+0x3d78 002377 iforce access 
+0x3d79 002378 call le_map_channel 
+0x3d7a 002379 setarg 0x200 
+0x3d7b 002380 branch le_setup_master ,master 
+0x3d7c 002381 fetch 2 ,mem_le_receive_window 
+0x3d7d 002382 rshift pdata ,pdata 
+:      002383 le_setup_master:
+0x3d7e 002384 fetcht 2 ,mem_param_pll_setup 
+0x3d7f 002385 iadd temp ,pdata 
+0x3d80 002386 call ahead_window 
+0x3d81 002387 deposit clke 
+0x3d82 002388 rtn 
+:      002391 le_context_nextevent:
+0x3d83 002392 bpatch patch1b_3 ,mem_patch1b 
+0x3d84 002393 call push_stack_rega_b_c 
+0x3d85 002394 storer loopcnt ,2 ,mem_loopcnt 
+0x3d86 002395 add rega ,coffset_mode ,contr 
+0x3d87 002396 ifetch 1 ,contr 
+0x3d88 002397 rtnbit0 mode_le 
+0x3d89 002398 add rega ,coffset_le_event_cnt ,contw 
+0x3d8a 002399 ifetch 2 ,contw 
+0x3d8b 002400 increase 1 ,pdata 
+0x3d8c 002401 istore 2 ,contw 
+0x3d8d 002402 call le_update_param 
+0x3d8e 002403 call le_update_channel_map 
+0x3d8f 002404 call le_update_phy 
+0x3d90 002405 call le_context_nexthop 
+0x3d91 002406 call pop_stack_rega_b_c 
+0x3d92 002407 fetchr loopcnt ,2 ,mem_loopcnt 
+0x3d93 002408 rtn 
+:      002410 le_context_nexthop:
+0x3d94 002411 add rega ,coffset_le_hop ,contr 
+0x3d95 002412 ifetch 1 ,contr 
+0x3d96 002413 add rega ,coffset_le_ch ,contw 
+0x3d97 002414 ifetcht 1 ,contw 
+0x3d98 002415 iadd temp ,pdata 
+0x3d99 002416 sub pdata ,36 ,null 
+0x3d9a 002417 branch le_nexthop_nowrap ,positive 
+0x3d9b 002418 increase -37 ,pdata 
+:      002419 le_nexthop_nowrap:
+0x3d9c 002420 istore 1 ,contw 
+0x3d9d 002421 rtn 
+:      002424 le_calc_channel_map:
+0x3d9e 002425 add rega ,coffset_le_channel_map ,contr 
+0x3d9f 002426 ifetch 5 ,contr 
+0x3da0 002427 force 0 ,temp 
+0x3da1 002428 force 37 ,loopcnt 
+:      002429 le_count_channels_loop:
+0x3da2 002430 bbit0 0 ,le_count_channels_notused 
+0x3da3 002431 increase 1 ,temp 
+:      002432 le_count_channels_notused:
+0x3da4 002433 rshift pdata ,pdata 
+0x3da5 002434 loop le_count_channels_loop 
+0x3da6 002435 add temp ,-1 ,pdata 
+0x3da7 002436 add rega ,coffset_le_channels ,contw 
+0x3da8 002437 istore 1 ,contw 
+0x3da9 002438 rtn 
+:      002440 le_map_channel:
+0x3daa 002441 bpatch patch1b_4 ,mem_patch1b 
+0x3dab 002442 fetch 1 ,mem_le_ch 
+0x3dac 002443 iforce queue 
+0x3dad 002444 fetcht 5 ,mem_le_channel_map 
+0x3dae 002445 qisolate1 temp 
+0x3daf 002446 branch le_map_channel_end ,true 
+:      002447 le_map_channel_next:
+0x3db0 002448 fetch 1 ,mem_le_channels 
+0x3db1 002449 isub queue ,pdata 
+0x3db2 002450 branch le_map_channel_cont ,positive 
+0x3db3 002451 sub pdata ,-1 ,queue 
+0x3db4 002452 branch le_map_channel_next 
+:      002453 le_map_channel_cont:
+0x3db5 002454 copy queue ,loopcnt 
+0x3db6 002455 force 0 ,queue 
+:      002456 le_map_channel_loop:
+0x3db7 002457 qisolate1 temp 
+0x3db8 002458 branch le_map_channel_skip ,true 
+0x3db9 002459 increase 1 ,loopcnt 
+:      002460 le_map_channel_skip:
+0x3dba 002461 deposit loopcnt 
+0x3dbb 002462 branch le_map_channel_end ,blank 
+0x3dbc 002463 increase 1 ,queue 
+0x3dbd 002464 increase -1 ,loopcnt 
+0x3dbe 002465 branch le_map_channel_loop 
+:      002466 le_map_channel_end:
+0x3dbf 002467 deposit queue 
+0x3dc0 002468 store 1 ,mem_le_ch_mapped 
+0x3dc1 002469 rtn 
+:      002472 le_wait_tx:
+0x3dc2 002473 branch le_wait_master ,master 
+0x3dc3 002474 until null ,timeout 
+0x3dc4 002475 rtn 
+:      002477 le_wait_master:
+0x3dc5 002478 arg 0xea0 ,timeup 
+0x3dc6 002479 until clkn_rt ,meet 
+0x3dc7 002480 rtn 
+:      002482 le_receive_adv:
+0x3dc8 002483 disable swfine 
+0x3dc9 002484 fetch 2 ,mem_le_scan_window 
+0x3dca 002485 copy pdata ,timeup 
+0x3dcb 002486 branch le_receive_packet 
+:      002489 le_receive_slave:
+0x3dcc 002490 bpatch patch1b_5 ,mem_patch1b 
+0x3dcd 002491 call le_dec_init 
+0x3dce 002492 enable swfine 
+0x3dcf 002493 fetch 2 ,mem_le_receive_window 
+0x3dd0 002494 fetcht 4 ,mem_le_transmit_window 
+0x3dd1 002495 iadd temp ,timeup 
+:      002496 le_receive_packet:
+0x3dd2 002497 call le_rx_setfreq 
+:      002498 le_receive_rxon:
+0x3dd3 002499 bpatch patch1b_6 ,mem_patch1b 
+0x3dd4 002500 call le_prep 
+0x3dd5 002501 bmark0 mark_ble_lr ,le_receive_nolr 
+0x3dd6 002502 pulse dewhiten_code_calc 
+0x3dd7 002503 nop 30 
+0x3dd8 002504 call le_prep 
+0x3dd9 002505 lshift3 timeup ,timeup 
+:      002506 le_receive_nolr:
+0x3dda 002507 disable match 
+0x3ddb 002508 enable decode_fec0 
+0x3ddc 002509 enable is_rx 
+0x3ddd 002510 disable is_tx 
+0x3dde 002511 copy timeup ,stop_watch 
+0x3ddf 002512 correlate null ,timeout 
+0x3de0 002513 branch le_receive_on_attempt ,attempt 
+0x3de1 002514 copy clke ,temp 
+0x3de2 002515 storet 6 ,mem_sync_clke 
+:      002516 le_receive_on_attempt:
+0x3de3 002517 nbranch le_unsync_end ,sync 
+0x3de4 002518 bpatch patch1b_7 ,mem_patch1b 
+0x3de5 002519 enable swfine 
+0x3de6 002520 arg param_t_ifs_150us + param_20ms_init + param_sync_time_difference ,stop_watch 
+0x3de7 002521 fetch 1 ,mem_system_clk 
+0x3de8 002522 imul32 stop_watch ,stop_watch 
+0x3de9 002523 call rf_debug_rx_sync_line 
+0x3dea 002524 branch le_receive_skip ,attempt 
+0x3deb 002525 call calc_clke_all_modem 
+0x3dec 002526 fetch 1 ,mem_le_state 
+0x3ded 002527 bbit0 lestate_got_first_packet ,le_receive_skip 
+0x3dee 002528 fetcht 6 ,mem_sync_clke 
+0x3def 002529 call lpm_adjust_clk ,wake 
+:      002530 le_receive_skip:
+0x3df0 002531 call save_rssi 
+0x3df1 002532 enable enable_white 
+0x3df2 002533 enable enable_crc 
+0x3df3 002534 parse demod ,bucket ,8 
+0x3df4 002535 rshift3 pwindow ,pdata 
+0x3df5 002536 store 1 ,mem_le_rxbuf_data_header 
+0x3df6 002537 parse demod ,bucket ,8 
+0x3df7 002538 rshift3 pwindow ,pdata 
+0x3df8 002539 store 1 ,mem_le_rxbuf_data_length 
+0x3df9 002540 copy pdata ,loopcnt 
+0x3dfa 002541 branch le_rx_nopayload ,zero 
+0x3dfb 002543 bmark1 mark_ble_encryption ,le_rx_dec 
+:      002545 le_rx_loop:
+0x3dfc 002546 parse demod ,bucket ,8 
+0x3dfd 002547 rshift3 pwindow ,pdata 
+0x3dfe 002548 istore 1 ,contw 
+0x3dff 002549 loop le_rx_loop 
+0x3e00 002550 branch le_rx_nopayload 
+:      002552 le_rx_dec:
+0x3e01 002553 copy contw ,regb 
+0x3e02 002554 bpatch patch1c_0 ,mem_patch1c 
+0x3e03 002555 call le_check_retransmit 
+0x3e04 002557 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+0x3e05 002558 increase -4 ,rega 
+0x3e06 002559 nbranch le_mic_error ,positive 
+0x3e07 002561 call le_dec_start 
+0x3e08 002562 copy regb ,contw 
+0x3e09 002563 arg 0 ,temp 
+0x3e0a 002564 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+0x3e0b 002565 increase -4 ,loopcnt 
+0x3e0c 002566 branch le_rx_dec_loop_end ,zero 
+:      002567 le_rx_dec_loop:
+0x3e0d 002569 parse demod ,bucket ,8 
+0x3e0e 002570 rshift3 pwindow ,pdata 
+0x3e0f 002571 istore 1 ,contw 
+0x3e10 002572 increase 1 ,temp 
+0x3e11 002573 and temp ,0xf ,null 
+0x3e12 002574 call le_dec ,zero 
+0x3e13 002575 loop le_rx_dec_loop 
+:      002576 le_rx_dec_loop_end:
+0x3e14 002577 call le_dec_end 
+0x3e15 002578 copy regb ,contw 
+:      002581 le_rx_nopayload:
+0x3e16 002582 bpatch patch1c_1 ,mem_patch1c 
+0x3e17 002583 parse demod ,bucket ,24 
+0x3e18 002584 rshift32 pdata ,pdata 
+0x3e19 002585 rshift16 pdata ,pdata 
+0x3e1a 002586 istore 3 ,contw 
+0x3e1b 002587 enable swfine 
+0x3e1c 002588 call le_set_until_tx_timer 
+0x3e1d 002589 branch le_crc_fail ,crc_failed 
+0x3e1e 002590 bmark0 mark_ble_encryption ,le_rx_match 
+0x3e1f 002591 fetch 1 ,mem_le_rxbuf_data_length 
+0x3e20 002592 branch le_rx_match ,blank 
+0x3e21 002593 increase -4 ,pdata 
+0x3e22 002594 store 1 ,mem_le_rxbuf_data_length 
+0x3e23 002595 call wait_ccm_done 
+0x3e24 002596 fetch 1 ,core_misc_status 
+0x3e25 002597 bbit0 7 ,le_mic_error 
+0x3e26 002598 force regidx_result ,regext_index 
+0x3e27 002599 storer regext ,4 ,mem_le_peer_mic 
+:      002600 le_rx_match:
+0x3e28 002601 call rf_debug_rx_crc_line 
+0x3e29 002602 enable match 
+0x3e2a 002603 set0 mark_ble_crc_fail ,mark 
+:      002604 le_crc_fail_tx:
+0x3e2b 002605 bpatch patch1c_2 ,mem_patch1c 
+0x3e2c 002606 call ccm_ctrl_clr 
+0x3e2d 002607 fetch 1 ,mem_le_rx_phy 
+0x3e2e 002608 nsetflag ble_coded_info ,bit_le_coded_phy_s8 ,pdata 
+0x3e2f 002609 store 1 ,mem_le_rx_phy 
+0x3e30 002610 call le_match_set_txfreq 
+:      002611 le_match_set_sync_on:
+0x3e31 002612 disable decode_fec0 
+0x3e32 002613 branch set_sync_on 
+:      002615 le_match_set_txfreq:
+0x3e33 002616 bpatch patch1c_3 ,mem_patch1c 
+0x3e34 002617 fetcht 1 ,mem_last_freq 
+0x3e35 002618 add temp ,2 ,rega 
+0x3e36 002619 bmark1 mark_ble_2m ,rf_tx_write_freq 
+0x3e37 002620 add temp ,1 ,rega 
+0x3e38 002621 branch rf_tx_write_freq 
+:      002624 le_dec_init:
+0x3e39 002625 rtnmark0 mark_ble_encryption 
+0x3e3a 002626 call load_sk 
+0x3e3b 002627 force regidx_result ,regext_index 
+0x3e3c 002628 call aes_clear 
+0x3e3d 002629 branch aes_clear_data 
+:      002632 le_dec_start:
+0x3e3e 002633 bpatch patch1c_4 ,mem_patch1c 
+0x3e3f 002634 jam 0 ,core_ccm_aad0 
+0x3e40 002635 jam 1 ,core_ccm_aad1 
+0x3e41 002636 fetch 1 ,mem_le_rxbuf_data_header 
+0x3e42 002637 and_into 0x3 ,pdata 
+0x3e43 002638 store 1 ,core_ccm_aad2 
+0x3e44 002640 setarg mem_le_rxbuf_data_payload 
+0x3e45 002641 store 2 ,core_ccm_input_playload_addr 
+0x3e46 002642 store 2 ,core_ccm_output_playload_addr 
+0x3e47 002644 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+0x3e48 002645 increase -4 ,rega 
+0x3e49 002647 fetcht 5 ,mem_ccm_pcnt_rx 
+0x3e4a 002648 isolate1 mark_old_packet ,mark 
+0x3e4b 002649 call le_pcnt_rx_sub1 ,true 
+0x3e4c 002650 call ccm_b0 
+0x3e4d 002651 setarg 0 
+0x3e4e 002652 store 2 ,core_ccm_inptr 
+0x3e4f 002653 jam 6 ,core_ccm_ctrl 
+0x3e50 002654 jam 7 ,core_ccm_ctrl 
+0x3e51 002655 rtn 
+:      002657 le_pcnt_rx_sub1:
+0x3e52 002658 sub temp ,0 ,null 
+0x3e53 002659 branch le_pcnt_rx_sub1_0 ,zero 
+0x3e54 002660 increase -1 ,temp 
+0x3e55 002661 set1 le_ccm_directionbit ,temp 
+0x3e56 002662 rtn 
+:      002664 le_pcnt_rx_sub1_0:
+0x3e57 002665 setarg 0xffffff 
+0x3e58 002666 lshift16 pdata ,pdata 
+0x3e59 002667 arg 0xffff ,temp 
+0x3e5a 002668 ior temp ,temp 
+0x3e5b 002669 rtn 
+:      002671 le_dec:
+0x3e5c 002672 copy contw ,regb 
+0x3e5d 002673 fetch 1 ,mem_le_rxbuf_data_length 
+0x3e5e 002674 increase -4 ,pdata 
+0x3e5f 002675 isub temp ,null 
+0x3e60 002676 rtn zero 
+0x3e61 002677 storet 2 ,core_ccm_inptr 
+0x3e62 002678 copy regb ,contw 
+0x3e63 002679 rtn 
+:      002681 le_dec_end:
+0x3e64 002682 parse demod ,bucket ,32 
+0x3e65 002683 rshift32 pdata ,pdata 
+0x3e66 002684 rshift8 pdata ,pdata 
+0x3e67 002685 istore 4 ,contw 
+0x3e68 002686 copy contw ,regb 
+0x3e69 002688 force regidx_data ,regext_index 
+0x3e6a 002689 copy pdata ,regext 
+0x3e6b 002690 storet 2 ,core_ccm_inptr 
+0x3e6c 002691 rtn 
+:      002693 le_mic_error:
+0x3e6d 002694 branch le_end_of_packet 
+:      002696 le_retransmit_end_of_packet:
+0x3e6e 002697 call le_set_until_tx_timer 
+0x3e6f 002698 call end_of_packet 
+0x3e70 002699 branch le_rx_match 
+:      002701 le_crc_fail:
+0x3e71 002702 call rf_debug_rx_crc_fail_line 
+0x3e72 002703 bmark1 mark_ble_crc_fail ,le_crc_fail_consecutive 
+0x3e73 002704 set1 mark_ble_crc_fail ,mark 
+0x3e74 002705 branch le_crc_fail_tx 
+:      002707 le_unsync_end:
+:      002708 le_crc_fail_consecutive:
+0x3e75 002709 set0 mark_ble_crc_fail ,mark 
+0x3e76 002710 branch le_end_of_packet 
+:      002712 le_end_of_packet:
+0x3e77 002713 bpatch patch1c_5 ,mem_patch1c 
+0x3e78 002714 call ccm_ctrl_clr 
+0x3e79 002715 branch end_of_packet 
+:      002717 calc_clke_all_modem:
+0x3e7a 002718 bmark1 mark_ble_lr ,calc_clke_modem_coded 
+0x3e7b 002719 bmark1 mark_ble_2m ,calc_clke_modem_2m 
+0x3e7c 002720 fetch 2 ,mem_param_clke_cal_le_1m 
+0x3e7d 002721 copy pdata ,clke_rt 
+0x3e7e 002722 copy bt_clk ,clke_bt 
+0x3e7f 002723 rtn 
+:      002726 calc_clke_modem_coded:
+0x3e80 002727 fetch 2 ,mem_param_clke_cal_le_coded 
+0x3e81 002728 copy pdata ,clke_rt 
+0x3e82 002729 add bt_clk ,1 ,clke_bt 
+0x3e83 002730 rtn 
+:      002732 calc_clke_modem_2m:
+0x3e84 002733 fetch 2 ,mem_param_clke_cal_le_2m 
+0x3e85 002734 copy pdata ,clke_rt 
+0x3e86 002735 copy bt_clk ,clke_bt 
+0x3e87 002736 rtn 
+:      002739 le_set_until_tx_timer:
+0x3e88 002740 fetch 1 ,mem_le_rxbuf_data_length 
+0x3e89 002741 add pdata ,5 ,temp 
+0x3e8a 002742 lshift3 temp ,temp 
+0x3e8b 002743 fetch 1 ,mem_le_rx_phy 
+0x3e8c 002744 bmark1 mark_ble_lr ,le_set_until_tx_timer_rx_lr 
+0x3e8d 002745 bbit1 bit_le_1m_phy ,le_set_until_tx_timer_rx_1m 
+0x3e8e 002746 bbit1 bit_le_2m_phy ,le_set_until_tx_timer_rx_2m 
+:      002747 le_set_until_tx_timer_rx_lr:
+0x3e8f 002748 branch le_set_until_tx_timer_rx_coded_s2 ,ble_coded_info 
+0x3e90 002749 branch le_set_until_tx_timer_rx_coded_s8 
+:      002751 le_set_until_tx_timer_rx_1m:
+0x3e91 002752 branch le_calc_stop_watch 
+:      002754 le_set_until_tx_timer_rx_2m:
+0x3e92 002755 rshift temp ,temp 
+0x3e93 002756 branch le_calc_stop_watch 
+:      002758 le_set_until_tx_timer_rx_coded_s2:
+0x3e94 002759 add temp ,3 ,temp 
+0x3e95 002760 lshift temp ,temp 
+0x3e96 002761 branch le_set_until_tx_timer_rx_coded 
+:      002763 le_set_until_tx_timer_rx_coded_s8:
+0x3e97 002764 add temp ,3 ,temp 
+0x3e98 002765 lshift3 temp ,temp 
+:      002766 le_set_until_tx_timer_rx_coded:
+0x3e99 002767 setarg param_coded_c1_term1_time_40us 
+0x3e9a 002768 iadd temp ,temp 
+0x3e9b 002769 branch le_calc_stop_watch 
+:      002771 le_calc_stop_watch:
+0x3e9c 002772 fetch 1 ,mem_system_clk 
+0x3e9d 002773 imul32 temp ,temp 
+0x3e9e 002774 arg param_20ms_init ,rega 
+0x3e9f 002775 imul32 rega ,pdata 
+0x3ea0 002776 isub temp ,temp 
+0x3ea1 002777 copy stop_watch ,pdata 
+0x3ea2 002778 isub temp ,stop_watch 
+0x3ea3 002779 rtn 
+:      002781 le_transmit_receive_sifs_without_change_mode:
+0x3ea4 002782 call le_transmit 
+0x3ea5 002783 fetcht 1 ,mem_last_freq 
+0x3ea6 002784 call set_freq_rx 
+0x3ea7 002785 call rf_rx_enable 
+0x3ea8 002786 enable swfine 
+0x3ea9 002787 arg 5500 ,timeup 
+0x3eaa 002788 branch le_receive_rxon 
+:      002791 le_transmit_receive_sifs:
+0x3eab 002792 bpatch patch1c_6 ,mem_patch1c 
+0x3eac 002793 fetch 1 ,mem_le_tx_phy 
+0x3ead 002794 call le_enable_phy_by_pdata 
+0x3eae 002795 call le_transmit 
+:      002796 le_transmit_receive_sifs_notx:
+0x3eaf 002797 fetch 1 ,mem_le_rx_phy 
+0x3eb0 002798 call le_enable_phy_by_pdata 
+0x3eb1 002800 fetcht 1 ,mem_last_freq 
+0x3eb2 002801 call set_freq_rx 
+0x3eb3 002802 call rf_rx_enable 
+0x3eb4 002803 enable swfine 
+0x3eb5 002804 arg 5500 ,timeup 
+0x3eb6 002805 bmark0 mark_ble_lr ,le_receive_rxon 
+0x3eb7 002806 arg 8500 ,timeup 
+0x3eb8 002807 branch le_receive_rxon 
+:      002809 le_transmit_norx:
+0x3eb9 002810 bpatch patch1c_7 ,mem_patch1c 
+0x3eba 002811 call le_transmit 
+0x3ebb 002812 branch end_of_packet 
+:      002814 le_transmit:
+0x3ebc 002815 bpatch patch1d_0 ,mem_patch1d 
+0x3ebd 002816 call le_prep 
+0x3ebe 002817 call le_tx_setfreq 
+0x3ebf 002818 call rf_debug_tx_on_line 
+0x3ec0 002819 set1 txgfsk ,radio_ctrl 
+0x3ec1 002820 enable encode_fec0 
+0x3ec2 002821 enable is_tx 
+0x3ec3 002822 disable is_rx 
+0x3ec4 002823 call le_wait_tx 
+0x3ec5 002824 disable lr_s2en 
+0x3ec6 002825 bmark1 mark_ble_lr ,le_transmit_lr 
+0x3ec7 002826 bmark1 mark_ble_2m ,le_transmit_2m 
+0x3ec8 002827 rshift16 access ,pdata 
+0x3ec9 002828 rshift8 pdata ,pdata 
+0x3eca 002829 rshift4 pdata ,pdata 
+0x3ecb 002830 inject mod ,40 
+:      002831 le_transmit_packet:
+0x3ecc 002832 enable enable_white 
+0x3ecd 002833 enable enable_crc 
+0x3ece 002834 bpatch patch1d_1 ,mem_patch1d 
+0x3ecf 002835 fetch 1 ,mem_le_txheader 
+0x3ed0 002836 inject mod ,8 
+0x3ed1 002837 ifetch 1 ,contr 
+0x3ed2 002838 copy pdata ,loopcnt 
+0x3ed3 002839 inject mod ,8 
+0x3ed4 002840 sub loopcnt ,0 ,null 
+0x3ed5 002841 branch le_tr_nopayload ,zero 
+0x3ed6 002843 fetch 1 ,core_ccm_ctrl 
+0x3ed7 002844 branch le_transmit_packet_not_enc ,blank 
+0x3ed8 002845 bmark1 mark_ble_encryption ,le_transmit_packet_enc 
+:      002846 le_transmit_packet_not_enc:
+0x3ed9 002847 arg mem_le_txpayload ,contr 
+:      002848 le_tr_loop:
+0x3eda 002849 ifetch 1 ,contr 
+0x3edb 002850 inject mod ,8 
+0x3edc 002851 loop le_tr_loop 
+:      002853 le_tr_nopayload:
+0x3edd 002854 enable enable_parity 
+0x3ede 002855 inject mod ,24 
+0x3edf 002856 disable enable_parity 
+0x3ee0 002857 bmark0 mark_ble_lr ,le_transmit_skip 
+0x3ee1 002858 disable enable_white 
+0x3ee2 002859 setarg 0 
+0x3ee3 002860 inject mod ,3 
+:      002861 le_transmit_skip:
+0x3ee4 002862 until null ,tx_clear 
+0x3ee5 002863 nop 100 
+0x3ee6 002864 bpatch patch1d_2 ,mem_patch1d 
+0x3ee7 002865 disable encode_fec0 
+0x3ee8 002866 disable encode_fec3 
+0x3ee9 002867 call set_sync_on 
+0x3eea 002868 call rf_debug_tx_off_line 
+:      002869 le_check_start_pause_enc:
+0x3eeb 002870 fetch 1 ,mem_le_txheader 
+0x3eec 002871 and pdata ,llid_le_ll ,pdata 
+0x3eed 002872 rtnne llid_le_ll 
+0x3eee 002873 fetch 1 ,mem_le_enc_state 
+0x3eef 002874 beq flag_le_enc_pause ,le_clear_enc 
+0x3ef0 002875 rtnne flag_le_send_start_enc_req 
+0x3ef1 002876 fetch 1 ,mem_le_txpayload 
+0x3ef2 002877 beq ll_start_enc_req ,le_set_enc 
+0x3ef3 002878 rtn 
+:      002881 le_transmit_packet_enc:
+0x3ef4 002882 increase -4 ,loopcnt 
+0x3ef5 002883 copy loopcnt ,temp 
+0x3ef6 002884 call ccm_wait_enc 
+0x3ef7 002885 arg mem_le_txpayload ,contr 
+:      002886 le_transmit_packet_enc_loop:
+0x3ef8 002887 ifetch 1 ,contr 
+0x3ef9 002888 inject mod ,8 
+0x3efa 002889 loop le_transmit_packet_enc_loop 
+0x3efb 002890 call ccm_check_enc_done 
+0x3efc 002891 copy regext ,pdata 
+0x3efd 002892 inject mod ,32 
+0x3efe 002893 branch le_tr_nopayload 
+:      002895 le_transmit_lr:
+0x3eff 002896 arg 10 ,loopcnt 
+:      002897 le_transmit_lr_preamble_loop:
+0x3f00 002898 setarg 0x3c 
+0x3f01 002899 inject mod ,8 
+0x3f02 002900 loop le_transmit_lr_preamble_loop 
+0x3f03 002901 disable encode_fec0 
+0x3f04 002902 enable encode_fec3 
+0x3f05 002903 rshift16 access ,pdata 
+0x3f06 002904 rshift16 pdata ,pdata 
+0x3f07 002905 rshift4 pdata ,pdata 
+0x3f08 002906 inject mod ,32 
+0x3f09 002907 bmark1 mark_ble_lr_s8 ,le_transmit_lr_s8 
+:      002908 le_transmit_lr_s2:
+0x3f0a 002909 setarg 1 
+0x3f0b 002910 inject mod ,5 
+0x3f0c 002911 enable lr_s2en 
+0x3f0d 002912 branch le_transmit_packet 
+:      002914 le_transmit_lr_s8:
+0x3f0e 002915 setarg 0 
+0x3f0f 002916 inject mod ,5 
+0x3f10 002917 branch le_transmit_packet 
+:      002919 le_transmit_2m:
+0x3f11 002920 fetch 1 ,mem_system_clk 
+0x3f12 002921 rshift pdata ,loopcnt 
+:      002922 le_transmit_2m_dealy:
+0x3f13 002923 nop 2 
+0x3f14 002924 loop le_transmit_2m_dealy 
+0x3f15 002926 rshift16 access ,pdata 
+0x3f16 002927 rshift8 pdata ,pdata 
+0x3f17 002928 rshift4 pdata ,temp 
+0x3f18 002929 copy temp ,pdata 
+0x3f19 002930 inject mod ,8 
+0x3f1a 002931 copy temp ,pdata 
+0x3f1b 002932 inject mod ,40 
+0x3f1c 002933 branch le_transmit_packet 
+:      002936 le_update_param:
+0x3f1d 002937 arg le_update_param_ahead1_cb ,regc 
+0x3f1e 002938 arg le_update_param_cb ,regb 
+0x3f1f 002939 arg lestate_update_param ,queue 
+0x3f20 002940 branch le_check_update_flag 
+:      002942 le_update_param_ahead1_cb:
+0x3f21 002943 add rega ,coffset_sniff_anchor ,contr 
+0x3f22 002944 ifetcht 4 ,contr 
+0x3f23 002945 add rega ,coffest_le_new_transmitwindowsize ,contr 
+0x3f24 002946 ifetch 1 ,contr 
+0x3f25 002947 add rega ,coffset_le_window_size ,contw 
+0x3f26 002948 istore 1 ,contw 
+0x3f27 002949 ifetch 2 ,contr 
+0x3f28 002950 lshift2 pdata ,pdata 
+0x3f29 002951 iadd temp ,timeup 
+0x3f2a 002952 add rega ,coffset_sniff_anchor ,contw 
+0x3f2b 002953 deposit timeup 
+0x3f2c 002954 istore 4 ,contw 
+0x3f2d 002955 ifetch 2 ,contr 
+0x3f2e 002956 lshift2 pdata ,pdata 
+0x3f2f 002957 add rega ,coffset_tsniff ,contw 
+0x3f30 002958 istore 2 ,contw 
+0x3f31 002959 ifetch 2 ,contr 
+0x3f32 002960 add rega ,coffset_le_slave_latency ,contw 
+0x3f33 002961 istore 2 ,contw 
+0x3f34 002962 ifetch 2 ,contr 
+0x3f35 002963 store 2 ,mem_le_init_superto 
+0x3f36 002964 branch le_receive_window_size 
+:      002966 le_update_param_cb:
+0x3f37 002967 ifetch 1 ,rega 
+0x3f38 002968 set0 lestate_got_first_packet ,pdata 
+0x3f39 002969 istore 1 ,rega 
+0x3f3a 002970 storer rega ,2 ,mem_rega 
+0x3f3b 002971 jam bt_evt_le_parse_conn_param_accepted ,mem_fifo_temp 
+0x3f3c 002972 call ui_ipc_send_event 
+0x3f3d 002973 fetchr rega ,2 ,mem_rega 
+0x3f3e 002974 rtn 
+:      002976 le_update_channel_map:
+0x3f3f 002977 arg 0 ,regc 
+0x3f40 002978 arg le_update_channel_map_cb ,regb 
+0x3f41 002979 arg lestate_update_map ,queue 
+0x3f42 002980 branch le_check_update_flag 
+:      002982 le_update_channel_map_cb:
+0x3f43 002983 add rega ,coffset_le_new_map ,contr 
+0x3f44 002984 ifetch 5 ,contr 
+0x3f45 002985 add rega ,coffset_le_channel_map ,contw 
+0x3f46 002986 istore 5 ,contw 
+0x3f47 002987 branch le_calc_channel_map 
+:      002990 le_update_phy:
+0x3f48 002991 arg 0 ,regc 
+0x3f49 002992 arg le_update_phy_cb ,regb 
+0x3f4a 002993 arg lestate_update_phy ,queue 
+0x3f4b 002994 branch le_check_update_flag 
+:      002996 le_update_phy_cb:
+0x3f4c 002997 add rega ,coffset_le_new_m2s_phy ,contr 
+0x3f4d 002998 ifetch 1 ,contr 
+0x3f4e 002999 call le_update_phy_cb_m2s 
+0x3f4f 003000 istore 1 ,contw 
+0x3f50 003001 add rega ,coffset_le_new_s2m_phy ,contr 
+0x3f51 003002 ifetch 1 ,contr 
+0x3f52 003003 call le_update_phy_cb_s2m 
+0x3f53 003004 istore 1 ,contw 
+0x3f54 003005 storer rega ,2 ,mem_rega 
+0x3f55 003006 jam bt_evt_le_update_phy ,mem_fifo_temp 
+0x3f56 003007 call ui_ipc_send_event 
+0x3f57 003008 fetchr rega ,2 ,mem_rega 
+0x3f58 003009 rtn 
+:      003011 le_update_phy_cb_m2s:
+0x3f59 003012 call le_update_phy_cb_m2s_no_change ,blank 
+0x3f5a 003013 add rega ,coffset_le_rx_phy ,contw 
+0x3f5b 003014 nrtn master 
+0x3f5c 003015 fetcht 1 ,mem_le_tx_phys 
+0x3f5d 003016 isolate1 bit_le_coded_phy_s8 ,temp 
+0x3f5e 003017 setflag true ,bit_le_coded_phy_s8 ,pdata 
+0x3f5f 003018 add rega ,coffset_le_tx_phy ,contw 
+0x3f60 003019 rtn 
+:      003021 le_update_phy_cb_m2s_no_change:
+0x3f61 003022 add rega ,coffset_le_rx_phy ,contr 
+0x3f62 003023 ifetch 1 ,contr 
+0x3f63 003024 nrtn master 
+0x3f64 003025 add rega ,coffset_le_tx_phy ,contr 
+0x3f65 003026 ifetch 1 ,contr 
+0x3f66 003027 rtn 
+:      003029 le_update_phy_cb_s2m:
+0x3f67 003030 call le_update_phy_cb_s2m_no_change ,blank 
+0x3f68 003031 fetcht 1 ,mem_le_tx_phys 
+0x3f69 003032 isolate1 bit_le_coded_phy_s8 ,temp 
+0x3f6a 003033 setflag true ,bit_le_coded_phy_s8 ,pdata 
+0x3f6b 003034 add rega ,coffset_le_tx_phy ,contw 
+0x3f6c 003035 nrtn master 
+0x3f6d 003036 set0 bit_le_coded_phy_s8 ,pdata 
+0x3f6e 003037 add rega ,coffset_le_rx_phy ,contw 
+0x3f6f 003038 rtn 
+:      003040 le_update_phy_cb_s2m_no_change:
+0x3f70 003041 add rega ,coffset_le_tx_phy ,contr 
+0x3f71 003042 ifetch 1 ,contr 
+0x3f72 003043 nrtn master 
+0x3f73 003044 add rega ,coffset_le_rx_phy ,contr 
+0x3f74 003045 ifetch 1 ,contr 
+0x3f75 003046 rtn 
+:      003051 le_check_update_flag:
+0x3f76 003052 bpatch patch1d_3 ,mem_patch1d 
+0x3f77 003053 ifetch 1 ,rega 
+0x3f78 003054 qisolate0 pdata 
+0x3f79 003055 rtn true 
+0x3f7a 003056 add rega ,coffset_le_event_cnt ,contr 
+0x3f7b 003057 ifetcht 2 ,contr 
+0x3f7c 003058 add rega ,coffset_le_instant ,contr 
+0x3f7d 003059 ifetch 2 ,contr 
+0x3f7e 003061 isub temp ,pdata 
+0x3f7f 003062 branch le_update ,zero 
+0x3f80 003063 nbranch le_check_update_small ,positive 
+0x3f81 003064 sub pdata ,1 ,null 
+0x3f82 003065 branch le_update_ahead1 ,zero 
+0x3f83 003066 rtn 
+:      003068 le_update_ahead1:
+0x3f84 003069 copy regc ,pdata 
+0x3f85 003070 branch callback_func 
+:      003072 le_update:
+0x3f86 003073 ifetch 1 ,rega 
+0x3f87 003074 qset0 pdata 
+0x3f88 003075 istore 1 ,rega 
+0x3f89 003076 copy regb ,pdata 
+0x3f8a 003077 branch callback_func 
+:      003079 le_check_update_small:
+0x3f8b 003080 add rega ,coffset_le_event_cnt ,contr 
+0x3f8c 003081 ifetch 2 ,contr 
+0x3f8d 003082 add rega ,coffset_le_instant ,contr 
+0x3f8e 003083 ifetch 2 ,contr 
+0x3f8f 003084 isub temp ,pdata 
+0x3f90 003085 arg 0xffff ,temp 
+0x3f91 003086 isub temp ,null 
+0x3f92 003087 branch le_update ,zero 
+0x3f93 003088 arg 0xf000 ,temp 
+0x3f94 003089 isub temp ,null 
+0x3f95 003090 nbranch le_update ,positive 
+0x3f96 003091 rtn 
+:      003094 le_check_retransmit:
+0x3f97 003095 fetcht 1 ,mem_le_arq 
+0x3f98 003096 fetch 1 ,mem_le_rxbuf_data_header 
+0x3f99 003099 rshift pdata ,pdata 
+0x3f9a 003100 ixor temp ,pdata 
+0x3f9b 003101 isolate1 nesn ,pdata 
+0x3f9c 003102 setflag true ,mark_old_packet ,mark 
+0x3f9d 003103 rtn 
+:      003106 le_acknowledge:
+0x3f9e 003107 bpatch patch1d_4 ,mem_patch1d 
+0x3f9f 003108 call le_supervision_flush 
+0x3fa0 003109 rtnmark1 mark_ble_crc_fail 
+0x3fa1 003110 call le_check_wak 
+0x3fa2 003111 fetch 1 ,mem_le_rxbuf_data_header 
+0x3fa3 003112 isolate1 md ,pdata 
+0x3fa4 003113 setflag true ,mark_ble_rx_md ,mark 
+0x3fa5 003114 rshift pdata ,pdata 
+0x3fa6 003115 ixor temp ,pdata 
+0x3fa7 003116 isolate1 nesn ,pdata 
+0x3fa8 003117 setflag true ,mark_old_packet ,mark 
+0x3fa9 003118 rtnmark1 mark_old_packet 
+0x3faa 003119 fetch 1 ,mem_le_rxbuf_data_length 
+0x3fab 003120 branch le_ack_unenc ,blank 
+0x3fac 003121 fetch 1 ,mem_le_state 
+0x3fad 003122 bbit0 lestate_encryption ,le_ack_unenc 
+0x3fae 003123 fetcht 4 ,mem_le_peer_mic 
+0x3faf 003124 fetch 4 ,mem_ccm_last_mic 
+0x3fb0 003125 isub temp ,null 
+0x3fb1 003126 branch assert ,zero 
+0x3fb2 003127 storet 4 ,mem_ccm_last_mic 
+0x3fb3 003128 fetch 5 ,mem_ccm_pcnt_rx 
+0x3fb4 003129 increase 1 ,pdata 
+0x3fb5 003130 set1 le_ccm_directionbit ,pdata 
+0x3fb6 003131 store 5 ,mem_ccm_pcnt_rx 
+:      003133 le_ack_unenc:
+0x3fb7 003134 fetcht 1 ,mem_le_arq 
+0x3fb8 003135 setflip nesn ,temp 
+0x3fb9 003136 storet 1 ,mem_le_arq 
+0x3fba 003137 fetch 1 ,mem_le_configuration 
+0x3fbb 003138 rtnbit0 bit_ble_deal_bb_packet 
+0x3fbc 003139 bpatch patch1d_5 ,mem_patch1d 
+0x3fbd 003140 fetch 1 ,mem_le_rxbuf_data_length 
+0x3fbe 003141 rtn blank 
+0x3fbf 003142 fetch 1 ,mem_le_rxbuf_data_header 
+0x3fc0 003143 compare llid_continue ,pdata ,3 
+0x3fc1 003144 branch le_parse_writing_attribute_continue ,true 
+0x3fc2 003145 compare llid_start ,pdata ,3 
+0x3fc3 003146 branch le_parse_writing_attribute_start ,true 
+0x3fc4 003147 rtn 
+:      003150 le_check_wak:
+0x3fc5 003151 bpatch patch1d_6 ,mem_patch1d 
+0x3fc6 003152 fetcht 1 ,mem_le_arq 
+0x3fc7 003153 isolate0 wak ,temp 
+0x3fc8 003154 rtn true 
+0x3fc9 003155 fetch 1 ,mem_le_rxbuf_data_header 
+0x3fca 003156 lshift pdata ,pdata 
+0x3fcb 003157 ixor temp ,pdata 
+0x3fcc 003158 rtnbit0 sn 
+0x3fcd 003159 set0 wak ,temp 
+0x3fce 003160 setflip sn ,temp 
+0x3fcf 003161 storet 1 ,mem_le_arq 
+0x3fd0 003162 compare 3 ,temp ,3 
+0x3fd1 003163 nrtn true 
+0x3fd2 003164 rtn 
+:      003167 le_set_enc:
+0x3fd3 003168 fetch 1 ,mem_le_state 
+0x3fd4 003169 set1 lestate_encryption ,pdata 
+0x3fd5 003170 store 1 ,mem_le_state 
+0x3fd6 003171 set1 mark_ble_encryption ,mark 
+0x3fd7 003172 rtn 
+:      003174 le_clear_enc:
+0x3fd8 003175 bpatch patch1d_7 ,mem_patch1d 
+0x3fd9 003176 jam flag_le_enc_null ,mem_le_enc_state 
+0x3fda 003177 arg 0 ,pdata 
+0x3fdb 003178 store 4 ,mem_ccm_last_mic 
+0x3fdc 003179 store 5 ,mem_ccm_pcnt_tx 
+0x3fdd 003180 set1 le_ccm_directionbit ,pdata 
+0x3fde 003181 store 5 ,mem_ccm_pcnt_rx 
+0x3fdf 003182 fetch 1 ,mem_le_state 
+0x3fe0 003183 set0 lestate_encryption ,pdata 
+0x3fe1 003184 store 1 ,mem_le_state 
+0x3fe2 003185 set0 mark_ble_encryption ,mark 
+0x3fe3 003186 rtn 
+:      003191 le_scan_check_sender_addr_type:
+0x3fe4 003192 arg 1 ,rega 
+0x3fe5 003193 fetch 1 ,mem_le_rxbuf_adv_connect_ind_header 
+0x3fe6 003194 rtnbit1 le_sender_addr_bit 
+0x3fe7 003195 arg 0 ,rega 
+0x3fe8 003196 rtn 
+:      003199 le_get_master_rx_max:
+0x3fe9 003200 copy contr ,contw 
+0x3fea 003201 fetcht 2 ,mem_remote_rx_max_octets 
+0x3feb 003202 copy contw ,contr 
+0x3fec 003203 rtn 
+:      003206 le_prepare_tx:
+0x3fed 003207 bpatch patch1e_0 ,mem_patch1e 
+0x3fee 003208 fetch 1 ,mem_le_arq 
+0x3fef 003209 rtnbit1 wak 
+0x3ff0 003210 call le_check_tx_md 
+0x3ff1 003211 call le_fifo_get_first_tx_ptr 
+0x3ff2 003212 branch le_send_empty ,blank 
+0x3ff3 003213 ifetch 2 ,contr 
+0x3ff4 003214 ifetcht 2 ,contr 
+0x3ff5 003215 copy temp ,rega 
+0x3ff6 003216 isub rega ,pdata 
+0x3ff7 003217 call le_get_master_rx_max 
+0x3ff8 003218 call not_greater_than 
+0x3ff9 003219 copy pdata ,temp 
+0x3ffa 003220 ifetchr type ,1 ,contr 
+0x3ffb 003221 copy rega ,pdata 
+0x3ffc 003222 iadd contr ,pdata 
+0x3ffd 003223 store 2 ,mem_contr 
+0x3ffe 003224 call le_update_tx_type 
+0x3fff 003225 call le_send_packet 
+0x4000 003227 call le_fifo_get_first_tx_ptr 
+0x4001 003228 ifetch 2 ,contr 
+0x4002 003229 copy pdata ,rega 
+0x4003 003230 copy contr ,regc 
+0x4004 003231 ifetcht 2 ,contr 
+0x4005 003232 copy temp ,regb 
+0x4006 003233 isub regb ,pdata 
+0x4007 003234 call le_get_master_rx_max 
+0x4008 003235 call not_greater_than 
+0x4009 003236 iadd regb ,pdata 
+0x400a 003237 istore 2 ,regc 
+0x400b 003238 isub rega ,null 
+0x400c 003239 nrtn zero 
+0x400d 003240 branch le_fifo_release_first_node 
+:      003243 le_check_tx_md:
+0x400e 003244 call le_check_continue 
+0x400f 003245 rtnmark1 mark_ble_tx_md 
+0x4010 003246 fetch 1 ,mem_le_configuration 
+0x4011 003247 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
+0x4012 003248 call le_fifo_get_second_tx_ptr 
+0x4013 003249 branch le_clear_md ,blank 
+0x4014 003250 branch le_set_md 
+:      003253 le_check_continue:
+0x4015 003254 call le_fifo_get_first_tx_ptr 
+0x4016 003255 branch le_clear_md ,blank 
+0x4017 003256 ifetch 2 ,contr 
+0x4018 003257 ifetcht 2 ,contr 
+0x4019 003258 isub temp ,rega 
+0x401a 003259 call le_get_master_rx_max 
+0x401b 003260 copy temp ,pdata 
+0x401c 003261 isub rega ,null 
+0x401d 003262 branch le_clear_md ,positive 
+:      003263 le_set_md:
+0x401e 003264 set1 mark_ble_tx_md ,mark 
+0x401f 003265 rtn 
+:      003267 le_clear_md:
+0x4020 003268 set0 mark_ble_tx_md ,mark 
+0x4021 003269 rtn 
+:      003271 le_update_tx_type:
+0x4022 003272 copy rega ,pdata 
+0x4023 003273 rtn blank 
+0x4024 003274 arg llid_continue ,type 
+0x4025 003275 rtn 
+:      003278 le_att_check_notification_enable:
+0x4026 003279 bpatch patch1e_1 ,mem_patch1e 
+0x4027 003280 increase 1 ,temp 
+0x4028 003281 call le_att_get_handle_ptr 
+0x4029 003282 increase -2 ,contr 
+0x402a 003283 ifetch 2 ,contr 
+0x402b 003284 arg client_charactertic_configuration ,temp 
+0x402c 003285 isub temp ,null 
+0x402d 003286 nrtn zero 
+0x402e 003287 increase 1 ,contr 
+0x402f 003288 copy contr ,rega 
+0x4030 003289 ifetch 1 ,contr 
+0x4031 003290 rtn 
+:      003293 le_send_empty:
+0x4032 003294 force 0 ,temp 
+0x4033 003295 force 1 ,type 
+:      003297 le_send_packet:
+0x4034 003298 bpatch patch1e_2 ,mem_patch1e 
+0x4035 003299 storet 1 ,mem_le_txlen 
+0x4036 003300 fetcht 1 ,mem_le_arq 
+0x4037 003301 set1 wak ,temp 
+0x4038 003302 and temp ,0xfc ,pdata 
+0x4039 003303 ior type ,pdata 
+0x403a 003304 store 1 ,mem_le_arq 
+0x403b 003305 and_into 0x1f ,pdata 
+0x403c 003306 isolate1 mark_ble_tx_md ,mark 
+0x403d 003307 setflag true ,md ,pdata 
+0x403e 003308 store 1 ,mem_le_txheader 
+0x403f 003310 fetch 1 ,mem_le_txheader 
+0x4040 003311 compare 1 ,type ,3 
+0x4041 003312 nbranch le_send_no_txlen ,true 
+0x4042 003313 fetch 1 ,mem_le_txlen 
+0x4043 003314 rtn blank 
+:      003316 le_send_no_txlen:
+0x4044 003317 bmark1 mark_ble_encryption ,le_send_packet_enc 
+0x4045 003318 fetchr loopcnt ,1 ,mem_le_txlen 
+0x4046 003319 fetch 2 ,mem_contr 
+0x4047 003320 copy pdata ,contr 
+0x4048 003321 arg mem_le_txpayload ,contw 
+0x4049 003322 branch memcpy_fast 
+:      003324 le_send_packet_enc:
+0x404a 003325 call load_sk 
+0x404b 003326 branch le_encrypt_new_start 
+:      003328 get_lpm_wake_ble_rx_lock:
+0x404c 003329 arg wake_lock_ble_rx ,queue 
+0x404d 003330 branch lpm_get_wake_lock 
+:      003332 put_lpm_wake_ble_rx_lock:
+0x404e 003333 arg wake_lock_ble_rx ,queue 
+0x404f 003334 branch lpm_put_wake_lock 
+:      003337 le_parse:
+0x4050 003338 bpatch patch1e_3 ,mem_patch1e 
+0x4051 003339 rtnmark1 mark_old_packet 
+0x4052 003340 rtnmark1 mark_ble_crc_fail 
+0x4053 003341 fetch 1 ,mem_le_rxbuf_data_header 
+0x4054 003342 and pdata ,0x3 ,pdata 
+0x4055 003343 store 1 ,mem_le_packet_llid 
+0x4056 003344 fetch 1 ,mem_le_rxbuf_data_length 
+0x4057 003345 rtn blank 
+0x4058 003346 setarg mem_le_rxbuf_data_payload 
+0x4059 003347 store 2 ,mem_le_payload_ptr 
+0x405a 003348 bpatch patch1e_4 ,mem_patch1e 
+0x405b 003349 fetch 1 ,mem_le_packet_llid 
+0x405c 003350 beq llid_le_ll ,le_parse_ll 
+:      003351 le_parse_l2cap:
+0x405d 003352 call le_check_l2cap_complete 
+0x405e 003353 nbranch get_lpm_wake_ble_rx_lock ,user 
+0x405f 003354 call put_lpm_wake_ble_rx_lock 
+0x4060 003355 setarg 0 
+0x4061 003356 store 2 ,mem_le_packet_len_recved 
+0x4062 003357 fetch 2 ,mem_le_payload_ptr 
+0x4063 003358 add pdata ,2 ,contr 
+0x4064 003359 bpatch patch1e_5 ,mem_patch1e 
+0x4065 003360 ifetch 2 ,contr 
+0x4066 003361 beq le_l2cap_cid_att ,le_parse_att 
+0x4067 003362 beq le_l2cap_cid_smp ,le_parse_smp 
+0x4068 003363 beq le_l2cap_cid_signal ,le_parse_signaling 
+0x4069 003364 rtn 
+:      003367 le_check_l2cap_complete:
+0x406a 003368 fetch 1 ,mem_le_packet_llid 
+0x406b 003369 beq llid_start ,le_check_l2cap_llid_start 
+0x406c 003370 beq llid_continue ,le_check_l2cap_llid_continue 
+0x406d 003371 rtn 
+:      003376 le_check_l2cap_cid_legal:
+0x406e 003377 call enable_user 
+0x406f 003378 arg le_l2cap_cid_att ,temp 
+0x4070 003379 isub pdata ,null 
+0x4071 003380 rtn zero 
+0x4072 003381 arg le_l2cap_cid_signal ,temp 
+0x4073 003382 isub pdata ,null 
+0x4074 003383 rtn zero 
+0x4075 003384 arg le_l2cap_cid_smp ,temp 
+0x4076 003385 isub pdata ,null 
+0x4077 003386 rtn zero 
+0x4078 003387 branch disable_user 
+:      003390 le_check_l2cap_llid_start:
+0x4079 003391 fetch 2 ,mem_le_payload_ptr 
+0x407a 003392 copy pdata ,contr 
+0x407b 003393 ifetch 2 ,contr 
+0x407c 003394 store 2 ,mem_le_l2cap_size 
+0x407d 003395 ifetch 2 ,contr 
+0x407e 003396 call le_check_l2cap_cid_legal 
+0x407f 003397 nrtn user 
+0x4080 003398 fetcht 1 ,mem_le_rxbuf_data_length 
+0x4081 003399 storet 2 ,mem_le_packet_len_recved 
+0x4082 003400 fetch 2 ,mem_le_l2cap_size 
+0x4083 003401 increase 4 ,pdata 
+0x4084 003402 isub temp ,null 
+0x4085 003403 branch enable_user ,zero 
+0x4086 003404 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+0x4087 003405 arg mem_le_l2cap_buf ,contw 
+0x4088 003406 fetch 2 ,mem_le_payload_ptr 
+0x4089 003407 copy pdata ,contr 
+0x408a 003408 call memcpy_fast 
+0x408b 003409 branch disable_user 
+:      003414 le_check_l2cap_continue_legal:
+0x408c 003415 call enable_user 
+0x408d 003416 fetch 2 ,mem_le_packet_len_recved 
+0x408e 003417 nrtn blank 
+0x408f 003418 branch disable_user 
+:      003420 le_check_l2cap_llid_continue:
+0x4090 003421 call le_check_l2cap_continue_legal 
+0x4091 003422 nrtn user 
+0x4092 003423 fetch 2 ,mem_le_packet_len_recved 
+0x4093 003424 arg mem_le_l2cap_buf ,contw 
+0x4094 003425 iadd contw ,rega 
+0x4095 003426 fetcht 1 ,mem_le_rxbuf_data_length 
+0x4096 003427 iadd temp ,pdata 
+0x4097 003428 store 2 ,mem_le_packet_len_recved 
+0x4098 003429 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+0x4099 003430 copy rega ,contw 
+0x409a 003431 fetch 2 ,mem_le_payload_ptr 
+0x409b 003432 copy pdata ,contr 
+0x409c 003433 call memcpy_fast 
+0x409d 003434 setarg mem_le_l2cap_buf 
+0x409e 003435 store 2 ,mem_le_payload_ptr 
+0x409f 003436 fetch 2 ,mem_le_l2cap_size 
+0x40a0 003437 increase 4 ,pdata 
+0x40a1 003438 fetcht 2 ,mem_le_packet_len_recved 
+0x40a2 003439 isub temp ,null 
+0x40a3 003440 branch enable_user ,zero 
+0x40a4 003441 branch disable_user 
+:      003447 le_get_search_att_uuid:
+0x40a5 003448 call store_contr 
+0x40a6 003449 arg mem_le_search_uuid_length ,contw 
+0x40a7 003450 branch le_get_search_common 
+:      003454 le_writeatt_cb:
+0x40a8 003455 fetch 2 ,mem_cb_att_write 
+0x40a9 003456 branch callback_func 
+:      003458 le_supervision_update:
+0x40aa 003459 bpatch patch1e_6 ,mem_patch1e 
+0x40ab 003460 fetcht 4 ,mem_le_supervision_timer 
+0x40ac 003461 call get_clkbt 
+0x40ad 003462 isub temp ,timeup 
+0x40ae 003463 deposit timeup 
+0x40af 003464 fetcht 2 ,mem_le_superto 
+0x40b0 003465 lshift4 temp ,temp 
+0x40b1 003466 lshift temp ,temp 
+0x40b2 003467 isub temp ,pdata 
+0x40b3 003468 rtn 
+:      003470 le_supervision_flush:
+0x40b4 003471 call get_clkbt 
+0x40b5 003472 store 4 ,mem_le_supervision_timer 
+0x40b6 003473 rtn 
+:      003477 le_receive_window_size:
+0x40b7 003478 bpatch patch1e_7 ,mem_patch1e 
+0x40b8 003479 add rega ,coffset_le_peer_sca ,contr 
+0x40b9 003480 ifetch 1 ,contr 
+0x40ba 003481 call le_sca_map 
+0x40bb 003482 add rega ,coffset_tsniff ,contr 
+0x40bc 003483 ifetch 2 ,contr 
+0x40bd 003484 imul32 temp ,pdata 
+0x40be 003485 fetcht 2 ,mem_param_rt_rthalfslot 
+0x40bf 003486 imul32 temp ,pdata 
+0x40c0 003487 arg 1000000 ,temp 
+0x40c1 003488 idiv temp 
+0x40c2 003489 arg param_windown_size ,temp 
+0x40c3 003490 fetch 1 ,mem_system_clk 
+0x40c4 003491 imul32 temp ,temp 
+0x40c5 003492 add rega ,coffset_le_window_size ,contr 
+0x40c6 003493 ifetch 1 ,contr 
+0x40c7 003494 imul32 temp ,pdata 
+0x40c8 003495 iadd temp ,pdata 
+0x40c9 003496 store 4 ,mem_le_transmit_window 
+0x40ca 003497 fetch 2 ,mem_rx_window_sniff 
+0x40cb 003498 call wait_div_end 
+0x40cc 003499 quotient temp 
+0x40cd 003500 iadd temp ,pdata 
+0x40ce 003501 add rega ,coffset_rx_window ,contw 
+0x40cf 003502 istore 2 ,contw 
+0x40d0 003503 rtn 
+:      003507 le_init_attlist_search:
+0x40d1 003508 bpatch patch1f_0 ,mem_patch1f 
+0x40d2 003509 fetch 2 ,mem_le_search_handle_start 
+0x40d3 003510 iforce regb 
+0x40d4 003511 fetch 2 ,mem_le_search_handle_end 
+0x40d5 003512 iforce regc 
+0x40d6 003513 fetch 2 ,mem_ui_le_uuid_table 
+0x40d7 003514 iforce contr 
+0x40d8 003515 enable user 
+0x40d9 003516 rtn 
+:      003519 le_att_handle_inrange:
+0x40da 003520 ifetch 2 ,contr 
+0x40db 003521 and_into 0xff ,pdata 
+0x40dc 003522 rtn blank 
+0x40dd 003523 isub regb ,null 
+0x40de 003524 nrtn positive 
+0x40df 003525 isub regc ,null 
+0x40e0 003526 rtn zero 
+0x40e1 003527 branch le_att_handle_blank ,positive 
+0x40e2 003528 force 1 ,null 
+0x40e3 003529 rtn 
+:      003530 le_att_handle_blank:
+0x40e4 003531 force 0 ,pdata 
+0x40e5 003532 rtn 
+:      003536 le_att_get_handle_ptr:
+0x40e6 003537 call le_att_get_handle_ptr2 
+0x40e7 003538 branch le_att_get_handle_ptr_found ,zero 
+0x40e8 003539 rtn 
+:      003541 le_att_get_handle_ptr2:
+0x40e9 003542 bpatch patch1f_1 ,mem_patch1f 
+0x40ea 003543 fetch 2 ,mem_ui_le_uuid_table 
+0x40eb 003544 iforce contr 
+:      003545 le_att_get_handle_loop1:
+0x40ec 003546 ifetch 2 ,contr 
+0x40ed 003547 and_into 0xff ,pdata 
+0x40ee 003548 rtn blank 
+0x40ef 003549 isub temp ,null 
+0x40f0 003550 rtn zero 
+0x40f1 003551 ifetch 1 ,contr 
+0x40f2 003552 iadd contr ,contr 
+0x40f3 003553 ifetch 1 ,contr 
+0x40f4 003554 iadd contr ,contr 
+0x40f5 003555 branch le_att_get_handle_loop1 
+:      003556 le_att_get_handle_ptr_found:
+0x40f6 003557 ifetch 1 ,contr 
+0x40f7 003558 iadd contr ,contr 
+0x40f8 003559 rtn 
+:      003563 le_att_get_short_uuid_ptr:
+0x40f9 003564 bpatch patch1f_2 ,mem_patch1f 
+0x40fa 003565 fetch 2 ,mem_ui_le_uuid_table 
+0x40fb 003566 iforce contr 
+:      003567 le_att_get_short_uuid_loop:
+0x40fc 003568 ifetch 2 ,contr 
+0x40fd 003569 and_into 0xff ,pdata 
+0x40fe 003570 rtn blank 
+0x40ff 003571 ifetch 1 ,contr 
+0x4100 003572 iadd contr ,contr 
+0x4101 003573 increase -2 ,contr 
+0x4102 003574 ifetch 2 ,contr 
+0x4103 003575 isub temp ,null 
+0x4104 003576 rtn zero 
+0x4105 003577 ifetch 1 ,contr 
+0x4106 003578 iadd contr ,contr 
+0x4107 003579 branch le_att_get_short_uuid_loop 
+:      003584 le_att_get_last_handle:
+0x4108 003585 fetch 2 ,mem_ui_le_uuid_table 
+0x4109 003586 iforce contr 
+:      003587 le_att_get_last_handle_loop:
+0x410a 003588 ifetch 2 ,contr 
+0x410b 003589 and_into 0xff ,pdata 
+0x410c 003590 rtn blank 
+0x410d 003591 add pdata ,1 ,temp 
+0x410e 003592 ifetch 1 ,contr 
+0x410f 003593 iadd contr ,contr 
+0x4110 003594 ifetch 1 ,contr 
+0x4111 003595 iadd contr ,contr 
+0x4112 003596 copy contr ,contw 
+0x4113 003597 branch le_att_get_last_handle_loop 
+:      003600 le_att_get_handle_info_from_ptr:
+0x4114 003601 fetch 2 ,mem_le_cur_attlist_start_ptr 
+0x4115 003602 branch le_att_get_handle_info_fast 
+:      003604 le_att_get_handle_info:
+0x4116 003605 bpatch patch1f_3 ,mem_patch1f 
+0x4117 003606 fetch 2 ,mem_ui_le_uuid_table 
+:      003607 le_att_get_handle_info_fast:
+0x4118 003608 iforce contr 
+:      003609 le_att_get_handle_loop:
+0x4119 003610 ifetch 2 ,contr 
+0x411a 003611 and_into 0xff ,pdata 
+0x411b 003612 branch le_att_unfind_handle ,blank 
+0x411c 003613 isub temp ,null 
+0x411d 003614 branch le_att_finded_handle ,zero 
+0x411e 003615 ifetch 1 ,contr 
+0x411f 003616 iadd contr ,contr 
+0x4120 003617 ifetch 1 ,contr 
+0x4121 003618 iadd contr ,contr 
+0x4122 003619 branch le_att_get_handle_loop 
+:      003620 le_att_unfind_handle:
+0x4123 003621 branch disable_blank 
+:      003623 le_att_finded_handle:
+0x4124 003624 ifetch 1 ,contr 
+0x4125 003625 store 1 ,mem_le_cur_uuid_length 
+0x4126 003626 copy pdata ,loopcnt 
+0x4127 003627 arg mem_le_cur_uuid ,contw 
+0x4128 003628 call memcpy_fast 
+0x4129 003629 ifetch 1 ,contr 
+0x412a 003630 store 1 ,mem_le_curr_att_len 
+0x412b 003631 call store_contr 
+0x412c 003632 branch enable_blank 
+:      003635 le_modified_name:
+0x412d 003636 bpatch patch1f_4 ,mem_patch1f 
+0x412e 003637 call le_modified_name_att_list 
+0x412f 003638 branch le_modified_name_adv 
+:      003640 le_modified_name_att_list:
+0x4130 003641 arg uuid_chrctr_device_name ,temp 
+0x4131 003642 call le_att_get_short_uuid_ptr 
+0x4132 003643 rtn blank 
+0x4133 003644 ifetch 1 ,contr 
+0x4134 003645 copy contr ,contw 
+0x4135 003646 fetcht 1 ,mem_le_name_len 
+0x4136 003647 copy temp ,loopcnt 
+0x4137 003648 isub temp ,null 
+0x4138 003649 nbranch le_name_length_longer_than_att ,positive 
+0x4139 003650 isub temp ,temp 
+0x413a 003651 arg mem_le_name ,contr 
+0x413b 003652 call memcpy_fast 
+0x413c 003653 copy temp ,loopcnt 
+0x413d 003654 ncall memcpy_empty ,zero 
+0x413e 003655 rtn 
+:      003656 le_name_length_longer_than_att:
+0x413f 003657 copy pdata ,loopcnt 
+0x4140 003658 arg mem_le_name ,contr 
+0x4141 003659 branch memcpy_fast 
+:      003662 le_modified_name_adv:
+0x4142 003663 arg mem_le_adv_data_len + 32 ,regc 
+0x4143 003664 arg mem_le_adv_data ,rega 
+0x4144 003665 call le_modified_name_adv_and_scan 
+0x4145 003666 setarg 0 
+0x4146 003667 setflag user ,0 ,pdata 
+0x4147 003668 store 1 ,mem_pdatatemp 
+0x4148 003669 arg mem_le_scan_data_len + 32 ,regc 
+0x4149 003670 arg mem_le_scan_data ,rega 
+0x414a 003671 call le_modified_name_adv_and_scan 
+0x414b 003672 rtn user 
+0x414c 003673 fetch 1 ,mem_pdatatemp 
+0x414d 003674 branch assert ,blank 
+0x414e 003675 rtn 
+:      003678 le_modified_name_adv_and_scan:
+0x414f 003679 bpatch patch1f_5 ,mem_patch1f 
+0x4150 003680 call enable_user 
+0x4151 003681 call clear_temp_block 
+0x4152 003682 arg 0 ,regb 
+0x4153 003683 arg mem_le_data_temp ,contw 
+0x4154 003684 call le_modified_name_adv_loop 
+0x4155 003685 fetch 1 ,mem_le_name_len 
+0x4156 003686 add pdata ,1 ,temp 
+0x4157 003687 iadd regb ,rega 
+0x4158 003688 increase 2 ,rega 
+0x4159 003689 sub rega ,0x1f ,null 
+0x415a 003690 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
+0x415b 003691 istoret 1 ,contw 
+0x415c 003692 arg gap_adtype_local_name_complete ,temp 
+0x415d 003693 istoret 1 ,contw 
+0x415e 003694 iforce loopcnt 
+0x415f 003695 call memcpy_fast 
+0x4160 003696 copy rega ,regb 
+:      003697 le_modified_name_adv_and_scan_store_data:
+0x4161 003698 deposit regb 
+0x4162 003699 store 1 ,mem_le_data_len_temp 
+0x4163 003700 arg mem_le_data_len_temp ,contr 
+0x4164 003701 setarg -32 
+0x4165 003702 iadd regc ,contw 
+0x4166 003703 branch memcpy32 
+:      003705 le_modified_name_adv_and_scan_name_overflow:
+0x4167 003706 call disable_user 
+0x4168 003707 branch le_modified_name_adv_and_scan_store_data 
+:      003709 le_modified_name_adv_loop:
+0x4169 003710 ifetch 1 ,rega 
+0x416a 003711 rtn blank 
+0x416b 003712 pincrease 1 
+0x416c 003713 ifetcht 1 ,contr 
+0x416d 003714 sub temp ,gap_adtype_local_name_complete ,null 
+0x416e 003715 branch le_modified_name_adv_found_name ,zero 
+0x416f 003716 iadd regb ,regb 
+0x4170 003717 copy rega ,contr 
+0x4171 003718 iforce loopcnt 
+0x4172 003719 call memcpy_fast 
+0x4173 003720 copy contr ,rega 
+:      003721 le_modified_name_adv_loop2:
+0x4174 003722 deposit rega 
+0x4175 003723 isub regc ,null 
+0x4176 003724 rtn positive 
+0x4177 003725 branch le_modified_name_adv_loop 
+:      003727 le_modified_name_adv_found_name:
+0x4178 003728 iadd rega ,rega 
+0x4179 003729 branch le_modified_name_adv_loop2 
+:      003732 memcpy_empty:
+0x417a 003733 setarg space 
+0x417b 003734 istore 1 ,contw 
+0x417c 003735 loop memcpy_empty 
+0x417d 003736 rtn 
+:      003739 le_lpm_set_mult:
+0x417e 003740 bpatch patch1f_6 ,mem_patch1f 
+0x417f 003741 disable wake 
+0x4180 003742 branch le_lpm_set_mult_attempt ,attempt 
+0x4181 003743 nbranch le_lpm_lost ,match 
+:      003744 le_lpm_set_mult_attempt:
+0x4182 003745 call lpm_match 
+0x4183 003746 fetch 2 ,mem_rx_window_sniff 
+0x4184 003747 store 2 ,mem_le_receive_window 
+0x4185 003748 fetch 1 ,mem_le_configuration 
+0x4186 003749 bbit1 bit_ble_short_mult ,lpm_mult_short 
+0x4187 003750 bmark1 mark_old_packet ,lpm_mult_short 
+0x4188 003751 fetch 1 ,mem_le_rxbuf_data_length 
+0x4189 003752 nbranch lpm_mult_short ,blank 
+0x418a 003753 fetch 1 ,mem_le_txlen 
+0x418b 003754 nbranch lpm_mult_short ,blank 
+0x418c 003756 fetch 1 ,mem_le_state 
+0x418d 003757 bbit1 lestate_update_param ,lpm_mult_short 
+0x418e 003758 bbit1 lestate_update_phy ,lpm_mult_short 
+0x418f 003759 bbit1 lestate_update_map ,lpm_mult_short 
+0x4190 003760 branch lpm_mult_wait_timeout 
+:      003762 le_lpm_lost:
+0x4191 003763 fetch 1 ,mem_sniff_unint_lost 
+0x4192 003764 sub pdata ,30 ,null 
+0x4193 003765 nbranch lpm_lost ,positive 
+0x4194 003766 fetcht 2 ,mem_rx_window_sniff 
+0x4195 003767 rshift temp ,temp 
+0x4196 003768 fetch 2 ,mem_le_receive_window 
+0x4197 003769 iadd temp ,pdata 
+0x4198 003770 store 2 ,mem_le_receive_window 
+0x4199 003771 branch lpm_lost 
+:      003774 le_set_config_fixed_tk:
+0x419a 003775 arg bit_ble_passkey_fixed_key ,queue 
+0x419b 003776 branch le_set_config 
+:      003778 le_clr_config_fixed_tk:
+0x419c 003779 arg bit_ble_passkey_fixed_key ,queue 
+0x419d 003780 branch le_clr_config 
+:      003782 le_set_config_fixed_ltk:
+0x419e 003783 arg bit_ble_pairing_fixed_ltk ,queue 
+0x419f 003784 branch le_set_config 
+:      003786 le_clr_config_fixed_ltk:
+0x41a0 003787 arg bit_ble_pairing_fixed_ltk ,queue 
+0x41a1 003788 branch le_clr_config 
+:      003790 le_set_config_more_data:
+0x41a2 003791 arg bit_ble_transmit_packet_by_md ,queue 
+0x41a3 003792 branch le_set_config 
+:      003794 le_clr_config_more_data:
+0x41a4 003795 arg bit_ble_transmit_packet_by_md ,queue 
+0x41a5 003796 branch le_clr_config 
+:      003798 le_set_config_read_authentication:
+0x41a6 003799 arg bit_ble_read_auth ,queue 
+0x41a7 003800 branch le_set_config 
+:      003802 le_clr_config_read_authentication:
+0x41a8 003803 arg bit_ble_read_auth ,queue 
+0x41a9 003804 branch le_clr_config 
+:      003806 le_set_config_write_authentication:
+0x41aa 003807 arg bit_ble_write_auth ,queue 
+0x41ab 003808 branch le_set_config 
+:      003810 le_clr_config_write_authentication:
+0x41ac 003811 arg bit_ble_write_auth ,queue 
+0x41ad 003812 branch le_clr_config 
+:      003814 le_set_config_short_mult:
+0x41ae 003815 arg bit_ble_short_mult ,queue 
+0x41af 003816 branch le_set_config 
+:      003818 le_clr_config_short_mult:
+0x41b0 003819 arg bit_ble_short_mult ,queue 
+0x41b1 003820 branch le_clr_config 
+:      003823 le_set_config:
+0x41b2 003824 fetch 1 ,mem_le_configuration 
+0x41b3 003825 qset1 pdata 
+0x41b4 003826 store 1 ,mem_le_configuration 
+0x41b5 003827 rtn 
+:      003829 le_clr_config:
+0x41b6 003830 fetch 1 ,mem_le_configuration 
+0x41b7 003831 qset0 pdata 
+0x41b8 003832 store 1 ,mem_le_configuration 
+0x41b9 003833 rtn 
+:      003835 le_set_fixed_ltk:
+0x41ba 003836 setarg 0x112233 
+0x41bb 003837 store 3 ,mem_le_fixed_ltk 
+0x41bc 003838 setarg 0x445566 
+0x41bd 003839 istore 3 ,contw 
+0x41be 003840 setarg 0x778899 
+0x41bf 003841 istore 3 ,contw 
+0x41c0 003842 setarg 0x001122 
+0x41c1 003843 istore 3 ,contw 
+0x41c2 003844 setarg 0x334455 
+0x41c3 003845 istore 3 ,contw 
+0x41c4 003846 setarg 0x66 
+0x41c5 003847 istore 1 ,contw 
+0x41c6 003848 rtn 
+:      003851 le_set_justwork:
+0x41c7 003852 setarg 0x01000302 
+0x41c8 003853 store 4 ,mem_le_pres 
+0x41c9 003854 setarg 0x010010 
+0x41ca 003855 store 3 ,mem_le_pres_max_keysize 
+0x41cb 003856 jam 1 ,mem_le_pairing_mode 
+0x41cc 003857 rtn 
+:      003861 le_fifo_malloc_tx_empty:
+0x41cd 003862 arg 0 ,rega 
+0x41ce 003863 arg llid_empty ,type 
+0x41cf 003864 branch le_fifo_malloc_tx 
+:      003868 le_fifo_malloc_tx_ll:
+0x41d0 003869 bpatch patch1f_7 ,mem_patch1f 
+0x41d1 003870 arg llid_le_ll ,type 
+0x41d2 003871 call le_fifo_malloc_tx 
+0x41d3 003872 copy regb ,pdata 
+0x41d4 003873 istore 1 ,contw 
+0x41d5 003874 rtn 
+:      003878 le_fifo_malloc_tx_l2cap:
+0x41d6 003879 bpatchx patch20_0 ,mem_patch20 
+0x41d7 003880 force llid_start ,type 
+0x41d8 003881 increase 4 ,rega 
+0x41d9 003882 call le_fifo_malloc_tx 
+0x41da 003883 increase -4 ,rega 
+0x41db 003884 copy rega ,pdata 
+0x41dc 003885 istore 2 ,contw 
+0x41dd 003886 copy regb ,pdata 
+0x41de 003887 istore 2 ,contw 
+0x41df 003888 rtn 
+:      003892 le_fifo_malloc_tx:
+0x41e0 003893 bpatchx patch20_1 ,mem_patch20 
+0x41e1 003894 increase 5 ,rega 
+0x41e2 003895 call ble_l2cap_malloc 
+0x41e3 003896 increase -5 ,rega 
+0x41e4 003897 copy rega ,pdata 
+0x41e5 003898 istore 2 ,contw 
+0x41e6 003899 setarg 0 
+0x41e7 003900 istore 2 ,contw 
+0x41e8 003901 copy type ,pdata 
+0x41e9 003902 istore 1 ,contw 
+0x41ea 003903 rtn 
+:      003906 le_fifo_get_first_tx_ptr:
+0x41eb 003907 bpatchx patch20_2 ,mem_patch20 
+0x41ec 003908 call l2cap_malloc_fifo_out 
+0x41ed 003909 copy pdata ,contr 
+0x41ee 003910 rtn 
+:      003912 le_fifo_get_second_tx_ptr:
+0x41ef 003913 fetch 2 ,mem_tx_fifo2_ptr 
+0x41f0 003914 rtn 
+:      003916 le_fifo_get_last_tx_ptr:
+0x41f1 003917 call le_fifo_get_last_tx_ptr0 
+0x41f2 003918 copy pdata ,contr 
+0x41f3 003919 rtn 
+:      003922 le_fifo_get_last_tx_ptr0:
+0x41f4 003923 fetch 2 ,mem_tx_fifo3_ptr 
+0x41f5 003924 rtn 
+:      003927 le_fifo_get_first_l2cap_ptr:
+0x41f6 003928 call le_fifo_get_first_tx_ptr 
+0x41f7 003929 increase 5 ,contr 
+0x41f8 003930 rtn 
+:      003932 le_fifo_get_first_att_ptr:
+0x41f9 003933 call le_fifo_get_first_tx_ptr 
+0x41fa 003934 increase 9 ,contr 
+0x41fb 003935 rtn 
+:      003937 le_fifo_get_last_att_ptr:
+0x41fc 003938 call le_fifo_get_last_tx_ptr 
+0x41fd 003939 increase 9 ,contr 
+0x41fe 003940 rtn 
+:      003942 le_fifo_get_last_l2cap_ptr:
+0x41ff 003943 call le_fifo_get_last_tx_ptr 
+0x4200 003944 increase 5 ,contr 
+0x4201 003945 rtn 
+:      003948 le_fifo_check_full:
+0x4202 003949 branch l2cap_malloc_is_fifo_full 
+:      003952 le_fifo_check_nearly_full:
+0x4203 003953 branch l2cap_malloc_is_fifo_nearly_full 
+:      003956 le_fifo_check_empty:
+0x4204 003957 branch l2cap_malloc_is_fifo_empty 
+:      003960 le_fifo_release_first_node:
+0x4205 003961 branch l2cap_malloc_free 
+:      003964 le_set_dle:
+0x4206 003965 store 8 ,mem_local_rx_max_octets 
+0x4207 003966 branch le_set_feature_data_packet_length_extension 
+:      003969 le_set_phys:
+0x4208 003970 and temp ,0xff ,rega 
+0x4209 003971 call le_set_tx_phy 
+0x420a 003972 rshift8 temp ,rega 
+:      003974 le_set_rx_phy:
+0x420b 003975 storer rega ,1 ,mem_le_rx_phys 
+0x420c 003976 branch le_set_phy_common 
+:      003978 le_set_tx_phy:
+0x420d 003979 storer rega ,1 ,mem_le_tx_phys 
+:      003980 le_set_phy_common:
+0x420e 003981 isolate1 bit_le_2m_phy ,rega 
+0x420f 003982 call le_set_feature_2m_phy ,true 
+0x4210 003983 isolate1 bit_le_coded_phy ,rega 
+0x4211 003984 call le_set_feature_coded_phy ,true 
+0x4212 003985 rtn 
+:      003989 le_set_feature_2m_phy:
+0x4213 003990 arg bit_ll_feature_le_2m_phy ,queue 
+0x4214 003991 branch le_set_feature 
+:      003994 le_set_feature_coded_phy:
+0x4215 003995 arg bit_ll_feature_le_coded_phy ,queue 
+0x4216 003996 branch le_set_feature 
+:      003998 le_set_feature_data_packet_length_extension:
+0x4217 003999 arg bit_ll_feature_le_data_packet_length_extension ,queue 
+:      004001 le_set_feature:
+0x4218 004002 fetch 8 ,mem_le_local_feature 
+0x4219 004003 qset1 pdata 
+0x421a 004004 store 8 ,mem_le_local_feature 
+0x421b 004005 rtn 
+:      004011 le_advertising_dispatch:
+0x421c 004012 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
+0x421d 004013 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
+0x421e 004014 call le_enable 
+0x421f 004015 call le_scan 
+0x4220 004016 call le_adv 
+0x4221 004017 branch le_disable 
+:      004019 le_scan:
+0x4222 004020 bpatchx patch20_3 ,mem_patch20 
+0x4223 004021 fetch 1 ,mem_le_scan_enable 
+0x4224 004022 rtnne le_scan_enable 
+0x4225 004023 arg le_scan_interval_timer ,queue 
+0x4226 004024 call timer_check 
+0x4227 004025 nrtn blank 
+0x4228 004026 fetch 2 ,mem_le_scan_interval 
+0x4229 004027 fetcht 2 ,mem_le_scan_window 
+0x422a 004028 isub temp ,pdata 
+0x422b 004029 arg le_scan_interval_timer ,queue 
+0x422c 004030 call timer_init 
+0x422d 004031 disable master 
+0x422e 004032 call le_init_adv 
+0x422f 004033 call le_wait_adv 
+0x4230 004034 nrtn match 
+0x4231 004035 bpatchx patch20_4 ,mem_patch20 
+0x4232 004036 fetch 6 ,mem_le_rxbuf + 2 
+0x4233 004037 store 6 ,mem_le_plap 
+0x4234 004040 fetch 1 ,mem_le_adv_rcv 
+0x4235 004041 increase 1 ,pdata 
+0x4236 004042 store 1 ,mem_le_adv_rcv 
+0x4237 004043 call le_create_conn 
+0x4238 004044 rtn master 
+0x4239 004045 call le_send_scan_request 
+0x423a 004046 nrtn match 
+0x423b 004047 fetch 1 ,mem_le_scanrsp_rcv 
+0x423c 004048 increase 1 ,pdata 
+0x423d 004049 store 1 ,mem_le_scanrsp_rcv 
+0x423e 004050 fetch 9 ,mem_le_rxbuf + 8 
+0x423f 004051 store 9 ,mem_temp_block0 
+0x4240 004052 rtn 
+:      004055 le_wait_adv:
+0x4241 004056 bpatchx patch20_5 ,mem_patch20 
+0x4242 004057 call le_next_adv_channel 
+0x4243 004058 call le_receive_adv 
+0x4244 004059 fetch 1 ,mem_le_adv_waitcnt 
+0x4245 004060 increase 1 ,pdata 
+0x4246 004061 store 1 ,mem_le_adv_waitcnt 
+0x4247 004062 rtn 
+:      004065 le_create_conn:
+0x4248 004066 bpatchx patch20_6 ,mem_patch20 
+0x4249 004067 fetch 1 ,mem_cmd_le_create_conn 
+0x424a 004068 rtnne hci_cmd_le_create_conn 
+0x424b 004069 fetch 6 ,mem_le_plap 
+0x424c 004070 fetcht 6 ,mem_le_conn_peer_addr 
+0x424d 004071 isub temp ,null 
+0x424e 004072 nrtn zero 
+0x424f 004073 call context_new 
+0x4250 004074 nrtn zero 
+0x4251 004075 call le_connect_request 
+0x4252 004076 call le_init_master 
+0x4253 004077 jam 0 ,mem_hci_cmd 
+0x4254 004078 jam 0 ,mem_le_peer_sca 
+0x4255 004079 jam 0 ,mem_le_scan_enable 
+0x4256 004080 jam 0 ,mem_cmd_le_create_conn 
+0x4257 004081 branch context_save 
+:      004083 le_connect_request:
+0x4258 004084 bpatchx patch20_7 ,mem_patch20 
+0x4259 004085 force -1 ,pdata 
+0x425a 004086 setsect 2 ,1 
+0x425b 004087 store 5 ,mem_le_channel_map 
+0x425c 004088 arg mem_le_state ,rega 
+0x425d 004089 call le_calc_channel_map 
+0x425e 004090 force 4 ,loopcnt 
+0x425f 004091 arg mem_le_access ,contw 
+0x4260 004092 call generate_random_loop 
+0x4261 004093 fetch 2 ,mem_le_timeout 
+0x4262 004094 store 2 ,mem_le_superto 
+:      004095 le_con_req_hop_retry:
+0x4263 004096 random pdata 
+0x4264 004097 and_into 0xf ,pdata 
+0x4265 004098 sub pdata ,4 ,null 
+0x4266 004099 branch le_con_req_hop_retry ,positive 
+0x4267 004100 store 1 ,mem_le_hop 
+0x4268 004102 bpatchx patch21_0 ,mem_patch21 
+0x4269 004103 fetcht 2 ,mem_le_conn_interval 
+0x426a 004104 storet 2 ,mem_le_tsniff 
+0x426b 004105 copy temp ,regc 
+0x426c 004106 add clkn_bt ,7 ,pdata 
+0x426d 004107 idiv regc 
+0x426e 004108 call wait_div_end 
+0x426f 004109 remainder rega 
+0x4270 004110 isub rega ,pdata 
+0x4271 004111 iadd regc ,pdata 
+0x4272 004112 fetcht 2 ,mem_le_dsniff 
+0x4273 004113 iadd temp ,pdata 
+0x4274 004114 store 4 ,mem_le_anchor 
+0x4275 004115 isub clkn_bt ,rega 
+0x4276 004116 increase -6 ,rega 
+0x4277 004117 arg 0x2205 ,regb 
+0x4278 004118 fetch 1 ,mem_le_conn_own_addr_type 
+0x4279 004119 nsetflag blank ,le_sender_addr_bit ,regb 
+0x427a 004120 fetch 1 ,mem_le_conn_peer_addr_type 
+0x427b 004121 nsetflag blank ,le_receiver_addr_bit ,regb 
+0x427c 004122 copy regb ,pdata 
+0x427d 004123 store 2 ,mem_le_txheader 
+0x427e 004124 fetch 6 ,mem_le_lap 
+0x427f 004125 istore 6 ,contw 
+0x4280 004126 fetch 6 ,mem_le_plap 
+0x4281 004127 istore 6 ,contw 
+0x4282 004128 fetch 4 ,mem_le_access 
+0x4283 004129 istore 4 ,contw 
+0x4284 004130 random pdata 
+0x4285 004131 istore 2 ,contw 
+0x4286 004132 random pdata 
+0x4287 004133 istore 1 ,contw 
+0x4288 004134 force 2 ,pdata 
+0x4289 004135 istore 1 ,contw 
+0x428a 004136 rshift2 rega ,pdata 
+0x428b 004137 istore 2 ,contw 
+0x428c 004138 rshift2 regc ,pdata 
+0x428d 004139 istore 2 ,contw 
+0x428e 004140 bpatchx patch21_1 ,mem_patch21 
+0x428f 004141 setarg 0 
+0x4290 004142 istore 2 ,contw 
+0x4291 004143 fetch 2 ,mem_le_timeout 
+0x4292 004144 istore 2 ,contw 
+0x4293 004145 fetch 5 ,mem_le_channel_map 
+0x4294 004146 istore 5 ,contw 
+0x4295 004147 fetch 1 ,mem_le_hop 
+0x4296 004148 arg param_le_sca ,temp 
+0x4297 004149 ior temp ,pdata 
+0x4298 004150 istore 1 ,contw 
+0x4299 004151 call le_transmit_norx 
+0x429a 004152 setarg mem_le_txheader 
+0x429b 004153 add pdata ,18 ,contr 
+0x429c 004154 ifetch 3 ,contr 
+0x429d 004155 store 3 ,mem_le_crcinit 
+0x429e 004156 rtn 
+:      004159 le_adv:
+0x429f 004160 jam 36 ,mem_le_ch_mapped 
+0x42a0 004161 jam 0 ,mem_le_adv_channel_map_temp 
+0x42a1 004162 call le_send_adv_protect_txbuf 
+0x42a2 004163 call le_adv_loop 
+0x42a3 004164 branch le_send_adv_recover_txbuf 
+:      004166 le_adv_loop:
+0x42a4 004167 bpatchx patch21_2 ,mem_patch21 
+0x42a5 004168 fetch 1 ,mem_le_adv_enable 
+0x42a6 004169 rtn blank 
+0x42a7 004170 arg le_adv_interval_timer ,queue 
+0x42a8 004171 call timer_check 
+0x42a9 004172 nrtn blank 
+0x42aa 004173 enable swfine 
+0x42ab 004174 call le_init_adv 
+0x42ac 004175 call le_next_adv_channel 
+0x42ad 004176 call le_send_adv_ind 
+0x42ae 004177 nbranch le_adv_not_match ,match 
+0x42af 004178 fetch 1 ,mem_le_req_rcv 
+0x42b0 004179 increase 1 ,pdata 
+0x42b1 004180 store 1 ,mem_le_req_rcv 
+0x42b2 004181 fetch 1 ,mem_le_rxbuf_adv_header 
+0x42b3 004182 and pdata ,0x0f ,pdata 
+0x42b4 004183 beq scan_req ,le_send_scan_response 
+0x42b5 004184 beq connect_req ,le_parse_connect_req 
+:      004185 le_adv_not_match:
+0x42b6 004186 bpatchx patch21_3 ,mem_patch21 
+0x42b7 004187 fetch 1 ,mem_le_adv_channel_map_temp 
+0x42b8 004188 fetcht 1 ,mem_le_adv_channel_map 
+0x42b9 004189 isub temp ,null 
+0x42ba 004190 nbranch le_adv_loop ,zero 
+0x42bb 004191 random pdata 
+0x42bc 004192 arg 0x1ff ,temp 
+0x42bd 004193 iand temp ,pdata 
+0x42be 004194 add pdata ,250 ,pdata 
+0x42bf 004195 call delay 
+0x42c0 004196 arg le_adv_interval_timer ,queue 
+0x42c1 004197 fetch 2 ,mem_le_adv_interval 
+0x42c2 004198 branch timer_init 
+:      004200 le_send_adv_protect_txbuf:
+0x42c3 004201 arg mem_le_tx_buf_temp ,contw 
+0x42c4 004202 arg mem_le_txheader ,contr 
+0x42c5 004203 branch memcpy48 
+:      004205 le_send_adv_recover_txbuf:
+0x42c6 004206 arg mem_le_tx_buf_temp ,contr 
+0x42c7 004207 arg mem_le_txheader ,contw 
+0x42c8 004208 branch memcpy48 
+:      004210 le_init_adv:
+0x42c9 004211 bpatchx patch21_4 ,mem_patch21 
+0x42ca 004212 disable master 
+:      004213 le_adv_access:
+0x42cb 004214 setarg 0x8e89be 
+0x42cc 004215 lshift8 pdata ,pdata 
+0x42cd 004216 or_into 0xd6 ,pdata 
+0x42ce 004217 iforce access 
+0x42cf 004218 setarg 0x555555 
+0x42d0 004219 store 3 ,mem_le_crcinit 
+0x42d1 004220 rtn 
+:      004224 le_send_adv_ind:
+0x42d2 004225 bpatchx patch21_5 ,mem_patch21 
+0x42d3 004226 fetch 1 ,mem_le_adv_type 
+0x42d4 004227 fetcht 1 ,mem_le_adv_own_addr_type 
+0x42d5 004228 lshift4 temp ,temp 
+0x42d6 004229 lshift2 temp ,temp 
+0x42d7 004230 iadd temp ,temp 
+0x42d8 004231 storet 1 ,mem_le_txheader 
+0x42d9 004232 beq adv_direct_ind ,le_send_adv_direct_ind 
+0x42da 004233 fetcht 1 ,mem_le_adv_data_len 
+0x42db 004234 add temp ,6 ,pdata 
+0x42dc 004235 store 1 ,mem_le_txlen 
+0x42dd 004236 fetch 6 ,mem_le_lap 
+0x42de 004237 store 6 ,mem_le_txpayload 
+0x42df 004238 copy temp ,loopcnt 
+0x42e0 004239 arg mem_le_adv_data ,contr 
+0x42e1 004240 call memcpy_fast 
+0x42e2 004241 branch le_send_adv_transmit 
+:      004243 le_send_adv_direct_ind:
+0x42e3 004244 setarg 12 
+0x42e4 004245 store 1 ,mem_le_txlen 
+0x42e5 004246 fetch 6 ,mem_le_lap 
+0x42e6 004247 store 6 ,mem_le_txpayload 
+0x42e7 004248 fetch 6 ,mem_hci_plap 
+0x42e8 004249 istore 6 ,contw 
+:      004250 le_send_adv_transmit:
+0x42e9 004251 bpatchx patch21_6 ,mem_patch21 
+0x42ea 004252 fetch 1 ,mem_le_adv_transmit 
+0x42eb 004253 increase 1 ,pdata 
+0x42ec 004254 store 1 ,mem_le_adv_transmit 
+0x42ed 004255 arg 1800 ,stop_watch 
+0x42ee 004256 disable match 
+0x42ef 004257 branch le_transmit_receive_sifs_without_change_mode 
+:      004260 le_send_scan_request:
+0x42f0 004261 bpatchx patch21_7 ,mem_patch21 
+0x42f1 004262 fetch 1 ,mem_le_scan_type 
+0x42f2 004263 rtnne le_scan_type_active 
+0x42f3 004264 fetch 1 ,mem_le_adv_transmit 
+0x42f4 004265 increase 1 ,pdata 
+0x42f5 004266 store 1 ,mem_le_adv_transmit 
+0x42f6 004267 arg 0x0c03 ,temp 
+0x42f7 004268 fetch 1 ,mem_le_scan_own_addr_type 
+0x42f8 004269 nsetflag blank ,le_sender_addr_bit ,temp 
+0x42f9 004270 copy rega ,pdata 
+0x42fa 004271 nsetflag blank ,le_receiver_addr_bit ,temp 
+0x42fb 004272 storet 2 ,mem_le_txheader 
+0x42fc 004273 fetch 6 ,mem_le_lap 
+0x42fd 004274 istore 6 ,contw 
+0x42fe 004275 fetch 6 ,mem_le_plap 
+0x42ff 004276 istore 6 ,contw 
+0x4300 004277 branch le_transmit_receive_sifs_without_change_mode 
+:      004279 le_send_scan_response:
+0x4301 004280 fetch 6 ,mem_le_rxbuf_adv_scan_req_adv_address 
+0x4302 004281 fetcht 6 ,mem_le_lap 
+0x4303 004282 isub temp ,null 
+0x4304 004283 nrtn zero 
+0x4305 004284 arg scan_rsp ,temp 
+0x4306 004285 fetch 1 ,mem_le_adv_own_addr_type 
+0x4307 004286 nsetflag blank ,le_sender_addr_bit ,temp 
+0x4308 004287 storet 1 ,mem_le_txheader 
+0x4309 004288 fetcht 1 ,mem_le_scan_data_len 
+0x430a 004289 add temp ,6 ,pdata 
+0x430b 004290 store 1 ,mem_le_txlen 
+0x430c 004291 fetch 6 ,mem_le_lap 
+0x430d 004292 store 6 ,mem_le_txpayload 
+0x430e 004293 arg mem_le_scan_data ,contr 
+0x430f 004294 copy temp ,loopcnt 
+0x4310 004295 call memcpy_fast 
+0x4311 004296 call le_transmit_norx 
+0x4312 004297 branch le_adv_not_match 
+:      004299 le_parse_connect_req:
+0x4313 004300 fetch 6 ,mem_le_rxbuf_adv_connect_ind_adv_address 
+0x4314 004301 fetcht 6 ,mem_le_lap 
+0x4315 004302 isub temp ,null 
+0x4316 004303 nrtn zero 
+0x4317 004304 call le_scan_check_sender_addr_type 
+0x4318 004305 storer rega ,1 ,mem_le_conn_peer_addr_type 
+0x4319 004306 fetch 6 ,mem_le_rxbuf_adv_connect_ind_init_address 
+0x431a 004307 store 6 ,mem_le_plap 
+0x431b 004308 fetch 8 ,mem_le_rxbuf_adv_connect_ind_access_address 
+0x431c 004309 store 8 ,mem_le_access 
+0x431d 004310 fetcht 2 ,mem_le_rxbuf_adv_connect_ind_win_offset 
+0x431e 004311 bpatchx patch22_0 ,mem_patch22 
+0x431f 004312 lshift2 temp ,temp 
+0x4320 004313 fetch 2 ,mem_le_rxbuf_adv_connect_ind_interval 
+0x4321 004314 lshift2 pdata ,pdata 
+0x4322 004315 store 2 ,mem_le_tsniff 
+0x4323 004316 store 4 ,mem_le_anchor 
+0x4324 004317 isub temp ,pdata 
+0x4325 004318 add pdata ,-2 ,clke_bt 
+0x4326 004319 fetch 9 ,mem_le_rxbuf_adv_connect_ind_latency 
+0x4327 004320 store 9 ,mem_le_slave_latency 
+0x4328 004321 fetch 1 ,mem_le_rxbuf_adv_connect_ind_hop_and_sca 
+0x4329 004322 and pdata ,0x1f ,temp 
+0x432a 004323 storet 1 ,mem_le_hop 
+0x432b 004324 rshift4 pdata ,temp 
+0x432c 004325 rshift temp ,temp 
+0x432d 004326 storet 1 ,mem_le_peer_sca 
+0x432e 004327 arg mem_le_state ,rega 
+0x432f 004328 call le_receive_window_size 
+0x4330 004329 arg mem_le_state ,rega 
+0x4331 004330 call le_calc_channel_map 
+0x4332 004331 call le_init_slave 
+0x4333 004332 call context_new 
+0x4334 004333 nrtn zero 
+0x4335 004334 bpatchx patch22_1 ,mem_patch22 
+0x4336 004335 call calc_clke_offset 
+0x4337 004336 call le_l2cap_reset_signaling_identifier 
+0x4338 004337 jam bt_evt_le_connected ,mem_fifo_temp 
+0x4339 004338 call ui_ipc_send_event 
+0x433a 004339 branch context_save 
+:      004342 le_next_adv_channel:
+0x433b 004343 bpatchx patch22_2 ,mem_patch22 
+0x433c 004344 fetch 1 ,mem_le_ch_mapped 
+0x433d 004345 beq 37 ,le_next_adv_channel_curr_channel_37 
+0x433e 004346 beq 38 ,le_next_adv_channel_curr_channel_38 
+0x433f 004347 beq 39 ,le_next_adv_channel_curr_channel_39 
+0x4340 004348 branch le_next_adv_channel_curr_channel_39 
+:      004350 le_next_adv_channel_curr_channel_37:
+0x4341 004351 fetcht 1 ,mem_le_adv_channel_map 
+0x4342 004352 isolate1 bit_adv_channel_map_38 ,temp 
+0x4343 004353 branch set_le_next_adv_channel_38 ,true 
+0x4344 004354 isolate1 bit_adv_channel_map_39 ,temp 
+0x4345 004355 branch set_le_next_adv_channel_39 ,true 
+0x4346 004356 branch set_le_next_adv_channel_37 
+:      004359 le_next_adv_channel_curr_channel_38:
+0x4347 004360 fetcht 1 ,mem_le_adv_channel_map 
+0x4348 004361 isolate1 bit_adv_channel_map_39 ,temp 
+0x4349 004362 branch set_le_next_adv_channel_39 ,true 
+0x434a 004363 isolate1 bit_adv_channel_map_37 ,temp 
+0x434b 004364 branch set_le_next_adv_channel_37 ,true 
+0x434c 004365 branch set_le_next_adv_channel_38 
+:      004368 le_next_adv_channel_curr_channel_39:
+0x434d 004369 fetcht 1 ,mem_le_adv_channel_map 
+0x434e 004370 isolate1 bit_adv_channel_map_37 ,temp 
+0x434f 004371 branch set_le_next_adv_channel_37 ,true 
+0x4350 004372 isolate1 bit_adv_channel_map_38 ,temp 
+0x4351 004373 branch set_le_next_adv_channel_38 ,true 
+0x4352 004374 branch set_le_next_adv_channel_39 
+:      004376 set_le_next_adv_channel_37:
+0x4353 004377 jam 37 ,mem_le_ch_mapped 
+0x4354 004378 fetch 1 ,mem_le_adv_channel_map_temp 
+0x4355 004379 set1 bit_adv_channel_map_37 ,pdata 
+0x4356 004380 store 1 ,mem_le_adv_channel_map_temp 
+0x4357 004381 rtn 
+:      004383 set_le_next_adv_channel_38:
+0x4358 004384 jam 38 ,mem_le_ch_mapped 
+0x4359 004385 fetch 1 ,mem_le_adv_channel_map_temp 
+0x435a 004386 set1 bit_adv_channel_map_38 ,pdata 
+0x435b 004387 store 1 ,mem_le_adv_channel_map_temp 
+0x435c 004388 rtn 
+:      004390 set_le_next_adv_channel_39:
+0x435d 004391 jam 39 ,mem_le_ch_mapped 
+0x435e 004392 fetch 1 ,mem_le_adv_channel_map_temp 
+0x435f 004393 set1 bit_adv_channel_map_39 ,pdata 
+0x4360 004394 store 1 ,mem_le_adv_channel_map_temp 
+0x4361 004395 rtn 
+:      004400 le_parse_att:
+0x4362 004401 ifetch 3 ,contr 
+0x4363 004402 store 3 ,mem_le_att_opcode 
+0x4364 004403 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+0x4365 004404 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
+0x4366 004405 beq attop_find_information_request ,le_parse_att_find_information_request 
+0x4367 004406 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
+0x4368 004407 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
+0x4369 004408 beq attop_read_request ,le_parse_att_read_request 
+0x436a 004409 beq attop_read_blob_request ,le_parse_att_read_blob_request 
+0x436b 004410 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
+0x436c 004411 beq attop_write_request ,le_parse_att_write_request 
+0x436d 004412 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
+0x436e 004413 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+0x436f 004414 beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
+0x4370 004415 beq attop_write_command ,le_parse_att_write_command 
+0x4371 004416 rtn 
+:      004419 le_send_att_exchange_mtu_requset:
+0x4372 004420 force 3 ,rega 
+0x4373 004421 call le_fifo_malloc_tx_l2cap_gatt 
+0x4374 004422 setarg attop_exchange_mtu_request 
+0x4375 004423 istore 1 ,contw 
+0x4376 004424 fetch 2 ,mem_le_local_mtu 
+0x4377 004425 istore 2 ,contw 
+0x4378 004426 rtn 
+:      004429 le_parse_att_exchange_mtu_request:
+0x4379 004430 call le_parse_att_exchange_mtu_response 
+:      004431 le_send_att_exchange_mtu_response:
+0x437a 004432 force 3 ,rega 
+0x437b 004433 call le_fifo_malloc_tx_l2cap_gatt 
+0x437c 004434 setarg attop_exchange_mtu_response 
+0x437d 004435 istore 1 ,contw 
+0x437e 004436 fetch 2 ,mem_le_local_mtu 
+0x437f 004437 istore 2 ,contw 
+0x4380 004438 rtn 
+:      004440 le_parse_att_exchange_mtu_response:
+0x4381 004441 rshift8 pdata ,pdata 
+0x4382 004442 store 2 ,mem_le_remote_mtu 
+0x4383 004443 rtn 
+:      004445 le_parse_att_find_information_request:
+0x4384 004446 call le_get_search_handle_start_end_common 
+0x4385 004447 call enable_user 
+0x4386 004448 branch le_send_att_find_information_response 
+:      004450 le_send_att_find_information_response:
+0x4387 004451 arg 3 ,timeup 
+0x4388 004452 call le_init_attlist_search 
+:      004453 le_send_att_find_information_res_loop:
+0x4389 004454 call le_att_handle_inrange 
+0x438a 004455 branch le_send_att_find_information_res_end ,blank 
+0x438b 004456 nbranch le_send_att_find_information_res_next ,positive 
+0x438c 004457 increase -2 ,contr 
+0x438d 004458 call store_contr 
+0x438e 004459 call get_contw 
+0x438f 004460 nbranch le_send_att_find_information_res_store_info ,user 
+0x4390 004461 call push_stack_rega_b_c 
+0x4391 004462 call disable_user 
+0x4392 004463 storer timeup ,4 ,mem_timeup 
+0x4393 004464 force 20 ,rega 
+0x4394 004465 call le_fifo_malloc_tx_l2cap_gatt 
+0x4395 004466 fetchr timeup ,4 ,mem_timeup 
+0x4396 004467 call pop_stack_rega_b_c 
+0x4397 004468 setarg attop_find_information_response 
+0x4398 004469 istore 1 ,contw 
+0x4399 004470 setarg uuid_size_16bit 
+0x439a 004471 istore 1 ,contw 
+:      004472 le_send_att_find_information_res_store_info:
+0x439b 004473 call get_contr 
+0x439c 004474 ifetch 2 ,contr 
+0x439d 004475 and_into 0xff ,pdata 
+0x439e 004476 istore 2 ,contw 
+0x439f 004477 ifetch 1 ,contr 
+0x43a0 004478 copy pdata ,loopcnt 
+0x43a1 004479 call memcpy 
+0x43a2 004480 call store_contw 
+0x43a3 004481 increase -1 ,timeup 
+0x43a4 004482 branch le_send_att_find_information_res_end ,zero 
+:      004483 le_send_att_find_information_res_cont:
+0x43a5 004484 ifetch 1 ,contr 
+0x43a6 004485 iadd contr ,contr 
+0x43a7 004486 branch le_send_att_find_information_res_loop 
+:      004487 le_send_att_find_information_res_next:
+0x43a8 004488 ifetch 1 ,contr 
+0x43a9 004489 iadd contr ,contr 
+0x43aa 004490 branch le_send_att_find_information_res_cont 
+:      004491 le_send_att_find_information_res_end:
+0x43ab 004492 branch le_send_att_error_response_notfound ,user 
+0x43ac 004493 branch le_send_auto_len_by_mem 
+:      004496 le_parse_att_find_by_type_value_request:
+0x43ad 004497 call le_get_search_handle_start_end_common 
+0x43ae 004498 ifetch 2 ,contr 
+0x43af 004499 store 2 ,mem_le_search_uuid 
+0x43b0 004500 call store_contr 
+0x43b1 004501 arg mem_le_search_att_type_length ,contw 
+0x43b2 004502 fetch 2 ,mem_le_l2cap_size 
+0x43b3 004503 increase -7 ,pdata 
+0x43b4 004504 call le_get_search_common2 
+0x43b5 004505 branch le_send_att_find_by_type_value_response 
+:      004508 le_start_end_handle_check_1:
+0x43b6 004509 disable user 
+0x43b7 004510 fetcht 2 ,mem_le_search_handle_start 
+0x43b8 004511 fetch 2 ,mem_le_search_handle_end 
+0x43b9 004512 isub temp ,null 
+0x43ba 004513 nbranch le_start_end_handle_check_1_fail ,positive 
+0x43bb 004514 deposit temp 
+0x43bc 004515 rtnne 0 
+:      004516 le_start_end_handle_check_1_fail:
+0x43bd 004517 enable user 
+0x43be 004518 jam att_err_invalid_handle ,mem_le_err_code 
+0x43bf 004519 branch le_send_att_error_response 
+:      004522 le_send_att_find_by_type_value_response:
+0x43c0 004523 call le_start_end_handle_check_1 
+0x43c1 004524 rtn user 
+0x43c2 004525 fetcht 2 ,mem_le_search_uuid 
+0x43c3 004526 setarg uuid_gatt_primary_service 
+0x43c4 004527 isub temp ,null 
+0x43c5 004528 branch le_send_att_find_by_type_value_res_primary ,zero 
+0x43c6 004529 branch le_send_att_error_response_notfound 
+:      004532 le_send_att_find_by_type_value_res_primary:
+0x43c7 004533 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
+0x43c8 004534 fetcht 2 ,mem_le_search_handle_start 
+0x43c9 004535 storet 2 ,mem_temp 
+0x43ca 004536 call le_att_get_handle_info 
+0x43cb 004537 nbranch le_send_att_error_response_notfound ,blank 
+:      004538 le_send_att_find_primary_search_loop:
+0x43cc 004539 fetcht 2 ,mem_temp 
+0x43cd 004540 call le_att_get_handle_info 
+0x43ce 004541 nbranch le_send_att_error_response_notfound2 ,blank 
+0x43cf 004542 copy contr ,rega 
+0x43d0 004543 fetch 1 ,mem_le_curr_att_len 
+0x43d1 004544 copy pdata ,loopcnt 
+0x43d2 004545 fetcht 1 ,mem_le_search_att_type_length 
+0x43d3 004546 isub temp ,null 
+0x43d4 004547 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x43d5 004548 arg mem_le_search_att_type ,regb 
+0x43d6 004549 call string_compare 
+0x43d7 004551 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
+0x43d8 004553 fetch 2 ,mem_le_cur_uuid 
+0x43d9 004554 fetcht 2 ,mem_le_search_uuid 
+0x43da 004555 isub temp ,null 
+0x43db 004556 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
+:      004557 le_send_att_find_primary_search_loop1:
+0x43dc 004558 fetch 2 ,mem_temp 
+0x43dd 004559 increase 1 ,pdata 
+0x43de 004560 store 2 ,mem_temp 
+0x43df 004561 branch le_send_att_find_primary_search_loop 
+:      004563 le_send_att_error_response_notfound2:
+0x43e0 004564 fetch 1 ,mem_le_search_res 
+0x43e1 004565 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
+0x43e2 004566 branch le_send_att_error_response_notfound 
+:      004569 le_send_att_find_primary_search_end_start_handle_found:
+0x43e3 004570 fetch 2 ,mem_le_cur_uuid 
+0x43e4 004571 fetcht 2 ,mem_le_search_uuid 
+0x43e5 004572 isub temp ,null 
+0x43e6 004573 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x43e7 004574 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
+0x43e8 004576 fetcht 2 ,mem_temp 
+0x43e9 004577 storet 2 ,mem_le_cur_handle_start 
+0x43ea 004578 branch le_send_att_find_primary_search_loop1 
+:      004580 le_send_att_find_primary_search_end_ending_handle_found:
+0x43eb 004581 fetch 1 ,mem_le_search_res 
+0x43ec 004582 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
+0x43ed 004583 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
+0x43ee 004584 fetcht 2 ,mem_temp 
+0x43ef 004585 increase -1 ,temp 
+0x43f0 004586 storet 2 ,mem_le_cur_handle_end 
+:      004588 le_send_att_find_primary_search_end:
+0x43f1 004589 arg 5 ,rega 
+0x43f2 004590 call le_fifo_malloc_tx_l2cap_gatt 
+0x43f3 004591 setarg attop_find_by_type_value_response 
+0x43f4 004592 istore 1 ,contw 
+0x43f5 004593 fetch 2 ,mem_le_cur_handle_start 
+0x43f6 004594 istore 2 ,contw 
+0x43f7 004595 fetch 2 ,mem_le_cur_handle_end 
+0x43f8 004596 istore 2 ,contw 
+0x43f9 004597 rtn 
+:      004601 le_parse_att_read_by_type_request:
+0x43fa 004602 call le_get_search_handle_start_end_common 
+0x43fb 004603 call le_get_search_att_type 
+0x43fc 004604 branch le_send_att_read_by_type_response 
+:      004606 le_send_att_read_by_type_response:
+0x43fd 004607 fetcht 2 ,mem_le_search_handle_start 
+0x43fe 004608 storet 2 ,mem_temp 
+0x43ff 004609 call le_init_attlist_search 
+0x4400 004610 call le_att_get_handle_ptr2 
+0x4401 004611 increase -2 ,contr 
+0x4402 004612 copy contr ,pdata 
+0x4403 004613 store 2 ,mem_le_cur_attlist_start_ptr 
+0x4404 004615 fetcht 2 ,mem_le_search_att_type 
+0x4405 004616 setarg uuid_chrctr_device_name 
+0x4406 004617 isub temp ,null 
+0x4407 004618 branch le_send_att_read_by_type_res_device_name ,zero 
+0x4408 004619 setarg uuid_gatt_characteristic 
+0x4409 004620 isub temp ,null 
+0x440a 004621 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
+0x440b 004622 arg 2 ,timeup 
+:      004623 le_send_att_read_by_type_response_loop:
+0x440c 004624 call le_att_check_handle_end 
+0x440d 004625 nbranch le_send_att_read_by_type_response_end ,positive 
+0x440e 004626 fetcht 2 ,mem_temp 
+0x440f 004627 call le_att_get_handle_info_from_ptr 
+0x4410 004628 nbranch le_send_att_read_by_type_response_end ,blank 
+0x4411 004629 call le_att_same_type 
+0x4412 004630 nbranch le_send_att_read_by_type_response_next_handle ,zero 
+0x4413 004631 nbranch le_send_att_read_by_type_res_found_next ,user 
+0x4414 004632 disable user 
+0x4415 004633 arg 20 ,rega 
+0x4416 004634 call le_fifo_malloc_tx_l2cap_gatt 
+0x4417 004635 setarg attop_read_by_type_response 
+0x4418 004636 istore 1 ,contw 
+0x4419 004637 copy contw ,alarm 
+0x441a 004638 increase 1 ,contw 
+0x441b 004640 call le_send_att_read_by_type_write_properties 
+0x441c 004641 call le_att_next_handle 
+0x441d 004642 call le_att_get_handle_info_from_ptr 
+0x441e 004643 call le_send_att_read_by_type_write_uuid 
+0x441f 004644 fetch 1 ,mem_le_cur_uuid_length 
+0x4420 004645 add pdata ,5 ,rega 
+0x4421 004646 istorer rega ,1 ,alarm 
+0x4422 004648 sub rega ,7 ,null 
+0x4423 004649 ncall enable_user2 ,zero 
+0x4424 004650 call disable_user2 ,zero 
+0x4425 004651 call le_get_search_max_mtu_data 
+0x4426 004652 idiv rega 
+0x4427 004653 call wait_div_end 
+0x4428 004654 quotient timeup 
+0x4429 004655 increase -1 ,timeup 
+0x442a 004656 branch le_send_att_read_by_type_response_end ,zero 
+:      004657 le_send_att_read_by_type_response_next_handle:
+0x442b 004658 call le_att_next_handle 
+0x442c 004659 branch le_send_att_read_by_type_response_loop 
+:      004660 le_send_att_read_by_type_response_end:
+0x442d 004661 branch le_send_att_error_response_notfound ,user 
+0x442e 004662 branch le_send_auto_len_by_mem 
+:      004664 le_send_att_read_by_type_res_found_next:
+0x442f 004665 call le_store_att_record 
+0x4430 004666 call le_att_next_handle 
+0x4431 004667 call le_att_get_handle_info_from_ptr 
+0x4432 004668 call le_send_att_read_by_type_res_check_pair_length_type 
+0x4433 004669 nbranch le_send_att_read_by_type_response_end ,blank 
+0x4434 004671 call get_contw 
+0x4435 004672 fetch 2 ,mem_temp 
+0x4436 004673 increase -1 ,pdata 
+0x4437 004674 istore 2 ,contw 
+0x4438 004675 call le_write_att_record_common 
+0x4439 004676 call le_send_att_read_by_type_write_uuid 
+0x443a 004677 increase -1 ,timeup 
+0x443b 004678 branch le_send_att_read_by_type_response_end ,zero 
+0x443c 004679 branch le_send_att_read_by_type_response_next_handle 
+:      004682 le_send_att_read_by_type_write_properties:
+0x443d 004683 fetch 2 ,mem_temp 
+0x443e 004684 istore 2 ,contw 
+0x443f 004686 fetch 1 ,mem_le_curr_att_len 
+0x4440 004687 copy pdata ,loopcnt 
+0x4441 004688 call get_contr 
+0x4442 004689 call memcpy_fast 
+0x4443 004690 branch store_contw 
+:      004691 le_send_att_read_by_type_write_uuid:
+0x4444 004692 call get_contw 
+0x4445 004693 fetch 2 ,mem_temp 
+0x4446 004694 istore 2 ,contw 
+0x4447 004695 call store_contw 
+0x4448 004696 fetch 1 ,mem_le_cur_uuid_length 
+0x4449 004697 copy pdata ,loopcnt 
+0x444a 004698 call get_contw 
+0x444b 004699 call get_contr 
+0x444c 004700 isub loopcnt ,contr 
+0x444d 004701 increase -1 ,contr 
+0x444e 004702 call memcpy_fast 
+0x444f 004703 branch store_contw 
+:      004707 le_send_att_read_by_type_res_not_characteristic:
+0x4450 004708 call le_att_get_short_uuid_ptr 
+0x4451 004709 branch le_send_att_error_response_notfound ,blank 
+0x4452 004710 copy contr ,regc 
+0x4453 004711 increase -5 ,contr 
+0x4454 004712 ifetch 2 ,contr 
+0x4455 004713 store 2 ,mem_temp 
+0x4456 004714 arg 20 ,rega 
+0x4457 004715 call le_fifo_malloc_tx_l2cap_gatt 
+0x4458 004716 setarg attop_read_by_type_response 
+0x4459 004717 istore 1 ,contw 
+0x445a 004718 ifetch 1 ,regc 
+0x445b 004719 copy pdata ,loopcnt 
+0x445c 004720 increase 2 ,pdata 
+0x445d 004721 istore 1 ,contw 
+0x445e 004722 fetch 2 ,mem_temp 
+0x445f 004723 istore 2 ,contw 
+0x4460 004724 add regc ,1 ,contr 
+0x4461 004725 call memcpy_fast 
+0x4462 004726 call store_contw 
+0x4463 004727 branch le_send_auto_len_by_mem 
+:      004731 le_send_att_read_by_type_res_device_name:
+0x4464 004732 arg uuid_chrctr_device_name ,temp 
+0x4465 004733 call le_att_get_short_uuid_ptr 
+0x4466 004734 rtn blank 
+0x4467 004735 increase -5 ,contr 
+0x4468 004736 ifetch 2 ,contr 
+0x4469 004737 store 2 ,mem_temp 
+0x446a 004738 arg 20 ,rega 
+0x446b 004739 call le_fifo_malloc_tx_l2cap_gatt 
+0x446c 004740 setarg attop_read_by_type_response 
+0x446d 004741 istore 1 ,contw 
+0x446e 004742 fetch 1 ,mem_le_name_len 
+0x446f 004743 copy pdata ,loopcnt 
+0x4470 004744 increase 2 ,pdata 
+0x4471 004745 istore 1 ,contw 
+0x4472 004746 fetch 2 ,mem_temp 
+0x4473 004747 istore 2 ,contw 
+0x4474 004748 arg mem_le_name ,contr 
+0x4475 004749 call memcpy_fast 
+0x4476 004750 call store_contw 
+0x4477 004751 branch le_send_auto_len_by_mem 
+:      004755 le_parse_att_read_request:
+0x4478 004756 call le_check_encrypt_state 
+0x4479 004757 fetcht 2 ,mem_le_att_handle 
+0x447a 004758 fetch 1 ,mem_le_configuration 
+0x447b 004759 bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
+:      004762 le_send_att_read_response:
+0x447c 004763 call le_att_get_handle_ptr2 
+0x447d 004764 nbranch le_send_att_error_response_notfound ,zero 
+0x447e 004765 call le_send_att_read_response_check_handle ,user 
+0x447f 004766 rtn user 
+0x4480 004767 call le_att_get_handle_ptr_found 
+0x4481 004768 increase -2 ,contr 
+0x4482 004769 ifetch 2 ,contr 
+0x4483 004770 arg uuid_chrctr_device_name ,temp 
+0x4484 004771 isub temp ,null 
+0x4485 004772 branch le_send_device_name ,zero 
+0x4486 004773 ifetch 1 ,contr 
+0x4487 004774 sub pdata ,22 ,null 
+0x4488 004775 branch le_send_att_read_response_less ,positive 
+0x4489 004776 force 22 ,pdata 
+:      004777 le_send_att_read_response_less:
+0x448a 004778 copy pdata ,regc 
+0x448b 004779 call store_contr 
+0x448c 004780 add regc ,1 ,rega 
+0x448d 004781 call le_fifo_malloc_tx_l2cap_gatt 
+0x448e 004782 setarg attop_read_response 
+0x448f 004783 istore 1 ,contw 
+0x4490 004784 copy regc ,loopcnt 
+0x4491 004785 call get_contr 
+0x4492 004786 branch memcpy 
+:      004788 le_send_device_name:
+0x4493 004789 call store_contr 
+0x4494 004790 fetch 1 ,mem_le_name_len 
+0x4495 004791 add pdata ,1 ,rega 
+0x4496 004792 call le_fifo_malloc_tx_l2cap_gatt 
+0x4497 004793 setarg attop_read_response 
+0x4498 004794 istore 1 ,contw 
+0x4499 004795 fetch 1 ,mem_le_name_len 
+0x449a 004796 copy pdata ,loopcnt 
+0x449b 004797 arg mem_le_name ,contr 
+0x449c 004798 branch memcpy 
+:      004801 le_send_att_read_response_check_auth:
+0x449d 004802 fetch 2 ,mem_le_pairing_handle 
+0x449e 004803 isub temp ,null 
+0x449f 004804 nbranch le_send_att_read_response ,zero 
+0x44a0 004805 nbranch le_send_att_read_response ,user 
+:      004806 le_send_att_read_response_error_insufficient_auth:
+0x44a1 004807 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x44a2 004808 branch le_send_att_error_response 
+:      004810 le_send_att_read_response_check_handle:
+0x44a3 004811 increase -2 ,contr 
+0x44a4 004812 ifetch 2 ,contr 
+0x44a5 004813 bbit1 bit_of_att_handle_read_authenticated ,le_send_att_read_response_error_insufficient_auth 
+0x44a6 004814 branch disable_user 
+:      004816 le_parse_att_read_blob_request:
+0x44a7 004817 ifetch 2 ,contr 
+0x44a8 004818 store 2 ,mem_le_att_offset 
+:      004819 le_send_att_read_blob_response:
+0x44a9 004820 arg 20 ,rega 
+0x44aa 004821 call le_fifo_malloc_tx_l2cap_gatt 
+0x44ab 004822 setarg attop_read_blob_response 
+0x44ac 004823 istore 1 ,contw 
+0x44ad 004824 fetch 2 ,mem_le_att_offset 
+0x44ae 004825 iforce rega 
+0x44af 004826 fetcht 2 ,mem_le_att_handle 
+0x44b0 004827 call le_att_get_handle_ptr 
+0x44b1 004828 branch le_send_att_error_response_notfound ,blank 
+0x44b2 004829 ifetch 1 ,contr 
+0x44b3 004830 isub rega ,loopcnt 
+0x44b4 004831 nbranch le_send_att_error_response_notfound ,positive 
+0x44b5 004832 sub loopcnt ,22 ,null 
+0x44b6 004833 branch le_send_att_read_blob_response_less ,positive 
+0x44b7 004834 force 22 ,loopcnt 
+:      004835 le_send_att_read_blob_response_less:
+0x44b8 004836 deposit rega 
+0x44b9 004837 iadd contr ,contr 
+0x44ba 004838 call memcpy_fast 
+0x44bb 004839 call store_contw 
+0x44bc 004840 branch le_send_auto_len_by_mem 
+:      004844 le_parse_att_read_by_group_type_request:
+0x44bd 004845 call le_get_search_handle_start_end_common 
+0x44be 004846 call le_get_search_att_type 
+0x44bf 004847 branch le_send_att_read_by_group_type_response 
+:      004853 le_send_att_read_by_group_type_response:
+0x44c0 004854 arg 2 ,timeup 
+0x44c1 004855 fetcht 2 ,mem_le_search_handle_start 
+0x44c2 004856 storet 2 ,mem_temp 
+0x44c3 004857 call le_att_get_handle_ptr2 
+0x44c4 004858 increase -2 ,contr 
+0x44c5 004859 copy contr ,pdata 
+0x44c6 004860 store 2 ,mem_le_cur_attlist_start_ptr 
+:      004861 le_send_att_read_by_group_type_response_loop:
+0x44c7 004862 call le_att_check_handle_end 
+0x44c8 004863 nbranch le_send_att_read_by_group_type_end0 ,positive 
+0x44c9 004864 fetcht 2 ,mem_temp 
+0x44ca 004865 call le_att_get_handle_info_from_ptr 
+0x44cb 004866 nbranch le_send_att_read_by_group_type_end1 ,blank 
+0x44cc 004868 call le_att_same_type 
+0x44cd 004869 nbranch le_send_att_read_by_group_type_next_handle ,zero 
+0x44ce 004870 copy timeup ,pdata 
+0x44cf 004871 beq 0 ,le_send_att_read_by_group_type_end1 
+0x44d0 004872 nbranch le_send_att_read_by_group_type_store_write_record ,user 
+0x44d1 004873 disable user 
+0x44d2 004875 arg 20 ,rega 
+0x44d3 004876 call le_fifo_malloc_tx_l2cap_gatt 
+0x44d4 004877 setarg attop_read_by_group_type_response 
+0x44d5 004878 istore 1 ,contw 
+0x44d6 004879 fetch 1 ,mem_le_curr_att_len 
+0x44d7 004880 add pdata ,4 ,rega 
+0x44d8 004881 istorer rega ,1 ,contw 
+0x44d9 004882 call store_contw 
+0x44da 004883 sub rega ,6 ,null 
+0x44db 004884 ncall enable_user2 ,zero 
+0x44dc 004885 call disable_user2 ,zero 
+0x44dd 004886 call le_get_search_max_mtu_data 
+0x44de 004887 idiv rega 
+0x44df 004888 call wait_div_end 
+0x44e0 004889 quotient timeup 
+0x44e1 004890 branch le_send_att_read_by_group_type_store_record 
+:      004891 le_send_att_read_by_group_type_store_write_record:
+0x44e2 004892 call le_send_att_read_by_group_type_check_pair_length_type 
+0x44e3 004893 nbranch le_send_att_read_by_group_type_end1 ,blank 
+0x44e4 004894 fetch 2 ,mem_temp 
+0x44e5 004895 increase -1 ,pdata 
+0x44e6 004896 store 2 ,mem_le_cur_handle_end 
+0x44e7 004897 call le_write_att_record 
+:      004898 le_send_att_read_by_group_type_store_record:
+0x44e8 004899 fetch 2 ,mem_temp 
+0x44e9 004900 store 2 ,mem_le_cur_handle_start 
+0x44ea 004901 call le_store_att_record 
+0x44eb 004902 increase -1 ,timeup 
+:      004904 le_send_att_read_by_group_type_next_handle:
+0x44ec 004905 call le_att_next_handle 
+0x44ed 004906 branch le_send_att_read_by_group_type_response_loop 
+:      004908 le_send_att_read_by_type_res_check_pair_length_type:
+0x44ee 004909 fetch 1 ,mem_le_cur_uuid_length 
+0x44ef 004910 branch le_send_att_read_by_group_type_check_pair_length_type + 1 
+:      004913 le_send_att_read_by_group_type_check_pair_length_type:
+0x44f0 004914 fetch 1 ,mem_le_curr_att_len 
+0x44f1 004915 branch le_send_att_read_by_group_type_check_pair_length_type_16byte ,user2 
+0x44f2 004916 increase -2 ,pdata 
+0x44f3 004917 rtn 
+:      004919 le_send_att_read_by_group_type_check_pair_length_type_16byte:
+0x44f4 004920 increase -16 ,pdata 
+0x44f5 004921 rtn 
+:      004923 le_send_att_read_by_group_type_end0:
+0x44f6 004924 fetch 2 ,mem_temp 
+0x44f7 004925 store 2 ,mem_le_cur_handle_end 
+0x44f8 004926 branch le_send_att_read_by_group_type_end_common 
+:      004927 le_send_att_read_by_group_type_end1:
+0x44f9 004928 fetch 2 ,mem_temp 
+0x44fa 004929 increase -1 ,pdata 
+0x44fb 004930 store 2 ,mem_le_cur_handle_end 
+0x44fc 004931 branch le_send_att_read_by_group_type_end_common 
+:      004932 le_send_att_read_by_group_type_end_common:
+0x44fd 004933 branch le_send_att_error_response_notfound ,user 
+0x44fe 004934 call le_write_att_record 
+0x44ff 004935 branch le_send_auto_len_by_mem 
+:      004940 le_parse_att_write_request:
+0x4500 004941 copy contr ,rega 
+0x4501 004942 fetch 2 ,mem_le_l2cap_size 
+0x4502 004943 add pdata ,-3 ,regb 
+0x4503 004944 call le_writeatt_cb 
+:      004945 le_send_att_write_response_check_auth:
+0x4504 004946 bpatchx patch22_3 ,mem_patch22 
+0x4505 004947 call le_check_encrypt_state 
+0x4506 004948 fetcht 2 ,mem_le_att_handle 
+0x4507 004949 call le_att_get_handle_ptr2 
+0x4508 004950 nbranch le_send_att_write_response_error_invalid_handle ,zero 
+0x4509 004951 call le_send_att_write_response_check_handle ,user 
+0x450a 004952 rtn user 
+0x450b 004954 fetch 1 ,mem_le_configuration 
+0x450c 004955 bbit0 bit_ble_write_auth ,le_send_att_write_response 
+0x450d 004957 fetcht 2 ,mem_le_att_handle 
+0x450e 004958 fetch 2 ,mem_le_pairing_handle 
+0x450f 004959 isub temp ,null 
+0x4510 004960 nbranch le_send_att_write_response ,zero 
+0x4511 004961 call le_check_encrypt_state 
+0x4512 004962 nbranch le_send_att_write_response ,user 
+0x4513 004963 branch le_send_att_read_response_error_insufficient_auth 
+:      004966 le_send_att_write_response:
+0x4514 004967 force 1 ,rega 
+0x4515 004968 call le_fifo_malloc_tx_l2cap_gatt 
+0x4516 004969 setarg attop_write_response 
+0x4517 004970 istore 1 ,contw 
+0x4518 004971 rtn 
+:      004973 le_send_att_write_response_check_handle:
+0x4519 004974 increase -2 ,contr 
+0x451a 004975 ifetch 2 ,contr 
+0x451b 004976 bbit1 bit_of_att_handle_write_authenticated ,le_send_att_read_response_error_insufficient_auth 
+0x451c 004977 branch disable_user 
+:      004979 le_send_att_write_response_error_invalid_handle:
+0x451d 004980 jam att_err_invalid_handle ,mem_le_err_code 
+0x451e 004981 branch le_send_att_error_response 
+:      004984 le_check_encrypt_state:
+0x451f 004985 bpatchx patch22_4 ,mem_patch22 
+0x4520 004986 call disable_user 
+0x4521 004987 fetch 1 ,mem_le_pairing_mode 
+0x4522 004988 rtneq le_pairing_mode_none 
+0x4523 004989 fetch 1 ,mem_context 
+0x4524 004990 rtnbit1 lestate_encryption 
+0x4525 004991 branch enable_user 
+:      004994 le_parse_att_prepare_write_request:
+0x4526 004995 add contr ,2 ,rega 
+0x4527 004996 fetch 2 ,mem_le_l2cap_size 
+0x4528 004997 add pdata ,-5 ,regb 
+0x4529 004998 call le_writeatt_cb 
+0x452a 004999 branch le_send_att_prepare_write_response 
+:      005002 le_send_att_prepare_write_response:
+0x452b 005003 fetch 2 ,mem_le_l2cap_size 
+0x452c 005004 copy pdata ,rega 
+0x452d 005005 call le_fifo_malloc_tx_l2cap_gatt 
+0x452e 005006 setarg attop_prepare_write_response 
+0x452f 005007 istore 1 ,contw 
+0x4530 005008 fetch 2 ,mem_le_att_handle 
+0x4531 005009 istore 2 ,contw 
+0x4532 005010 fetch 2 ,mem_le_l2cap_size 
+0x4533 005011 add pdata ,-5 ,loopcnt 
+0x4534 005012 fetch 2 ,mem_le_payload_ptr 
+0x4535 005013 add pdata ,7 ,contr 
+0x4536 005014 ifetch 2 ,contr 
+0x4537 005015 istore 2 ,contw 
+0x4538 005016 branch memcpy_fast 
+:      005020 le_parse_att_execute_write_request:
+:      005022 le_send_att_execute_write_response:
+0x4539 005023 force 1 ,rega 
+0x453a 005024 call le_fifo_malloc_tx_l2cap_gatt 
+0x453b 005025 setarg attop_execute_write_response 
+0x453c 005026 istore 1 ,contw 
+0x453d 005027 rtn 
+:      005029 le_parse_handle_value_confirmation:
+0x453e 005030 fetch 1 ,mem_le_l2cap_att_states 
+0x453f 005031 set0 ble_l2cap_recv_confirmation_packet ,pdata 
+0x4540 005032 store 1 ,mem_le_l2cap_att_states 
+0x4541 005033 rtn 
+:      005035 le_parse_att_write_command:
+0x4542 005036 copy contr ,rega 
+0x4543 005037 fetch 2 ,mem_le_l2cap_size 
+0x4544 005038 add pdata ,-3 ,regb 
+0x4545 005039 branch le_writeatt_cb 
+:      005044 le_att_malloc_tx_notify:
+0x4546 005045 copy temp ,regc 
+0x4547 005046 increase 3 ,rega 
+0x4548 005047 call le_fifo_malloc_tx_l2cap_gatt 
+0x4549 005048 increase -3 ,rega 
+0x454a 005049 setarg attop_handle_value_notification 
+0x454b 005050 istore 1 ,contw 
+0x454c 005051 copy regc ,temp 
+0x454d 005052 istoret 2 ,contw 
+0x454e 005053 rtn 
+:      005056 le_att_malloc_tx_indication:
+0x454f 005057 fetch 1 ,mem_le_l2cap_att_states 
+0x4550 005058 set1 ble_l2cap_send_indication_packet ,pdata 
+0x4551 005059 store 1 ,mem_le_l2cap_att_states 
+0x4552 005060 copy temp ,regc 
+0x4553 005061 increase 3 ,rega 
+0x4554 005062 call le_fifo_malloc_tx_l2cap_gatt 
+0x4555 005063 increase -3 ,rega 
+0x4556 005064 setarg attop_handle_value_indication 
+0x4557 005065 istore 1 ,contw 
+0x4558 005066 copy regc ,temp 
+0x4559 005067 istoret 2 ,contw 
+0x455a 005068 rtn 
+:      005073 le_send_att_error_response_notfound:
+0x455b 005074 bpatchx patch22_5 ,mem_patch22 
+0x455c 005075 jam att_err_attribute_not_found ,mem_le_err_code 
+:      005076 le_send_att_error_response:
+0x455d 005077 force 5 ,rega 
+0x455e 005078 call le_fifo_malloc_tx_l2cap_gatt 
+0x455f 005079 setarg attop_error_response 
+0x4560 005080 istore 1 ,contw 
+0x4561 005081 fetch 1 ,mem_le_att_opcode 
+0x4562 005082 istore 1 ,contw 
+0x4563 005083 fetch 2 ,mem_le_att_handle 
+0x4564 005084 istore 2 ,contw 
+0x4565 005085 fetch 1 ,mem_le_err_code 
+0x4566 005086 istore 1 ,contw 
+0x4567 005087 rtn 
+:      005090 le_fifo_malloc_tx_l2cap_gatt:
+0x4568 005091 bpatchx patch22_6 ,mem_patch22 
+0x4569 005092 force le_l2cap_cid_att ,regb 
+0x456a 005093 branch le_fifo_malloc_tx_l2cap 
+:      005096 le_att_next_handle:
+0x456b 005097 fetcht 2 ,mem_temp 
+0x456c 005098 increase 1 ,temp 
+0x456d 005099 storet 2 ,mem_temp 
+0x456e 005100 rtn 
+:      005102 le_att_check_handle_end:
+0x456f 005103 fetcht 2 ,mem_temp 
+0x4570 005104 fetch 2 ,mem_le_search_handle_end 
+0x4571 005105 isub temp ,null 
+0x4572 005106 rtn 
+:      005109 le_att_same_type:
+0x4573 005110 bpatchx patch22_7 ,mem_patch22 
+0x4574 005111 fetcht 1 ,mem_le_search_att_type_length 
+0x4575 005112 arg mem_le_search_att_type ,rega 
+:      005113 le_att_check_same_common:
+0x4576 005114 fetch 1 ,mem_le_cur_uuid_length 
+0x4577 005115 copy pdata ,loopcnt 
+0x4578 005116 isub temp ,null 
+0x4579 005117 nrtn zero 
+0x457a 005118 arg mem_le_cur_uuid ,regb 
+0x457b 005119 branch string_compare 
+:      005121 le_att_same_uuid:
+0x457c 005122 fetcht 1 ,mem_le_search_uuid_length 
+0x457d 005123 arg mem_le_search_uuid ,rega 
+0x457e 005124 branch le_att_check_same_common 
+:      005127 le_store_att_record:
+0x457f 005128 bpatchx patch23_0 ,mem_patch23 
+0x4580 005129 fetch 1 ,mem_le_curr_att_len 
+0x4581 005130 store 1 ,mem_temp_block0 
+0x4582 005131 copy pdata ,loopcnt 
+0x4583 005132 call get_contr 
+0x4584 005133 branch memcpy_fast 
+:      005136 le_write_att_record:
+0x4585 005137 bpatchx patch23_1 ,mem_patch23 
+0x4586 005138 call get_contw 
+0x4587 005139 fetch 2 ,mem_le_cur_handle_start 
+0x4588 005140 istore 2 ,contw 
+0x4589 005141 fetch 2 ,mem_le_cur_handle_end 
+0x458a 005142 istore 2 ,contw 
+:      005143 le_write_att_record_common:
+0x458b 005144 fetch 1 ,mem_temp_block0 
+0x458c 005145 copy pdata ,loopcnt 
+0x458d 005146 call memcpy_fast 
+0x458e 005147 branch store_contw 
+:      005151 le_send_auto_len_by_mem:
+0x458f 005152 bpatchx patch23_2 ,mem_patch23 
+0x4590 005153 call get_contw 
+0x4591 005154 call le_fifo_get_last_att_ptr 
+0x4592 005155 copy contw ,pdata 
+0x4593 005156 isub contr ,rega 
+0x4594 005157 call le_fifo_get_last_l2cap_ptr 
+0x4595 005158 copy rega ,pdata 
+0x4596 005159 istore 2 ,contr 
+0x4597 005160 increase 4 ,rega 
+0x4598 005161 call le_fifo_get_last_tx_ptr 
+0x4599 005162 copy rega ,pdata 
+0x459a 005163 istore 1 ,contr 
+0x459b 005164 rtn 
+:      005167 le_get_search_handle_start_end_common:
+0x459c 005168 rshift8 pdata ,pdata 
+0x459d 005169 store 2 ,mem_le_search_handle_start 
+0x459e 005170 ifetch 2 ,contr 
+0x459f 005171 store 2 ,mem_le_search_handle_end 
+0x45a0 005172 rtn 
+:      005174 le_get_search_max_mtu_data:
+0x45a1 005175 bpatchx patch23_3 ,mem_patch23 
+0x45a2 005176 fetch 2 ,mem_le_remote_mtu 
+0x45a3 005177 increase -2 ,pdata 
+0x45a4 005181 fetcht 2 ,mem_le_local_mtu 
+0x45a5 005182 increase -2 ,temp 
+0x45a6 005183 call not_greater_than 
+0x45a7 005184 arg 240 ,temp 
+0x45a8 005185 call not_greater_than 
+0x45a9 005187 rtn 
+:      005189 le_get_search_att_type:
+0x45aa 005190 bpatchx patch23_4 ,mem_patch23 
+0x45ab 005191 call store_contr 
+0x45ac 005192 arg mem_le_search_att_type_length ,contw 
+:      005193 le_get_search_common:
+0x45ad 005194 fetch 2 ,mem_le_l2cap_size 
+0x45ae 005195 increase -5 ,pdata 
+:      005196 le_get_search_common2:
+0x45af 005197 istore 1 ,contw 
+0x45b0 005198 copy pdata ,loopcnt 
+0x45b1 005199 call get_contr 
+0x45b2 005200 branch memcpy_fast 
+:      005204 le_parse_writing_attribute_start:
+0x45b3 005205 fetch 2 ,mem_le_rxbuf_data_att_cid 
+0x45b4 005206 rtnne le_l2cap_cid_att 
+0x45b5 005207 fetch 1 ,mem_le_l2cap_att_states 
+0x45b6 005208 set1 ble_l2cap_deal_with_continue_packet ,pdata 
+0x45b7 005209 store 1 ,mem_le_l2cap_att_states 
+0x45b8 005210 fetch 3 ,mem_le_rxbuf_data_att_opcode 
+0x45b9 005211 store 3 ,mem_le_att_opcode 
+0x45ba 005212 set1 mark_old_packet ,mark 
+0x45bb 005213 beq attop_write_request ,le_parse_attribute_write_request 
+0x45bc 005214 beq attop_write_command ,le_parse_attribute_write_command 
+0x45bd 005215 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+0x45be 005216 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+0x45bf 005217 beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
+0x45c0 005218 set0 mark_old_packet ,mark 
+:      005219 le_clear_l2cap_att_states_deal_with_contiune_packet:
+0x45c1 005220 fetch 1 ,mem_le_l2cap_att_states 
+0x45c2 005221 set0 ble_l2cap_deal_with_continue_packet ,pdata 
+0x45c3 005222 store 1 ,mem_le_l2cap_att_states 
+0x45c4 005223 rtn 
+:      005225 le_parse_writing_attribute_continue:
+0x45c5 005226 fetch 1 ,mem_le_l2cap_att_states 
+0x45c6 005227 rtnbit0 ble_l2cap_deal_with_continue_packet 
+0x45c7 005228 set1 mark_old_packet ,mark 
+0x45c8 005229 call le_parse_l2cap_continue_common 
+0x45c9 005230 call le_parse_attribute_check_complete_packet 
+0x45ca 005231 call le_clear_l2cap_att_states_deal_with_contiune_packet ,user 
+0x45cb 005232 fetch 1 ,mem_le_att_opcode 
+0x45cc 005233 beq attop_write_request ,le_send_att_write_response_check_auth 
+0x45cd 005234 rtn 
+:      005237 le_parse_attribute_write_request:
+0x45ce 005238 call le_parse_attribute_write_command 
+0x45cf 005239 branch le_send_attribute_write_response_check_auth 
+:      005241 le_send_attribute_write_response_check_auth:
+0x45d0 005242 call le_parse_attribute_check_complete_packet 
+0x45d1 005243 nrtn user 
+0x45d2 005244 branch le_send_att_write_response_check_auth 
+:      005247 le_parse_attribute_write_command:
+0x45d3 005248 bpatchx patch23_5 ,mem_patch23 
+0x45d4 005249 call le_parse_attribute_check_complete_packet_init 
+0x45d5 005250 arg mem_le_rxbuf_data_att_write_payload ,rega 
+0x45d6 005251 branch le_writeatt_cb 
+:      005254 le_parse_attribute_check_complete_packet_init:
+0x45d7 005255 fetch 1 ,mem_le_rxbuf_data_att_write_length 
+0x45d8 005256 add pdata ,-7 ,regb 
+0x45d9 005257 increase -4 ,pdata 
+0x45da 005258 store 2 ,mem_le_packet_len_recved 
+0x45db 005259 fetcht 2 ,mem_le_rxbuf_data_att_write_l2cap_length 
+0x45dc 005260 storet 2 ,mem_le_l2cap_size 
+0x45dd 005261 rtn 
+:      005264 le_parse_l2cap_continue_common:
+0x45de 005265 fetchr regb ,1 ,mem_le_rxbuf_data_continue_length 
+0x45df 005266 fetch 2 ,mem_le_packet_len_recved 
+0x45e0 005267 iadd regb ,temp 
+0x45e1 005268 storet 2 ,mem_le_packet_len_recved 
+0x45e2 005269 arg mem_le_rxbuf_data_continue_payload ,rega 
+0x45e3 005270 branch le_writeatt_cb 
+:      005274 le_parse_attribute_check_complete_packet:
+0x45e4 005275 call disable_user 
+0x45e5 005276 fetch 2 ,mem_le_packet_len_recved 
+0x45e6 005277 fetcht 2 ,mem_le_l2cap_size 
+0x45e7 005278 isub temp ,null 
+0x45e8 005279 nrtn zero 
+0x45e9 005280 branch enable_user 
+:      005286 le_parse_signaling:
+0x45ea 005287 ifetch 1 ,contr 
+0x45eb 005288 ifetcht 1 ,contr 
+0x45ec 005289 ifetcht 2 ,contr 
+0x45ed 005290 beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
+0x45ee 005291 rtn 
+:      005292 le_l2cap_parse_conn_parameter_update_rsp:
+0x45ef 005293 ifetch 2 ,contr 
+0x45f0 005294 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x45f1 005295 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
+0x45f2 005296 branch ui_ipc_send_event 
+:      005302 le_l2cap_tx_update_req:
+0x45f3 005303 arg 0x0c ,rega 
+0x45f4 005304 arg l2cap_connection_parameter_update_request ,regc 
+0x45f5 005305 call le_fifo_malloc_tx_l2cap_signaling 
+0x45f6 005306 setarg 0x08 
+0x45f7 005307 istore 2 ,contw 
+0x45f8 005308 fetch 8 ,mem_le_interval_min 
+0x45f9 005309 istore 8 ,contw 
+0x45fa 005310 rtn 
+:      005314 le_fifo_malloc_tx_l2cap_signaling:
+0x45fb 005315 call le_l2cap_update_signaling_identifier 
+0x45fc 005316 arg le_l2cap_cid_signal ,regb 
+0x45fd 005317 call le_fifo_malloc_tx_l2cap 
+0x45fe 005318 copy regc ,pdata 
+0x45ff 005319 istore 1 ,contw 
+0x4600 005320 fetch 1 ,mem_le_signaling_identifier 
+0x4601 005321 istore 1 ,contw 
+0x4602 005322 rtn 
+:      005325 le_l2cap_update_signaling_identifier:
+0x4603 005326 fetch 1 ,mem_le_signaling_identifier 
+0x4604 005328 pincrease 1 
+0x4605 005329 store 1 ,mem_le_signaling_identifier 
+0x4606 005330 rtnne 0 
+:      005332 le_l2cap_reset_signaling_identifier:
+0x4607 005333 jam 1 ,mem_le_signaling_identifier 
+0x4608 005334 rtn 
+:      005339 le_pairing_mode_init:
+0x4609 005340 fetch 1 ,mem_le_pairing_mode 
+0x460a 005341 beq le_pairing_mode_none ,le_set_no_pairing 
+0x460b 005342 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
+0x460c 005343 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
+0x460d 005344 rtn 
+:      005347 le_set_no_pairing:
+0x460e 005348 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      005349 le_set_noinputnooutput:
+0x460f 005350 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x4610 005351 rtn 
+:      005352 le_set_pairing_mode_lagacy_just_work:
+0x4611 005353 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x4612 005354 branch le_set_noinputnooutput 
+:      005355 le_set_pairing_mode_lagacy_passkey:
+0x4613 005356 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+:      005357 le_set_displayonly:
+0x4614 005358 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x4615 005359 rtn 
+:      005362 le_parse_smp:
+0x4616 005363 ifetch 1 ,contr 
+0x4617 005364 beq smp_pairing_request ,le_parse_smp_pairing_request 
+0x4618 005366 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
+0x4619 005367 beq smp_pairing_random ,le_parse_smp_pairing_random 
+0x461a 005368 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
+0x461b 005370 beq smp_master_identification ,le_parse_smp_master_identification 
+0x461c 005371 beq smp_identity_information ,le_parse_smp_identity_information 
+0x461d 005372 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
+0x461e 005373 beq smp_signing_information ,le_parse_smp_signing_information 
+0x461f 005374 beq smp_security_request ,le_parse_smp_security_request 
+0x4620 005375 rtn 
+:      005379 le_send_smp_security_request:
+0x4621 005380 force 2 ,rega 
+0x4622 005381 call le_fifo_malloc_tx_l2cap_smp 
+0x4623 005382 setarg smp_security_request 
+0x4624 005383 istore 1 ,contw 
+0x4625 005384 fetch 1 ,mem_le_pres_auth 
+0x4626 005385 istore 1 ,contw 
+0x4627 005386 rtn 
+:      005388 le_parse_smp_pairing_request:
+0x4628 005389 store 1 ,mem_le_preq 
+0x4629 005390 ifetch 6 ,contr 
+0x462a 005391 istore 6 ,contw 
+0x462b 005392 fetch 1 ,mem_le_pairing_mode 
+0x462c 005393 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
+0x462d 005394 call le_send_smp_pairing_response 
+:      005395 le_parse_smp_pairing_request2:
+0x462e 005396 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
+0x462f 005397 fetch 1 ,mem_le_preq_iocap 
+0x4630 005398 beq flag_iocap_displayonly ,le_set_tk_0 
+0x4631 005399 beq flag_iocap_displayyesno ,le_set_tk_0 
+0x4632 005400 beq flag_iocap_noinputnooutput ,le_set_tk_0 
+0x4633 005401 fetch 1 ,mem_le_pairing_mode 
+0x4634 005402 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
+0x4635 005403 rtneq le_pairing_mode_secure_connect_passkey 
+:      005404 le_set_tk_0:
+0x4636 005405 arg 0 ,pdata 
+0x4637 005406 store 4 ,mem_le_tk 
+0x4638 005407 rtn 
+:      005409 le_parse_smp_pairing_req_passkey:
+0x4639 005410 fetch 1 ,mem_le_configuration 
+0x463a 005411 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
+:      005412 le_genernate_tk:
+0x463b 005413 arg mem_le_tk ,rega 
+0x463c 005414 copy rega ,contw 
+0x463d 005415 arg 3 ,loopcnt 
+0x463e 005416 call generate_random_loop 
+0x463f 005417 fetch 2 ,mem_le_tk + 2 
+0x4640 005418 and_into 0x7 ,pdata 
+0x4641 005419 store 2 ,mem_le_tk + 2 
+:      005420 le_parse_smp_pairing_req_fixed_passkey:
+0x4642 005421 jam bt_evt_le_tk_generate ,mem_fifo_temp 
+0x4643 005422 branch ui_ipc_send_event 
+:      005426 le_send_smp_pairing_response:
+0x4644 005427 force 7 ,rega 
+0x4645 005428 call le_fifo_malloc_tx_l2cap_smp 
+0x4646 005429 fetch 7 ,mem_le_pres 
+0x4647 005430 istore 7 ,contw 
+0x4648 005431 rtn 
+:      005434 le_parse_smp_pairing_confirm:
+0x4649 005435 jam flag_le_pairing_receive_pairing_confirm ,mem_le_pairing_state 
+0x464a 005436 arg mem_le_rconfirm ,contw 
+0x464b 005437 call memcpy16 
+0x464c 005438 fetch 1 ,mem_le_pairing_mode 
+0x464d 005439 beq le_pairing_mode_lagacy_passkey_res_input ,le_parse_smp_pairing_confirm_passkey_res_input 
+0x464e 005440 branch le_send_smp_pairing_confirm 
+:      005443 le_parse_smp_pairing_confirm_passkey_res_input:
+0x464f 005444 jam bt_evt_le_get_passkey ,mem_fifo_temp 
+0x4650 005445 branch ui_ipc_send_event 
+:      005448 le_send_smp_pairing_confirm:
+0x4651 005449 jam flag_le_pairing_send_pairing_confirm ,mem_le_pairing_state 
+0x4652 005450 call generate_confirm 
+0x4653 005451 force 17 ,rega 
+0x4654 005452 call le_fifo_malloc_tx_l2cap_smp 
+0x4655 005453 setarg smp_pairing_confirm 
+0x4656 005454 istore 1 ,contw 
+0x4657 005455 branch store_aes_result 
+:      005458 le_parse_smp_pairing_random:
+0x4658 005459 copy contr ,rega 
+0x4659 005460 copy rega ,contr 
+0x465a 005461 call authenticate_rconfirm 
+0x465b 005462 branch le_parse_smp_pairing_random_success ,zero 
+:      005463 le_send_pairing_confirm_value_failed:
+0x465c 005464 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
+:      005465 le_send_pairing_failed:
+0x465d 005466 force 2 ,rega 
+0x465e 005467 call le_fifo_malloc_tx_l2cap_smp 
+0x465f 005468 setarg smp_pairing_failed 
+0x4660 005469 istore 1 ,contw 
+0x4661 005470 fetch 1 ,mem_le_ll_pairing_fail_reason 
+0x4662 005471 istore 1 ,contw 
+:      005472 le_parse_smp_pairing_failed:
+0x4663 005473 bpatchx patch23_6 ,mem_patch23 
+0x4664 005474 force smp_pairing_timer ,queue 
+0x4665 005475 call timer_stop 
+0x4666 005476 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x4667 005477 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
+0x4668 005478 branch ui_ipc_send_event 
+:      005480 le_smp_pairing_fail_reason_not_support_pairing:
+0x4669 005481 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
+0x466a 005482 branch le_send_pairing_failed 
+:      005485 le_parse_smp_pairing_random_success:
+0x466b 005486 call generate_stk 
+0x466c 005487 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+0x466d 005488 call ui_ipc_send_event 
+0x466e 005489 jam 1 ,mem_ltk_exists 
+0x466f 005490 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+:      005492 le_send_smp_pairing_random:
+0x4670 005493 force 17 ,rega 
+0x4671 005494 call le_fifo_malloc_tx_l2cap_smp 
+0x4672 005495 setarg smp_pairing_random 
+0x4673 005496 istore 1 ,contw 
+0x4674 005497 arg mem_le_srand ,contr 
+0x4675 005498 branch memcpy16 
+:      005500 le_send_smp_encryption_information:
+0x4676 005501 force 17 ,rega 
+0x4677 005502 call le_fifo_malloc_tx_l2cap_smp 
+0x4678 005503 setarg smp_encryption_information 
+0x4679 005504 istore 1 ,contw 
+0x467a 005505 fetch 1 ,mem_le_configuration 
+0x467b 005506 bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
+0x467c 005507 arg mem_le_ltk ,contr 
+0x467d 005508 branch memcpy16 
+:      005510 le_send_fixed_ltk:
+0x467e 005511 arg mem_le_fixed_ltk ,contr 
+0x467f 005512 branch memcpy16 
+:      005515 le_send_smp_master_identification:
+0x4680 005516 arg mem_le_ediv ,contw 
+0x4681 005517 force 10 ,loopcnt 
+0x4682 005518 call generate_random_loop 
+0x4683 005519 force 11 ,rega 
+0x4684 005520 call le_fifo_malloc_tx_l2cap_smp 
+0x4685 005521 setarg smp_master_identification 
+0x4686 005522 istore 1 ,contw 
+0x4687 005523 fetch 2 ,mem_le_ediv 
+0x4688 005524 istore 2 ,contw 
+0x4689 005525 fetch 8 ,mem_le_rand 
+0x468a 005526 istore 8 ,contw 
+0x468b 005527 rtn 
+:      005529 le_send_smp_identity_information:
+0x468c 005530 force 17 ,rega 
+0x468d 005531 call le_fifo_malloc_tx_l2cap_smp 
+0x468e 005532 setarg smp_identity_information 
+0x468f 005533 istore 1 ,contw 
+0x4690 005534 setarg 0 
+0x4691 005535 istore 8 ,contw 
+0x4692 005536 istore 8 ,contw 
+0x4693 005537 rtn 
+:      005540 le_send_smp_identity_address_information:
+0x4694 005541 force 8 ,rega 
+0x4695 005542 call le_fifo_malloc_tx_l2cap_smp 
+0x4696 005543 setarg smp_identity_address_information 
+0x4697 005544 istore 1 ,contw 
+0x4698 005545 fetch 1 ,mem_le_conn_own_addr_type 
+0x4699 005546 istore 1 ,contw 
+0x469a 005547 fetch 6 ,mem_le_lap 
+0x469b 005548 istore 6 ,contw 
+0x469c 005549 rtn 
+:      005552 le_send_pairing_fail_unspecified_reason:
+0x469d 005553 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
+0x469e 005554 branch le_send_pairing_failed 
+:      005556 le_check_init_key_distribution:
+0x469f 005557 fetch 1 ,mem_le_pres_init_key_distribution 
+0x46a0 005558 fetcht 1 ,mem_le_pres_init_key_distribution 
+0x46a1 005559 iand temp ,pdata 
+0x46a2 005560 rtn 
+:      005562 le_parse_smp_identity_information:
+0x46a3 005563 arg mem_le_irk ,contw 
+0x46a4 005564 call memcpy16 
+0x46a5 005565 call le_check_init_key_distribution 
+0x46a6 005566 isolate0 le_initator_irk_bit ,pdata 
+0x46a7 005567 branch le_send_pairing_fail_unspecified_reason ,true 
+0x46a8 005568 fetch 1 ,mem_device_option 
+0x46a9 005569 rtnne dvc_op_module 
+0x46aa 005570 call le_check_master_addr_type 
+0x46ab 005571 nrtn user 
+0x46ac 005572 branch app_ble_store_reconn_info 
+:      005575 le_check_master_addr_type:
+0x46ad 005576 call disable_user 
+0x46ae 005577 fetch 1 ,mem_le_conn_peer_addr_type 
+0x46af 005578 rtneq master_public_addr 
+0x46b0 005579 fetch 1 ,mem_le_preq_init_key_distribution 
+0x46b1 005580 rtnbit0 le_initator_irk_bit 
+0x46b2 005581 branch enable_user 
+:      005583 le_parse_smp_identity_address_information:
+0x46b3 005584 call le_check_init_key_distribution 
+0x46b4 005585 isolate0 le_initator_irk_bit ,pdata 
+0x46b5 005586 branch le_send_pairing_fail_unspecified_reason ,true 
+0x46b6 005587 rtn 
+:      005589 le_parse_smp_master_identification:
+:      005590 le_parse_smp_signing_information:
+:      005591 le_parse_smp_security_request:
+0x46b7 005592 rtn 
+:      005595 le_check_paring_time:
+0x46b8 005596 fetch 1 ,mem_le_pairing_state 
+0x46b9 005597 rtneq flag_le_pairing_end 
+0x46ba 005598 arg flag_le_pairing_rcv_pairing_req ,temp 
+0x46bb 005599 isub temp ,null 
+0x46bc 005600 nrtn positive 
+0x46bd 005601 arg smp_pairing_timer ,queue 
+0x46be 005602 call timer_check 
+0x46bf 005603 nrtn blank 
+0x46c0 005604 branch le_send_pairing_fail_unspecified_reason 
+:      005606 le_pairing_sm:
+0x46c1 005607 bpatchx patch23_7 ,mem_patch23 
+0x46c2 005608 call le_fifo_check_nearly_full 
+0x46c3 005609 nrtn blank 
+0x46c4 005610 fetch 1 ,mem_le_pairing_state 
+0x46c5 005611 beq flag_le_pairing_null ,le_pairing_sm_null 
+0x46c6 005612 beq flag_le_pairing_start ,le_pairing_sm_start 
+0x46c7 005613 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
+0x46c8 005614 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
+0x46c9 005615 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
+0x46ca 005616 beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
+0x46cb 005617 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
+0x46cc 005618 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
+0x46cd 005619 rtn 
+:      005621 le_pairing_sm_null:
+:      005622 le_pairing_sm_send_sec_req:
+0x46ce 005623 fetch 1 ,mem_le_enc_state 
+0x46cf 005624 rtnne flag_le_send_start_enc_rsp 
+0x46d0 005625 jam flag_le_enc_end ,mem_le_enc_state 
+0x46d1 005626 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x46d2 005627 jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
+0x46d3 005628 branch ui_ipc_send_event 
+:      005631 le_pairing_sm_start:
+0x46d4 005632 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
+0x46d5 005633 branch le_send_smp_security_request 
+:      005635 le_pairing_sm_rcv_pairing_req:
+0x46d6 005636 jam flag_le_pairing_wait_stk_generation ,mem_le_pairing_state 
+0x46d7 005637 setarg timer_smp_pairing_timeout 
+0x46d8 005638 arg smp_pairing_timer ,queue 
+0x46d9 005639 branch timer_init 
+:      005641 le_pairing_sm_after_auth:
+0x46da 005642 fetch 1 ,mem_le_enc_state 
+0x46db 005643 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
+0x46dc 005644 rtn 
+:      005646 le_pairing_sm_after_auth_start_enc:
+0x46dd 005647 fetch 1 ,mem_le_pairing_mode 
+0x46de 005648 bbit1 le_pairing_mode_secure_connect_bit ,le_pairing_sm_after_auth_start_enc_sc 
+0x46df 005650 jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
+0x46e0 005651 call le_send_smp_encryption_information 
+:      005652 le_pairing_sm_after_auth_start_enc_common:
+0x46e1 005653 jam bt_evt_le_enc_info ,mem_fifo_temp 
+0x46e2 005654 call ui_ipc_send_event 
+0x46e3 005655 fetch 1 ,mem_device_option 
+0x46e4 005656 rtnne dvc_op_module 
+0x46e5 005657 call le_check_master_addr_type 
+0x46e6 005658 rtn user 
+0x46e7 005659 branch app_ble_store_reconn_info 
+:      005661 le_pairing_sm_after_auth_start_enc_sc:
+0x46e8 005662 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+0x46e9 005663 branch le_pairing_sm_after_auth_start_enc_common 
+:      005665 le_pairng_sm_send_enc_information:
+0x46ea 005666 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+0x46eb 005667 branch le_send_smp_master_identification 
+:      005669 le_pairng_sm_send_master_indentification:
+0x46ec 005670 fetch 1 ,mem_le_preq_resp_key_distribution 
+0x46ed 005671 fetcht 1 ,mem_le_pres_resp_key_distribution 
+0x46ee 005672 iand temp ,pdata 
+0x46ef 005673 isolate0 le_initator_irk_bit ,pdata 
+0x46f0 005674 branch le_parse_start_enc_rsp_after_auth_end ,true 
+0x46f1 005675 jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
+0x46f2 005676 branch le_send_smp_identity_information 
+:      005678 le_pairng_sm_send_indentity_information:
+0x46f3 005679 call le_send_smp_identity_address_information 
+0x46f4 005680 branch le_parse_start_enc_rsp_after_auth_end 
+:      005683 le_parse_start_enc_rsp_after_auth_end:
+0x46f5 005684 bpatchx patch24_0 ,mem_patch24 
+0x46f6 005685 force smp_pairing_timer ,queue 
+0x46f7 005686 call timer_stop 
+0x46f8 005687 jam flag_le_enc_end ,mem_le_enc_state 
+0x46f9 005688 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x46fa 005689 jam bt_evt_le_pairing_complete ,mem_fifo_temp 
+0x46fb 005690 branch ui_ipc_send_event 
+:      005695 le_fifo_malloc_tx_l2cap_smp:
+0x46fc 005696 bpatchx patch24_2 ,mem_patch24 
+0x46fd 005697 force le_l2cap_cid_smp ,regb 
+0x46fe 005698 branch le_fifo_malloc_tx_l2cap 
+:      005702 le_parse_ll:
+0x46ff 005703 fetch 1 ,mem_le_rxbuf_data_ll_opcode 
+0x4700 005704 beq ll_connection_update_ind ,le_parse_connection_update_ind 
+0x4701 005705 beq ll_channel_map_ind ,le_parse_channel_map_ind 
+0x4702 005706 beq ll_terminate_ind ,le_parse_terminate_ind 
+0x4703 005707 beq ll_enc_req ,le_parse_enc_req 
+0x4704 005708 beq ll_enc_rsp ,le_parse_enc_rsp 
+0x4705 005709 beq ll_start_enc_req ,le_parse_start_enc_req 
+0x4706 005710 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
+0x4707 005711 beq ll_unknown_rsp ,le_parse_unknown_rsp 
+0x4708 005712 beq ll_feature_req ,le_parse_feature_req 
+0x4709 005713 beq ll_feature_rsp ,le_parse_feature_rsp 
+0x470a 005714 beq ll_pause_enc_req ,le_parse_pause_enc_req 
+0x470b 005715 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
+0x470c 005716 beq ll_version_ind ,le_parse_version_ind 
+0x470d 005717 beq ll_reject_ind ,le_parse_reject_ind 
+0x470e 005718 beq ll_ping_req ,le_parse_ping_req 
+0x470f 005719 beq ll_ping_rsp ,le_parse_ping_rsp 
+0x4710 005720 beq ll_length_req ,le_parse_length_req 
+0x4711 005721 beq ll_length_rsp ,le_parse_length_rsp 
+0x4712 005722 beq ll_phy_req ,le_parse_phy_req 
+0x4713 005723 beq ll_phy_update_ind ,le_parse_phy_update_ind 
+0x4714 005724 fetchr regc ,1 ,mem_le_rxbuf_data_ll_opcode 
+0x4715 005725 branch le_send_unknown_rsp 
+:      005729 le_parse_connection_update_ind:
+0x4716 005730 ifetch 9 ,contr 
+0x4717 005731 store 9 ,mem_le_new_param 
+0x4718 005732 ifetch 2 ,contr 
+0x4719 005733 store 2 ,mem_le_instant 
+0x471a 005734 fetch 1 ,mem_le_state 
+0x471b 005735 set1 lestate_update_param ,pdata 
+0x471c 005736 store 1 ,mem_le_state 
+0x471d 005737 rtn 
+:      005741 le_parse_channel_map_ind:
+0x471e 005742 ifetch 5 ,contr 
+0x471f 005743 store 5 ,mem_le_new_map 
+0x4720 005744 ifetch 2 ,contr 
+0x4721 005745 store 2 ,mem_le_instant 
+:      005746 le_update_map_enable:
+0x4722 005747 fetch 1 ,mem_le_state 
+0x4723 005748 set1 lestate_update_map ,pdata 
+0x4724 005749 store 1 ,mem_le_state 
+0x4725 005750 rtn 
+:      005754 le_parse_terminate_ind:
+0x4726 005755 setarg 20 
+0x4727 005756 store 2 ,mem_le_superto 
+0x4728 005757 store 2 ,mem_le_init_superto 
+0x4729 005758 rtn 
+:      005762 le_parse_enc_req:
+0x472a 005763 ifetch 8 ,contr 
+0x472b 005764 store 8 ,mem_le_rand 
+0x472c 005765 ifetch 2 ,contr 
+0x472d 005766 store 2 ,mem_le_ediv 
+0x472e 005767 ifetch 8 ,contr 
+0x472f 005768 store 8 ,mem_le_skdm 
+0x4730 005769 ifetch 4 ,contr 
+0x4731 005770 store 4 ,mem_ccm_ivm 
+0x4732 005771 call le_send_enc_rsp 
+0x4733 005772 bpatchx patch24_3 ,mem_patch24 
+0x4734 005773 fetch 1 ,mem_le_pairing_state 
+0x4735 005774 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
+0x4736 005775 fetch 1 ,mem_le_configuration 
+0x4737 005776 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
+0x4738 005777 fetch 1 ,mem_nv_data_number 
+0x4739 005778 ncall load_device_list_mode_4 ,blank 
+0x473a 005779 fetch 1 ,mem_ltk_exists 
+0x473b 005780 beq 0 ,le_ltk_lost 
+:      005781 le_parse_enc_req_after_auth:
+0x473c 005782 jam flag_le_rcv_enc_start ,mem_le_enc_state 
+0x473d 005783 call le_send_start_enc_req 
+0x473e 005784 branch generate_sk 
+:      005785 le_parse_enc_req_fixed_ltk:
+0x473f 005786 jam 1 ,mem_ltk_exists 
+0x4740 005787 arg mem_le_fixed_ltk ,contr 
+0x4741 005788 arg mem_le_ltk ,contw 
+0x4742 005789 call memcpy16 
+0x4743 005790 branch le_parse_enc_req_after_auth 
+:      005792 le_ltk_lost:
+0x4744 005793 jam flag_le_enc_null ,mem_le_enc_state 
+0x4745 005794 jam flag_le_enc_null ,mem_le_pairing_state 
+0x4746 005795 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
+0x4747 005796 branch ui_ipc_send_event 
+:      005799 le_parse_enc_rsp:
+0x4748 005800 ifetch 8 ,contr 
+0x4749 005801 store 8 ,mem_le_skds 
+0x474a 005802 ifetch 4 ,contr 
+0x474b 005803 store 4 ,mem_ccm_ivs 
+0x474c 005804 branch generate_sk 
+:      005808 le_parse_start_enc_req:
+0x474d 005809 fetch 1 ,mem_le_state 
+0x474e 005810 set1 lestate_encryption ,pdata 
+0x474f 005811 store 1 ,mem_le_state 
+0x4750 005812 rtn 
+:      005815 le_parse_start_enc_rsp:
+0x4751 005816 rtn master 
+0x4752 005817 jam bt_evt_le_start_enc ,mem_fifo_temp 
+0x4753 005818 call ui_ipc_send_event 
+0x4754 005819 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
+0x4755 005820 branch le_send_start_enc_rsp 
+:      005824 le_parse_unknown_rsp:
+0x4756 005825 rtn 
+:      005829 le_parse_feature_req:
+0x4757 005830 branch le_send_feature_rsp 
+:      005834 le_parse_feature_rsp:
+0x4758 005835 rtn 
+:      005839 le_parse_pause_enc_req:
+0x4759 005840 jam flag_le_enc_pause ,mem_le_enc_state 
+0x475a 005841 call le_send_pause_enc_rsp 
+0x475b 005842 jam bt_evt_le_pause_enc ,mem_fifo_temp 
+0x475c 005843 branch ui_ipc_send_event 
+:      005847 le_parse_pause_enc_rsp:
+0x475d 005848 rtn 
+:      005852 le_parse_version_ind:
+0x475e 005853 rtn master 
+0x475f 005854 branch le_send_version_ind 
+:      005858 le_parse_reject_ind:
+0x4760 005859 rtn 
+:      005863 le_parse_ping_req:
+0x4761 005864 branch le_send_ping_rsp 
+:      005868 le_parse_ping_rsp:
+0x4762 005869 rtn 
+:      005872 le_parse_length_req:
+0x4763 005873 call le_parse_length_rsp 
+0x4764 005874 branch le_send_data_length_res 
+:      005876 le_parse_length_rsp:
+0x4765 005877 ifetch 8 ,contr 
+0x4766 005878 store 8 ,mem_remote_rx_max_octets 
+0x4767 005879 fetch 2 ,mem_remote_rx_max_octets 
+0x4768 005880 fetcht 2 ,mem_local_tx_max_octets 
+0x4769 005881 call not_greater_than 
+0x476a 005882 store 2 ,mem_remote_rx_max_octets 
+0x476b 005884 fetch 2 ,mem_remote_tx_max_octets 
+0x476c 005885 fetcht 2 ,mem_local_rx_max_octets 
+0x476d 005886 call not_greater_than 
+0x476e 005887 store 2 ,mem_remote_tx_max_octets 
+0x476f 005888 rtn 
+:      005892 le_parse_phy_req:
+0x4770 005893 branch le_send_phy_rsp 
+:      005897 le_parse_phy_update_ind:
+0x4771 005898 ifetch 2 ,contr 
+0x4772 005899 store 2 ,mem_le_new_m2s_phy 
+0x4773 005900 ifetch 2 ,contr 
+0x4774 005901 store 2 ,mem_le_instant 
+0x4775 005902 rtn blank 
+0x4776 005903 fetch 1 ,mem_le_state 
+0x4777 005904 set1 lestate_update_phy ,pdata 
+0x4778 005905 store 1 ,mem_le_state 
+0x4779 005906 rtn 
+:      005911 le_send_terminate_ind_user_terminated:
+0x477a 005912 arg error_remote_user_terminated_connection ,regc 
+:      005915 le_send_terminate_ind:
+0x477b 005916 arg 2 ,rega 
+0x477c 005917 arg ll_terminate_ind ,regb 
+0x477d 005918 call le_fifo_malloc_tx_ll 
+0x477e 005919 copy regc ,pdata 
+0x477f 005920 istore 1 ,contw 
+0x4780 005921 rtn 
+:      005925 le_send_enc_rsp:
+0x4781 005926 arg mem_le_skds ,contw 
+0x4782 005927 force 8 ,loopcnt 
+0x4783 005928 call generate_random_loop 
+0x4784 005929 arg mem_ccm_ivs ,contw 
+0x4785 005930 force 4 ,loopcnt 
+0x4786 005931 call generate_random_loop 
+0x4787 005932 arg 13 ,rega 
+0x4788 005933 arg ll_enc_rsp ,regb 
+0x4789 005934 call le_fifo_malloc_tx_ll 
+0x478a 005935 fetch 8 ,mem_le_skds 
+0x478b 005936 istore 8 ,contw 
+0x478c 005937 fetch 4 ,mem_ccm_ivs 
+0x478d 005938 istore 4 ,contw 
+0x478e 005939 rtn 
+:      005943 le_send_start_enc_req:
+0x478f 005944 jam flag_le_send_start_enc_req ,mem_le_enc_state 
+0x4790 005945 arg ll_start_enc_req ,regb 
+0x4791 005946 branch le_send_ll_one_lenth 
+:      005950 le_send_start_enc_rsp:
+0x4792 005951 arg ll_start_enc_rsp ,regb 
+0x4793 005952 branch le_send_ll_one_lenth 
+:      005957 le_send_unknown_rsp:
+0x4794 005958 arg 2 ,rega 
+0x4795 005959 arg ll_unknown_rsp ,regb 
+0x4796 005960 call le_fifo_malloc_tx_ll 
+0x4797 005961 istorer regc ,1 ,contw 
+0x4798 005962 rtn 
+:      005966 le_send_feature_rsp:
+0x4799 005967 arg 9 ,rega 
+0x479a 005968 arg ll_feature_rsp ,regb 
+0x479b 005969 call le_fifo_malloc_tx_ll 
+0x479c 005970 fetch 8 ,mem_le_local_feature 
+0x479d 005971 or pdata ,fun_ll_feature_le_encryption ,pdata 
+0x479e 005972 istore 8 ,contw 
+0x479f 005973 rtn 
+:      005977 le_send_pause_enc_rsp:
+0x47a0 005978 arg ll_pause_enc_rsp ,regb 
+0x47a1 005979 branch le_send_ll_one_lenth 
+:      005983 le_send_version_ind:
+0x47a2 005984 arg 6 ,rega 
+0x47a3 005985 arg ll_version_ind ,regb 
+0x47a4 005986 call le_fifo_malloc_tx_ll 
+0x47a5 005987 fetch 5 ,mem_version 
+0x47a6 005988 istore 5 ,contw 
+0x47a7 005989 rtn 
+:      005992 le_send_reject_ind:
+0x47a8 005993 arg 2 ,rega 
+0x47a9 005994 arg ll_reject_ind ,regb 
+0x47aa 005995 call le_fifo_malloc_tx_ll 
+0x47ab 005996 setarg le_err_pin_or_key_missing 
+0x47ac 005997 istore 1 ,contw 
+0x47ad 005998 rtn 
+:      006002 le_send_ping_rsp:
+0x47ae 006003 arg ll_ping_rsp ,regb 
+0x47af 006004 branch le_send_ll_one_lenth 
+:      006006 le_send_data_length_req:
+0x47b0 006007 arg ll_length_req ,regb 
+0x47b1 006008 branch le_send_data_length 
+:      006010 le_send_data_length_res:
+0x47b2 006011 arg ll_length_rsp ,regb 
+:      006012 le_send_data_length:
+0x47b3 006013 arg 9 ,rega 
+0x47b4 006014 call le_fifo_malloc_tx_ll 
+0x47b5 006015 fetch 8 ,mem_local_rx_max_octets 
+0x47b6 006016 istore 8 ,contw 
+0x47b7 006017 rtn 
+:      006021 le_send_phy_rsp:
+0x47b8 006022 arg 3 ,rega 
+0x47b9 006023 arg ll_phy_rsp ,regb 
+0x47ba 006024 call le_fifo_malloc_tx_ll 
+0x47bb 006025 fetch 1 ,mem_le_tx_phys 
+0x47bc 006026 and pdata ,0x07 ,pdata 
+0x47bd 006027 istore 1 ,contw 
+0x47be 006028 fetch 1 ,mem_le_rx_phys 
+0x47bf 006029 and pdata ,0x07 ,pdata 
+0x47c0 006030 istore 1 ,contw 
+0x47c1 006031 rtn 
+:      006035 le_send_ll_one_lenth:
+0x47c2 006036 arg 1 ,rega 
+0x47c3 006037 branch le_fifo_malloc_tx_ll 
+:      006042 g24_dispatch:
+0x47c4 006043 bpatchx patch24_4 ,mem_patch24 
+0x47c5 006044 bmark1 mark_24g_rxmode ,g24_receive_dispatch 
+0x47c6 006045 branch g24_transmit_dispatch 
+:      006050 g24_prep:
+0x47c7 006051 bpatchx patch24_5 ,mem_patch24 
+0x47c8 006052 disable enable_crc 
+0x47c9 006053 disable enable_white 
+0x47ca 006054 setarg 0x555555 
+0x47cb 006055 iforce crc24_init 
+0x47cc 006056 fetch 1 ,mem_24g_ch 
+0x47cd 006057 branch le_prep_next 
+:      006059 g24_receive_packet:
+0x47ce 006060 bpatchx patch24_6 ,mem_patch24 
+0x47cf 006061 fetch 1 ,mem_24g_rx_phy 
+0x47d0 006062 call le_enable_phy_by_pdata 
+0x47d1 006063 fetch 4 ,mem_24g_addr 
+0x47d2 006064 iforce access 
+0x47d3 006065 call set_sync_on 
+0x47d4 006066 fetcht 1 ,mem_24g_ch 
+0x47d5 006067 call le_rf_rx_enable 
+:      006068 g24_receive_rxon:
+0x47d6 006069 call g24_prep 
+0x47d7 006070 bmark0 mark_ble_lr ,g24_receive_nolr 
+0x47d8 006071 pulse dewhiten_code_calc 
+0x47d9 006072 nop 30 
+0x47da 006073 call g24_prep 
+:      006074 g24_receive_nolr:
+0x47db 006075 disable user3 
+0x47dc 006076 enable decode_fec0 
+0x47dd 006077 enable is_rx 
+0x47de 006078 disable is_tx 
+0x47df 006079 enable swfine 
+0x47e0 006080 fetch 2 ,mem_24g_rx_window 
+0x47e1 006081 iforce stop_watch 
+0x47e2 006082 correlate null ,timeout 
+0x47e3 006083 nbranch g24_sync_timeout ,sync 
+0x47e4 006084 call rf_debug_rx_sync_line 
+0x47e5 006085 bmark1 mark_ble_lr ,g24_receive_skip_fec1 
+0x47e6 006086 fetch 1 ,mem_24g_disable_fec1 
+0x47e7 006087 nbranch g24_receive_skip_fec1 ,blank 
+0x47e8 006088 disable decode_fec0 
+0x47e9 006089 enable decode_fec1 
+:      006090 g24_receive_skip_fec1:
+0x47ea 006091 enable enable_white 
+0x47eb 006092 enable enable_crc 
+0x47ec 006093 call g24_receive_byte 
+0x47ed 006094 store 1 ,mem_24g_get_syncword_crc8 
+0x47ee 006095 fetcht 1 ,mem_24g_syncword_crc8 
+0x47ef 006096 isub temp ,null 
+0x47f0 006097 nbranch g24_end_of_packet ,zero 
+0x47f1 006098 bpatchx patch24_7 ,mem_patch24 
+0x47f2 006099 disable user7 
+0x47f3 006100 isolate1 mark_ble_lr ,mark 
+0x47f4 006101 call g24_lr_receive_pdu_len ,true 
+0x47f5 006102 branch g24_end_of_packet ,user7 
+0x47f6 006103 call g24_receive_byte 
+0x47f7 006104 store 1 ,mem_24g_rxbuf 
+0x47f8 006105 bmark1 mark_24g_rxmode ,g24_receive_skip 
+0x47f9 006106 fetch 1 ,mem_24g_rxbuf 
+0x47fa 006107 fetcht 1 ,mem_24g_data_type 
+0x47fb 006108 icompare bits_data ,temp 
+0x47fc 006109 nbranch g24_end_of_packet ,true 
+:      006110 g24_receive_skip:
+0x47fd 006111 call g24_receive_byte 
+0x47fe 006112 isolate1 mark_ble_lr ,mark 
+0x47ff 006113 call g24_lr_receive_payload_len ,true 
+0x4800 006114 istore 1 ,contw 
+0x4801 006115 rshift3 pdata ,pdata 
+0x4802 006116 sub pdata ,0x1f ,null 
+0x4803 006117 nbranch g24_end_of_packet ,positive 
+0x4804 006118 copy pdata ,loopcnt 
+0x4805 006119 branch g24rx_nopayload ,zero 
+:      006120 g24rx_loop:
+0x4806 006121 call g24_receive_byte 
+0x4807 006122 istore 1 ,contw 
+0x4808 006123 loop g24rx_loop 
+:      006124 g24rx_nopayload:
+0x4809 006125 bmark1 mark_24g_rxmode ,g24_receive_skip_rssi 
+0x480a 006126 copy contw ,rega 
+0x480b 006127 call g24_receive_byte 
+0x480c 006128 store 1 ,mem_rssi_hex_received 
+0x480d 006129 copy rega ,contw 
+:      006130 g24_receive_skip_rssi:
+0x480e 006131 parse demod ,bucket ,24 
+0x480f 006132 rshift32 pdata ,pdata 
+0x4810 006133 rshift16 pdata ,pdata 
+0x4811 006134 istore 3 ,contw 
+0x4812 006135 fetch 1 ,mem_24g_disable_fec1 
+0x4813 006136 nbranch g24_receive_skip_disable_fec1 ,blank 
+0x4814 006137 disable decode_fec1 
+:      006138 g24_receive_skip_next:
+0x4815 006139 isolate1 mark_24g_rxmode ,mark 
+0x4816 006140 call save_rssi_dec ,true 
+0x4817 006141 branch g24_end_of_packet ,crc_failed 
+0x4818 006142 call rf_debug_rx_crc_line 
+0x4819 006143 enable user3 
+0x481a 006144 call le_match_set_txfreq 
+0x481b 006145 bpatchx patch25_0 ,mem_patch25 
+:      006146 g24_receive_skip_end:
+0x481c 006147 rtnmark1 mark_24g_rxmode 
+0x481d 006148 fetch 1 ,mem_rssi_hex_received 
+0x481e 006149 fetcht 1 ,mem_rssi_hex_received_max_value 
+0x481f 006150 isub temp ,null 
+0x4820 006151 call copy_temp2pdata ,positive 
+0x4821 006152 branch rssi_signal 
+:      006154 g24_receive_skip_disable_fec1:
+0x4822 006155 disable decode_fec0 
+0x4823 006156 branch g24_receive_skip_next 
+:      006159 g24_lr_receive_pdu_len:
+0x4824 006160 call g24_receive_byte 
+0x4825 006161 sub pdata ,1 ,null 
+0x4826 006162 branch enable_user7 ,positive 
+0x4827 006163 increase -2 ,pdata 
+0x4828 006164 bmark1 mark_24g_rxmode ,g24_lr_receive_pdu_norssi 
+0x4829 006165 branch enable_user7 ,blank 
+0x482a 006166 increase -1 ,pdata 
+:      006167 g24_lr_receive_pdu_norssi:
+0x482b 006168 store 1 ,mem_temp 
+0x482c 006169 rtn 
+:      006171 g24_lr_receive_payload_len:
+0x482d 006172 and_into 0x07 ,pdata 
+0x482e 006173 fetcht 1 ,mem_temp 
+0x482f 006174 lshift3 temp ,temp 
+0x4830 006175 ior temp ,pdata 
+0x4831 006176 rtn 
+:      006178 g24_receive_byte:
+0x4832 006179 parse demod ,bucket ,8 
+0x4833 006180 rshift3 pwindow ,pdata 
+0x4834 006181 rtn 
+:      006183 g24_sync_timeout:
+0x4835 006184 isolate1 mark_24g_rxmode ,mark 
+0x4836 006185 call rssi_noise ,true 
+:      006186 g24_end_of_packet:
+0x4837 006187 bpatchx patch25_1 ,mem_patch25 
+0x4838 006188 call le_disable 
+0x4839 006189 disable encode_fec1 
+0x483a 006190 disable decode_fec1 
+0x483b 006191 branch end_of_packet 
+:      006193 g24_set_freq_tx:
+0x483c 006194 call set_sync_on 
+0x483d 006195 fetcht 1 ,mem_24g_ch 
+0x483e 006196 branch set_freq_tx 
+:      006198 g24_transmit:
+0x483f 006199 bpatchx patch25_2 ,mem_patch25 
+0x4840 006200 fetch 1 ,mem_24g_tx_phy 
+0x4841 006201 call le_enable_phy_by_pdata 
+0x4842 006202 fetch 4 ,mem_24g_addr 
+0x4843 006203 iforce access 
+0x4844 006204 call g24_prep 
+0x4845 006205 call g24_set_freq_tx 
+0x4846 006206 set1 txgfsk ,radio_ctrl 
+0x4847 006207 enable encode_fec0 
+0x4848 006208 enable is_tx 
+0x4849 006209 disable is_rx 
+0x484a 006210 call rf_debug_tx_on_line 
+0x484b 006211 disable lr_s2en 
+0x484c 006212 bmark1 mark_ble_lr ,g24_transmit_lr 
+0x484d 006213 bmark1 mark_ble_2m ,g24_transmit_2m 
+0x484e 006214 rshift16 access ,pdata 
+0x484f 006215 rshift8 pdata ,pdata 
+0x4850 006216 rshift4 pdata ,pdata 
+0x4851 006217 inject mod ,40 
+:      006218 g24_transmit_packet:
+0x4852 006219 bpatchx patch25_3 ,mem_patch25 
+0x4853 006220 bmark1 mark_ble_lr ,g24_transmit_nolr 
+0x4854 006221 fetch 1 ,mem_24g_disable_fec1 
+0x4855 006222 nbranch g24_transmit_nolr ,blank 
+0x4856 006223 disable encode_fec0 
+0x4857 006224 enable encode_fec1 
+:      006225 g24_transmit_nolr:
+0x4858 006226 enable enable_white 
+0x4859 006227 enable enable_crc 
+0x485a 006228 fetch 1 ,mem_24g_txlen 
+0x485b 006229 iforce loopcnt 
+0x485c 006230 arg mem_24g_txpayload ,contr 
+:      006231 g24tr_loop:
+0x485d 006232 ifetch 1 ,contr 
+0x485e 006233 inject mod ,8 
+0x485f 006234 loop g24tr_loop 
+0x4860 006235 enable enable_parity 
+0x4861 006236 inject mod ,24 
+0x4862 006237 disable enable_parity 
+0x4863 006238 bmark0 mark_ble_lr ,g24_transmit_skip 
+0x4864 006239 disable enable_white 
+0x4865 006240 setarg 0 
+0x4866 006241 inject mod ,3 
+:      006242 g24_transmit_skip:
+0x4867 006243 until null ,tx_clear 
+0x4868 006244 nop 100 
+0x4869 006245 disable lr_s2en 
+0x486a 006246 disable encode_fec0 
+0x486b 006247 fetch 1 ,mem_24g_disable_fec1 
+0x486c 006248 nbranch g24_transmit_skip_disable_fec1 ,blank 
+0x486d 006249 disable encode_fec1 
+:      006250 g24_transmit_skip_disable_fec1:
+0x486e 006251 disable encode_fec3 
+0x486f 006252 call set_sync_on 
+0x4870 006253 branch rf_debug_tx_off_line 
+:      006255 g24_transmit_lr:
+0x4871 006256 arg 10 ,loopcnt 
+:      006257 g24_transmit_lr_preamble_loop:
+0x4872 006258 setarg 0x3c 
+0x4873 006259 inject mod ,8 
+0x4874 006260 loop g24_transmit_lr_preamble_loop 
+0x4875 006261 disable encode_fec0 
+0x4876 006262 enable encode_fec3 
+0x4877 006263 rshift16 access ,pdata 
+0x4878 006264 rshift16 pdata ,pdata 
+0x4879 006265 rshift4 pdata ,pdata 
+0x487a 006266 inject mod ,32 
+0x487b 006267 bmark1 mark_ble_lr_s8 ,g24_transmit_lr_s8 
+:      006268 g24_transmit_lr_s2:
+0x487c 006269 setarg 1 
+0x487d 006270 inject mod ,5 
+0x487e 006271 enable lr_s2en 
+0x487f 006272 branch g24_transmit_packet 
+:      006274 g24_transmit_lr_s8:
+0x4880 006275 setarg 0 
+0x4881 006276 inject mod ,5 
+0x4882 006277 branch g24_transmit_packet 
+:      006279 g24_transmit_2m:
+0x4883 006280 fetch 1 ,mem_system_clk 
+0x4884 006281 rshift pdata ,loopcnt 
+:      006282 g24_transmit_2m_dealy:
+0x4885 006283 nop 2 
+0x4886 006284 loop g24_transmit_2m_dealy 
+0x4887 006286 rshift16 access ,pdata 
+0x4888 006287 rshift8 pdata ,pdata 
+0x4889 006288 rshift4 pdata ,temp 
+0x488a 006289 copy temp ,pdata 
+0x488b 006290 inject mod ,8 
+0x488c 006291 copy temp ,pdata 
+0x488d 006292 inject mod ,40 
+0x488e 006293 branch g24_transmit_packet 
+:      006301 g24_transmit_prep:
+0x488f 006302 bpatchx patch25_4 ,mem_patch25 
+0x4890 006303 fetch 1 ,mem_24g_tx_phy 
+0x4891 006304 bbit1 bit_le_coded_phy ,g24_lr_transmit_prep 
+0x4892 006306 fetch 1 ,mem_24g_datalen 
+0x4893 006307 increase 3 ,pdata 
+0x4894 006308 store 1 ,mem_24g_txlen 
+0x4895 006310 fetch 1 ,mem_24g_syncword_crc8 
+0x4896 006311 store 1 ,mem_24g_txpayload 
+0x4897 006313 fetch 1 ,mem_24g_data_type 
+0x4898 006314 istore 1 ,contw 
+0x4899 006316 fetch 1 ,mem_24g_datalen 
+:      006317 g24_transmit_prep_pdu:
+0x489a 006318 lshift3 pdata ,pdata 
+0x489b 006319 fetcht 1 ,mem_24g_pid 
+0x489c 006320 and temp ,0x03 ,temp 
+0x489d 006321 lshift temp ,temp 
+0x489e 006322 ior temp ,pdata 
+0x489f 006323 fetcht 1 ,mem_24g_no_ack 
+0x48a0 006324 iadd temp ,pdata 
+0x48a1 006325 istore 1 ,contw 
+0x48a2 006327 fetch 1 ,mem_24g_datalen 
+0x48a3 006328 iforce loopcnt 
+0x48a4 006329 arg mem_24g_txbuf ,contr 
+0x48a5 006330 call memcpy 
+0x48a6 006331 bpatchx patch25_5 ,mem_patch25 
+0x48a7 006333 rtnmark0 mark_24g_rxmode 
+0x48a8 006334 fetch 1 ,mem_rssi_hex 
+0x48a9 006335 istore 1 ,contw 
+0x48aa 006336 fetch 1 ,mem_24g_tx_phy 
+0x48ab 006337 rtnbit1 bit_le_coded_phy 
+0x48ac 006338 fetch 1 ,mem_24g_txlen 
+0x48ad 006339 increase 1 ,pdata 
+0x48ae 006340 store 1 ,mem_24g_txlen 
+0x48af 006341 rtn 
+:      006343 g24_lr_transmit_prep:
+0x48b0 006345 fetch 1 ,mem_24g_datalen 
+0x48b1 006346 increase 4 ,pdata 
+0x48b2 006347 bmark0 mark_24g_rxmode ,g24_lr_transmit_prep_skip 
+0x48b3 006348 increase 1 ,pdata 
+:      006349 g24_lr_transmit_prep_skip:
+0x48b4 006350 store 1 ,mem_24g_txlen 
+0x48b5 006352 fetch 1 ,mem_24g_syncword_crc8 
+0x48b6 006353 store 1 ,mem_24g_txpayload 
+0x48b7 006355 fetch 1 ,mem_24g_txlen 
+0x48b8 006356 increase -2 ,pdata 
+0x48b9 006357 istore 1 ,contw 
+0x48ba 006359 fetch 1 ,mem_24g_data_type 
+0x48bb 006360 istore 1 ,contw 
+0x48bc 006361 setarg 0 
+0x48bd 006362 branch g24_transmit_prep_pdu 
+:      006364 g24_read_len_pid_crc:
+0x48be 006365 bpatchx patch25_6 ,mem_patch25 
+0x48bf 006367 fetch 1 ,mem_24g_rxbuf + 1 
+0x48c0 006368 rshift3 pdata ,pdata 
+0x48c1 006369 store 1 ,mem_24g_rxdata_length 
+0x48c2 006371 increase 1 ,pdata 
+0x48c3 006372 arg mem_24g_rxbuf + 1 ,contr 
+0x48c4 006373 iadd contr ,contr 
+0x48c5 006374 ifetch 3 ,contr 
+0x48c6 006375 store 3 ,mem_24g_sta_crc 
+0x48c7 006377 fetch 1 ,mem_24g_rxbuf + 1 
+0x48c8 006378 rshift pdata ,pdata 
+0x48c9 006379 and pdata ,0x03 ,pdata 
+0x48ca 006380 store 1 ,mem_24g_sta_pid 
+0x48cb 006381 rtn 
+:      006384 g24_ch:
+0x48cc 006385 bpatchx patch25_7 ,mem_patch25 
+0x48cd 006386 fetcht 1 ,mem_24g_current_ch_number 
+0x48ce 006387 call g24_ch_map_size 
+0x48cf 006388 storet 1 ,mem_24g_current_ch_number 
+0x48d0 006389 rtn 
+:      006391 g24_ch_map_size:
+0x48d1 006392 bpatchx patch26_0 ,mem_patch26 
+0x48d2 006393 call g24_ch_calc 
+0x48d3 006394 increase 1 ,temp 
+0x48d4 006395 and_into 3 ,temp 
+0x48d5 006396 rtn 
+:      006398 g24_ch_calc:
+0x48d6 006399 bpatchx patch26_1 ,mem_patch26 
+0x48d7 006400 fetch 1 ,mem_24g_addr 
+0x48d8 006401 and_into 0x03 ,pdata 
+0x48d9 006402 mul32 pdata ,4 ,rega 
+0x48da 006403 setarg mem_24g_ch_map1 
+0x48db 006404 iadd rega ,pdata 
+0x48dc 006405 iadd temp ,contr 
+0x48dd 006406 ifetch 1 ,contr 
+0x48de 006407 store 1 ,mem_24g_ch 
+0x48df 006408 rtn 
+:      006411 g24_update_addr_and_synccrc8:
+0x48e0 006412 store 4 ,mem_24g_addr 
+0x48e1 006414 bpatchx patch26_2 ,mem_patch26 
+:      006415 g24_syncword_crc8:
+0x48e2 006416 arg 0 ,rega 
+0x48e3 006417 arg 4 ,loopcnt 
+0x48e4 006418 arg mem_24g_addr ,contr 
+:      006419 g24_syncword_crc8_loop:
+0x48e5 006420 ifetch 1 ,contr 
+0x48e6 006421 iadd rega ,rega 
+0x48e7 006422 loop g24_syncword_crc8_loop 
+0x48e8 006423 copy rega ,pdata 
+0x48e9 006424 store 2 ,mem_24g_syncword 
+0x48ea 006425 fetch 1 ,mem_24g_syncword 
+0x48eb 006426 fetcht 1 ,mem_24g_syncword + 1 
+0x48ec 006427 iadd temp ,pdata 
+0x48ed 006428 store 1 ,mem_24g_syncword_crc8 
+0x48ee 006429 rtn 
+:      006432 g24_timer_check:
+0x48ef 006433 bpatchx patch26_3 ,mem_patch26 
+0x48f0 006434 call disable_user 
+0x48f1 006435 fetcht 4 ,mem_24g_tx_btclk 
+0x48f2 006436 copy clkn_bt ,pdata 
+0x48f3 006437 isub temp ,null 
+0x48f4 006438 ncall g24_timer_timeout ,positive 
+0x48f5 006439 copy pdata ,regb 
+0x48f6 006440 fetch 4 ,mem_24g_tx_btclk 
+0x48f7 006441 fetcht 1 ,mem_24g_interval 
+0x48f8 006442 iadd temp ,temp 
+0x48f9 006443 copy regb ,pdata 
+0x48fa 006444 isub temp ,null 
+0x48fb 006445 nrtn positive 
+0x48fc 006446 set0 28 ,pdata 
+0x48fd 006447 store 4 ,mem_24g_tx_btclk 
+0x48fe 006448 branch enable_user 
+:      006450 g24_timer_timeout:
+0x48ff 006451 rtn zero 
+0x4900 006452 set1 28 ,pdata 
+0x4901 006453 rtn 
+:      006455 g24_timer_init:
+0x4902 006456 setarg 0 
+0x4903 006457 store 4 ,mem_24g_tx_btclk 
+0x4904 006458 rtn 
+:      006466 g24_chmap_param_init:
+0x4905 006467 bpatchx patch26_4 ,mem_patch26 
+0x4906 006468 setsect 0 ,0x1300 
+0x4907 006469 setsect 1 ,0x1908b 
+0x4908 006470 setsect 2 ,0x36150 
+0x4909 006471 setsect 3 ,0x3d20 
+0x490a 006472 store 9 ,mem_24g_ch_map1 
+0x490b 006473 setsect 0 ,0x3a1a 
+0x490c 006474 setsect 1 ,0xc453 
+0x490d 006475 setsect 2 ,0xd312 
+0x490e 006476 setsect 3 ,0x1 
+0x490f 006477 istore 7 ,contw 
+0x4910 006478 fetch 1 ,mem_24g_ch_map_update 
+0x4911 006479 rtn blank 
+0x4912 006480 arg mem_24g_ch_update_map1 ,contr 
+0x4913 006481 arg mem_24g_ch_map1 ,contw 
+0x4914 006482 branch memcpy16 
+:      006490 g24_chamap_param_update:
+0x4915 006491 bpatchx patch26_5 ,mem_patch26 
+0x4916 006492 setarg 0x4e001e 
+0x4917 006493 store 3 ,mem_24g_ch_update_map1 + 1 
+0x4918 006494 setarg 0x032303 
+0x4919 006495 istore 3 ,contw 
+0x491a 006496 setarg 0x250642 
+0x491b 006497 istore 3 ,contw 
+0x491c 006498 setarg 0x094c06 
+0x491d 006499 istore 3 ,contw 
+0x491e 006500 setarg 0x3c0927 
+0x491f 006501 istore 3 ,contw 
+0x4920 006502 jam 1 ,mem_24g_ch_map_update 
+0x4921 006503 rtn 
+:      006506 g24_rx_window_init:
+0x4922 006507 bpatchx patch26_6 ,mem_patch26 
+0x4923 006508 arg 0x6978 ,temp 
+0x4924 006509 bmark1 mark_24g_rxmode ,g24_rx_window_store 
+0x4925 006510 arg 0x12c0 ,temp 
+0x4926 006511 fetch 1 ,mem_24g_rx_phy 
+0x4927 006512 bbit0 2 ,g24_rx_window_store 
+0x4928 006513 arg 0x2ee0 ,temp 
+:      006514 g24_rx_window_store:
+0x4929 006515 storet 2 ,mem_24g_rx_window 
+0x492a 006516 rtn 
+:      006518 g24_enable_1m:
+0x492b 006519 jam 0x01 ,mem_24g_rx_phy 
+0x492c 006520 jam 0x01 ,mem_24g_tx_phy 
+0x492d 006521 rtn 
+:      006523 g24_enable_2m:
+0x492e 006524 jam 0x02 ,mem_24g_rx_phy 
+0x492f 006525 jam 0x02 ,mem_24g_tx_phy 
+0x4930 006526 rtn 
+:      006550 g24_pair_param_init:
+0x4931 006551 bpatchx patch26_7 ,mem_patch26 
+0x4932 006552 jam 0x4e ,mem_24g_pair_ch 
+0x4933 006553 setarg 0x101520 
+0x4934 006554 store 3 ,mem_24g_pair_addr 
+0x4935 006555 setarg 0x05 
+0x4936 006556 istore 1 ,contw 
+0x4937 006557 rtn 
+:      006563 g24_pair_timeout_timer:
+0x4938 006564 arg mem_24g_pair_timeout ,regc 
+0x4939 006565 arg g24_stop_24g_mode ,regb 
+0x493a 006566 branch timer_single_step_2b 
+:      006568 g24_pair_start:
+0x493b 006569 set1 mark_24g ,mark 
+0x493c 006570 fetch 1 ,mem_24g_conn_sm 
+0x493d 006571 set0 state_24g_reconn ,pdata 
+0x493e 006572 set1 state_24g_pair ,pdata 
+0x493f 006573 store 1 ,mem_24g_conn_sm 
+0x4940 006574 setarg 0 
+0x4941 006575 store 2 ,mem_24g_reconn_timeout 
+0x4942 006576 fetch 2 ,mem_24g_pair_timeout_init 
+0x4943 006577 store 2 ,mem_24g_pair_timeout 
+0x4944 006578 jam 0 ,mem_24g_pair_no_ack 
+0x4945 006579 call g24_pair_sm_reinit 
+:      006580 g24_pair_init_param:
+0x4946 006581 jam 0 ,mem_24g_pid 
+0x4947 006582 fetch 1 ,mem_24g_pair_ch 
+0x4948 006583 store 1 ,mem_24g_ch 
+0x4949 006584 fetch 1 ,mem_24g_pair_tx_power 
+0x494a 006585 store 1 ,mem_tx_power 
+0x494b 006586 fetch 4 ,mem_24g_pair_addr 
+0x494c 006587 branch g24_update_addr_and_synccrc8 
+:      006590 g24_pair_dispatch:
+0x494d 006591 bpatchx patch27_0 ,mem_patch27 
+0x494e 006592 fetch 1 ,mem_24g_pair_sm 
+0x494f 006593 beq state_24g_pairing_success ,g24_pair_exit 
+0x4950 006594 beq state_24g_pairing_1 ,g24_pair_sm_1 
+0x4951 006595 beq state_24g_pairing_2 ,g24_pair_sm_2 
+0x4952 006596 beq state_24g_pairing_3 ,g24_pair_sm_3 
+0x4953 006597 beq state_24g_pairing_4 ,g24_pair_sm_4 
+0x4954 006598 rtn 
+:      006600 g24_pair_sm_1:
+0x4955 006601 jam datatype_attemp ,mem_24g_txbuf 
+0x4956 006602 branch g24_pair_sm_prep 
+:      006604 g24_pair_sm_2:
+0x4957 006605 fetch 1 ,mem_24g_pair_switch 
+0x4958 006606 branch g24_pair_sm_2_skip ,blank 
+0x4959 006607 fetch 4 ,mem_24g_device_addr 
+0x495a 006608 call g24_update_addr_and_synccrc8 
+:      006609 g24_pair_sm_2_skip:
+0x495b 006610 jam datatype_bind ,mem_24g_txbuf 
+0x495c 006611 branch g24_pair_sm_prep 
+:      006613 g24_pair_sm_3:
+0x495d 006614 jam datatype_config ,mem_24g_txbuf 
+0x495e 006615 fetch 1 ,mem_24g_pair_switch 
+0x495f 006616 branch g24_pair_sm_prep ,blank 
+0x4960 006617 fetch 4 ,mem_24g_receiver_addr 
+0x4961 006618 store 4 ,mem_24g_txbuf + 2 
+0x4962 006619 branch g24_pair_sm_common 
+:      006621 g24_pair_sm_4:
+0x4963 006622 jam datatype_ok ,mem_24g_txbuf 
+:      006623 g24_pair_sm_prep:
+0x4964 006624 fetch 4 ,mem_24g_device_addr 
+0x4965 006625 store 4 ,mem_24g_txbuf + 2 
+:      006626 g24_pair_sm_common:
+0x4966 006627 fetch 1 ,mem_24g_data_type 
+0x4967 006628 and_into bits_data ,pdata 
+0x4968 006629 store 1 ,mem_24g_txbuf + 1 
+0x4969 006630 jam 0 ,mem_24g_txbuf + 6 
+0x496a 006631 jam 7 ,mem_24g_datalen 
+0x496b 006632 call g24_transmit_prep 
+0x496c 006633 call g24_transmit_receive_ack 
+0x496d 006634 nrtn sync 
+0x496e 006635 nrtn user3 
+0x496f 006636 call g24_txbuf_clear 
+0x4970 006637 call g24_ackpayload_parse 
+0x4971 006638 bpatchx patch27_1 ,mem_patch27 
+0x4972 006639 fetch 1 ,mem_24g_pair_sm 
+0x4973 006640 rtneq state_24g_pairing_success 
+0x4974 006641 beq state_24g_pairing_1 ,g24_pair_sm_1_waiting_ack 
+0x4975 006642 beq state_24g_pairing_2 ,g24_pair_sm_2_waiting_ack 
+0x4976 006643 beq state_24g_pairing_3 ,g24_pair_sm_3_waiting_ack 
+0x4977 006644 beq state_24g_pairing_4 ,g24_pair_sm_4_waiting_ack 
+0x4978 006645 rtn 
+:      006647 g24_pair_sm_reinit:
+0x4979 006648 jam state_24g_pairing_2 ,mem_24g_pair_sm 
+0x497a 006649 fetch 1 ,mem_24g_pair_switch 
+0x497b 006650 rtn blank 
+0x497c 006651 jam state_24g_pairing_1 ,mem_24g_pair_sm 
+0x497d 006652 rtn 
+:      006654 g24_pair_sm_1_waiting_ack:
+0x497e 006655 jam state_24g_pairing_2 ,mem_24g_pair_sm 
+0x497f 006656 branch g24_transmit_abandon 
+:      006658 g24_pair_sm_2_waiting_ack:
+0x4980 006659 fetch 1 ,mem_24g_pair_switch 
+0x4981 006660 branch g24_pair_sm_2_waiting_ack_skip ,blank 
+0x4982 006661 fetch 4 ,mem_24g_rxpayload + 2 
+0x4983 006662 store 4 ,mem_24g_receiver_addr 
+:      006663 g24_pair_sm_2_waiting_ack_skip:
+0x4984 006664 jam state_24g_pairing_3 ,mem_24g_pair_sm 
+0x4985 006665 branch g24_transmit_abandon 
+:      006667 g24_pair_sm_3_waiting_ack:
+0x4986 006668 fetch 1 ,mem_24g_pair_switch 
+0x4987 006669 branch g24_pair_sm_3_waiting_ack_skip ,blank 
+0x4988 006670 fetch 4 ,mem_24g_rxpayload + 2 
+0x4989 006671 fetcht 4 ,mem_24g_device_addr 
+0x498a 006672 isub temp ,null 
+0x498b 006673 nrtn zero 
+:      006674 g24_pair_sm_3_waiting_ack_skip:
+0x498c 006675 jam state_24g_pairing_4 ,mem_24g_pair_sm 
+0x498d 006676 branch g24_transmit_abandon 
+:      006678 g24_pair_sm_4_waiting_ack:
+0x498e 006679 fetch 1 ,mem_24g_pair_switch 
+0x498f 006680 branch g24_pair_sm_4_waiting_ack_skip ,blank 
+0x4990 006681 fetch 4 ,mem_24g_rxpayload + 2 
+0x4991 006682 fetcht 4 ,mem_24g_receiver_addr 
+0x4992 006683 isub temp ,null 
+0x4993 006684 nrtn zero 
+:      006685 g24_pair_sm_4_waiting_ack_skip:
+0x4994 006686 jam state_24g_pairing_success ,mem_24g_pair_sm 
+0x4995 006687 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
+0x4996 006688 call ui_ipc_send_event 
+0x4997 006689 setarg 0 
+0x4998 006690 store 2 ,mem_24g_pair_timeout 
+0x4999 006691 fetch 4 ,mem_24g_rxpayload + 2 
+0x499a 006692 call g24_update_addr_and_synccrc8 
+:      006693 g24_pair_exit:
+0x499b 006694 fetch 1 ,mem_24g_conn_sm 
+0x499c 006695 set0 state_24g_pair ,pdata 
+0x499d 006696 store 1 ,mem_24g_conn_sm 
+0x499e 006697 branch g24_transmit_abandon 
+:      006723 g24_bind_mode_enable:
+0x499f 006724 jam dongle_bind ,mem_24g_work_mode 
+0x49a0 006725 jam clear_init ,mem_24g_mode_init 
+0x49a1 006726 rtn 
+:      006728 g24_bind_init:
+0x49a2 006729 fetch 1 ,mem_24g_mode_init 
+0x49a3 006730 rtnbit1 dongle_bind 
+0x49a4 006731 set1 dongle_bind ,pdata 
+0x49a5 006732 store 1 ,mem_24g_mode_init 
+0x49a6 006733 setarg 0 
+0x49a7 006734 store 3 ,mem_24g_device1_bind_step 
+0x49a8 006735 store 4 ,mem_24g_transmitter_addr 
+0x49a9 006736 jam 1 ,mem_24g_ackpayload_enable 
+0x49aa 006737 branch g24_pair_init_param 
+:      006740 g24_bind_ackpayload_prep:
+0x49ab 006741 jam 1 ,mem_24g_ackpayload_enable 
+0x49ac 006742 jam 0x08 ,mem_24g_datalen 
+0x49ad 006743 arg mem_24g_bind_payload ,contr 
+0x49ae 006744 arg mem_24g_txbuf ,contw 
+0x49af 006745 branch memcpy8 
+:      006748 g24_bind_data_process:
+0x49b0 006749 bpatchx patch27_2 ,mem_patch27 
+0x49b1 006750 call g24_rx_interrupt_clear 
+0x49b2 006751 call g24_receive_packet 
+0x49b3 006752 nbranch g24_rx_interrupt_clear ,user3 
+0x49b4 006753 call g24_bind_data_parse 
+0x49b5 006754 call g24_transmit_ack 
+0x49b6 006755 call g24_bind_device_status_check 
+0x49b7 006756 call dongle_kb_bind_soft_reset 
+0x49b8 006757 fetch 1 ,mem_24g_pair_switch 
+0x49b9 006758 rtn blank 
+0x49ba 006759 fetch 4 ,mem_24g_transmitter_addr 
+0x49bb 006760 rtn blank 
+0x49bc 006761 branch g24_update_addr_and_synccrc8 
+:      006763 g24_bind_data_error:
+0x49bd 006764 call g24_rx_interrupt_clear 
+0x49be 006765 branch g24_end_of_packet 
+:      006767 g24_bind_data_parse:
+0x49bf 006768 jam bind_mode_continue ,mem_24g_bind_mode_continue 
+0x49c0 006769 arg mem_24g_rxbuf ,contr 
+0x49c1 006770 arg mem_24g_rxdata_temp ,contw 
+0x49c2 006771 call memcpy8 
+0x49c3 006772 bpatchx patch27_3 ,mem_patch27 
+:      006773 g24_bind_data_parse_next:
+0x49c4 006774 fetch 1 ,mem_24g_rxdata_temp + 2 
+0x49c5 006775 beq datatype_bind ,g24_bind_first_step 
+0x49c6 006776 beq datatype_config ,g24_bind_second_step 
+0x49c7 006777 beq datatype_ok ,g24_bind_third_step 
+0x49c8 006778 beq datatype_attemp ,g24_data_attemp 
+0x49c9 006779 rtn 
+:      006782 g24_bind_first_step:
+0x49ca 006783 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x49cb 006784 beq datatype_device1 ,g24_bind_first_step_device1 
+0x49cc 006785 beq datatype_device2 ,g24_bind_first_step_device2 
+0x49cd 006786 rtn 
+:      006788 g24_bind_first_step_device1:
+0x49ce 006789 jam 1 ,mem_24g_device1_bind_step 
+:      006790 g24_bind_dvc1_payload_cfg:
+0x49cf 006791 jam datatype_device1 ,mem_24g_bind_payload 
+:      006792 g24_bind_payload_cfg:
+0x49d0 006793 jam 0x80 ,mem_24g_bind_payload + 1 
+0x49d1 006794 fetch 6 ,mem_24g_lap 
+0x49d2 006795 store 6 ,mem_24g_bind_payload + 2 
+0x49d3 006796 rtn 
+:      006798 g24_bind_first_step_device2:
+0x49d4 006799 jam 1 ,mem_24g_device2_bind_step 
+:      006800 g24_bind_dvc2_payload_cfg:
+0x49d5 006801 jam datatype_device2 ,mem_24g_bind_payload 
+0x49d6 006802 branch g24_bind_payload_cfg 
+:      006805 g24_bind_second_step:
+0x49d7 006806 fetch 1 ,mem_24g_pair_switch 
+0x49d8 006807 branch g24_bind_second_step_skip ,blank 
+0x49d9 006808 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x49da 006809 fetcht 4 ,mem_24g_lap 
+0x49db 006810 isub temp ,null 
+0x49dc 006811 nrtn zero 
+:      006812 g24_bind_second_step_skip:
+0x49dd 006813 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x49de 006814 beq datatype_device1 ,g24_bind_second_step_device1 
+0x49df 006815 beq datatype_device2 ,g24_bind_second_step_device2 
+0x49e0 006816 rtn 
+:      006818 g24_bind_second_step_device1:
+0x49e1 006819 fetch 1 ,mem_24g_device1_bind_step 
+0x49e2 006820 beq 1 ,g24_bind_dvc1_step_set2 
+0x49e3 006821 rtn 
+:      006822 g24_bind_dvc1_step_set2:
+0x49e4 006823 jam 2 ,mem_24g_device1_bind_step 
+0x49e5 006824 fetch 1 ,mem_24g_pair_switch 
+0x49e6 006825 branch g24_bind_dvc1_payload_cfg ,blank 
+:      006826 g24_bind_dvc1_payload_cfg_transmitter_addr:
+0x49e7 006827 jam datatype_device1 ,mem_24g_bind_payload 
+:      006828 g24_bind_payload_cfg_transmitter_addr:
+0x49e8 006829 jam 0x80 ,mem_24g_bind_payload + 1 
+0x49e9 006830 fetch 4 ,mem_24g_transmitter_addr 
+0x49ea 006831 store 4 ,mem_24g_bind_payload + 2 
+0x49eb 006832 branch enable_user 
+:      006834 g24_bind_second_step_device2:
+0x49ec 006835 fetch 1 ,mem_24g_device2_bind_step 
+0x49ed 006836 beq 1 ,g24_bind_dvc2_step_set2 
+0x49ee 006837 rtn 
+:      006838 g24_bind_dvc2_step_set2:
+0x49ef 006839 jam 2 ,mem_24g_device2_bind_step 
+0x49f0 006840 fetch 1 ,mem_24g_pair_switch 
+0x49f1 006841 branch g24_bind_dvc2_payload_cfg ,blank 
+0x49f2 006842 jam datatype_device2 ,mem_24g_bind_payload 
+0x49f3 006843 branch g24_bind_payload_cfg_transmitter_addr 
+:      006846 g24_bind_third_step:
+0x49f4 006847 fetch 1 ,mem_24g_pair_switch 
+0x49f5 006848 branch g24_bind_third_step_skip ,blank 
+0x49f6 006849 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x49f7 006850 fetcht 4 ,mem_24g_transmitter_addr 
+0x49f8 006851 isub temp ,null 
+0x49f9 006852 nrtn zero 
+:      006853 g24_bind_third_step_skip:
+0x49fa 006854 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x49fb 006855 beq datatype_device1 ,g24_bind_third_step_device1 
+0x49fc 006856 beq datatype_device2 ,g24_bind_third_step_device2 
+0x49fd 006857 rtn 
+:      006859 g24_bind_third_step_device1:
+0x49fe 006860 fetch 1 ,mem_24g_device1_bind_step 
+0x49ff 006861 beq 2 ,g24_bind_dvc1_step_success 
+0x4a00 006862 rtn 
+:      006863 g24_bind_dvc1_step_success:
+0x4a01 006864 call g24_binding_dvc1_living 
+0x4a02 006865 call g24_bind_dvc1_payload_cfg 
+0x4a03 006866 fetch 1 ,mem_24g_bind_device_status 
+0x4a04 006867 or_into 0x01 ,pdata 
+0x4a05 006868 store 1 ,mem_24g_bind_device_status 
+:      006869 g24_bind_exit:
+0x4a06 006870 setarg 0 
+0x4a07 006871 store 2 ,mem_24g_device1_bind_step 
+0x4a08 006872 rtn 
+:      006874 g24_bind_third_step_device2:
+0x4a09 006875 fetch 1 ,mem_24g_device2_bind_step 
+0x4a0a 006876 bne 0 ,g24_bind_dvc2_step_success 
+0x4a0b 006877 rtn 
+:      006878 g24_bind_dvc2_step_success:
+0x4a0c 006879 call g24_binding_dvc2_living 
+0x4a0d 006880 call g24_bind_dvc2_payload_cfg 
+0x4a0e 006881 fetch 1 ,mem_24g_bind_device_status 
+0x4a0f 006882 or_into 0x02 ,pdata 
+0x4a10 006883 store 1 ,mem_24g_bind_device_status 
+0x4a11 006884 call g24_bind_exit 
+0x4a12 006885 branch dongle_g24_store_dvc2_bind_flag 
+:      006887 g24_binding_device_check:
+0x4a13 006888 fetch 1 ,mem_24g_work_mode 
+0x4a14 006889 rtnne dongle_bind 
+0x4a15 006890 fetch 1 ,mem_24g_pair_mode 
+0x4a16 006891 nrtn blank 
+0x4a17 006892 fetch 1 ,mem_24g_rxbuf + 3 
+0x4a18 006893 beq datatype_device1 ,g24_binding_dvc1_status 
+0x4a19 006894 beq datatype_device2 ,g24_binding_dvc2_status 
+0x4a1a 006895 rtn 
+:      006896 g24_binding_dvc1_status:
+0x4a1b 006897 fetch 1 ,mem_24g_bind_device_living 
+0x4a1c 006898 rtnbit0 0 
+:      006899 disable_user3:
+0x4a1d 006900 disable user3 
+0x4a1e 006901 rtn 
+:      006902 g24_binding_dvc2_status:
+0x4a1f 006903 fetch 1 ,mem_24g_bind_device_living 
+0x4a20 006904 rtnbit0 1 
+0x4a21 006905 branch disable_user3 
+:      006907 g24_binding_dvc1_living:
+0x4a22 006908 fetch 1 ,mem_24g_pair_mode 
+0x4a23 006909 nrtn blank 
+0x4a24 006910 fetch 1 ,mem_24g_bind_device_living 
+0x4a25 006911 or_into 0x01 ,pdata 
+0x4a26 006912 store 1 ,mem_24g_bind_device_living 
+0x4a27 006913 rtn 
+:      006915 g24_binding_dvc2_living:
+0x4a28 006916 fetch 1 ,mem_24g_pair_mode 
+0x4a29 006917 nrtn blank 
+0x4a2a 006918 fetch 1 ,mem_24g_bind_device_living 
+0x4a2b 006919 or_into 0x02 ,pdata 
+0x4a2c 006920 store 1 ,mem_24g_bind_device_living 
+0x4a2d 006921 rtn 
+:      006924 g24_bind_device_status_check:
+0x4a2e 006925 fetch 1 ,mem_24g_bind_device_status 
+0x4a2f 006926 rtn blank 
+:      006927 g24_bind_device_status:
+0x4a30 006928 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x4a31 006929 beq datatype_device1 ,g24_binding_dvc1_living 
+0x4a32 006930 beq datatype_device2 ,g24_binding_dvc2_living 
+0x4a33 006931 rtn 
+:      006950 g24_receive_init:
+0x4a34 006951 set1 mark_24g_rxmode ,mark 
+0x4a35 006952 fetch 1 ,mem_tx_power 
+0x4a36 006953 store 1 ,mem_tx_power_temp 
+0x4a37 006954 call g24_rx_window_init 
+0x4a38 006955 branch rssi_receiver_buff_init 
+:      006957 g24_receive_dispatch:
+0x4a39 006958 fetch 2 ,mem_cb_24g_receive_process 
+0x4a3a 006959 branch callback_func 
+:      006961 g24_ackpayload_prep:
+0x4a3b 006962 bpatchx patch27_4 ,mem_patch27 
+0x4a3c 006963 jam 0 ,mem_24g_datalen 
+0x4a3d 006964 fetch 1 ,mem_24g_ackpayload_enable 
+0x4a3e 006965 rtn blank 
+0x4a3f 006966 fetch 2 ,mem_cb_24g_ackpayload 
+0x4a40 006967 branch callback_func 
+:      006970 g24_receive_packet_start:
+0x4a41 006971 call g24_receive_transmit_ack 
+0x4a42 006972 nbranch g24_rx_interrupt_clear ,user3 
+:      006973 g24_receive_packet_parse:
+0x4a43 006974 call g24_receive_packet_parse_pid_crc 
+0x4a44 006975 nbranch g24_rx_interrupt_clear ,user 
+0x4a45 006976 fetch 1 ,mem_24g_rxdata_length 
+0x4a46 006977 branch g24_rx_interrupt_clear ,blank 
+0x4a47 006978 increase 2 ,pdata 
+0x4a48 006979 iforce loopcnt 
+0x4a49 006980 arg mem_24g_rxbuf ,contr 
+0x4a4a 006981 arg mem_24g_rxdata_temp ,contw 
+0x4a4b 006982 call memcpy 
+0x4a4c 006983 jam 0 ,mem_24g_mode_switch 
+0x4a4d 006984 fetch 1 ,mem_24g_pair_mode 
+0x4a4e 006985 call g24_enable_nodata_timer ,blank 
+0x4a4f 006986 bpatchx patch27_5 ,mem_patch27 
+0x4a50 006987 fetch 1 ,mem_24g_rxdata_temp + 2 
+0x4a51 006988 beq datatype_device1 ,g24_data_device1 
+0x4a52 006989 beq datatype_device2 ,g24_data_device2 
+0x4a53 006990 beq datatype_attemp ,g24_data_receive_attemp 
+:      006991 g24_rx_interrupt_clear:
+0x4a54 006992 bpatchx patch27_6 ,mem_patch27 
+0x4a55 006993 arg mem_24g_rxbuf ,contw 
+0x4a56 006994 arg 66 ,loopcnt 
+0x4a57 006995 branch clear_mem 
+:      006997 g24_data_receive_attemp:
+0x4a58 006998 call g24_bind_device_status 
+0x4a59 006999 branch g24_data_attemp 
+:      007001 g24_data_device1:
+0x4a5a 007002 call g24_binding_dvc1_living 
+0x4a5b 007003 call g24_ch_timer_reinit 
+0x4a5c 007004 fetch 1 ,mem_24g_abort_packet 
+0x4a5d 007005 fetcht 1 ,mem_24g_rxdata_temp 
+0x4a5e 007006 isolate1 bit_abort ,temp 
+0x4a5f 007007 setflag true ,0 ,pdata 
+0x4a60 007008 store 1 ,mem_24g_abort_packet 
+0x4a61 007009 beq 1 ,g24_data_attemp_device1_abort 
+0x4a62 007010 fetch 1 ,mem_24g_hop_packet 
+0x4a63 007011 fetcht 1 ,mem_24g_rxdata_temp 
+0x4a64 007012 isolate1 bit_hop ,temp 
+0x4a65 007013 setflag true ,0 ,pdata 
+0x4a66 007014 store 1 ,mem_24g_hop_packet 
+0x4a67 007015 fetch 2 ,mem_cb_24g_data_device1 
+0x4a68 007016 branch callback_func 
+:      007018 g24_data_device2:
+0x4a69 007019 call g24_binding_dvc2_living 
+0x4a6a 007020 fetcht 1 ,mem_24g_rxdata_temp 
+0x4a6b 007021 isolate1 bit_abort ,temp 
+0x4a6c 007022 branch g24_data_attemp_device2_abort ,true 
+0x4a6d 007023 fetch 2 ,mem_cb_24g_data_device2 
+0x4a6e 007024 branch callback_func 
+:      007026 g24_data_attemp_device1_abort:
+0x4a6f 007027 fetch 1 ,mem_device_option 
+0x4a70 007028 sub pdata ,dvc_op_car ,null 
+0x4a71 007029 call car_stop_blink ,zero 
+0x4a72 007030 fetch 4 ,mem_24g_rxdata_temp + 10 
+0x4a73 007031 branch g24_store_device1_addr 
+:      007032 g24_data_attemp_device2_abort:
+0x4a74 007033 fetch 4 ,mem_24g_rxdata_temp + 10 
+0x4a75 007034 branch g24_store_device2_addr 
+:      007037 g24_receive_packet_parse_pid_crc:
+0x4a76 007038 call disable_user 
+0x4a77 007039 fetch 1 ,mem_24g_sta_pid 
+0x4a78 007040 fetcht 1 ,mem_24g_last_pid 
+0x4a79 007041 isub temp ,null 
+0x4a7a 007042 ncall enable_user ,zero 
+0x4a7b 007043 fetch 1 ,mem_24g_sta_pid 
+0x4a7c 007044 store 1 ,mem_24g_last_pid 
+0x4a7d 007045 fetch 3 ,mem_24g_sta_crc 
+0x4a7e 007046 fetcht 3 ,mem_24g_last_crc 
+0x4a7f 007047 isub temp ,null 
+0x4a80 007048 ncall enable_user ,zero 
+0x4a81 007049 fetch 3 ,mem_24g_sta_crc 
+0x4a82 007050 store 3 ,mem_24g_last_crc 
+0x4a83 007051 rtn 
+:      007053 g24_receive_transmit_ack:
+0x4a84 007054 call g24_rx_interrupt_clear 
+0x4a85 007055 call g24_receive_packet 
+0x4a86 007056 nrtn user3 
+:      007057 g24_transmit_ack:
+0x4a87 007059 fetch 1 ,mem_24g_rxbuf 
+0x4a88 007060 store 1 ,mem_24g_data_type 
+0x4a89 007062 call g24_read_len_pid_crc 
+0x4a8a 007064 fetch 1 ,mem_24g_rxbuf + 1 
+0x4a8b 007065 isolate1 bit_ack_24g ,pdata 
+0x4a8c 007066 branch g24tx_no_ack ,true 
+:      007067 g24tx_with_ack:
+0x4a8d 007068 call g24_ackpayload_prep 
+0x4a8e 007069 call g24_transmit_prep 
+0x4a8f 007070 call g24_transmit 
+:      007071 g24tx_no_ack:
+0x4a90 007072 branch g24_end_of_packet 
+:      007075 g24_enable_nodata_timer:
+0x4a91 007076 jam 1 ,mem_24g_nodata_timer_enable 
+:      007077 g24_enable_nodata_timer_init:
+0x4a92 007078 setarg timer_nodata_delay 
+0x4a93 007079 arg g24_timer_nodata ,queue 
+0x4a94 007080 branch timer_init 
+:      007086 g24_mode_switch_init:
+0x4a95 007087 bpatchx patch27_7 ,mem_patch27 
+0x4a96 007088 jam 1 ,mem_24g_mode_switch 
+0x4a97 007089 jam 0 ,mem_24g_time_slice 
+0x4a98 007090 jam 0xff ,mem_24g_interval 
+0x4a99 007091 branch g24_timer_init 
+:      007093 g24_mode_switch_bind_work:
+0x4a9a 007094 bpatchx patch28_0 ,mem_patch28 
+0x4a9b 007095 fetch 1 ,mem_24g_mode_switch 
+0x4a9c 007096 rtn blank 
+0x4a9d 007097 call g24_timer_check 
+0x4a9e 007098 nrtn user 
+0x4a9f 007099 call g24_bind_mode_continue 
+0x4aa0 007100 fetch 1 ,mem_24g_time_slice 
+0x4aa1 007101 increase 1 ,pdata 
+0x4aa2 007102 and_into 1 ,pdata 
+0x4aa3 007103 store 1 ,mem_24g_time_slice 
+0x4aa4 007104 beq 0 ,g24_work_mode_switch 
+0x4aa5 007105 beq 1 ,g24_bind_mode_switch 
+0x4aa6 007106 rtn 
+:      007108 g24_bind_mode_continue:
+0x4aa7 007109 fetch 1 ,mem_24g_bind_mode_continue 
+0x4aa8 007110 rtn blank 
+0x4aa9 007111 increase -1 ,pdata 
+0x4aaa 007112 store 1 ,mem_24g_bind_mode_continue 
+0x4aab 007113 rtn 
+:      007115 g24_work_mode_switch:
+0x4aac 007116 fetch 1 ,mem_24g_bind_mode_continue 
+0x4aad 007117 nrtn blank 
+0x4aae 007118 branch g24_switch_work_mode 
+:      007120 g24_bind_mode_switch:
+0x4aaf 007121 fetch 1 ,mem_24g_bind_mode_continue 
+0x4ab0 007122 nrtn blank 
+0x4ab1 007123 branch g24_bind_mode_enable 
+:      007126 g24_mode_b_s_switch_init:
+0x4ab2 007127 fetch 1 ,mem_24g_b_s_mode_switch_disable 
+0x4ab3 007128 nrtn blank 
+0x4ab4 007129 fetch 1 ,mem_24g_mode_b_s_switch_exit 
+0x4ab5 007130 call g24_mode_b_s_switch_start ,blank 
+0x4ab6 007131 fetch 1 ,mem_24g_mode_b_s_switch_init 
+0x4ab7 007132 rtnbit1 0 
+0x4ab8 007133 set1 0 ,pdata 
+0x4ab9 007134 store 1 ,mem_24g_mode_b_s_switch_init 
+0x4aba 007135 jam 1 ,mem_24g_mode_b_s_switch 
+0x4abb 007136 jam 0 ,mem_24g_b_s_time_slice 
+0x4abc 007137 setarg 0 
+0x4abd 007138 store 2 ,mem_24g_mode_b_s_switch_cnt 
+0x4abe 007139 jam 0x60 ,mem_24g_interval 
+0x4abf 007140 branch g24_timer_init 
+:      007142 g24_mode_switch_bind_search:
+0x4ac0 007143 bpatchx patch28_1 ,mem_patch28 
+0x4ac1 007144 fetch 1 ,mem_24g_work_mode 
+0x4ac2 007145 rtneq dongle_work 
+0x4ac3 007146 fetch 1 ,mem_24g_b_s_mode_switch_disable 
+0x4ac4 007147 nrtn blank 
+0x4ac5 007148 fetch 1 ,mem_24g_mode_b_s_switch_exit 
+0x4ac6 007149 nrtn blank 
+0x4ac7 007150 fetch 1 ,mem_24g_mode_b_s_switch 
+0x4ac8 007151 rtn blank 
+0x4ac9 007152 call g24_timer_check 
+0x4aca 007153 nrtn user 
+0x4acb 007154 fetch 2 ,mem_24g_mode_b_s_switch_cnt 
+0x4acc 007155 increase 1 ,pdata 
+0x4acd 007156 store 2 ,mem_24g_mode_b_s_switch_cnt 
+0x4ace 007157 arg 0x7d0 ,temp 
+0x4acf 007158 isub temp ,null 
+0x4ad0 007159 branch g24_mode_b_s_switch_exit ,positive 
+0x4ad1 007160 call g24_bind_mode_continue 
+0x4ad2 007161 fetch 1 ,mem_24g_b_s_time_slice 
+0x4ad3 007162 increase 1 ,pdata 
+0x4ad4 007163 and_into 1 ,pdata 
+0x4ad5 007164 store 1 ,mem_24g_b_s_time_slice 
+0x4ad6 007165 beq 0 ,g24_mode_switch_search 
+0x4ad7 007166 beq 1 ,g24_bind_mode_enable 
+0x4ad8 007167 rtn 
+:      007169 g24_mode_switch_search:
+0x4ad9 007170 fetch 1 ,mem_24g_bind_mode_continue 
+0x4ada 007171 nbranch g24_bind_mode_enable ,blank 
+0x4adb 007172 branch g24_search_mode_enable 
+:      007174 g24_mode_b_s_switch_exit:
+0x4adc 007175 jam 1 ,mem_24g_mode_b_s_switch_exit 
+0x4add 007176 branch g24_search_mode_enable 
+:      007178 g24_mode_b_s_switch_stop:
+0x4ade 007179 jam 0 ,mem_24g_mode_b_s_switch 
+0x4adf 007180 rtn 
+:      007181 g24_mode_b_s_switch_start:
+0x4ae0 007182 jam 1 ,mem_24g_mode_b_s_switch 
+0x4ae1 007183 rtn 
+:      007194 g24_work_init:
+0x4ae2 007195 bpatchx patch28_2 ,mem_patch28 
+0x4ae3 007196 fetch 1 ,mem_24g_mode_init 
+0x4ae4 007197 rtnbit1 dongle_work 
+0x4ae5 007198 set1 dongle_work ,pdata 
+0x4ae6 007199 store 1 ,mem_24g_mode_init 
+0x4ae7 007200 fetch 1 ,mem_tx_power_temp 
+0x4ae8 007201 store 1 ,mem_tx_power 
+0x4ae9 007202 jam 0 ,mem_24g_ackpayload_enable 
+0x4aea 007203 jam 0 ,mem_usb_tx_enable 
+0x4aeb 007204 jam 1 ,mem_24g_abort_packet 
+0x4aec 007205 jam 0 ,mem_24g_pid 
+0x4aed 007206 fetch 4 ,mem_24g_lap 
+0x4aee 007207 call g24_update_addr_and_synccrc8 
+0x4aef 007208 call g24_ch 
+0x4af0 007209 branch g24_rx_interrupt_clear 
+:      007212 g24_switch_work_mode:
+0x4af1 007213 jam 0 ,mem_24g_ackpayload_enable 
+:      007214 g24_work_mode_enable:
+0x4af2 007215 jam dongle_work ,mem_24g_work_mode 
+0x4af3 007216 jam clear_init ,mem_24g_mode_init 
+0x4af4 007217 rtn 
+:      007220 g24_work_mode_start:
+0x4af5 007221 fetch 1 ,mem_24g_work_mode 
+0x4af6 007222 rtnne dongle_work 
+0x4af7 007223 call g24_work_init 
+0x4af8 007224 call g24_ch_process 
+0x4af9 007225 branch g24_receive_packet_start 
+:      007238 g24_bind_mode_auto:
+0x4afa 007239 bpatchx patch28_3 ,mem_patch28 
+0x4afb 007240 fetch 1 ,mem_24g_work_mode 
+0x4afc 007241 rtnne dongle_bind 
+0x4afd 007242 call g24_bind_init 
+0x4afe 007243 call g24_bind_data_process 
+0x4aff 007244 fetch 1 ,mem_24g_pair_mode 
+0x4b00 007245 nrtn blank 
+0x4b01 007246 fetch 1 ,mem_24g_bind_device_status 
+0x4b02 007247 rtn blank 
+0x4b03 007248 jam 0 ,mem_24g_mode_switch 
+0x4b04 007249 call g24_switch_work_mode 
+0x4b05 007250 call g24_enable_nodata_timer 
+0x4b06 007251 branch g24_timer_init 
+:      007263 g24_search_mode_init:
+0x4b07 007264 fetch 1 ,mem_24g_mode_init 
+0x4b08 007265 rtnbit1 dongle_search 
+0x4b09 007266 set1 dongle_search ,pdata 
+0x4b0a 007267 store 1 ,mem_24g_mode_init 
+0x4b0b 007268 jam 0 ,mem_24g_time_slice 
+0x4b0c 007269 jam 1 ,mem_24g_ackpayload_enable 
+0x4b0d 007270 setarg 0 
+0x4b0e 007271 store 3 ,mem_rssi_noise_self_index 
+0x4b0f 007272 store 7 ,mem_24g_self_config_ch_once 
+0x4b10 007273 call g24_receiver_addr_check 
+0x4b11 007274 nrtn zero 
+0x4b12 007275 fetch 1 ,mem_24g_current_ch_number 
+0x4b13 007276 store 1 ,mem_24g_self_ch_number 
+0x4b14 007277 fetch 1 ,mem_24g_ch 
+0x4b15 007278 store 1 ,mem_24g_self_last_ch 
+0x4b16 007279 rtn 
+:      007282 g24_search_mode_auto:
+0x4b17 007283 bpatchx patch28_4 ,mem_patch28 
+0x4b18 007284 fetch 1 ,mem_24g_work_mode 
+0x4b19 007285 rtnne dongle_search 
+0x4b1a 007286 call g24_search_mode_init 
+0x4b1b 007287 call g24_auto_addr_ch_search 
+0x4b1c 007288 call g24_receive_transmit_ack 
+0x4b1d 007289 nbranch g24_rx_interrupt_clear ,user3 
+0x4b1e 007291 call g24_receiver_addr_check 
+0x4b1f 007292 call g24_receive_packet_parse ,zero 
+0x4b20 007294 fetch 1 ,mem_24g_abort_packet 
+0x4b21 007295 call g24_mode_b_s_switch_stop ,blank 
+0x4b22 007298 jam dongle_work ,mem_24g_work_mode 
+0x4b23 007299 fetch 1 ,mem_24g_mode_init 
+0x4b24 007300 set1 dongle_work ,pdata 
+0x4b25 007301 store 1 ,mem_24g_mode_init 
+0x4b26 007303 fetch 1 ,mem_24g_ackpayload_enable 
+0x4b27 007304 sub pdata ,2 ,null 
+0x4b28 007305 ncall g24_ackpayload_disable ,zero 
+0x4b29 007307 call g24_rx_interrupt_clear 
+0x4b2a 007308 call g24_enable_nodata_timer 
+0x4b2b 007309 call g24_receiver_addr_check 
+0x4b2c 007310 branch g24_self_ch_num_reinit ,zero 
+0x4b2d 007311 fetch 4 ,mem_24g_addr 
+0x4b2e 007312 fetcht 4 ,mem_24g_device2_addr 
+0x4b2f 007313 isub temp ,null 
+0x4b30 007314 branch g24_device2_ch_num_reinit ,zero 
+0x4b31 007315 fetch 4 ,mem_24g_addr 
+0x4b32 007316 fetcht 4 ,mem_24g_device1_addr 
+0x4b33 007317 isub temp ,null 
+0x4b34 007318 branch g24_device1_ch_num_reinit ,zero 
+0x4b35 007319 rtn 
+:      007322 g24_self_ch_num_reinit:
+0x4b36 007323 fetch 1 ,mem_24g_self_ch_number 
+:      007324 g24_current_ch_num_reinit:
+0x4b37 007325 store 1 ,mem_24g_current_ch_number 
+0x4b38 007326 rtn 
+:      007328 g24_device2_ch_num_reinit:
+0x4b39 007329 fetch 1 ,mem_24g_device2_ch_number 
+0x4b3a 007330 branch g24_current_ch_num_reinit 
+:      007332 g24_device1_ch_num_reinit:
+0x4b3b 007333 fetch 1 ,mem_24g_device1_ch_number 
+0x4b3c 007334 branch g24_current_ch_num_reinit 
+:      007337 g24_auto_addr_ch_search:
+0x4b3d 007338 bpatchx patch28_5 ,mem_patch28 
+0x4b3e 007339 fetch 1 ,mem_24g_time_slice 
+0x4b3f 007340 increase 1 ,pdata 
+0x4b40 007341 and_into 3 ,pdata 
+0x4b41 007342 store 1 ,mem_24g_time_slice 
+0x4b42 007344 beq 0 ,g24_auto_bind_config_device2 
+0x4b43 007345 beq 1 ,g24_auto_bind_config_self 
+0x4b44 007346 beq 2 ,g24_auto_bind_config_device1 
+0x4b45 007347 beq 3 ,g24_auto_bind_config_self 
+0x4b46 007348 rtn 
+:      007350 g24_auto_bind_config_device1:
+0x4b47 007351 call g24_bind_dvc1_payload_cfg 
+0x4b48 007352 fetch 4 ,mem_24g_device1_addr 
+0x4b49 007353 branch g24_auto_addr_ch_search ,blank 
+0x4b4a 007354 call g24_update_addr_and_synccrc8 
+0x4b4b 007355 fetch 1 ,mem_24g_device1_config_ch_once 
+0x4b4c 007356 call g24_device1_config_ch_once ,blank 
+0x4b4d 007357 fetch 1 ,mem_24g_device1_last_ch 
+0x4b4e 007358 store 1 ,mem_24g_ch 
+0x4b4f 007359 fetcht 1 ,mem_rssi_noise_device1_index 
+0x4b50 007360 fetchr rega ,2 ,mem_rssi_noise_device1_buffer_ptr 
+0x4b51 007361 call rssi_store 
+0x4b52 007362 storet 1 ,mem_rssi_noise_device1_index 
+0x4b53 007363 call rssi_average 
+0x4b54 007364 storet 1 ,mem_rssi_noise_device1_avg 
+0x4b55 007365 sub temp ,rssi_thresh_noise ,null 
+0x4b56 007366 nrtn positive 
+0x4b57 007367 fetcht 1 ,mem_24g_device1_ch_number 
+0x4b58 007368 call g24_ch_map_size 
+0x4b59 007369 storet 1 ,mem_24g_device1_ch_number 
+0x4b5a 007370 store 1 ,mem_24g_device1_last_ch 
+0x4b5b 007371 rtn 
+:      007373 g24_device1_config_ch_once:
+0x4b5c 007374 jam 1 ,mem_24g_device1_config_ch_once 
+0x4b5d 007375 arg 0 ,temp 
+0x4b5e 007376 call g24_ch_calc 
+0x4b5f 007377 store 1 ,mem_24g_device1_last_ch 
+0x4b60 007378 rtn 
+:      007380 g24_auto_bind_config_device2:
+0x4b61 007381 call g24_bind_dvc2_payload_cfg 
+0x4b62 007382 fetch 4 ,mem_24g_device2_addr 
+0x4b63 007383 branch g24_auto_addr_ch_search ,blank 
+0x4b64 007384 call g24_update_addr_and_synccrc8 
+0x4b65 007385 fetch 1 ,mem_24g_device2_config_ch_once 
+0x4b66 007386 call g24_device2_config_ch_once ,blank 
+0x4b67 007387 fetch 1 ,mem_24g_device2_last_ch 
+0x4b68 007388 store 1 ,mem_24g_ch 
+0x4b69 007389 fetcht 1 ,mem_rssi_noise_device2_index 
+0x4b6a 007390 fetchr rega ,2 ,mem_rssi_noise_device2_buffer_ptr 
+0x4b6b 007391 call rssi_store 
+0x4b6c 007392 storet 1 ,mem_rssi_noise_device2_index 
+0x4b6d 007393 call rssi_average 
+0x4b6e 007394 storet 1 ,mem_rssi_noise_device2_avg 
+0x4b6f 007395 sub temp ,rssi_thresh_noise ,null 
+0x4b70 007396 nrtn positive 
+0x4b71 007397 fetcht 1 ,mem_24g_device2_ch_number 
+0x4b72 007398 call g24_ch_map_size 
+0x4b73 007399 storet 1 ,mem_24g_device2_ch_number 
+0x4b74 007400 store 1 ,mem_24g_device2_last_ch 
+0x4b75 007401 rtn 
+:      007403 g24_device2_config_ch_once:
+0x4b76 007404 jam 1 ,mem_24g_device2_config_ch_once 
+0x4b77 007405 arg 0 ,temp 
+0x4b78 007406 call g24_ch_calc 
+0x4b79 007407 store 1 ,mem_24g_device2_last_ch 
+0x4b7a 007408 rtn 
+:      007410 g24_auto_bind_config_self:
+0x4b7b 007411 call g24_bind_dvc1_payload_cfg 
+0x4b7c 007412 fetch 4 ,mem_24g_lap 
+0x4b7d 007413 call g24_update_addr_and_synccrc8 
+0x4b7e 007414 fetch 1 ,mem_24g_self_config_ch_once 
+0x4b7f 007415 call g24_self_config_ch_once ,blank 
+0x4b80 007416 fetch 1 ,mem_24g_self_last_ch 
+0x4b81 007417 store 1 ,mem_24g_ch 
+0x4b82 007418 fetcht 1 ,mem_rssi_noise_self_index 
+0x4b83 007419 fetchr rega ,2 ,mem_rssi_noise_self_buffer_ptr 
+0x4b84 007420 call rssi_store 
+0x4b85 007421 storet 1 ,mem_rssi_noise_self_index 
+0x4b86 007422 call rssi_average 
+0x4b87 007423 storet 1 ,mem_rssi_noise_self_avg 
+0x4b88 007424 sub temp ,rssi_thresh_noise ,null 
+0x4b89 007425 nrtn positive 
+0x4b8a 007426 fetcht 1 ,mem_24g_self_ch_number 
+0x4b8b 007427 call g24_ch_map_size 
+0x4b8c 007428 storet 1 ,mem_24g_self_ch_number 
+0x4b8d 007429 store 1 ,mem_24g_self_last_ch 
+0x4b8e 007430 rtn 
+:      007432 g24_self_config_ch_once:
+0x4b8f 007433 jam 1 ,mem_24g_self_config_ch_once 
+0x4b90 007434 fetch 1 ,mem_24g_self_last_ch 
+0x4b91 007435 store 1 ,mem_24g_ch 
+0x4b92 007436 rtn 
+:      007439 g24_ackpayload_disable:
+0x4b93 007440 jam 0 ,mem_24g_ackpayload_enable 
+0x4b94 007441 rtn 
+:      007444 g24_receiver_addr_check:
+0x4b95 007445 fetch 4 ,mem_24g_addr 
+0x4b96 007446 fetcht 4 ,mem_24g_lap 
+0x4b97 007447 isub temp ,null 
+0x4b98 007448 rtn 
+:      007460 g24_nodata_process:
+0x4b99 007461 fetch 1 ,mem_24g_ackpayload_enable 
+0x4b9a 007462 rtneq 2 
+0x4b9b 007463 fetch 1 ,mem_24g_nodata_timer_enable 
+0x4b9c 007464 rtn blank 
+0x4b9d 007465 arg g24_timer_nodata ,queue 
+0x4b9e 007466 call timer_check 
+0x4b9f 007467 nrtn blank 
+0x4ba0 007468 jam 0 ,mem_24g_nodata_timer_enable 
+0x4ba1 007469 jam 0 ,mem_24g_bind_mode_continue 
+0x4ba2 007470 call g24_mode_b_s_switch_init 
+:      007472 g24_search_mode_enable:
+0x4ba3 007473 bpatchx patch28_6 ,mem_patch28 
+0x4ba4 007474 jam dongle_search ,mem_24g_work_mode 
+0x4ba5 007475 jam clear_init ,mem_24g_mode_init 
+0x4ba6 007476 branch g24_rx_interrupt_clear 
+:      007482 g24_ch_process:
+0x4ba7 007483 bpatchx patch28_7 ,mem_patch28 
+0x4ba8 007484 fetch 1 ,mem_24g_abort_packet 
+0x4ba9 007485 beq 1 ,rssi_noise_monitor 
+0x4baa 007486 fetch 1 ,mem_24g_hop_packet 
+0x4bab 007487 beq 1 ,g24_ch_receive_hop_pac 
+0x4bac 007488 fetcht 4 ,mem_24g_hop_btclk 
+0x4bad 007489 copy clkn_bt ,pdata 
+0x4bae 007490 isub temp ,null 
+0x4baf 007491 ncall g24_timer_timeout ,positive 
+0x4bb0 007492 copy pdata ,regb 
+0x4bb1 007493 fetch 4 ,mem_24g_hop_btclk 
+0x4bb2 007494 fetcht 1 ,mem_24g_hop_interval 
+0x4bb3 007495 iadd temp ,temp 
+0x4bb4 007496 copy regb ,pdata 
+0x4bb5 007497 isub temp ,null 
+0x4bb6 007498 nrtn positive 
+0x4bb7 007499 set0 28 ,pdata 
+0x4bb8 007500 store 4 ,mem_24g_hop_btclk 
+0x4bb9 007501 jam 1 ,mem_24g_abort_packet 
+0x4bba 007502 branch g24_ch 
+:      007504 g24_ch_receive_hop_pac:
+0x4bbb 007505 jam 0 ,mem_24g_hop_packet 
+0x4bbc 007506 branch g24_ch 
+:      007508 g24_ch_timer_reinit:
+0x4bbd 007509 copy clkn_bt ,pdata 
+0x4bbe 007510 store 4 ,mem_24g_hop_btclk 
+0x4bbf 007511 rtn 
+:      007516 g24_reconn_timeout_timer:
+0x4bc0 007517 arg mem_24g_reconn_timeout ,regc 
+0x4bc1 007518 arg g24_stop_24g_mode ,regb 
+0x4bc2 007519 branch timer_single_step_2b 
+:      007522 g24_reconn_start:
+0x4bc3 007523 bpatchx patch29_0 ,mem_patch29 
+0x4bc4 007524 set1 mark_24g ,mark 
+0x4bc5 007525 fetch 1 ,mem_24g_conn_sm 
+0x4bc6 007526 set0 state_24g_pair ,pdata 
+0x4bc7 007527 set1 state_24g_reconn ,pdata 
+0x4bc8 007528 store 1 ,mem_24g_conn_sm 
+0x4bc9 007529 fetch 1 ,mem_24g_fast_conn_enable 
+0x4bca 007530 branch g24_reconn_receiver_addr ,blank 
+0x4bcb 007531 fetch 1 ,mem_24g_reconn_type 
+0x4bcc 007532 beq fast_conn_and_receiver ,g24_reconn_fast_conn 
+0x4bcd 007533 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn 
+0x4bce 007534 beq receiver_and_3_0_addr ,g24_reconn_device_3_0_addr 
+0x4bcf 007535 beq pair_and_3_0_addr ,g24_reconn_device_3_0_addr 
+:      007536 g24_reconn_fast_conn:
+0x4bd0 007537 fetch 1 ,mem_24g_pair_tx_power 
+0x4bd1 007538 store 1 ,mem_tx_power 
+0x4bd2 007539 fetcht 1 ,mem_24g_fast_conn_temp_ch 
+0x4bd3 007540 storet 1 ,mem_24g_current_ch_number 
+0x4bd4 007541 fetch 4 ,mem_24g_fast_conn_addr 
+0x4bd5 007542 call g24_ch_syncword_crc8_init 
+0x4bd6 007543 storet 1 ,mem_24g_fast_conn_temp_ch 
+0x4bd7 007544 rtn 
+:      007546 g24_reconn_receiver_addr:
+0x4bd8 007547 jam tx_power_3db ,mem_tx_power 
+0x4bd9 007548 fetcht 1 ,mem_24g_receiver_temp_ch 
+0x4bda 007549 storet 1 ,mem_24g_current_ch_number 
+0x4bdb 007550 fetch 4 ,mem_24g_receiver_addr 
+0x4bdc 007551 call g24_ch_syncword_crc8_init 
+0x4bdd 007552 storet 1 ,mem_24g_receiver_temp_ch 
+0x4bde 007553 rtn 
+:      007555 g24_reconn_device_3_0_addr:
+0x4bdf 007556 jam tx_power_3db ,mem_tx_power 
+0x4be0 007557 fetcht 1 ,mem_24g_device_temp_ch 
+0x4be1 007558 storet 1 ,mem_24g_current_ch_number 
+0x4be2 007559 fetch 4 ,mem_24g_device_addr 
+0x4be3 007560 call g24_ch_syncword_crc8_init 
+0x4be4 007561 storet 1 ,mem_24g_device_temp_ch 
+0x4be5 007562 rtn 
+:      007564 g24_store_receiver_addr:
+0x4be6 007565 fetch 4 ,mem_24g_rxpayload + 2 
+0x4be7 007566 store 4 ,mem_24g_receiver_addr 
+:      007567 g24_ch_syncword_crc8_init:
+0x4be8 007568 call g24_update_addr_and_synccrc8 
+0x4be9 007569 branch g24_ch 
+:      007572 g24_reconn_dispatch:
+0x4bea 007573 bpatchx patch29_1 ,mem_patch29 
+0x4beb 007574 call g24_reconn_data_prep 
+0x4bec 007575 call g24_transmit_receive_ack 
+0x4bed 007576 nbranch g24_reconn_device_fail ,sync 
+0x4bee 007577 nbranch g24_reconn_device_fail ,user3 
+0x4bef 007578 call g24_ackpayload_parse 
+:      007579 g24_reconn_receiver_succ:
+0x4bf0 007580 fetch 1 ,mem_24g_conn_sm 
+0x4bf1 007581 set0 state_24g_reconn ,pdata 
+0x4bf2 007582 store 1 ,mem_24g_conn_sm 
+0x4bf3 007583 setarg 0 
+0x4bf4 007584 store 2 ,mem_24g_pair_timeout 
+0x4bf5 007585 store 2 ,mem_24g_reconn_count 
+0x4bf6 007586 store 2 ,mem_24g_reconn_timeout 
+0x4bf7 007587 fetch 4 ,mem_24g_pair_addr 
+0x4bf8 007588 fetcht 4 ,mem_24g_addr 
+0x4bf9 007589 isub temp ,null 
+0x4bfa 007590 branch g24_pair_start ,zero 
+0x4bfb 007591 fetch 4 ,mem_24g_device_addr 
+0x4bfc 007592 fetcht 4 ,mem_24g_addr 
+0x4bfd 007593 isub temp ,null 
+0x4bfe 007594 call g24_store_receiver_addr ,zero 
+0x4bff 007595 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
+0x4c00 007596 call ui_ipc_send_event 
+:      007597 g24_txbuf_clear:
+0x4c01 007598 bpatchx patch29_2 ,mem_patch29 
+0x4c02 007599 arg 4 ,loopcnt 
+0x4c03 007600 arg mem_24g_txbuf ,contw 
+0x4c04 007601 branch memset0 
+:      007603 g24_reconn_data_prep:
+0x4c05 007604 jam datatype_attemp ,mem_24g_txbuf 
+0x4c06 007605 fetch 1 ,mem_24g_data_type 
+0x4c07 007606 store 1 ,mem_24g_txbuf + 1 
+0x4c08 007607 fetch 4 ,mem_24g_device_addr 
+0x4c09 007608 store 4 ,mem_24g_txbuf + 2 
+0x4c0a 007609 jam 6 ,mem_24g_datalen 
+0x4c0b 007610 branch g24_transmit_prep 
+:      007612 g24_reconn_device_fail:
+0x4c0c 007613 fetch 1 ,mem_24g_fast_conn_enable 
+0x4c0d 007614 branch g24_ch ,blank 
+0x4c0e 007615 fetch 2 ,mem_24g_reconn_count 
+0x4c0f 007616 increase 1 ,pdata 
+0x4c10 007617 store 2 ,mem_24g_reconn_count 
+0x4c11 007618 isolate1 3 ,pdata 
+0x4c12 007619 fetch 1 ,mem_24g_reconn_type 
+0x4c13 007620 beq fast_conn_and_receiver ,g24_reconn_fast_conn_and_receiver 
+0x4c14 007621 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn_and_3_0 
+0x4c15 007622 beq receiver_and_3_0_addr ,g24_reconn_receiver_and_3_0 
+0x4c16 007623 beq pair_and_3_0_addr ,g24_reconn_pair_and_3_0 
+0x4c17 007624 branch g24_reconn_receiver_addr 
+:      007627 g24_reconn_fast_conn_and_receiver:
+0x4c18 007628 branch g24_reconn_receiver_addr ,true 
+0x4c19 007629 branch g24_reconn_fast_conn 
+:      007631 g24_reconn_fast_conn_and_3_0:
+0x4c1a 007632 branch g24_reconn_device_3_0_addr ,true 
+0x4c1b 007633 branch g24_reconn_fast_conn 
+:      007635 g24_reconn_receiver_and_3_0:
+0x4c1c 007636 branch g24_reconn_device_3_0_addr ,true 
+0x4c1d 007637 branch g24_reconn_receiver_addr 
+:      007639 g24_reconn_pair_and_3_0:
+0x4c1e 007640 branch g24_pair_init_param ,true 
+0x4c1f 007641 branch g24_reconn_device_3_0_addr 
+:      007652 g24_data_attemp:
+0x4c20 007653 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x4c21 007654 beq datatype_device1 ,g24_data_attemp_device1 
+0x4c22 007655 beq datatype_device2 ,g24_data_attemp_device2 
+0x4c23 007656 rtn 
+:      007657 g24_data_attemp_device1:
+0x4c24 007658 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x4c25 007659 store 4 ,mem_24g_transmitter_addr 
+:      007660 g24_store_device1_addr:
+0x4c26 007661 store 4 ,mem_24g_device1_addr 
+0x4c27 007662 rtn 
+:      007663 g24_data_attemp_device2:
+0x4c28 007664 fetch 4 ,mem_24g_rxdata_temp + 4 
+0x4c29 007665 store 4 ,mem_24g_transmitter_addr 
+:      007666 g24_store_device2_addr:
+0x4c2a 007667 store 4 ,mem_24g_device2_addr 
+0x4c2b 007668 rtn 
+:      007678 rssi_store:
+0x4c2c 007679 bpatchx patch29_3 ,mem_patch29 
+0x4c2d 007680 copy rega ,pdata 
+0x4c2e 007681 iadd temp ,contw 
+0x4c2f 007682 fetch 1 ,mem_rssi 
+0x4c30 007683 istore 1 ,contw 
+0x4c31 007684 increase 1 ,temp 
+0x4c32 007685 fetch 1 ,mem_rssi_buff_index 
+0x4c33 007686 iand temp ,temp 
+0x4c34 007687 rtn 
+:      007689 rssi_average:
+0x4c35 007690 bpatchx patch29_4 ,mem_patch29 
+0x4c36 007691 fetch 1 ,mem_rssi_buff_index 
+0x4c37 007692 increase 1 ,pdata 
+0x4c38 007693 store 2 ,mem_loopcnt 
+0x4c39 007694 copy pdata ,loopcnt 
+0x4c3a 007695 copy rega ,contr 
+0x4c3b 007696 arg 0 ,pdata 
+:      007697 rssi_average_loop:
+0x4c3c 007698 ifetcht 1 ,contr 
+0x4c3d 007699 iadd temp ,pdata 
+0x4c3e 007700 loop rssi_average_loop 
+0x4c3f 007701 fetcht 2 ,mem_loopcnt 
+0x4c40 007702 idiv temp 
+0x4c41 007703 call wait_div_end 
+0x4c42 007704 quotient temp 
+0x4c43 007705 rtnmark1 mark_24g_rxmode 
+0x4c44 007706 copy temp ,pdata 
+0x4c45 007707 rtnmark0 mark_24g 
+0x4c46 007708 call bcd 
+0x4c47 007709 copy pdata ,temp 
+0x4c48 007710 rtn 
+:      007712 save_rssi_dec:
+0x4c49 007713 call save_rssi 
+0x4c4a 007714 branch rssi_hex2dec 
+:      007723 rssi_transmitter_buff_init:
+0x4c4b 007724 fetch 2 ,mem_rssi_signal_buf_ptr 
+0x4c4c 007725 branch rssi_buff_clear 
+:      007727 rssi_signal:
+0x4c4d 007728 copy pdata ,rega 
+0x4c4e 007729 fetcht 1 ,mem_rssi_signal_index 
+0x4c4f 007730 fetch 2 ,mem_rssi_signal_buf_ptr 
+0x4c50 007731 iadd temp ,contw 
+0x4c51 007732 copy rega ,pdata 
+0x4c52 007733 istore 1 ,contw 
+0x4c53 007734 increase 1 ,temp 
+0x4c54 007735 fetch 1 ,mem_rssi_buff_index 
+0x4c55 007736 iand temp ,temp 
+0x4c56 007737 storet 1 ,mem_rssi_signal_index 
+0x4c57 007738 rtn 
+:      007748 rssi_receiver_buff_init:
+0x4c58 007749 fetch 2 ,mem_rssi_noise_buffer_ptr 
+0x4c59 007750 call rssi_buff_clear 
+0x4c5a 007751 fetch 2 ,mem_rssi_noise_self_buffer_ptr 
+0x4c5b 007752 call rssi_buff_clear 
+0x4c5c 007753 fetch 2 ,mem_rssi_noise_device1_buffer_ptr 
+0x4c5d 007754 call rssi_buff_clear 
+0x4c5e 007755 fetch 2 ,mem_rssi_noise_device2_buffer_ptr 
+:      007756 rssi_buff_clear:
+0x4c5f 007757 rtn blank 
+0x4c60 007758 copy pdata ,contw 
+0x4c61 007759 fetch 1 ,mem_rssi_buff_index 
+0x4c62 007760 increase 1 ,pdata 
+0x4c63 007761 copy pdata ,loopcnt 
+0x4c64 007762 branch clear_mem 
+:      007765 rssi_noise:
+0x4c65 007766 call save_rssi_dec 
+0x4c66 007767 rtn blank 
+0x4c67 007768 fetcht 1 ,mem_rssi_noise_index 
+0x4c68 007769 fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
+0x4c69 007770 call rssi_store 
+0x4c6a 007771 storet 1 ,mem_rssi_noise_index 
+0x4c6b 007772 rtn 
+:      007775 rssi_noise_monitor:
+0x4c6c 007776 fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
+0x4c6d 007777 call rssi_average 
+0x4c6e 007778 storet 1 ,mem_rssi_noise_avg 
+0x4c6f 007779 sub temp ,rssi_thresh_noise ,null 
+0x4c70 007780 nrtn positive 
+0x4c71 007781 branch g24_ch 
+:      007789 g24_transmit_init:
+0x4c72 007790 fetch 4 ,mem_24g_lap 
+0x4c73 007791 store 4 ,mem_24g_device_addr 
+0x4c74 007792 call g24_rx_window_init 
+0x4c75 007793 branch rssi_transmitter_buff_init 
+:      007795 g24_interval_param_4ms:
+0x4c76 007796 setarg g24_4ms_interval_param 
+0x4c77 007797 store 3 ,mem_24g_short_sleep_set 
+0x4c78 007798 setarg 0x100c0c 
+0x4c79 007799 store 3 ,mem_24g_interval 
+0x4c7a 007800 setarg 0x00bb80 
+0x4c7b 007801 store 3 ,mem_24g_long_sleep_set 
+0x4c7c 007802 jam 5 ,mem_24g_fast_hop_count 
+0x4c7d 007803 rtn 
+:      007805 g24_interval_param_8ms:
+0x4c7e 007806 setarg g24_8ms_interval_param 
+0x4c7f 007807 store 3 ,mem_24g_short_sleep_set 
+0x4c80 007808 setarg 0x1c1919 
+0x4c81 007809 store 3 ,mem_24g_interval 
+0x4c82 007810 setarg 0x017700 
+0x4c83 007811 store 3 ,mem_24g_long_sleep_set 
+0x4c84 007812 jam 11 ,mem_24g_fast_hop_count 
+0x4c85 007813 rtn 
+:      007816 g24_transmit_dispatch:
+0x4c86 007817 rtnmark0 mark_24g 
+0x4c87 007818 fetch 1 ,mem_24g_conn_sm 
+0x4c88 007819 bbit1 state_24g_pair ,g24_pair_dispatch 
+0x4c89 007820 bbit1 state_24g_reconn ,g24_reconn_dispatch 
+0x4c8a 007821 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x4c8b 007822 beq g24_tx_timer_int_enable ,g24_transmit_by_interrupt 
+:      007823 g24_transmit_no_interrupt:
+0x4c8c 007824 bpatchx patch29_5 ,mem_patch29 
+0x4c8d 007825 call g24_txdata_prep 
+0x4c8e 007826 nbranch g24_nodata_transmit ,user 
+:      007827 g24_transmit_start:
+0x4c8f 007828 call g24_transmit_process 
+0x4c90 007829 call power_ctrl_start 
+0x4c91 007830 fetch 1 ,mem_device_option 
+0x4c92 007831 beq dvc_op_mouse ,mouse_24g_transmit_start 
+:      007832 g24_transmit_start_next:
+0x4c93 007833 fetch 8 ,mem_24g_long_sleep_set 
+0x4c94 007834 store 8 ,mem_24g_enter_hibernate 
+0x4c95 007835 fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
+0x4c96 007836 store 2 ,mem_24g_long_sleep_param_update_timer 
+:      007837 g24_short_sleep:
+0x4c97 007838 bpatchx patch29_6 ,mem_patch29 
+0x4c98 007839 call g24_lpm_wait 
+0x4c99 007840 nrtn user 
+0x4c9a 007841 call clear_wake 
+0x4c9b 007842 fetch 3 ,mem_24g_short_sleep_set 
+0x4c9c 007843 branch g24_long_seep2 
+:      007850 g24_txdata_prep:
+0x4c9d 007851 call g24_package_data 
+0x4c9e 007852 nrtn user 
+0x4c9f 007853 branch g24_transmit_prep 
+:      007856 g24_package_data:
+0x4ca0 007857 fetch 2 ,mem_cb_24g_transmit_data 
+0x4ca1 007858 call callback_func 
+0x4ca2 007859 branch g24_accumulate_data ,user 
+0x4ca3 007860 fetch 7 ,mem_24g_txbuf + 1 
+0x4ca4 007861 rtn blank 
+0x4ca5 007862 branch enable_user 
+:      007864 g24_accumulate_data:
+0x4ca6 007865 jam 0 ,mem_24g_abort_pac 
+0x4ca7 007866 add rega ,1 ,pdata 
+0x4ca8 007867 store 1 ,mem_24g_datalen 
+0x4ca9 007868 call g24_transmit_rf_ctrl_clear 
+0x4caa 007869 store 1 ,mem_24g_txbuf 
+0x4cab 007870 copy regb ,contr 
+0x4cac 007871 copy rega ,loopcnt 
+0x4cad 007872 branch memcpy 
+:      007874 g24_transmit_rf_ctrl_clear:
+0x4cae 007875 fetch 1 ,mem_24g_data_type 
+0x4caf 007876 and_into bits_data ,pdata 
+0x4cb0 007877 store 1 ,mem_24g_data_type 
+0x4cb1 007878 rtn 
+:      007887 g24_transmit_process:
+0x4cb2 007888 jam 0 ,mem_24g_retry 
+:      007889 g24_transmit_loop:
+0x4cb3 007890 fetchr timeup ,2 ,mem_param_rx_setup 
+0x4cb4 007891 until clkn_rt ,meet 
+0x4cb5 007892 call g24_transmit_receive_ack 
+0x4cb6 007893 fetch 1 ,mem_24g_no_ack 
+0x4cb7 007894 beq no_ack_24g ,g24_transmit_no_ack 
+0x4cb8 007895 nbranch g24_retransmit ,sync 
+0x4cb9 007896 nbranch g24_retransmit ,user3 
+0x4cba 007897 call g24_ackpayload_parse 
+0x4cbb 007898 fetch 1 ,mem_device_option 
+0x4cbc 007899 beq dvc_op_mouse ,mouse_wakeup_24g 
+:      007900 g24_transmit_no_ack:
+0x4cbd 007901 call power_ctrl_pac_succ_incrs 
+:      007902 g24_transmit_next_packet:
+0x4cbe 007903 call g24_txbuf_clear 
+0x4cbf 007904 fetch 1 ,mem_24g_pid 
+0x4cc0 007905 increase 1 ,pdata 
+0x4cc1 007906 store 1 ,mem_24g_pid 
+0x4cc2 007907 call g24_hop_enable_packet 
+:      007908 g24_transmit_abandon:
+0x4cc3 007909 bpatchx patch29_7 ,mem_patch29 
+0x4cc4 007910 setarg 0 
+0x4cc5 007911 store 1 ,mem_24g_ensure 
+0x4cc6 007912 store 2 ,mem_24g_txfail_cnt 
+0x4cc7 007913 rtn 
+:      007915 g24_transmit_receive_ack:
+0x4cc8 007916 bpatchx patch2a_0 ,mem_patch2a 
+0x4cc9 007917 disable user3 
+0x4cca 007918 call g24_transmit 
+0x4ccb 007919 fetch 1 ,mem_24g_no_ack 
+0x4ccc 007920 beq no_ack_24g ,g24_end_of_packet 
+0x4ccd 007921 force 0 ,radio_ctrl 
+0x4cce 007922 fetch 4 ,mem_24g_addr 
+0x4ccf 007923 iforce access 
+0x4cd0 007924 fetcht 1 ,mem_last_freq 
+0x4cd1 007925 call set_freq_rx 
+0x4cd2 007926 call rf_rx_enable 
+0x4cd3 007927 call g24_receive_rxon 
+0x4cd4 007928 call g24_end_of_packet ,user3 
+0x4cd5 007929 rtn 
+:      007931 g24_retransmit:
+0x4cd6 007932 fetch 1 ,mem_24g_abort_pac 
+0x4cd7 007933 nrtn blank 
+0x4cd8 007934 fetch 2 ,mem_24g_txfail_cnt 
+0x4cd9 007935 increase 1 ,pdata 
+0x4cda 007936 store 2 ,mem_24g_txfail_cnt 
+0x4cdb 007937 fetch 1 ,mem_24g_txfail_cnt + 1 
+0x4cdc 007938 bbit1 4 ,g24_tx_attempt_fail 
+0x4cdd 007939 call g24_transmit_hop_process 
+0x4cde 007940 branch g24_transmit_loop 
+:      007943 g24_ackpayload_parse:
+0x4cdf 007944 bpatchx patch2a_1 ,mem_patch2a 
+0x4ce0 007945 call g24_read_len_pid_crc 
+0x4ce1 007946 fetch 1 ,mem_24g_rxdata_length 
+0x4ce2 007947 rtn blank 
+0x4ce3 007948 iforce loopcnt 
+0x4ce4 007949 arg mem_24g_rxbuf + 2 ,contr 
+0x4ce5 007950 arg mem_24g_rxpayload ,contw 
+0x4ce6 007951 branch memcpy 
+:      007954 g24_tx_attempt_fail:
+0x4ce7 007955 bpatchx patch2a_2 ,mem_patch2a 
+0x4ce8 007956 setarg 0 
+0x4ce9 007957 store 2 ,mem_24g_txfail_cnt 
+0x4cea 007958 jam 1 ,mem_24g_attempt_fail_flag 
+:      007959 g24_stop_24g_mode:
+0x4ceb 007960 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+0x4cec 007961 branch ui_ipc_send_event 
+:      007971 g24_transmit_hop_process:
+0x4ced 007972 bpatchx patch2a_3 ,mem_patch2a 
+0x4cee 007973 fetcht 1 ,mem_24g_retry 
+0x4cef 007974 fetch 1 ,mem_24g_fast_hop_count 
+0x4cf0 007975 isub temp ,null 
+0x4cf1 007976 nbranch g24_tx_fast_hop ,positive 
+0x4cf2 007977 increase 1 ,temp 
+0x4cf3 007978 storet 1 ,mem_24g_retry 
+0x4cf4 007979 fetch 1 ,mem_24g_fast_hop_count 
+0x4cf5 007980 beq 5 ,g24_transmit_hop_process_4ms 
+0x4cf6 007981 fetch 1 ,mem_24g_retry 
+0x4cf7 007982 beq 6 ,g24_hop_ch_disable 
+0x4cf8 007983 beq 12 ,g24_hop_ch_disable 
+0x4cf9 007984 rtn 
+:      007987 g24_transmit_hop_process_4ms:
+0x4cfa 007988 fetch 1 ,mem_24g_retry 
+0x4cfb 007989 beq 3 ,g24_hop_ch_disable 
+0x4cfc 007990 beq 6 ,g24_hop_ch_disable 
+0x4cfd 007991 rtn 
+:      007995 g24_hop_ch_enable:
+:      008000 g24_txpayload_type_update:
+0x4cfe 008001 bmark1 mark_ble_lr ,g24_lr_type_update 
+0x4cff 008002 store 1 ,mem_24g_txpayload + offset_data_type 
+0x4d00 008003 rtn 
+:      008004 g24_lr_type_update:
+0x4d01 008005 store 1 ,mem_24g_txpayload + offset_lr_data_type 
+0x4d02 008006 rtn 
+:      008008 g24_hop_enable_packet:
+0x4d03 008009 fetch 1 ,mem_24g_data_type 
+0x4d04 008010 rtnbit0 bit_hop 
+:      008011 g24_hop_ch_disable:
+0x4d05 008012 fetch 1 ,mem_24g_data_type 
+0x4d06 008013 set0 bit_hop ,pdata 
+0x4d07 008014 store 1 ,mem_24g_data_type 
+0x4d08 008015 call g24_txpayload_type_update 
+0x4d09 008016 call power_ctrl_pac_succ_decrs 
+0x4d0a 008017 branch g24_ch 
+:      008019 g24_tx_fast_hop:
+0x4d0b 008020 call power_ctrl_txpower_incrs 
+0x4d0c 008021 call power_ctrl_pac_succ_decrs 
+0x4d0d 008022 branch g24_ch 
+:      008040 g24_search_receiver:
+0x4d0e 008041 fetch 2 ,mem_cb_24g_search_receiver 
+0x4d0f 008042 branch callback_func 
+:      008044 g24_nodata_transmit:
+0x4d10 008045 fetch 1 ,mem_24g_abort_pac 
+0x4d11 008046 call g24_send_abort_packet ,blank 
+0x4d12 008047 call g24_transmit_by_interrupt_exit 
+0x4d13 008048 call g24_search_receiver 
+0x4d14 008049 branch g24_long_sleep 
+:      008051 g24_send_abort_packet:
+0x4d15 008052 jam type_ms ,mem_24g_data_type 
+0x4d16 008053 jam 1 ,mem_24g_abort_pac 
+0x4d17 008054 call g24_transmit_rf_ctrl_clear 
+0x4d18 008055 store 1 ,mem_24g_txbuf 
+0x4d19 008056 setarg 0 
+0x4d1a 008057 store 7 ,mem_24g_txbuf + 1 
+0x4d1b 008058 fetch 4 ,mem_24g_device_addr 
+0x4d1c 008059 store 4 ,mem_24g_txbuf + 8 
+0x4d1d 008060 jam 12 ,mem_24g_datalen 
+0x4d1e 008061 fetch 1 ,mem_24g_data_type 
+0x4d1f 008062 set1 bit_abort ,pdata 
+0x4d20 008063 store 1 ,mem_24g_data_type 
+0x4d21 008064 call g24_transmit_prep 
+0x4d22 008065 branch g24_transmit_start 
+:      008067 g24_long_sleep:
+0x4d23 008068 bpatchx patch2a_4 ,mem_patch2a 
+0x4d24 008069 call g24_lpm_wait 
+0x4d25 008070 nrtn user 
+0x4d26 008071 fetch 1 ,mem_device_option 
+0x4d27 008072 beq dvc_op_mouse ,mouse_24g_long_sleep 
+0x4d28 008073 fetch 8 ,mem_24g_enter_hibernate 
+:      008074 g24_long_seep2:
+0x4d29 008075 call clk2lpo 
+0x4d2a 008076 storet 4 ,mem_sleep_counter 
+0x4d2b 008077 branch lpm_sleep 
+:      008079 g24_lpm_wait:
+0x4d2c 008080 bpatchx patch2a_5 ,mem_patch2a 
+0x4d2d 008081 enable user 
+0x4d2e 008082 call lpo_calibration 
+0x4d2f 008083 fetch 3 ,mem_clks_per_lpo 
+0x4d30 008084 branch disable_user ,blank 
+0x4d31 008085 fetch 1 ,mem_lpm_mode 
+0x4d32 008086 branch disable_user ,blank 
+:      008087 g24_setgpio_lpm_before:
+0x4d33 008088 fetch 2 ,mem_cb_24g_lpm_before 
+0x4d34 008089 branch callback_func 
+:      008102 g24_transmit_by_interrupt:
+0x4d35 008103 call g24_timer_check 
+0x4d36 008104 nrtn user 
+0x4d37 008105 call g24_interval_calibrate 
+0x4d38 008106 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x4d39 008107 increase 1 ,pdata 
+0x4d3a 008108 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x4d3b 008109 fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+0x4d3c 008110 isub temp ,null 
+0x4d3d 008111 call g24_transmit_by_interrupt_exit ,zero 
+0x4d3e 008112 branch g24_transmit_no_interrupt 
+:      008115 g24_transmit_by_interrupt_exit:
+0x4d3f 008116 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+0x4d40 008117 setarg 0 
+0x4d41 008118 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x4d42 008119 setarg 100 
+0x4d43 008120 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+:      008121 g24_interval_min:
+0x4d44 008122 jam 0 ,mem_24g_pac_index 
+0x4d45 008123 fetch 1 ,mem_24g_interval_min 
+:      008124 g24_interval_store:
+0x4d46 008125 store 1 ,mem_24g_interval 
+0x4d47 008126 rtn 
+:      008127 g24_interval_max:
+0x4d48 008128 fetch 1 ,mem_24g_interval_max 
+0x4d49 008129 branch g24_interval_store 
+:      008131 g24_interval_calibrate:
+0x4d4a 008132 fetch 1 ,mem_24g_pac_index 
+0x4d4b 008133 increase 1 ,pdata 
+0x4d4c 008134 store 1 ,mem_24g_pac_index 
+0x4d4d 008135 beq 4 ,g24_interval_max 
+0x4d4e 008136 beq 5 ,g24_interval_min 
+0x4d4f 008137 rtn 
+:      008139 g24_transmit_by_interrupt_enable:
+0x4d50 008140 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
+0x4d51 008141 setarg 0 
+0x4d52 008142 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x4d53 008143 rtn 
+:      008153 g24_factory_check:
+0x4d54 008154 arg 2 ,loopcnt 
+0x4d55 008155 arg mem_24g_addr ,contr 
+:      008156 pdata_0xff_check:
+0x4d56 008157 call enable_user 
+0x4d57 008158 setarg 0xffff 
+:      008159 pdata_0xff_check_loop:
+0x4d58 008160 ifetcht 2 ,contr 
+0x4d59 008161 isub temp ,null 
+0x4d5a 008162 ncall disable_user ,zero 
+0x4d5b 008163 loop pdata_0xff_check_loop 
+0x4d5c 008164 rtn 
+:      008174 power_ctrl_start:
+0x4d5d 008175 bpatchx patch2a_6 ,mem_patch2a 
+0x4d5e 008176 fetch 2 ,mem_ui_state_map 
+0x4d5f 008177 rtnbit1 ui_state_ble_adv 
+0x4d60 008180 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
+0x4d61 008181 call rssi_average 
+0x4d62 008182 storet 1 ,mem_rssi_avg_received 
+0x4d63 008183 fetch 1 ,mem_rssi_dis_max_24g 
+0x4d64 008184 bmark1 mark_24g ,power_ctrl_start_next 
+0x4d65 008185 fetch 1 ,mem_rssi_dis_max_ble 
+:      008186 power_ctrl_start_next:
+0x4d66 008187 isub temp ,null 
+0x4d67 008188 nbranch power_ctrl_txpower_incrs_force ,positive 
+0x4d68 008189 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d69 008190 sub pdata ,2 ,null 
+0x4d6a 008191 nbranch power_ctrl_txpower_decrs_check ,positive 
+0x4d6b 008192 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d6c 008193 beq 0 ,power_ctrl_txpower_incrs 
+0x4d6d 008194 rtn 
+:      008196 power_ctrl_txpower_decrs_check:
+0x4d6e 008197 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d6f 008198 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
+0x4d70 008199 isub temp ,null 
+0x4d71 008200 nrtn zero 
+0x4d72 008201 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      008202 power_ctrl_txpower_decrs:
+0x4d73 008203 fetcht 1 ,mem_rssi_avg_received 
+0x4d74 008204 fetch 1 ,mem_rssi_dis_min_24g 
+0x4d75 008205 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
+0x4d76 008206 fetch 1 ,mem_rssi_dis_min_ble 
+:      008207 power_ctrl_txpower_decrs_next:
+0x4d77 008208 isub temp ,null 
+0x4d78 008209 nrtn positive 
+0x4d79 008210 fetch 1 ,mem_power_ctrl_level 
+0x4d7a 008211 beq 0 ,power_ctrl_decrs_level0 
+0x4d7b 008212 increase -1 ,pdata 
+0x4d7c 008213 store 1 ,mem_power_ctrl_level 
+0x4d7d 008214 beq 0 ,power_ctrl_decrs_level0 
+:      008215 power_ctrl_decrs_level1:
+:      008216 power_ctrl_incrs_level1:
+0x4d7e 008217 jam tx_power_0db ,mem_tx_power 
+0x4d7f 008218 rtn 
+:      008220 power_ctrl_txpower_incrs_force:
+0x4d80 008221 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      008222 power_ctrl_txpower_incrs:
+0x4d81 008223 fetch 1 ,mem_power_ctrl_level 
+0x4d82 008224 beq 2 ,power_ctrl_incrs_level2 
+0x4d83 008225 increase 1 ,pdata 
+0x4d84 008226 store 1 ,mem_power_ctrl_level 
+0x4d85 008227 beq 1 ,power_ctrl_incrs_level1 
+:      008228 power_ctrl_incrs_level2:
+0x4d86 008229 jam tx_power_6db ,mem_tx_power 
+0x4d87 008230 rtn 
+:      008232 power_ctrl_decrs_level0:
+0x4d88 008233 jam tx_power_f5db ,mem_tx_power 
+0x4d89 008234 rtn 
+:      008236 power_ctrl_pac_succ_cnt_init:
+0x4d8a 008237 jam 1 ,mem_power_ctrl_level 
+0x4d8b 008238 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0x4d8c 008239 rtn 
+:      008241 power_ctrl_pac_succ_incrs:
+0x4d8d 008242 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d8e 008243 increase 1 ,pdata 
+0x4d8f 008244 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d90 008245 rtn 
+:      008247 power_ctrl_pac_succ_decrs:
+0x4d91 008248 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d92 008249 sub pdata ,2 ,null 
+0x4d93 008250 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
+0x4d94 008251 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d95 008252 rtneq 0 
+0x4d96 008253 increase -1 ,pdata 
+0x4d97 008254 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x4d98 008255 rtn 
+:      008257 power_ctrl_pac_succ_cnt_reinit:
+0x4d99 008258 jam 3 ,mem_power_ctrl_pac_succ_cnt 
+0x4d9a 008259 rtn 
+:      008266 app_init:
+0x4d9b 008267 bpatch patch0c_2 ,mem_patch0c 
+0x4d9c 008268 fetch 1 ,mem_device_option 
+0x4d9d 008269 branch app_init ,blank 
+0x4d9e 008270 beq dvc_op_dongle ,dongle_init 
+0x4d9f 008271 beq dvc_op_shutter ,shutter_init 
+0x4da0 008272 beq dvc_op_module ,module_init 
+0x4da1 008273 beq dvc_op_car ,car_init 
+0x4da2 008274 beq dvc_op_remote_car ,remote_car_init 
+0x4da3 008275 beq dvc_op_hci_boot ,hci_init 
+0x4da4 008277 beq dvc_op_mouse ,mouse_init 
+0x4da5 008278 rtn 
+:      008281 app_param_init:
+0x4da6 008282 rtn wake 
+0x4da7 008283 call adc_init_data 
+0x4da8 008284 fetch 1 ,mem_device_option 
+0x4da9 008285 beq dvc_op_shutter ,shutter_default_init 
+0x4daa 008286 beq dvc_op_dongle ,dongle_default_init 
+0x4dab 008287 beq dvc_op_mouse ,mouse_default_init 
+0x4dac 008288 beq dvc_op_remote_car ,remote_car_default_init 
+0x4dad 008289 rtn 
+:      008291 app_process_idle:
+0x4dae 008292 call ui_dispatch 
+0x4daf 008293 call check_51cmd 
+0x4db0 008294 call app_process_bb_event 
+0x4db1 008295 fetch 2 ,mem_cb_idle_process 
+0x4db2 008296 branch callback_func 
+:      008298 app_process_ble:
+0x4db3 008299 fetch 2 ,mem_cb_le_process 
+0x4db4 008300 branch callback_func 
+:      008302 app_process_bb_event:
+0x4db5 008303 bpatch patch0c_3 ,mem_patch0c 
+0x4db6 008305 arg mem_ipc_fifo_bt2c51 ,rega 
+0x4db7 008306 call fifo_out 
+0x4db8 008307 rtn blank 
+0x4db9 008309 copy pdata ,regc 
+0x4dba 008310 call app_event_normal_process 
+0x4dbb 008311 branch app_process_bb_event_priority 
+:      008313 app_discard_event:
+0x4dbc 008314 arg 0 ,regc 
+0x4dbd 008315 rtn 
+:      008320 app_event_normal_process:
+0x4dbe 008321 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
+0x4dbf 008322 beq bt_evt_le_connected ,app_le_event_bb_connected 
+0x4dc0 008323 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
+0x4dc1 008324 rtn 
+:      008328 app_process_bb_event_priority:
+0x4dc2 008329 fetch 2 ,mem_cb_bb_event_process 
+0x4dc3 008330 branch callback_func 
+:      008332 app_check_wake_lock:
+0x4dc4 008333 fetch 2 ,mem_cb_check_wakelock 
+0x4dc5 008334 branch callback_func 
+:      008336 app_will_enter_lpm:
+0x4dc6 008337 fetch 2 ,mem_cb_before_lpm 
+0x4dc7 008338 branch callback_func 
+:      008340 app_le_event_bb_connected:
+0x4dc8 008341 fetch 2 ,mem_ui_state_map 
+0x4dc9 008342 set1 ui_state_ble_connected ,pdata 
+0x4dca 008343 store 2 ,mem_ui_state_map 
+0x4dcb 008344 rtn 
+:      008346 app_le_event_bb_disconn:
+0x4dcc 008347 jam 0 ,mem_le_l2cap_att_states 
+0x4dcd 008348 fetch 2 ,mem_ui_state_map 
+0x4dce 008349 set0 ui_state_ble_connected ,pdata 
+0x4dcf 008350 store 2 ,mem_ui_state_map 
+0x4dd0 008351 branch app_lpm_mult_disable 
+:      008354 app_evt_button_long_pressed:
+0x4dd1 008355 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4dd2 008356 set1 app_disc_by_button ,pdata 
+0x4dd3 008357 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4dd4 008358 rtn 
+:      008361 app_evt_timer:
+0x4dd5 008362 store 1 ,mem_app_evt_timer_count 
+:      008363 app_evt_100ms_loop:
+0x4dd6 008364 bpatch patch0c_4 ,mem_patch0c 
+0x4dd7 008365 fetch 1 ,mem_app_evt_timer_count 
+0x4dd8 008366 rtn blank 
+0x4dd9 008367 increase -1 ,pdata 
+0x4dda 008368 store 1 ,mem_app_evt_timer_count 
+0x4ddb 008369 call ui_button_polling 
+0x4ddc 008370 call app_lpm_wake_auto_lock_timer 
+0x4ddd 008371 call flash_write_spi_sm_timer 
+0x4dde 008372 fetch 2 ,mem_cb_event_timer 
+0x4ddf 008373 call callback_func 
+0x4de0 008374 branch app_evt_100ms_loop 
+:      008379 timer_single_step:
+0x4de1 008380 ifetch 1 ,regc 
+0x4de2 008381 rtn blank 
+0x4de3 008382 pincrease -1 
+0x4de4 008383 istore 1 ,regc 
+0x4de5 008384 nrtn blank 
+0x4de6 008385 copy regb ,pdata 
+0x4de7 008386 branch callback_func 
+:      008390 timer_single_step_2b:
+0x4de8 008391 ifetch 2 ,regc 
+0x4de9 008392 rtn blank 
+0x4dea 008393 pincrease -1 
+0x4deb 008394 istore 2 ,regc 
+0x4dec 008395 nrtn blank 
+0x4ded 008396 copy regb ,pdata 
+0x4dee 008397 branch callback_func 
+:      008399 app_power_timer:
+0x4def 008400 fetcht 2 ,mem_power_param_ptr 
+0x4df0 008401 add temp ,power_timer_offset ,regc 
+0x4df1 008402 arg app_power_timer_timeout ,regb 
+0x4df2 008403 branch timer_single_step 
+:      008405 app_power_timer_timeout:
+0x4df3 008406 call app_got_power_state_common 
+0x4df4 008407 beq power_starting ,app_enter_power_stanby_state 
+:      008408 app_enter_power_off_state:
+0x4df5 008409 branch app_enter_hibernate 
+:      008410 app_enter_power_stanby_state:
+0x4df6 008411 setarg power_standby 
+0x4df7 008412 istore 1 ,regc 
+0x4df8 008413 add temp ,power_standby_cb_offset ,regb 
+:      008414 app_power_cb_common:
+0x4df9 008415 ifetch 2 ,regb 
+0x4dfa 008416 branch callback_func 
+:      008419 app_bb_hibernate:
+0x4dfb 008420 call app_disconn_reason_clear 
+0x4dfc 008421 branch app_enter_hibernate 
+:      008424 app_disconn_reason_clear:
+0x4dfd 008425 setarg 0 
+0x4dfe 008426 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x4dff 008427 rtn 
+:      008428 app_disconn_reason_flag_clear:
+0x4e00 008429 setarg 0 
+0x4e01 008430 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4e02 008431 rtn 
+:      008435 app_disconn_reason_collect_ble:
+0x4e03 008436 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4e04 008437 set1 app_disc_ble ,pdata 
+0x4e05 008438 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x4e06 008439 setarg 0 
+0x4e07 008440 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x4e08 008441 rtn 
+:      008449 app_get_lpm_wake_lock:
+0x4e09 008450 arg wake_lock_app ,queue 
+0x4e0a 008451 branch lpm_get_wake_lock 
+:      008453 app_put_lpm_wake_lock:
+0x4e0b 008454 arg wake_lock_app ,queue 
+0x4e0c 008455 branch lpm_put_wake_lock 
+:      008457 app_lpm_wake_auto_lock:
+0x4e0d 008458 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
+0x4e0e 008459 branch app_get_lpm_wake_lock 
+:      008461 app_lpm_wake_auto_lock_timer:
+0x4e0f 008462 arg mem_wake_up_delay_timer ,regc 
+0x4e10 008463 arg app_put_lpm_wake_lock ,regb 
+0x4e11 008464 branch timer_single_step 
+:      008467 app_ble_start_direct_adv:
+0x4e12 008468 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
+0x4e13 008469 branch ui_ipc_send_cmd 
+:      008471 app_ble_stop_direct_adv:
+0x4e14 008472 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
+0x4e15 008473 branch ui_ipc_send_cmd 
+:      008475 app_ble_stop_adv:
+0x4e16 008476 jam bt_cmd_stop_adv ,mem_fifo_temp 
+0x4e17 008477 branch ui_ipc_send_cmd 
+:      008479 app_ble_start_adv:
+0x4e18 008480 jam bt_cmd_start_adv ,mem_fifo_temp 
+0x4e19 008481 branch ui_ipc_send_cmd 
+:      008483 app_ble_start_scan:
+0x4e1a 008484 jam bt_cmd_le_start_scan ,mem_fifo_temp 
+0x4e1b 008485 branch ui_ipc_send_cmd 
+:      008487 app_ble_stop_scan:
+0x4e1c 008488 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
+0x4e1d 008489 branch ui_ipc_send_cmd 
+:      008491 app_ble_start_conn:
+0x4e1e 008492 jam bt_cmd_le_start_conn ,mem_fifo_temp 
+0x4e1f 008493 branch ui_ipc_send_cmd 
+:      008495 app_ble_disconnect:
+0x4e20 008496 jam bt_cmd_le_disconnect ,mem_fifo_temp 
+0x4e21 008497 branch ui_ipc_send_cmd 
+:      008499 app_led_start_blink:
+0x4e22 008500 jam bt_cmd_led_blink ,mem_fifo_temp 
+0x4e23 008501 branch ui_ipc_send_cmd 
+:      008503 app_led_on:
+0x4e24 008504 jam bt_cmd_led_on ,mem_fifo_temp 
+0x4e25 008505 branch ui_ipc_send_cmd 
+:      008507 app_led_stop_blink:
+:      008508 app_led_off:
+0x4e26 008509 jam bt_cmd_led_off ,mem_fifo_temp 
+0x4e27 008510 branch ui_ipc_send_cmd 
+:      008512 app_enter_hibernate:
+0x4e28 008513 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
+0x4e29 008514 branch ui_ipc_send_cmd 
+:      008517 app_ble_store_reconn_info:
+0x4e2a 008518 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
+0x4e2b 008519 branch ui_ipc_send_cmd 
+:      008522 app_lpm_mult_enable:
+0x4e2c 008523 set1 mark_lpm_mult_enable ,mark 
+0x4e2d 008524 rtn 
+:      008526 app_lpm_mult_disable:
+0x4e2e 008527 set0 mark_lpm_mult_enable ,mark 
+0x4e2f 008528 rtn 
+:      008531 app_button_long_pressed:
+0x4e30 008532 call app_got_power_state_common 
+0x4e31 008533 beq power_standby ,app_power_shutting_down 
+:      008534 app_power_starting:
+0x4e32 008535 setarg power_starting 
+0x4e33 008536 istore 1 ,regc 
+0x4e34 008537 add temp ,power_starting_timeout_offset ,rega 
+0x4e35 008538 add temp ,power_starting_cb_offset ,regb 
+:      008539 app_power_common:
+0x4e36 008540 ifetcht 1 ,rega 
+0x4e37 008541 increase 1 ,regc 
+0x4e38 008542 istoret 1 ,regc 
+0x4e39 008543 branch app_power_cb_common 
+:      008545 app_power_shutting_down:
+0x4e3a 008546 setarg power_off 
+0x4e3b 008547 istore 1 ,regc 
+0x4e3c 008548 fetch 2 ,mem_ui_state_map 
+0x4e3d 008549 bbit0 ui_state_ble_connected ,app_power_off_end 
+0x4e3e 008550 call le_send_terminate_ind_user_terminated 
+0x4e3f 008551 call app_ble_disconnect 
+:      008552 app_power_off_end:
+0x4e40 008553 fetcht 2 ,mem_power_param_ptr 
+0x4e41 008554 add temp ,power_off_timeout_offset ,rega 
+0x4e42 008555 add temp ,power_off_cb_offset ,regb 
+0x4e43 008556 branch app_power_common 
+:      008558 app_got_power_state_common:
+0x4e44 008559 fetcht 2 ,mem_power_param_ptr 
+0x4e45 008560 add temp ,power_state_offset ,regc 
+0x4e46 008561 ifetch 1 ,regc 
+0x4e47 008562 rtn 
+:      008564 app_event_button_up:
+0x4e48 008565 call app_got_power_state_common 
+0x4e49 008566 bne power_off ,app_power_release 
+0x4e4a 008567 branch app_enter_hibernate 
+:      008568 app_power_release:
+0x4e4b 008569 add temp ,ui_butten_up_cb_offset ,regb 
+0x4e4c 008570 branch app_power_cb_common 
+:      008578 car_init:
+0x4e4d 008579 call enable_authrom 
+0x4e4e 008580 rtn wake 
+0x4e4f 008581 setarg car_g24_receive_process 
+0x4e50 008582 store 2 ,mem_cb_24g_receive_process 
+0x4e51 008584 setarg g24_bind_ackpayload_prep 
+0x4e52 008585 store 2 ,mem_cb_24g_ackpayload 
+0x4e53 008587 setarg car_g24_cb_data_device1 
+0x4e54 008588 store 2 ,mem_cb_24g_data_device1 
+0x4e55 008590 setarg car_le_before_hibernate 
+0x4e56 008591 store 2 ,mem_cb_before_hibernate 
+0x4e57 008593 setarg car_le_process_lpm_before 
+0x4e58 008594 store 2 ,mem_cb_before_lpm 
+0x4e59 008596 setarg car_scale_process_idle 
+0x4e5a 008597 store 2 ,mem_cb_idle_process 
+0x4e5b 008599 setarg car_scale_process_bb_event 
+0x4e5c 008600 store 2 ,mem_cb_bb_event_process 
+0x4e5d 008602 setarg app_get_lpm_wake_lock 
+0x4e5e 008603 store 2 ,mem_cb_check_wakelock 
+0x4e5f 008605 setarg car_le_receive_data 
+0x4e60 008606 store 2 ,mem_cb_att_write 
+0x4e61 008608 setarg car_le_bb_event_timer 
+0x4e62 008609 store 2 ,mem_cb_event_timer 
+0x4e63 008611 bpatch patch05_5 ,mem_patch05 
+0x4e64 008612 call car_init_environment 
+0x4e65 008613 call car_lpm_timer_enable 
+0x4e66 008614 call queue_init 
+0x4e67 008615 jam 2 ,mem_lpm_mult 
+0x4e68 008616 jam power_on ,mem_car_24g_received_pac 
+0x4e69 008617 fetch 1 ,mem_car_config_soft_switch_enable 
+0x4e6a 008618 store 1 ,mem_car_hard_soft_switch 
+0x4e6b 008619 beq hard_switch ,car_hard_switch_power_on_signal 
+0x4e6c 008620 fetch 1 ,mem_car_config_soft_switch_gpio 
+0x4e6d 008621 store 1 ,mem_ui_button_gpio 
+0x4e6e 008622 jam off ,mem_le_adv_enable 
+:      008623 car_soft_switch_power_on_init:
+0x4e6f 008624 call ui_button_init 
+0x4e70 008625 call ui_button_polling 
+0x4e71 008626 jam power_starting ,mem_car_power_state 
+0x4e72 008627 fetch 2 ,mem_ui_state_map 
+0x4e73 008628 rtnbit1 ui_state_btn_down 
+0x4e74 008629 branch app_enter_hibernate 
+:      008631 car_default_init:
+0x4e75 008632 rtn 
+:      008633 car_power_off_signal:
+0x4e76 008634 branch car_ui_led_init 
+:      008636 car_hard_switch_power_on_signal:
+0x4e77 008637 jam power_standby ,mem_car_power_state 
+:      008638 car_soft_switch_power_on_signal:
+0x4e78 008639 jam on ,mem_le_adv_enable 
+0x4e79 008640 setarg fast_adv_interval_value_car 
+0x4e7a 008641 call shutter_ble_adv_interval_set 
+:      008642 car_le_modified_name_adv:
+0x4e7b 008643 arg mem_le_name + 7 ,contw 
+0x4e7c 008644 fetch 1 ,mem_le_lap 
+:      008645 car_name_loop:
+0x4e7d 008646 and pdata ,0xF0 ,temp 
+0x4e7e 008647 rshift4 temp ,temp 
+0x4e7f 008648 call car_hex_to_ascii 
+0x4e80 008649 istoret 1 ,contw 
+0x4e81 008650 and pdata ,0x0F ,temp 
+0x4e82 008651 call car_hex_to_ascii 
+0x4e83 008652 istoret 1 ,contw 
+0x4e84 008653 call le_modified_name_att_list 
+0x4e85 008654 fetcht 1 ,mem_le_name_len 
+0x4e86 008655 copy temp ,loopcnt 
+0x4e87 008656 arg mem_le_adv_data + 2 ,contw 
+0x4e88 008657 arg mem_le_name ,contr 
+0x4e89 008658 call memcpy 
+:      008659 car_le_modified_name_scan:
+0x4e8a 008660 fetcht 1 ,mem_le_name_len 
+0x4e8b 008661 copy temp ,loopcnt 
+0x4e8c 008662 arg mem_le_scan_data + 2 ,contw 
+0x4e8d 008663 arg mem_le_name ,contr 
+0x4e8e 008664 branch memcpy 
+:      008665 car_hex_to_ascii:
+0x4e8f 008666 sub temp ,9 ,null 
+0x4e90 008667 branch car_hex_num ,positive 
+0x4e91 008668 add temp ,55 ,temp 
+0x4e92 008669 rtn 
+:      008670 car_hex_num:
+0x4e93 008671 add temp ,48 ,temp 
+0x4e94 008672 rtn 
+:      008674 car_ui_led_init:
+0x4e95 008675 fetch 1 ,mem_car_config_blood_led1_gpio 
+0x4e96 008676 bne invalid_pin_num ,car_blood_led_gpio_set 
+:      008677 car_ui_led_init_1:
+0x4e97 008678 fetch 1 ,mem_car_config_pairing_led_gpio 
+0x4e98 008679 bne invalid_pin_num ,car_pairing_led_gpio_set 
+:      008680 car_ui_led_init_2:
+0x4e99 008681 fetch 1 ,mem_car_config_low_voltage_led_gpio 
+0x4e9a 008682 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
+:      008683 car_ui_led_init_3:
+0x4e9b 008684 fetch 1 ,mem_car_led_num 
+0x4e9c 008685 copy pdata ,loopcnt 
+0x4e9d 008686 setarg mem_car_led_map 
+0x4e9e 008687 copy pdata ,rega 
+:      008688 car_in_lp1:
+0x4e9f 008689 copy rega ,contr 
+0x4ea0 008690 ifetch 1 ,contr 
+0x4ea1 008691 copy contr ,rega 
+0x4ea2 008692 beq invalid_pin_num ,car_in_lp1_end 
+0x4ea3 008693 copy pdata ,temp 
+0x4ea4 008694 call gpio_config_output 
+:      008695 car_in_lp1_end:
+0x4ea5 008696 loop car_in_lp1 
+:      008697 car_ui_led_init_end:
+0x4ea6 008698 rtn 
+:      008699 car_blood_led_gpio_set:
+0x4ea7 008700 fetch 8 ,mem_car_config_blood_led1_gpio 
+0x4ea8 008701 store 8 ,mem_car_led_map + 2 
+0x4ea9 008702 branch car_ui_led_init_1 
+:      008703 car_pairing_led_gpio_set:
+0x4eaa 008704 store 1 ,mem_car_led_map 
+0x4eab 008705 branch car_ui_led_init_2 
+:      008706 car_low_voltage_led_gpio_set:
+0x4eac 008707 store 1 ,mem_car_led_map + 1 
+0x4ead 008708 branch car_ui_led_init_3 
+:      008710 car_init_environment:
+0x4eae 008712 call car_g24_init 
+0x4eaf 008713 call car_g24_load_commom_addr 
+0x4eb0 008714 arg 0 ,rega 
+0x4eb1 008715 call pwm_init 
+0x4eb2 008716 call car_ui_led_init 
+0x4eb3 008717 call car_start_blink 
+0x4eb4 008718 call car_init_adc_hvin 
+0x4eb5 008719 branch car_motor_init 
+:      008720 car_read_otp_addr:
+0x4eb6 008721 rtn 
+:      008722 car_motor_init:
+0x4eb7 008723 fetch 1 ,mem_car_motor_gpio_num 
+0x4eb8 008724 copy pdata ,loopcnt 
+0x4eb9 008725 setarg mem_car_motor_gpio_map 
+0x4eba 008726 copy pdata ,rega 
+:      008727 p_in_lp1:
+0x4ebb 008728 copy rega ,contr 
+0x4ebc 008729 ifetch 1 ,contr 
+0x4ebd 008730 copy contr ,rega 
+0x4ebe 008731 beq invalid_pin_num ,p_in_lp1_end 
+0x4ebf 008732 copy pdata ,temp 
+0x4ec0 008733 store 1 ,mem_car_gpio 
+0x4ec1 008734 call car_ui_gpio_init 
+:      008735 p_in_lp1_end:
+0x4ec2 008736 loop p_in_lp1 
+:      008737 p_car_ui_led_init_end:
+0x4ec3 008738 rtn 
+:      008740 car_ui_gpio_init:
+0x4ec4 008741 fetch 1 ,mem_car_gpio 
+0x4ec5 008742 rtneq ui_button_gpio_disable 
+0x4ec6 008743 iforce temp 
+0x4ec7 008744 branch gpio_config_output 
+:      008747 car_init_adc_hvin:
+0x4ec8 008748 jam 100 ,mem_car_notify_vdd_value_last 
+0x4ec9 008749 rtn 
+:      008751 car_le_before_hibernate:
+0x4eca 008752 call car_gpio_set_before_hibernate 
+0x4ecb 008753 call clear_wake 
+:      008754 car_le_process_lpm_before:
+0x4ecc 008755 branch keyscan_process_lpm_before 
+:      008757 car_gpio_set_before_hibernate:
+0x4ecd 008758 call check_51cmd_led_off 
+:      008759 car_gpio_set_before_lpm_common:
+0x4ece 008760 arg 20 ,loopcnt 
+0x4ecf 008761 arg core_gpio_conf ,contr 
+:      008762 car_setgpio_loop:
+0x4ed0 008763 copy contr ,contw 
+0x4ed1 008764 ifetch 1 ,contr 
+0x4ed2 008765 beq gpcfg_spid_miso ,car_setgpio_pullup 
+0x4ed3 008766 beq gpcfg_spid_ncs ,car_setgpio_pullup 
+0x4ed4 008767 beq gpcfg_spid_sck ,car_setgpio_pullup 
+0x4ed5 008768 beq gpcfg_spid_mosi ,car_setgpio_pullup 
+0x4ed6 008769 beq gpcfg_spid_sdio ,car_setgpio_pullup 
+0x4ed7 008770 beq gpcfg_iic_scl ,car_setgpio_pullup 
+0x4ed8 008771 beq gpcfg_iic_sda ,car_setgpio_pullup 
+0x4ed9 008772 beq gpcfg_input ,car_setgpio_pullup 
+:      008773 car_setgpio_loop_end:
+0x4eda 008774 loop car_setgpio_loop 
+0x4edb 008775 call car_motor_setgpio 
+0x4edc 008776 rtn 
+:      008777 car_setgpio_pullup:
+0x4edd 008778 setarg gpcfg_pullup 
+0x4ede 008779 istore 1 ,contw 
+0x4edf 008780 branch car_setgpio_loop_end 
+:      008781 car_setgpio_pulldown:
+0x4ee0 008782 setarg gpcfg_pulldown 
+0x4ee1 008783 istore 1 ,contw 
+0x4ee2 008784 branch car_setgpio_loop_end 
+:      008785 car_motor_setgpio:
+0x4ee3 008786 fetch 1 ,mem_car_motor_gpio_num 
+0x4ee4 008787 copy pdata ,loopcnt 
+0x4ee5 008788 arg mem_car_motor_gpio_map ,contr 
+:      008789 car_motor_setgpio_loop:
+0x4ee6 008790 ifetch 1 ,contr 
+0x4ee7 008791 set1 7 ,pdata 
+0x4ee8 008792 arg gpcfg_output_low ,temp 
+0x4ee9 008793 call gpio_config_function 
+0x4eea 008794 loop car_motor_setgpio_loop 
+0x4eeb 008795 rtn 
+:      008797 car_key_scan_process:
+0x4eec 008798 branch keyscan_key_process 
+:      008800 car_scale_process_idle:
+0x4eed 008801 call car_le_send_packet 
+0x4eee 008802 call car_g24_status_process 
+0x4eef 008803 branch car_key_scan_process 
+:      008805 car_g24_status_process:
+0x4ef0 008806 fetch 2 ,mem_ui_state_map 
+0x4ef1 008807 rtnbit1 ui_state_ble_connected 
+0x4ef2 008808 fetch 1 ,mem_car_24g_received_pac 
+0x4ef3 008809 beq work_paired ,car_g24_connected_event 
+0x4ef4 008810 rtn 
+:      008811 car_g24_connected_event:
+0x4ef5 008812 fetch 1 ,mem_car_24g_status 
+0x4ef6 008813 rtneq work_paired 
+0x4ef7 008814 jam work_paired ,mem_car_24g_status 
+0x4ef8 008815 call car_lpm_timer_disable 
+0x4ef9 008816 call car_stop_blink 
+0x4efa 008817 branch car_g24_connected 
+:      008819 car_lpm_timer_enable:
+0x4efb 008820 fetch 2 ,mem_car_enter_lpm_timer_count 
+0x4efc 008821 store 2 ,mem_car_enter_lpm_timer 
+0x4efd 008822 jam 0 ,mem_car_enter_lpm_flag 
+0x4efe 008823 rtn 
+:      008826 car_lpm_timer_disable:
+0x4eff 008827 setarg 0 
+0x4f00 008828 branch car_lpm_timer_enable + 1 
+:      008831 car_stop_blink:
+0x4f01 008832 arg 0 ,rega 
+0x4f02 008833 branch ui_led_blink_stop_global 
+:      008836 car_start_blink:
+0x4f03 008837 arg 0 ,rega 
+0x4f04 008838 branch ui_led_blink_start_global 
+:      008844 car_le_send_packet:
+0x4f05 008845 fetch 2 ,mem_ui_state_map 
+0x4f06 008846 rtnbit0 ui_state_ble_connected 
+0x4f07 008847 call le_fifo_check_nearly_full 
+0x4f08 008848 nrtn blank 
+0x4f09 008849 arg mem_car_pop_queue_buff ,rega 
+0x4f0a 008850 call queue_pop 
+0x4f0b 008851 nrtn user 
+0x4f0c 008852 arg mem_car_pop_queue_buff ,contr 
+0x4f0d 008853 branch le_send_notify_from_list 
+:      008855 car_scale_process_bb_event:
+0x4f0e 008856 copy regc ,pdata 
+0x4f0f 008857 beq bt_evt_button_up ,app_event_button_up 
+0x4f10 008858 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x4f11 008859 beq bt_evt_le_connected ,car_scale_event_le_conn 
+0x4f12 008860 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
+0x4f13 008861 rtn 
+:      008863 car_scale_event_le_conn:
+0x4f14 008864 call car_lpm_timer_disable 
+0x4f15 008865 call car_stop_blink 
+0x4f16 008866 set0 mark_24g_rxmode ,mark 
+0x4f17 008867 branch car_scale_process_conn 
+:      008868 car_g24_connected:
+0x4f18 008869 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x4f19 008870 store 2 ,mem_car_24g_no_data_timeout_timer 
+:      008871 car_scale_process_conn:
+0x4f1a 008872 jam 0x14 ,mem_car_notify_vdd_timer 
+0x4f1b 008873 jam 0 ,mem_lpm_mode 
+0x4f1c 008874 call app_ble_stop_adv 
+0x4f1d 008875 branch app_lpm_mult_enable 
+:      008878 car_scale_event_le_discon:
+0x4f1e 008879 set1 mark_24g_rxmode ,mark 
+0x4f1f 008880 call car_lpm_timer_enable 
+0x4f20 008881 call car_fb_motor_stop 
+0x4f21 008882 call car_lr_motor_stop 
+:      008883 car_g24_disconnect:
+0x4f22 008884 setarg 0 
+0x4f23 008885 store 5 ,mem_car_led_control 
+0x4f24 008886 call queue_init 
+0x4f25 008887 jam 10 ,mem_motor1_speed 
+0x4f26 008888 jam 10 ,mem_motor2_speed 
+0x4f27 008889 jam 10 ,mem_motor3_speed 
+0x4f28 008891 jam 2 ,mem_lpm_mult 
+0x4f29 008892 setarg fast_adv_interval_value_car 
+0x4f2a 008893 call shutter_ble_adv_interval_set 
+0x4f2b 008894 branch app_ble_start_adv 
+:      008896 car_le_bb_event_timer:
+0x4f2c 008897 call car_moto1_blank_data_timer 
+0x4f2d 008898 call car_moto2_blank_data_timer 
+0x4f2e 008899 call car_moto3_blank_data_timer 
+0x4f2f 008902 call car_24g_no_data_timeout_timer 
+0x4f30 008903 branch car_24g_bind_enable_timer 
+:      008906 car_24g_bind_enable_timer:
+0x4f31 008907 arg mem_car_24g_bind_enable_delay_count ,regc 
+0x4f32 008908 arg 0 ,regb 
+0x4f33 008909 branch timer_single_step 
+:      008911 car_enter_lpm_timer:
+0x4f34 008912 arg mem_car_enter_lpm_timer ,regc 
+0x4f35 008913 arg car_enter_lpm_enable ,regb 
+0x4f36 008914 branch timer_single_step_2b 
+:      008915 car_enter_lpm_enable:
+0x4f37 008916 jam 1 ,mem_car_enter_lpm_flag 
+0x4f38 008917 rtn 
+:      008919 car_24g_no_data_timeout_timer:
+0x4f39 008920 arg mem_car_24g_no_data_timeout_timer ,regc 
+0x4f3a 008921 arg car_24g_no_data_timer_timeout ,regb 
+0x4f3b 008922 branch timer_single_step_2b 
+:      008923 car_24g_no_data_timer_timeout:
+0x4f3c 008924 jam work_search ,mem_car_24g_status 
+0x4f3d 008925 jam power_on ,mem_car_24g_received_pac 
+0x4f3e 008926 branch car_g24_disconnect 
+:      008928 car_notify_vdd_timer:
+0x4f3f 008929 fetch 1 ,mem_car_config_bat_notify_enable 
+0x4f40 008930 rtn blank 
+0x4f41 008931 arg mem_car_notify_vdd_timer ,regc 
+0x4f42 008932 arg car_notify_vdd ,regb 
+0x4f43 008933 branch timer_single_step 
+:      008934 car_notify_vdd:
+0x4f44 008935 fetch 1 ,mem_car_notify_vdd_count 
+0x4f45 008936 store 1 ,mem_car_notify_vdd_timer 
+0x4f46 008937 fetch 1 ,mem_car_working_flag 
+0x4f47 008938 nrtn blank 
+:      008939 car_read_hvin:
+0x4f48 008940 call vdd_calculate_by_mode 
+0x4f49 008941 store 2 ,mem_vdd_now_vol 
+0x4f4a 008942 arg mem_vdd_calculate_set ,rega 
+0x4f4b 008943 call adc_bat_percent_lowpower_out 
+0x4f4c 008944 fetcht 1 ,mem_car_notify_vdd_value_last 
+0x4f4d 008945 isub temp ,null 
+0x4f4e 008946 branch car_notify_vdd_next2 ,positive 
+0x4f4f 008947 store 1 ,mem_car_notify_vdd_value_last 
+0x4f50 008948 copy pdata ,temp 
+:      008949 car_notify_vdd_next2:
+0x4f51 008950 storet 1 ,mem_car_notify_vdd_percent 
+0x4f52 008951 fetch 1 ,mem_car_config_low_voltage_percent 
+0x4f53 008952 isub temp ,null 
+0x4f54 008953 call car_enter_low_bat ,positive 
+0x4f55 008954 storet 1 ,mem_notify_bat_payload 
+0x4f56 008955 arg 6 ,loopcnt 
+0x4f57 008956 arg mem_notify_bat_head ,contr 
+0x4f58 008957 call calc_check_sum_start 
+0x4f59 008958 store 1 ,mem_notify_bat_check_sum 
+0x4f5a 008959 arg mem_notify_bat_packet ,rega 
+0x4f5b 008960 branch queue_push 
+:      008961 car_enter_low_bat:
+0x4f5c 008962 fetch 1 ,mem_low_bat_flag 
+0x4f5d 008963 nrtn blank 
+0x4f5e 008964 jam 1 ,mem_low_bat_flag 
+0x4f5f 008965 arg 1 ,rega 
+0x4f60 008966 branch ui_led_blink_start_global 
+:      008967 car_low_bat_led_off:
+0x4f61 008968 arg 1 ,rega 
+0x4f62 008969 branch ui_led_blink_stop_global 
+:      008973 calc_check_sum_start:
+0x4f63 008974 arg 0 ,rega 
+:      008975 calc_check_sum_loop:
+0x4f64 008976 ifetch 1 ,contr 
+0x4f65 008977 iadd rega ,rega 
+0x4f66 008978 loop calc_check_sum_loop 
+:      008979 calc_check_sum_and:
+0x4f67 008980 and rega ,0xff ,pdata 
+0x4f68 008981 rtn 
+:      008983 car_le_receive_data:
+0x4f69 008984 fetch 1 ,mem_le_att_opcode 
+0x4f6a 008985 beq attop_write_request ,car_le_parse_att_write_request 
+0x4f6b 008986 rtn 
+:      008987 car_le_parse_att_write_request:
+0x4f6c 008988 fetch 2 ,mem_le_att_handle 
+0x4f6d 008989 beq att_car_control_handle ,car_control_le_receive 
+0x4f6e 008990 rtn 
+:      008992 le_app_receive_data:
+0x4f6f 008993 bpatch patch05_6 ,mem_patch05 
+0x4f70 008994 ifetch 5 ,rega 
+0x4f71 008995 store 5 ,mem_app_receive_temp 
+0x4f72 008996 fetch 2 ,mem_app_receive_temp 
+0x4f73 008997 arg le_receive_packet_head ,temp 
+0x4f74 008998 isub temp ,null 
+0x4f75 008999 nrtn zero 
+0x4f76 009000 fetch 2 ,mem_app_receive_temp + 3 
+0x4f77 009001 byteswap pdata ,pdata 
+0x4f78 009002 store 2 ,mem_app_receive_temp + 3 
+0x4f79 009003 copy pdata ,loopcnt 
+0x4f7a 009004 increase 5 ,rega 
+0x4f7b 009005 copy rega ,contr 
+0x4f7c 009006 arg mem_app_receive_temp + 5 ,contw 
+0x4f7d 009007 call memcpy 
+0x4f7e 009008 ifetch 1 ,contr 
+0x4f7f 009009 store 1 ,mem_app_receive_temp + 15 
+0x4f80 009010 arg mem_app_receive_temp + 2 ,rega 
+0x4f81 009011 arg mem_app_receive_temp + 5 ,regb 
+0x4f82 009012 rtn 
+:      009014 car_control_le_receive:
+0x4f83 009015 setarg 0 
+0x4f84 009016 store 5 ,mem_le_receive_payload 
+0x4f85 009017 store 5 ,mem_le_receive_payload + 5 
+0x4f86 009018 call le_app_receive_data 
+0x4f87 009019 copy regb ,contr 
+0x4f88 009020 arg mem_le_receive_payload ,contw 
+0x4f89 009021 arg 10 ,loopcnt 
+0x4f8a 009022 call memcpy 
+:      009023 car_receive_cmd_select:
+0x4f8b 009024 bpatch patch05_7 ,mem_patch05 
+0x4f8c 009025 ifetch 1 ,rega 
+0x4f8d 009026 beq car_cmd_old_car_control ,car_drive_old 
+0x4f8e 009027 beq car_cmd_old_speed_control ,car_speed_set_old 
+0x4f8f 009028 beq car_cmd_l_r_motor_control ,car_motor_control 
+0x4f90 009029 beq car_cmd_f_b_motor_control ,car_motor_control 
+0x4f91 009030 beq car_cmd_ir_control ,car_ir_data_rx_from_app 
+0x4f92 009031 beq car_cmd_led_control ,car_led_control_receive 
+0x4f93 009032 beq car_cmd_device_info ,car_info_request 
+0x4f94 009033 rtn 
+:      009035 car_24g_receive_data:
+0x4f95 009036 call car_control_le_receive 
+0x4f96 009037 fetch 1 ,mem_app_receive_temp + 2 
+0x4f97 009038 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
+0x4f98 009039 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
+0x4f99 009040 rtn 
+:      009041 car_24g_receive_data_next:
+0x4f9a 009042 fetch 1 ,mem_le_receive_payload 
+0x4f9b 009043 ncall car_moto1_enable_blank_data_timer ,blank 
+0x4f9c 009044 fetch 1 ,mem_le_receive_payload + 2 
+0x4f9d 009045 ncall car_moto2_enable_blank_data_timer ,blank 
+0x4f9e 009046 fetch 1 ,mem_le_receive_payload + 4 
+0x4f9f 009047 ncall car_moto3_enable_blank_data_timer ,blank 
+0x4fa0 009048 rtn 
+:      009050 car_moto1_enable_blank_data_timer:
+0x4fa1 009051 jam 5 ,mem_car_moto1_blank_timer 
+0x4fa2 009052 rtn 
+:      009053 car_moto2_enable_blank_data_timer:
+0x4fa3 009054 jam 5 ,mem_car_moto2_blank_timer 
+0x4fa4 009055 rtn 
+:      009056 car_moto3_enable_blank_data_timer:
+0x4fa5 009057 jam 5 ,mem_car_moto3_blank_timer 
+0x4fa6 009058 rtn 
+:      009060 car_moto1_blank_data_timer:
+0x4fa7 009061 arg mem_car_moto1_blank_timer ,regc 
+0x4fa8 009062 arg car_moto1_blank_data ,regb 
+0x4fa9 009063 branch timer_single_step 
+:      009064 car_moto2_blank_data_timer:
+0x4faa 009065 arg mem_car_moto2_blank_timer ,regc 
+0x4fab 009066 arg car_moto2_blank_data ,regb 
+0x4fac 009067 branch timer_single_step 
+:      009068 car_moto3_blank_data_timer:
+0x4fad 009069 arg mem_car_moto3_blank_timer ,regc 
+0x4fae 009070 arg car_moto3_blank_data ,regb 
+0x4faf 009071 branch timer_single_step 
+:      009073 car_moto1_blank_data:
+0x4fb0 009074 jam 0 ,mem_le_receive_payload 
+0x4fb1 009075 branch car_motor_control 
+:      009076 car_moto2_blank_data:
+0x4fb2 009077 jam 0 ,mem_le_receive_payload + 2 
+0x4fb3 009078 branch car_motor_control 
+:      009079 car_moto3_blank_data:
+0x4fb4 009080 jam 0 ,mem_le_receive_payload + 4 
+0x4fb5 009081 branch car_motor_control 
+:      009086 car_drive_old:
+0x4fb6 009087 fetch 1 ,mem_le_receive_payload 
+0x4fb7 009088 store 1 ,mem_motor1_status 
+0x4fb8 009089 fetch 1 ,mem_le_receive_payload + 1 
+0x4fb9 009090 store 1 ,mem_motor2_status 
+0x4fba 009091 branch car_motor_control_common 
+:      009095 car_left_right_control_old:
+0x4fbb 009096 fetch 1 ,mem_le_receive_payload 
+0x4fbc 009097 store 1 ,mem_motor2_status 
+0x4fbd 009098 branch car_motor2_control 
+:      009099 car_front_back_control_old:
+0x4fbe 009100 fetch 1 ,mem_motor1_speed 
+0x4fbf 009101 call car_reset_old_speed 
+0x4fc0 009102 fetch 1 ,mem_le_receive_payload + 1 
+0x4fc1 009103 store 1 ,mem_motor1_status 
+0x4fc2 009104 branch car_motor1_control 
+:      009105 car_reset_old_speed:
+0x4fc3 009106 beq speed_level_2 ,car_reset_old_speed2 
+0x4fc4 009107 beq speed_level_3 ,car_reset_old_speed3 
+0x4fc5 009108 store 1 ,mem_motor1_speed 
+0x4fc6 009109 rtn 
+:      009110 car_reset_old_speed2:
+0x4fc7 009111 jam speed_level_5 ,mem_motor1_speed 
+0x4fc8 009112 rtn 
+:      009113 car_reset_old_speed3:
+0x4fc9 009114 jam speed_level_10 ,mem_motor1_speed 
+0x4fca 009115 rtn 
+:      009116 car_speed_set_old:
+0x4fcb 009117 fetch 1 ,mem_le_receive_payload 
+0x4fcc 009118 call car_reset_old_speed 
+0x4fcd 009119 fetch 1 ,mem_motor1_speed 
+0x4fce 009120 call car_motor_speed_duty_setting 
+0x4fcf 009121 call car_motor_speed_duty_transform 
+0x4fd0 009122 jam 0x00 ,mem_pdatatemp + 1 
+0x4fd1 009123 branch pwm_duty_cycle_set 
+:      009125 car_motor_control:
+0x4fd2 009126 fetch 1 ,mem_car_24g_go_die_flag 
+0x4fd3 009127 nrtn blank 
+0x4fd4 009128 fetch 6 ,mem_le_receive_payload 
+0x4fd5 009129 store 6 ,mem_motor1_status 
+0x4fd6 009130 fetch 1 ,mem_motor1_speed 
+0x4fd7 009131 fetcht 1 ,mem_motor2_speed 
+0x4fd8 009132 iand temp ,pdata 
+0x4fd9 009133 fetcht 1 ,mem_motor3_speed 
+0x4fda 009134 iand temp ,pdata 
+0x4fdb 009135 call car_motor_working_flag ,blank 
+:      009136 car_motor_control_common:
+0x4fdc 009137 bpatch patch06_0 ,mem_patch06 
+0x4fdd 009138 fetch 2 ,mem_ui_state_map 
+0x4fde 009139 isolate1 ui_state_ble_connected ,pdata 
+0x4fdf 009140 ncall car_lpm_timer_enable ,true 
+0x4fe0 009141 call car_motor1_control 
+0x4fe1 009142 call car_motor2_control 
+0x4fe2 009143 branch car_conn_led_state 
+:      009145 car_conn_led_state:
+0x4fe3 009146 fetch 1 ,mem_motor1_status 
+0x4fe4 009147 fetcht 1 ,mem_motor2_status 
+0x4fe5 009148 iadd temp ,pdata 
+0x4fe6 009149 nbranch check_51cmd_led_on ,blank 
+0x4fe7 009150 branch check_51cmd_led_off 
+:      009152 car_motor1_control:
+0x4fe8 009153 arg mem_motor1_status ,contr 
+0x4fe9 009154 branch car_motor1_status_select 
+:      009155 car_motor2_control:
+0x4fea 009156 arg mem_motor2_status ,contr 
+0x4feb 009157 branch car_motor2_status_select 
+:      009158 car_motor3_control:
+0x4fec 009159 arg mem_motor3_status ,contr 
+0x4fed 009160 branch car_motor_status_select 
+:      009161 car_motor_working_flag:
+0x4fee 009162 jam 0 ,mem_car_working_flag 
+0x4fef 009163 rtn 
+:      009165 car_motor1_status_select:
+0x4ff0 009166 ifetch 1 ,contr 
+0x4ff1 009167 beq turn_front ,car_lr_motor_stop 
+0x4ff2 009168 beq turn_left ,car_lr_motor_left 
+0x4ff3 009169 beq turn_right ,car_lr_motor_right 
+0x4ff4 009170 rtn 
+:      009171 car_motor2_status_select:
+0x4ff5 009172 ifetch 1 ,contr 
+0x4ff6 009173 beq motor_stop ,car_fb_motor_stop 
+0x4ff7 009174 beq go_back ,car_fb_motor_front 
+0x4ff8 009175 beq go_front ,car_fb_motor_back 
+0x4ff9 009176 rtn 
+:      009178 car_lr_motor_stop:
+0x4ffa 009179 fetcht 1 ,mem_car_motor_left_gpio 
+0x4ffb 009180 call gpio_out_inactive 
+0x4ffc 009181 fetcht 1 ,mem_car_motor_right_gpio 
+0x4ffd 009182 branch gpio_out_inactive 
+:      009183 car_lr_motor_left:
+0x4ffe 009184 fetcht 1 ,mem_car_motor_left_gpio 
+0x4fff 009185 call gpio_out_active 
+0x5000 009186 fetcht 1 ,mem_car_motor_right_gpio 
+0x5001 009187 branch gpio_out_inactive 
+:      009188 car_lr_motor_right:
+0x5002 009189 fetcht 1 ,mem_car_motor_left_gpio 
+0x5003 009190 call gpio_out_inactive 
+0x5004 009191 fetcht 1 ,mem_car_motor_right_gpio 
+0x5005 009192 branch gpio_out_active 
+:      009193 car_fb_motor_stop:
+0x5006 009194 fetcht 1 ,mem_car_motor_front_gpio 
+0x5007 009195 call gpio_out_inactive 
+0x5008 009196 fetcht 1 ,mem_car_motor_back_gpio 
+0x5009 009197 branch gpio_out_inactive 
+:      009198 car_fb_motor_front:
+0x500a 009199 fetcht 1 ,mem_car_motor_front_gpio 
+0x500b 009200 call gpio_out_active 
+0x500c 009201 fetcht 1 ,mem_car_motor_back_gpio 
+0x500d 009202 branch gpio_out_inactive 
+:      009203 car_fb_motor_back:
+0x500e 009204 fetcht 1 ,mem_car_motor_front_gpio 
+0x500f 009205 call gpio_out_inactive 
+0x5010 009206 fetcht 1 ,mem_car_motor_back_gpio 
+0x5011 009207 branch gpio_out_active 
+:      009212 car_motor_status_select:
+0x5012 009213 bpatch patch06_1 ,mem_patch06 
+0x5013 009214 ifetch 1 ,contr 
+0x5014 009215 beq motor_stop ,car_motor_stop 
+0x5015 009216 beq go_front ,car_motor_positive 
+0x5016 009217 beq go_back ,car_motor_negative 
+0x5017 009218 rtn 
+:      009219 car_motor_positive:
+0x5018 009220 jam 0 ,mem_motor_select_p_n 
+0x5019 009221 branch car_motor_negative + 1 
+:      009222 car_motor_negative:
+0x501a 009223 jam 1 ,mem_motor_select_p_n 
+0x501b 009224 ifetch 1 ,contr 
+0x501c 009225 store 1 ,mem_car_motor_speed 
+0x501d 009226 ifetch 8 ,regb 
+0x501e 009227 branch car_motor_work 
+:      009229 car_motor_stop:
+0x501f 009230 ifetch 1 ,regb 
+0x5020 009231 call pwm_disable 
+0x5021 009232 increase 1 ,regb 
+0x5022 009233 ifetch 1 ,regb 
+0x5023 009234 branch pwm_disable 
+:      009235 car_motor_work:
+0x5024 009236 store 8 ,mem_motor_pwm_pin1_set 
+0x5025 009237 jam 1 ,mem_car_working_flag 
+0x5026 009238 fetch 1 ,mem_motor_select_p_n 
+0x5027 009239 beq 0 ,car_motor_select_positive 
+:      009240 car_motor_select_negative:
+0x5028 009241 fetch 1 ,mem_motor_pwm_pin2_set 
+0x5029 009242 store 1 ,mem_motor_pwm_pin_set 
+0x502a 009243 fetch 1 ,mem_motor_pwm_pin1_set 
+:      009244 car_motor_work_next:
+0x502b 009245 call pwm_disable 
+0x502c 009246 fetch 1 ,mem_car_motor_speed 
+0x502d 009247 call car_motor_speed_duty_setting 
+0x502e 009248 store 1 ,mem_motor_pwm_dute_set 
+0x502f 009249 fetch 6 ,mem_motor_pwm_pin_set 
+0x5030 009250 store 6 ,mem_pdatatemp 
+0x5031 009251 branch pwm_out_set 
+:      009252 car_motor_select_positive:
+0x5032 009253 fetch 1 ,mem_motor_pwm_pin1_set 
+0x5033 009254 store 1 ,mem_motor_pwm_pin_set 
+0x5034 009255 fetch 1 ,mem_motor_pwm_pin2_set 
+0x5035 009256 branch car_motor_work_next 
+:      009258 car_motor_speed_duty_setting:
+0x5036 009259 mul32 pdata ,5 ,pdata 
+0x5037 009260 add pdata ,50 ,pdata 
+0x5038 009261 rtn 
+:      009262 car_motor_speed_duty_transform:
+0x5039 009263 arg 12000 ,temp 
+0x503a 009264 imul32 temp ,pdata 
+0x503b 009265 div pdata ,100 
+0x503c 009266 call wait_div_end 
+0x503d 009267 quotient temp 
+0x503e 009268 copy temp ,rega 
+0x503f 009269 setarg 12000 
+0x5040 009270 isub temp ,regb 
+0x5041 009271 rtn 
+:      009273 car_ir_data_rx_from_app:
+0x5042 009274 rtn 
+:      009276 car_led_control_receive:
+0x5043 009277 fetch 8 ,mem_le_receive_payload 
+0x5044 009278 store 8 ,mem_car_led_control 
+0x5045 009279 rtn 
+:      009281 car_info_request:
+0x5046 009282 fetch 1 ,mem_car_config_device_select 
+0x5047 009283 store 1 ,mem_car_info_request_payload 
+0x5048 009284 fetch 1 ,mem_car_config_motor_layout 
+0x5049 009285 store 1 ,mem_car_info_request_payload + 1 
+0x504a 009286 fetch 1 ,mem_car_config_ir_enable 
+0x504b 009287 store 1 ,mem_car_info_request_payload + 2 
+0x504c 009288 arg 13 ,loopcnt 
+0x504d 009289 arg mem_car_info_request_head ,contr 
+0x504e 009290 call calc_check_sum_start 
+0x504f 009291 store 1 ,mem_car_info_request_checksum 
+0x5050 009292 arg mem_car_info_request ,rega 
+0x5051 009293 branch queue_push 
+:      009297 car_g24_init:
+0x5052 009298 setarg 0 
+0x5053 009299 store 8 ,mem_24g_bind_payload 
+0x5054 009300 call g24_receive_init 
+0x5055 009301 branch g24_mode_switch_init 
+:      009303 car_g24_receive_process:
+0x5056 009304 call car_g24_mode_switch 
+0x5057 009305 call car_g24_work_mode 
+0x5058 009306 call car_g24_bind_mode 
+0x5059 009307 branch car_g24_lpm_dipatch 
+:      009309 car_g24_mode_switch:
+0x505a 009310 call g24_mode_switch_bind_work 
+:      009311 car_g24_bind_mode_enable:
+0x505b 009312 fetch 1 ,mem_24g_work_mode 
+0x505c 009313 rtnne dongle_bind 
+0x505d 009314 fetch 1 ,mem_car_24g_bind_enable_delay_count 
+0x505e 009315 nbranch g24_switch_work_mode ,blank 
+0x505f 009316 fetch 1 ,mem_car_24g_status 
+0x5060 009317 beq work_search ,g24_switch_work_mode 
+0x5061 009318 rtn 
+:      009320 car_g24_work_mode:
+0x5062 009321 fetch 1 ,mem_24g_work_mode 
+0x5063 009322 rtnne dongle_work 
+0x5064 009323 call car_g24_work_mode_start 
+0x5065 009324 branch car_g24_ch_polling_clear ,user3 
+:      009325 car_g24_receive_ch_polling:
+0x5066 009326 fetch 1 ,mem_car_enter_lpm_flag 
+0x5067 009327 rtn blank 
+0x5068 009328 fetch 1 ,mem_car_24g_ch_polling 
+0x5069 009329 increase 1 ,pdata 
+0x506a 009330 store 1 ,mem_car_24g_ch_polling 
+0x506b 009331 beq 4 ,car_g24_ch_polling_clear 
+0x506c 009332 call g24_ch 
+0x506d 009333 call car_g24_receive_packet_start 
+0x506e 009334 nbranch car_g24_receive_ch_polling ,user3 
+:      009335 car_g24_ch_polling_clear:
+0x506f 009336 jam 0 ,mem_car_24g_ch_polling 
+0x5070 009337 rtn 
+:      009338 car_g24_work_mode_start:
+0x5071 009339 fetch 1 ,mem_24g_work_mode 
+0x5072 009340 rtnne dongle_work 
+0x5073 009341 call car_g24_work_init 
+0x5074 009342 call g24_ch_process 
+0x5075 009343 branch car_g24_receive_packet_start 
+:      009344 car_g24_work_init:
+0x5076 009345 fetch 1 ,mem_24g_mode_init 
+0x5077 009346 rtnbit1 dongle_work 
+0x5078 009347 set1 dongle_work ,pdata 
+0x5079 009348 store 1 ,mem_24g_mode_init 
+0x507a 009349 fetch 1 ,mem_tx_power_temp 
+0x507b 009350 store 1 ,mem_tx_power 
+0x507c 009351 jam 0 ,mem_24g_ackpayload_enable 
+0x507d 009352 jam 0 ,mem_usb_tx_enable 
+0x507e 009353 jam 1 ,mem_24g_abort_packet 
+0x507f 009354 jam 0 ,mem_24g_pid 
+0x5080 009356 fetch 4 ,mem_car_24g_commom_addr 
+0x5081 009357 branch g24_work_init + 11 
+:      009358 car_g24_receive_packet_start:
+0x5082 009359 call g24_receive_transmit_ack 
+0x5083 009360 nbranch g24_rx_interrupt_clear ,user3 
+:      009361 p_g24_receive_packet_parse:
+0x5084 009362 call g24_receive_packet_parse_pid_crc 
+0x5085 009363 nbranch g24_rx_interrupt_clear ,user 
+0x5086 009364 fetch 1 ,mem_24g_rxdata_length 
+0x5087 009365 branch g24_rx_interrupt_clear ,blank 
+0x5088 009366 increase 2 ,pdata 
+0x5089 009367 iforce loopcnt 
+0x508a 009368 arg mem_24g_rxbuf ,contr 
+0x508b 009369 arg mem_24g_rxdata_temp ,contw 
+0x508c 009370 call memcpy 
+0x508d 009371 jam 0 ,mem_24g_mode_switch 
+0x508e 009372 fetch 1 ,mem_24g_pair_mode 
+0x508f 009373 call g24_enable_nodata_timer ,blank 
+0x5090 009374 fetch 1 ,mem_24g_rxdata_temp + 2 
+0x5091 009375 beq datatype_attemp ,car_g24_data_attemp 
+0x5092 009376 beq datatype_device1 ,car_g24_data_device1 
+0x5093 009377 branch g24_receive_packet_parse + 14 
+:      009378 car_g24_data_attemp:
+0x5094 009379 call check_51cmd_led_on 
+0x5095 009380 branch g24_data_attemp 
+:      009381 car_g24_data_device1:
+0x5096 009382 call g24_ch_timer_reinit 
+0x5097 009383 fetch 1 ,mem_24g_abort_packet 
+0x5098 009384 fetcht 1 ,mem_24g_rxdata_temp 
+0x5099 009385 isolate1 bit_abort ,temp 
+0x509a 009386 setflag true ,0 ,pdata 
+0x509b 009387 store 1 ,mem_24g_abort_packet 
+0x509c 009388 beq 1 ,car_g24_data_attemp_device1_abort 
+0x509d 009389 branch g24_data_device1 + 7 
+:      009390 car_g24_data_attemp_device1_abort:
+0x509e 009391 fetch 1 ,mem_device_option 
+0x509f 009392 sub pdata ,dvc_op_car ,null 
+0x50a0 009393 call check_51cmd_led_on ,zero 
+0x50a1 009394 fetch 4 ,mem_24g_rxdata_temp + 10 
+0x50a2 009395 branch g24_store_device1_addr 
+:      009397 car_g24_bind_mode:
+0x50a3 009398 fetch 1 ,mem_24g_work_mode 
+0x50a4 009399 rtnne dongle_bind 
+0x50a5 009400 call g24_bind_init 
+0x50a6 009401 call car_g24_bind_device_addr 
+0x50a7 009402 call g24_bind_data_process 
+0x50a8 009403 fetch 1 ,mem_24g_bind_device_status 
+0x50a9 009404 nbranch car_g24_bind_mode_exit ,blank 
+0x50aa 009405 call g24_nodata_process 
+0x50ab 009406 fetch 1 ,mem_24g_nodata_timer_enable 
+0x50ac 009407 rtn blank 
+0x50ad 009408 setarg 0 
+0x50ae 009409 store 4 ,mem_24g_device1_addr 
+0x50af 009410 rtn 
+:      009411 car_g24_bind_mode_exit:
+0x50b0 009412 jam 0 ,mem_24g_mode_switch 
+0x50b1 009413 arg 0 ,rega 
+0x50b2 009414 call check_51cmd_led_on 
+0x50b3 009415 call g24_switch_work_mode 
+0x50b4 009416 call g24_timer_init 
+0x50b5 009418 fetch 4 ,mem_24g_lap 
+0x50b6 009419 store 4 ,mem_car_24g_commom_addr 
+0x50b7 009420 fetch 1 ,mem_car_save_addr_flag 
+0x50b8 009421 ncall car_g24_save_commom_addr ,blank 
+0x50b9 009423 fetch 4 ,mem_car_24g_commom_addr 
+0x50ba 009424 branch g24_update_addr_and_synccrc8 
+:      009426 car_g24_save_commom_addr:
+0x50bb 009428 fetch 1 ,mem_car_save_addr_flag 
+0x50bc 009429 rtn blank 
+0x50bd 009430 fetch 1 ,mem_24g_transmitter_addr + 1 
+0x50be 009431 store 1 ,mem_car_24g_commom_addr + 3 
+0x50bf 009433 fetch 1 ,mem_24g_lap + 1 
+0x50c0 009434 store 1 ,mem_car_24g_commom_addr + 2 
+0x50c1 009436 fetch 1 ,mem_24g_transmitter_addr 
+0x50c2 009437 store 1 ,mem_car_24g_commom_addr + 1 
+0x50c3 009439 fetch 1 ,mem_24g_lap 
+0x50c4 009440 store 1 ,mem_car_24g_commom_addr 
+0x50c5 009441 rtn 
+0x50c6 009442 call car_g24_search_commom_addr 
+0x50c7 009443 fetch 4 ,mem_car_24g_commom_addr 
+0x50c8 009444 fetcht 4 ,mem_car_24g_commom_addr_temp 
+0x50c9 009445 isub temp ,null 
+0x50ca 009446 rtn zero 
+0x50cb 009447 copy regc ,pdata 
+0x50cc 009448 arg mem_car_24g_commom_addr ,rega 
+0x50cd 009449 arg 4 ,loopcnt 
+0x50ce 009450 call otp_write 
+0x50cf 009451 rtn 
+:      009452 car_g24_load_commom_addr:
+0x50d0 009454 fetch 4 ,mem_24g_lap 
+0x50d1 009455 store 4 ,mem_car_24g_commom_addr 
+0x50d2 009456 fetch 1 ,mem_car_save_addr_flag 
+0x50d3 009457 rtn blank 
+0x50d4 009458 rtn 
+0x50d5 009459 call car_g24_search_commom_addr 
+0x50d6 009460 fetch 4 ,mem_car_24g_commom_addr_temp 
+0x50d7 009461 rtn blank 
+0x50d8 009462 store 4 ,mem_car_24g_commom_addr 
+0x50d9 009463 rtn 
+:      009466 car_g24_search_commom_addr:
+0x50da 009467 rtn 
+0x50db 009468 fetch 1 ,mem_car_save_addr_flag 
+0x50dc 009469 rtn blank 
+0x50dd 009470 arg otp_offset_car_commom_start_addr ,regc 
+:      009471 car_g24_search_commom_addr_loop:
+0x50de 009472 copy regc ,pdata 
+0x50df 009473 arg mem_car_24g_commom_addr_temp ,rega 
+0x50e0 009474 arg 4 ,temp 
+0x50e1 009475 call otpd_read_data_with_pwr_operation 
+0x50e2 009476 fetch 4 ,mem_car_24g_commom_addr_read 
+0x50e3 009477 rtn blank 
+0x50e4 009478 store 4 ,mem_car_24g_commom_addr_temp 
+0x50e5 009479 copy regc ,pdata 
+0x50e6 009480 arg otp_offset_car_commom_end_addr ,temp 
+0x50e7 009481 isub temp ,null 
+0x50e8 009482 rtn positive 
+0x50e9 009483 increase 4 ,regc 
+0x50ea 009484 branch car_g24_search_commom_addr_loop 
+:      009486 car_g24_bind_device_addr:
+0x50eb 009487 fetch 4 ,mem_24g_device1_addr 
+0x50ec 009488 rtn blank 
+0x50ed 009489 branch g24_update_addr_and_synccrc8 
+:      009491 car_g24_cb_data_device1:
+0x50ee 009492 fetch 2 ,mem_ui_state_map 
+0x50ef 009493 rtnbit1 ui_state_ble_connected 
+0x50f0 009494 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x50f1 009495 store 2 ,mem_car_24g_no_data_timeout_timer 
+0x50f2 009496 jam work_paired ,mem_car_24g_received_pac 
+0x50f3 009497 arg mem_24g_rxdata_temp + 3 ,rega 
+0x50f4 009498 branch car_24g_receive_data 
+:      009500 car_g24_lpm_dipatch:
+0x50f5 009501 fetch 1 ,mem_car_enter_lpm_flag 
+0x50f6 009502 rtn blank 
+0x50f7 009503 call car_g24_lpm_wait 
+0x50f8 009504 nrtn user 
+0x50f9 009505 fetch 3 ,mem_24g_enter_hibernate 
+0x50fa 009506 call clk2lpo 
+0x50fb 009507 storet 4 ,mem_sleep_counter 
+0x50fc 009508 branch lpm_sleep 
+:      009509 car_g24_lpm_wait:
+0x50fd 009510 enable user 
+0x50fe 009511 call lpo_calibration 
+0x50ff 009512 fetch 3 ,mem_clks_per_lpo 
+0x5100 009513 branch disable_user ,blank 
+0x5101 009514 branch car_le_process_lpm_before 
+:      009520 remote_car_init:
+0x5102 009521 rtn wake 
+0x5103 009522 call remote_car_default_init 
+0x5104 009523 call keyscan_key_init 
+0x5105 009524 setarg remote_car_g24_package_data 
+0x5106 009525 store 2 ,mem_cb_24g_transmit_data 
+0x5107 009527 setarg remote_car_process_lpm_before 
+0x5108 009528 store 2 ,mem_cb_24g_lpm_before 
+0x5109 009530 setarg remote_car_le_before_hibernate 
+0x510a 009531 store 2 ,mem_cb_before_hibernate 
+0x510b 009533 setarg remote_car_scale_process_idle 
+0x510c 009534 store 2 ,mem_cb_idle_process 
+0x510d 009536 setarg remote_car_scale_process_bb_event 
+0x510e 009537 store 2 ,mem_cb_bb_event_process 
+0x510f 009539 setarg remote_car_event_timer 
+0x5110 009540 store 2 ,mem_cb_event_timer 
+0x5111 009542 setarg remote_car_power_off_signal 
+0x5112 009543 store 2 ,mem_remote_car_power_off_cb 
+0x5113 009545 setarg remote_car_soft_switch_power_on_signal 
+0x5114 009546 store 2 ,mem_remote_car_power_standby_cb 
+0x5115 009549 bpatch patch06_2 ,mem_patch06 
+0x5116 009550 call set_eeprom_size_2k 
+0x5117 009551 call remote_car_init_environment 
+0x5118 009553 call queue_init 
+0x5119 009554 fetch 1 ,mem_remote_car_config_soft_switch_enable 
+0x511a 009555 store 1 ,mem_remote_car_hard_soft_switch 
+0x511b 009556 beq hard_switch ,remote_car_hard_switch_power_on_signal 
+0x511c 009557 fetch 1 ,mem_remote_car_config_soft_switch_gpio 
+0x511d 009558 store 1 ,mem_ui_button_gpio 
+:      009559 remote_car_soft_switch_power_on_init:
+0x511e 009560 call remote_car_ui_led_init 
+0x511f 009561 call ui_button_init 
+0x5120 009562 call ui_button_polling 
+0x5121 009563 jam power_starting ,mem_remote_car_power_state 
+0x5122 009564 fetch 2 ,mem_ui_state_map 
+0x5123 009565 rtnbit1 ui_state_btn_down 
+0x5124 009566 branch app_enter_hibernate 
+:      009570 remote_car_hard_switch_power_on_signal:
+0x5125 009571 jam power_standby ,mem_remote_car_power_state 
+:      009572 remote_car_soft_switch_power_on_signal:
+0x5126 009573 call remote_car_ui_led_init 
+0x5127 009574 arg 0 ,rega 
+0x5128 009575 call ui_led_blink_start_global 
+0x5129 009576 call remote_car_g24_load_commom_addr 
+0x512a 009577 fetch 4 ,mem_remote_24g_commom_addr 
+0x512b 009578 store 4 ,mem_24g_addr 
+0x512c 009579 branch g24_pair_start ,blank 
+0x512d 009580 fetch 4 ,mem_24g_addr 
+0x512e 009581 store 4 ,mem_24g_receiver_addr 
+0x512f 009582 fetch 2 ,mem_24g_reconn_timeout_init 
+0x5130 009583 store 2 ,mem_24g_reconn_timeout 
+0x5131 009584 branch g24_reconn_start 
+:      009586 remote_car_set_24g_addr_eeprom:
+0x5132 009587 arg 4 ,temp 
+0x5133 009588 arg mem_24g_addr ,rega 
+0x5134 009589 arg remote_info_eeprom_offect ,regb 
+0x5135 009590 rtn 
+:      009593 remote_car_power_off_signal:
+:      009594 remote_car_ui_led_init:
+0x5136 009595 bpatch patch06_3 ,mem_patch06 
+0x5137 009596 fetch 1 ,mem_remote_car_config_connect_led_gpio 
+0x5138 009597 bne invalid_pin_num ,remote_car_pairing_led_gpio_set 
+:      009598 remote_car_ui_led_init_1:
+0x5139 009599 fetcht 1 ,mem_remote_car_led_map 
+0x513a 009600 branch gpio_config_output 
+:      009601 remote_car_pairing_led_gpio_set:
+0x513b 009602 store 1 ,mem_remote_car_led_map 
+0x513c 009603 branch remote_car_ui_led_init_1 
+:      009606 remote_car_init_environment:
+0x513d 009607 call g24_transmit_init 
+:      009608 remote_no_data_timer_init:
+0x513e 009609 fetch 2 ,mem_remote_car_no_data_timeout 
+0x513f 009610 store 2 ,mem_remote_car_no_data_timer 
+0x5140 009611 rtn 
+:      009613 remote_car_le_before_hibernate:
+0x5141 009614 call remote_car_process_lpm_before 
+:      009615 remote_gpio_set_before_hibernate:
+0x5142 009616 fetch 1 ,mem_remote_style_struct_led_gpio 
+0x5143 009617 set1 7 ,pdata 
+0x5144 009618 arg gpcfg_output_high ,temp 
+0x5145 009619 branch gpio_config_function 
+:      009621 remote_car_process_lpm_before:
+0x5146 009622 call gpio_set_before_lpm 
+0x5147 009623 branch keyscan_process_lpm_before 
+:      009625 remote_car_key_scan_process:
+0x5148 009626 call keyscan_key_process 
+0x5149 009627 call get_remote_key_state 
+0x514a 009628 call remote_conn_led_state 
+0x514b 009629 branch send_data 
+:      009631 remote_conn_led_state:
+0x514c 009632 fetch 1 ,mem_remote_car_24g_status 
+0x514d 009633 rtnne work_paired 
+0x514e 009634 fetch 4 ,mem_remote_car_motor1_key0_press_state 
+0x514f 009635 branch remote_car_stop_state ,blank 
+0x5150 009636 jam 0 ,mem_remote_car_no_data_check 
+0x5151 009637 enable user 
+0x5152 009638 branch check_51cmd_led_on 
+:      009639 remote_car_stop_state:
+0x5153 009640 fetch 1 ,mem_remote_car_no_data_check 
+0x5154 009641 rtneq 0xff 
+0x5155 009642 pincrease 1 
+0x5156 009643 store 1 ,mem_remote_car_no_data_check 
+0x5157 009644 disable user 
+0x5158 009645 branch check_51cmd_led_off 
+:      009648 get_remote_key_state:
+0x5159 009649 fetcht 2 ,mem_key_value_retention 
+0x515a 009650 and temp ,0x01 ,pdata 
+0x515b 009651 rshift temp ,temp 
+0x515c 009652 store 1 ,mem_remote_car_motor1_key0_press_state 
+0x515d 009653 and temp ,0x01 ,pdata 
+0x515e 009654 rshift temp ,temp 
+0x515f 009655 store 1 ,mem_remote_car_motor1_key1_press_state 
+0x5160 009656 and temp ,0x01 ,pdata 
+0x5161 009657 rshift temp ,temp 
+0x5162 009658 store 1 ,mem_remote_car_motor2_key2_press_state 
+0x5163 009659 and temp ,0x01 ,pdata 
+0x5164 009660 rshift temp ,temp 
+0x5165 009661 store 1 ,mem_remote_car_motor2_key3_press_state 
+0x5166 009662 rtn 
+:      009663 send_data:
+0x5167 009664 bpatch patch06_4 ,mem_patch06 
+0x5168 009665 call remote_car_fb_check 
+0x5169 009666 call remote_car_lr_check 
+0x516a 009667 call remote_car_no_data_timeout_check 
+0x516b 009668 nrtn user 
+0x516c 009669 branch remote_car_send_key 
+:      009672 remote_car_no_data_timeout_check:
+0x516d 009673 fetch 1 ,mem_remote_car_24g_status 
+0x516e 009674 rtnne work_paired 
+0x516f 009675 fetch 1 ,mem_remote_car_no_data_check 
+0x5170 009676 rtn blank 
+0x5171 009677 sub pdata ,1 ,null 
+0x5172 009678 nrtn positive 
+0x5173 009679 fetch 2 ,mem_24g_reconn_timeout_init 
+0x5174 009680 store 2 ,mem_24g_reconn_timeout 
+0x5175 009681 enable user 
+0x5176 009682 rtn 
+:      009686 remote_car_fb_check:
+0x5177 009687 fetch 1 ,mem_remote_car_motor1_key0_press_state 
+0x5178 009688 nbranch remote_car_send_motor1_key0_press ,blank 
+0x5179 009689 fetch 1 ,mem_remote_car_motor1_key1_press_state 
+0x517a 009690 nbranch remote_car_send_motor1_key1_press ,blank 
+0x517b 009691 branch remote_car_send_motor1_key0_rel 
+:      009693 remote_car_lr_check:
+0x517c 009694 fetch 1 ,mem_remote_car_motor2_key2_press_state 
+0x517d 009695 nbranch remote_car_send_motor2_key2_press ,blank 
+0x517e 009696 fetch 1 ,mem_remote_car_motor2_key3_press_state 
+0x517f 009697 nbranch remote_car_send_motor2_key3_press ,blank 
+0x5180 009698 branch remote_car_send_motor2_key2_rel 
+:      009701 remote_car_scale_process_idle:
+0x5181 009702 call remote_car_24g_status_process 
+0x5182 009703 branch remote_car_key_scan_process 
+:      009705 remote_car_scale_process_bb_event:
+0x5183 009706 copy regc ,pdata 
+0x5184 009707 beq bt_evt_button_up ,app_event_button_up 
+0x5185 009708 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x5186 009709 beq bt_evt_24g_pairing_complete ,remote_car_24g_pairing_complete 
+0x5187 009710 beq bt_evt_24g_attempt_success ,remote_car_24g_attempt_success 
+0x5188 009711 beq bt_evt_24g_attempt_fail ,remote_car_24g_attempt_fail 
+0x5189 009712 rtn 
+:      009714 remote_car_24g_attempt_fail:
+0x518a 009715 branch g24_txbuf_clear 
+:      009717 remote_car_24g_pairing_complete:
+0x518b 009718 bpatch patch06_5 ,mem_patch06 
+0x518c 009719 fetch 4 ,mem_24g_receiver_addr 
+0x518d 009720 store 4 ,mem_remote_24g_commom_addr 
+0x518e 009721 fetch 1 ,mem_remote_save_addr_flag 
+0x518f 009722 ncall remote_car_g24_save_commom_addr ,blank 
+0x5190 009723 fetch 4 ,mem_remote_24g_commom_addr 
+0x5191 009724 call g24_update_addr_and_synccrc8 
+:      009727 remote_car_24g_attempt_success:
+0x5192 009728 jam 0 ,mem_24g_conn_sm 
+0x5193 009729 jam work_paired ,mem_remote_car_24g_auto_work_step 
+0x5194 009730 jam work_paired ,mem_remote_car_24g_pair_success_flag 
+0x5195 009731 jam 0 ,mem_24g_reconn_timeout 
+0x5196 009732 rtn 
+:      009733 remote_car_g24_save_commom_addr:
+0x5197 009736 fetch 1 ,mem_remote_save_addr_flag 
+0x5198 009737 rtn blank 
+0x5199 009738 fetch 1 ,mem_24g_lap + 1 
+0x519a 009739 store 1 ,mem_remote_24g_commom_addr + 3 
+0x519b 009741 fetch 1 ,mem_24g_receiver_addr + 1 
+0x519c 009742 store 1 ,mem_remote_24g_commom_addr + 2 
+0x519d 009744 fetch 1 ,mem_24g_lap 
+0x519e 009745 store 1 ,mem_remote_24g_commom_addr + 1 
+0x519f 009747 fetch 1 ,mem_24g_receiver_addr 
+0x51a0 009748 store 1 ,mem_remote_24g_commom_addr 
+0x51a1 009749 call remote_car_g24_search_commom_addr 
+0x51a2 009750 fetch 4 ,mem_remote_24g_commom_addr 
+0x51a3 009751 fetcht 4 ,mem_remote_24g_commom_addr_temp 
+0x51a4 009752 isub temp ,null 
+0x51a5 009753 rtn zero 
+0x51a6 009754 copy regc ,pdata 
+0x51a7 009755 arg mem_remote_24g_commom_addr ,rega 
+0x51a8 009756 arg 4 ,loopcnt 
+0x51a9 009757 call otp_write 
+0x51aa 009758 rtn 
+:      009759 remote_car_g24_load_commom_addr:
+0x51ab 009760 fetch 1 ,mem_remote_save_addr_flag 
+0x51ac 009761 rtn blank 
+0x51ad 009762 call remote_car_g24_search_commom_addr 
+0x51ae 009763 fetch 4 ,mem_remote_24g_commom_addr_temp 
+0x51af 009764 rtn blank 
+0x51b0 009765 store 4 ,mem_remote_24g_commom_addr 
+0x51b1 009766 rtn 
+:      009769 remote_car_g24_search_commom_addr:
+0x51b2 009770 fetch 1 ,mem_remote_save_addr_flag 
+0x51b3 009771 rtn blank 
+0x51b4 009772 arg otp_offset_remote_commom_start_addr ,regc 
+:      009773 remote_car_g24_search_commom_addr_loop:
+0x51b5 009774 copy regc ,pdata 
+0x51b6 009775 arg mem_remote_24g_commom_addr_temp ,rega 
+0x51b7 009776 arg 4 ,temp 
+0x51b8 009777 call otpd_read_data_with_pwr_operation 
+0x51b9 009778 fetch 4 ,mem_remote_24g_commom_addr_read 
+0x51ba 009779 rtn blank 
+0x51bb 009780 store 4 ,mem_remote_24g_commom_addr_temp 
+0x51bc 009781 copy regc ,pdata 
+0x51bd 009782 arg otp_offset_remote_commom_end_addr ,temp 
+0x51be 009783 isub temp ,null 
+0x51bf 009784 rtn positive 
+0x51c0 009785 increase 4 ,regc 
+0x51c1 009786 branch remote_car_g24_search_commom_addr_loop 
+:      009788 remote_car_24g_status_process:
+0x51c2 009789 fetch 1 ,mem_remote_car_24g_auto_work_step 
+0x51c3 009790 rtneq power_on 
+0x51c4 009791 fetch 1 ,mem_remote_car_24g_status 
+0x51c5 009792 rtneq work_paired 
+0x51c6 009793 jam work_paired ,mem_remote_car_24g_status 
+:      009794 remote_car_scale_process_paired:
+0x51c7 009795 arg 0 ,rega 
+0x51c8 009796 branch ui_led_off_global 
+:      009797 remote_car_scale_process_shutdown:
+0x51c9 009798 arg 0 ,rega 
+0x51ca 009799 call ui_led_off_global 
+0x51cb 009800 call remote_car_ui_led_init 
+0x51cc 009801 branch app_enter_hibernate 
+:      009803 remote_car_event_timer:
+0x51cd 009804 call app_power_timer 
+0x51ce 009805 call g24_pair_timeout_timer 
+0x51cf 009806 call g24_reconn_timeout_timer 
+0x51d0 009807 branch remote_car_no_data_timer 
+:      009809 remote_car_no_data_timer:
+0x51d1 009810 fetch 1 ,mem_remote_car_config_timeout_shutdown_enable 
+0x51d2 009811 rtn blank 
+0x51d3 009812 fetch 1 ,mem_key_value_retention 
+0x51d4 009813 nbranch remote_no_data_timer_init ,blank 
+0x51d5 009814 arg mem_remote_car_no_data_timer ,regc 
+0x51d6 009815 arg remote_car_scale_process_shutdown ,regb 
+0x51d7 009816 branch timer_single_step_2b 
+:      009820 remote_car_send_motor1_key0_press:
+0x51d8 009821 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x51d9 009822 rtn 
+:      009823 remote_car_send_motor1_key1_press:
+0x51da 009824 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x51db 009825 rtn 
+:      009826 remote_car_send_motor2_key2_press:
+0x51dc 009827 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x51dd 009828 rtn 
+:      009829 remote_car_send_motor2_key3_press:
+0x51de 009830 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x51df 009831 rtn 
+:      009834 remote_car_send_motor1_key0_rel:
+:      009835 remote_car_send_motor1_key1_rel:
+0x51e0 009836 jam motor_stop ,mem_remote_car_24g_motor1_payload 
+0x51e1 009837 rtn 
+:      009838 remote_car_send_motor2_key2_rel:
+:      009839 remote_car_send_motor2_key3_rel:
+0x51e2 009840 jam motor_stop ,mem_remote_car_24g_motor2_payload 
+0x51e3 009841 rtn 
+:      009843 remote_car_send_key:
+0x51e4 009844 arg mem_remote_car_24g_motor_packet ,rega 
+0x51e5 009845 branch queue_push 
+:      009846 remote_car_send_attack:
+0x51e6 009847 arg mem_remote_car_24g_fire_packet ,rega 
+0x51e7 009848 branch queue_push 
+:      009850 remote_car_g24_package_data:
+0x51e8 009851 fetch 1 ,mem_remote_car_24g_pair_success_flag 
+0x51e9 009852 beq work_paired ,remote_car_g24_send_empty 
+0x51ea 009853 arg mem_remote_car_24g_tx_temp ,rega 
+0x51eb 009854 call queue_pop 
+0x51ec 009855 nbranch remote_car_moto_data ,user 
+:      009856 remote_car_g24_package_data_continue:
+0x51ed 009857 arg mem_remote_car_24g_tx_temp ,contr 
+0x51ee 009858 ifetch 1 ,contr 
+0x51ef 009859 copy pdata ,rega 
+0x51f0 009860 arg mem_remote_car_24g_tx_temp + 1 ,regb 
+0x51f1 009863 rtn 
+:      009865 remote_car_g24_send_empty:
+0x51f2 009866 jam 0 ,mem_remote_car_24g_pair_success_flag 
+0x51f3 009867 enable user 
+0x51f4 009868 arg 1 ,rega 
+0x51f5 009869 arg mem_remote_car_empty_packet ,regb 
+0x51f6 009870 rtn 
+:      009872 remote_car_moto_data:
+0x51f7 009873 fetch 1 ,mem_remote_car_24g_tx_temp + 3 
+0x51f8 009874 beq car_cmd_l_r_motor_control ,remote_car_moto_data_next 
+0x51f9 009875 beq car_cmd_f_b_motor_control ,remote_car_moto_data_next 
+0x51fa 009876 rtn 
+:      009877 remote_car_moto_data_next:
+0x51fb 009878 fetch 1 ,mem_remote_car_24g_tx_temp + 6 
+0x51fc 009879 nbranch remote_car_moto_data_enable_user ,blank 
+0x51fd 009880 fetch 1 ,mem_remote_car_24g_tx_temp + 8 
+0x51fe 009881 nbranch remote_car_moto_data_enable_user ,blank 
+0x51ff 009882 fetch 1 ,mem_remote_car_24g_tx_temp + 10 
+0x5200 009883 nbranch remote_car_moto_data_enable_user ,blank 
+0x5201 009884 rtn 
+:      009885 remote_car_moto_data_enable_user:
+0x5202 009886 enable user 
+0x5203 009887 branch remote_car_g24_package_data_continue 
+:      009892 remote_car_default_init:
+0x5204 009893 jam 0x14 ,mem_ui_button_timeout 
+0x5205 009894 jam 0x01 ,mem_ui_button_last_state 
+0x5206 009895 setarg 0x060f 
+0x5207 009896 store 2 ,mem_remote_car_queue_each_size 
+0x5208 009897 setarg mem_remote_car_queue_each_size 
+0x5209 009898 store 2 ,mem_queue_ptr 
+0x520a 009899 jam 0x01 ,mem_lpm_mode 
+0x520b 009900 jam 0x06 ,mem_lpm_overhead 
+0x520c 009901 jam 0x02 ,mem_lpm_mult_timeout 
+0x520d 009902 jam 0x00 ,mem_remote_car_hard_soft_switch 
+0x520e 009903 setarg mem_remote_style_led_type 
+0x520f 009904 store 2 ,mem_ui_led_struct_ptr 
+0x5210 009905 jam 0x01 ,mem_ui_led_struct_num 
+0x5211 009906 jam 0xff ,mem_remote_style_blink_count 
+0x5212 009907 setarg 0x0296 
+0x5213 009908 store 2 ,mem_remote_style_on_time 
+0x5214 009909 setarg 0x073a 
+0x5215 009910 store 2 ,mem_remote_style_off_time 
+0x5216 009911 setarg mem_remote_car_soft_power 
+0x5217 009912 store 2 ,mem_power_param_ptr 
+0x5218 009913 setarg 0x0c0c 
+0x5219 009914 store 2 ,mem_remote_car_power_off_timeout 
+0x521a 009915 setarg mem_remote_car_keyscan 
+0x521b 009916 store 2 ,mem_keyscan_ptr 
+0x521c 009917 jam 0x00 ,mem_remote_car_config_soft_switch_enable 
+0x521d 009918 jam 0xff ,mem_remote_car_config_connect_led_gpio 
+0x521e 009919 jam 0xff ,mem_remote_car_config_soft_switch_gpio 
+0x521f 009920 jam 0x00 ,mem_remote_car_config_key_map 
+0x5220 009921 jam 0x00 ,mem_remote_car_config_layout 
+0x5221 009922 jam 0x00 ,mem_remote_car_config_check_way 
+0x5222 009923 jam 0x01 ,mem_remote_car_config_timeout_shutdown_enable 
+0x5223 009924 setarg 0x4e55 
+0x5224 009925 store 2 ,mem_current_vdd_value_default_mid_x 
+0x5225 009926 store 2 ,mem_current_vdd_value_default_mid_y 
+0x5226 009927 setarg 0x0007 
+0x5227 009928 store 2 ,mem_current_vdd_default_range 
+0x5228 009929 jam 0x02 ,mem_adc_config_flag 
+0x5229 009930 setsect 0 ,0x35a0c 
+0x522a 009931 setsect 1 ,0x11a 
+0x522b 009932 setsect 2 ,0x60 
+0x522c 009933 setsect 3 ,0x28 
+0x522d 009934 store 9 ,mem_remote_car_24g_motor_packet 
+0x522e 009935 setsect 0 ,0x2000a 
+0x522f 009936 setsect 1 ,0x02 
+0x5230 009937 istore 4 ,contw 
+0x5231 009938 setsect 0 ,0x35a08 
+0x5232 009939 setsect 1 ,0x19a 
+0x5233 009940 setsect 2 ,0x00 
+0x5234 009941 setsect 3 ,0x00 
+0x5235 009942 store 9 ,mem_remote_car_24g_fire_packet 
+0x5236 009943 setarg 0x0064 
+0x5237 009944 store 2 ,mem_remote_car_no_data_timeout 
+0x5238 009945 jam tx_power_0db ,mem_tx_power 
+0x5239 009946 jam 0x01 ,mem_24g_data_type 
+0x523a 009947 jam 0x06 ,mem_24g_max_retry 
+0x523b 009948 jam 0x01 ,mem_24g_pair_switch 
+0x523c 009949 jam 0x00 ,mem_24g_fast_conn_enable 
+0x523d 009950 call g24_rx_window_init 
+0x523e 009951 call g24_interval_param_8ms 
+0x523f 009952 call g24_chmap_param_init 
+0x5240 009955 setarg 0x0708 
+0x5241 009956 store 2 ,mem_24g_pair_timeout_init 
+0x5242 009957 setarg 0x0050 
+0x5243 009958 store 2 ,mem_24g_reconn_timeout_init 
+0x5244 009959 setarg 0x0a7700 
+0x5245 009960 store 3 ,mem_24g_long_sleep_set 
+0x5246 009961 setarg 0x604800 
+0x5247 009962 store 3 ,mem_24g_enter_hibernate 
+0x5248 009963 rtn 
+:      009970 dongle_init:
+0x5249 009971 setarg dongle_dispatch 
+0x524a 009972 store 2 ,mem_cb_24g_receive_process 
+0x524b 009973 setarg dongle_g24_mouse 
+0x524c 009974 store 2 ,mem_cb_24g_data_device1 
+0x524d 009975 setarg dongle_g24_kb 
+0x524e 009976 store 2 ,mem_cb_24g_data_device2 
+0x524f 009977 setarg dongle_ackpayload_prep 
+0x5250 009978 store 2 ,mem_cb_24g_ackpayload 
+0x5251 009979 setarg dongle_usb_config 
+0x5252 009980 store 2 ,mem_cb_usb_config 
+0x5253 009981 branch usb_init 
+:      009984 dongle_default_init:
+0x5254 009985 bpatchx patch30_0 ,mem_patch30 
+0x5255 009987 call dongle_read_kb_bind_status 
+0x5256 009988 call dongle_xtal_select 
+0x5257 009989 fetch 1 ,mem_dg_sys_config 
+0x5258 009990 isolate1 dg_enable_eeprom ,pdata 
+0x5259 009991 branch dongle_default_no_eeprom ,true 
+0x525a 009992 fetch 1 ,mem_dg_sys_config 
+0x525b 009993 isolate1 dg_enable_new_chmap ,pdata 
+0x525c 009994 call g24_chamap_param_update ,true 
+:      009995 dongle_default_no_eeprom:
+0x525d 009996 fetch 1 ,mem_dg_24g_tx_power_default 
+0x525e 009997 store 1 ,mem_tx_power 
+0x525f 009999 jam 0xff ,mem_rssi_buff_index 
+0x5260 010000 setarg mem_dg_rssi_noise_buffer 
+0x5261 010001 store 2 ,mem_rssi_noise_buffer_ptr 
+0x5262 010002 setarg mem_dg_rssi_noise_dg_buffer 
+0x5263 010003 store 2 ,mem_rssi_noise_self_buffer_ptr 
+0x5264 010004 setarg mem_dg_rssi_noise_ms_buffer 
+0x5265 010005 store 2 ,mem_rssi_noise_device1_buffer_ptr 
+0x5266 010006 setarg mem_dg_rssi_noise_kb_buffer 
+0x5267 010007 store 2 ,mem_rssi_noise_device2_buffer_ptr 
+0x5268 010008 jam tx_power_f5db ,mem_24g_pair_tx_power 
+0x5269 010009 jam 0 ,mem_dg_kb_bind_success 
+0x526a 010010 jam 0 ,mem_24g_bind_device_living 
+0x526b 010011 call g24_enable_1m 
+0x526c 010012 fetch 1 ,mem_dg_sys_config 
+0x526d 010013 isolate1 dg_enable_24g_2m ,pdata 
+0x526e 010014 call g24_enable_2m ,true 
+0x526f 010015 call g24_receive_init 
+0x5270 010016 call g24_pair_param_init 
+0x5271 010017 call g24_chmap_param_init 
+0x5272 010019 fetch 1 ,mem_dg_usb_tx_interval 
+0x5273 010020 store 1 ,mem_usb_tx_interval 
+0x5274 010021 fetch 9 ,mem_dg_usb_vid_pid 
+0x5275 010022 store 9 ,mem_usb_vid_pid 
+0x5276 010023 rtn 
+:      010025 dongle_xtal_select:
+0x5277 010026 jam xtal_24m ,mem_fcomp_div 
+0x5278 010027 fetch 1 ,mem_dg_sys_config 
+0x5279 010028 rtnbit0 dg_enable_xtal_24m 
+0x527a 010029 jam xtal_16m ,mem_fcomp_div 
+0x527b 010030 rtn 
+:      010032 dongle_dispatch:
+0x527c 010033 fetch 1 ,mem_24g_pair_mode 
+0x527d 010034 beq 0x00 ,dongle_auto_bind 
+0x527e 010035 beq 0x01 ,dongle_pc_bind 
+0x527f 010036 beq 0x0f ,dongle_all_powerful 
+0x5280 010037 rtn 
+:      010040 dongle_read_kb_bind_status:
+0x5281 010041 bpatchx patch30_1 ,mem_patch30 
+0x5282 010042 setarg dongle_kb_bind_efuse_offect 
+0x5283 010043 arg mem_dg_kb_bind_flag ,rega 
+0x5284 010044 arg 1 ,temp 
+0x5285 010045 branch otpd_read_data_with_pwr_operation 
+:      010047 dongle_write_kb_bind_status:
+0x5286 010048 bpatchx patch30_2 ,mem_patch30 
+0x5287 010049 arg 1 ,loopcnt 
+0x5288 010050 arg mem_dg_kb_bind_flag ,rega 
+0x5289 010051 arg dongle_kb_bind_efuse_offect ,pdata 
+0x528a 010052 branch otp_write 
+:      010054 dongle_usb_config:
+0x528b 010055 fetch 1 ,mem_dg_sys_config 
+0x528c 010056 bbit1 dg_enable_kb_icon ,dongle_usb_config_kb 
+0x528d 010057 fetch 1 ,mem_dg_kb_bind_flag 
+0x528e 010058 bne dongle_kb_bind_success ,dongle_usb_config_param 
+:      010059 dongle_usb_config_kb:
+0x528f 010060 jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
+0x5290 010061 fetch 4 ,usb_devicedata_addr + 9 
+0x5291 010062 set1 29 ,pdata 
+0x5292 010063 store 4 ,mem_devicedesc + 9 
+:      010064 dongle_usb_config_param:
+0x5293 010065 call dongle_usb_device_name 
+0x5294 010066 call usb_tx_interval_config 
+0x5295 010067 call dongle_usb_vid_pid_config 
+0x5296 010068 branch dongle_usb_hid_icon_config 
+:      010070 dongle_usb_vid_pid_config:
+0x5297 010071 fetch 1 ,mem_usb_vid_pid 
+0x5298 010072 rtn blank 
+0x5299 010073 fetch 1 ,mem_dg_kb_bind_flag 
+0x529a 010074 beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
+:      010075 dongle_usb_vid_pid_for_mouse_only_auto_pair:
+0x529b 010076 fetch 4 ,mem_usb_vid_pid + 1 
+:      010077 dongle_usb_vid_pid_store:
+0x529c 010078 store 4 ,mem_devicedesc + 9 
+0x529d 010079 rtn 
+:      010080 dongle_usb_vid_pid_for_suit:
+0x529e 010081 fetch 4 ,mem_usb_vid_pid + 5 
+0x529f 010082 branch dongle_usb_vid_pid_store 
+:      010084 dongle_usb_hid_icon_config:
+0x52a0 010085 fetch 1 ,mem_dg_kb_bind_flag 
+0x52a1 010086 beq dongle_kb_bind_success ,dongle_usb_kb_hidreportdesc 
+0x52a2 010087 setarg usb_kbdata_vendor_define_addr 
+0x52a3 010088 store 2 ,mem_hidreportdesc_kb 
+0x52a4 010089 jam 0x1a ,mem_confdesc + 26 
+0x52a5 010090 rtn 
+:      010091 dongle_usb_kb_hidreportdesc:
+0x52a6 010092 setarg usb_kbdata_addr 
+0x52a7 010093 store 2 ,mem_hidreportdesc_kb 
+0x52a8 010094 jam 0x3f ,mem_confdesc + 26 
+0x52a9 010095 rtn 
+:      010097 dongle_usb_device_name:
+0x52aa 010098 fetch 1 ,mem_dg_usb_device_name 
+0x52ab 010099 rtn blank 
+0x52ac 010100 arg mem_dg_usb_device_name ,contr 
+0x52ad 010101 arg mem_string2 ,contw 
+0x52ae 010102 arg 30 ,loopcnt 
+0x52af 010103 branch memcpy 
+:      010106 dongle_all_powerful:
+0x52b0 010107 call g24_switch_work_mode 
+:      010108 dongle_all_powerful_loop:
+0x52b1 010109 call dongle_work_mode_auto 
+0x52b2 010110 call dongle_usb_dispatch 
+0x52b3 010111 branch dongle_all_powerful_loop 
+:      010113 dongle_pc_bind:
+0x52b4 010114 call g24_switch_work_mode 
+:      010115 dongle_pc_bind_loop:
+0x52b5 010116 call dongle_work_mode_auto 
+0x52b6 010117 call g24_bind_mode_auto 
+0x52b7 010118 call dongle_usb_dispatch 
+0x52b8 010119 branch dongle_pc_bind_loop 
+:      010121 dongle_g24_blank_data_process:
+0x52b9 010122 call dongle_g24_ms_blank_data 
+0x52ba 010123 call dongle_g24_kb_blank_data 
+0x52bb 010124 branch dongle_g24_kb_mul_blank_data 
+:      010126 dongle_g24_ms_blank_data:
+0x52bc 010127 bpatchx patch30_3 ,mem_patch30 
+0x52bd 010128 fetch 1 ,mem_dg_ms_blank_data_enable 
+0x52be 010129 rtn blank 
+0x52bf 010130 arg g24_timer_ms_blank ,queue 
+0x52c0 010131 call timer_check 
+0x52c1 010132 nrtn blank 
+0x52c2 010133 jam 0 ,mem_dg_ms_blank_data_enable 
+0x52c3 010134 setarg ms_report_id 
+0x52c4 010135 store 1 ,mem_usb_mouse_data 
+0x52c5 010136 setarg 0 
+0x52c6 010137 istore 7 ,contw 
+:      010138 dongle_usb_tx_ms_data:
+0x52c7 010139 jam usb_ep2_ms ,mem_usb_ep2_data 
+:      010140 dongle_usb_tx_enable_ep2:
+0x52c8 010141 fetch 1 ,mem_usb_tx_enable 
+0x52c9 010142 set1 2 ,pdata 
+0x52ca 010143 store 1 ,mem_usb_tx_enable 
+0x52cb 010144 rtn 
+:      010146 dongle_g24_kb_blank_data:
+0x52cc 010147 bpatchx patch30_4 ,mem_patch30 
+0x52cd 010148 fetch 1 ,mem_dg_kb_blank_data_enable 
+0x52ce 010149 rtn blank 
+0x52cf 010150 arg g24_timer_kb_blank ,queue 
+0x52d0 010151 call timer_check 
+0x52d1 010152 nrtn blank 
+0x52d2 010153 jam 0 ,mem_dg_kb_blank_data_enable 
+0x52d3 010154 arg mem_usb_kb_data ,contw 
+0x52d4 010155 arg 2 ,loopcnt 
+0x52d5 010156 call memset0 
+0x52d6 010157 fetch 8 ,mem_usb_kb_data 
+0x52d7 010158 store 8 ,mem_dg_kb_data_last_data 
+:      010159 dongle_usb_tx_kb_data:
+0x52d8 010160 jam kb_normal_report_id ,mem_usb_kb_data 
+:      010161 dongle_usb_tx_enable_ep1:
+0x52d9 010162 jam usb_ep1_kb ,mem_usb_ep1_data 
+0x52da 010163 fetch 1 ,mem_usb_tx_enable 
+0x52db 010164 set1 1 ,pdata 
+0x52dc 010165 store 1 ,mem_usb_tx_enable 
+0x52dd 010166 rtn 
+:      010168 dongle_g24_kb_mul_blank_data:
+0x52de 010169 bpatchx patch30_5 ,mem_patch30 
+0x52df 010170 fetch 1 ,mem_dg_kb_mul_blank_data_enable 
+0x52e0 010171 rtn blank 
+0x52e1 010172 arg g24_timer_kb_mul_blank ,queue 
+0x52e2 010173 call timer_check 
+0x52e3 010174 nrtn blank 
+0x52e4 010175 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+0x52e5 010176 arg mem_usb_kb_multikey ,contw 
+0x52e6 010177 arg 2 ,loopcnt 
+0x52e7 010178 call memset0 
+0x52e8 010179 jam kb_multikey_report_id ,mem_usb_kb_multikey 
+0x52e9 010180 fetch 3 ,mem_usb_kb_multikey 
+0x52ea 010181 store 3 ,mem_dg_kb_multikey_last_data 
+:      010182 dongle_usb_tx_multikey_data:
+0x52eb 010183 jam usb_ep2_multikey ,mem_usb_ep2_data 
+0x52ec 010184 branch dongle_usb_tx_enable_ep2 
+:      010186 dongle_usb_dispatch:
+0x52ed 010187 bpatch patch06_6 ,mem_patch06 
+0x52ee 010188 fetch 1 ,mem_usb_remote_wakeup 
+0x52ef 010189 call dongle_clear_pc_sleep_flag ,blank 
+0x52f0 010190 call usb_isr 
+0x52f1 010191 fetch 1 ,mem_usb0_get_set_report 
+0x52f2 010192 rtn blank 
+0x52f3 010193 jam 0 ,mem_usb0_get_set_report 
+0x52f4 010194 fetch 2 ,mem_usb_setup_bvalue_temp 
+0x52f5 010195 arg pc_set_report ,temp 
+0x52f6 010196 isub temp ,null 
+0x52f7 010197 nrtn zero 
+0x52f8 010199 fetch 1 ,mem_usb0_set_report_data 
+0x52f9 010200 rtnne pc_report_id 
+0x52fa 010201 fetch 1 ,mem_usb0_set_report_data + 1 
+0x52fb 010202 beq command_mode ,dongle_dispose_cmd_mode 
+0x52fc 010203 beq command_bind ,dongle_dispose_cmd_bind 
+0x52fd 010204 beq command_current_project ,dongle_dispose_cmd_current_project 
+0x52fe 010205 beq command_current_mode ,dongle_dispose_cmd_current_mode 
+0x52ff 010206 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
+:      010208 dongle_usb0_data_ready_report_set0:
+0x5300 010209 jam 0 ,mem_usb0_data_ready_report 
+0x5301 010210 rtn 
+:      010212 dongle_dispose_cmd_mode:
+0x5302 010213 fetch 1 ,mem_usb0_set_report_data + 2 
+0x5303 010214 beq com_mode_bind ,dongle_enter_bind_mode 
+0x5304 010215 branch dongle_usb0_data_ready_report_set0 
+:      010216 dongle_enter_bind_mode:
+0x5305 010217 call g24_bind_mode_enable 
+:      010218 dongle_usb0_data_ready_report_set1:
+0x5306 010219 jam 1 ,mem_usb0_data_ready_report 
+0x5307 010220 rtn 
+:      010222 dongle_dispose_cmd_bind:
+0x5308 010223 fetch 1 ,mem_usb0_set_report_data + 2 
+0x5309 010224 beq com_bind_get ,dongle_dispose_cmd_get_bind 
+0x530a 010225 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
+0x530b 010226 beq com_read_mode ,dongle_dispose_cmd_read_mode 
+0x530c 010227 branch dongle_usb0_data_ready_report_set0 
+:      010228 dongle_dispose_cmd_get_bind:
+0x530d 010229 fetch 1 ,mem_24g_bind_device_status 
+0x530e 010230 store 1 ,mem_usb0_get_report_data + 1 
+0x530f 010231 branch dongle_usb0_data_ready_report_set1 
+:      010232 dongle_dispose_cmd_exit_bind:
+0x5310 010233 call g24_work_mode_enable 
+0x5311 010234 branch dongle_dispose_cmd_get_bind 
+:      010235 dongle_dispose_cmd_read_mode:
+:      010236 dongle_dispose_in_bind_mode:
+0x5312 010237 jam command_bind ,mem_usb0_get_report_data + 1 
+0x5313 010238 branch dongle_usb0_data_ready_report_set1 
+:      010240 dongle_dispose_cmd_current_project:
+0x5314 010241 jam product_id ,mem_usb0_get_report_data + 1 
+0x5315 010242 branch dongle_usb0_data_ready_report_set1 
+:      010244 dongle_dispose_cmd_current_mode:
+0x5316 010245 fetch 1 ,mem_24g_work_mode 
+0x5317 010246 beq dongle_work ,dongle_dispose_in_work_mode 
+0x5318 010247 beq dongle_bind ,dongle_dispose_in_bind_mode 
+0x5319 010248 rtn 
+:      010249 dongle_dispose_in_work_mode:
+0x531a 010250 jam command_mode ,mem_usb0_get_report_data + 1 
+0x531b 010251 branch dongle_usb0_data_ready_report_set1 
+:      010253 dongle_dispose_cmd_current_fw_version:
+0x531c 010254 jam fw_version0 ,mem_usb0_get_report_data + 1 
+0x531d 010255 jam fw_version1 ,mem_usb0_get_report_data + 2 
+0x531e 010256 jam fw_version2 ,mem_usb0_get_report_data + 3 
+0x531f 010257 jam fw_version3 ,mem_usb0_get_report_data + 4 
+0x5320 010258 branch dongle_usb0_data_ready_report_set1 
+:      010266 dongle_auto_bind:
+0x5321 010267 call g24_mode_switch_init 
+:      010268 dongle_auto_bind_loop:
+0x5322 010269 call g24_mode_switch_bind_work 
+0x5323 010270 call g24_mode_switch_bind_search 
+0x5324 010271 call dongle_work_mode_auto 
+0x5325 010272 call g24_bind_mode_auto 
+0x5326 010273 call g24_search_mode_auto 
+0x5327 010274 call dongle_usb_dispatch 
+0x5328 010275 branch dongle_auto_bind_loop 
+:      010277 dongle_work_mode_auto:
+0x5329 010278 bpatch patch06_7 ,mem_patch06 
+0x532a 010279 fetch 1 ,mem_24g_work_mode 
+0x532b 010280 rtnne dongle_work 
+0x532c 010281 call g24_work_mode_start 
+0x532d 010282 call dongle_g24_blank_data_process 
+0x532e 010283 fetch 1 ,mem_24g_pair_mode 
+0x532f 010284 nrtn blank 
+0x5330 010285 branch g24_nodata_process 
+:      010287 dongle_ackpayload_prep:
+0x5331 010288 fetch 1 ,mem_24g_data_type 
+0x5332 010289 beq datatype_device1 ,dongle_ackpayload_prep_mouse 
+0x5333 010290 beq datatype_device2 ,dongle_ackpayload_prep_keyboard 
+:      010291 dongle_ackpayload_prep_mouse:
+0x5334 010292 fetch 1 ,mem_dg_pc_sleep_flag 
+0x5335 010293 bbit1 0 ,dongle_pc_sleep_ackpayload_prep_mouse 
+0x5336 010294 branch dongle_ackpayload_prep_end 
+:      010296 dongle_set_pc_sleep_flag:
+0x5337 010297 fetch 1 ,mem_device_option 
+0x5338 010298 rtnne dvc_op_dongle 
+0x5339 010299 jam 3 ,mem_dg_pc_sleep_flag 
+0x533a 010300 rtn 
+:      010301 dongle_clear_pc_sleep_flag:
+0x533b 010302 jam 0 ,mem_dg_pc_sleep_flag 
+0x533c 010303 rtn 
+:      010305 dongle_ackpayload_prep_keyboard:
+0x533d 010306 fetch 1 ,mem_dg_pc_sleep_flag 
+0x533e 010307 bbit1 1 ,dongle_pc_sleep_ackpayload_prep_keyboard 
+:      010308 dongle_ackpayload_prep_end:
+0x533f 010309 fetch 1 ,mem_24g_ackpayload_enable 
+0x5340 010310 beq bind_ackpayload ,dongle_g24_bind_ackpayload_prep 
+0x5341 010311 beq kb_led_ackpayload ,dongle_g24_kb_led_ackpayload_prep 
+0x5342 010312 rtn 
+:      010314 dongle_pc_sleep_ackpayload_prep_mouse:
+0x5343 010315 fetch 1 ,mem_dg_pc_sleep_flag 
+0x5344 010316 set0 0 ,pdata 
+0x5345 010317 store 1 ,mem_dg_pc_sleep_flag 
+0x5346 010318 branch dongle_pc_sleep_ackpayload_prep 
+:      010320 dongle_pc_sleep_ackpayload_prep_keyboard:
+0x5347 010321 fetch 1 ,mem_dg_pc_sleep_flag 
+0x5348 010322 set0 1 ,pdata 
+0x5349 010323 store 1 ,mem_dg_pc_sleep_flag 
+:      010324 dongle_pc_sleep_ackpayload_prep:
+0x534a 010325 jam 0x01 ,mem_24g_datalen 
+0x534b 010326 setarg 0xff 
+0x534c 010327 store 1 ,mem_24g_txbuf 
+0x534d 010328 rtn 
+:      010331 dongle_g24_bind_ackpayload_prep:
+0x534e 010332 jam 1 ,mem_24g_ackpayload_enable 
+0x534f 010333 call g24_binding_device_check 
+0x5350 010334 nrtn user3 
+0x5351 010335 branch g24_bind_ackpayload_prep 
+:      010337 dongle_g24_kb_led_ackpayload_prep:
+0x5352 010338 fetch 1 ,mem_24g_rxbuf + 2 
+0x5353 010339 beq datatype_device1 ,dongle_g24_bind_ackpayload_prep 
+0x5354 010340 beq datatype_attemp ,dongle_g24_bind_ackpayload_prep 
+0x5355 010341 jam 0 ,mem_usb_tx_win_enable 
+0x5356 010342 jam 0x01 ,mem_24g_datalen 
+0x5357 010343 fetch 1 ,mem_24g_led_status 
+0x5358 010344 store 1 ,mem_24g_txbuf 
+0x5359 010345 rtn 
+:      010347 dongle_g24_mouse:
+0x535a 010348 setarg ms_report_id 
+0x535b 010349 store 1 ,mem_usb_mouse_data 
+0x535c 010350 fetch 7 ,mem_24g_rxdata_temp + 3 
+0x535d 010351 istore 7 ,contw 
+0x535e 010352 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x535f 010353 ncall dongle_g24_ms_enable_blank_data_forcibly ,blank 
+0x5360 010354 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x5361 010355 call dongle_g24_ms_disable_blank_data_forcibly ,blank 
+0x5362 010356 branch dongle_usb_tx_ms_data 
+:      010358 dongle_g24_ms_enable_blank_data_forcibly:
+0x5363 010359 jam 1 ,mem_dg_ms_blank_data_enable 
+0x5364 010360 setarg timer_ms_blank_delay 
+0x5365 010361 arg g24_timer_ms_blank ,queue 
+0x5366 010362 branch timer_init 
+:      010364 dongle_g24_ms_disable_blank_data_forcibly:
+0x5367 010365 jam 0 ,mem_dg_ms_blank_data_enable 
+0x5368 010366 setarg 0 
+0x5369 010367 arg g24_timer_ms_blank ,queue 
+0x536a 010368 branch timer_init 
+:      010370 dongle_g24_kb:
+0x536b 010371 fetch 1 ,mem_24g_rxdata_temp + 3 
+0x536c 010372 beq 0 ,dongle_g24_kb_type0 
+0x536d 010373 beq 2 ,dongle_g24_kb_type2 
+0x536e 010374 beq 3 ,dongle_g24_kb_type3 
+0x536f 010375 branch g24_rx_interrupt_clear 
+:      010377 dongle_g24_kb_type0:
+0x5370 010378 fetch 1 ,mem_24g_rxdata_temp + 5 
+0x5371 010379 store 1 ,mem_24g_ackpayload_enable 
+0x5372 010380 jam 0 ,mem_24g_rxdata_temp + 5 
+0x5373 010381 arg mem_usb_kb_data ,contw 
+0x5374 010382 arg mem_24g_rxdata_temp + 4 ,contr 
+0x5375 010383 arg 8 ,loopcnt 
+0x5376 010384 call memcpy 
+0x5377 010385 fetch 8 ,mem_usb_kb_data 
+0x5378 010386 ncall dongle_g24_kb_enable_blank_data_forcibly ,blank 
+0x5379 010387 fetch 8 ,mem_usb_kb_data 
+0x537a 010388 call dongle_g24_kb_disable_blank_data_forcibly ,blank 
+0x537b 010389 fetch 8 ,mem_usb_kb_data 
+0x537c 010390 store 8 ,mem_dg_kb_data_sta_data 
+0x537d 010391 fetcht 8 ,mem_dg_kb_data_last_data 
+0x537e 010392 isub temp ,null 
+0x537f 010393 ncall dongle_usb_tx_enable_ep1 ,zero 
+0x5380 010394 fetch 8 ,mem_dg_kb_data_sta_data 
+0x5381 010395 store 8 ,mem_dg_kb_data_last_data 
+0x5382 010396 branch g24_rx_interrupt_clear 
+:      010398 dongle_g24_kb_enable_blank_data_forcibly:
+0x5383 010399 jam 1 ,mem_dg_kb_blank_data_enable 
+0x5384 010400 setarg timer_kb_blank_delay 
+0x5385 010401 arg g24_timer_kb_blank ,queue 
+0x5386 010402 branch timer_init 
+:      010404 dongle_g24_kb_disable_blank_data_forcibly:
+0x5387 010405 jam 0 ,mem_dg_kb_blank_data_enable 
+0x5388 010406 setarg 0 
+0x5389 010407 arg g24_timer_kb_blank ,queue 
+0x538a 010408 branch timer_init 
+:      010410 dongle_g24_kb_type3:
+0x538b 010411 arg mem_usb_kb_multikey ,contw 
+0x538c 010412 arg mem_24g_rxdata_temp + 3 ,contr 
+0x538d 010413 arg 3 ,loopcnt 
+0x538e 010414 call memcpy 
+0x538f 010415 fetch 2 ,mem_usb_kb_multikey + 1 
+0x5390 010416 ncall dongle_g24_kb_mul_enable_blank_data_forcibly ,blank 
+0x5391 010417 fetch 2 ,mem_usb_kb_multikey + 1 
+0x5392 010418 call dongle_g24_kb_mul_disable_blank_data_forcibly ,blank 
+0x5393 010419 fetch 3 ,mem_usb_kb_multikey 
+0x5394 010420 store 3 ,mem_dg_kb_multikey_sta_data 
+0x5395 010421 fetcht 3 ,mem_dg_kb_multikey_last_data 
+0x5396 010422 isub temp ,null 
+0x5397 010423 ncall dongle_usb_tx_multikey_data ,zero 
+0x5398 010424 fetch 3 ,mem_dg_kb_multikey_sta_data 
+0x5399 010425 store 3 ,mem_dg_kb_multikey_last_data 
+0x539a 010426 branch g24_rx_interrupt_clear 
+:      010428 dongle_g24_kb_mul_enable_blank_data_forcibly:
+0x539b 010429 jam 1 ,mem_dg_kb_mul_blank_data_enable 
+0x539c 010430 setarg timer_kb_mul_blank_delay 
+0x539d 010431 arg g24_timer_kb_mul_blank ,queue 
+0x539e 010432 branch timer_init 
+:      010434 dongle_g24_kb_mul_disable_blank_data_forcibly:
+0x539f 010435 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+0x53a0 010436 setarg 0 
+0x53a1 010437 arg g24_timer_kb_mul_blank ,queue 
+0x53a2 010438 branch timer_init 
+:      010440 dongle_g24_kb_type2:
+0x53a3 010441 arg mem_usb_kb_system ,contw 
+0x53a4 010442 arg mem_24g_rxdata_temp + 3 ,contr 
+0x53a5 010443 arg 2 ,loopcnt 
+0x53a6 010444 call memcpy 
+0x53a7 010445 fetch 2 ,mem_usb_kb_system 
+0x53a8 010446 ncall dongle_g24_kb_sys_enable_blank_data_forcibly ,blank 
+0x53a9 010447 fetch 2 ,mem_usb_kb_system 
+0x53aa 010448 call dongle_g24_kb_sys_disable_blank_data_forcibly ,blank 
+0x53ab 010449 fetch 2 ,mem_usb_kb_system 
+0x53ac 010450 store 2 ,mem_dg_kb_system_sta_data 
+0x53ad 010451 fetcht 2 ,mem_dg_kb_system_last_data 
+0x53ae 010452 isub temp ,null 
+0x53af 010453 ncall dongle_usb_tx_sys_data ,zero 
+0x53b0 010454 fetch 2 ,mem_dg_kb_system_sta_data 
+0x53b1 010455 store 2 ,mem_dg_kb_system_last_data 
+0x53b2 010456 branch g24_rx_interrupt_clear 
+:      010458 dongle_g24_kb_sys_enable_blank_data_forcibly:
+0x53b3 010459 jam 1 ,mem_dg_kb_mul_blank_data_enable 
+0x53b4 010460 setarg timer_kb_mul_blank_delay 
+0x53b5 010461 arg g24_timer_kb_mul_blank ,queue 
+0x53b6 010462 branch timer_init 
+:      010463 dongle_g24_kb_sys_disable_blank_data_forcibly:
+0x53b7 010464 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+0x53b8 010465 setarg 0 
+0x53b9 010466 arg g24_timer_kb_mul_blank ,queue 
+0x53ba 010467 branch timer_init 
+:      010469 dongle_usb_tx_sys_data:
+0x53bb 010470 jam usb_ep2_systemkey ,mem_usb_ep2_data 
+0x53bc 010471 branch dongle_usb_tx_enable_ep2 
+:      010474 dongle_g24_store_dvc2_bind_flag:
+0x53bd 010475 fetch 1 ,mem_device_option 
+0x53be 010476 rtnne dvc_op_dongle 
+0x53bf 010477 fetch 1 ,mem_dg_kb_bind_flag 
+0x53c0 010478 rtneq dongle_kb_bind_success 
+:      010479 dongle_prep_soft_reset:
+0x53c1 010480 jam 1 ,mem_dg_kb_bind_success 
+0x53c2 010481 rtn 
+:      010484 dongle_kb_bind_soft_reset:
+0x53c3 010485 fetch 1 ,mem_device_option 
+0x53c4 010486 rtnne dvc_op_dongle 
+0x53c5 010487 fetch 1 ,mem_dg_kb_bind_success 
+0x53c6 010488 rtn blank 
+0x53c7 010489 jam 0 ,mem_temp 
+:      010490 dongle_wirte_efuse_bind_status:
+0x53c8 010491 jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
+0x53c9 010492 call dongle_write_kb_bind_status 
+0x53ca 010493 call dongle_read_kb_bind_status 
+0x53cb 010494 fetch 1 ,mem_temp 
+0x53cc 010495 increase 1 ,pdata 
+0x53cd 010496 store 1 ,mem_temp 
+0x53ce 010497 beq 0xff ,soft_reset_chip 
+0x53cf 010498 fetch 1 ,mem_dg_kb_bind_flag 
+0x53d0 010499 bne dongle_kb_bind_success ,dongle_wirte_efuse_bind_status 
+0x53d1 010500 branch soft_reset_chip 
+:      010507 module_init:
+0x53d2 010508 branch module_lpm_init ,wake 
+0x53d3 010509 call le_modified_name 
+0x53d4 010510 setarg module_process_idle 
+0x53d5 010511 store 2 ,mem_cb_idle_process 
+0x53d6 010512 setarg module_process_bb_event 
+0x53d7 010513 store 2 ,mem_cb_bb_event_process 
+0x53d8 010514 setarg module_lpm_lock 
+0x53d9 010515 store 2 ,mem_cb_check_wakelock 
+0x53da 010516 setarg module_hci_cmd_transmit_le_notify 
+0x53db 010517 store 2 ,mem_cb_ble_transmit 
+0x53dc 010518 setarg module_le_receive_data 
+0x53dd 010519 store 2 ,mem_cb_att_write 
+0x53de 010520 setarg module_bb_event_timer 
+0x53df 010521 store 2 ,mem_cb_event_timer 
+0x53e0 010523 bpatch patch07_0 ,mem_patch07 
+0x53e1 010524 call module_lpm_uart_init 
+0x53e2 010525 call module_gpio_init 
+0x53e3 010526 branch module_hci_event_enter_standby_mode 
+:      010528 module_lpm_uart_init:
+0x53e4 010529 fetch 1 ,core_uart_ctrl 
+0x53e5 010530 set0 bit_uart_control_enable ,pdata 
+0x53e6 010531 store 1 ,core_uart_ctrl 
+0x53e7 010532 fetch 8 ,mem_module_uart_rx_buffer 
+0x53e8 010533 call uarta_init_dma_mem 
+0x53e9 010534 fetch uart_baud_len ,mem_module_uarta_baud_rate 
+0x53ea 010535 call uarta_init_baud_rate 
+0x53eb 010536 call uart_clock_select_main_freq_crystal 
+0x53ec 010537 jam gpcfg_uart_txd ,core_gpio_conf + hci_uart_tx_gpio_num 
+0x53ed 010538 jam gpcfg_uart_rxd | gpcfg_pullup ,core_gpio_conf + hci_uart_rx_gpio_num 
+0x53ee 010539 jam gpcfg_uart_rts ,core_gpio_conf + hci_uart_rts_gpio_num 
+0x53ef 010540 jam gpcfg_uart_cts ,core_gpio_conf + hci_uart_cts_gpio_num 
+0x53f0 010542 arg fun_uart_control_enable | fun_uart_control_setting_rate_baud ,temp 
+0x53f1 010543 fetch 2 ,mem_module_flag 
+0x53f2 010544 isolate1 module_flag_uart_flow_control ,pdata 
+0x53f3 010545 setflag true ,bit_uart_control_flow_control ,temp 
+0x53f4 010546 storet 1 ,core_uart_ctrl 
+0x53f5 010547 rtn 
+:      010549 module_lpm_init:
+0x53f6 010550 branch module_lpm_uart_init 
+:      010554 module_gpio_init:
+0x53f7 010555 fetcht 1 ,mem_module_connect_state_gpio 
+0x53f8 010556 call gpio_config_output 
+0x53f9 010557 call module_set_conn_pin_low 
+0x53fa 010558 fetcht 1 ,mem_module_wake_up_gpio 
+0x53fb 010559 branch gpio_config_input 
+:      010561 module_lpm_lock:
+0x53fc 010562 fetcht 1 ,mem_module_wake_up_gpio 
+0x53fd 010563 call gpio_get_bit 
+0x53fe 010564 nbranch app_put_lpm_wake_lock ,true 
+0x53ff 010565 branch app_get_lpm_wake_lock 
+:      010568 module_process_idle:
+0x5400 010569 call l2cap_malloc_is_fifo_full 
+0x5401 010570 nrtn blank 
+0x5402 010571 branch module_process_check_hci_command_complete 
+:      010574 module_process_bb_event:
+0x5403 010575 copy regc ,pdata 
+0x5404 010576 beq bt_evt_le_connected ,module_process_le_conn 
+0x5405 010577 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
+0x5406 010578 beq bt_evt_le_pairing_fail ,module_hci_event_le_pairing_fail 
+0x5407 010579 beq bt_evt_le_pairing_success ,module_hci_event_le_pairing_success 
+0x5408 010580 beq bt_evt_le_start_enc ,module_hci_event_start_enc 
+0x5409 010581 beq bt_evt_le_pause_enc ,module_hci_event_pause_enc 
+0x540a 010582 beq bt_evt_le_tk_generate ,module_hci_event_le_tk 
+0x540b 010583 beq bt_evt_store_nvram ,module_hci_event_store_device 
+0x540c 010584 beq bt_evt_le_ltk_lost ,module_process_ble_ltk_lost 
+0x540d 010585 beq bt_evt_le_update_phy ,module_process_ble_update_phy 
+0x540e 010586 beq bt_evt_le_get_passkey ,module_hci_event_passkey_entry_mode 
+0x540f 010587 rtn 
+:      010591 module_process_bb_even_le_disconn:
+0x5410 010592 call le_clr_config_more_data 
+0x5411 010593 jam 0 ,mem_module_hci_notify_len 
+0x5412 010594 call module_disconn_start 
+0x5413 010595 branch module_hci_event_le_disconnect 
+:      010600 module_process_le_conn:
+0x5414 010602 call module_conn_start 
+0x5415 010603 fetch 1 ,mem_module_le_lpm_mult 
+0x5416 010604 store 1 ,mem_lpm_mult 
+0x5417 010605 branch module_hci_event_le_connect 
+:      010609 module_disconn_start:
+0x5418 010610 call module_start_adv_discovery_by_command 
+0x5419 010611 branch module_set_conn_pin_high 
+:      010614 module_process_ble_ltk_lost:
+0x541a 010615 call le_send_reject_ind 
+0x541b 010616 branch le_send_smp_security_request 
+:      010618 module_process_ble_update_phy:
+0x541c 010619 branch module_hci_event_le_update_phy 
+:      010622 module_set_conn_pin_high:
+0x541d 010623 fetcht 1 ,mem_module_connect_state_gpio 
+0x541e 010624 branch gpio_out_active 
+:      010626 module_conn_start:
+0x541f 010627 call module_stop_adv_discovery 
+0x5420 010628 branch module_set_conn_pin_low 
+:      010630 module_stop_adv_discovery:
+0x5421 010631 fetch 1 ,mem_module_state 
+0x5422 010632 isolate1 moudle_state_ble_bit ,pdata 
+0x5423 010633 call app_ble_stop_adv ,true 
+0x5424 010634 rtn 
+:      010635 module_set_conn_pin_low:
+0x5425 010636 fetcht 1 ,mem_module_connect_state_gpio 
+0x5426 010637 branch gpio_out_inactive 
+:      010640 module_process_check_hci_command_complete:
+0x5427 010641 fetch 1 ,core_uart_status 
+0x5428 010642 rtnbit1 uart_status_rx_fifo_empty 
+0x5429 010643 call uarta_prepare_rx 
+0x542a 010644 ifetch 1 ,contru 
+0x542b 010645 bne 0x01 ,module_hci_in_excp 
+0x542c 010646 fetch 2 ,core_uart_rxitems 
+0x542d 010647 sub pdata ,2 ,null 
+0x542e 010648 rtn positive 
+0x542f 010649 ifetch 1 ,contru 
+0x5430 010650 store 1 ,mem_module_uart_opcode 
+0x5431 010651 ifetcht 1 ,contru 
+0x5432 010652 copy contru ,rega 
+0x5433 010653 storet 1 ,mem_module_uart_len 
+0x5434 010654 add temp ,3 ,temp 
+0x5435 010655 fetch 2 ,core_uart_rxitems 
+0x5436 010656 isub temp ,temp 
+0x5437 010657 nrtn positive 
+0x5438 010658 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x5439 010659 call module_hci_cmd_control 
+0x543a 010660 fetch 1 ,mem_module_temp_nl_discard_packet 
+0x543b 010661 rtneq hci_not_discard_packet 
+0x543c 010662 branch module_hci_dicard_packet 
+:      010664 module_hci_in_excp:
+0x543d 010665 call delay_10ms 
+0x543e 010666 call module_hci_event_invalid_packet 
+0x543f 010667 branch module_hci_release_except 
+:      010670 module_hci_release_except:
+0x5440 010671 bpatch patch07_1 ,mem_patch07 
+0x5441 010672 call uarta_prepare_rx 
+0x5442 010673 fetch 2 ,core_uart_rxitems 
+0x5443 010674 rtn blank 
+0x5444 010675 iadd contru ,contru 
+0x5445 010676 branch module_hci_dicard_bytes 
+:      010678 module_hci_dicard_packet:
+0x5446 010679 call uarta_prepare_rx 
+0x5447 010680 increase 2 ,contu 
+0x5448 010681 ifetch 1 ,contu 
+0x5449 010682 iadd contu ,contu 
+:      010683 module_hci_dicard_bytes:
+0x544a 010684 branch uarta_rxdone 
+:      010687 module_hci_cmd_control:
+0x544b 010688 bpatch patch07_2 ,mem_patch07 
+0x544c 010689 fetch 1 ,mem_module_uart_opcode 
+0x544d 010690 beq hci_cmd_set_le_addr_req ,module_hci_cmd_set_le_addr 
+0x544e 010691 beq hci_cmd_set_visibility_req ,module_hci_cmd_set_visibility 
+0x544f 010692 beq hci_cmd_set_le_name_req ,module_hci_cmd_set_le_name 
+0x5450 010693 beq hci_cmd_le_data_req ,module_hci_cmd_receive_le_data 
+0x5451 010694 beq hci_cmd_status_irq ,module_hci_cmd_inquire_status 
+0x5452 010695 beq hci_cmd_set_uartcontrol_req ,module_hci_cmd_set_uart_control_mode 
+0x5453 010696 beq hci_cmd_set_uart_baud_req ,module_hci_cmd_set_uart_baud 
+0x5454 010697 beq hci_cmd_version_req ,module_hci_cmd_version_request 
+0x5455 010698 beq hci_cmd_ble_disconnect ,module_hci_cmd_ble_disconnect 
+0x5456 010699 beq hci_cmd_set_nvram_req ,module_hci_cmd_set_nvram 
+0x5457 010700 beq hci_cmd_confirm_gkey ,module_hci_cmd_confirm_gkey 
+0x5458 010701 beq hci_cmd_auto_adv_scan ,module_hci_cmd_auto_adv 
+0x5459 010702 beq hci_cmd_power_req ,module_hci_cmd_power_request 
+0x545a 010703 beq hci_cmd_power_set ,module_hci_cmd_power_set 
+0x545b 010704 beq hci_cmd_passkey_entry ,module_hci_cmd_passkey_entry 
+0x545c 010705 beq hci_cmd_set_gpio ,module_hci_cmd_set_gpio 
+0x545d 010706 beq hci_cmd_read_gpio ,module_hci_cmd_read_gpio 
+0x545e 010707 beq hci_cmd_le_set_pairing ,module_hci_cmd_le_set_pairing_mode 
+0x545f 010708 beq hci_cmd_le_set_adv_data ,module_hci_cmd_le_set_adv_data 
+0x5460 010709 beq hci_cmd_le_set_scan_data ,module_hci_cmd_le_set_scan_data 
+0x5461 010710 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
+0x5462 010711 beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
+0x5463 010712 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
+0x5464 010713 beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
+0x5465 010714 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
+0x5466 010715 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
+0x5467 010717 beq hci_cmd_reset_chip_req ,module_hci_cmd_reset_chip 
+0x5468 010718 beq hci_cmd_le_set_fixed_passkey ,module_hci_cmd_le_set_fixed_passkey 
+0x5469 010719 beq hci_cmd_delete_customize_service ,module_hci_cmd_delete_customize_service 
+0x546a 010720 beq hci_cmd_add_service_uuid ,module_hci_cmd_add_service_uuid 
+0x546b 010721 beq hci_cmd_add_characteristic_uuid ,module_hci_cmd_add_characteristic_uuid 
+0x546c 010722 beq hci_cmd_passkey_entry_input ,module_hci_cmd_le_passkey_entry_input 
+0x546d 010723 beq hci_cmd_ble_set_phy ,module_hci_cmd_ble_set_phy 
+0x546e 010724 beq hci_cmd_ble_read_current_phy ,module_hci_cmd_ble_read_current_phy 
+0x546f 010725 beq hci_cmd_ble_set_dle ,module_hci_cmd_ble_set_dle 
+0x5470 010726 beq hci_cmd_read_chip_data ,module_hci_cmd_read_chip_data 
+0x5471 010727 beq hci_cmd_write_chip_data ,module_hci_cmd_write_chip_data 
+0x5472 010728 beq hci_cmd_close_lpm ,module_hci_cmd_close_lpm 
+0x5473 010729 branch module_hci_event_receive_invalid_cmd 
+:      010735 module_hci_cmd_set_le_addr:
+0x5474 010736 fetch 1 ,mem_module_uart_len 
+0x5475 010737 bne 6 ,module_hci_event_receive_invalid_cmd 
+0x5476 010738 ifetch 6 ,contru 
+0x5477 010739 store 6 ,mem_le_lap 
+0x5478 010740 branch module_hci_event_receive_valid_cmd 
+:      010744 module_hci_cmd_set_visibility:
+0x5479 010745 fetch 1 ,mem_module_uart_len 
+0x547a 010746 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x547b 010747 ifetcht 1 ,contru 
+0x547c 010748 storet 1 ,mem_module_bluetooth_stauts_by_command 
+0x547d 010749 call module_hci_event_receive_valid_cmd 
+0x547e 010750 fetch 2 ,mem_ui_state_map 
+0x547f 010751 rtnbit1 ui_state_ble_connected 
+:      010753 module_start_adv_discovery_by_command:
+:      010754 moudle_start_adv_by_command:
+0x5480 010755 fetch 1 ,mem_module_state 
+0x5481 010756 isolate1 moudle_state_ble_bit ,pdata 
+0x5482 010757 nrtn true 
+0x5483 010758 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
+0x5484 010759 isolate1 2 ,temp 
+0x5485 010760 branch app_ble_start_adv ,true 
+0x5486 010761 branch app_ble_stop_adv 
+:      010766 module_hci_cmd_set_le_name:
+0x5487 010767 arg 29 ,pdata 
+0x5488 010768 arg mem_le_name_len ,contw 
+0x5489 010769 call module_hci_cmd_receive_store_mem 
+0x548a 010770 branch le_modified_name 
+:      010775 module_hci_cmd_receive_le_data:
+0x548b 010776 fetch 2 ,mem_ui_state_map 
+0x548c 010777 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+0x548d 010778 call module_check_ble_encrypt_state 
+0x548e 010779 branch module_hci_event_receive_invalid_cmd ,user 
+0x548f 010780 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x5490 010781 fetch 2 ,mem_module_flag 
+0x5491 010782 bbit1 module_flag_ble_data_finish ,module_hci_cmd_receive_le_data_finish 
+0x5492 010783 fetch 1 ,mem_module_hci_notify_len 
+0x5493 010784 nrtn blank 
+0x5494 010785 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x5495 010786 ifetch 2 ,contru 
+0x5496 010787 store 2 ,mem_module_hci_notify_handle 
+0x5497 010788 storer contru ,2 ,mem_module_hci_nofiy_addr 
+0x5498 010789 fetch 1 ,mem_module_uart_len 
+0x5499 010790 pincrease -2 
+0x549a 010791 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x549b 010792 branch module_hci_event_receive_invalid_cmd ,zero 
+0x549c 010793 store 1 ,mem_module_hci_notify_len 
+0x549d 010794 fetcht 2 ,mem_module_hci_notify_handle 
+0x549e 010795 increase -1 ,temp 
+0x549f 010796 call le_att_get_handle_ptr2 
+0x54a0 010797 branch module_hci_cmd_transmit_handle_error ,blank 
+0x54a1 010798 ifetcht 4 ,contr 
+0x54a2 010799 setarg 0x01280302 
+0x54a3 010800 isub temp ,null 
+0x54a4 010801 nbranch module_hci_cmd_transmit_handle_error ,zero 
+0x54a5 010802 ifetch 1 ,contr 
+0x54a6 010803 store 1 ,mem_module_hci_notify_type 
+0x54a7 010804 and_into 0x30 ,pdata 
+0x54a8 010805 branch module_hci_cmd_transmit_handle_error ,blank 
+0x54a9 010806 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x54aa 010807 call le_set_config_more_data 
+0x54ab 010808 call module_hci_cmd_transmit_le_notify 
+0x54ac 010809 call module_hci_cmd_transmit_le_notify 
+0x54ad 010810 call module_hci_cmd_transmit_le_notify 
+0x54ae 010811 fetch 2 ,mem_module_flag 
+0x54af 010812 rtnbit0 module_flag_ble_data_finish 
+:      010813 module_hci_cmd_receive_le_data_finish:
+0x54b0 010814 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x54b1 010815 call module_clear_le_tx_data_flag 
+0x54b2 010816 branch module_hci_event_receive_valid_cmd 
+:      010818 module_hci_cmd_transmit_handle_error:
+0x54b3 010819 jam 0 ,mem_module_hci_notify_len 
+0x54b4 010820 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x54b5 010821 call module_clear_le_tx_data_flag 
+0x54b6 010822 branch module_hci_event_receive_invalid_cmd 
+:      010824 module_hci_cmd_transmit_le_notify:
+0x54b7 010825 fetch 1 ,mem_module_hci_notify_len 
+0x54b8 010826 rtn blank 
+0x54b9 010827 call le_fifo_check_nearly_full 
+0x54ba 010828 nrtn blank 
+0x54bb 010829 call module_get_le_remote_mtu 
+0x54bc 010830 bpatch patch07_3 ,mem_patch07 
+0x54bd 010831 fetch 2 ,mem_le_local_mtu 
+0x54be 010832 call not_greater_than 
+0x54bf 010833 copy pdata ,temp 
+0x54c0 010834 fetch 1 ,mem_le_l2cap_att_states 
+0x54c1 010835 rtnbit1 ble_l2cap_recv_confirmation_packet 
+0x54c2 010836 add temp ,-3 ,pdata 
+0x54c3 010837 arg 251 ,temp 
+0x54c4 010838 call not_greater_than 
+0x54c5 010839 fetcht 1 ,mem_module_hci_notify_len 
+0x54c6 010840 call not_greater_than 
+0x54c7 010841 copy pdata ,rega 
+0x54c8 010842 copy temp ,pdata 
+0x54c9 010843 isub rega ,pdata 
+0x54ca 010844 store 1 ,mem_module_hci_notify_len 
+0x54cb 010845 call module_hci_cmd_transmit_le_notify_malloc_l2cap 
+0x54cc 010846 fetch 2 ,mem_module_hci_nofiy_addr 
+0x54cd 010847 copy pdata ,contru 
+0x54ce 010848 copy rega ,loopcnt 
+0x54cf 010849 call uart_copy_rx_bytes_fast 
+0x54d0 010850 copy contru ,pdata 
+0x54d1 010851 store 2 ,mem_module_hci_nofiy_addr 
+0x54d2 010852 fetch 1 ,mem_module_hci_notify_len 
+0x54d3 010853 nrtn blank 
+0x54d4 010854 branch module_set_le_tx_data_flag 
+:      010856 module_hci_cmd_transmit_le_notify_malloc_l2cap:
+0x54d5 010857 fetcht 2 ,mem_module_hci_notify_handle 
+0x54d6 010858 fetch 1 ,mem_module_hci_notify_type 
+0x54d7 010859 bbit1 bit_characteristic_indicate ,le_att_malloc_tx_indication 
+0x54d8 010860 bbit1 bit_characteristic_notify ,le_att_malloc_tx_notify 
+0x54d9 010861 rtn 
+:      010865 module_get_le_remote_mtu:
+0x54da 010866 arg 0x17 ,temp 
+0x54db 010867 fetch 2 ,mem_module_flag 
+0x54dc 010868 rtnbit1 module_flag_ble_send_mtu23 
+0x54dd 010869 fetcht 2 ,mem_le_remote_mtu 
+0x54de 010870 rtn 
+:      010872 module_check_ble_encrypt_state:
+0x54df 010873 fetch 2 ,mem_module_flag 
+0x54e0 010874 bbit1 module_flag_ble_data_encrypt ,le_check_encrypt_state 
+0x54e1 010875 branch disable_user 
+:      010879 module_hci_cmd_inquire_status:
+0x54e2 010880 branch module_hci_event_status_res 
+:      010886 module_hci_cmd_set_uart_control_mode:
+0x54e3 010887 ifetch 1 ,contru 
+0x54e4 010888 fetcht 1 ,mem_module_flag 
+0x54e5 010889 nsetflag blank ,module_flag_uart_flow_control ,temp 
+0x54e6 010890 storet 1 ,mem_module_flag 
+0x54e7 010891 fetcht 1 ,core_uart_ctrl 
+0x54e8 010892 nsetflag blank ,bit_uart_control_flow_control ,temp 
+0x54e9 010893 storet 1 ,core_uart_ctrl 
+0x54ea 010894 branch module_hci_event_receive_valid_cmd 
+:      010898 module_hci_cmd_set_uart_baud:
+0x54eb 010899 fetchr loopcnt ,1 ,mem_module_uart_len 
+0x54ec 010900 call string2dec_from_uart 
+0x54ed 010901 call uart_calc_baud_rate_config 
+0x54ee 010902 store uart_baud_len ,mem_module_uarta_baud_rate 
+0x54ef 010903 call module_hci_event_receive_valid_cmd 
+0x54f0 010904 call wait_uarttx 
+0x54f1 010905 fetch uart_baud_len ,mem_module_uarta_baud_rate 
+0x54f2 010906 branch uarta_init_baud_rate 
+:      010910 module_hci_cmd_version_request:
+0x54f3 010911 arg 2 ,rega 
+0x54f4 010912 arg mem_soft_version_num ,regb 
+0x54f5 010913 arg 0 ,temp 
+0x54f6 010914 branch module_hci_event_set_cmd 
+:      010919 module_hci_cmd_ble_disconnect:
+0x54f7 010920 fetch 2 ,mem_ui_state_map 
+0x54f8 010921 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+:      010922 module_hci_cmd_ble_disconnect_doing:
+0x54f9 010923 call module_hci_event_receive_valid_cmd 
+0x54fa 010924 branch app_ble_disconnect 
+:      010930 module_hci_cmd_set_nvram:
+0x54fb 010931 fetchr loopcnt ,1 ,mem_module_uart_len 
+0x54fc 010932 fetch 2 ,mem_nv_data_ptr 
+0x54fd 010933 icopy contw 
+0x54fe 010934 call uart_copy_rx_bytes_fast 
+0x54ff 010935 branch module_hci_event_receive_valid_cmd 
+:      010939 module_hci_cmd_confirm_gkey:
+0x5500 010940 fetch 2 ,mem_ui_state_map 
+0x5501 010941 bbit1 ui_state_ble_connected ,module_hci_cmd_le_confirm_gkey 
+0x5502 010942 branch module_hci_event_receive_invalid_cmd 
+:      010946 module_hci_cmd_auto_adv:
+0x5503 010947 arg 0x40 ,loopcnt 
+0x5504 010948 arg mem_le_adv_data_len ,contw 
+0x5505 010949 call clear_mem 
+0x5506 010950 setarg 0 
+0x5507 010951 store 1 ,mem_regb 
+0x5508 010952 copy rega ,contru 
+:      010953 module_hci_cmd_auto_adv_loop:
+0x5509 010954 copy contru ,pdata 
+0x550a 010955 store 2 ,mem_regc 
+0x550b 010956 call module_hci_cmd_auto_adv_adv_analys 
+0x550c 010958 fetch 1 ,mem_regb 
+0x550d 010959 fetcht 1 ,mem_temp 
+0x550e 010960 increase 1 ,temp 
+0x550f 010961 iadd temp ,pdata 
+0x5510 010962 store 1 ,mem_regb 
+0x5511 010964 sub pdata ,31 ,null 
+0x5512 010965 nbranch module_hci_cmd_auto_adv_store_scan ,positive 
+:      010966 module_hci_cmd_auto_adv_store_adv:
+0x5513 010967 fetcht 1 ,mem_le_adv_data_len 
+0x5514 010968 setarg mem_le_adv_data 
+0x5515 010969 iadd temp ,pdata 
+0x5516 010970 store 2 ,mem_contw 
+0x5517 010971 fetcht 1 ,mem_temp 
+0x5518 010972 increase 1 ,temp 
+0x5519 010973 fetch 1 ,mem_le_adv_data_len 
+0x551a 010974 iadd temp ,pdata 
+0x551b 010975 store 1 ,mem_le_adv_data_len 
+0x551c 010976 branch module_hci_cmd_auto_adv_store_common 
+:      010977 module_hci_cmd_auto_adv_store_scan:
+0x551d 010978 fetcht 1 ,mem_le_scan_data_len 
+0x551e 010979 setarg mem_le_scan_data 
+0x551f 010980 iadd temp ,pdata 
+0x5520 010981 store 2 ,mem_contw 
+0x5521 010982 fetcht 1 ,mem_temp 
+0x5522 010983 increase 1 ,temp 
+0x5523 010984 fetch 1 ,mem_le_scan_data_len 
+0x5524 010985 iadd temp ,pdata 
+0x5525 010986 store 1 ,mem_le_scan_data_len 
+:      010987 module_hci_cmd_auto_adv_store_common:
+0x5526 010988 fetch 2 ,mem_contw 
+0x5527 010989 copy pdata ,contw 
+0x5528 010990 fetch 2 ,mem_regc 
+0x5529 010991 copy pdata ,contru 
+0x552a 010993 copy temp ,loopcnt 
+0x552b 010994 call uart_copy_rx_bytes_fast 
+0x552c 010996 fetch 1 ,mem_module_uart_len 
+0x552d 010997 fetcht 1 ,mem_regb 
+0x552e 010998 isub temp ,null 
+0x552f 010999 nbranch module_hci_cmd_auto_adv_loop ,zero 
+0x5530 011000 branch module_hci_event_receive_valid_cmd 
+:      011003 module_hci_cmd_auto_adv_adv_analys:
+0x5531 011004 ifetch 1 ,contru 
+0x5532 011005 store 1 ,mem_temp 
+0x5533 011006 ifetch 1 ,contru 
+0x5534 011007 store 1 ,mem_rega 
+0x5535 011008 rtn 
+:      011012 module_hci_cmd_power_request:
+0x5536 011013 arg 0 ,temp 
+0x5537 011014 arg 2 ,rega 
+0x5538 011015 fetch 2 ,mem_module_vdd_quotient 
+0x5539 011016 store 2 ,mem_event_cmd_response_content 
+0x553a 011017 arg mem_event_cmd_response_content ,regb 
+0x553b 011018 branch module_hci_event_set_cmd 
+:      011022 module_hci_cmd_power_set:
+0x553c 011023 fetch 1 ,mem_module_uart_len 
+0x553d 011024 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x553e 011025 ifetch 1 ,contru 
+0x553f 011026 store 1 ,mem_module_read_vdd_flag 
+0x5540 011027 setarg 0x00 
+0x5541 011028 store 2 ,mem_module_vdd_quotient 
+0x5542 011029 branch module_hci_event_receive_valid_cmd 
+:      011033 module_hci_cmd_passkey_entry:
+0x5543 011034 fetch 1 ,mem_module_uart_len 
+0x5544 011035 bne 4 ,module_hci_event_receive_invalid_cmd 
+0x5545 011036 fetch 2 ,mem_ui_state_map 
+0x5546 011037 bbit1 ui_state_ble_connected ,module_hci_cmd_le_passkey_entry_input 
+0x5547 011038 branch module_hci_event_receive_invalid_cmd 
+:      011043 module_hci_cmd_set_gpio:
+0x5548 011044 fetch 1 ,mem_module_uart_len 
+0x5549 011045 bne 3 ,module_hci_event_receive_invalid_cmd 
+0x554a 011046 ifetch 1 ,contru 
+0x554b 011047 beq hci_cmd_config_gpio_input ,module_set_gpio_input 
+0x554c 011048 beq hci_cmd_config_gpio_output ,module_set_gpio_output 
+0x554d 011049 branch module_hci_event_receive_invalid_cmd 
+:      011051 module_set_gpio_input:
+0x554e 011052 call module_hci_event_receive_valid_cmd 
+0x554f 011053 ifetcht 1 ,contru 
+0x5550 011054 ifetch 1 ,contru 
+0x5551 011055 beq gpio_input_high_impedance ,gpio_set_high_impedance 
+0x5552 011056 nsetflag blank ,7 ,temp 
+0x5553 011057 branch gpio_config_input 
+:      011059 module_set_gpio_output:
+0x5554 011060 call module_hci_event_receive_valid_cmd 
+0x5555 011061 ifetcht 1 ,contru 
+0x5556 011062 ifetch 1 ,contru 
+0x5557 011063 branch gpio_out_active ,blank 
+0x5558 011064 branch gpio_out_inactive 
+:      011068 module_hci_cmd_read_gpio:
+0x5559 011069 fetch 1 ,mem_module_uart_len 
+0x555a 011070 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x555b 011071 ifetcht 1 ,contru 
+0x555c 011072 call gpio_get_bit 
+0x555d 011073 setarg 0x0 
+0x555e 011074 nsetflag true ,0 ,pdata 
+0x555f 011075 arg 1 ,rega 
+0x5560 011076 store 2 ,mem_event_cmd_response_content 
+0x5561 011077 arg mem_event_cmd_response_content ,regb 
+0x5562 011078 arg 0 ,temp 
+0x5563 011079 branch module_hci_event_set_cmd 
+:      011083 module_hci_cmd_le_set_pairing_mode:
+0x5564 011084 ifetch 1 ,contru 
+0x5565 011085 store 1 ,mem_le_pairing_mode 
+0x5566 011086 fetch 1 ,mem_le_pairing_mode 
+0x5567 011087 beq le_pairing_mode_none ,module_le_set_no_pairing 
+0x5568 011088 beq le_pairing_mode_lagacy_justwork ,module_le_set_pairing_mode_lagacy_just_work 
+0x5569 011089 beq le_pairing_mode_lagacy_passkey ,module_le_set_pairing_mode_lagacy_passkey 
+0x556a 011090 beq le_pairing_mode_lagacy_passkey_res_input ,module_le_set_pairing_mode_lagacy_passkey_res_input 
+0x556b 011091 branch module_hci_event_receive_invalid_cmd 
+:      011095 module_le_set_no_pairing:
+0x556c 011096 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      011097 module_le_set_noinputnooutput:
+0x556d 011098 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x556e 011099 branch module_hci_event_receive_valid_cmd 
+:      011100 module_le_set_pairing_mode_lagacy_just_work:
+0x556f 011101 jam flag_le_bonding_no_mitm ,mem_le_pres_auth 
+0x5570 011102 branch module_le_set_noinputnooutput 
+:      011103 module_le_set_pairing_mode_lagacy_passkey:
+0x5571 011104 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x5572 011105 branch module_le_set_displayonly 
+:      011106 module_le_set_pairing_mode_lagacy_passkey_res_input:
+0x5573 011107 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x5574 011108 branch module_le_set_keboadonly 
+:      011109 module_le_set_keboadonly:
+0x5575 011110 jam flag_iocap_keyboardonly ,mem_le_pres_iocap 
+0x5576 011111 branch module_hci_event_receive_valid_cmd 
+:      011112 module_le_set_displayonly:
+0x5577 011113 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x5578 011114 branch module_hci_event_receive_valid_cmd 
+:      011118 module_hci_cmd_le_set_adv_data:
+0x5579 011119 arg 31 ,pdata 
+0x557a 011120 arg mem_le_adv_data_len ,contw 
+0x557b 011121 branch module_hci_cmd_receive_store_mem 
+:      011125 module_hci_cmd_le_set_scan_data:
+0x557c 011126 arg 31 ,pdata 
+0x557d 011127 arg mem_le_scan_data_len ,contw 
+0x557e 011128 branch module_hci_cmd_receive_store_mem 
+:      011130 module_hci_cmd_receive_store_mem:
+0x557f 011131 fetchr loopcnt ,1 ,mem_module_uart_len 
+0x5580 011132 isub loopcnt ,null 
+0x5581 011133 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x5582 011134 istorer loopcnt ,1 ,contw 
+0x5583 011135 call uart_copy_rx_bytes_fast 
+0x5584 011136 branch module_hci_event_receive_valid_cmd 
+:      011140 module_hci_cmd_le_send_conn_update_req:
+0x5585 011141 fetch 2 ,mem_ui_state_map 
+0x5586 011142 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+0x5587 011143 fetch 1 ,mem_module_uart_len 
+0x5588 011144 bne 0x08 ,module_hci_event_receive_invalid_cmd 
+0x5589 011145 ifetch 8 ,contru 
+0x558a 011146 store 8 ,mem_le_interval_min 
+0x558b 011147 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x558c 011148 call ui_ipc_send_cmd 
+0x558d 011149 branch module_hci_event_receive_valid_cmd 
+:      011153 module_hci_cmd_set_le_adv_parameter:
+0x558e 011154 ifetch 2 ,contru 
+0x558f 011155 store 2 ,mem_le_adv_interval 
+0x5590 011156 branch module_hci_event_receive_valid_cmd 
+:      011160 module_hci_cmd_le_start_pairing:
+0x5591 011161 fetch 1 ,mem_le_pairing_mode 
+0x5592 011162 branch module_hci_event_receive_invalid_cmd ,blank 
+0x5593 011163 fetch 1 ,mem_le_pairing_state 
+0x5594 011164 bne flag_le_pairing_null ,module_hci_event_receive_invalid_cmd 
+0x5595 011165 fetch 1 ,mem_le_enc_state 
+0x5596 011166 bne flag_le_enc_null ,module_hci_event_receive_invalid_cmd 
+0x5597 011167 call check_51cmd_le_smp_sec_req 
+0x5598 011168 branch module_hci_event_receive_valid_cmd 
+:      011172 module_hci_cmd_set_wake_gpio:
+0x5599 011173 fetch 1 ,mem_module_uart_len 
+0x559a 011174 bne 5 ,module_hci_event_receive_invalid_cmd 
+0x559b 011175 ifetch 1 ,contru 
+0x559c 011176 store 1 ,mem_module_mcu_wake_pin 
+0x559d 011177 ifetch 4 ,contru 
+0x559e 011178 store 4 ,mem_module_mcu_wake_delay_us 
+0x559f 011179 fetcht 1 ,mem_module_mcu_wake_pin 
+0x55a0 011180 call gpio_config_output 
+0x55a1 011181 call module_set_mcu_wake_pin_low 
+0x55a2 011182 branch module_hci_event_receive_valid_cmd 
+:      011186 module_hci_cmd_set_tx_power:
+0x55a3 011187 fetch 1 ,mem_module_uart_len 
+0x55a4 011188 bne 0x01 ,module_hci_event_receive_invalid_cmd 
+0x55a5 011189 ifetch 1 ,contru 
+0x55a6 011190 store 1 ,mem_tx_power 
+0x55a7 011191 branch module_hci_event_receive_valid_cmd 
+:      011195 module_hci_cmd_le_confirm_gkey:
+0x55a8 011196 ifetch 1 ,contru 
+0x55a9 011197 beq 0x01 ,module_hci_cmd_le_confirm_gkey_fail 
+0x55aa 011198 fetch 1 ,mem_le_secure_connect_state 
+0x55ab 011199 beq le_sc_stat_send_public_key ,module_hci_cmd_le_confirm_gkey_ok 
+0x55ac 011200 beq le_sc_stat_receive_dhkey ,module_hci_cmd_le_confirm_gkey_ok 
+0x55ad 011201 beq le_sc_stat_wait_confirm_gkey ,module_hci_cmd_le_confirm_gkey_ok 
+0x55ae 011202 branch module_hci_event_receive_invalid_cmd 
+:      011203 module_hci_cmd_le_confirm_gkey_ok:
+0x55af 011204 jam flag_le_sc_confrim_gkey_ok ,mem_le_sc_confirm_gkey_flag 
+0x55b0 011205 branch module_hci_event_receive_valid_cmd 
+:      011207 module_hci_cmd_le_confirm_gkey_fail:
+0x55b1 011208 call le_send_pairing_confirm_value_failed 
+0x55b2 011209 branch module_hci_event_receive_valid_cmd 
+:      011215 module_hci_cmd_reset_chip:
+0x55b3 011216 call module_hci_event_receive_valid_cmd 
+0x55b4 011217 call wait_uarttx 
+0x55b5 011218 jam 0x01 ,core_reset 
+0x55b6 011219 branch assert 
+:      011223 module_hci_cmd_le_set_fixed_passkey:
+0x55b7 011224 fetch 1 ,mem_module_uart_len 
+0x55b8 011225 beq 0 ,module_hci_event_receive_invalid_cmd 
+0x55b9 011226 ifetch 1 ,contru 
+0x55ba 011227 branch module_hci_cmd_le_set_random_passkey ,blank 
+0x55bb 011228 fetch 1 ,mem_module_uart_len 
+0x55bc 011229 bne 5 ,module_hci_event_receive_invalid_cmd 
+0x55bd 011230 ifetch 4 ,contru 
+0x55be 011231 arg 1000000 ,temp 
+0x55bf 011232 isub temp ,null 
+0x55c0 011233 branch module_hci_event_receive_invalid_cmd ,positive 
+0x55c1 011234 store 4 ,mem_le_tk 
+0x55c2 011235 call le_set_config_fixed_tk 
+0x55c3 011236 branch module_hci_event_receive_valid_cmd 
+:      011238 module_hci_cmd_le_set_random_passkey:
+0x55c4 011239 call le_clr_config_fixed_tk 
+0x55c5 011240 branch module_hci_event_receive_valid_cmd 
+:      011244 module_hci_cmd_delete_customize_service:
+0x55c6 011245 ifetcht 2 ,contru 
+0x55c7 011246 call le_att_get_handle_ptr2 
+0x55c8 011247 add contr ,-2 ,contw 
+0x55c9 011248 setarg 0x0000 
+0x55ca 011249 istore 2 ,contw 
+0x55cb 011250 branch module_hci_event_receive_valid_cmd 
+:      011254 module_hci_cmd_add_service_uuid:
+0x55cc 011255 call module_hci_cmd_add_service_uuid_set_uuid 
+0x55cd 011256 call uart_copy_rx_bytes_len_data 
+0x55ce 011257 setarg 0x0000 
+0x55cf 011258 istore 2 ,contw 
+0x55d0 011259 branch module_hci_event_uuid_handle 
+:      011264 module_hci_cmd_add_characteristic_uuid:
+0x55d1 011265 ifetch 1 ,contru 
+0x55d2 011266 call module_hci_cmd_add_characteristic_uuid_set_handle 
+0x55d3 011267 call module_hci_cmd_add_characteristic_uuid_set_uuid 
+0x55d4 011268 branch module_hci_event_uuid_handle 
+:      011271 module_hci_cmd_add_service_uuid_set_uuid:
+0x55d5 011272 call le_att_creat_new_handle 
+0x55d6 011273 setarg 0x280002 
+0x55d7 011274 istore 3 ,contw 
+0x55d8 011275 rtn 
+:      011278 module_hci_cmd_add_characteristic_uuid_set_handle:
+0x55d9 011279 store 1 ,mem_pdatatemp 
+0x55da 011280 call le_att_creat_new_handle 
+0x55db 011281 setarg 0x01280302 
+0x55dc 011282 istore 4 ,contw 
+0x55dd 011283 fetch 1 ,mem_pdatatemp 
+0x55de 011284 istore 3 ,contw 
+0x55df 011285 rtn 
+:      011288 module_hci_cmd_add_characteristic_uuid_set_uuid:
+0x55e0 011289 call le_att_get_last_handle 
+0x55e1 011290 ifetch 1 ,contru 
+0x55e2 011291 and pdata ,0x1f ,loopcnt 
+0x55e3 011292 copy pdata ,rega 
+0x55e4 011293 isolate1 bit_of_write_authenticated ,rega 
+0x55e5 011294 setflag true ,bit_of_att_handle_write_authenticated ,temp 
+0x55e6 011295 isolate1 bit_of_read_authenticated ,rega 
+0x55e7 011296 setflag true ,bit_of_att_handle_read_authenticated ,temp 
+0x55e8 011297 istoret 2 ,contw 
+0x55e9 011298 copy loopcnt ,pdata 
+0x55ea 011299 istore 1 ,contw 
+0x55eb 011300 call uart_copy_rx_bytes 
+0x55ec 011301 call uart_copy_rx_bytes_len_data 
+0x55ed 011302 setarg 0 
+0x55ee 011303 istore 2 ,contw 
+0x55ef 011304 and temp ,0xff ,temp 
+0x55f0 011305 increase -1 ,temp 
+0x55f1 011306 call le_att_get_handle_ptr2 
+0x55f2 011307 add contr ,4 ,contr 
+0x55f3 011308 ifetch 1 ,contr 
+0x55f4 011309 bbit1 bit_characteristic_notify ,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid 
+0x55f5 011310 bbit1 bit_characteristic_indicate ,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid 
+0x55f6 011311 increase 1 ,temp 
+0x55f7 011312 rtn 
+:      011315 module_hci_cmd_add_characteristic_uuid_set_ccc_uuid:
+0x55f8 011316 call le_att_get_last_handle 
+0x55f9 011317 isolate1 bit_of_notify_authenticated ,rega 
+0x55fa 011318 setflag true ,bit_of_att_handle_write_authenticated ,temp 
+0x55fb 011319 istoret 2 ,contw 
+0x55fc 011320 setarg 0x02290202 
+0x55fd 011321 istore 8 ,contw 
+0x55fe 011322 increase -1 ,temp 
+0x55ff 011323 rtn 
+:      011326 le_att_creat_new_handle:
+0x5600 011327 call le_att_get_last_handle 
+0x5601 011328 istoret 2 ,contw 
+0x5602 011329 rtn 
+:      011332 uart_copy_rx_bytes_len_data:
+0x5603 011333 ifetch 1 ,contru 
+0x5604 011334 copy pdata ,loopcnt 
+0x5605 011335 istore 1 ,contw 
+0x5606 011336 branch uart_copy_rx_bytes 
+:      011340 module_hci_cmd_le_passkey_entry_input:
+0x5607 011341 fetch 1 ,mem_le_pairing_state 
+0x5608 011342 bne flag_le_pairing_receive_pairing_confirm ,module_hci_event_receive_invalid_cmd 
+0x5609 011343 fetch 1 ,mem_le_pairing_mode 
+0x560a 011344 beq le_pairing_mode_lagacy_passkey_res_input ,module_hci_cmd_passkey_entry_res_input 
+0x560b 011345 beq le_pairing_mode_secure_connect_passkey_res_input ,module_hci_cmd_passkey_entry_sc_res_input 
+0x560c 011346 branch module_hci_event_receive_invalid_cmd 
+:      011348 module_hci_cmd_passkey_entry_sc_res_input:
+0x560d 011349 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x560e 011350 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
+0x560f 011351 branch module_hci_cmd_receive_ble_passkey 
+:      011353 module_hci_cmd_receive_ble_passkey:
+0x5610 011354 ifetch 4 ,contru 
+0x5611 011355 store 4 ,mem_le_tk 
+0x5612 011356 branch module_hci_event_receive_valid_cmd 
+:      011358 module_hci_cmd_passkey_entry_res_input:
+0x5613 011359 call module_hci_cmd_receive_ble_passkey 
+0x5614 011360 branch le_send_smp_pairing_confirm 
+:      011365 module_hci_cmd_ble_set_phy:
+0x5615 011366 fetch 1 ,mem_module_uart_len 
+0x5616 011367 bne 2 ,module_hci_event_receive_invalid_cmd 
+0x5617 011368 ifetcht 2 ,contru 
+0x5618 011369 call le_set_phys 
+0x5619 011370 branch module_hci_event_receive_valid_cmd 
+:      011374 module_hci_cmd_ble_read_current_phy:
+0x561a 011375 arg 0 ,temp 
+0x561b 011376 arg 2 ,rega 
+0x561c 011377 arg mem_context + coffset_le_rx_phy ,regb 
+0x561d 011378 branch module_hci_event_set_cmd 
+:      011382 module_hci_cmd_ble_set_dle:
+0x561e 011383 fetch 1 ,mem_module_uart_len 
+0x561f 011384 bne 8 ,module_hci_event_receive_invalid_cmd 
+0x5620 011385 ifetch 8 ,contru 
+0x5621 011386 call le_set_dle 
+0x5622 011387 branch module_hci_event_receive_valid_cmd 
+:      011391 module_hci_cmd_read_chip_data:
+0x5623 011392 ifetchr rega ,1 ,contru 
+0x5624 011393 ifetchr regb ,2 ,contru 
+0x5625 011394 arg 0 ,temp 
+0x5626 011395 branch module_hci_event_set_cmd 
+:      011399 module_hci_cmd_write_chip_data:
+0x5627 011400 fetchr loopcnt ,1 ,mem_module_uart_len 
+0x5628 011401 increase -2 ,loopcnt 
+0x5629 011402 ifetch 2 ,contru 
+0x562a 011403 copy pdata ,contw 
+0x562b 011404 call uart_copy_rx_bytes_fast 
+0x562c 011405 branch module_hci_event_receive_valid_cmd 
+:      011410 module_hci_cmd_close_lpm:
+0x562d 011411 jam 0 ,mem_lpm_mode 
+0x562e 011412 branch module_hci_event_receive_valid_cmd 
+:      011417 module_hci_event_receive_invalid_cmd:
+0x562f 011418 arg 1 ,temp 
+0x5630 011419 arg 0 ,rega 
+0x5631 011420 branch module_hci_event_set_cmd 
+:      011423 module_hci_event_receive_valid_cmd:
+0x5632 011424 arg 0 ,temp 
+0x5633 011425 arg 0 ,rega 
+0x5634 011426 branch module_hci_event_set_cmd 
+:      011430 module_hci_event_le_connect:
+0x5635 011431 jam hci_event_le_conn_rep ,mem_module_uart_opcode 
+0x5636 011432 branch module_hci_event_enter_standby_mode_len0 
+:      011437 module_hci_event_le_disconnect:
+0x5637 011438 jam hci_event_le_dis_rep ,mem_module_uart_opcode 
+0x5638 011439 branch module_hci_event_enter_standby_mode_len0 
+:      011447 module_hci_event_set_cmd:
+0x5639 011448 fetch 1 ,mem_module_uart_opcode 
+0x563a 011449 copy pdata ,regc 
+0x563b 011450 jam hci_event_cmd_res ,mem_module_uart_opcode 
+0x563c 011451 setarg 2 
+0x563d 011452 iadd rega ,pdata 
+0x563e 011453 call module_hci_prepare_tx 
+0x563f 011454 copy regc ,pdata 
+0x5640 011455 istore 1 ,contwu 
+0x5641 011456 istoret 1 ,contwu 
+0x5642 011457 copy rega ,loopcnt 
+0x5643 011458 copy regb ,contr 
+0x5644 011459 call uart_copy_tx_bytes 
+0x5645 011460 branch module_hci_transmit_tx 
+:      011467 module_hci_event_receive_le_data:
+0x5646 011468 jam hci_event_le_data_rep ,mem_module_uart_opcode 
+0x5647 011469 add loopcnt ,2 ,pdata 
+0x5648 011470 call module_hci_prepare_tx 
+0x5649 011471 fetch 2 ,mem_module_le_rx_data_handle 
+0x564a 011472 istore 2 ,contwu 
+0x564b 011473 fetch 2 ,mem_module_le_rx_data_address 
+0x564c 011474 icopy contr 
+0x564d 011475 call uart_copy_tx_bytes_fast 
+0x564e 011476 copy contr ,pdata 
+0x564f 011477 store 2 ,mem_module_le_rx_data_address 
+0x5650 011478 branch module_hci_transmit_tx 
+:      011482 module_hci_event_enter_standby_mode:
+0x5651 011483 jam hci_event_standby_rep ,mem_module_uart_opcode 
+:      011484 module_hci_event_enter_standby_mode_len0:
+0x5652 011485 setarg 0 
+0x5653 011486 call module_hci_prepare_tx 
+0x5654 011487 branch module_hci_transmit_tx 
+:      011491 module_hci_event_status_res:
+0x5655 011492 jam hci_event_status_res ,mem_module_uart_opcode 
+0x5656 011493 setarg 1 
+0x5657 011494 call module_hci_prepare_tx 
+0x5658 011496 call module_hci_read_bt_status 
+0x5659 011498 fetch 2 ,mem_ui_state_map 
+0x565a 011499 arg ui_state_ble_connected ,queue 
+0x565b 011500 qisolate1 pdata 
+0x565c 011501 setflag true ,5 ,temp 
+0x565d 011505 istoret 1 ,contwu 
+0x565e 011506 branch module_hci_transmit_tx 
+:      011510 module_hci_read_bt_status:
+0x565f 011511 arg 0 ,temp 
+0x5660 011512 fetch 1 ,mem_le_adv_enable 
+0x5661 011513 arg 0 ,queue 
+0x5662 011514 qisolate1 pdata 
+0x5663 011515 setflag true ,2 ,temp 
+0x5664 011516 rtn 
+:      011520 module_hci_event_store_device:
+0x5665 011521 jam hci_event_nvram_rep ,mem_module_uart_opcode 
+0x5666 011522 fetch 1 ,mem_nv_data_number 
+0x5667 011523 mul32 pdata ,34 ,pdata 
+0x5668 011524 icopy loopcnt 
+0x5669 011525 call module_hci_prepare_tx 
+0x566a 011526 fetch 2 ,mem_nv_data_ptr 
+0x566b 011527 icopy contr 
+0x566c 011528 call uart_copy_tx_bytes_fast 
+0x566d 011529 branch module_hci_transmit_tx 
+:      011533 module_hci_event_invalid_packet:
+0x566e 011534 jam hci_event_invalid_packet ,mem_module_uart_opcode 
+0x566f 011535 fetch 2 ,core_uart_rxitems 
+0x5670 011536 arg 0x40 ,temp 
+0x5671 011537 call not_greater_than 
+0x5672 011538 copy pdata ,rega 
+0x5673 011539 copy pdata ,loopcnt 
+0x5674 011540 call uarta_prepare_rx 
+0x5675 011541 arg mem_module_rx_error_data_buffer ,contw 
+0x5676 011542 call uart_copy_rx_bytes_fast 
+0x5677 011543 copy rega ,pdata 
+0x5678 011544 copy rega ,loopcnt 
+0x5679 011545 call module_hci_prepare_tx 
+0x567a 011546 arg mem_module_rx_error_data_buffer ,contr 
+0x567b 011547 call uart_copy_tx_bytes_fast 
+0x567c 011548 branch module_hci_transmit_tx 
+:      011552 module_hci_event_passkey_entry_mode:
+0x567d 011553 jam hci_event_get_passkey ,mem_module_uart_opcode 
+0x567e 011554 branch module_hci_event_enter_standby_mode_len0 
+:      011558 module_hci_event_le_tk:
+0x567f 011559 jam hci_event_le_tk ,mem_module_uart_opcode 
+0x5680 011560 setarg 4 
+0x5681 011561 call module_hci_prepare_tx 
+0x5682 011562 fetch 4 ,mem_le_tk 
+0x5683 011563 istore 4 ,contwu 
+0x5684 011564 branch module_hci_transmit_tx 
+:      011568 module_hci_event_le_pairing_fail:
+0x5685 011569 arg flag_ble_pairing_fail ,rega 
+0x5686 011570 branch module_hci_event_pairing_completed 
+:      011572 module_hci_event_le_pairing_success:
+0x5687 011573 arg flag_ble_pairing_success ,rega 
+0x5688 011574 branch module_hci_event_pairing_completed 
+:      011577 module_hci_event_pairing_completed:
+0x5689 011578 jam hci_event_le_pairing_state ,mem_module_uart_opcode 
+0x568a 011579 setarg 2 
+0x568b 011580 call module_hci_prepare_tx 
+0x568c 011581 copy rega ,pdata 
+0x568d 011582 istore 2 ,contwu 
+0x568e 011583 branch module_hci_transmit_tx 
+:      011587 module_hci_event_pause_enc:
+0x568f 011588 arg flag_event_pause_enc ,regc 
+0x5690 011589 branch module_hci_event_enc 
+:      011591 module_hci_event_start_enc:
+0x5691 011592 arg flag_event_start_enc ,regc 
+:      011594 module_hci_event_enc:
+0x5692 011595 jam hci_event_le_encryption_state ,mem_module_uart_opcode 
+0x5693 011596 setarg 1 
+0x5694 011597 call module_hci_prepare_tx 
+0x5695 011598 copy regc ,pdata 
+0x5696 011599 istore 1 ,contwu 
+0x5697 011600 branch module_hci_transmit_tx 
+:      011606 module_hci_event_uuid_handle:
+0x5698 011607 storet 2 ,mem_temp 
+0x5699 011608 jam hci_event_uuid_handle ,mem_module_uart_opcode 
+0x569a 011609 setarg 2 
+0x569b 011610 call module_hci_prepare_tx 
+0x569c 011611 fetcht 2 ,mem_temp 
+0x569d 011612 istoret 2 ,contwu 
+0x569e 011613 branch module_hci_transmit_tx 
+:      011617 module_hci_event_le_input_passkey:
+0x569f 011618 jam hci_event_le_input_gkey ,mem_module_uart_opcode 
+0x56a0 011619 branch module_hci_event_enter_standby_mode_len0 
+:      011623 module_hci_event_le_update_phy:
+0x56a1 011624 jam hci_ble_update_phy_event ,mem_module_uart_opcode 
+0x56a2 011625 setarg 2 
+0x56a3 011626 call module_hci_prepare_tx 
+0x56a4 011627 fetch 2 ,mem_context + coffset_le_rx_phy 
+0x56a5 011628 istore 2 ,contwu 
+0x56a6 011629 branch module_hci_transmit_tx 
+:      011641 module_hci_prepare_tx:
+0x56a7 011642 jam 0x02 ,mem_module_uart_cmd 
+0x56a8 011643 store 1 ,mem_module_uart_len 
+0x56a9 011644 storet 8 ,mem_temp 
+0x56aa 011645 bpatch patch07_4 ,mem_patch07 
+0x56ab 011646 call module_set_mcu_wake_pin_high_delay 
+0x56ac 011647 fetcht 8 ,mem_temp 
+0x56ad 011648 call uarta_prepare_tx_register_push 
+0x56ae 011649 fetch 3 ,mem_module_uart_cmd 
+0x56af 011650 istore 3 ,contwu 
+0x56b0 011651 rtn 
+:      011653 module_hci_transmit_tx:
+0x56b1 011654 bpatch patch07_5 ,mem_patch07 
+0x56b2 011655 branch uarta_send_register_pop 
+:      011657 module_set_mcu_wake_pin_high_delay:
+0x56b3 011658 call module_check_mcu_wake_pin_high 
+0x56b4 011659 rtn true 
+:      011660 module_set_mcu_wake_pin_h_delay:
+0x56b5 011661 call module_set_mcu_wake_pin_high 
+0x56b6 011662 fetch 4 ,mem_module_mcu_wake_delay_us 
+0x56b7 011663 rshift2 pdata ,pdata 
+0x56b8 011664 rtn blank 
+0x56b9 011665 branch delay 
+:      011667 module_set_mcu_wake_pin_high:
+0x56ba 011668 fetcht 1 ,mem_module_mcu_wake_pin 
+0x56bb 011669 branch gpio_out_active 
+:      011671 module_check_mcu_wake_pin_high:
+0x56bc 011672 fetcht 1 ,mem_module_mcu_wake_pin 
+0x56bd 011673 branch gpio_check_active 
+:      011675 module_set_mcu_wake_pin_low:
+0x56be 011676 fetcht 1 ,mem_module_mcu_wake_pin 
+0x56bf 011677 branch gpio_out_inactive 
+:      011688 module_le_receive_data:
+0x56c0 011689 storer rega ,2 ,mem_module_le_rx_data_address 
+0x56c1 011690 storer regb ,2 ,mem_module_le_rx_data_len 
+0x56c2 011691 fetch 2 ,mem_le_att_handle 
+0x56c3 011692 store 2 ,mem_module_le_rx_data_handle 
+0x56c4 011693 call module_check_ble_encrypt_state 
+0x56c5 011694 rtn user 
+:      011696 module_le_receive_data_ok:
+0x56c6 011697 fetcht 2 ,mem_module_le_rx_data_len 
+0x56c7 011698 fetch 1 ,mem_module_ble_data_uart_max_length 
+0x56c8 011699 call not_greater_than 
+0x56c9 011700 copy pdata ,loopcnt 
+0x56ca 011701 copy temp ,pdata 
+0x56cb 011702 isub loopcnt ,pdata 
+0x56cc 011703 store 2 ,mem_module_le_rx_data_len 
+0x56cd 011704 call module_hci_event_receive_le_data 
+0x56ce 011705 fetch 2 ,mem_module_le_rx_data_len 
+0x56cf 011706 rtn blank 
+0x56d0 011707 branch module_le_receive_data_ok 
+:      011712 module_bb_event_timer:
+:      011715 module_read_vdd_timer:
+0x56d1 011716 fetch 1 ,mem_module_read_vdd_flag 
+0x56d2 011717 rtn blank 
+0x56d3 011718 fetch 1 ,mem_module_read_vdd_count 
+0x56d4 011719 rtn blank 
+0x56d5 011720 increase -1 ,pdata 
+0x56d6 011721 store 1 ,mem_module_read_vdd_count 
+0x56d7 011722 nrtn blank 
+0x56d8 011723 jam flag_module_read_vdd_count ,mem_module_read_vdd_count 
+0x56d9 011724 call enable_adc 
+0x56da 011725 call vdd_calculate_by_mode 
+0x56db 011726 div pdata ,0x64 
+0x56dc 011727 call get_div_result 
+0x56dd 011728 remainder temp 
+0x56de 011729 store 1 ,mem_module_vdd_quotient 
+0x56df 011730 storet 1 ,mem_module_vdd_remainder 
+0x56e0 011731 rtn 
+:      011737 module_set_le_tx_data_flag:
+0x56e1 011738 arg module_flag_ble_data_finish ,queue 
+0x56e2 011739 branch module_set_state 
+:      011741 module_clear_le_tx_data_flag:
+0x56e3 011742 arg module_flag_ble_data_finish ,queue 
+0x56e4 011743 branch module_clr_state 
+:      011745 module_clr_state:
+0x56e5 011746 fetch 2 ,mem_module_flag 
+0x56e6 011747 qset0 pdata 
+0x56e7 011748 store 2 ,mem_module_flag 
+0x56e8 011749 rtn 
+:      011751 module_set_state:
+0x56e9 011752 fetch 2 ,mem_module_flag 
+0x56ea 011753 qset1 pdata 
+0x56eb 011754 store 2 ,mem_module_flag 
+0x56ec 011755 rtn 
+:      011760 mouse_init:
+0x56ed 011761 call enable_authrom 
+0x56ee 011762 call mouse_setting_config 
+0x56ef 011763 call mouse_init_sunt 
+0x56f0 011764 rtn wake 
+0x56f1 011765 call mouse_dpi_config 
+0x56f2 011766 call mouse_drawing_optima_init 
+0x56f3 011767 call mouse_cb_fuction 
+0x56f4 011768 call mouse_sensor_powerdown 
+:      011769 mouse_init_wireless:
+0x56f5 011770 fetch 2 ,mem_ui_state_map 
+0x56f6 011771 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x56f7 011772 call mouse_check_select_device_by_switch 
+0x56f8 011773 branch mouse_start_work 
+:      011776 mouse_cb_fuction:
+0x56f9 011777 setarg mouse_24g_before_lpm_sleep 
+0x56fa 011778 store 2 ,mem_cb_before_lpm_sleep 
+0x56fb 011779 setarg mouse_24g_package_data 
+0x56fc 011780 store 2 ,mem_cb_24g_transmit_data 
+0x56fd 011781 setarg mouse_24g_search_dongle 
+0x56fe 011782 store 2 ,mem_cb_24g_search_receiver 
+0x56ff 011783 setarg mouse_lpm_before_common 
+0x5700 011784 store 2 ,mem_cb_24g_lpm_before 
+0x5701 011785 setarg mouse_le 
+0x5702 011786 store 2 ,mem_cb_le_process 
+0x5703 011787 setarg mouse_process_lpm_before 
+0x5704 011788 store 2 ,mem_cb_before_lpm 
+0x5705 011789 setarg mouse_priority_bb_event 
+0x5706 011790 store 2 ,mem_cb_bb_event_process 
+0x5707 011791 setarg mouse_idle 
+0x5708 011792 store 2 ,mem_cb_idle_process 
+0x5709 011793 setarg mouse_before_hibernate 
+0x570a 011794 store 2 ,mem_cb_before_hibernate 
+0x570b 011795 setarg mouse_le_bb_event_connect_complete 
+0x570c 011796 store 2 ,mem_cb_att_write 
+0x570d 011797 setarg mouse_bb_event_timer 
+0x570e 011798 store 2 ,mem_cb_event_timer 
+0x570f 011799 setarg mouse_spi_write_flash_cb 
+0x5710 011800 store 2 ,mem_cb_spi_flash_write_complate 
+0x5711 011801 setarg mouse_lpm_check_wake_lock 
+0x5712 011802 store 2 ,mem_cb_check_wakelock 
+0x5713 011803 setarg mouse_le_transmit 
+0x5714 011804 store 2 ,mem_cb_ble_transmit 
+0x5715 011805 setarg mouse_set_lpm_mult 
+0x5716 011806 store 2 ,mem_cb_bt_set_mult 
+0x5717 011807 rtn 
+:      011810 mouse_setting_config:
+0x5718 011811 rtn wake 
+0x5719 011812 call g24_transmit_init 
+0x571a 011813 call g24_chmap_param_init 
+0x571b 011814 call mouse_gpio_init 
+0x571c 011815 call mouse_param_init 
+0x571d 011816 call le_set_config_fixed_ltk 
+0x571e 011817 call le_set_justwork 
+0x571f 011818 call le_set_fixed_ltk 
+0x5720 011819 call le_set_config_read_authentication 
+0x5721 011820 fetch mouse_flag_len ,mem_mouse_flag 
+0x5722 011821 bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+0x5723 011822 bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+0x5724 011823 rtn 
+:      011825 mouse_xtal_init:
+0x5725 011826 jam 0x08 ,mem_fcomp_div 
+0x5726 011827 fetch mouse_flag_len ,mem_mouse_flag 
+0x5727 011828 rtnbit1 mouse_enable_16m 
+0x5728 011829 jam 0x18 ,mem_fcomp_div 
+0x5729 011830 rtn 
+:      011832 mouse_24g_phy_select:
+0x572a 011833 call g24_enable_1m 
+0x572b 011834 fetch mouse_flag_len ,mem_mouse_flag 
+0x572c 011835 rtnbit0 mouse_enable_24g_2m_phy 
+0x572d 011836 branch g24_enable_2m 
+:      011838 mouse_default_init:
+0x572e 011839 fetch 2 ,mem_mouse_24g_pair_timeout_init 
+0x572f 011840 store 2 ,mem_24g_pair_timeout_init 
+0x5730 011842 fetch 1 ,mem_mouse_24g_reconn_timeout_init 
+0x5731 011843 store 2 ,mem_24g_reconn_timeout_init 
+0x5732 011845 fetch 5 ,mem_rssi_dis_min_24g_init 
+0x5733 011846 store 5 ,mem_rssi_dis_min_24g 
+0x5734 011848 fetch 1 ,mem_mouse_24g_pair_tx_power 
+0x5735 011849 store 1 ,mem_24g_pair_tx_power 
+0x5736 011851 fetch 1 ,mem_mouse_enable_flag 
+0x5737 011852 isolate1 mouse_adc_enable ,pdata 
+0x5738 011853 call mouse_adc_read_enable ,true 
+0x5739 011855 fetch 1 ,mem_mouse_enable_flag 
+0x573a 011856 isolate1 mouse_24g_250hz_enable ,pdata 
+0x573b 011857 call mouse_24g_set_250hz ,true 
+0x573c 011858 fetch 1 ,mem_mouse_enable_flag 
+0x573d 011859 isolate1 mouse_search_dongle_enable ,pdata 
+0x573e 011860 call mouse_24g_search_dongle_enable ,true 
+0x573f 011861 fetch 1 ,mem_mouse_enable_flag 
+0x5740 011862 isolate1 mouse_clk_16m_enable ,pdata 
+0x5741 011863 call mouse_16m_enable ,true 
+0x5742 011864 fetch 1 ,mem_mouse_enable_flag 
+0x5743 011865 isolate1 mouse_dpi_4_level_enable ,pdata 
+0x5744 011866 call mouse_dpi_4level_enable ,true 
+0x5745 011867 fetch 1 ,mem_mouse_enable_flag 
+0x5746 011868 isolate1 mouse_keyboard_enable ,pdata 
+0x5747 011869 call mouse_customer_key_enable ,true 
+0x5748 011871 fetch 1 ,mem_24g_ch_map_update 
+0x5749 011872 ncall g24_chamap_param_update ,blank 
+0x574a 011874 call mouse_xtal_init 
+0x574b 011875 call mouse_adc_vol_init 
+0x574c 011876 call mouse_24g_phy_select 
+0x574d 011877 call mouse_24g_long_sleep_set 
+0x574e 011878 branch g24_pair_param_init 
+:      011880 mouse_param_init:
+0x574f 011881 setarg mouse_ble_att_list_addr 
+0x5750 011882 store 2 ,mem_ui_le_uuid_table 
+0x5751 011883 jam 3 ,mem_lpm_mult_timeout 
+0x5752 011884 jam 8 ,mem_lpm_overhead 
+0x5753 011885 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x5754 011886 jam pb_button_state_up ,mem_select_device_button_statue 
+0x5755 011887 jam commbination_key_state_up ,mem_commbination_key_statue 
+0x5756 011888 setarg 0x0200 
+0x5757 011889 store 2 ,mem_lpm_interval 
+0x5758 011890 jam 0x17 ,mem_le_local_mtu 
+0x5759 011891 jam 0x17 ,mem_le_remote_mtu 
+0x575a 011893 setarg 0x0a77 
+0x575b 011894 store 2 ,mem_spi_init_clk 
+0x575c 011895 setsect 0 ,0x1224 
+0x575d 011896 setsect 1 ,0x4000 
+0x575e 011897 setsect 2 ,0x0 
+0x575f 011898 istore 5 ,contw 
+0x5760 011900 setarg mem_le_tx_buffer0_omemalloc 
+0x5761 011901 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x5762 011902 setarg mouse_ble_l2cap_txbuff_size 
+0x5763 011903 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x5764 011905 call mouse_device_led_all_off 
+0x5765 011906 call mouse_device_poweron_timer_init 
+0x5766 011907 call mouse_adc_gpio_mux_init 
+0x5767 011909 fetch mouse_flag_len ,mem_mouse_flag 
+0x5768 011910 bbit0 mouse_enable_bt_125hz ,mouse_param_init_intervl_end 
+0x5769 011911 setarg le_interval_7_5ms 
+0x576a 011912 store 2 ,mem_le_interval_min 
+0x576b 011913 store 2 ,mem_le_interval_min + 2 
+:      011914 mouse_param_init_intervl_end:
+0x576c 011915 call g24_interval_param_8ms 
+0x576d 011916 fetch mouse_flag_len ,mem_mouse_flag 
+0x576e 011917 bbit0 mouse_enable_24g_250hz ,mouse_24g_short_sleep_set_end 
+0x576f 011918 call g24_interval_param_4ms 
+:      011919 mouse_24g_short_sleep_set_end:
+0x5770 011920 fetch 1 ,mem_device_flag 
+0x5771 011921 store 1 ,mem_device_flag_temp 
+0x5772 011922 fetch 3 ,mem_le_lap + 3 
+0x5773 011923 store 3 ,mem_mouse_le_lap_temp 
+0x5774 011924 fetch 1 ,mem_adc_config_flag_init 
+0x5775 011925 and pdata ,0xfe ,pdata 
+0x5776 011926 store 1 ,mem_adc_config_flag_init 
+0x5777 011927 store 1 ,mem_adc_config_flag 
+0x5778 011928 setarg 0 
+0x5779 011929 store 7 ,mem_mouse_key 
+0x577a 011930 fetch 1 ,mem_ui_button_timeout 
+0x577b 011931 store 1 ,mem_bt_discovery_count 
+0x577c 011932 store 1 ,mem_select_device_count 
+0x577d 011933 call le_modified_name_adv 
+:      011934 mouse_sensor_set_angle:
+0x577e 011935 bpatchx patch31_2 ,mem_patch31 
+0x577f 011936 fetch 1 ,mem_sensor_angle_default 
+0x5780 011937 store 1 ,mem_config_sensor_angle 
+0x5781 011938 fetch 1 ,mem_select_sensor_angle_gpio 
+0x5782 011939 rtneq gpio_disable 
+0x5783 011940 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x5784 011941 call mouse_gpio_config_input_pu 
+0x5785 011942 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x5786 011943 call gpio_get_bit 
+0x5787 011944 call mouse_sensor_switch_angle ,true 
+0x5788 011945 branch mouse_gpio_config_input_pd 
+:      011946 mouse_sensor_switch_angle:
+0x5789 011947 fetch 1 ,mem_sensor_angle_switch 
+0x578a 011948 store 1 ,mem_config_sensor_angle 
+0x578b 011949 rtn 
+:      011951 mouse_start_work:
+0x578c 011952 bpatch patch07_6 ,mem_patch07 
+0x578d 011953 fetch mouse_flag_len ,mem_mouse_flag 
+0x578e 011954 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
+0x578f 011955 fetch 1 ,mem_device_flag 
+0x5790 011956 beq mode_24g_device ,mouse_24g_start_mode 
+0x5791 011957 call mouse_wakeup_from_power_check 
+0x5792 011958 nbranch mouse_buletooth_fast_conn_init ,user 
+:      011959 mouse_start_reconnect_device:
+0x5793 011960 bpatch patch07_7 ,mem_patch07 
+0x5794 011961 arg mem_device1_type ,rega 
+0x5795 011962 fetch 1 ,mem_device_flag 
+0x5796 011963 increase -1 ,pdata 
+0x5797 011964 mul32 pdata ,29 ,pdata 
+0x5798 011965 iadd rega ,rega 
+0x5799 011966 ifetch 1 ,rega 
+0x579a 011967 store 1 ,mem_xrecord_mode 
+:      011968 mouse_start_reconnect:
+0x579b 011969 fetch 1 ,mem_xrecord_mode 
+0x579c 011970 beq rec_4_mode ,mouse4_0_check_reconn_target 
+0x579d 011971 branch mouse_start_discovery 
+:      011974 mouse_wakeup_from_power_check:
+0x579e 011975 bpatch patch08_0 ,mem_patch08 
+0x579f 011976 disable user 
+0x57a0 011977 fetch mouse_flag_len ,mem_mouse_flag 
+0x57a1 011978 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_from_power 
+0x57a2 011979 fetch 1 ,mem_wakup_from_power_flag 
+0x57a3 011980 bbit0 bit_power_on ,mouse_wakeup_from_power 
+0x57a4 011981 enable user 
+:      011982 mouse_wakeup_from_power:
+0x57a5 011983 fetch 1 ,mem_reconn_times_init 
+0x57a6 011984 store 1 ,mem_reconn_times 
+0x57a7 011985 rtn 
+:      011988 mouse4_0_check_reconn_target:
+0x57a8 011989 jam 1 ,mem_mouse_le_reconnect_flag 
+0x57a9 011990 fetcht 1 ,mem_mouse_fast_direct_timeout 
+0x57aa 011991 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x57ab 011992 beq 0xff ,mouse4_0_check_reconn_target_next 
+0x57ac 011993 fetcht 1 ,mem_mouse_direct_timeout 
+:      011994 mouse4_0_check_reconn_target_next:
+0x57ad 011995 storet 1 ,mem_mouse_direct_timer 
+0x57ae 011996 call app_lpm_mult_disable 
+0x57af 011997 fetch 3 ,mem_le_adv_direct_ind 
+0x57b0 011998 store 3 ,mem_le_adv_data + 4 
+0x57b1 011999 call mouse_le_check_adv_flag 
+0x57b2 012000 setarg adv_flag_bredr_not_supported 
+0x57b3 012001 istore 1 ,contr 
+0x57b4 012002 arg mem_le_scan_data ,contr 
+0x57b5 012003 call mouse_le_adv_data_update 
+0x57b6 012004 branch check_51cmd_adv 
+:      012008 mouse_lpm_check_wake_lock:
+0x57b7 012009 bmark1 mark_24g ,app_get_lpm_wake_lock 
+0x57b8 012010 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x57b9 012011 branch app_get_lpm_wake_lock ,blank 
+0x57ba 012012 fetch 1 ,mem_mouse_le_conn_param_reject 
+0x57bb 012013 beq le_lpm_disable ,app_get_lpm_wake_lock 
+0x57bc 012014 fetch 1 ,mem_mouse_wheel_trigger 
+0x57bd 012015 nbranch app_get_lpm_wake_lock ,blank 
+0x57be 012016 branch app_put_lpm_wake_lock 
+:      012018 mouse_delay_enter_hibernata:
+0x57bf 012019 fetch 1 ,mem_mouse_direct_timeout 
+0x57c0 012020 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+0x57c1 012021 rtn 
+:      012023 mouse_power_down:
+0x57c2 012024 call mouse_device_led_all_off 
+:      012025 mouse_app_enter_hibernate:
+0x57c3 012026 bpatch patch08_1 ,mem_patch08 
+0x57c4 012027 setarg pan_reg_config 
+0x57c5 012028 call twspi_read 
+0x57c6 012029 bbit1 3 ,mouse_app_enter_hibernate_next 
+0x57c7 012030 call mouse_sensor_reset 
+0x57c8 012031 call mouse_sensor_powerdown 
+:      012032 mouse_app_enter_hibernate_next:
+0x57c9 012033 call mouse_setgpio_hibernate 
+0x57ca 012034 branch app_enter_hibernate 
+:      012036 mouse_before_hibernate:
+0x57cb 012037 bpatch patch08_2 ,mem_patch08 
+0x57cc 012038 fetch 4 ,core_lpm_ctrl 
+0x57cd 012039 set1 26 ,pdata 
+0x57ce 012040 store 4 ,core_lpm_reg 
+0x57cf 012041 call lpm_write_ctrl 
+0x57d0 012042 call disable_authrom 
+0x57d1 012043 call mouse_device_led_all_off 
+0x57d2 012044 call mouse_before_hibernate_wheel_gpio_set 
+0x57d3 012045 call mouse_setgpio_hibernate 
+0x57d4 012046 call mouse_flash_power_down 
+0x57d5 012047 fetcht 1 ,mem_sensor_motion_gpio 
+0x57d6 012048 branch gpio_clr_wake 
+:      012051 mouse_setgpio_hibernate:
+0x57d7 012052 bpatch patch08_3 ,mem_patch08 
+0x57d8 012053 call mouse_set_sdio_high 
+0x57d9 012054 call clear_wake 
+0x57da 012055 call mouse_lpm_before_common 
+0x57db 012056 call mouse_gpio_pu_idle 
+0x57dc 012057 fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+0x57dd 012058 call mouse_gpio_config_input_pu 
+0x57de 012059 call mouse_gpio_set_high_impedance 
+0x57df 012060 call mouse_adc_gpio_set_before_hibernate 
+0x57e0 012061 branch mouse_wheel_gpio_set_before_hibernate 
+:      012063 mouse_wheel_gpio_set_before_hibernate:
+0x57e1 012064 fetch mouse_flag_len ,mem_mouse_flag 
+0x57e2 012065 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+:      012066 mouse_wheel_gpio_clr_wakeup:
+0x57e3 012067 fetcht 1 ,mem_whee_a_data_gpio 
+0x57e4 012068 call gpio_clr_wake 
+0x57e5 012069 fetcht 1 ,mem_whee_b_data_gpio 
+0x57e6 012070 call gpio_clr_wake 
+0x57e7 012071 fetch 1 ,mem_whee_a_data_gpio 
+0x57e8 012072 arg gpcfg_pulldown ,temp 
+0x57e9 012073 call gpio_config_function_int 
+0x57ea 012074 fetch 1 ,mem_whee_b_data_gpio 
+0x57eb 012075 arg gpcfg_pulldown ,temp 
+0x57ec 012076 branch gpio_config_function_int 
+:      012078 mouse_adc_gpio_set_before_hibernate:
+0x57ed 012079 fetch mouse_flag_len ,mem_mouse_flag 
+0x57ee 012080 rtnbit0 mouse_enable_adc 
+0x57ef 012081 fetch 1 ,mem_adc_config_flag_init 
+0x57f0 012082 rtnne adc_config_gpio 
+0x57f1 012083 fetch 1 ,mem_adc_channel_gpio 
+0x57f2 012084 arg gpcfg_no_ie ,temp 
+0x57f3 012085 branch gpio_config_function_int 
+:      012089 mouse_gpio_pu_idle:
+0x57f4 012090 arg core_gpio_conf ,contr 
+0x57f5 012091 arg 19 ,loopcnt 
+:      012092 mouse_gpio_pu_idle_loop:
+0x57f6 012093 ifetch 1 ,contr 
+0x57f7 012094 nbranch mouse_gpio_pu_idle_configured ,blank 
+0x57f8 012095 setarg 0x40 
+0x57f9 012096 add contr ,-1 ,contw 
+0x57fa 012097 istore 1 ,contw 
+:      012098 mouse_gpio_pu_idle_configured:
+0x57fb 012099 loop mouse_gpio_pu_idle_loop 
+0x57fc 012100 rtn 
+:      012103 mouse_process_lpm_before:
+0x57fd 012104 rtnmark1 mark_24g 
+0x57fe 012105 call mouse_lpm_before_common 
+0x57ff 012106 fetch 1 ,mem_lpm_current_mult 
+0x5800 012107 nrtn blank 
+0x5801 012108 branch gpio_clr_wake 
+:      012110 mouse_lpm_before_common:
+0x5802 012111 bpatch patch08_4 ,mem_patch08 
+0x5803 012112 fetcht 1 ,mem_whee_a_data_gpio 
+0x5804 012113 call gpio_config_input 
+0x5805 012114 fetcht 1 ,mem_whee_b_data_gpio 
+0x5806 012115 call gpio_config_input 
+0x5807 012117 call mouse_wheel_check 
+0x5808 012118 fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0x5809 012119 arg gpcfg_output_high ,temp 
+0x580a 012120 call gpio_config_function_int 
+0x580b 012121 call twspi_disable 
+0x580c 012123 fetcht 1 ,mem_lbutton_gpio 
+0x580d 012124 call gpio_set_wake 
+0x580e 012125 fetcht 1 ,mem_rbutton_gpio 
+0x580f 012126 call gpio_set_wake 
+0x5810 012127 fetcht 1 ,mem_mbutton_gpio 
+0x5811 012128 call gpio_set_wake 
+0x5812 012130 fetcht 1 ,mem_bk_button_gpio 
+0x5813 012131 call gpio_set_wake 
+0x5814 012132 fetcht 1 ,mem_fw_button_gpio 
+0x5815 012133 call gpio_set_wake 
+0x5816 012134 fetcht 1 ,mem_dpi_button_gpio 
+0x5817 012135 call gpio_set_wake 
+0x5818 012136 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5819 012137 call gpio_set_wake 
+0x581a 012139 fetcht 1 ,mem_customer_key_gpio 
+0x581b 012140 call gpio_set_wake 
+0x581c 012142 fetcht 1 ,mem_whee_a_data_gpio 
+0x581d 012143 call gpio_set_wake_by_current_state 
+0x581e 012144 fetcht 1 ,mem_whee_b_data_gpio 
+0x581f 012145 call gpio_set_wake_by_current_state 
+0x5820 012146 fetcht 1 ,mem_whee_ta_data_gpio 
+0x5821 012147 call gpio_set_wake_by_current_state 
+0x5822 012148 fetcht 1 ,mem_whee_tb_data_gpio 
+0x5823 012149 call gpio_set_wake_by_current_state 
+0x5824 012150 fetcht 1 ,mem_sensor_motion_gpio 
+0x5825 012151 branch gpio_set_wake 
+:      012155 mouse_set_mult:
+0x5826 012156 fetch 2 ,mem_ui_state_map 
+0x5827 012157 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
+0x5828 012158 rtn 
+:      012159 mouse_set_ble_mult:
+0x5829 012160 copy rega ,pdata 
+0x582a 012161 nbranch le_set_config_short_mult ,blank 
+0x582b 012162 branch le_clr_config_short_mult 
+:      012169 mouse_adc_gpio_set:
+0x582c 012170 fetch 1 ,mem_adc_config_flag 
+0x582d 012171 rtnne adc_config_gpio 
+:      012172 mouse_adc_gpio_check_output:
+0x582e 012173 bpatch patch08_5 ,mem_patch08 
+0x582f 012174 fetcht 1 ,mem_adc_channel 
+0x5830 012175 sub temp ,3 ,null 
+0x5831 012176 branch mouse_adc_gpio_4_7_set ,positive 
+0x5832 012177 increase 5 ,temp 
+0x5833 012178 storet 1 ,mem_adc_channel_gpio 
+:      012179 mouse_adc_gpio_set_next:
+0x5834 012180 copy temp ,rega 
+0x5835 012181 call gpio_get_config 
+0x5836 012182 beq gpcfg_output_high ,mouse_set_24g_led_statue 
+0x5837 012183 call mouse_clear_24g_led_statue 
+0x5838 012184 copy rega ,temp 
+0x5839 012185 branch gpio_set_high_impedance 
+:      012187 mouse_adc_gpio_4_7_set:
+0x583a 012188 increase 4 ,temp 
+0x583b 012189 storet 1 ,mem_adc_channel_gpio 
+0x583c 012190 branch mouse_adc_gpio_set_next 
+:      012192 mouse_adc_vol_init:
+0x583d 012193 fetch 1 ,mem_adc_config_flag_init 
+0x583e 012194 beq adc_config_gpio ,mouse_adc_gpio_vol_init 
+0x583f 012195 beq adc_config_vinlpm ,mouse_adc_gpio_vinlpm_init 
+0x5840 012196 jam adc_config_vinlpm ,mem_adc_config_flag_init 
+0x5841 012197 setarg 0x2c0172 
+0x5842 012198 store 3 ,mem_mouse_vdd_full_vol 
+0x5843 012199 setarg 0x014001 
+0x5844 012200 istore 3 ,contw 
+0x5845 012201 rtn 
+:      012202 mouse_adc_gpio_vol_init:
+0x5846 012203 setarg 0x5d0099 
+0x5847 012204 store 3 ,mem_mouse_vdd_full_vol 
+0x5848 012205 setarg 0x007100 
+0x5849 012206 istore 3 ,contw 
+0x584a 012207 rtn 
+:      012208 mouse_adc_gpio_vinlpm_init:
+0x584b 012209 setarg 0xc8012c 
+0x584c 012210 store 3 ,mem_mouse_vdd_full_vol 
+0x584d 012211 setarg 0x00dc00 
+0x584e 012212 istore 3 ,contw 
+0x584f 012213 rtn 
+:      012215 mouse_adc_gpio_mux_init:
+0x5850 012216 fetch mouse_flag_len ,mem_mouse_flag 
+0x5851 012217 rtnbit0 mouse_enable_adc 
+0x5852 012218 jam mouse_adc_check_multiple ,mem_adc_mux_status 
+0x5853 012219 rtnbit1 mouse_enable_dpi_key_connect_adc 
+0x5854 012220 rtnbit1 mouse_enable_select_device_by_switch_adc 
+0x5855 012221 jam mouse_adc_check_battery_only ,mem_adc_mux_status 
+0x5856 012222 rtn 
+:      012224 mouse_adc_read_interval:
+0x5857 012225 fetch 1 ,mem_adc_read_timer 
+0x5858 012226 increase 1 ,pdata 
+0x5859 012227 store 1 ,mem_adc_read_timer 
+0x585a 012228 fetcht 1 ,mem_adc_read_time_init 
+0x585b 012229 isub temp ,null 
+0x585c 012230 rtn 
+:      012232 mouse_adc_read:
+0x585d 012233 fetch mouse_flag_len ,mem_mouse_flag 
+0x585e 012234 rtnbit0 mouse_enable_adc 
+0x585f 012235 call mouse_adc_gpio_set 
+0x5860 012236 fetch 1 ,mem_adc_mux_status 
+0x5861 012237 branch mouse_adc_read_battery ,blank 
+0x5862 012238 fetch 1 ,mem_adc_config_flag 
+0x5863 012239 beq adc_config_gpio ,mouse_adc_read_gpio_mux_start 
+0x5864 012240 jam mouse_adc_check_vinlpm_multiple ,mem_adc_mux_status 
+0x5865 012241 call mouse_adc_read_interval 
+0x5866 012242 branch mouse_adc_read_gpio ,positive 
+0x5867 012243 call mouse_adc_read_vinlpm 
+0x5868 012244 branch mouse_adc_read_start 
+:      012246 mouse_adc_read_gpio_mux_start:
+0x5869 012247 jam mouse_adc_check_gpio_multiple ,mem_adc_mux_status 
+0x586a 012248 branch mouse_adc_read_start 
+:      012250 mouse_adc_read_gpio:
+0x586b 012251 call mouse_adc_gpio_check_output 
+0x586c 012252 jam adc_config_gpio ,mem_adc_config_flag 
+0x586d 012253 fetch 1 ,mem_24g_device_led_status 
+0x586e 012254 ncall mouse_adc_read_vinlpm ,blank 
+0x586f 012255 branch mouse_adc_read_start 
+:      012257 mouse_adc_read_vinlpm:
+0x5870 012258 jam 0 ,mem_adc_read_timer 
+0x5871 012259 fetch 1 ,mem_adc_config_flag_init 
+0x5872 012260 store 1 ,mem_adc_config_flag 
+0x5873 012261 rtn 
+:      012263 mouse_adc_read_battery:
+0x5874 012264 fetch 1 ,mem_adc_config_flag 
+0x5875 012265 bne adc_config_gpio ,mouse_adc_read_battery_start 
+0x5876 012266 fetch 1 ,mem_24g_device_led_status 
+0x5877 012267 nrtn blank 
+:      012268 mouse_adc_read_battery_start:
+0x5878 012269 call mouse_adc_read_interval 
+0x5879 012270 nrtn positive 
+:      012271 mouse_adc_read_start:
+0x587a 012272 bpatch patch08_6 ,mem_patch08 
+0x587b 012273 fetch 1 ,mem_24g_device_led_status 
+0x587c 012274 nrtn blank 
+0x587d 012275 jam 0 ,mem_adc_read_timer 
+0x587e 012276 call enable_adc 
+0x587f 012277 call vdd_calculate_by_mode 
+0x5880 012278 store 2 ,mem_mouse_vdd_now_vol 
+0x5881 012279 fetch 1 ,mem_adc_config_flag 
+0x5882 012280 bne adc_config_gpio ,mouse_adc_data_process 
+0x5883 012281 fetcht 2 ,mem_mouse_vdd_now_vol 
+0x5884 012282 mul32 temp ,8 ,pdata 
+0x5885 012283 div pdata ,10 
+0x5886 012284 call get_div_result 
+0x5887 012285 iadd temp ,pdata 
+0x5888 012286 store 2 ,mem_mouse_vdd_now_vol 
+:      012287 mouse_adc_data_process:
+0x5889 012288 arg mem_mouse_vdd_calculate_set ,rega 
+0x588a 012289 call mouse_adc_bat_percent_lowpower_out 
+0x588b 012290 fetch 1 ,mem_adc_power_flag 
+0x588c 012291 bbit1 2 ,mouse_adc_button_press 
+0x588d 012292 bbit1 1 ,mouse_power_down 
+0x588e 012293 bbit0 0 ,mouse_adc_no_low_voltage 
+0x588f 012294 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x5890 012295 branch mouse_adc_low_voltage 
+:      012297 mouse_adc_low_voltage:
+0x5891 012298 arg mouse_low_voltage_flag ,queue 
+0x5892 012299 branch mouse_enable_function_flag 
+:      012300 mouse_adc_no_low_voltage:
+0x5893 012301 arg mouse_low_voltage_flag ,queue 
+0x5894 012302 call mouse_disable_function_flag 
+0x5895 012303 jam 12 ,mem_adc_low_volatage_led_timer_count 
+0x5896 012304 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x5897 012305 rtn blank 
+0x5898 012306 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+0x5899 012307 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x589a 012308 branch mouse_led_off 
+:      012310 mouse_adc_bat_percent_lowpower_out:
+0x589b 012311 bpatch patch08_7 ,mem_patch08 
+0x589c 012312 ifetch 8 ,rega 
+0x589d 012313 store 8 ,mem_pdatatemp 
+0x589e 012314 fetch 1 ,mem_adc_mux_status 
+0x589f 012315 beq mouse_adc_check_battery_only ,mouse_adc_bat_percent_lowpower_out_battery 
+0x58a0 012316 beq mouse_adc_check_gpio_multiple ,mouse_adc_bat_percent_lowpower_out_gpio_multiple 
+0x58a1 012317 beq mouse_adc_check_vinlpm_multiple ,mouse_adc_bat_percent_lowpower_out_vinlpm_multiple 
+:      012318 mouse_adc_bat_percent_lowpower_out_gpio_multiple:
+0x58a2 012319 fetch mouse_flag_len ,mem_mouse_flag 
+0x58a3 012320 bbit0 mouse_enable_dpi_key_connect_adc ,mouse_adc_bat_percent_lowpower_out_gpio_switch 
+0x58a4 012321 fetch 2 ,mem_pdatatemp + 6 
+0x58a5 012322 fetcht 2 ,mem_mouse_vdd_button_press_vol 
+0x58a6 012323 isub temp ,null 
+0x58a7 012324 nbranch mouse_adc_set_button_press_flag ,positive 
+:      012325 mouse_adc_bat_percent_lowpower_out_gpio_switch:
+0x58a8 012326 fetch mouse_flag_len ,mem_mouse_flag 
+0x58a9 012327 bbit0 mouse_enable_select_device_by_switch_adc ,mouse_adc_bat_percent_lowpower_out_battery 
+0x58aa 012328 jam 0 ,mem_mouse_adc_button_press_flag 
+0x58ab 012329 fetch 2 ,mem_pdatatemp + 6 
+0x58ac 012330 fetcht 2 ,mem_mouse_vdd_switch_gnd_24g_vol 
+0x58ad 012331 isub temp ,null 
+0x58ae 012332 nbranch mouse_select_24gdevice ,positive 
+0x58af 012333 call mouse_select_btdevice 
+0x58b0 012334 branch mouse_adc_bat_percent_lowpower_out_battery 
+:      012336 mouse_select_24gdevice:
+0x58b1 012337 call mouse_check_select_24gdevice 
+:      012338 mouse_adc_bat_percent_lowpower_out_battery:
+0x58b2 012339 call mouse_adc_clear_button_press_flag 
+0x58b3 012340 call adc_clear_no_power_flag 
+0x58b4 012341 call adc_clear_low_power_flag 
+0x58b5 012342 fetch 2 ,mem_pdatatemp + 6 
+0x58b6 012343 fetcht 2 ,mem_pdatatemp + 2 
+0x58b7 012344 isub temp ,null 
+0x58b8 012345 ncall adc_set_no_power_flag ,positive 
+0x58b9 012346 fetcht 2 ,mem_pdatatemp + 4 
+0x58ba 012347 isub temp ,null 
+0x58bb 012348 ncall adc_set_low_power_flag ,positive 
+:      012349 mouse_adc_bat_level_set:
+0x58bc 012350 fetch 2 ,mem_pdatatemp + 6 
+0x58bd 012351 fetcht 2 ,mem_pdatatemp 
+0x58be 012352 isub temp ,null 
+0x58bf 012353 branch mouse_adc_bat_level_100_percent ,positive 
+0x58c0 012354 fetcht 2 ,mem_pdatatemp + 2 
+0x58c1 012355 isub temp ,pdata 
+0x58c2 012356 nbranch mouse_adc_bat_level_0_percent ,positive 
+0x58c3 012357 branch mouse_adc_bat_level_0_percent ,blank 
+0x58c4 012358 mul32 pdata ,100 ,rega 
+0x58c5 012359 fetch 2 ,mem_pdatatemp 
+0x58c6 012360 fetcht 2 ,mem_pdatatemp + 2 
+0x58c7 012361 isub temp ,temp 
+0x58c8 012362 copy rega ,pdata 
+0x58c9 012363 idiv temp 
+0x58ca 012364 call get_div_result 
+0x58cb 012365 store 1 ,mem_le_battery_level_percentage 
+0x58cc 012366 rtn 
+:      012368 mouse_adc_bat_level_100_percent:
+0x58cd 012369 jam 100 ,mem_le_battery_level_percentage 
+0x58ce 012370 rtn 
+:      012371 mouse_adc_bat_level_0_percent:
+0x58cf 012372 jam 0 ,mem_le_battery_level_percentage 
+0x58d0 012373 rtn 
+:      012375 mouse_adc_bat_percent_lowpower_out_vinlpm_multiple:
+0x58d1 012376 fetch 1 ,mem_adc_config_flag 
+0x58d2 012377 beq adc_config_gpio ,mouse_adc_bat_percent_lowpower_out_gpio_multiple 
+0x58d3 012378 branch mouse_adc_bat_percent_lowpower_out_battery 
+:      012380 mouse_adc_set_button_press_flag:
+0x58d4 012381 fetcht 1 ,mem_adc_power_flag 
+0x58d5 012382 set1 2 ,temp 
+0x58d6 012383 storet 1 ,mem_adc_power_flag 
+0x58d7 012384 rtn 
+:      012386 mouse_adc_clear_button_press_flag:
+0x58d8 012387 fetcht 1 ,mem_adc_power_flag 
+0x58d9 012388 set0 2 ,temp 
+0x58da 012389 storet 1 ,mem_adc_power_flag 
+0x58db 012390 rtn 
+:      012392 mouse_adc_button_press:
+0x58dc 012393 jam 1 ,mem_mouse_adc_button_press_flag 
+0x58dd 012394 rtn 
+:      012399 mouse_gpio_init:
+0x58de 012400 fetcht 1 ,mem_eeprom_wp_gpio 
+0x58df 012401 call gpio_config_output 
+0x58e0 012402 call usb_offline_check_init 
+0x58e1 012403 fetcht 1 ,mem_lbutton_gpio 
+0x58e2 012404 call mouse_gpio_config_input_pu 
+0x58e3 012405 fetcht 1 ,mem_rbutton_gpio 
+0x58e4 012406 call mouse_gpio_config_input_pu 
+0x58e5 012407 fetcht 1 ,mem_mbutton_gpio 
+0x58e6 012408 call mouse_gpio_config_input_pu 
+0x58e7 012409 fetcht 1 ,mem_bk_button_gpio 
+0x58e8 012410 call mouse_gpio_config_input_pu 
+0x58e9 012411 fetcht 1 ,mem_fw_button_gpio 
+0x58ea 012412 call mouse_gpio_config_input_pu 
+0x58eb 012413 fetcht 1 ,mem_dpi_button_gpio 
+0x58ec 012414 call mouse_gpio_config_input_pu 
+0x58ed 012416 fetcht 1 ,mem_matrix_public_gpio 
+0x58ee 012417 call mouse_gpio_config_input_pu 
+0x58ef 012419 fetcht 1 ,mem_config_select_device_button_gpio 
+0x58f0 012420 call mouse_gpio_config_input_pu 
+0x58f1 012422 fetcht 1 ,mem_customer_key_gpio 
+0x58f2 012423 call mouse_gpio_config_input_pu 
+0x58f3 012425 fetcht 1 ,mem_whee_a_data_gpio 
+0x58f4 012426 call mouse_gpio_config_input_pu 
+0x58f5 012428 fetcht 1 ,mem_whee_b_data_gpio 
+0x58f6 012429 call mouse_gpio_config_input_pu 
+0x58f7 012431 fetcht 1 ,mem_whee_ta_data_gpio 
+0x58f8 012432 call mouse_gpio_config_input_pu 
+0x58f9 012433 fetcht 1 ,mem_whee_tb_data_gpio 
+0x58fa 012434 call mouse_gpio_config_input_pu 
+0x58fb 012436 fetcht 1 ,mem_sensor_motion_gpio 
+0x58fc 012437 call mouse_gpio_config_input_pu 
+0x58fd 012439 fetcht 1 ,mem_device_switch_gpio 
+0x58fe 012440 call mouse_gpio_config_input_pu 
+0x58ff 012442 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x5900 012443 call gpio_config_output 
+0x5901 012445 fetcht 1 ,mem_config_device_24g_led_gpio 
+0x5902 012446 call gpio_config_output 
+0x5903 012448 fetcht 1 ,mem_config_device_bt1_led_gpio 
+0x5904 012449 call gpio_config_output 
+0x5905 012451 fetcht 1 ,mem_config_device_bt2_led_gpio 
+0x5906 012452 call gpio_config_output 
+0x5907 012454 fetcht 1 ,mem_dpi_led_gpio 
+0x5908 012455 call gpio_config_output 
+0x5909 012457 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x590a 012458 branch mouse_gpio_config_input_pu 
+:      012461 mouse_gpio_set_pupd_by_input:
+0x590b 012462 sub temp ,ui_button_gpio_disable ,null 
+0x590c 012463 rtn zero 
+0x590d 012464 and temp ,0x7f ,queue 
+0x590e 012465 fetch 4 ,core_gpio_in 
+0x590f 012466 qisolate1 pdata 
+0x5910 012467 branch mouse_gpio_config_input_pu ,true 
+:      012468 mouse_gpio_config_input_pd:
+0x5911 012469 sub temp ,ui_button_gpio_disable ,null 
+0x5912 012470 rtn zero 
+0x5913 012471 set1 gpio_active_bit ,temp 
+0x5914 012472 branch gpio_config_input 
+:      012474 mouse_gpio_config_input_pu:
+0x5915 012475 sub temp ,ui_button_gpio_disable ,null 
+0x5916 012476 rtn zero 
+0x5917 012477 set0 gpio_active_bit ,temp 
+0x5918 012478 branch gpio_config_input 
+:      012480 mouse_gpio_set_high_impedance:
+0x5919 012481 fetch 3 ,mem_mouse_set_high_impedance_bit_set 
+0x591a 012482 store 3 ,mem_pdatatemp 
+0x591b 012483 arg 13 ,loopcnt 
+0x591c 012484 arg 0 ,temp 
+:      012485 mouse_gpio_set_high_impedance_bit_loop:
+0x591d 012486 fetch 3 ,mem_pdatatemp 
+0x591e 012487 isolate1 0 ,pdata 
+0x591f 012488 call gpio_set_high_impedance ,true 
+0x5920 012489 fetch 3 ,mem_pdatatemp 
+0x5921 012490 lshift pdata ,pdata 
+0x5922 012491 store 3 ,mem_pdatatemp 
+0x5923 012492 increase 1 ,temp 
+0x5924 012493 loop mouse_gpio_set_high_impedance_bit_loop 
+0x5925 012494 rtn 
+:      012499 mouse_sensor_spi_init:
+0x5926 012500 call mouse_spid_init_pin 
+0x5927 012501 jam 0x73 ,mem_spi_init_clk 
+0x5928 012503 call mouse_spi_init 
+0x5929 012504 branch twspi_enable 
+:      012506 mouse_spi_write_flash_cb:
+:      012507 mouse_spi_init:
+0x592a 012508 branch spid_init 
+:      012510 mouse_spid_init_pin:
+0x592b 012511 fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0x592c 012512 arg gpcfg_spid_sck ,temp 
+0x592d 012513 call gpio_config_function_int 
+0x592e 012514 fetch 1 ,mem_mouse_sensor_sdio_gpio 
+0x592f 012515 arg gpcfg_spid_sdio ,temp 
+0x5930 012516 branch gpio_config_function_int 
+:      012522 mouse_motion:
+0x5931 012523 bpatch patch09_0 ,mem_patch09 
+0x5932 012524 disable user 
+0x5933 012525 setarg 0 
+0x5934 012526 store 6 ,mem_mouse_x 
+0x5935 012527 call mouse_check_sensor_data 
+0x5936 012528 call mouse_dpi_config 
+0x5937 012529 call mouse_zwheel 
+0x5938 012530 call mouse_t_zwheel 
+0x5939 012531 call mouse_key 
+0x593a 012532 fetch 1 ,mem_mouse_key 
+0x593b 012533 and_into 0x1f ,pdata 
+0x593c 012534 store 1 ,mem_mouse_key 
+0x593d 012535 nbranch mouse_drawing_optima_init ,user 
+0x593e 012536 call mouse_drawing_optima 
+0x593f 012537 branch mouse_no_data_timer_init 
+:      012542 mouse_zwheel:
+0x5940 012543 fetch 1 ,mem_mouse_z_data 
+0x5941 012544 rtn blank 
+0x5942 012545 store 1 ,mem_mouse_z 
+0x5943 012546 jam 0 ,mem_mouse_z_data 
+0x5944 012547 branch enable_user 
+:      012549 mouse_t_zwheel:
+0x5945 012550 fetch 1 ,mem_mouse_tz_data 
+0x5946 012551 rtn blank 
+0x5947 012552 store 1 ,mem_mouse_tz 
+0x5948 012553 jam 0 ,mem_mouse_tz_data 
+0x5949 012554 branch enable_user 
+:      012556 mouse_wheel_check:
+0x594a 012557 call mouse_t_wheel_scan 
+0x594b 012558 call mouse_wheel_scan 
+0x594c 012559 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x594d 012560 fetcht 1 ,mem_wheel_tb_old_pinlevel 
+0x594e 012561 store 1 ,mem_wheel_tb_old_pinlevel 
+0x594f 012562 isub temp ,null 
+0x5950 012563 nbranch app_lpm_wake_auto_lock ,zero 
+0x5951 012564 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x5952 012565 fetcht 1 ,mem_mwheel_b_old_pinlevel 
+0x5953 012566 store 1 ,mem_mwheel_b_old_pinlevel 
+0x5954 012567 isub temp ,null 
+0x5955 012568 nbranch app_lpm_wake_auto_lock ,zero 
+0x5956 012569 rtn 
+:      012570 mouse_t_wheel_scan:
+0x5957 012571 fetch 1 ,mem_whee_ta_data_gpio 
+0x5958 012572 rtneq gpio_disable 
+0x5959 012573 arg 0 ,rega 
+0x595a 012574 fetcht 1 ,mem_whee_ta_data_gpio 
+0x595b 012575 call gpio_get_bit 
+0x595c 012576 setflag true ,0 ,rega 
+0x595d 012577 fetcht 1 ,mem_whee_tb_data_gpio 
+0x595e 012578 call gpio_get_bit 
+0x595f 012579 setflag true ,1 ,rega 
+0x5960 012580 copy rega ,pdata 
+0x5961 012581 store 1 ,mem_wheel_tb_new_pinlevel 
+0x5962 012582 beq 0x01 ,mouse_t_wheel_scan_judge1 
+0x5963 012583 beq 0x02 ,mouse_t_wheel_scan_judge2 
+0x5964 012584 fetch 1 ,mem_wheel_tog 
+0x5965 012585 bbit1 7 ,mouse_t_wheel_scan_judge3 
+0x5966 012586 rtn 
+:      012588 mouse_t_wheel_scan_judge1:
+0x5967 012589 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x5968 012590 beq 0 ,mouse_t_wheel_scan_judge11 
+0x5969 012591 beq 3 ,mouse_t_wheel_scan_judge12 
+0x596a 012592 rtn 
+:      012593 mouse_t_wheel_scan_judge2:
+0x596b 012594 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x596c 012595 beq 0 ,mouse_t_wheel_scan_judge21 
+0x596d 012596 beq 3 ,mouse_t_wheel_scan_judge22 
+0x596e 012597 rtn 
+:      012598 mouse_t_wheel_scan_judge11:
+0x596f 012599 jam 0x82 ,mem_wheel_tog 
+0x5970 012600 rtn 
+:      012601 mouse_t_wheel_scan_judge12:
+0x5971 012602 jam 0x81 ,mem_wheel_tog 
+0x5972 012603 rtn 
+:      012604 mouse_t_wheel_scan_judge21:
+0x5973 012605 jam 0x80 ,mem_wheel_tog 
+0x5974 012606 rtn 
+:      012607 mouse_t_wheel_scan_judge22:
+0x5975 012608 jam 0x83 ,mem_wheel_tog 
+0x5976 012609 rtn 
+:      012610 mouse_t_wheel_scan_judge3:
+0x5977 012611 fetch 1 ,mem_wheel_tog 
+0x5978 012612 set0 7 ,pdata 
+0x5979 012613 store 1 ,mem_wheel_tog 
+0x597a 012614 beq 0 ,mouse_t_wheel_scan_judge30 
+0x597b 012615 beq 1 ,mouse_t_wheel_scan_judge31 
+0x597c 012616 beq 2 ,mouse_t_wheel_scan_judge32 
+0x597d 012617 beq 3 ,mouse_t_wheel_scan_judge33 
+0x597e 012618 rtn 
+:      012619 mouse_t_wheel_scan_judge30:
+0x597f 012620 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x5980 012621 beq 3 ,mouse_wheel_t_forward 
+0x5981 012622 rtn 
+:      012623 mouse_t_wheel_scan_judge31:
+0x5982 012624 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x5983 012625 beq 0 ,mouse_wheel_t_forward 
+0x5984 012626 rtn 
+:      012627 mouse_t_wheel_scan_judge32:
+0x5985 012628 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x5986 012629 beq 3 ,mouse_wheel_t_back 
+0x5987 012630 rtn 
+:      012631 mouse_t_wheel_scan_judge33:
+0x5988 012632 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x5989 012633 beq 0 ,mouse_wheel_t_back 
+0x598a 012634 rtn 
+:      012635 mouse_wheel_t_forward:
+0x598b 012636 fetch 1 ,mem_mouse_tz_data 
+0x598c 012637 increase 1 ,pdata 
+0x598d 012638 store 1 ,mem_mouse_tz_data 
+0x598e 012639 rtn 
+:      012640 mouse_wheel_t_back:
+0x598f 012641 fetch 1 ,mem_mouse_tz_data 
+0x5990 012642 increase -1 ,pdata 
+0x5991 012643 store 1 ,mem_mouse_tz_data 
+0x5992 012644 rtn 
+:      012647 mouse_wheel_scan:
+0x5993 012648 fetch 1 ,mem_whee_a_data_gpio 
+0x5994 012649 rtneq gpio_disable 
+0x5995 012650 arg 0 ,rega 
+0x5996 012651 fetcht 1 ,mem_whee_a_data_gpio 
+0x5997 012652 call gpio_get_bit 
+0x5998 012653 setflag true ,0 ,rega 
+0x5999 012654 fetcht 1 ,mem_whee_b_data_gpio 
+0x599a 012655 call gpio_get_bit 
+0x599b 012656 setflag true ,1 ,rega 
+0x599c 012657 copy rega ,pdata 
+0x599d 012658 store 1 ,mem_mwheel_b_new_pinlevel 
+0x599e 012659 beq 0x01 ,mouse_wheel_scan_judge1 
+0x599f 012660 beq 0x02 ,mouse_wheel_scan_judge2 
+0x59a0 012661 fetch 1 ,mem_mwheel_tog 
+0x59a1 012662 bbit1 7 ,mouse_wheel_scan_judge3 
+0x59a2 012663 rtn 
+:      012665 mouse_wheel_scan_judge1:
+0x59a3 012666 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x59a4 012667 beq 0 ,mouse_wheel_scan_judge11 
+0x59a5 012668 beq 3 ,mouse_wheel_scan_judge12 
+0x59a6 012669 rtn 
+:      012670 mouse_wheel_scan_judge2:
+0x59a7 012671 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x59a8 012672 beq 0 ,mouse_wheel_scan_judge21 
+0x59a9 012673 beq 3 ,mouse_wheel_scan_judge22 
+0x59aa 012674 rtn 
+:      012675 mouse_wheel_scan_judge11:
+0x59ab 012676 jam 0x82 ,mem_mwheel_tog 
+0x59ac 012677 rtn 
+:      012678 mouse_wheel_scan_judge12:
+0x59ad 012679 jam 0x81 ,mem_mwheel_tog 
+0x59ae 012680 rtn 
+:      012681 mouse_wheel_scan_judge21:
+0x59af 012682 jam 0x80 ,mem_mwheel_tog 
+0x59b0 012683 rtn 
+:      012684 mouse_wheel_scan_judge22:
+0x59b1 012685 jam 0x83 ,mem_mwheel_tog 
+0x59b2 012686 rtn 
+:      012687 mouse_wheel_scan_judge3:
+0x59b3 012688 fetch 1 ,mem_mwheel_tog 
+0x59b4 012689 set0 7 ,pdata 
+0x59b5 012690 store 1 ,mem_mwheel_tog 
+0x59b6 012691 beq 0 ,mouse_wheel_scan_judge30 
+0x59b7 012692 beq 1 ,mouse_wheel_scan_judge31 
+0x59b8 012693 beq 2 ,mouse_wheel_scan_judge32 
+0x59b9 012694 beq 3 ,mouse_wheel_scan_judge33 
+0x59ba 012695 rtn 
+:      012696 mouse_wheel_scan_judge30:
+0x59bb 012697 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x59bc 012698 beq 3 ,mouse_wheel_forward 
+0x59bd 012699 rtn 
+:      012700 mouse_wheel_scan_judge31:
+0x59be 012701 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x59bf 012702 beq 0 ,mouse_wheel_forward 
+0x59c0 012703 rtn 
+:      012704 mouse_wheel_scan_judge32:
+0x59c1 012705 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x59c2 012706 beq 3 ,mouse_wheel_back 
+0x59c3 012707 rtn 
+:      012708 mouse_wheel_scan_judge33:
+0x59c4 012709 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x59c5 012710 beq 0 ,mouse_wheel_back 
+0x59c6 012711 rtn 
+:      012712 mouse_wheel_forward:
+0x59c7 012713 fetch 1 ,mem_mouse_z_data 
+0x59c8 012714 increase 1 ,pdata 
+0x59c9 012715 store 1 ,mem_mouse_z_data 
+0x59ca 012716 rtn 
+:      012717 mouse_wheel_back:
+0x59cb 012718 fetch 1 ,mem_mouse_z_data 
+0x59cc 012719 increase -1 ,pdata 
+0x59cd 012720 store 1 ,mem_mouse_z_data 
+0x59ce 012721 rtn 
+:      012724 mouse_wheel_gpio_set_wake:
+0x59cf 012725 fetcht 1 ,mem_whee_a_data_gpio 
+0x59d0 012726 call gpio_set_wake_by_current_state 
+0x59d1 012727 fetcht 1 ,mem_whee_b_data_gpio 
+0x59d2 012728 call gpio_set_wake_by_current_state 
+0x59d3 012729 fetcht 1 ,mem_whee_ta_data_gpio 
+0x59d4 012730 call gpio_set_wake_by_current_state 
+0x59d5 012731 fetcht 1 ,mem_whee_tb_data_gpio 
+0x59d6 012732 branch gpio_set_wake_by_current_state 
+:      012734 mouse_before_hibernate_wheel_gpio_set:
+0x59d7 012735 fetcht 1 ,mem_whee_a_data_gpio 
+0x59d8 012736 call mouse_gpio_set_pupd_by_input 
+0x59d9 012737 fetcht 1 ,mem_whee_b_data_gpio 
+0x59da 012738 call mouse_gpio_set_pupd_by_input 
+0x59db 012739 fetcht 1 ,mem_whee_ta_data_gpio 
+0x59dc 012740 call mouse_gpio_set_pupd_by_input 
+0x59dd 012741 fetcht 1 ,mem_whee_tb_data_gpio 
+0x59de 012742 branch mouse_gpio_set_pupd_by_input 
+:      012744 mouse_wheel_trigger:
+0x59df 012745 fetch 2 ,mem_mouse_z 
+0x59e0 012746 rtn blank 
+0x59e1 012747 jam 1 ,mem_mouse_wheel_trigger 
+0x59e2 012748 jam 10 ,mem_mouse_wheel_trigger_timer 
+0x59e3 012749 rtn 
+:      012751 mouse_wheel_trigger_timer:
+0x59e4 012752 arg mem_mouse_wheel_trigger_timer ,regc 
+0x59e5 012753 arg mouse_wheel_trigger_disable ,regb 
+0x59e6 012754 branch timer_single_step 
+:      012755 mouse_wheel_trigger_disable:
+0x59e7 012756 jam 0 ,mem_mouse_wheel_trigger 
+0x59e8 012757 rtn 
+:      012766 mouse_dpi_check:
+0x59e9 012767 fetch mouse_flag_len ,mem_mouse_flag 
+0x59ea 012768 bbit1 mouse_enable_dpi_key_connect_adc ,mouse_dpi_check_connect_adc 
+0x59eb 012769 fetch 1 ,mem_dpi_button_gpio 
+0x59ec 012770 rtneq gpio_disable 
+0x59ed 012771 arg 0 ,rega 
+0x59ee 012772 jam mouse_dpi_key ,mem_mouse_key_temp 
+0x59ef 012773 fetcht 1 ,mem_dpi_button_gpio 
+0x59f0 012774 call mouse_dpi_key_check 
+0x59f1 012775 store 1 ,mem_mouse_dpikey_press_status 
+0x59f2 012776 fetch 1 ,mem_matrix_public_gpio 
+0x59f3 012777 beq gpio_disable ,mouse_3io6key_dpi_check_end 
+0x59f4 012778 call mouse_matrix_public_gpio_reset 
+:      012779 mouse_dpi_check_exit:
+0x59f5 012780 copy rega ,pdata 
+0x59f6 012781 bbit1 mouse_dpi_key ,mouse_dpi_down 
+0x59f7 012782 branch mouse_dpi_up 
+:      012784 mouse_dpi_key_check:
+0x59f8 012785 fetch mouse_flag_len ,mem_mouse_flag 
+0x59f9 012786 bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+0x59fa 012787 fetch 1 ,mem_mouse_dpikey_press_status 
+0x59fb 012788 copy pdata ,regc 
+0x59fc 012789 fetch 1 ,mem_matrix_public_gpio 
+0x59fd 012790 beq gpio_disable ,mouse_3io6key_check 
+0x59fe 012791 fetch 1 ,mem_mouse_ghost_flag 
+0x59ff 012792 nbranch mouse_dpi_check_end ,blank 
+:      012793 mouse_dpi_key_connect_matrix:
+0x5a00 012794 call gpio_get_bit 
+0x5a01 012795 fetcht 1 ,mem_matrix_public_gpio 
+0x5a02 012796 branch mouse_dpi_key_connect_gnd ,true 
+0x5a03 012797 fetcht 1 ,mem_matrix_public_gpio 
+0x5a04 012798 call gpio_out_active 
+0x5a05 012799 fetcht 1 ,mem_dpi_button_gpio 
+0x5a06 012800 fetch 1 ,mem_mouse_dpikey_press_status 
+0x5a07 012801 branch mouse_check_key_connect_gnd 
+:      012803 mouse_3io6key_dpi_check_end:
+0x5a08 012804 fetcht 1 ,mem_dpi_button_gpio 
+0x5a09 012805 call mouse_gpio_config_input_pu 
+0x5a0a 012806 branch mouse_dpi_check_exit 
+:      012808 mouse_dpi_check_end:
+0x5a0b 012809 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x5a0c 012810 jam 0 ,mem_mouse_dpikey_press_status 
+0x5a0d 012811 rtn 
+:      012813 mouse_dpi_key_connect_gnd:
+0x5a0e 012814 fetch 1 ,mem_mouse_dpikey_press_status 
+0x5a0f 012815 branch mouse_check_key_connect_gnd 
+:      012817 mouse_dpi_check_connect_adc:
+0x5a10 012818 fetch 1 ,mem_mouse_adc_button_press_flag 
+0x5a11 012819 branch mouse_dpi_up ,blank 
+:      012820 mouse_dpi_down:
+0x5a12 012821 fetch 1 ,mem_mouse_dpi_button_state 
+0x5a13 012822 rtneq dpi_button_state_down 
+0x5a14 012823 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+0x5a15 012824 fetch mouse_flag_len ,mem_mouse_flag 
+0x5a16 012825 rtnbit1 mouse_enable_select_device_by_dpi_button 
+0x5a17 012826 rtnbit1 mouse_enable_dpi_key_long_press_disconvery 
+0x5a18 012827 branch mouse_dpi_process 
+:      012829 mouse_dpi_up:
+0x5a19 012830 fetch 1 ,mem_mouse_dpi_button_state 
+0x5a1a 012831 rtneq dpi_button_state_up 
+0x5a1b 012832 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x5a1c 012833 fetch mouse_flag_len ,mem_mouse_flag 
+0x5a1d 012834 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_dpi_up_next 
+0x5a1e 012835 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_dpi_up_next 
+0x5a1f 012836 rtn 
+:      012837 mouse_dpi_up_next:
+0x5a20 012838 fetch 1 ,mem_mouse_dpi_long_press_flag 
+0x5a21 012839 nbranch mouse_dpi_up_after_long_press ,blank 
+0x5a22 012840 fetch 1 ,mem_select_device_count 
+0x5a23 012841 ncall mouse_dpi_process ,blank 
+:      012842 mouse_dpi_up_after_long_press:
+0x5a24 012843 jam 0 ,mem_mouse_dpi_long_press_flag 
+0x5a25 012844 fetch 1 ,mem_ui_button_timeout 
+0x5a26 012845 store 1 ,mem_select_device_count 
+0x5a27 012846 store 1 ,mem_bt_discovery_count 
+0x5a28 012847 rtn 
+:      012849 mouse_dpi_process:
+0x5a29 012850 bpatch patch09_1 ,mem_patch09 
+0x5a2a 012851 call mouse_dpi_ghost_check 
+0x5a2b 012852 rtn user 
+0x5a2c 012853 fetch 1 ,mem_mouse_dpi 
+0x5a2d 012854 increase 1 ,pdata 
+0x5a2e 012855 and pdata ,0x03 ,pdata 
+0x5a2f 012856 store 1 ,mem_mouse_dpi 
+0x5a30 012857 call mouse_seting_dpi 
+0x5a31 012858 branch mouse_store_device_info_delay 
+:      012860 mouse_dpi_ghost_check:
+0x5a32 012861 disable user 
+0x5a33 012862 fetch mouse_flag_len ,mem_mouse_flag 
+0x5a34 012863 rtnbit1 mouse_enable_dpi_key_connect_gnd 
+0x5a35 012864 rtnbit1 mouse_enable_dpi_key_connect_adc 
+0x5a36 012865 fetch 1 ,mem_mouse_lkey_press_status 
+0x5a37 012866 rtn blank 
+0x5a38 012867 fetch 1 ,mem_mouse_rkey_press_status 
+0x5a39 012868 rtn blank 
+0x5a3a 012869 enable user 
+0x5a3b 012870 rtn 
+:      012872 mouse_dpi_key_check_long_press:
+0x5a3c 012873 fetch mouse_flag_len ,mem_mouse_flag 
+0x5a3d 012874 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_select_device_by_dpi_button 
+0x5a3e 012875 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_discovery_by_dpi_button 
+0x5a3f 012876 rtn 
+:      012878 mouse_select_device_by_dpi_button:
+0x5a40 012879 fetch 1 ,mem_mouse_dpi_button_state 
+0x5a41 012880 rtnne dpi_button_state_down 
+0x5a42 012881 arg mem_select_device_count ,regc 
+0x5a43 012882 arg mouse_ready_reconnection_by_dpi_button ,regb 
+0x5a44 012883 branch timer_single_step 
+:      012885 mouse_ready_reconnection_by_dpi_button:
+0x5a45 012886 jam 1 ,mem_mouse_dpi_long_press_flag 
+0x5a46 012887 branch mouse_ready_reconnection_by_button 
+:      012889 mouse_discovery_by_dpi_button:
+0x5a47 012890 fetch 1 ,mem_mouse_dpi_button_state 
+0x5a48 012891 rtnne dpi_button_state_down 
+0x5a49 012892 arg mem_bt_discovery_count ,regc 
+0x5a4a 012893 arg mouse_long_dpi_button_bt_discovery ,regb 
+0x5a4b 012894 branch timer_single_step 
+:      012896 mouse_long_dpi_button_bt_discovery:
+0x5a4c 012897 jam 1 ,mem_mouse_dpi_long_press_flag 
+0x5a4d 012898 branch mouse_long_button_bt_discovery 
+:      012900 mouse_dpi_config:
+0x5a4e 012901 branch mouse_seting_sensor_type 
+:      012903 mouse_setting_dpi_4_level:
+0x5a4f 012904 fetch mouse_flag_len ,mem_mouse_flag 
+0x5a50 012905 rtnbit1 mouse_enable_dpi_level_4 
+0x5a51 012906 fetch 1 ,mem_mouse_dpi 
+0x5a52 012907 rtnne mouse_dpi_level4 
+0x5a53 012908 jam mouse_dpi_level1 ,mem_mouse_dpi 
+0x5a54 012909 rtn 
+:      012911 mouse_seting_dpi:
+0x5a55 012912 bpatch patch09_2 ,mem_patch09 
+0x5a56 012913 call mouse_setting_dpi_4_level 
+0x5a57 012914 call mouse_dpi_led_blink_delay 
+:      012915 mouse_seting_sensor_type:
+0x5a58 012916 fetch 1 ,mem_config_sensor_type 
+0x5a59 012917 beq p3212 ,mouse_seting_3212_dpi 
+0x5a5a 012918 beq ka8g2 ,mouse_seting_ka8g2_dpi 
+0x5a5b 012919 fetch 1 ,mem_mouse_dpi 
+0x5a5c 012920 beq mouse_dpi_level1 ,mouse_set_cpi0 
+0x5a5d 012921 beq mouse_dpi_level2 ,mouse_set_cpi1 
+0x5a5e 012922 beq mouse_dpi_level3 ,mouse_set_cpi2 
+0x5a5f 012923 beq mouse_dpi_level4 ,mouse_set_cpi3 
+:      012924 mouse_set_cpi1:
+0x5a60 012925 fetcht 1 ,mem_320x_dpi_1 
+0x5a61 012926 branch mouse_dpi_store 
+:      012927 mouse_set_cpi0:
+0x5a62 012928 fetcht 1 ,mem_320x_dpi_0 
+0x5a63 012929 branch mouse_dpi_store 
+:      012930 mouse_set_cpi2:
+0x5a64 012931 fetcht 1 ,mem_320x_dpi_2 
+0x5a65 012932 branch mouse_dpi_store 
+:      012933 mouse_set_cpi3:
+0x5a66 012934 fetcht 1 ,mem_320x_dpi_3 
+:      012935 mouse_dpi_store:
+0x5a67 012936 fetch 1 ,mem_config_sensor_type 
+0x5a68 012937 beq p3065_xy ,mouse_3065xy_set_dpi 
+0x5a69 012938 beq mx8650 ,mouse_3065xy_set_dpi 
+0x5a6a 012939 beq ka8 ,mouse_ka8_set_dpi 
+0x5a6b 012940 beq p6520 ,mouse_ka8_set_dpi 
+0x5a6c 012941 beq p8009 ,mouse_3065xy_set_dpi 
+:      012942 mouse_dpi_write:
+0x5a6d 012943 storet 1 ,mem_mouse_cpi_count 
+0x5a6e 012944 setarg mouse_dpi_address 
+0x5a6f 012945 call twspi_read 
+0x5a70 012946 and pdata ,0xf8 ,temp 
+0x5a71 012947 fetch 1 ,mem_mouse_cpi_count 
+0x5a72 012948 iadd temp ,pdata 
+0x5a73 012949 lshift8 pdata ,pdata 
+0x5a74 012950 add pdata ,mouse_dpi_address ,pdata 
+0x5a75 012951 branch twspi_write 
+:      012953 mouse_3065xy_set_dpi:
+0x5a76 012954 increase -1 ,temp 
+0x5a77 012955 branch mouse_dpi_write 
+:      012957 mouse_ka8_set_dpi:
+0x5a78 012958 increase 2 ,temp 
+0x5a79 012959 branch mouse_dpi_write 
+:      012961 mouse_seting_3212_dpi:
+0x5a7a 012962 fetch 1 ,mem_mouse_dpi 
+0x5a7b 012963 beq mouse_dpi_level1 ,mouse_set_p3212_cpi0 
+0x5a7c 012964 beq mouse_dpi_level2 ,mouse_set_p3212_cpi1 
+0x5a7d 012965 beq mouse_dpi_level3 ,mouse_set_p3212_cpi2 
+0x5a7e 012966 beq mouse_dpi_level4 ,mouse_set_p3212_cpi3 
+:      012967 mouse_set_p3212_cpi1:
+0x5a7f 012968 fetch 1 ,mem_3212_dpi_1 
+0x5a80 012969 branch mouse_p3212_dpi 
+:      012970 mouse_set_p3212_cpi0:
+0x5a81 012971 fetch 1 ,mem_3212_dpi_0 
+0x5a82 012972 branch mouse_p3212_dpi 
+:      012973 mouse_set_p3212_cpi2:
+0x5a83 012974 fetch 1 ,mem_3212_dpi_2 
+0x5a84 012975 branch mouse_p3212_dpi 
+:      012976 mouse_set_p3212_cpi3:
+0x5a85 012977 fetch 1 ,mem_3212_dpi_3 
+:      012978 mouse_p3212_dpi:
+0x5a86 012979 store 1 ,mem_mouse_cpi_count 
+0x5a87 012980 lshift8 pdata ,pdata 
+0x5a88 012981 copy pdata ,rega 
+0x5a89 012982 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
+0x5a8a 012983 call twspi_write 
+0x5a8b 012984 copy rega ,pdata 
+0x5a8c 012985 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
+0x5a8d 012986 branch twspi_write 
+:      012988 mouse_seting_ka8g2_dpi:
+0x5a8e 012989 fetch 1 ,mem_mouse_dpi 
+0x5a8f 012990 beq mouse_dpi_level1 ,mouse_set_pka8g2_cpi0 
+0x5a90 012991 beq mouse_dpi_level2 ,mouse_set_pka8g2_cpi1 
+0x5a91 012992 beq mouse_dpi_level3 ,mouse_set_pka8g2_cpi2 
+0x5a92 012993 beq mouse_dpi_level4 ,mouse_set_pka8g2_cpi3 
+:      012994 mouse_set_pka8g2_cpi1:
+0x5a93 012995 fetch 1 ,mem_ka8g2_dpi_1 
+0x5a94 012996 branch mouse_p3212_dpi 
+:      012998 mouse_set_pka8g2_cpi0:
+0x5a95 012999 fetch 1 ,mem_ka8g2_dpi_0 
+0x5a96 013000 branch mouse_p3212_dpi 
+:      013002 mouse_set_pka8g2_cpi2:
+0x5a97 013003 fetch 1 ,mem_ka8g2_dpi_2 
+0x5a98 013004 branch mouse_p3212_dpi 
+:      013006 mouse_set_pka8g2_cpi3:
+0x5a99 013007 fetch 1 ,mem_ka8g2_dpi_3 
+0x5a9a 013008 branch mouse_p3212_dpi 
+:      013016 mouse_key:
+0x5a9b 013017 call mouse_check_key_gpio 
+0x5a9c 013018 call mouse_ghost_key_check 
+0x5a9d 013019 call mouse_set_mult 
+0x5a9e 013020 call mouse_24g_key 
+0x5a9f 013021 copy rega ,pdata 
+0x5aa0 013022 fetcht 1 ,mem_mouse_key_last 
+0x5aa1 013023 store 1 ,mem_mouse_key_last 
+0x5aa2 013024 store 1 ,mem_mouse_key 
+0x5aa3 013025 ixor temp ,pdata 
+0x5aa4 013026 sub pdata ,0 ,null 
+0x5aa5 013027 rtn zero 
+0x5aa6 013028 branch enable_user 
+:      013030 mouse_24g_key:
+0x5aa7 013031 rtnmark0 mark_24g 
+0x5aa8 013032 copy rega ,pdata 
+0x5aa9 013033 rtn blank 
+0x5aaa 013034 store 1 ,mem_mouse_key 
+0x5aab 013035 branch enable_user 
+:      013037 mouse_ghost_key_check:
+0x5aac 013038 jam 0 ,mem_mouse_matrix_key_cow_count 
+0x5aad 013039 jam 0 ,mem_mouse_matrix_key_row_count 
+0x5aae 013040 jam 0 ,mem_mouse_ghost_flag 
+0x5aaf 013041 copy pdata ,temp 
+0x5ab0 013042 call mouse_ghost_key_check_l_bk 
+0x5ab1 013043 call mouse_ghost_key_check_m_fw 
+0x5ab2 013044 call mouse_ghost_key_check_bk_fw 
+0x5ab3 013045 call mouse_ghost_key_check_lmr 
+0x5ab4 013046 fetch 1 ,mem_mouse_matrix_key_row_count 
+0x5ab5 013047 rtn blank 
+0x5ab6 013048 fetch 1 ,mem_mouse_matrix_key_cow_count 
+0x5ab7 013049 rtn blank 
+0x5ab8 013050 jam 1 ,mem_mouse_ghost_flag 
+0x5ab9 013051 fetch 1 ,mem_mouse_key_last 
+0x5aba 013052 copy pdata ,rega 
+0x5abb 013053 rtn 
+:      013055 mouse_ghost_key_check_l_bk:
+0x5abc 013056 and temp ,mouse_l_bk_button ,pdata 
+0x5abd 013057 beq mouse_l_bk_button ,mouse_matrix_cow_more_than_one_key 
+0x5abe 013058 rtn 
+:      013059 mouse_ghost_key_check_m_fw:
+0x5abf 013060 and temp ,mouse_m_fw_button ,pdata 
+0x5ac0 013061 beq mouse_m_fw_button ,mouse_matrix_cow_more_than_one_key 
+0x5ac1 013062 rtn 
+:      013063 mouse_ghost_key_check_bk_fw:
+0x5ac2 013064 and temp ,mouse_bk_fw_button ,pdata 
+0x5ac3 013065 beq mouse_bk_fw_button ,mouse_matrix_row_more_than_one_key 
+0x5ac4 013066 rtn 
+:      013068 mouse_ghost_key_check_lmr:
+0x5ac5 013069 and temp ,mouse_lmr_button ,pdata 
+0x5ac6 013070 beq mouse_lr_button ,mouse_matrix_row_more_than_one_key 
+0x5ac7 013071 beq mouse_lm_button ,mouse_matrix_row_more_than_one_key 
+0x5ac8 013072 beq mouse_rm_button ,mouse_matrix_row_more_than_one_key 
+0x5ac9 013073 beq mouse_lmr_button ,mouse_matrix_row_more_than_one_key 
+0x5aca 013074 rtn 
+:      013077 mouse_matrix_row_more_than_one_key:
+0x5acb 013078 jam 1 ,mem_mouse_matrix_key_row_count 
+0x5acc 013079 rtn 
+:      013081 mouse_matrix_cow_more_than_one_key:
+0x5acd 013082 jam 1 ,mem_mouse_matrix_key_cow_count 
+0x5ace 013083 rtn 
+:      013085 mouse_key_check_once:
+0x5acf 013086 call mouse_check_key_gpio_once 
+0x5ad0 013087 call mouse_check_key_gpio 
+0x5ad1 013088 setarg 0x00 
+0x5ad2 013089 store 3 ,mem_mouse_lkey_press_status 
+0x5ad3 013090 rtn 
+:      013092 mouse_check_key_gpio:
+0x5ad4 013093 bpatch patch09_3 ,mem_patch09 
+0x5ad5 013094 fetch 1 ,mem_sensor_shutdown_flag 
+0x5ad6 013095 ncall mouse_check_key_gpio_once ,blank 
+0x5ad7 013096 arg 0 ,rega 
+0x5ad8 013097 call mouse_check_lkey_gpio 
+0x5ad9 013098 call mouse_check_rkey_gpio 
+0x5ada 013099 call mouse_check_mkey_gpio 
+0x5adb 013100 call mouse_check_bkkey_gpio 
+0x5adc 013101 call mouse_check_fwkey_gpio 
+0x5add 013102 call mouse_check_customerkey_gpio 
+0x5ade 013103 copy rega ,pdata 
+0x5adf 013104 rtn 
+:      013106 mouse_check_key_gpio_once:
+0x5ae0 013107 setarg 0x030303 
+0x5ae1 013108 store 3 ,mem_mouse_lkey_press_status 
+0x5ae2 013109 rtn 
+:      013111 mouse_check_lkey_gpio:
+0x5ae3 013112 jam mouse_l_key ,mem_mouse_key_temp 
+0x5ae4 013113 fetcht 1 ,mem_lbutton_gpio 
+0x5ae5 013114 fetch 1 ,mem_mouse_lkey_press_status 
+0x5ae6 013115 call mouse_check_key_connect_gnd 
+0x5ae7 013116 store 1 ,mem_mouse_lkey_press_status 
+0x5ae8 013117 rtn 
+:      013119 mouse_check_rkey_gpio:
+0x5ae9 013120 jam mouse_r_key ,mem_mouse_key_temp 
+0x5aea 013121 fetcht 1 ,mem_rbutton_gpio 
+0x5aeb 013122 fetch 1 ,mem_mouse_rkey_press_status 
+0x5aec 013123 call mouse_check_key_connect_gnd 
+0x5aed 013124 store 1 ,mem_mouse_rkey_press_status 
+0x5aee 013125 rtn 
+:      013127 mouse_check_mkey_gpio:
+0x5aef 013128 jam mouse_m_key ,mem_mouse_key_temp 
+0x5af0 013129 fetcht 1 ,mem_mbutton_gpio 
+0x5af1 013130 fetch 1 ,mem_mouse_mkey_press_status 
+0x5af2 013131 call mouse_check_key_connect_gnd 
+0x5af3 013132 store 1 ,mem_mouse_mkey_press_status 
+0x5af4 013133 rtn 
+:      013135 mouse_check_bkkey_gpio:
+0x5af5 013136 fetch 1 ,mem_bk_button_gpio 
+0x5af6 013137 rtneq gpio_disable 
+0x5af7 013138 jam mouse_bk_key ,mem_mouse_key_temp 
+0x5af8 013139 fetch 1 ,mem_mouse_bkkey_press_status 
+0x5af9 013140 copy pdata ,regc 
+0x5afa 013141 fetcht 1 ,mem_bk_button_gpio 
+0x5afb 013142 fetch 1 ,mem_matrix_public_gpio 
+0x5afc 013143 beq gpio_disable ,mouse_3io6key_bk_check 
+0x5afd 013144 call gpio_get_bit 
+0x5afe 013145 branch mouse_check_bk_button_connect_gnd ,true 
+0x5aff 013146 fetcht 1 ,mem_matrix_public_gpio 
+0x5b00 013147 call gpio_out_active 
+0x5b01 013148 fetcht 1 ,mem_bk_button_gpio 
+0x5b02 013149 fetch 1 ,mem_mouse_bkkey_press_status 
+0x5b03 013150 call mouse_check_key_connect_gnd 
+:      013151 mouse_check_bkkey_gpio_end:
+0x5b04 013152 store 1 ,mem_mouse_bkkey_press_status 
+0x5b05 013153 branch mouse_matrix_public_gpio_reset 
+:      013155 mouse_check_bk_button_connect_gnd:
+0x5b06 013156 fetcht 1 ,mem_matrix_public_gpio 
+0x5b07 013157 fetch 1 ,mem_mouse_bkkey_press_status 
+0x5b08 013158 call mouse_check_key_connect_gnd 
+0x5b09 013159 branch mouse_check_bkkey_gpio_end 
+:      013161 mouse_3io6key_bk_check:
+0x5b0a 013162 call mouse_3io6key_check 
+0x5b0b 013163 store 1 ,mem_mouse_bkkey_press_status 
+0x5b0c 013164 fetcht 1 ,mem_bk_button_gpio 
+0x5b0d 013165 branch mouse_gpio_config_input_pu 
+:      013168 mouse_check_fwkey_gpio:
+0x5b0e 013169 fetch 1 ,mem_fw_button_gpio 
+0x5b0f 013170 rtneq gpio_disable 
+0x5b10 013171 jam mouse_fw_key ,mem_mouse_key_temp 
+0x5b11 013172 fetch 1 ,mem_mouse_fwkey_press_status 
+0x5b12 013173 copy pdata ,regc 
+0x5b13 013174 fetcht 1 ,mem_fw_button_gpio 
+0x5b14 013175 fetch 1 ,mem_matrix_public_gpio 
+0x5b15 013176 beq gpio_disable ,mouse_3io6key_fw_check 
+0x5b16 013177 call gpio_get_bit 
+0x5b17 013178 branch mouse_check_fw_button_connect_gnd ,true 
+0x5b18 013179 fetcht 1 ,mem_matrix_public_gpio 
+0x5b19 013180 call gpio_out_active 
+0x5b1a 013181 fetcht 1 ,mem_fw_button_gpio 
+0x5b1b 013182 fetch 1 ,mem_mouse_fwkey_press_status 
+0x5b1c 013183 call mouse_check_key_connect_gnd 
+:      013184 mouse_check_fwkey_gpio_end:
+0x5b1d 013185 store 1 ,mem_mouse_fwkey_press_status 
+:      013186 mouse_matrix_public_gpio_reset:
+0x5b1e 013187 fetcht 1 ,mem_matrix_public_gpio 
+0x5b1f 013188 branch mouse_gpio_config_input_pu 
+:      013190 mouse_check_fw_button_connect_gnd:
+0x5b20 013191 fetcht 1 ,mem_matrix_public_gpio 
+0x5b21 013192 fetch 1 ,mem_mouse_fwkey_press_status 
+0x5b22 013193 call mouse_check_key_connect_gnd 
+0x5b23 013194 branch mouse_check_fwkey_gpio_end 
+:      013196 mouse_3io6key_fw_check:
+0x5b24 013197 call mouse_3io6key_check 
+0x5b25 013198 store 1 ,mem_mouse_fwkey_press_status 
+0x5b26 013199 fetcht 1 ,mem_fw_button_gpio 
+0x5b27 013200 branch mouse_gpio_config_input_pu 
+:      013202 mouse_check_customerkey_gpio:
+0x5b28 013203 jam 0 ,mem_customer_key 
+0x5b29 013204 fetch mouse_flag_len ,mem_mouse_flag 
+0x5b2a 013205 rtnbit0 mouse_enable_keyboard 
+0x5b2b 013206 fetch 1 ,mem_customer_key_gpio 
+0x5b2c 013207 rtneq gpio_disable 
+0x5b2d 013208 jam mouse_customer_key ,mem_mouse_key_temp 
+0x5b2e 013209 fetcht 1 ,mem_customer_key_gpio 
+0x5b2f 013210 fetch 1 ,mem_mouse_customerkey_press_status 
+0x5b30 013211 call mouse_check_key_connect_gnd 
+0x5b31 013212 store 1 ,mem_mouse_customerkey_press_status 
+0x5b32 013213 copy rega ,pdata 
+0x5b33 013214 bbit1 mouse_customer_key ,mouse_customerkey_press 
+0x5b34 013215 call mouse_customerkey_release 
+:      013216 mouse_check_customerkey_gpio_exit:
+0x5b35 013217 fetch 1 ,mem_customer_data_trigger 
+0x5b36 013218 store 1 ,mem_customer_data_trigger_last 
+0x5b37 013219 rtn 
+:      013221 mouse_customerkey_press:
+0x5b38 013222 jam 1 ,mem_customer_data_trigger 
+0x5b39 013223 call mouse_customer_key_need_send 
+0x5b3a 013224 branch mouse_check_customerkey_gpio_exit 
+:      013226 mouse_customerkey_release:
+0x5b3b 013227 jam 0 ,mem_customer_data_trigger 
+0x5b3c 013228 fetch 1 ,mem_customer_data_trigger_last 
+0x5b3d 013229 rtn blank 
+:      013230 mouse_customer_key_need_send:
+0x5b3e 013231 jam 1 ,mem_customer_key 
+0x5b3f 013232 rtn 
+:      013234 mouse_check_matrix_button_connect_gnd:
+0x5b40 013235 call gpio_get_bit 
+0x5b41 013236 fetcht 1 ,mem_mouse_key_temp 
+0x5b42 013237 copy temp ,queue 
+0x5b43 013238 branch mouse_key_press ,true 
+:      013239 mouse_key_release:
+0x5b44 013240 qset0 rega 
+0x5b45 013241 rtn 
+:      013243 mouse_check_key_connect_gnd:
+0x5b46 013244 lshift pdata ,pdata 
+0x5b47 013245 copy pdata ,regb 
+0x5b48 013246 call gpio_get_bit 
+0x5b49 013247 setflag true ,0 ,regb 
+0x5b4a 013248 and regb ,0x07 ,pdata 
+:      013249 mouse_check_key_connect_gnd_next:
+0x5b4b 013250 fetcht 1 ,mem_mouse_key_temp 
+0x5b4c 013251 copy temp ,queue 
+0x5b4d 013252 beq 0x07 ,mouse_key_press 
+0x5b4e 013253 beq 0x00 ,mouse_key_release 
+0x5b4f 013254 rtn 
+:      013256 mouse_key_press:
+0x5b50 013257 qset1 rega 
+0x5b51 013258 rtn 
+:      013260 mouse_3io6key_check:
+0x5b52 013261 bpatch patch09_4 ,mem_patch09 
+0x5b53 013262 copy regc ,pdata 
+0x5b54 013263 store 1 ,mem_mouse_key_status 
+0x5b55 013264 lshift pdata ,pdata 
+0x5b56 013265 copy pdata ,regb 
+0x5b57 013266 copy temp ,regc 
+0x5b58 013267 call mouse_gpio_config_input_pd 
+0x5b59 013268 copy regc ,temp 
+0x5b5a 013269 call gpio_get_bit 
+0x5b5b 013270 nsetflag true ,0 ,regb 
+0x5b5c 013271 call mouse_check_press 
+0x5b5d 013272 branch mouse_check_key_connect_gnd_next 
+:      013274 mouse_check_press:
+0x5b5e 013275 fetcht 1 ,mem_mouse_key_status 
+0x5b5f 013276 and_into 0x01 ,temp 
+0x5b60 013277 and regb ,0x01 ,pdata 
+0x5b61 013278 isub temp ,null 
+0x5b62 013279 nbranch mouse_current_mult_update ,zero 
+0x5b63 013280 rtn 
+:      013285 mouse_init_sunt:
+0x5b64 013286 bpatch patch09_5 ,mem_patch09 
+0x5b65 013287 call mouse_sensor_spi_init 
+0x5b66 013288 rtn wake 
+:      013289 mouse_init_sensor_wakeup:
+0x5b67 013290 call mouse_sensor_poweron 
+:      013291 mouse_init_sensor:
+0x5b68 013292 bpatch patch09_6 ,mem_patch09 
+0x5b69 013293 call mouse_read_sensor_id 
+0x5b6a 013294 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+0x5b6b 013295 beq p3065_id1 ,mouse_init_p3065 
+0x5b6c 013296 beq pka8g2_id1 ,mouse_ka8g2_id2_judge 
+0x5b6d 013297 call mouse_twspi_reset 
+0x5b6e 013298 nop 6900 
+0x5b6f 013299 branch mouse_init_sensor 
+:      013300 mouse_twspi_reset:
+0x5b70 013301 fetch 1 ,mem_mouse_sensor_sclk_gpio 
+0x5b71 013302 call twspi_reset 
+0x5b72 013303 branch mouse_spid_init_pin 
+:      013305 mouse_read_sensor_id:
+0x5b73 013306 setarg pan_reg_pid_h 
+0x5b74 013307 call twspi_read 
+0x5b75 013308 store 1 ,mem_sensor_id2 
+0x5b76 013309 setarg pan_reg_pid_l 
+0x5b77 013310 call twspi_read 
+0x5b78 013311 store 1 ,mem_sensor_id1 
+0x5b79 013312 rtn 
+:      013314 mouse_init_p32xx_id2_judge:
+0x5b7a 013315 fetch 1 ,mem_sensor_id2 
+0x5b7b 013316 beq p_mx8650 ,mouse_mx8650_init_param 
+0x5b7c 013317 beq p8009_id2 ,mouse_8009_init_param 
+0x5b7d 013318 beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
+0x5b7e 013319 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
+0x5b7f 013320 beq p3212_id2 ,mouse_3212_init_param 
+0x5b80 013321 beq pka8_id2 ,mouse_ka8_init_param_check 
+0x5b81 013322 beq p6520a_id2 ,mouse_p6520_init_param 
+0x5b82 013323 branch mouse_init_sensor 
+:      013325 mouse_mx8650_init_param:
+0x5b83 013326 jam mx8650 ,mem_config_sensor_type 
+0x5b84 013327 call mouse_sensor_reset 
+0x5b85 013328 call delay_10ms 
+0x5b86 013329 arg mem_sensor_8650_init ,regc 
+0x5b87 013330 call mouse_sensor_wr_seq 
+0x5b88 013331 branch mouse_dpi_config 
+:      013333 mouse_8009_init_param:
+0x5b89 013334 setarg 0x16 
+0x5b8a 013335 call twspi_read 
+0x5b8b 013336 sub pdata ,0xbd ,null 
+0x5b8c 013337 nbranch mouse_init_sunt ,zero 
+0x5b8d 013338 setarg 0x19 
+0x5b8e 013339 call twspi_read 
+0x5b8f 013340 sub pdata ,0x55 ,null 
+0x5b90 013341 nbranch mouse_init_sunt ,zero 
+0x5b91 013342 setarg 0x1b 
+0x5b92 013343 call twspi_read 
+0x5b93 013344 sub pdata ,0x1d ,null 
+0x5b94 013345 nbranch mouse_init_sunt ,zero 
+0x5b95 013346 jam p8009 ,mem_config_sensor_type 
+0x5b96 013347 arg mem_sensor_8009_init ,regc 
+0x5b97 013348 branch mouse_sensor_wr_seq 
+:      013350 mouse_3205_3t_init_param:
+0x5b98 013351 jam p3205 ,mem_config_sensor_type 
+0x5b99 013352 arg mem_sensor_3205_init ,regc 
+0x5b9a 013353 call mouse_sensor_wr_seq 
+0x5b9b 013354 arg mem_sensor_32xx_init ,regc 
+0x5b9c 013355 call mouse_sensor_wr_seq 
+0x5b9d 013356 setarg 0x0943 
+0x5b9e 013357 call twspi_write 
+0x5b9f 013358 arg mem_sensor_32xx_init_1 ,regc 
+0x5ba0 013359 branch mouse_sensor_wr_seq 
+:      013361 mouse_3204_3l_init_param:
+0x5ba1 013362 jam p3204 ,mem_config_sensor_type 
+0x5ba2 013363 arg mem_sensor_3204_init ,regc 
+0x5ba3 013364 call mouse_sensor_wr_seq 
+0x5ba4 013365 arg mem_sensor_32xx_init ,regc 
+0x5ba5 013366 call mouse_sensor_wr_seq 
+0x5ba6 013367 arg mem_sensor_32xx_init_1 ,regc 
+0x5ba7 013368 branch mouse_sensor_wr_seq 
+:      013370 mouse_3212_init_param:
+0x5ba8 013371 jam p3212 ,mem_config_sensor_type 
+0x5ba9 013372 arg mem_sensor_3212_init ,regc 
+:      013373 mouse_sensor_wr_seq:
+0x5baa 013374 ifetch 2 ,regc 
+0x5bab 013375 arg 0xffff ,temp 
+0x5bac 013376 isub temp ,null 
+0x5bad 013377 rtn zero 
+0x5bae 013378 call twspi_write 
+0x5baf 013379 increase 2 ,regc 
+0x5bb0 013380 branch mouse_sensor_wr_seq 
+:      013382 mouse_ka8_init_param_check:
+0x5bb1 013383 call mouse_sensor_disable_wp 
+0x5bb2 013384 setarg 0x9a5b 
+0x5bb3 013385 call twspi_write 
+0x5bb4 013386 setarg 0x0d 
+0x5bb5 013387 call twspi_read 
+0x5bb6 013388 sub pdata ,0x12 ,null 
+0x5bb7 013389 branch mouse_ka8ul_init_param ,zero 
+0x5bb8 013390 sub pdata ,0x0a ,null 
+0x5bb9 013391 nbranch mouse_ka8hd_sensor_judge ,zero 
+0x5bba 013392 setarg 0x0e 
+0x5bbb 013393 call twspi_read 
+0x5bbc 013394 sub pdata ,0xe5 ,null 
+0x5bbd 013395 nbranch mouse_init_sensor ,zero 
+0x5bbe 013396 setarg 0x10 
+0x5bbf 013397 call twspi_read 
+0x5bc0 013398 sub pdata ,0xa5 ,null 
+0x5bc1 013399 branch mouse_ka8ul_init_param ,zero 
+0x5bc2 013400 call mouse_enable_ka8_sensor_wp 
+:      013401 mouse_ka8_init_param:
+0x5bc3 013402 jam ka8 ,mem_config_sensor_type 
+0x5bc4 013403 rtn 
+:      013404 mouse_ka8ul_init_param:
+0x5bc5 013405 jam ka8_ul ,mem_config_sensor_type 
+0x5bc6 013406 arg mem_sensor_ka8ul_init ,regc 
+0x5bc7 013407 branch mouse_sensor_wr_seq 
+:      013408 mouse_ka8hd_sensor_judge:
+0x5bc8 013409 sub pdata ,0x10 ,null 
+0x5bc9 013410 nbranch mouse_init_sensor ,zero 
+0x5bca 013411 setarg 0x0e 
+0x5bcb 013412 call twspi_read 
+0x5bcc 013413 sub pdata ,0xc5 ,null 
+0x5bcd 013414 nbranch mouse_init_sensor ,zero 
+0x5bce 013415 setarg 0x10 
+0x5bcf 013416 call twspi_read 
+0x5bd0 013417 sub pdata ,0x38 ,null 
+0x5bd1 013418 nbranch mouse_init_sensor ,zero 
+:      013419 mouse_ka8hd_init_param:
+0x5bd2 013420 call mouse_enable_ka8_sensor_wp 
+0x5bd3 013421 jam ka8_hd ,mem_config_sensor_type 
+0x5bd4 013422 rtn 
+:      013423 mouse_enable_ka8_sensor_wp:
+0x5bd5 013424 setarg 0x005b 
+0x5bd6 013425 call twspi_write 
+0x5bd7 013426 branch mouse_sensor_enable_wp 
+:      013428 mouse_p6520_init_param:
+0x5bd8 013429 jam p6520 ,mem_config_sensor_type 
+0x5bd9 013430 arg mem_sensor_p6520_init ,regc 
+0x5bda 013431 branch mouse_sensor_wr_seq 
+:      013433 mouse_init_p3065:
+0x5bdb 013434 call mouse_sensor_poweron 
+0x5bdc 013435 fetch 1 ,mem_sensor_id2 
+0x5bdd 013436 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0x5bde 013437 beq p3065_id2 ,mouse_p3065_init_param 
+0x5bdf 013438 branch mouse_init_sensor 
+:      013440 mouse_p3065_init_param:
+0x5be0 013441 jam p3065 ,mem_config_sensor_type 
+0x5be1 013442 rtn 
+:      013444 mouse_p3065xy_init_param:
+0x5be2 013445 jam p3065_xy ,mem_config_sensor_type 
+0x5be3 013446 rtn 
+:      013448 mouse_ka8g2_id2_judge:
+0x5be4 013449 call mouse_sensor_poweron 
+0x5be5 013450 fetch 1 ,mem_sensor_id2 
+0x5be6 013451 beq pka8g2_id2 ,mouse_ka8g2_init_param 
+0x5be7 013452 branch mouse_init_p32xx_id2_judge 
+:      013453 mouse_ka8g2_init_param:
+0x5be8 013454 jam ka8g2 ,mem_config_sensor_type 
+0x5be9 013455 arg mem_sensor_ka8g2_init ,regc 
+0x5bea 013456 branch mouse_sensor_wr_seq 
+:      013458 mouse_sensor_enable_wp:
+0x5beb 013459 setarg 0x0009 
+0x5bec 013460 branch twspi_write 
+:      013461 mouse_sensor_disable_wp:
+0x5bed 013462 setarg 0x5a09 
+0x5bee 013463 branch twspi_write 
+:      013465 mouse_sensor_reset:
+0x5bef 013466 setarg 0x8006 
+0x5bf0 013467 call twspi_write 
+0x5bf1 013468 nop 12000 
+0x5bf2 013469 rtn 
+:      013471 mouse_sensor_poweron:
+0x5bf3 013472 bpatch patch09_7 ,mem_patch09 
+0x5bf4 013473 call mouse_sensor_spi_init 
+0x5bf5 013474 call mouse_sensor_reset 
+0x5bf6 013475 arg mem_sensor_poweron_init ,regc 
+0x5bf7 013476 call mouse_sensor_wr_seq 
+0x5bf8 013477 branch mouse_dpi_config 
+:      013479 mouse_sensor_powerdown:
+0x5bf9 013480 bpatch patch0a_0 ,mem_patch0a 
+0x5bfa 013481 call mouse_init_sunt 
+0x5bfb 013482 call mouse_sensor_spi_init 
+0x5bfc 013483 setarg 0x0806 
+0x5bfd 013484 branch twspi_write 
+:      013490 mouse_check_sensor_data:
+0x5bfe 013491 fetch 1 ,mem_spi_write_flash_sm 
+0x5bff 013492 rtnne flash_sm_no_buys 
+0x5c00 013493 fetch 1 ,mem_config_sensor_type 
+0x5c01 013494 beq p3205 ,mouse_p32xx_sensor_motion 
+0x5c02 013495 beq p3065 ,mouse_p32xx_sensor_motion 
+0x5c03 013496 beq ka8 ,mouse_p32xx_sensor_motion 
+0x5c04 013497 beq p3204 ,mouse_p32xx_sensor_motion 
+0x5c05 013498 beq p3212 ,mouse_p3212_sensor_motion 
+0x5c06 013499 beq p3065_xy ,mouse_p32xx_sensor_motion 
+0x5c07 013500 beq p8009 ,mouse_p8009_sensor_motion 
+0x5c08 013501 beq ka8g2 ,mouse_pka8g2_sensor_motion 
+0x5c09 013502 branch mouse_p32xx_sensor_motion 
+:      013505 mouse_p32xx_sensor_motion:
+0x5c0a 013506 call mouse_clear_sensor_data 
+0x5c0b 013507 disable user 
+0x5c0c 013508 fetch 1 ,mem_sensor_motion_gpio 
+0x5c0d 013509 beq gpio_disable ,mouse_p32xx_sensor_motion_2 
+0x5c0e 013510 fetcht 1 ,mem_sensor_motion_gpio 
+0x5c0f 013511 call gpio_get_bit 
+0x5c10 013512 nrtn true 
+:      013513 mouse_p32xx_sensor_motion_2:
+0x5c11 013514 setarg pan_reg_pid_l 
+0x5c12 013515 call twspi_read 
+0x5c13 013516 bne p32xx_id1 ,mouse_p3065_judge 
+:      013517 mouse_p32xx_sensor_motion_1:
+0x5c14 013518 setarg pan_reg_motion_staus 
+0x5c15 013519 call twspi_read 
+0x5c16 013520 rtnbit0 7 
+0x5c17 013521 call mouse_read_sensor_common 
+0x5c18 013522 fetch 1 ,mem_mouse_x 
+0x5c19 013523 call mouse_data_extsign 
+0x5c1a 013524 store 2 ,mem_mouse_x 
+0x5c1b 013525 fetch 1 ,mem_mouse_y 
+0x5c1c 013526 call mouse_data_extsign 
+0x5c1d 013527 store 2 ,mem_mouse_y 
+0x5c1e 013528 fetch 1 ,mem_config_sensor_angle 
+0x5c1f 013529 beq mouse_6clk_angle ,mouse_motion32xx_6clk_direction_selection 
+0x5c20 013530 beq mouse_9clk_angle ,mouse_motion32xx_9clk_direction_selection 
+0x5c21 013531 beq mouse_12clk_angle ,mouse_motion32xx_12clk_direction_selection 
+0x5c22 013532 beq mouse_3clk_angle ,mouse_motion32xx_3clk_direction_selection 
+0x5c23 013533 rtn 
+:      013535 mouse_p3065_judge:
+0x5c24 013536 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
+0x5c25 013537 branch mouse_twspi_reset 
+:      013539 mouse_motion32xx_6clk_direction_selection:
+0x5c26 013540 call mouse_motion_6clk_direction_dispose 
+0x5c27 013541 branch mouse_sensor_sdio_low 
+:      013542 mouse_motion32xx_9clk_direction_selection:
+0x5c28 013543 call mouse_motion_9clk_direction_dispose 
+0x5c29 013544 branch mouse_sensor_sdio_low 
+:      013545 mouse_motion32xx_12clk_direction_selection:
+0x5c2a 013546 call mouse_motion_12clk_direction_dispose 
+0x5c2b 013547 branch mouse_sensor_sdio_low 
+:      013548 mouse_motion32xx_3clk_direction_selection:
+0x5c2c 013549 call mouse_motion_3clk_direction_dispose 
+0x5c2d 013550 branch mouse_sensor_sdio_low 
+:      013554 mouse_p3212_sensor_motion:
+0x5c2e 013555 call mouse_clear_sensor_data 
+0x5c2f 013556 fetch 1 ,mem_sensor_motion_gpio 
+0x5c30 013557 beq gpio_disable ,mouse_p3212_sensor_motion_1 
+0x5c31 013558 fetcht 1 ,mem_sensor_motion_gpio 
+0x5c32 013559 call gpio_get_bit 
+0x5c33 013560 nrtn true 
+:      013561 mouse_p3212_sensor_motion_1:
+0x5c34 013562 setarg pan_reg_pid_l 
+0x5c35 013563 call twspi_read 
+0x5c36 013564 bne p32xx_id1 ,mouse_twspi_reset 
+:      013565 mouse_p3212_sensor_motion_2:
+0x5c37 013566 setarg pan_reg_motion_staus 
+0x5c38 013567 call twspi_read 
+0x5c39 013568 rtnbit0 7 
+0x5c3a 013569 call mouse_read_sensor_common 
+0x5c3b 013570 call mouse_read_3212sensor_xy_high 
+0x5c3c 013571 store 1 ,mem_mouse_xy_h 
+0x5c3d 013572 rshift4 pdata ,pdata 
+0x5c3e 013573 call mouse_data_extsign_bit3 
+0x5c3f 013574 store 1 ,mem_mouse_x + 1 
+0x5c40 013575 fetch 1 ,mem_mouse_xy_h 
+0x5c41 013576 and pdata ,0x0f ,pdata 
+0x5c42 013577 call mouse_data_extsign_bit3 
+0x5c43 013578 store 1 ,mem_mouse_y + 1 
+0x5c44 013579 fetch 1 ,mem_config_sensor_angle 
+0x5c45 013580 beq mouse_6clk_angle ,mouse_motion_6clk_direction_dispose 
+0x5c46 013581 beq mouse_9clk_angle ,mouse_motion_9clk_direction_dispose 
+0x5c47 013582 beq mouse_12clk_angle ,mouse_motion_12clk_direction_dispose 
+0x5c48 013583 beq mouse_3clk_angle ,mouse_motion_3clk_direction_dispose 
+0x5c49 013584 rtn 
+:      013586 mouse_read_3212sensor_xy_high:
+0x5c4a 013587 setarg 0x12 
+0x5c4b 013588 branch twspi_read 
+:      013590 mouse_pka8g2_sensor_motion:
+0x5c4c 013591 call mouse_clear_sensor_data 
+0x5c4d 013592 fetch 1 ,mem_sensor_motion_gpio 
+0x5c4e 013593 beq gpio_disable ,mouse_pka8g2_sensor_motion_1 
+0x5c4f 013594 fetcht 1 ,mem_sensor_motion_gpio 
+0x5c50 013595 call gpio_get_bit 
+0x5c51 013596 nrtn true 
+:      013597 mouse_pka8g2_sensor_motion_1:
+0x5c52 013598 branch mouse_p3212_sensor_motion_2 
+:      013601 mouse_p8009_sensor_motion:
+0x5c53 013602 call mouse_clear_sensor_data 
+0x5c54 013603 disable user 
+0x5c55 013604 setarg pan_reg_motion_staus 
+0x5c56 013605 call twspi_read 
+0x5c57 013606 rtnbit0 7 
+0x5c58 013607 setarg pan_reg_opration_state 
+0x5c59 013608 call twspi_read 
+0x5c5a 013609 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
+0x5c5b 013610 setarg 0 
+0x5c5c 013611 store 6 ,mem_mouse_x 
+0x5c5d 013612 rtn 
+:      013614 mouse_motion_6clk_direction_dispose:
+0x5c5e 013615 fetch 2 ,mem_mouse_x 
+0x5c5f 013616 sub pdata ,0 ,pdata 
+0x5c60 013617 store 2 ,mem_mouse_x 
+0x5c61 013618 branch enable_user 
+:      013619 mouse_motion_12clk_direction_dispose:
+0x5c62 013620 fetch 2 ,mem_mouse_y 
+0x5c63 013621 sub pdata ,0 ,pdata 
+0x5c64 013622 store 2 ,mem_mouse_y 
+0x5c65 013623 branch enable_user 
+:      013624 mouse_motion_9clk_direction_dispose:
+0x5c66 013625 fetch 2 ,mem_mouse_y 
+0x5c67 013626 sub pdata ,0 ,pdata 
+0x5c68 013627 store 2 ,mem_mouse_y 
+0x5c69 013628 fetch 2 ,mem_mouse_x 
+0x5c6a 013629 sub pdata ,0 ,pdata 
+0x5c6b 013630 store 2 ,mem_mouse_x 
+0x5c6c 013631 call mouse_sensor_data_swap_places 
+0x5c6d 013632 branch enable_user 
+:      013633 mouse_motion_3clk_direction_dispose:
+0x5c6e 013634 call mouse_sensor_data_swap_places 
+0x5c6f 013635 branch enable_user 
+:      013637 mouse_sensor_data_swap_places:
+0x5c70 013638 fetch 2 ,mem_mouse_y 
+0x5c71 013639 fetcht 2 ,mem_mouse_x 
+0x5c72 013640 store 2 ,mem_mouse_x 
+0x5c73 013641 storet 2 ,mem_mouse_y 
+0x5c74 013642 rtn 
+:      013645 mouse_clear_sensor_data:
+0x5c75 013646 fetch 1 ,mem_mouse_move_flag 
+0x5c76 013647 call mouse_read_sensor_common ,blank 
+0x5c77 013648 jam 1 ,mem_mouse_move_flag 
+0x5c78 013649 rtn 
+:      013651 mouse_clear_sensor_data_by_reset:
+0x5c79 013652 jam 1 ,mem_mouse_clear_sensor_data_flag 
+0x5c7a 013653 call le_set_config_more_data 
+:      013654 mouse_init_sensor_reset:
+0x5c7b 013655 branch mouse_init_sunt 
+:      013657 mouse_data_xy_release:
+0x5c7c 013658 fetch 1 ,mem_sensor_motion_gpio 
+0x5c7d 013659 rtnne gpio_disable 
+0x5c7e 013660 fetch 1 ,mem_mouse_long_mult_flag 
+0x5c7f 013661 rtnne 1 
+0x5c80 013662 setarg 0 
+0x5c81 013663 store 1 ,mem_mouse_long_mult_flag 
+0x5c82 013664 store 4 ,mem_mouse_x 
+0x5c83 013665 branch mouse_init_sensor_reset 
+:      013667 mouse_data_extsign:
+0x5c84 013668 rtnbit0 7 
+0x5c85 013669 arg 0xff00 ,temp 
+0x5c86 013670 ior temp ,pdata 
+0x5c87 013671 rtn 
+:      013673 mouse_data_extsign_bit3:
+0x5c88 013674 rtnbit0 3 
+0x5c89 013675 arg 0xf0 ,temp 
+0x5c8a 013676 ior temp ,pdata 
+0x5c8b 013677 rtn 
+:      013679 mouse_read_sensor_common:
+0x5c8c 013680 arg pan_reg_delta_x ,pdata 
+0x5c8d 013681 call twspi_read 
+0x5c8e 013682 store 2 ,mem_mouse_x 
+0x5c8f 013683 arg pan_reg_delta_y ,pdata 
+0x5c90 013684 call twspi_read 
+0x5c91 013685 store 2 ,mem_mouse_y 
+0x5c92 013686 rtn 
+:      013689 mouse_sensor_sdio_low:
+0x5c93 013690 fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+0x5c94 013691 call gpio_get_bit 
+0x5c95 013692 rtn true 
+0x5c96 013693 setarg 0x0a 
+0x5c97 013694 call twspi_read 
+0x5c98 013695 nop 1000 
+0x5c99 013696 branch mouse_sensor_sdio_low 
+:      013698 mouse_set_sdio_high:
+0x5c9a 013699 setarg 0x8100 
+0x5c9b 013700 branch twspi_write 
+:      013705 mouse_buletooth_fast_conn_init:
+0x5c9c 013706 jam 0xff ,mem_mouse_bluetooth_fast_conn_flag 
+:      013707 mouse_ble_fast_conn_init:
+0x5c9d 013708 jam 0x34 ,mem_xrecord_mode 
+0x5c9e 013709 setarg 0x0f0f0f 
+0x5c9f 013710 store 3 ,mem_le_lap 
+0x5ca0 013711 store 3 ,mem_le_lap + 3 
+0x5ca1 013712 branch mouse_start_reconnect 
+:      013714 mouse_buletooth_fast_conn_end:
+0x5ca2 013715 bpatch patch0a_1 ,mem_patch0a 
+0x5ca3 013716 call mouse_select_reconn_device 
+0x5ca4 013717 call mouse_bluetooth_fast_conn_disable 
+0x5ca5 013718 fetch 1 ,mem_device_flag 
+0x5ca6 013719 beq mode_bt_device1 ,mouse_device1_check_auto_discover 
+0x5ca7 013720 beq mode_bt_device2 ,mouse_device2_check_auto_discover 
+0x5ca8 013721 rtn 
+:      013722 mouse_device1_check_auto_discover:
+0x5ca9 013723 fetch 6 ,mem_device1_addr 
+0x5caa 013724 branch mouse_device_check_auto_discover 
+:      013725 mouse_device2_check_auto_discover:
+0x5cab 013726 fetch 6 ,mem_device2_addr 
+:      013727 mouse_device_check_auto_discover:
+0x5cac 013728 fetcht 6 ,mem_mouse_compare_addr_ff 
+0x5cad 013729 isub temp ,null 
+0x5cae 013730 branch mouse_start_discovery ,zero 
+0x5caf 013731 branch mouse_start_reconnect_device 
+:      013733 mouse_bluetooth_fast_conn_disable:
+0x5cb0 013734 jam 0x5a ,mem_mouse_bluetooth_fast_conn_flag 
+0x5cb1 013735 rtn 
+:      013738 mouse_stop_bluetooth_mode:
+0x5cb2 013739 fetch 2 ,mem_ui_state_map 
+0x5cb3 013740 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x5cb4 013741 branch mouse_stop_discovery 
+:      013742 mouse_disconnect:
+0x5cb5 013743 setarg 0 
+0x5cb6 013744 store 2 ,mem_mouse_no_data_timer 
+0x5cb7 013745 fetch 2 ,mem_ui_state_map 
+0x5cb8 013746 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x5cb9 013747 rtn 
+:      013749 mouse_check_125hz:
+0x5cba 013750 fetch mouse_flag_len ,mem_mouse_flag 
+0x5cbb 013751 rtnbit0 mouse_enable_bt_125hz 
+:      013752 mouse_bluetooth_125hz:
+0x5cbc 013753 nbranch mouse_bluetooth_125hz_clear ,user 
+0x5cbd 013754 fetch 1 ,mem_bluetooth_125hz_cnt 
+0x5cbe 013755 increase 1 ,pdata 
+0x5cbf 013756 and_into 0x0f ,pdata 
+0x5cc0 013757 store 1 ,mem_bluetooth_125hz_cnt 
+0x5cc1 013758 nrtn blank 
+:      013759 mouse_bluetooth_125hz_clear:
+0x5cc2 013760 jam 0 ,mem_bluetooth_125hz_cnt 
+0x5cc3 013761 disable user 
+0x5cc4 013762 rtn 
+:      013764 mouse_current_mult_update:
+0x5cc5 013765 fetch 1 ,mem_sensor_motion_gpio 
+0x5cc6 013766 rtnne gpio_disable 
+0x5cc7 013767 jam 0 ,mem_lpm_mult 
+0x5cc8 013768 jam 30 ,mem_mouse_current_mult_timer 
+0x5cc9 013769 rtn 
+:      013772 mouse_priority_bb_event:
+0x5cca 013773 bpatch patch0a_2 ,mem_patch0a 
+0x5ccb 013774 copy regc ,pdata 
+0x5ccc 013775 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
+0x5ccd 013776 beq bt_evt_le_disconnected ,mouse_le_bb_disconnected 
+0x5cce 013777 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
+0x5ccf 013778 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+0x5cd0 013779 beq bt_evt_le_enc_info ,mouse_le_enc_info 
+0x5cd1 013780 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
+0x5cd2 013781 beq bt_evt_le_pairing_complete ,app_ble_store_reconn_info 
+0x5cd3 013782 beq bt_evt_le_parse_conn_papa_update_rsp ,mouse_le_conn_param_update_rsp_recieved 
+0x5cd4 013783 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
+0x5cd5 013784 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
+0x5cd6 013785 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
+0x5cd7 013786 beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
+0x5cd8 013787 rtn 
+:      013790 mouse_le_bb_event_connected:
+0x5cd9 013791 jam 0 ,mem_mouse_long_mult_flag 
+0x5cda 013792 call mouse_init_sensor_reset 
+0x5cdb 013793 jam 1 ,mem_mouse_le_bb_connected_flag 
+0x5cdc 013794 call mouse_24g_first_store_reconn_info 
+0x5cdd 013795 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5cde 013796 nbranch mouse_le_bb_event_connected_next ,blank 
+0x5cdf 013797 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
+:      013798 mouse_le_bb_event_connected_next:
+0x5ce0 013799 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x5ce1 013800 set0 app_disc_by_button ,pdata 
+0x5ce2 013801 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x5ce3 013802 jam 0 ,mem_mouse_direct_timer 
+0x5ce4 013803 fetch 2 ,mem_le_battery_level_updata_timer_init 
+0x5ce5 013804 store 2 ,mem_le_battery_level_updata_timer 
+0x5ce6 013805 call mouse_no_data_timer_init 
+0x5ce7 013806 branch mouse_stop_discovery 
+:      013808 mouse_le_bb_disconnected:
+0x5ce8 013809 setarg 0 
+0x5ce9 013810 store 2 ,mem_le_battery_level_updata_timer 
+0x5cea 013811 jam 0 ,mem_mouse_le_bb_connected_flag 
+0x5ceb 013812 arg le_interval_7_5ms ,temp 
+0x5cec 013813 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ced 013814 bbit1 mouse_enable_bt_125hz ,mouse_le_bb_disconnected_next 
+0x5cee 013815 arg le_interval_8_75ms ,temp 
+:      013816 mouse_le_bb_disconnected_next:
+0x5cef 013817 storet 2 ,mem_le_interval_min 
+0x5cf0 013818 storet 2 ,mem_le_interval_min + 2 
+0x5cf1 013819 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x5cf2 013820 jam 0 ,mem_mouse_clear_sensor_data_flag 
+0x5cf3 013821 call le_clr_config_more_data 
+0x5cf4 013822 branch mouse_bb_disconnected 
+:      013824 mouse_le_pairing_success:
+0x5cf5 013825 arg ll_pairing_success_flag ,queue 
+0x5cf6 013826 branch mouse_le_enable_connect_flag 
+:      013828 mouse_le_enc_info:
+:      013829 mouse_updata_le_param:
+0x5cf7 013830 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x5cf8 013831 branch ui_ipc_send_cmd 
+:      013833 mouse_le_ll_start_encryt:
+0x5cf9 013834 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5cfa 013835 beq 1 ,mouse_le_ll_reconn_start_encryt 
+0x5cfb 013836 branch mouse_le_ll_enable_start_enc_flag 
+:      013837 mouse_le_ll_reconn_start_encryt:
+0x5cfc 013838 call mouse_updata_le_param 
+0x5cfd 013839 jam 20 ,mem_le_start_encrypt_timer 
+:      013840 mouse_le_ll_enable_start_enc_flag:
+0x5cfe 013841 arg ll_start_enc_flag ,queue 
+0x5cff 013842 branch mouse_le_enable_connect_flag 
+:      013844 mouse_le_enable_connect_flag:
+0x5d00 013845 fetch 1 ,mem_le_connect_status_flag 
+0x5d01 013846 qset1 pdata 
+0x5d02 013847 store 1 ,mem_le_connect_status_flag 
+0x5d03 013848 rtn 
+:      013850 mouse_le_conn_param_update_rsp_recieved:
+0x5d04 013851 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x5d05 013852 rtneq ble_signaling_connect_parameter_update_accepted 
+0x5d06 013853 fetch 1 ,mem_le_tsniff 
+0x5d07 013854 rshift2 pdata ,pdata 
+0x5d08 013855 sub pdata ,le_interval_15ms ,null 
+0x5d09 013856 rtn positive 
+0x5d0a 013857 setarg le_interval_11_25ms 
+0x5d0b 013858 store 2 ,mem_le_interval_min 
+0x5d0c 013859 store 2 ,mem_le_interval_min + 2 
+0x5d0d 013860 call mouse_updata_le_param 
+:      013861 mouse_le_conn_param_lpm_disable:
+0x5d0e 013862 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
+0x5d0f 013863 rtn 
+:      013865 mouse_le_bb_event_connect_complete:
+0x5d10 013866 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5d11 013867 nrtn blank 
+0x5d12 013868 fetch 1 ,mem_le_att_handle 
+0x5d13 013869 sub pdata ,34 ,pdata 
+0x5d14 013870 nrtn zero 
+0x5d15 013871 jam 0 ,mem_le_start_encrypt_timer 
+:      013872 mouse_le_write_enable:
+0x5d16 013873 arg write_req_enable_flag ,queue 
+0x5d17 013874 branch mouse_le_enable_connect_flag 
+:      013876 mouse_le_parse_conn_param_accepted:
+0x5d18 013877 fetch 1 ,mem_le_new_conninterval 
+0x5d19 013878 sub pdata ,le_interval_15ms ,null 
+0x5d1a 013879 nbranch mouse_le_conn_param_lpm_disable ,positive 
+0x5d1b 013880 store 2 ,mem_le_interval_min 
+0x5d1c 013881 store 2 ,mem_le_interval_min + 2 
+0x5d1d 013882 fetch 1 ,mem_le_new_connslavelatency 
+0x5d1e 013883 branch mouse_le_lpm_mult_reinit ,blank 
+0x5d1f 013884 fetcht 1 ,mem_lpm_mult_init 
+0x5d20 013885 isub temp ,null 
+0x5d21 013886 branch mouse_le_lpm_mult_reinit ,positive 
+0x5d22 013887 fetch 1 ,mem_le_new_connslavelatency 
+0x5d23 013888 store 1 ,mem_lpm_mult 
+0x5d24 013889 branch mouse_le_conn_param_lpm_enable 
+:      013890 mouse_le_lpm_mult_reinit:
+0x5d25 013891 fetch 1 ,mem_lpm_mult_init 
+0x5d26 013892 store 1 ,mem_lpm_mult 
+:      013893 mouse_le_conn_param_lpm_enable:
+0x5d27 013894 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+0x5d28 013895 rtn 
+:      013897 mouse_le_clean_connect_flag:
+0x5d29 013898 jam 0 ,mem_le_connect_status_flag 
+0x5d2a 013899 rtn 
+:      013901 mouse_le:
+0x5d2b 013902 bpatch patch0a_3 ,mem_patch0a 
+0x5d2c 013903 call le_fifo_check_nearly_full 
+0x5d2d 013904 nrtn blank 
+0x5d2e 013905 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x5d2f 013906 beq 0xff ,mouse_le_next 
+0x5d30 013907 fetch 1 ,mem_le_connect_status_flag 
+0x5d31 013908 and pdata ,0x03 ,pdata 
+0x5d32 013909 rtnne 0x03 
+:      013910 mouse_le_next:
+0x5d33 013911 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x5d34 013912 call mouse_clear_sensor_data_by_reset ,blank 
+0x5d35 013913 fetch mouse_flag_len ,mem_mouse_flag 
+0x5d36 013914 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+0x5d37 013915 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+0x5d38 013916 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x5d39 013917 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+0x5d3a 013918 call mouse_motion 
+0x5d3b 013919 call mouse_check_125hz 
+0x5d3c 013920 nrtn user 
+0x5d3d 013921 call mouse_current_mult_update 
+0x5d3e 013922 call mouse_data_xy_release 
+0x5d3f 013923 call mouse_wheel_trigger 
+0x5d40 013924 fetch mouse_flag_len ,mem_mouse_flag 
+0x5d41 013925 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
+0x5d42 013926 fetch 1 ,mem_customer_key 
+0x5d43 013927 beq 1 ,mouse_le_send_keyboard_package_data 
+:      013928 mouse_le_send_mouse_data:
+0x5d44 013929 branch mouse_fill_mouse_data_le 
+:      013932 mouse_le_send_keyboard_package_data:
+0x5d45 013933 fetch 1 ,mem_customer_data_trigger 
+0x5d46 013934 branch mouse_le_release_keyboard_data ,blank 
+0x5d47 013935 fetch 8 ,mem_customer_key_press + 1 
+:      013936 mouse_fill_keyboard_package_data_le:
+0x5d48 013937 store 8 ,mem_pdatatemp 
+0x5d49 013938 fetch 1 ,mem_customer_key_press 
+0x5d4a 013939 beq kb_multikey_report_id ,mouse_fill_multimedia_key_data_le 
+0x5d4b 013940 beq kb_system_conctrl_report_id ,mouse_fill_systemctrl_key_data_le 
+0x5d4c 013941 jam 8 ,mem_le_data_len 
+0x5d4d 013942 fetcht 2 ,mem_le_keyboard_handle 
+:      013943 mouse_fill_data_le:
+0x5d4e 013944 fetch 1 ,mem_le_data_len 
+0x5d4f 013945 copy pdata ,rega 
+0x5d50 013946 call le_att_malloc_tx_notify 
+0x5d51 013947 fetcht 1 ,mem_le_data_len 
+0x5d52 013948 copy temp ,loopcnt 
+0x5d53 013949 arg mem_pdatatemp ,contr 
+0x5d54 013950 branch memcpy 
+:      013952 mouse_le_release_keyboard_data:
+0x5d55 013953 fetch 8 ,mem_customer_key_release + 1 
+0x5d56 013954 branch mouse_fill_keyboard_package_data_le 
+:      013956 mouse_fill_multimedia_key_data_le:
+0x5d57 013957 jam 3 ,mem_le_data_len 
+0x5d58 013958 fetcht 2 ,mem_le_multimedia_handle 
+0x5d59 013959 branch mouse_fill_data_le 
+:      013961 mouse_fill_systemctrl_key_data_le:
+0x5d5a 013962 jam 2 ,mem_le_data_len 
+0x5d5b 013963 fetcht 2 ,mem_le_systemctrl_handle 
+0x5d5c 013964 branch mouse_fill_data_le 
+:      013966 mouse_fill_battery_level_le:
+0x5d5d 013967 arg 1 ,rega 
+0x5d5e 013968 fetcht 2 ,mem_le_battery_level_handle 
+0x5d5f 013969 call le_att_malloc_tx_notify 
+0x5d60 013970 fetch 1 ,mem_le_battery_level_percentage 
+0x5d61 013971 istore 1 ,contw 
+0x5d62 013972 rtn 
+:      013974 mouse_le_send_empty_packet:
+0x5d63 013975 setarg 0 
+0x5d64 013976 store 7 ,mem_mouse_key 
+:      013977 mouse_fill_mouse_data_le:
+0x5d65 013978 jam 7 ,mem_le_data_len 
+0x5d66 013979 fetch 7 ,mem_mouse_key 
+0x5d67 013980 store 7 ,mem_pdatatemp 
+0x5d68 013981 fetcht 2 ,mem_le_notify_handle 
+0x5d69 013982 branch mouse_fill_data_le 
+:      013984 mouse_check_51cmd_adv:
+0x5d6a 013985 jam 0 ,mem_mouse_le_reconnect_flag 
+0x5d6b 013986 fetch 3 ,mem_le_adv_ind 
+0x5d6c 013987 store 3 ,mem_le_adv_data + 4 
+0x5d6d 013988 call mouse_le_check_adv_flag 
+0x5d6e 013989 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
+0x5d6f 013990 istore 1 ,contr 
+0x5d70 013991 arg mem_le_adv_swift_pair ,contr 
+0x5d71 013992 call mouse_le_adv_data_update 
+0x5d72 013993 branch check_51cmd_adv 
+:      013995 mouse_le_check_adv_flag:
+0x5d73 013996 arg mem_le_adv_data ,rega 
+:      013997 mouse_le_check_adv_flag_loop:
+0x5d74 013998 ifetch 1 ,rega 
+0x5d75 013999 rtn blank 
+0x5d76 014000 iadd contr ,rega 
+0x5d77 014001 ifetch 1 ,contr 
+0x5d78 014002 rtneq 0x01 
+0x5d79 014003 branch mouse_le_check_adv_flag_loop 
+:      014005 mouse_le_adv_data_update:
+0x5d7a 014006 arg mem_le_adv_data + 11 ,contw 
+0x5d7b 014007 arg 19 ,loopcnt 
+0x5d7c 014008 call memcpy 
+0x5d7d 014009 branch le_modified_name_adv 
+:      014015 mouse_bb_disconnected:
+0x5d7e 014016 call mouse_bb_discon_clear_stack 
+0x5d7f 014017 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x5d80 014018 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
+0x5d81 014019 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x5d82 014020 branch mouse_start_discovery 
+:      014022 mouse_bb_discon_clear_stack:
+0x5d83 014023 setarg 0 
+0x5d84 014024 store 8 ,mem_wheel_tb_old_pinlevel 
+0x5d85 014025 istore 4 ,contw 
+0x5d86 014026 jam 0 ,mem_mouse_move_flag 
+0x5d87 014027 jam 0 ,mem_ltk_exists 
+0x5d88 014028 rtn 
+:      014030 mouse4_0_event_bb_disconn:
+0x5d89 014031 call mouse_le_clean_connect_flag 
+0x5d8a 014032 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x5d8b 014033 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x5d8c 014034 branch mouse_app_enter_hibernate 
+:      014038 mouse_bb_event_timer:
+0x5d8d 014039 bpatch patch0a_4 ,mem_patch0a 
+0x5d8e 014040 call mouse_adc_read 
+0x5d8f 014041 call mouse_low_voltage_led_timer 
+0x5d90 014043 call g24_pair_timeout_timer 
+0x5d91 014044 call g24_reconn_timeout_timer 
+0x5d92 014045 call mouse_24g_long_sleep_param_update_timer 
+0x5d93 014047 call mouse_device_poweron_timer 
+0x5d94 014048 call mouse_dpi_led_blink_delay_timer 
+0x5d95 014050 call mouse_dpi_key_check_long_press 
+0x5d96 014051 call mouse_bt_discovery_check 
+0x5d97 014052 call mouse_commbination_key_process 
+0x5d98 014053 call mouse_check_discovery_timeout_timer 
+0x5d99 014055 call mouse_check_direct_timeout_timer 
+0x5d9a 014056 call mouse_le_enable_att_list_timer 
+0x5d9b 014057 call mouse_le_battery_updata_timer 
+0x5d9c 014058 call mouse_le_send_smp_security_request_timer 
+0x5d9d 014060 call mouse_check_reconnect_delay_long_sleep 
+0x5d9e 014061 call mouse_current_mult_update_timer 
+0x5d9f 014062 call mouse_wheel_trigger_timer 
+0x5da0 014063 call mouse_store_information_delay_timer 
+0x5da1 014064 branch mouse_check_no_data_timeout_timer 
+:      014066 mouse_bt_discovery_check:
+0x5da2 014067 fetch mouse_flag_len ,mem_mouse_flag 
+0x5da3 014068 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_bt_discovery_by_pb_button 
+0x5da4 014069 rtn 
+:      014071 mouse_bt_discovery_by_pb_button:
+0x5da5 014072 fetch 1 ,mem_select_device_button_statue 
+0x5da6 014073 rtnne pb_button_state_down 
+0x5da7 014074 arg mem_bt_discovery_count ,regc 
+0x5da8 014075 arg mouse_long_button_bt_discovery ,regb 
+0x5da9 014076 branch timer_single_step 
+:      014078 mouse_long_button_bt_discovery:
+0x5daa 014079 fetch 1 ,mem_device_flag 
+0x5dab 014080 rtneq mode_24g_device 
+0x5dac 014081 fetch mouse_flag_len ,mem_mouse_flag 
+0x5dad 014082 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+0x5dae 014083 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x5daf 014084 call mouse_enable_function_flag 
+0x5db0 014085 call app_evt_button_long_pressed 
+0x5db1 014086 branch mouse_bb_event_discovery_btn 
+:      014088 mouse_commbination_key_process:
+0x5db2 014089 fetch 1 ,mem_device_flag 
+0x5db3 014090 beq mode_24g_device ,mouse_24g_commbination_key_process 
+0x5db4 014091 fetch mouse_flag_len ,mem_mouse_flag 
+0x5db5 014092 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
+0x5db6 014093 fetcht 1 ,mem_mouse_commbination_key_bt 
+0x5db7 014094 branch mouse_commbination_key_start 
+:      014096 mouse_24g_commbination_key_process:
+0x5db8 014097 fetch mouse_flag_len ,mem_mouse_flag 
+0x5db9 014098 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
+0x5dba 014099 fetcht 1 ,mem_mouse_commbination_key_24g 
+:      014100 mouse_commbination_key_start:
+0x5dbb 014101 storet 1 ,mem_mouse_commbination_key 
+0x5dbc 014102 call mouse_check_key_gpio 
+0x5dbd 014103 and pdata ,0x07 ,pdata 
+0x5dbe 014104 fetcht 1 ,mem_mouse_commbination_key 
+0x5dbf 014105 isub temp ,null 
+0x5dc0 014106 branch mouse_commbination_key_down ,zero 
+:      014107 mouse_commbination_key_up:
+0x5dc1 014108 fetch 1 ,mem_ui_button_timeout 
+0x5dc2 014109 store 1 ,mem_combination_ui_button_count 
+0x5dc3 014110 fetch 1 ,mem_commbination_key_statue 
+0x5dc4 014111 rtneq commbination_key_state_up 
+0x5dc5 014112 jam commbination_key_state_up ,mem_commbination_key_statue 
+0x5dc6 014113 rtn 
+:      014115 mouse_commbination_key_down:
+0x5dc7 014116 call mouse_combination_ui_timer 
+0x5dc8 014117 fetch 1 ,mem_commbination_key_statue 
+0x5dc9 014118 rtneq commbination_key_state_down 
+0x5dca 014119 jam commbination_key_state_down ,mem_commbination_key_statue 
+0x5dcb 014120 rtn 
+:      014122 mouse_combination_ui_timer:
+0x5dcc 014123 arg mouse_24g_start_pair_mode ,regb 
+0x5dcd 014124 arg mem_combination_ui_button_count ,regc 
+0x5dce 014125 fetch 1 ,mem_device_flag 
+0x5dcf 014126 beq mode_24g_device ,timer_single_step 
+0x5dd0 014127 arg mouse_long_button_bt_discovery ,regb 
+0x5dd1 014128 call timer_single_step 
+0x5dd2 014129 fetch 1 ,mem_combination_ui_button_count 
+0x5dd3 014130 beq 1 ,mouse_bt_discovery_button_down_enable 
+0x5dd4 014131 rtn 
+:      014133 mouse_check_discovery_timeout_timer:
+0x5dd5 014134 arg mem_mouse_discovery_timer ,regc 
+0x5dd6 014135 arg mouse_check_discovery_timeout ,regb 
+0x5dd7 014136 branch timer_single_step_2b 
+:      014138 mouse_check_discovery_timeout:
+0x5dd8 014139 call mouse_stop_discovery 
+0x5dd9 014140 branch mouse_app_enter_hibernate 
+:      014142 mouse_check_direct_timeout_timer:
+0x5dda 014143 arg mem_mouse_direct_timer ,regc 
+0x5ddb 014144 arg mouse_check_direct_timeout ,regb 
+0x5ddc 014145 call timer_single_step_2b 
+0x5ddd 014146 fetch 1 ,mem_mouse_direct_timer 
+0x5dde 014147 beq 1 ,app_ble_stop_direct_adv 
+0x5ddf 014148 rtn 
+:      014150 mouse_check_direct_timeout:
+0x5de0 014151 fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+0x5de1 014152 beq 0xff ,mouse_buletooth_fast_conn_end 
+0x5de2 014153 fetch 1 ,mem_reconn_times 
+0x5de3 014154 nbranch mouse_polling_device ,blank 
+0x5de4 014155 fetch mouse_flag_len ,mem_mouse_flag 
+0x5de5 014156 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,mouse_start_discovery 
+0x5de6 014157 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_bb_event_reconn_timeout 
+0x5de7 014158 branch mouse_app_enter_hibernate 
+:      014160 mouse_le_enable_att_list_timer:
+0x5de8 014161 arg mem_le_start_encrypt_timer ,regc 
+0x5de9 014162 arg mouse_le_write_enable ,regb 
+0x5dea 014163 branch timer_single_step 
+:      014165 mouse_le_send_smp_security_request_timer:
+0x5deb 014166 fetch 1 ,mem_mouse_le_bb_connected_flag 
+0x5dec 014167 rtn blank 
+0x5ded 014168 arg mem_mouse_send_secutiry_request_timer ,regc 
+0x5dee 014169 arg mouse_le_pairing_sm_start_check ,regb 
+0x5def 014170 branch timer_single_step 
+:      014171 mouse_le_pairing_sm_start_check:
+0x5df0 014172 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x5df1 014173 nrtn blank 
+0x5df2 014174 fetch 1 ,mem_le_pairing_state 
+0x5df3 014175 rtnne flag_le_pairing_null 
+0x5df4 014176 branch le_pairing_sm_start 
+:      014178 mouse_le_battery_updata_timer:
+0x5df5 014179 fetch mouse_flag_len ,mem_mouse_flag 
+0x5df6 014180 rtnbit1 mouse_enable_le_battery_service_cancel 
+0x5df7 014181 arg mem_le_battery_level_updata_timer ,regc 
+0x5df8 014182 arg mouse_le_battery_level_updata ,regb 
+0x5df9 014183 branch timer_single_step 
+:      014185 mouse_le_battery_level_updata:
+0x5dfa 014186 fetch 2 ,mem_le_battery_level_updata_timer_init 
+0x5dfb 014187 store 2 ,mem_le_battery_level_updata_timer 
+0x5dfc 014188 branch mouse_fill_battery_level_le 
+:      014190 mouse_le_enable_att_list:
+0x5dfd 014191 fetch 1 ,mem_le_connect_status_flag 
+0x5dfe 014192 rtnbit1 ll_pairing_success_flag 
+0x5dff 014193 call mouse_updata_le_param 
+0x5e00 014194 arg write_req_enable_flag ,queue 
+0x5e01 014195 branch mouse_le_enable_connect_flag 
+:      014197 mouse_check_reconnect_delay_long_sleep:
+0x5e02 014198 arg mem_mouse_bluetooth_reconnect_timeout ,regc 
+0x5e03 014199 arg mouse_app_enter_hibernate ,regb 
+0x5e04 014200 branch timer_single_step 
+:      014202 mouse_current_mult_update_timer:
+0x5e05 014203 arg mem_mouse_current_mult_timer ,regc 
+0x5e06 014204 arg mouse_current_mult_reinit ,regb 
+0x5e07 014205 branch timer_single_step 
+:      014206 mouse_current_mult_reinit:
+0x5e08 014207 fetch 1 ,mem_lpm_mult_init 
+0x5e09 014208 store 1 ,mem_lpm_mult 
+0x5e0a 014209 jam 1 ,mem_mouse_long_mult_flag 
+0x5e0b 014210 rtn 
+:      014213 mouse_check_no_data_timeout_timer:
+0x5e0c 014214 arg mem_mouse_no_data_timer ,regc 
+0x5e0d 014215 arg mouse_check_no_data_timeout ,regb 
+0x5e0e 014216 branch timer_single_step_2b 
+:      014218 mouse_check_no_data_timeout:
+0x5e0f 014219 fetch 1 ,mem_device_flag 
+0x5e10 014220 beq mode_24g_device ,mouse_24g_hibernate_set 
+0x5e11 014221 branch mouse_disconnect 
+:      014223 mouse_no_data_timer_init:
+0x5e12 014224 fetch 2 ,mem_mouse_no_data_timeout 
+0x5e13 014225 store 2 ,mem_mouse_no_data_timer 
+0x5e14 014226 rtn 
+:      014228 mouse_store_information_delay_timer:
+0x5e15 014229 arg mem_store_information_delay_timer ,regc 
+0x5e16 014230 arg mouse_store_device_info_check ,regb 
+0x5e17 014231 branch timer_single_step 
+:      014233 mouse_store_device_info_check:
+0x5e18 014234 call mouse_store_device_info 
+0x5e19 014235 fetch 1 ,mem_mouse_need_soft_reset 
+0x5e1a 014236 nbranch mouse_soft_reset ,blank 
+0x5e1b 014237 rtn 
+:      014239 mouse_bb_event_discovery_btn:
+0x5e1c 014240 isolate1 mark_24g ,mark 
+0x5e1d 014241 call mouse_24g_stop ,true 
+0x5e1e 014242 call mouse_disconnect 
+0x5e1f 014243 call mouse_le_clean_connect_flag 
+0x5e20 014244 branch mouse_start_discovery 
+:      014246 mouse_start_discovery:
+0x5e21 014247 bpatch patch0a_5 ,mem_patch0a 
+0x5e22 014248 fetch 2 ,mem_ui_state_map 
+0x5e23 014249 isolate1 ui_state_ble_adv ,pdata 
+0x5e24 014250 call mouse_stop_le_adv ,true 
+0x5e25 014251 call mouse_bluetooth_fast_conn_disable 
+0x5e26 014252 fetch 2 ,mem_ui_state_map 
+0x5e27 014253 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
+0x5e28 014254 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e29 014255 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
+0x5e2a 014256 fetcht 2 ,mem_random_addr_increase_count 
+0x5e2b 014257 increase 1 ,temp 
+0x5e2c 014258 storet 2 ,mem_random_addr_increase_count 
+0x5e2d 014259 storet 2 ,mem_le_lap + 1 
+0x5e2e 014260 random pdata 
+0x5e2f 014261 store 1 ,mem_le_lap 
+:      014262 mouse_start_discovery_norandom:
+0x5e30 014263 fetch 3 ,mem_mouse_le_lap_temp 
+0x5e31 014264 store 3 ,mem_le_lap + 3 
+0x5e32 014265 call app_lpm_mult_disable 
+0x5e33 014266 fetch 2 ,mem_mouse_discovery_timeout 
+0x5e34 014267 store 2 ,mem_mouse_discovery_timer 
+0x5e35 014268 setarg 0 
+0x5e36 014269 store 2 ,mem_mouse_no_data_timer 
+0x5e37 014270 store 2 ,mem_le_battery_level_updata_timer 
+0x5e38 014271 store 1 ,mem_mouse_direct_timer 
+0x5e39 014272 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+0x5e3a 014273 store 1 ,mem_mouse_device_poweron_timer_count 
+0x5e3b 014274 store 1 ,mem_mouse_clear_sensor_data_flag 
+0x5e3c 014275 arg mouse_store_eeprom_flag ,queue 
+0x5e3d 014276 call mouse_enable_function_flag 
+0x5e3e 014277 call mouse_bt_discovery_button_down_disable 
+0x5e3f 014278 call mouse_check_51cmd_adv 
+0x5e40 014279 call mouse_low_voltage_led_blink_disable 
+0x5e41 014280 branch mouse_discover_setting_led_gpio 
+:      014282 mouse_stop_discovery:
+0x5e42 014283 bpatch patch0a_6 ,mem_patch0a 
+0x5e43 014284 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x5e44 014285 call mouse_disable_function_flag 
+0x5e45 014286 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
+0x5e46 014287 call mouse_stop_le_adv 
+0x5e47 014288 branch mouse_device_led_off 
+:      014289 mouse_stop_le_adv:
+0x5e48 014290 jam 0 ,mem_mouse_direct_timer 
+0x5e49 014291 branch check_51cmd_stop_adv 
+:      014293 mouse_store_remote_bdaddr:
+0x5e4a 014294 bpatch patch0a_7 ,mem_patch0a 
+0x5e4b 014295 fetch mouse_flag_len ,mem_mouse_flag 
+0x5e4c 014296 rtnbit0 mouse_store_eeprom_flag 
+0x5e4d 014297 call mouse_device_poweron_timer_init 
+0x5e4e 014298 arg mouse_store_eeprom_flag ,queue 
+0x5e4f 014299 call mouse_disable_function_flag 
+0x5e50 014300 call mouse_check_device_addr 
+:      014301 mouse_unplug_clean_bdaddr:
+0x5e51 014302 call mouse_before_store_reconn_info 
+0x5e52 014303 branch mouse_store_device_info_delay 
+:      014305 mouse_check_device_addr:
+0x5e53 014306 fetch 1 ,mem_record_bt_mode 
+0x5e54 014307 beq rec_4_mode ,mouse_check_le_device_addr 
+0x5e55 014308 rtn 
+:      014309 mouse_check_le_device_addr:
+0x5e56 014310 store 1 ,mem_device_addr_temp 
+0x5e57 014311 fetch 6 ,mem_le_plap 
+:      014312 mouse_check_bt_device_addr_common:
+0x5e58 014313 store 6 ,mem_device_addr_temp + 1 
+0x5e59 014314 fetch 7 ,mem_device_addr_temp 
+0x5e5a 014315 arg mem_device1_type ,contr 
+0x5e5b 014316 arg 3 ,loopcnt 
+:      014317 mouse_check_device_addr_end:
+0x5e5c 014318 ifetcht 7 ,contr 
+0x5e5d 014319 isub temp ,null 
+0x5e5e 014320 branch mouse_clean_addr ,zero 
+0x5e5f 014321 increase 22 ,contr 
+0x5e60 014322 loop mouse_check_device_addr_end 
+0x5e61 014323 rtn 
+:      014324 mouse_before_store_reconn_info:
+0x5e62 014325 arg mem_device1_type ,rega 
+0x5e63 014326 fetch 1 ,mem_device_flag 
+0x5e64 014327 increase -1 ,pdata 
+0x5e65 014328 mul32 pdata ,29 ,pdata 
+0x5e66 014329 iadd rega ,rega 
+0x5e67 014330 fetch 1 ,mem_record_bt_mode 
+0x5e68 014331 istore 1 ,rega 
+0x5e69 014332 beq rec_4_mode ,mouse_store_le_device 
+0x5e6a 014333 rtn 
+:      014335 mouse_store_le_device:
+0x5e6b 014336 fetch 6 ,mem_le_plap 
+0x5e6c 014337 istore 6 ,contw 
+0x5e6d 014338 arg mem_le_ltk ,contr 
+0x5e6e 014339 call memcpy16 
+0x5e6f 014340 fetch 6 ,mem_le_lap 
+0x5e70 014341 istore 6 ,contw 
+0x5e71 014342 rtn 
+:      014344 mouse_clean_addr:
+0x5e72 014345 increase -6 ,contr 
+0x5e73 014346 copy contr ,contw 
+0x5e74 014347 fetcht 6 ,mem_device_addr_temp + 1 
+0x5e75 014348 increase 3 ,temp 
+0x5e76 014349 istoret 6 ,contw 
+0x5e77 014350 rtn 
+:      014352 mouse_select_reconn_device:
+0x5e78 014353 arg mem_device1_type ,rega 
+0x5e79 014354 fetch 1 ,mem_device_flag 
+0x5e7a 014355 rtneq mode_24g_device 
+0x5e7b 014356 increase -1 ,pdata 
+0x5e7c 014357 mul32 pdata ,29 ,pdata 
+0x5e7d 014358 iadd rega ,rega 
+0x5e7e 014359 ifetch 1 ,rega 
+0x5e7f 014360 store 1 ,mem_xrecord_mode 
+0x5e80 014361 beq rec_4_mode ,mouse_load_le_device 
+0x5e81 014362 rtn 
+:      014364 mouse_load_le_device:
+0x5e82 014365 ifetch 6 ,contr 
+:      014366 mouse_load_le_device_end:
+0x5e83 014367 store 6 ,mem_hci_plap 
+0x5e84 014368 arg mem_le_ltk ,contw 
+0x5e85 014369 call memcpy16 
+0x5e86 014370 ifetch 6 ,contr 
+0x5e87 014371 store 6 ,mem_le_lap 
+0x5e88 014372 rtn 
+:      014374 mouse_app_initflag_check:
+0x5e89 014375 fetch 2 ,mem_store_flag 
+0x5e8a 014376 arg eeprom_init_flag ,temp 
+0x5e8b 014377 isub temp ,null 
+0x5e8c 014378 branch mouse_load_device_info ,zero 
+0x5e8d 014379 storet 2 ,mem_store_flag 
+0x5e8e 014380 call mouse_ble_init_address 
+0x5e8f 014381 fetch 1 ,mem_device_flag_temp 
+0x5e90 014382 store 1 ,mem_device_flag 
+0x5e91 014383 fetch 1 ,mem_config_sensor_dpi 
+0x5e92 014384 store 1 ,mem_mouse_dpi 
+0x5e93 014385 fetch 4 ,mem_24g_fast_conn_addr 
+0x5e94 014386 store 4 ,mem_24g_receiver_addr 
+0x5e95 014387 store 4 ,mem_24g_addr 
+0x5e96 014388 rtn 
+:      014390 mouse_load_device_info:
+0x5e97 014391 call mouse_select_reconn_device 
+0x5e98 014392 fetch 4 ,mem_mouse_24g_addr 
+0x5e99 014393 store 4 ,mem_24g_receiver_addr 
+0x5e9a 014394 store 4 ,mem_24g_addr 
+0x5e9b 014395 rtn 
+:      014397 mouse_ble_init_address:
+0x5e9c 014398 fetch 6 ,mem_le_lap 
+0x5e9d 014399 store 6 ,mem_device1_locall_addr 
+0x5e9e 014400 add pdata ,0x0100 ,pdata 
+0x5e9f 014401 store 6 ,mem_device2_locall_addr 
+0x5ea0 014402 add pdata ,0x0100 ,pdata 
+0x5ea1 014403 store 6 ,mem_device3_locall_addr 
+0x5ea2 014404 rtn 
+:      014406 mouse_store_device_info_delay:
+0x5ea3 014407 fetch 1 ,mem_store_information_delay_timer_init 
+0x5ea4 014408 store 1 ,mem_store_information_delay_timer 
+0x5ea5 014409 rtn 
+:      014411 mouse_store_device_info:
+0x5ea6 014412 bpatch patch0b_0 ,mem_patch0b 
+0x5ea7 014413 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ea8 014414 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+0x5ea9 014415 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+0x5eaa 014416 rtn 
+:      014418 mouse_load_flash_info_check:
+0x5eab 014419 call spid_init_flash 
+0x5eac 014420 call mouse_spid_flash_release_form_powerdown 
+0x5ead 014421 call mouse_information_flash_parameters 
+0x5eae 014422 call spid_read_flash 
+0x5eaf 014423 call mouse_spid_flash_powerdown 
+0x5eb0 014424 call mouse_app_initflag_check 
+0x5eb1 014425 branch mouse_sensor_spi_init 
+:      014427 mouse_information_flash_parameters:
+0x5eb2 014428 setarg mem_mouse_information_end 
+0x5eb3 014429 arg mem_mouse_information_start ,temp 
+0x5eb4 014430 isub temp ,temp 
+0x5eb5 014431 fetch 3 ,mem_flash_base 
+0x5eb6 014432 arg mem_mouse_information_start ,rega 
+0x5eb7 014433 rtn 
+:      014435 mouse_store_flash_device_info:
+0x5eb8 014436 call spid_init_flash 
+0x5eb9 014437 call mouse_spid_flash_release_form_powerdown 
+0x5eba 014438 call mouse_flash_erase_sector 
+0x5ebb 014440 call mouse_information_flash_parameters 
+0x5ebc 014441 call mouse_spid_write_flash 
+0x5ebd 014442 call mouse_spid_flash_powerdown 
+0x5ebe 014443 branch mouse_sensor_spi_init 
+:      014445 mouse_spid_flash_release_form_powerdown:
+0x5ebf 014446 jam flash_command_release_from_powerdown ,mem_temp 
+:      014447 mouse_spid_write_flash_cmd:
+0x5ec0 014448 call delay_nop100 
+0x5ec1 014449 call spid_unlock_flash 
+0x5ec2 014450 arg mem_write_flash_head_temp ,rega 
+0x5ec3 014451 fetcht 1 ,mem_temp 
+0x5ec4 014452 call mouse_spid_write_flash_cmd_common 
+0x5ec5 014453 branch delay_nop100 
+:      014455 mouse_spid_flash_powerdown:
+0x5ec6 014456 jam flash_command_powerdown ,mem_temp 
+0x5ec7 014457 branch mouse_spid_write_flash_cmd 
+:      014459 mouse_spid_write_flash_cmd_common:
+0x5ec8 014460 istoret 1 ,rega 
+0x5ec9 014461 rshift16 pdata ,temp 
+0x5eca 014462 istoret 1 ,contw 
+0x5ecb 014463 rshift8 pdata ,temp 
+0x5ecc 014464 istoret 1 ,contw 
+0x5ecd 014465 istore 1 ,contw 
+0x5ece 014466 deposit rega 
+0x5ecf 014467 store 2 ,core_spid_txaddr 
+0x5ed0 014468 setarg 0 
+0x5ed1 014469 store 2 ,core_spid_rxlen 
+0x5ed2 014470 jam spid_start ,core_misc_ctrl 
+0x5ed3 014471 branch wait_spid_done 
+:      014473 mouse_flash_erase_sector:
+0x5ed4 014474 fetch 3 ,mem_flash_base 
+0x5ed5 014475 store 3 ,mem_spi_write_addr 
+0x5ed6 014476 branch spid_flash_erase_sector + 2 
+:      014478 mouse_spid_write_flash:
+0x5ed7 014479 copy pdata ,regc 
+0x5ed8 014480 copy rega ,pdata 
+0x5ed9 014481 increase -4 ,pdata 
+0x5eda 014482 copy pdata ,regb 
+0x5edb 014483 ifetch 4 ,regb 
+0x5edc 014484 store 4 ,mem_write_flash_head_temp 
+0x5edd 014485 copy regc ,pdata 
+0x5ede 014486 call spid_write_flash 
+0x5edf 014487 fetch 4 ,mem_write_flash_head_temp 
+0x5ee0 014488 istore 4 ,regb 
+0x5ee1 014489 rtn 
+:      014491 mouse_flash_power_down:
+0x5ee2 014492 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ee3 014493 rtnbit0 mouse_enable_flash 
+0x5ee4 014494 call mouse_spid_flash_powerdown 
+0x5ee5 014495 call twspi_enable 
+0x5ee6 014496 fetcht 1 ,mem_spi_cs_gpio 
+0x5ee7 014497 call gpio_out_inactive 
+0x5ee8 014498 fetcht 1 ,mem_spi_hold_gpio 
+0x5ee9 014499 branch mouse_gpio_config_input_pd 
+:      014501 mouse_load_eeprom_info_check:
+0x5eea 014502 call iicd_read_init_pin 
+0x5eeb 014503 fetch mouse_flag_len ,mem_mouse_flag 
+0x5eec 014504 isolate1 mouse_enable_2k_eeprom ,pdata 
+0x5eed 014505 ncall clear_eeprom_size_2k ,true 
+0x5eee 014506 call mouse_eeprom_load_recon_info 
+0x5eef 014507 branch mouse_app_initflag_check 
+:      014509 mouse_eeprom_load_recon_info:
+0x5ef0 014510 arg 128 ,temp 
+0x5ef1 014511 arg mem_device_flag ,rega 
+0x5ef2 014512 arg mouse_info_eeprom_offect ,regb 
+0x5ef3 014513 branch iicd_read_eep_data 
+:      014515 mouse_store_eeprom_device_info:
+0x5ef4 014516 arg 128 ,temp 
+0x5ef5 014517 arg mem_device_flag ,rega 
+0x5ef6 014518 arg mouse_info_eeprom_offect ,regb 
+0x5ef7 014519 branch iicd_write_protect_eep_data 
+:      014521 mouse_store_eerpom_dpi:
+0x5ef8 014522 arg 1 ,temp 
+0x5ef9 014523 arg mem_mouse_dpi ,rega 
+0x5efa 014524 arg mouse_dpi_eeprom_offect ,regb 
+0x5efb 014525 branch iicd_write_protect_eep_data 
+:      014527 mouse_load_eeprom_dpi:
+0x5efc 014528 arg 1 ,temp 
+0x5efd 014529 arg mem_mouse_dpi ,rega 
+0x5efe 014530 arg mouse_dpi_eeprom_offect ,regb 
+0x5eff 014531 branch iicd_read_eep_data 
+:      014533 mouse_idle:
+0x5f00 014534 bpatch patch0b_1 ,mem_patch0b 
+0x5f01 014535 call mouse_low_voltage_led_no_enter_lpm 
+0x5f02 014536 call ui_check_paring_button 
+0x5f03 014537 call mouse_dpi_check 
+0x5f04 014538 call mouse_select_device_check 
+0x5f05 014539 call mouse_check_select_device_by_switch 
+0x5f06 014540 call mouse_bt_button_check 
+0x5f07 014541 branch mouse_wheel_check 
+:      014543 mouse_select_device_check:
+0x5f08 014544 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f09 014545 bbit1 mouse_enable_select_device_by_pb_button ,mouse_select_device_by_pb_button 
+0x5f0a 014546 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_select_device_by_pb_button 
+0x5f0b 014547 rtn 
+:      014549 mouse_select_device_by_pb_button_check_once:
+0x5f0c 014550 jam 0x03 ,mem_mouse_pbkey_press_status 
+:      014551 mouse_select_device_by_pb_button:
+0x5f0d 014552 fetch 1 ,mem_config_select_device_button_gpio 
+0x5f0e 014553 rtneq gpio_disable 
+0x5f0f 014554 arg 0 ,rega 
+0x5f10 014555 jam mouse_pb_key ,mem_mouse_key_temp 
+0x5f11 014556 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5f12 014557 call mouse_pb_button_check 
+0x5f13 014558 store 1 ,mem_mouse_pbkey_press_status 
+0x5f14 014559 fetch 1 ,mem_matrix_public_gpio 
+0x5f15 014560 beq gpio_disable ,mouse_3io6key_pb_button_check_end 
+0x5f16 014561 call mouse_matrix_public_gpio_reset 
+:      014562 mouse_select_device_by_pb_button_exit:
+0x5f17 014563 copy rega ,pdata 
+0x5f18 014564 bbit1 mouse_pb_key ,mouse_select_device_button_down 
+0x5f19 014565 branch mouse_select_device_button_up 
+:      014567 mouse_3io6key_pb_button_check_end:
+0x5f1a 014568 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5f1b 014569 call mouse_gpio_config_input_pu 
+0x5f1c 014570 branch mouse_select_device_by_pb_button_exit 
+:      014572 mouse_pb_button_check:
+0x5f1d 014573 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f1e 014574 bbit1 mouse_enable_pb_button_connect_gnd ,mouse_pb_button_connect_gnd 
+0x5f1f 014575 fetch 1 ,mem_mouse_pbkey_press_status 
+0x5f20 014576 copy pdata ,regc 
+0x5f21 014577 fetch 1 ,mem_matrix_public_gpio 
+0x5f22 014578 beq gpio_disable ,mouse_3io6key_check 
+0x5f23 014579 fetch 1 ,mem_mouse_ghost_flag 
+0x5f24 014580 nbranch mouse_select_device_by_pb_button_end ,blank 
+0x5f25 014581 branch mouse_pb_button_connect_matrix 
+:      014583 mouse_select_device_by_pb_button_end:
+0x5f26 014584 jam pb_button_state_up ,mem_select_device_button_statue 
+0x5f27 014585 jam 0 ,mem_mouse_pbkey_press_status 
+0x5f28 014586 rtn 
+:      014588 mouse_pb_button_connect_gnd:
+0x5f29 014589 fetch 1 ,mem_mouse_pbkey_press_status 
+0x5f2a 014590 branch mouse_check_key_connect_gnd 
+:      014592 mouse_pb_button_connect_matrix:
+0x5f2b 014593 call gpio_get_bit 
+0x5f2c 014594 fetcht 1 ,mem_matrix_public_gpio 
+0x5f2d 014595 branch mouse_pb_button_connect_gnd ,true 
+0x5f2e 014596 fetcht 1 ,mem_matrix_public_gpio 
+0x5f2f 014597 call gpio_out_active 
+0x5f30 014598 fetcht 1 ,mem_config_select_device_button_gpio 
+0x5f31 014599 fetch 1 ,mem_mouse_pbkey_press_status 
+0x5f32 014600 branch mouse_check_key_connect_gnd 
+:      014602 mouse_select_device_button_up:
+0x5f33 014603 fetch 1 ,mem_select_device_button_statue 
+0x5f34 014604 rtneq pb_button_state_up 
+0x5f35 014605 jam pb_button_state_up ,mem_select_device_button_statue 
+0x5f36 014606 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f37 014607 rtnbit1 mouse_enable_pb_button_short_press_enter_discovery 
+0x5f38 014608 fetch 1 ,mem_bt_discovery_count 
+0x5f39 014609 sub pdata ,20 ,null 
+0x5f3a 014610 ncall mouse_ready_reconnection_by_button ,positive 
+0x5f3b 014611 fetch 1 ,mem_ui_button_timeout 
+0x5f3c 014612 store 1 ,mem_bt_discovery_count 
+0x5f3d 014613 rtn 
+:      014615 mouse_select_device_button_down:
+0x5f3e 014616 call mouse_select_device_ghost_check 
+0x5f3f 014617 rtn user 
+0x5f40 014618 fetch 1 ,mem_select_device_button_statue 
+0x5f41 014619 rtneq pb_button_state_down 
+0x5f42 014620 jam pb_button_state_down ,mem_select_device_button_statue 
+0x5f43 014621 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f44 014622 bbit1 mouse_enable_pb_button_short_press_enter_discovery ,mouse_long_button_bt_discovery 
+0x5f45 014623 fetch 1 ,mem_mouse_direct_timer 
+0x5f46 014624 rtn blank 
+0x5f47 014625 fetch 1 ,mem_mouse_direct_timeout 
+0x5f48 014626 store 1 ,mem_mouse_direct_timer 
+0x5f49 014627 rtn 
+:      014629 mouse_select_device_ghost_check:
+0x5f4a 014630 disable user 
+0x5f4b 014631 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f4c 014632 rtnbit1 mouse_enable_pb_button_connect_gnd 
+0x5f4d 014633 fetch 1 ,mem_mouse_lkey_press_status 
+0x5f4e 014634 rtn blank 
+0x5f4f 014635 fetch 1 ,mem_mouse_rkey_press_status 
+0x5f50 014636 rtn blank 
+0x5f51 014637 enable user 
+0x5f52 014638 rtn 
+:      014640 mouse_check_select_device_by_switch:
+0x5f53 014641 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f54 014642 bbit1 mouse_enable_select_device_by_switch_gpio ,mouse_check_select_device_by_switch_gpio 
+0x5f55 014643 bbit1 mouse_enable_select_device_by_switch_adc ,mouse_adc_read 
+0x5f56 014644 rtn 
+:      014645 mouse_check_select_device_by_switch_gpio:
+0x5f57 014646 fetcht 1 ,mem_device_switch_gpio 
+0x5f58 014647 call mouse_gpio_config_input_pu 
+0x5f59 014648 fetcht 1 ,mem_device_switch_gpio 
+0x5f5a 014649 call gpio_get_bit 
+0x5f5b 014650 branch mouse_check_select_24gdevice ,true 
+:      014651 mouse_select_btdevice:
+0x5f5c 014652 fetch 1 ,mem_device_flag 
+0x5f5d 014653 rtneq mode_bt_device1 
+0x5f5e 014654 jam mode_bt_device1 ,mem_device_flag 
+0x5f5f 014655 branch mouse_stop_bluetooth_mode 
+:      014657 mouse_check_select_24gdevice:
+0x5f60 014658 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f61 014659 bbit0 mouse_enable_select_device_by_switch_adc ,mouse_check_select_24g_device 
+0x5f62 014660 fetch 6 ,mem_mouse_vdd_switch_gnd_full_vol 
+0x5f63 014661 store 6 ,mem_mouse_vdd_calculate_set 
+:      014662 mouse_check_select_24g_device:
+0x5f64 014663 fetch 1 ,mem_device_flag 
+0x5f65 014664 rtneq mode_24g_device 
+0x5f66 014665 jam mode_24g_device ,mem_device_flag 
+0x5f67 014666 branch mouse_24g_stop 
+:      014668 mouse_ready_reconnection_by_button:
+0x5f68 014669 bpatch patch0b_2 ,mem_patch0b 
+0x5f69 014670 fetch 1 ,mem_device_number 
+0x5f6a 014671 rtneq 1 
+0x5f6b 014672 call mouse_select_device_number 
+0x5f6c 014673 storet 1 ,mem_device_flag 
+:      014674 mouse_store_device_number_before_reset:
+0x5f6d 014676 call mouse_select_device_enable 
+0x5f6e 014677 call mouse_stop_bluetooth_mode 
+0x5f6f 014678 call mouse_select_device_disable 
+0x5f70 014679 jam 1 ,mem_mouse_need_soft_reset 
+0x5f71 014680 branch mouse_store_device_info_delay 
+:      014682 mouse_soft_reset:
+0x5f72 014683 call mouse_select_device_enable 
+0x5f73 014684 branch soft_reset_chip 
+:      014686 mouse_select_device_number:
+0x5f74 014687 fetcht 1 ,mem_device_flag 
+0x5f75 014688 increase 1 ,temp 
+0x5f76 014689 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f77 014690 bbit1 mouse_enable_24g ,mouse_select_device_number_24g 
+0x5f78 014691 sub temp ,2 ,null 
+0x5f79 014692 ncall mouse_select_device_count_clean_bt ,positive 
+0x5f7a 014693 rtn 
+:      014695 mouse_select_device_number_24g:
+0x5f7b 014696 fetch 1 ,mem_device_number 
+0x5f7c 014697 increase -1 ,pdata 
+0x5f7d 014698 isub temp ,null 
+0x5f7e 014699 ncall mouse_select_device_count_clean_24g ,positive 
+0x5f7f 014700 rtn 
+:      014702 mouse_select_device_count_clean_24g:
+0x5f80 014703 arg 0 ,temp 
+0x5f81 014704 rtn 
+:      014705 mouse_select_device_count_clean_bt:
+0x5f82 014706 arg 1 ,temp 
+0x5f83 014707 rtn 
+:      014709 mouse_store_device_number2eeprom:
+0x5f84 014710 arg 1 ,temp 
+0x5f85 014711 arg mem_device_flag ,rega 
+0x5f86 014712 arg 0 ,regb 
+0x5f87 014713 branch iicd_write_protect_eep_data 
+:      014715 mouse_bt_button_check:
+0x5f88 014716 fetch mouse_flag_len ,mem_mouse_flag 
+0x5f89 014717 rtnbit0 mouse_enable_pb_button_short_press_enter_discovery 
+0x5f8a 014718 branch mouse_select_device_by_pb_button 
+:      014720 mouse_select_device_enable:
+0x5f8b 014721 arg mouse_select_device_flag ,queue 
+0x5f8c 014722 branch mouse_enable_function_flag 
+:      014723 mouse_select_device_disable:
+0x5f8d 014724 arg mouse_select_device_flag ,queue 
+0x5f8e 014725 branch mouse_disable_function_flag 
+:      014726 mouse_bt_cannel_reconn_enable:
+0x5f8f 014727 arg mouse_bt_cannel_reconn_flag ,queue 
+0x5f90 014728 branch mouse_enable_function_flag 
+:      014729 mouse_bt_cannel_reconn_disable:
+0x5f91 014730 arg mouse_bt_cannel_reconn_flag ,queue 
+0x5f92 014731 branch mouse_disable_function_flag 
+:      014732 mouse_bt_discovery_button_down_enable:
+0x5f93 014733 arg mouse_bt_discovery_button_down_flag ,queue 
+0x5f94 014734 branch mouse_enable_function_flag 
+:      014735 mouse_bt_discovery_button_down_disable:
+0x5f95 014736 arg mouse_bt_discovery_button_down_flag ,queue 
+0x5f96 014737 branch mouse_disable_function_flag 
+:      014739 mouse_adc_read_enable:
+0x5f97 014740 arg mouse_enable_adc ,queue 
+0x5f98 014741 branch mouse_enable_function_flag 
+:      014743 mouse_24g_set_250hz:
+0x5f99 014744 arg mouse_enable_24g_250hz ,queue 
+0x5f9a 014745 branch mouse_enable_function_flag 
+:      014747 mouse_24g_search_dongle_enable:
+0x5f9b 014748 arg mouse_enable_24g_search_dongle ,queue 
+0x5f9c 014749 branch mouse_enable_function_flag 
+:      014751 mouse_16m_enable:
+0x5f9d 014752 arg mouse_enable_16m ,queue 
+0x5f9e 014753 branch mouse_enable_function_flag 
+:      014755 mouse_dpi_4level_enable:
+0x5f9f 014756 arg mouse_enable_dpi_level_4 ,queue 
+0x5fa0 014757 branch mouse_enable_function_flag 
+:      014759 mouse_enable_function_flag:
+0x5fa1 014760 fetch mouse_flag_len ,mem_mouse_flag 
+0x5fa2 014761 qset1 pdata 
+0x5fa3 014762 store mouse_flag_len ,mem_mouse_flag 
+0x5fa4 014763 rtn 
+:      014765 mouse_disable_function_flag:
+0x5fa5 014766 fetch mouse_flag_len ,mem_mouse_flag 
+0x5fa6 014767 qset0 pdata 
+0x5fa7 014768 store mouse_flag_len ,mem_mouse_flag 
+0x5fa8 014769 rtn 
+:      014771 mouse_customer_key_enable:
+0x5fa9 014772 arg mouse_enable_keyboard ,queue 
+0x5faa 014773 call mouse_enable_function_flag 
+0x5fab 014774 setarg 0 
+0x5fac 014775 store 8 ,mem_customer_key_press 
+0x5fad 014776 store 8 ,mem_customer_key_release 
+0x5fae 014777 fetch 1 ,mem_mouse_enable_flag 
+0x5faf 014778 and pdata ,0xc0 ,pdata 
+0x5fb0 014779 beq 0x40 ,mouse_customer_key_ctrl_alt_a 
+0x5fb1 014780 beq 0x80 ,mouse_customer_ac_home 
+0x5fb2 014781 beq 0xc0 ,mouse_customer_key_play 
+0x5fb3 014782 setarg 0x070008 
+:      014783 mouse_customer_standrad_key_set:
+0x5fb4 014784 store 8 ,mem_customer_key_press + 1 
+0x5fb5 014785 rtn 
+:      014787 mouse_customer_key_ctrl_alt_a:
+0x5fb6 014788 setarg 0x040005 
+0x5fb7 014789 branch mouse_customer_standrad_key_set 
+:      014791 mouse_customer_ac_home:
+0x5fb8 014792 setarg 0x022303 
+:      014793 mouse_customer_media_key_set:
+0x5fb9 014794 store 8 ,mem_customer_key_press 
+0x5fba 014795 setarg 0x03 
+0x5fbb 014796 store 8 ,mem_customer_key_release 
+0x5fbc 014797 rtn 
+:      014799 mouse_customer_key_play:
+0x5fbd 014800 setarg 0x00cd03 
+0x5fbe 014801 branch mouse_customer_media_key_set 
+:      014804 mouse_polling_device:
+0x5fbf 014805 bpatch patch0b_3 ,mem_patch0b 
+0x5fc0 014806 fetch 1 ,mem_reconn_times 
+0x5fc1 014807 increase -1 ,pdata 
+0x5fc2 014808 store 1 ,mem_reconn_times 
+0x5fc3 014809 fetcht 1 ,mem_device_flag 
+0x5fc4 014810 sub temp ,1 ,null 
+0x5fc5 014811 ncall mouse_select_device_number ,zero 
+0x5fc6 014812 storet 1 ,mem_device_flag 
+0x5fc7 014813 call mouse_store_device_number2eeprom 
+0x5fc8 014814 call mouse_before_store_reconn_info 
+0x5fc9 014815 branch mouse_start_reconnect_device 
+:      014819 mouse_drawing_optima:
+0x5fca 014820 bpatchx patch30_6 ,mem_patch30 
+0x5fcb 014821 fetch 1 ,mem_config_sensor_type 
+0x5fcc 014822 rtneq p3212 
+0x5fcd 014823 fetch mouse_flag_len ,mem_mouse_flag 
+0x5fce 014824 rtnbit0 mouse_enable_smoother 
+0x5fcf 014825 fetch 4 ,mem_mouse_x 
+0x5fd0 014826 rtn blank 
+0x5fd1 014827 call mouse_data_abs_check 
+0x5fd2 014828 setarg 0x03 
+0x5fd3 014829 call mouse_pdata_greater_than_check 
+0x5fd4 014830 call mouse_disable_asm ,blank 
+0x5fd5 014831 ncall mouse_enable_asm ,blank 
+0x5fd6 014832 setarg 0x02 
+0x5fd7 014833 call mouse_data_less_than_check 
+0x5fd8 014834 call mouse_disable_asm ,blank 
+0x5fd9 014835 fetch 1 ,mem_mouse_asm_flag 
+0x5fda 014836 beq 1 ,mouse_drawing_optima_modify 
+:      014837 mouse_drawing_optima_init:
+0x5fdb 014838 fetch mouse_flag_len ,mem_mouse_flag 
+0x5fdc 014839 rtnbit0 mouse_enable_smoother 
+0x5fdd 014840 arg 5 ,loopcnt 
+0x5fde 014841 arg mem_mouse_asm_flag ,contw 
+0x5fdf 014842 branch clear_mem 
+:      014844 mouse_drawing_optima_modify:
+0x5fe0 014845 call mouse_drawing_optima_xy_offset_modify 
+0x5fe1 014846 fetch 2 ,mem_mouse_x_pre 
+0x5fe2 014847 store 2 ,mem_data_pre 
+0x5fe3 014848 fetch 2 ,mem_mouse_x 
+0x5fe4 014849 store 2 ,mem_data_current 
+0x5fe5 014850 call mouse_drawing_optima_data_x 
+0x5fe6 014851 fetch 2 ,mem_data_pre 
+0x5fe7 014852 store 2 ,mem_mouse_x_pre 
+0x5fe8 014853 fetch 2 ,mem_data_current 
+0x5fe9 014854 store 2 ,mem_mouse_x 
+0x5fea 014856 fetch 2 ,mem_mouse_y_pre 
+0x5feb 014857 store 2 ,mem_data_pre 
+0x5fec 014858 fetch 2 ,mem_mouse_y 
+0x5fed 014859 store 2 ,mem_data_current 
+0x5fee 014860 call mouse_drawing_optima_data_y 
+0x5fef 014861 fetch 2 ,mem_data_pre 
+0x5ff0 014862 store 2 ,mem_mouse_y_pre 
+0x5ff1 014863 fetch 2 ,mem_data_current 
+0x5ff2 014864 store 2 ,mem_mouse_y 
+0x5ff3 014865 rtn 
+:      014867 mouse_drawing_optima_xy_offset_modify:
+0x5ff4 014868 fetch mouse_flag_len ,mem_mouse_flag 
+0x5ff5 014869 rtnbit0 mouse_enable_xy_offset 
+0x5ff6 014870 bpatchx patch31_1 ,mem_patch31 
+0x5ff7 014871 fetch 2 ,mem_mouse_x_pre 
+0x5ff8 014872 store 2 ,mem_data_value 
+0x5ff9 014873 call mouse_pre_xy_data_judge 
+0x5ffa 014874 store 2 ,mem_mouse_x_pre 
+0x5ffb 014875 fetch 2 ,mem_mouse_x 
+0x5ffc 014876 store 2 ,mem_data_value 
+0x5ffd 014877 call mouse_current_xy_data_judge 
+0x5ffe 014878 store 2 ,mem_mouse_x 
+0x5fff 014879 fetch 2 ,mem_mouse_y_pre 
+0x6000 014880 store 2 ,mem_data_value 
+0x6001 014881 call mouse_pre_xy_data_judge 
+0x6002 014882 store 2 ,mem_mouse_y_pre 
+0x6003 014883 fetch 2 ,mem_mouse_y 
+0x6004 014884 store 2 ,mem_data_value 
+0x6005 014885 call mouse_current_xy_data_judge 
+0x6006 014886 store 2 ,mem_mouse_y 
+0x6007 014887 rtn 
+:      014889 mouse_pre_xy_data_judge:
+0x6008 014890 fetch 1 ,mem_data_value + 1 
+0x6009 014891 branch mouse_pre_xy_pdata_offset ,blank 
+0x600a 014892 branch mouse_pre_xy_ndata_offset 
+:      014894 mouse_pre_xy_pdata_offset:
+0x600b 014895 fetch 1 ,mem_data_value 
+0x600c 014896 call mouse_pre_xy_get_0_4_times 
+0x600d 014897 store 1 ,mem_data_value 
+:      014898 mouse_xy_data_offset_new:
+0x600e 014899 fetch 2 ,mem_data_value 
+0x600f 014900 rtn 
+:      014901 mouse_pre_xy_ndata_offset:
+0x6010 014902 fetch 1 ,mem_data_value 
+0x6011 014903 call mouse_pdata_invert 
+0x6012 014904 call mouse_pre_xy_get_0_4_times 
+0x6013 014905 call disable_blank ,blank 
+0x6014 014906 call mouse_pdata_get_new_value 
+0x6015 014907 branch mouse_xy_data_offset_new 
+:      014909 mouse_current_xy_data_judge:
+0x6016 014910 fetch 1 ,mem_data_value + 1 
+0x6017 014911 branch mouse_current_xy_pdata_offset ,blank 
+0x6018 014912 branch mouse_current_xy_ndata_offset 
+:      014913 mouse_current_xy_pdata_offset:
+0x6019 014914 fetch 1 ,mem_data_value 
+0x601a 014915 call mouse_current_xy_get_0_6_times 
+0x601b 014916 store 1 ,mem_data_value 
+0x601c 014917 branch mouse_xy_data_offset_new 
+:      014918 mouse_current_xy_ndata_offset:
+0x601d 014919 fetch 1 ,mem_data_value 
+0x601e 014920 call mouse_pdata_invert 
+0x601f 014921 call mouse_current_xy_get_0_6_times 
+0x6020 014922 call disable_blank ,blank 
+0x6021 014923 call mouse_pdata_get_new_value 
+0x6022 014924 branch mouse_xy_data_offset_new 
+:      014926 mouse_pre_xy_get_0_4_times:
+0x6023 014927 mul32 pdata ,4 ,pdata 
+0x6024 014928 div pdata ,5 
+0x6025 014929 call wait_div_end 
+0x6026 014930 quotient pdata 
+0x6027 014931 rtn 
+:      014932 mouse_current_xy_get_0_6_times:
+0x6028 014933 mul32 pdata ,12 ,pdata 
+0x6029 014934 div pdata ,10 
+0x602a 014935 call wait_div_end 
+0x602b 014936 quotient pdata 
+0x602c 014937 rtn 
+:      014939 mouse_drawing_optima_data_x:
+0x602d 014940 fetch 2 ,mem_data_pre 
+0x602e 014941 fetcht 2 ,mem_data_current 
+0x602f 014942 iadd temp ,pdata 
+0x6030 014943 fetcht 1 ,mem_mouse_data_xtemp 
+0x6031 014944 iadd temp ,pdata 
+0x6032 014945 and pdata ,0x01 ,temp 
+0x6033 014946 storet 1 ,mem_mouse_data_xtemp 
+0x6034 014947 branch mouse_drawing_optima_data 
+:      014949 mouse_drawing_optima_data_y:
+0x6035 014950 fetch 2 ,mem_data_pre 
+0x6036 014951 fetcht 2 ,mem_data_current 
+0x6037 014952 iadd temp ,pdata 
+0x6038 014953 fetcht 1 ,mem_mouse_data_ytemp 
+0x6039 014954 iadd temp ,pdata 
+0x603a 014955 and pdata ,0x01 ,temp 
+0x603b 014956 storet 1 ,mem_mouse_data_ytemp 
+0x603c 014957 branch mouse_drawing_optima_data 
+:      014959 mouse_drawing_optima_data:
+0x603d 014960 store 3 ,mem_data_sum 
+0x603e 014961 isolate1 16 ,pdata 
+0x603f 014962 branch mouse_data_sum_overflow ,true 
+0x6040 014963 fetch 1 ,mem_data_sum + 1 
+0x6041 014964 beq 0xff ,mouse_data_sum_n 
+0x6042 014965 fetch 1 ,mem_data_sum 
+:      014966 mouse_data_store_pre:
+0x6043 014967 rshift pdata ,pdata 
+0x6044 014968 store 2 ,mem_data_pre 
+0x6045 014969 store 2 ,mem_data_current 
+0x6046 014970 rtn 
+:      014971 mouse_data_sum_overflow:
+0x6047 014972 fetch 1 ,mem_data_sum + 1 
+0x6048 014973 beq 0 ,mouse_data_sum_overflow_p 
+0x6049 014974 fetch 3 ,mem_data_sum 
+0x604a 014975 branch mouse_data_store_pre 
+:      014976 mouse_data_sum_overflow_p:
+0x604b 014977 jam 0 ,mem_data_sum + 2 
+0x604c 014978 fetch 1 ,mem_data_sum 
+0x604d 014979 branch mouse_data_store_pre 
+:      014981 mouse_data_sum_n:
+0x604e 014982 fetch 1 ,mem_data_sum 
+0x604f 014983 call mouse_pdata_get_half 
+0x6050 014984 store 1 ,mem_data_pre 
+0x6051 014985 store 1 ,mem_data_current 
+0x6052 014986 branch mouse_data_zero ,blank 
+0x6053 014987 setarg 0xff 
+:      014988 mouse_data_set_direction:
+0x6054 014989 store 1 ,mem_data_pre + 1 
+0x6055 014990 store 1 ,mem_data_current + 1 
+0x6056 014991 rtn 
+:      014992 mouse_data_zero:
+0x6057 014993 setarg 0 
+0x6058 014994 branch mouse_data_set_direction 
+:      014996 mouse_pdata_get_half:
+0x6059 014997 call mouse_pdata_invert 
+0x605a 014998 rshift pdata ,pdata 
+:      014999 mouse_pdata_get_new_value:
+0x605b 015000 call mouse_rega_in_out 
+0x605c 015001 sub pdata ,0 ,pdata 
+0x605d 015002 store 1 ,mem_data_value 
+0x605e 015003 rtn 
+:      015005 mouse_pdata_invert:
+0x605f 015006 sub pdata ,0 ,pdata 
+:      015007 mouse_rega_in_out:
+0x6060 015008 store 1 ,mem_rega 
+0x6061 015009 fetch 1 ,mem_rega 
+0x6062 015010 rtn 
+:      015012 mouse_disable_asm:
+0x6063 015013 jam 0 ,mem_mouse_asm_flag 
+0x6064 015014 rtn 
+:      015015 mouse_enable_asm:
+0x6065 015016 jam 1 ,mem_mouse_asm_flag 
+0x6066 015017 rtn 
+:      015020 mouse_pdata_greater_than_check:
+0x6067 015021 isub rega ,null 
+0x6068 015022 nbranch disable_blank ,positive 
+0x6069 015023 isub regb ,null 
+0x606a 015024 nbranch disable_blank ,positive 
+0x606b 015025 branch enable_blank 
+:      015026 mouse_data_less_than_check:
+0x606c 015027 isub rega ,null 
+0x606d 015028 nrtn positive 
+0x606e 015029 isub regb ,null 
+0x606f 015030 nrtn positive 
+0x6070 015031 branch enable_blank 
+:      015033 mouse_data_abs_check:
+0x6071 015034 fetch 2 ,mem_mouse_x 
+0x6072 015035 call mouse_data_abs 
+0x6073 015036 copy pdata ,rega 
+0x6074 015037 fetch 2 ,mem_mouse_y 
+0x6075 015038 call mouse_data_abs 
+0x6076 015039 copy pdata ,regb 
+0x6077 015040 rtn 
+:      015042 mouse_data_abs:
+0x6078 015043 store 2 ,mem_data_current 
+0x6079 015044 fetch 1 ,mem_data_current + 1 
+0x607a 015045 beq 0xff ,mouse_data_reversal 
+0x607b 015046 fetch 1 ,mem_data_current 
+:      015047 mouse_data_abs_store:
+0x607c 015048 and_into 0xff ,pdata 
+0x607d 015050 rtn 
+:      015051 mouse_data_reversal:
+0x607e 015052 fetch 2 ,mem_data_current 
+0x607f 015053 sub pdata ,0 ,pdata 
+0x6080 015054 branch mouse_data_abs_store 
+:      015056 mouse_24g_long_sleep_param_update_timer:
+0x6081 015057 arg mem_24g_long_sleep_param_update_timer ,regc 
+0x6082 015058 arg mouse_24g_long_sleep_normal_param ,regb 
+0x6083 015059 branch timer_single_step 
+:      015060 mouse_24g_long_sleep_normal_param:
+0x6084 015061 fetch 4 ,mem_24g_long_sleep_set1 
+0x6085 015062 store 4 ,mem_24g_enter_hibernate 
+0x6086 015063 jam 1 ,mem_mouse_long_mult_flag 
+0x6087 015064 rtn 
+:      015067 mouse_24g_long_sleep_set:
+0x6088 015068 fetch 1 ,mem_24g_long_sleep_set_level 
+0x6089 015069 beq 0x00 ,mouse_24g_long_sleep_set_30ms 
+0x608a 015070 beq 0x01 ,mouse_24g_long_sleep_set_50ms 
+0x608b 015071 beq 0x02 ,mouse_24g_long_sleep_set_80ms 
+0x608c 015072 beq 0x03 ,mouse_24g_long_sleep_set_100ms 
+:      015073 mouse_24g_long_sleep_set_80ms:
+0x608d 015074 setarg 0x0ea600 
+:      015075 mouse_24g_long_sleep_set_end:
+0x608e 015076 store 4 ,mem_24g_long_sleep_set1 
+0x608f 015077 rtn 
+:      015078 mouse_24g_long_sleep_set_30ms:
+0x6090 015079 setarg 0x05e740 
+0x6091 015080 branch mouse_24g_long_sleep_set_end 
+:      015081 mouse_24g_long_sleep_set_50ms:
+0x6092 015082 setarg 0x0927c0 
+0x6093 015083 branch mouse_24g_long_sleep_set_end 
+:      015084 mouse_24g_long_sleep_set_100ms:
+0x6094 015085 setarg 0x124f80 
+0x6095 015086 branch mouse_24g_long_sleep_set_end 
+:      015088 mouse_24g_hibernate_set:
+0x6096 015089 bpatchx patch30_7 ,mem_patch30 
+0x6097 015090 jam 0 ,mem_24g_attempt_fail_flag 
+0x6098 015091 call g24_transmit_next_packet 
+0x6099 015092 setarg -1 
+0x609a 015093 store 4 ,mem_24g_enter_hibernate 
+0x609b 015094 setarg 0 
+0x609c 015095 store 7 ,mem_mouse_key 
+0x609d 015096 jam 1 ,mem_sensor_shutdown_flag 
+0x609e 015097 call mouse_sensor_powerdown 
+0x609f 015098 call mouse_setgpio_hibernate 
+:      015099 mouse_24g_long_sleep:
+0x60a0 015100 fetch 1 ,mem_sensor_shutdown_flag 
+0x60a1 015101 ncall mouse_setgpio_hibernate ,blank 
+0x60a2 015102 fetch 8 ,mem_24g_enter_hibernate 
+0x60a3 015103 branch g24_long_seep2 
+:      015105 mouse_wakeup_24g:
+0x60a4 015106 fetch 1 ,mem_sensor_shutdown_flag 
+0x60a5 015107 ncall mouse_wakeup_24g_from_long_sleep ,blank 
+0x60a6 015108 jam 0 ,mem_sensor_shutdown_flag 
+0x60a7 015109 branch g24_transmit_no_ack 
+:      015111 mouse_wakeup_24g_from_long_sleep:
+0x60a8 015112 call mouse_init_sensor_wakeup 
+0x60a9 015113 fetch mouse_flag_len ,mem_mouse_flag 
+0x60aa 015114 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+:      015115 mouse_wheel_gpio_init:
+0x60ab 015116 fetch 1 ,mem_whee_a_data_gpio 
+0x60ac 015117 arg gpcfg_pullup ,temp 
+0x60ad 015118 call gpio_config_function_int 
+0x60ae 015119 fetch 1 ,mem_whee_b_data_gpio 
+0x60af 015120 arg gpcfg_pullup ,temp 
+0x60b0 015121 branch gpio_config_function_int 
+:      015123 mouse_24g_transmit_start:
+0x60b1 015124 fetch 1 ,mem_sensor_shutdown_flag 
+0x60b2 015125 nbranch g24_short_sleep ,blank 
+0x60b3 015126 branch g24_transmit_start_next 
+:      015128 mouse_24g_stop:
+0x60b4 015129 set0 mark_24g ,mark 
+0x60b5 015130 jam state_24g_stop ,mem_24g_conn_sm 
+0x60b6 015131 arg mouse_24g_pairing_flag ,queue 
+0x60b7 015132 branch mouse_disable_function_flag 
+:      015134 mouse_24g_start_mode:
+0x60b8 015135 fetch mouse_flag_len ,mem_mouse_flag 
+0x60b9 015136 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+0x60ba 015137 call mouse_wakeup_from_power_check 
+0x60bb 015138 branch mouse_24g_reconn_dongle_start ,user 
+0x60bc 015139 fetch mouse_flag_len ,mem_mouse_flag 
+0x60bd 015140 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
+0x60be 015141 bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
+0x60bf 015142 call mouse_key_check_once 
+0x60c0 015143 and rega ,0x07 ,pdata 
+0x60c1 015144 fetcht 1 ,mem_mouse_commbination_key_24g 
+0x60c2 015145 isub temp ,null 
+0x60c3 015146 branch mouse_24g_start_pair_mode ,zero 
+0x60c4 015147 branch mouse_24g_reconn_general_dongle 
+:      015149 mouse_24g_mode_setup_error:
+0x60c5 015150 fetch 1 ,mem_reconn_times 
+0x60c6 015151 nbranch mouse_polling_device ,blank 
+0x60c7 015152 rtn 
+:      015154 mouse_24g_first_start_auto_pair_mode:
+0x60c8 015155 call mouse_wakeup_from_power_check 
+0x60c9 015156 branch mouse_24g_first_start_reconn ,user 
+:      015157 mouse_24g_reconn_general_dongle:
+0x60ca 015158 jam mode_24g_device ,mem_device_flag 
+0x60cb 015159 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+0x60cc 015160 store 2 ,mem_24g_reconn_timeout 
+0x60cd 015161 jam fast_conn_and_3_0_addr ,mem_24g_reconn_type 
+0x60ce 015162 branch g24_reconn_start 
+:      015164 mouse_24g_start_auto_pair:
+0x60cf 015165 call mouse_discover_setting_led_gpio 
+0x60d0 015166 fetch 2 ,mem_24g_pair_timeout_init 
+0x60d1 015167 store 2 ,mem_24g_reconn_timeout 
+0x60d2 015168 jam pair_and_3_0_addr ,mem_24g_reconn_type 
+0x60d3 015169 branch g24_reconn_start 
+:      015171 mouse_24g_first_start_reconn:
+0x60d4 015172 fetch 1 ,mem_device_flag 
+0x60d5 015173 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
+0x60d6 015174 call mouse_bluetooth_fast_conn_disable 
+:      015175 mouse_24g_first_bluetooth_reconnect:
+0x60d7 015176 call mouse_24g_stop 
+0x60d8 015177 call mouse_device_led_all_off 
+0x60d9 015178 jam mode_bt_device1 ,mem_device_flag 
+0x60da 015179 call mouse_select_reconn_device 
+0x60db 015180 branch mouse_start_reconnect_device 
+:      015182 mouse_24g_first_bb_event_reconn_timeout:
+0x60dc 015183 call mouse_wakeup_from_power_check 
+0x60dd 015184 branch mouse_app_enter_hibernate ,user 
+0x60de 015185 branch mouse_start_discovery 
+:      015187 mouse_24g_first_store_reconn_info:
+0x60df 015188 call mouse_wakeup_from_power_check 
+0x60e0 015189 rtn user 
+0x60e1 015190 fetch mouse_flag_len ,mem_mouse_flag 
+0x60e2 015191 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_store_device_info_delay 
+0x60e3 015192 rtn 
+:      015194 mouse_24g_start_pair_mode:
+0x60e4 015195 arg mouse_24g_pairing_flag ,queue 
+0x60e5 015196 call mouse_enable_function_flag 
+0x60e6 015197 setarg 0 
+0x60e7 015198 store 2 ,mem_24g_reconn_timeout 
+0x60e8 015199 call mouse_stop_discovery 
+0x60e9 015200 call mouse_low_voltage_led_blink_disable 
+0x60ea 015201 call mouse_discover_setting_led_gpio 
+0x60eb 015202 jam type_ms ,mem_24g_data_type 
+0x60ec 015203 fetch mouse_flag_len ,mem_mouse_flag 
+0x60ed 015204 bbit0 mouse_enable_keyboard ,g24_pair_start 
+0x60ee 015205 jam type_kb ,mem_24g_data_type 
+0x60ef 015206 branch g24_pair_start 
+:      015208 mouse_24g_attempt_fail:
+0x60f0 015209 fetch 1 ,mem_24g_attempt_fail_flag 
+0x60f1 015210 nbranch mouse_24g_hibernate_set ,blank 
+0x60f2 015211 fetch 1 ,mem_24g_reconn_type 
+0x60f3 015212 beq fast_conn_and_3_0_addr ,mouse_24g_fast_conn_attempt_fail 
+0x60f4 015213 beq pair_and_3_0_addr ,mouse_24g_auto_pair_attempt_fail 
+0x60f5 015214 beq receiver_and_3_0_addr ,mouse_reconn_dongle_attempt_fail 
+:      015215 mouse_24g_attempt_fail_enter_hibernate:
+0x60f6 015216 fetch mouse_flag_len ,mem_mouse_flag 
+0x60f7 015217 bbit1 mouse_enable_wheel_wake_up_cancel ,mouse_24g_hibernate_set 
+0x60f8 015218 call mouse_device_led_off 
+0x60f9 015219 call mouse_24g_stop 
+0x60fa 015220 fetch 1 ,mem_reconn_times 
+0x60fb 015221 nbranch mouse_polling_device ,blank 
+0x60fc 015222 fetch 1 ,mem_device_flag 
+0x60fd 015223 beq mode_24g_device ,mouse_app_enter_hibernate 
+0x60fe 015224 rtn 
+:      015226 mouse_24g_fast_conn_attempt_fail:
+0x60ff 015227 fetch mouse_flag_len ,mem_mouse_flag 
+0x6100 015228 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+0x6101 015229 bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+0x6102 015230 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
+0x6103 015231 fetch 4 ,mem_mouse_24g_addr 
+0x6104 015232 fetcht 4 ,mem_mouse_compare_addr_ff 
+0x6105 015233 isub temp ,null 
+0x6106 015234 branch mouse_24g_start_pair_mode ,zero 
+:      015235 mouse_24g_reconn_dongle_start:
+0x6107 015236 fetch 2 ,mem_24g_reconn_timeout_init 
+0x6108 015237 store 2 ,mem_24g_reconn_timeout 
+0x6109 015238 jam receiver_and_3_0_addr ,mem_24g_reconn_type 
+0x610a 015239 branch g24_reconn_start 
+:      015241 mouse_24g_auto_pair_attempt_fail:
+0x610b 015242 fetch mouse_flag_len ,mem_mouse_flag 
+0x610c 015243 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0x610d 015244 fetch 1 ,mem_device_number 
+0x610e 015245 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
+0x610f 015246 branch mouse_24g_first_bluetooth_reconnect 
+:      015248 mouse_reconn_dongle_attempt_fail:
+0x6110 015249 fetch mouse_flag_len ,mem_mouse_flag 
+0x6111 015250 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+0x6112 015251 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+0x6113 015252 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
+0x6114 015253 branch mouse_24g_start_auto_pair + 1 
+:      015255 mouse_24g_attempt_success:
+0x6115 015256 fetch 4 ,mem_24g_addr 
+0x6116 015257 store 4 ,mem_24g_receiver_addr 
+0x6117 015258 store 4 ,mem_mouse_24g_addr 
+0x6118 015259 call g24_ch_syncword_crc8_init 
+0x6119 015260 call mouse_device_poweron_timer_init 
+0x611a 015261 call mouse_no_data_timer_init 
+0x611b 015262 call mouse_init_sensor_reset 
+0x611c 015263 jam 0 ,mem_mouse_long_mult_flag 
+0x611d 015264 jam 0 ,mem_24g_conn_sm 
+0x611e 015265 jam 0 ,mem_24g_reconn_type 
+0x611f 015266 fetch 4 ,mem_24g_receiver_addr 
+0x6120 015267 fetch 4 ,mem_24g_fast_conn_addr 
+0x6121 015268 isub temp ,null 
+0x6122 015269 rtn zero 
+0x6123 015270 branch mouse_24g_first_store_reconn_info 
+:      015272 mouse_24g_pairing_complete:
+0x6124 015273 call mouse_no_data_timer_init 
+0x6125 015274 arg mouse_24g_pairing_flag ,queue 
+0x6126 015275 call mouse_disable_function_flag 
+0x6127 015276 call mouse_device_poweron_timer_init 
+0x6128 015277 setarg 0 
+0x6129 015278 store 2 ,mem_24g_pair_timeout 
+0x612a 015279 store 2 ,mem_24g_reconn_timeout 
+0x612b 015280 store 1 ,mem_24g_conn_sm 
+0x612c 015281 store 1 ,mem_mouse_move_flag 
+0x612d 015282 store 1 ,mem_24g_reconn_type 
+0x612e 015284 call mouse_init_sensor_reset 
+0x612f 015285 call mouse_read_sensor_common 
+0x6130 015286 fetch 4 ,mem_24g_addr 
+0x6131 015287 store 4 ,mem_24g_receiver_addr 
+0x6132 015288 store 4 ,mem_mouse_24g_addr 
+0x6133 015289 branch mouse_store_device_info_delay 
+:      015291 mouse_24g_package_data:
+0x6134 015292 bpatchx patch31_0 ,mem_patch31 
+0x6135 015293 rtnmark0 mark_24g 
+0x6136 015294 call mouse_motion 
+0x6137 015295 nrtn user 
+0x6138 015296 fetch mouse_flag_len ,mem_mouse_flag 
+0x6139 015297 bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
+0x613a 015298 fetch 1 ,mem_customer_key 
+0x613b 015299 nbranch mouse_24g_keyboard_package_data ,blank 
+:      015300 mouse_24g_mouse_package_data:
+0x613c 015301 call mouse_data_xy_release 
+0x613d 015302 fetch 1 ,mem_24g_data_type 
+0x613e 015303 bbit1 1 ,mouse_24g_mouse_package_data_now 
+0x613f 015304 fetcht 1 ,mem_24g_txbuf + 1 
+0x6140 015305 fetch 1 ,mem_mouse_key 
+0x6141 015306 ior temp ,pdata 
+0x6142 015307 store 1 ,mem_mouse_key 
+0x6143 015308 fetcht 1 ,mem_24g_txbuf + 6 
+0x6144 015309 fetch 1 ,mem_mouse_z 
+0x6145 015310 iadd temp ,pdata 
+0x6146 015311 store 1 ,mem_mouse_z 
+0x6147 015312 fetcht 1 ,mem_24g_txbuf + 7 
+0x6148 015313 fetch 1 ,mem_mouse_tz 
+0x6149 015314 iadd temp ,pdata 
+0x614a 015315 store 1 ,mem_mouse_tz 
+:      015316 mouse_24g_mouse_package_data_now:
+0x614b 015317 jam type_ms ,mem_24g_data_type 
+0x614c 015318 arg 7 ,rega 
+0x614d 015319 arg mem_mouse_key ,regb 
+0x614e 015320 fetch mouse_flag_len ,mem_mouse_flag 
+0x614f 015321 bbit1 mouse_enable_24g_250hz ,g24_transmit_by_interrupt_enable 
+0x6150 015322 fetch 2 ,mem_mouse_z 
+0x6151 015323 rtn blank 
+0x6152 015324 branch g24_transmit_by_interrupt_enable 
+:      015326 mouse_24g_keyboard_package_data:
+0x6153 015327 jam type_kb ,mem_24g_data_type 
+0x6154 015328 arg 9 ,rega 
+0x6155 015329 fetch 1 ,mem_customer_data_trigger 
+0x6156 015330 nbranch mouse_customer_key_press ,blank 
+0x6157 015331 arg mem_customer_key_release ,regb 
+0x6158 015332 rtn 
+:      015333 mouse_customer_key_press:
+0x6159 015334 arg mem_customer_key_press ,regb 
+0x615a 015335 rtn 
+:      015341 mouse_24g_search_dongle_init:
+0x615b 015342 setarg 0 
+0x615c 015343 store 3 ,mem_mouse_search_dongle_action 
+0x615d 015344 rtn 
+:      015346 mouse_24g_search_dongle:
+0x615e 015347 fetch mouse_flag_len ,mem_mouse_flag 
+0x615f 015348 rtnbit0 mouse_enable_24g_search_dongle 
+0x6160 015349 fetch 1 ,mem_mouse_long_mult_flag 
+0x6161 015350 rtn blank 
+0x6162 015351 fetch 1 ,mem_24g_abort_pac 
+0x6163 015352 rtn blank 
+0x6164 015353 fetch 1 ,mem_mouse_search_dongle_interval 
+0x6165 015354 increase 1 ,pdata 
+0x6166 015355 and_into 3 ,pdata 
+0x6167 015356 store 1 ,mem_mouse_search_dongle_interval 
+0x6168 015357 nrtn blank 
+0x6169 015358 jam 0 ,mem_mouse_search_dongle_ch 
+:      015359 mouse_24g_search_dongle_loop:
+0x616a 015360 bpatch patch0b_4 ,mem_patch0b 
+0x616b 015361 fetch 1 ,mem_mouse_search_dongle_ch 
+0x616c 015362 increase 1 ,pdata 
+0x616d 015363 store 1 ,mem_mouse_search_dongle_ch 
+0x616e 015364 sub pdata ,g24_ch_number ,null 
+0x616f 015365 nbranch mouse_24g_search_dongle_loop_end ,positive 
+0x6170 015366 call g24_reconn_data_prep 
+0x6171 015367 call g24_transmit_receive_ack 
+0x6172 015368 nbranch mouse_24g_search_dongle_loop_retry ,sync 
+0x6173 015369 nbranch mouse_24g_search_dongle_loop_retry ,user3 
+0x6174 015370 call mouse_g24_ackpayload_parse 
+0x6175 015371 call mouse_24g_search_dongle_success 
+:      015372 mouse_24g_search_dongle_loop_end:
+0x6176 015373 call g24_txbuf_clear 
+0x6177 015374 fetch 1 ,mem_mouse_search_dongle_count 
+0x6178 015375 increase 1 ,pdata 
+0x6179 015376 store 1 ,mem_mouse_search_dongle_count 
+0x617a 015377 beq g24_ch_poll_count ,mouse_24g_search_dongle_check 
+0x617b 015378 rtn 
+:      015380 mouse_24g_search_dongle_loop_retry:
+0x617c 015381 call g24_ch 
+0x617d 015382 branch mouse_24g_search_dongle_loop 
+:      015384 mouse_24g_search_dongle_check:
+0x617e 015385 jam 0 ,mem_mouse_search_dongle_count 
+0x617f 015386 fetch 1 ,mem_mouse_search_dongle_action 
+0x6180 015387 rtnbit1 g24_disconn_state 
+0x6181 015388 set1 g24_disconn_state ,pdata 
+0x6182 015389 store 1 ,mem_mouse_search_dongle_action 
+0x6183 015390 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+0x6184 015391 store 2 ,mem_mouse_no_data_timer 
+0x6185 015392 branch mouse_sensor_powerdown 
+:      015394 mouse_24g_search_dongle_success:
+0x6186 015395 fetch 1 ,mem_24g_abort_pac 
+0x6187 015396 branch mouse_24g_search_dongle_init ,blank 
+0x6188 015397 jam 0 ,mem_mouse_search_dongle_count 
+0x6189 015398 fetch 1 ,mem_mouse_search_dongle_action 
+0x618a 015399 rtnbit0 g24_disconn_state 
+0x618b 015400 set0 g24_disconn_state ,pdata 
+0x618c 015401 store 1 ,mem_mouse_search_dongle_action 
+0x618d 015402 call mouse_no_data_timer_init 
+0x618e 015403 branch mouse_init_sensor_wakeup 
+:      015405 mouse_g24_ackpayload_parse:
+0x618f 015406 call g24_ackpayload_parse 
+0x6190 015407 fetch 1 ,mem_24g_rxbuf + 1 
+0x6191 015408 compare 0x08 ,pdata ,0xf8 
+0x6192 015409 nrtn true 
+0x6193 015410 fetch 1 ,mem_24g_rxbuf + 2 
+0x6194 015411 beq 0xff ,mouse_24g_hibernate_set 
+0x6195 015412 rtn 
+:      015418 mouse_24g_before_lpm_sleep:
+0x6196 015419 fetch 1 ,mem_device_flag 
+0x6197 015420 bne mode_24g_device ,lpm_sleep_skip_cb_function 
+0x6198 015421 fetch 1 ,mem_24g_disable_fec1 
+0x6199 015422 rtn blank 
+:      015423 mouse_peripheral_clock_off:
+0x619a 015424 jam 2 ,core_clksel 
+0x619b 015425 fetch 1 ,core_lpm_ctrl 
+0x619c 015426 and pdata ,0xfc ,pdata 
+0x619d 015427 store 1 ,core_lpm_reg 
+0x619e 015428 branch lpm_write_ctrl 
+:      015434 mouse_device_poweron_timer:
+0x619f 015435 fetch mouse_flag_len ,mem_mouse_flag 
+0x61a0 015436 rtnbit0 mouse_enable_power_on_led 
+0x61a1 015437 fetch 1 ,mem_mouse_device_poweron_timer_count 
+0x61a2 015438 rtn blank 
+0x61a3 015439 increase -1 ,pdata 
+0x61a4 015440 store 1 ,mem_mouse_device_poweron_timer_count 
+0x61a5 015441 branch mouse_device_led_off ,blank 
+0x61a6 015442 branch mouse_device_led_on 
+:      015444 mouse_device_poweron_timer_init:
+0x61a7 015445 fetch mouse_flag_len ,mem_mouse_flag 
+0x61a8 015446 rtnbit0 mouse_enable_power_on_led 
+0x61a9 015447 call mouse_low_voltage_led_blink_disable 
+0x61aa 015448 fetch 1 ,mem_mouse_device_poweron_timer_count_init 
+0x61ab 015449 store 1 ,mem_mouse_device_poweron_timer_count 
+0x61ac 015450 rtn 
+:      015452 mouse_discover_setting_led_gpio:
+0x61ad 015453 jam 0 ,mem_mouse_device_poweron_timer_count 
+0x61ae 015454 fetch 2 ,mem_mouse_disconvey_led_blink_time 
+0x61af 015455 store 2 ,mem_mouse_on_time 
+0x61b0 015456 store 2 ,mem_mouse_off_time 
+:      015457 mouse_setting_led_gpio_comman:
+0x61b1 015458 fetch 1 ,mem_device_flag 
+0x61b2 015459 beq mode_24g_device ,mouse_device_led_24g 
+0x61b3 015460 beq mode_bt_device1 ,mouse_device_led_bt1 
+0x61b4 015461 beq mode_bt_device2 ,mouse_device_led_bt2 
+0x61b5 015462 rtn 
+:      015463 mouse_device_led_24g:
+0x61b6 015464 fetch 1 ,mem_config_device_24g_led_gpio 
+0x61b7 015465 branch mouse_led_blink 
+:      015466 mouse_device_led_bt1:
+0x61b8 015467 fetch 1 ,mem_config_device_bt1_led_gpio 
+0x61b9 015468 branch mouse_led_blink 
+:      015469 mouse_device_led_bt2:
+0x61ba 015470 fetch 1 ,mem_config_device_bt2_led_gpio 
+:      015471 mouse_led_blink:
+0x61bb 015472 store 1 ,mem_temp 
+0x61bc 015473 call mouse_device_led_off 
+0x61bd 015474 fetch 1 ,mem_temp 
+0x61be 015475 store 1 ,mem_mouse_struct_led_gpio 
+0x61bf 015476 arg 0 ,rega 
+0x61c0 015477 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x61c1 015478 branch ui_led_blink_start_global 
+:      015480 mouse_dpi_led_blink_delay:
+0x61c2 015481 fetch 1 ,mem_dpi_led_gpio 
+0x61c3 015482 rtneq gpio_disable 
+0x61c4 015483 fetch 2 ,mem_mouse_discovery_timer 
+0x61c5 015484 nrtn blank 
+0x61c6 015485 fetch 2 ,mem_24g_pair_timeout 
+0x61c7 015486 nrtn blank 
+0x61c8 015487 fetch 2 ,mem_24g_reconn_timeout 
+0x61c9 015488 nrtn blank 
+0x61ca 015489 fetch 1 ,mem_mouse_device_poweron_timer_count 
+0x61cb 015490 nrtn blank 
+0x61cc 015491 fetch 1 ,mem_mouse_dpi_led_delay_count_init 
+0x61cd 015492 branch mouse_dpi_led_blink_init ,blank 
+0x61ce 015493 store 1 ,mem_mouse_dpi_led_delay_count 
+0x61cf 015494 rtn 
+:      015496 mouse_dpi_led_blink_delay_timer:
+0x61d0 015497 arg mem_mouse_dpi_led_delay_count ,regc 
+0x61d1 015498 arg mouse_dpi_led_blink_init ,regb 
+0x61d2 015499 branch timer_single_step 
+:      015501 mouse_dpi_led_blink_init:
+0x61d3 015502 fetch 1 ,mem_dpi_led_gpio 
+0x61d4 015503 store 1 ,mem_mouse_struct_led_gpio 
+0x61d5 015504 fetch 2 ,mem_mouse_dpi_led_blink_time 
+0x61d6 015505 store 2 ,mem_mouse_on_time 
+0x61d7 015506 store 2 ,mem_mouse_off_time 
+0x61d8 015507 arg 0 ,rega 
+0x61d9 015508 fetcht 1 ,mem_mouse_dpi 
+0x61da 015509 increase 1 ,temp 
+0x61db 015510 fetch mouse_flag_len ,mem_mouse_flag 
+0x61dc 015511 bbit0 mouse_enable_dpi_level_4 ,mouse_dpi_led_blink_init_end 
+0x61dd 015512 increase 1 ,temp 
+0x61de 015513 sub temp ,4 ,null 
+0x61df 015514 ncall mouse_dpi_led_blink_count_clean ,positive 
+:      015515 mouse_dpi_led_blink_init_end:
+0x61e0 015516 storet 1 ,mem_mouse_blink_count 
+0x61e1 015517 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x61e2 015518 rtn 
+:      015520 mouse_dpi_led_blink_count_clean:
+0x61e3 015521 arg 1 ,temp 
+0x61e4 015522 rtn 
+:      015524 mouse_check_dpi_blink:
+0x61e5 015525 disable user 
+0x61e6 015526 fetch 1 ,mem_dpi_led_gpio 
+0x61e7 015527 fetcht 1 ,mem_mouse_struct_led_gpio 
+0x61e8 015528 isub temp ,null 
+0x61e9 015529 nrtn zero 
+0x61ea 015530 fetch 1 ,mem_mouse_blink_count 
+0x61eb 015531 rtn blank 
+0x61ec 015532 jam 0 ,mem_adc_low_volatage_led_blink_enable 
+0x61ed 015533 enable user 
+0x61ee 015534 rtn 
+:      015536 mouse_device_led_all_off:
+0x61ef 015537 call mouse_dpi_led_off 
+0x61f0 015538 call mouse_device_24g_led_off 
+0x61f1 015539 call mouse_device_bt1_led_off 
+0x61f2 015540 branch mouse_device_bt2_led_off 
+:      015542 mouse_device_led_off:
+0x61f3 015543 fetch 1 ,mem_device_flag 
+0x61f4 015544 beq mode_24g_device ,mouse_device_24g_led_off 
+0x61f5 015545 beq mode_bt_device1 ,mouse_device_bt1_led_off 
+0x61f6 015546 beq mode_bt_device2 ,mouse_device_bt2_led_off 
+0x61f7 015547 rtn 
+:      015549 mouse_device_24g_led_off:
+0x61f8 015550 jam 0 ,mem_24g_device_led_status 
+0x61f9 015551 fetcht 1 ,mem_config_device_24g_led_gpio 
+0x61fa 015552 branch mouse_led_off 
+:      015554 mouse_device_bt1_led_off:
+0x61fb 015555 fetcht 1 ,mem_config_device_bt1_led_gpio 
+0x61fc 015556 branch mouse_led_off 
+:      015558 mouse_device_bt2_led_off:
+0x61fd 015559 fetcht 1 ,mem_config_device_bt2_led_gpio 
+0x61fe 015560 branch mouse_led_off 
+:      015562 mouse_dpi_led_off:
+0x61ff 015563 fetcht 1 ,mem_dpi_led_gpio 
+0x6200 015564 branch mouse_led_off 
+:      015566 mouse_device_led_on:
+0x6201 015567 fetch 1 ,mem_device_flag 
+0x6202 015568 beq mode_24g_device ,mouse_device_24g_led_on 
+0x6203 015569 beq mode_bt_device1 ,mouse_device_bt1_led_on 
+0x6204 015570 beq mode_bt_device2 ,mouse_device_bt2_led_on 
+0x6205 015571 rtn 
+:      015573 mouse_device_24g_led_on:
+0x6206 015574 fetcht 1 ,mem_config_device_24g_led_gpio 
+0x6207 015575 branch mouse_led_on 
+:      015576 mouse_device_bt1_led_on:
+0x6208 015577 fetcht 1 ,mem_config_device_bt1_led_gpio 
+0x6209 015578 branch mouse_led_on 
+:      015579 mouse_device_bt2_led_on:
+0x620a 015580 fetcht 1 ,mem_config_device_bt2_led_gpio 
+0x620b 015581 branch mouse_led_on 
+:      015583 mouse_led_off:
+0x620c 015584 bpatch patch0b_5 ,mem_patch0b 
+0x620d 015585 storet 1 ,mem_mouse_struct_led_gpio 
+0x620e 015586 arg 0 ,rega 
+0x620f 015587 branch ui_led_off_global 
+:      015588 mouse_led_on:
+0x6210 015589 bpatch patch0b_6 ,mem_patch0b 
+0x6211 015590 storet 1 ,mem_mouse_struct_led_gpio 
+0x6212 015591 arg 0 ,rega 
+0x6213 015592 branch ui_led_on_global 
+:      015594 mouse_ui_led_off_static:
+0x6214 015595 bpatch patch0b_7 ,mem_patch0b 
+0x6215 015596 fetch 1 ,mem_config_device_24g_led_gpio 
+0x6216 015597 isub temp ,null 
+0x6217 015598 call mouse_clear_24g_led_statue ,zero 
+0x6218 015599 fetch mouse_flag_len ,mem_mouse_flag 
+0x6219 015600 bbit0 mouse_enable_4_led ,gpio_out_inactive 
+0x621a 015601 call mouse_check_bt2_led_off 
+0x621b 015602 call mouse_check_dpi_led_off 
+0x621c 015603 call mouse_check_low_v_led_off 
+0x621d 015604 fetch 1 ,mem_mouse_led_off_4_led 
+0x621e 015605 branch gpio_out_inactive ,blank 
+0x621f 015606 jam 0 ,mem_mouse_led_off_4_led 
+0x6220 015607 branch gpio_set_high_impedance 
+:      015609 mouse_ui_led_on_static:
+0x6221 015610 bpatch patch0c_0 ,mem_patch0c 
+0x6222 015611 fetch 1 ,mem_config_device_24g_led_gpio 
+0x6223 015612 isub temp ,null 
+0x6224 015613 call mouse_set_24g_led_statue ,zero 
+0x6225 015614 branch gpio_out_active 
+:      015616 mouse_check_bt2_led_off:
+0x6226 015617 fetch mouse_flag_len ,mem_mouse_flag 
+0x6227 015618 rtnbit0 mouse_enable_bt2_for_4_led 
+0x6228 015619 fetch 1 ,mem_config_device_bt2_led_gpio 
+0x6229 015620 branch mouse_check_1gpio_2led_off 
+:      015621 mouse_check_dpi_led_off:
+0x622a 015622 fetch mouse_flag_len ,mem_mouse_flag 
+0x622b 015623 rtnbit0 mouse_enable_dpi_for_4_led 
+0x622c 015624 fetch 1 ,mem_dpi_led_gpio 
+0x622d 015625 branch mouse_check_1gpio_2led_off 
+:      015626 mouse_check_low_v_led_off:
+0x622e 015627 fetch mouse_flag_len ,mem_mouse_flag 
+0x622f 015628 rtnbit0 mouse_enable_low_v_for_4_led 
+0x6230 015629 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+:      015630 mouse_check_1gpio_2led_off:
+0x6231 015631 isub temp ,null 
+0x6232 015632 nrtn zero 
+0x6233 015633 jam 1 ,mem_mouse_led_off_4_led 
+0x6234 015634 rtn 
+:      015636 mouse_clear_24g_led_statue:
+0x6235 015637 jam 0 ,mem_24g_device_led_status 
+0x6236 015638 rtn 
+:      015640 mouse_set_24g_led_statue:
+0x6237 015641 jam 1 ,mem_24g_device_led_status 
+0x6238 015642 rtn 
+:      015644 mouse_low_voltage_led_timer:
+0x6239 015645 fetch 2 ,mem_mouse_discovery_timer 
+0x623a 015646 nrtn blank 
+0x623b 015647 fetch 2 ,mem_24g_pair_timeout 
+0x623c 015648 nrtn blank 
+0x623d 015649 fetch 2 ,mem_24g_reconn_timeout 
+0x623e 015650 nrtn blank 
+0x623f 015651 fetch 1 ,mem_mouse_device_poweron_timer_count 
+0x6240 015652 nrtn blank 
+0x6241 015653 call mouse_check_dpi_blink 
+0x6242 015654 rtn user 
+0x6243 015655 fetch mouse_flag_len ,mem_mouse_flag 
+0x6244 015656 rtnbit0 mouse_enable_low_voltage_led 
+0x6245 015657 rtnbit0 mouse_low_voltage_flag 
+0x6246 015658 bbit1 mouse_enable_low_voltage_led_blink_n_second ,mouse_low_voltage_led_blink_new_data 
+0x6247 015659 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x6248 015660 increase 1 ,pdata 
+0x6249 015661 store 1 ,mem_adc_low_volatage_led_timer_count 
+0x624a 015662 sub pdata ,20 ,null 
+0x624b 015663 ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
+0x624c 015664 beq 2 ,mouse_low_voltage_led_on 
+0x624d 015665 beq 4 ,mouse_low_voltage_led_off 
+0x624e 015666 beq 6 ,mouse_low_voltage_led_on 
+0x624f 015667 beq 8 ,mouse_low_voltage_led_off 
+0x6250 015668 rtn 
+:      015669 mouse_adc_low_volatage_led_timer_count_clean:
+0x6251 015670 jam 1 ,mem_adc_low_volatage_led_timer_count 
+0x6252 015671 branch mouse_low_voltage_led_off 
+:      015672 mouse_low_voltage_led_on:
+0x6253 015673 fetch mouse_flag_len ,mem_mouse_flag 
+0x6254 015674 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_device_led_on 
+0x6255 015675 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+0x6256 015676 rtneq gpio_disable 
+0x6257 015677 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x6258 015678 branch mouse_led_on 
+:      015679 mouse_low_voltage_led_off:
+0x6259 015680 fetch mouse_flag_len ,mem_mouse_flag 
+0x625a 015681 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_device_led_off 
+0x625b 015682 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+0x625c 015683 rtneq gpio_disable 
+0x625d 015684 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x625e 015685 branch mouse_led_off 
+:      015687 mouse_low_voltage_led_blink_new_data:
+0x625f 015688 fetch 2 ,mem_mouse_no_data_timeout 
+0x6260 015689 fetcht 2 ,mem_mouse_no_data_timer 
+0x6261 015690 isub temp ,temp 
+0x6262 015691 fetch 2 ,mem_adc_low_volatage_led_blink_timer 
+0x6263 015692 isub temp ,null 
+0x6264 015693 nbranch mouse_low_voltage_led_blink_disable ,positive 
+0x6265 015694 fetch 1 ,mem_adc_low_volatage_led_blink_enable 
+0x6266 015695 nrtn blank 
+0x6267 015696 jam 1 ,mem_adc_low_volatage_led_blink_enable 
+0x6268 015697 branch mouse_low_voltage_led_blink_init 
+:      015699 mouse_low_voltage_led_blink_init:
+0x6269 015700 fetch 2 ,mem_mouse_low_v_led_blink_time 
+0x626a 015701 store 2 ,mem_mouse_on_time 
+0x626b 015702 store 2 ,mem_mouse_off_time 
+0x626c 015703 fetch mouse_flag_len ,mem_mouse_flag 
+0x626d 015704 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_setting_led_gpio_comman 
+0x626e 015705 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+0x626f 015706 rtneq gpio_disable 
+0x6270 015707 branch mouse_led_blink 
+:      015709 mouse_low_voltage_led_blink_disable:
+0x6271 015710 jam 0 ,mem_adc_low_volatage_led_blink_enable 
+0x6272 015711 branch mouse_low_voltage_led_off 
+:      015714 mouse_low_voltage_led_no_enter_lpm:
+0x6273 015715 fetch mouse_flag_len ,mem_mouse_flag 
+0x6274 015716 rtnbit0 mouse_enable_low_voltage_led 
+0x6275 015717 rtnbit0 mouse_low_voltage_flag 
+0x6276 015718 bbit1 mouse_enable_low_voltage_led_blink_n_second ,mouse_low_voltage_led_no_enter_lpm_blink 
+0x6277 015719 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x6278 015720 sub pdata ,10 ,null 
+0x6279 015721 branch mouse_lpm_mode_clear ,positive 
+:      015722 mouse_low_voltage_led_no_enter_lpm_next:
+0x627a 015723 fetch 1 ,mem_device_flag 
+0x627b 015724 beq mode_24g_device ,g24_transmit_by_interrupt_exit_check 
+0x627c 015725 jam 1 ,mem_lpm_mode 
+0x627d 015726 rtn 
+:      015728 g24_transmit_by_interrupt_exit_check:
+0x627e 015729 fetch mouse_flag_len ,mem_mouse_flag 
+0x627f 015730 rtnbit1 mouse_enable_24g_250hz 
+0x6280 015731 branch g24_transmit_by_interrupt_exit 
+:      015733 mouse_lpm_mode_clear:
+0x6281 015734 fetch 1 ,mem_device_flag 
+0x6282 015735 beq mode_24g_device ,g24_transmit_by_interrupt_enable 
+0x6283 015736 jam 0 ,mem_lpm_mode 
+0x6284 015737 rtn 
+:      015739 mouse_low_voltage_led_no_enter_lpm_blink:
+0x6285 015740 fetch 1 ,mem_adc_low_volatage_led_blink_enable 
+0x6286 015741 nbranch mouse_lpm_mode_clear ,blank 
+0x6287 015742 branch mouse_low_voltage_led_no_enter_lpm_next 
+:      015746 mouse_store_signal_rssi:
+0x6288 015747 call rssi_hex2dec 
+0x6289 015748 fetch 1 ,mem_rssi 
+0x628a 015749 branch rssi_signal 
+:      015751 mouse_le_transmit:
+0x628b 015752 call mouse_store_signal_rssi 
+0x628c 015753 branch power_ctrl_start 
+:      015755 mouse_le_set_lpm_mult:
+0x628d 015756 fetch 1 ,mem_le_connect_status_flag 
+0x628e 015757 compare 3 ,pdata ,3 
+0x628f 015758 nbranch disable_blank ,true 
+0x6290 015759 call app_lpm_mult_enable 
+0x6291 015760 branch enable_blank 
+:      015762 mouse_set_lpm_mult:
+0x6292 015763 fetch 2 ,mem_ui_state_map 
+0x6293 015764 bbit1 ui_state_ble_connected ,mouse_le_set_lpm_mult 
+0x6294 015765 rtn 
+:      015773 shutter_init:
+0x6295 015774 call enable_authrom 
+0x6296 015776 rtn wake 
+0x6297 015777 setarg shutter_le_before_hibernate 
+0x6298 015778 store 2 ,mem_cb_before_hibernate 
+0x6299 015780 setarg shutter_process_lpm_before 
+0x629a 015781 store 2 ,mem_cb_before_lpm 
+0x629b 015783 setarg shutter_process_idle 
+0x629c 015784 store 2 ,mem_cb_idle_process 
+0x629d 015786 setarg shutter_process_bb_event 
+0x629e 015787 store 2 ,mem_cb_bb_event_process 
+0x629f 015789 setarg shutter_le_scale_lpm_lock 
+0x62a0 015790 store 2 ,mem_cb_check_wakelock 
+0x62a1 015792 setarg ble_shutter_receive_data 
+0x62a2 015793 store 2 ,mem_cb_att_write 
+0x62a3 015795 setarg shutter_le_bb_event_timer 
+0x62a4 015796 store 2 ,mem_cb_event_timer 
+0x62a5 015798 setarg shutter_key_change 
+0x62a6 015799 store 2 ,mem_cb_shutter_keycan 
+0x62a7 015801 setarg shutter_soft_swtich_power_on 
+0x62a8 015802 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
+0x62a9 015803 setarg shutter_soft_swtich_power_off 
+0x62aa 015804 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
+0x62ab 015806 call shutter_set_ble_version 
+0x62ac 015807 call le_modified_name_adv 
+0x62ad 015808 call shutter_init_param 
+0x62ae 015809 call keyscan_key_init 
+0x62af 015810 call queue_init 
+0x62b0 015811 call ui_led_init_global 
+0x62b1 015813 bpatch patch0c_1 ,mem_patch0c 
+0x62b2 015814 call shutter_load_buffer_config_form_datarom 
+0x62b3 015816 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x62b4 015817 beq hard_switch ,shutter_hart_swtich_power_on 
+0x62b5 015818 fetch 1 ,mem_shutter_soft_switch_button_gpio 
+0x62b6 015819 store 1 ,mem_ui_button_gpio 
+0x62b7 015820 branch ui_soft_swtich_init 
+:      015822 shutter_set_ble_version:
+0x62b8 015824 jam 7 ,mem_version 
+0x62b9 015825 rtn 
+:      015828 shutter_hart_swtich_power_on:
+0x62ba 015829 jam ui_button_gpio_disable ,mem_ui_button_gpio 
+0x62bb 015830 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
+0x62bc 015831 branch shutter_start_reconnect 
+:      015835 shutter_le_scale_lpm_lock:
+0x62bd 015836 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x62be 015837 beq ss_state_power_off ,app_get_lpm_wake_lock 
+0x62bf 015838 call l2cap_malloc_get_full_map 
+0x62c0 015839 fetch 1 ,mem_used_map 
+0x62c1 015840 nbranch app_get_lpm_wake_lock ,blank 
+0x62c2 015841 branch app_put_lpm_wake_lock 
+:      015845 shutter_process_bb_event:
+0x62c3 015846 copy regc ,pdata 
+0x62c4 015849 beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
+0x62c5 015850 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
+0x62c6 015851 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
+0x62c7 015852 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
+0x62c8 015854 beq bt_evt_button_long_pressed ,shutter_process_soft_swtich_button_long_press 
+0x62c9 015855 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
+0x62ca 015856 beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
+0x62cb 015857 rtn 
+:      015862 ble_shutter_process_baseband_connect:
+0x62cc 015863 call shutter_stop_bluetooth_discovery 
+0x62cd 015864 setarg 0 
+0x62ce 015865 store 2 ,mem_ble_shutter_reconn_timer 
+0x62cf 015866 branch app_led_off 
+:      015869 ble_shutter_process_baseband_disconnect:
+0x62d0 015870 call queue_init 
+0x62d1 015871 jam 0 ,mem_ble_shutter_enable_notify 
+0x62d2 015872 branch shutter_start_reconnect 
+:      015875 ble_shutter_process_reconnect_complete:
+0x62d3 015876 call queue_init 
+0x62d4 015877 jam 1 ,mem_ble_shutter_enable_notify 
+0x62d5 015878 fetch 8 ,mem_ble_shutter_interval_min 
+0x62d6 015879 store 8 ,mem_le_interval_min 
+0x62d7 015880 call app_lpm_mult_enable 
+0x62d8 015881 branch le_l2cap_tx_update_req 
+:      015884 ble_shutter_process_parse_connect_parameter_update_response:
+0x62d9 015885 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x62da 015886 rtneq ble_signaling_connect_parameter_update_accepted 
+0x62db 015887 fetch 8 ,mem_ble_shutter_interval_min_new 
+0x62dc 015888 rtn blank 
+0x62dd 015889 store 8 ,mem_le_interval_min 
+0x62de 015890 branch le_l2cap_tx_update_req 
+:      015894 shutter_process_soft_swtich_button_long_press:
+0x62df 015895 branch ui_soft_switch_botton_long_press 
+:      015897 shutter_process_soft_swtich_button_down:
+0x62e0 015898 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x62e1 015899 rtneq hard_switch 
+0x62e2 015900 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x62e3 015901 rtnne ss_state_power_on 
+0x62e4 015902 call shutter_store_currenct_led_state 
+0x62e5 015903 branch app_led_on 
+:      015905 shutter_store_currenct_led_state:
+0x62e6 015906 jam 1 ,mem_shutter_soft_swtich_botton_down 
+0x62e7 015907 arg 11 ,loopcnt 
+0x62e8 015908 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
+0x62e9 015909 arg mem_shutter_led_struct_app_led ,contr 
+0x62ea 015910 branch memcpy 
+:      015912 shutter_process_soft_swtich_button_up:
+0x62eb 015913 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x62ec 015914 rtneq hard_switch 
+0x62ed 015915 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x62ee 015916 beq ss_state_power_on ,shutter_load_currenct_led_state 
+0x62ef 015917 branch ui_soft_switch_botton_up 
+:      015919 shutter_load_currenct_led_state:
+0x62f0 015920 fetch 1 ,mem_shutter_soft_swtich_botton_down 
+0x62f1 015921 rtnne 1 
+0x62f2 015922 jam 0 ,mem_shutter_soft_swtich_botton_down 
+0x62f3 015923 fetch 2 ,mem_ui_state_map 
+0x62f4 015924 bbit1 ui_state_ble_connected ,app_led_off 
+0x62f5 015925 arg 11 ,loopcnt 
+0x62f6 015926 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
+0x62f7 015927 arg mem_shutter_led_struct_app_led ,contw 
+0x62f8 015928 branch memcpy 
+:      015933 shutter_le_bb_event_timer:
+0x62f9 015935 call shutter_check_sleep_timer 
+0x62fa 015938 call shutter_check_power_off_timer 
+0x62fb 015942 branch ble_shutter_reconn_timer 
+:      015946 shutter_check_sleep_timer:
+0x62fc 015947 arg mem_shutter_sleep_timer ,regc 
+0x62fd 015948 arg shutter_sleep_timeout ,regb 
+0x62fe 015949 branch timer_single_step_2b 
+:      015950 shutter_sleep_timeout:
+0x62ff 015951 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
+0x6300 015952 call app_led_off 
+0x6301 015953 call shutter_disconnect_current_connection 
+0x6302 015954 branch shutter_wait_power_off 
+:      015957 shutter_check_power_off_timer:
+0x6303 015958 arg mem_shutter_power_off_timer ,regc 
+0x6304 015959 arg shutter_check_power_off_timeout ,regb 
+0x6305 015960 branch timer_single_step 
+:      015962 shutter_check_power_off_timeout:
+0x6306 015963 fetch 2 ,mem_ui_state_map 
+0x6307 015964 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
+0x6308 015965 fetch 1 ,mem_shutter_led_struct_app_led_type 
+0x6309 015966 beq ui_led_state_blink_start ,shutter_wait_power_off 
+0x630a 015967 beq ui_led_state_blink_lighting ,shutter_wait_power_off 
+0x630b 015968 beq ui_led_state_blink_darking ,shutter_wait_power_off 
+0x630c 015969 branch app_enter_hibernate 
+:      015973 ble_shutter_reconn_timer:
+0x630d 015974 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x630e 015975 rtnne ss_state_power_on 
+0x630f 015976 arg mem_ble_shutter_reconn_timer ,regc 
+0x6310 015977 arg shutter_start_bluetooth_discovery ,regb 
+0x6311 015978 branch timer_single_step_2b 
+:      015981 shutter_process_idle:
+0x6312 015982 call shutter_send_data_to_master 
+0x6313 015983 branch keyscan_key_process 
+:      015986 shutter_process_lpm_before:
+0x6314 015987 call gpio_set_before_lpm 
+0x6315 015988 branch keyscan_process_lpm_before 
+:      015990 shutter_le_before_hibernate:
+0x6316 015991 call gpio_set_before_lpm 
+0x6317 015992 branch disable_authrom 
+:      015998 shutter_stop_bluetooth_discovery:
+0x6318 015999 fetch 1 ,mem_shutter_bluetooth_type 
+0x6319 016001 bbit1 ble_shutter ,ble_shutter_stop_bluetooth_discovery 
+0x631a 016002 rtn 
+:      016004 ble_shutter_stop_bluetooth_discovery:
+0x631b 016005 fetch 2 ,mem_ble_shutter_connect_timeout 
+0x631c 016006 store 2 ,mem_shutter_sleep_timeout 
+0x631d 016007 store 2 ,mem_shutter_sleep_timer 
+0x631e 016008 branch app_ble_stop_adv 
+:      016011 shutter_start_bluetooth_discovery:
+0x631f 016012 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x6320 016013 rtnne ss_state_power_on 
+0x6321 016014 fetch 1 ,mem_shutter_bluetooth_type 
+0x6322 016016 bbit1 ble_shutter ,ble_shutter_start_discovery 
+0x6323 016017 rtn 
+:      016018 ble_shutter_start_discovery:
+0x6324 016019 fetch 2 ,mem_ui_state_map 
+0x6325 016020 rtnbit1 ui_state_ble_connected 
+0x6326 016021 fetch 2 ,mem_ble_shutter_discovery_timeout 
+0x6327 016022 store 2 ,mem_shutter_sleep_timeout 
+0x6328 016023 store 2 ,mem_shutter_sleep_timer 
+0x6329 016024 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
+0x632a 016025 call shutter_ble_adv_interval_set 
+0x632b 016026 call app_led_start_blink 
+0x632c 016027 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
+0x632d 016028 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x632e 016029 fetch 2 ,mem_ui_state_map 
+0x632f 016030 rtnbit1 ui_state_ble_adv 
+0x6330 016031 branch app_ble_start_adv 
+:      016034 shutter_start_reconnect:
+0x6331 016035 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x6332 016036 rtnne ss_state_power_on 
+0x6333 016037 fetch 1 ,mem_shutter_bluetooth_type 
+0x6334 016038 bbit1 ble_shutter ,ble_shutter_start_reconnect 
+0x6335 016039 rtn 
+:      016040 ble_shutter_start_reconnect:
+0x6336 016041 fetch 2 ,mem_ble_shutter_reconn_timer 
+0x6337 016042 fetcht 2 ,mem_ble_shutter_reconn_timeout 
+0x6338 016043 storet 2 ,mem_ble_shutter_reconn_timer 
+0x6339 016044 nrtn blank 
+0x633a 016045 fetch 2 ,mem_ble_shutter_reconn_adv_interval 
+0x633b 016046 call shutter_ble_adv_interval_set 
+0x633c 016047 call app_led_start_blink 
+0x633d 016048 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
+0x633e 016049 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x633f 016050 fetch 2 ,mem_ui_state_map 
+0x6340 016051 rtnbit1 ui_state_ble_adv 
+0x6341 016052 branch app_ble_start_adv 
+:      016054 shutter_disconnect_current_connection:
+0x6342 016055 fetch 2 ,mem_ui_state_map 
+0x6343 016056 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x6344 016057 branch shutter_stop_bluetooth_discovery 
+:      016061 shutter_check_data_enable:
+0x6345 016062 call disable_user 
+0x6346 016063 fetch 2 ,mem_ui_state_map 
+0x6347 016064 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
+0x6348 016065 rtn 
+:      016067 shutter_check_ble_data_enable:
+0x6349 016068 fetch 1 ,mem_ble_shutter_enable_notify 
+0x634a 016069 rtn blank 
+0x634b 016070 branch enable_user 
+:      016075 shutter_check_bluetooth_conn:
+0x634c 016076 call disable_user 
+0x634d 016077 fetch 2 ,mem_ui_state_map 
+0x634e 016078 rtnbit1 ui_state_ble_connected 
+0x634f 016079 branch enable_user 
+:      016083 shutter_change_bluetooth_status_bt_disconn:
+0x6350 016084 fetch 1 ,mem_shutter_bluetooth_type 
+0x6351 016085 bbit1 ble_shutter ,ble_shutter_change_bluetooth_status_bt_disconn 
+0x6352 016086 rtn 
+:      016088 ble_shutter_change_bluetooth_status_bt_disconn:
+0x6353 016089 branch shutter_start_reconnect 
+:      016093 shutter_check_send_data:
+0x6354 016094 disable user2 
+0x6355 016095 fetch 2 ,mem_shutter_sleep_timeout 
+0x6356 016096 store 2 ,mem_shutter_sleep_timer 
+0x6357 016098 call shutter_check_bluetooth_conn 
+0x6358 016099 branch shutter_change_bluetooth_status_bt_disconn ,user 
+0x6359 016101 call shutter_check_data_enable 
+0x635a 016102 nrtn user 
+0x635b 016103 enable user2 
+0x635c 016104 rtn 
+:      016108 shutter_key_change:
+0x635d 016109 call shutter_check_send_data 
+0x635e 016110 nrtn user2 
+0x635f 016111 deposit rega 
+0x6360 016112 branch shutter_key_release ,blank 
+:      016113 shutter_key_press:
+0x6361 016114 call app_led_on 
+0x6362 016115 arg mem_key0_press ,regc 
+0x6363 016116 branch push_queue_press_or_release 
+:      016118 shutter_key_release:
+0x6364 016119 call app_led_off 
+0x6365 016120 arg mem_key0_release ,regc 
+:      016122 push_queue_press_or_release:
+0x6366 016123 arg max_queue_num ,pdata 
+0x6367 016124 imul32 queue ,pdata 
+0x6368 016125 iadd regc ,regc 
+:      016128 push_buffer_in_queue:
+0x6369 016129 ifetch 1 ,regc 
+0x636a 016130 rtn blank 
+0x636b 016131 call queue_push_one_byte 
+0x636c 016132 increase 1 ,regc 
+0x636d 016133 branch push_buffer_in_queue 
+:      016136 shutter_send_data_to_master:
+0x636e 016137 fetch 2 ,mem_ui_state_map 
+0x636f 016138 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
+0x6370 016139 rtn 
+:      016141 pop_queue_to_ble_data:
+0x6371 016142 call le_fifo_check_nearly_full 
+0x6372 016143 nrtn blank 
+0x6373 016144 call queue_pop_one_byte 
+0x6374 016145 nrtn user 
+0x6375 016146 pincrease -1 
+0x6376 016147 mul32 pdata ,shutter_ble_data_buffer ,pdata 
+0x6377 016148 arg mem_ble_data_buffer1 ,temp 
+0x6378 016149 iadd temp ,contr 
+0x6379 016150 branch le_send_notify_from_list 
+:      016154 queue_push_one_byte:
+0x637a 016155 store 1 ,mem_pdatatemp 
+0x637b 016156 arg mem_pdatatemp ,rega 
+0x637c 016157 branch queue_push 
+:      016159 queue_pop_one_byte:
+0x637d 016160 arg mem_pdatatemp ,rega 
+0x637e 016161 call queue_pop 
+0x637f 016162 nrtn user 
+0x6380 016163 fetch 1 ,mem_pdatatemp 
+0x6381 016164 rtn 
+:      016167 ble_shutter_receive_data:
+0x6382 016168 fetch 2 ,mem_le_att_handle 
+0x6383 016169 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
+0x6384 016170 rtn 
+:      016172 shutter_init_param:
+0x6385 016173 setarg 0x02 
+0x6386 016174 store 1 ,mem_shutter_power_off_timeout 
+0x6387 016176 setarg 0x00200008 
+0x6388 016177 store 4 ,mem_ble_shutter_interval_min 
+0x6389 016178 setarg 0x012c0005 
+0x638a 016179 istore 4 ,contw 
+0x638b 016182 jam 0x17 ,mem_le_local_mtu 
+0x638c 016185 setarg 0x1b 
+0x638d 016186 store 2 ,mem_le_pairing_handle 
+0x638e 016187 call le_set_config_fixed_ltk 
+0x638f 016188 call le_set_fixed_ltk 
+0x6390 016189 call le_set_justwork 
+0x6391 016190 branch le_set_config_read_authentication 
+:      016193 shutter_load_buffer_config_form_datarom:
+0x6392 016195 arg ble_key_value_list_size ,loopcnt 
+0x6393 016196 arg mem_ble_data_buffer1 ,contw 
+0x6394 016197 arg ble_shutter_key_value_list_addr ,contr 
+0x6395 016198 branch memcpy_fast 
+:      016200 shutter_load_ble_gatt_form_datarom:
+0x6396 016201 arg ble_gatt_list_size ,loopcnt 
+0x6397 016202 arg ble_shutter_gatt_list_addr ,contr 
+0x6398 016203 branch memcpy_fast 
+:      016207 shutter_soft_swtich_power_on:
+0x6399 016208 branch shutter_start_reconnect 
+:      016211 shutter_soft_swtich_power_off:
+0x639a 016212 arg 0 ,rega 
+0x639b 016213 arg mem_shutter_power_off_led_style ,regc 
+0x639c 016214 call ui_led_set_style_global 
+0x639d 016215 call shutter_disconnect_current_connection 
+:      016216 shutter_wait_power_off:
+0x639e 016217 fetch 1 ,mem_shutter_power_off_timeout 
+0x639f 016218 store 1 ,mem_shutter_power_off_timer 
+0x63a0 016219 rtn 
+:      016223 ui_soft_swtich_init:
+0x63a1 016224 setarg ss_state_power_up 
+0x63a2 016225 call ui_soft_swtich_init_power_on_time 
+0x63a3 016226 jam ui_button_state_up ,mem_ui_button_last_state 
+0x63a4 016227 call ui_button_init 
+0x63a5 016228 call ui_button_polling 
+:      016229 ui_soft_switch_first_power_on:
+0x63a6 016230 fetch 1 ,mem_shutter_soft_switch_first_power_on 
+0x63a7 016231 branch ui_soft_swtich_init_next ,blank 
+0x63a8 016232 fetch 1 ,mem_wakup_from_power_flag 
+0x63a9 016233 bbit0 2 ,ui_soft_switch_power_on 
+:      016234 ui_soft_swtich_init_next:
+0x63aa 016235 fetch 2 ,mem_ui_state_map 
+0x63ab 016236 rtnbit1 ui_state_btn_down 
+0x63ac 016237 branch app_enter_hibernate 
+:      016239 ui_soft_swtich_init_power_on_time:
+0x63ad 016240 fetcht 2 ,mem_power_param_ptr 
+0x63ae 016241 istore 1 ,temp 
+0x63af 016242 ifetch 1 ,contw 
+0x63b0 016243 store 1 ,mem_ui_button_timeout 
+0x63b1 016244 rtn 
+:      016247 ui_soft_switch_botton_up:
+0x63b2 016248 fetch 2 ,mem_power_param_ptr 
+0x63b3 016249 ifetch 1 ,pdata 
+0x63b4 016250 rtnne ss_state_power_up 
+0x63b5 016251 branch app_enter_hibernate 
+:      016254 ui_soft_switch_botton_long_press:
+0x63b6 016255 fetcht 2 ,mem_power_param_ptr 
+0x63b7 016256 ifetch 1 ,temp 
+0x63b8 016257 beq ss_state_power_on ,ui_soft_switch_power_off 
+:      016258 ui_soft_switch_power_on:
+0x63b9 016259 setarg ss_state_power_on 
+0x63ba 016260 fetcht 2 ,mem_power_param_ptr 
+0x63bb 016261 istore 1 ,temp 
+0x63bc 016262 add temp ,ss_power_off_time ,contr 
+0x63bd 016263 ifetch 1 ,contr 
+0x63be 016264 istore 1 ,mem_ui_button_timeout 
+0x63bf 016265 ifetch 2 ,contr 
+0x63c0 016266 branch callback_func 
+:      016268 ui_soft_switch_power_off:
+0x63c1 016269 setarg ss_state_power_off 
+0x63c2 016270 call ui_soft_swtich_init_power_on_time 
+0x63c3 016271 add temp ,ss_power_off_cb ,contr 
+0x63c4 016272 ifetch 2 ,contr 
+0x63c5 016273 branch app_enter_hibernate ,blank 
+0x63c6 016274 branch callback_func 
+:      016279 shutter_ble_adv_interval_set:
+0x63c7 016280 store 2 ,mem_lpm_interval 
+0x63c8 016281 increase -4 ,pdata 
+0x63c9 016282 store 2 ,mem_le_adv_interval 
+0x63ca 016283 rtn 
+:      016285 le_send_notify_from_list:
+0x63cb 016286 ifetch 1 ,contr 
+0x63cc 016287 copy pdata ,rega 
+0x63cd 016288 ifetcht 2 ,contr 
+0x63ce 016289 call store_contr 
+0x63cf 016290 call le_att_malloc_tx_notify 
+0x63d0 016291 copy rega ,loopcnt 
+0x63d1 016292 call get_contr 
+0x63d2 016293 branch memcpy 
+:      016296 shutter_default_init:
+0x63d3 016297 fetch 2 ,mem_shutter_key_conf0_temp 
+0x63d4 016298 store 2 ,mem_shutter_key_conf0 
+0x63d5 016299 fetch 1 ,mem_shutter_led_struct_app_led_gpio_temp 
+0x63d6 016300 store 1 ,mem_shutter_led_struct_app_led_gpio 
+0x63d7 016301 store 1 ,mem_shutter_power_off_led_style_gpio 
+0x63d8 016302 fetch 1 ,mem_shutter_hard_soft_switch_case_temp 
+0x63d9 016303 store 1 ,mem_shutter_hard_soft_switch_case 
+0x63da 016304 fetch 1 ,mem_shutter_soft_switch_button_gpio_temp 
+0x63db 016305 store 1 ,mem_shutter_soft_switch_button_gpio 
+0x63dc 016306 jam 0x01 ,mem_shutter_bluetooth_type 
+0x63dd 016307 setarg 0x0030 
+0x63de 016308 store 2 ,mem_classic_shutter_random_mac_offset_addr 
+0x63df 016309 setarg 0x0000 
+0x63e0 016310 store 2 ,mem_shutter_config_eeprom_offset_addr 
+0x63e1 016311 setarg 0x0002 
+0x63e2 016312 store 2 ,mem_key0_press 
+0x63e3 016313 store 2 ,mem_key1_press 
+0x63e4 016314 setarg 0x0006 
+0x63e5 016315 store 2 ,mem_key0_release 
+0x63e6 016316 store 2 ,mem_key1_release 
+0x63e7 016317 setarg 0x0007 
+0x63e8 016318 store 2 ,mem_key2_press 
+0x63e9 016319 setarg 0x0008 
+0x63ea 016320 store 2 ,mem_key2_release 
+0x63eb 016321 setarg mem_shutter_soft_switch_power_state 
+0x63ec 016322 store 2 ,mem_power_param_ptr 
+0x63ed 016323 setarg 0x201400 
+0x63ee 016324 store 3 ,mem_shutter_soft_switch_power_state 
+0x63ef 016325 jam 0x01 ,mem_lpm_mode 
+0x63f0 016326 setarg 0x0100 
+0x63f1 016327 store 2 ,mem_lpm_interval 
+0x63f2 016328 jam 0x08 ,mem_lpm_overhead 
+0x63f3 016329 jam 0x05 ,mem_lpm_mult 
+0x63f4 016330 jam 0x02 ,mem_lpm_mult_timeout 
+0x63f5 016331 setarg 0x0096 
+0x63f6 016332 store 2 ,mem_ble_shutter_reconn_blink_on_time 
+0x63f7 016333 istore 2 ,contw 
+0x63f8 016334 setarg 0x0296 
+0x63f9 016335 store 2 ,mem_ble_shutter_discovery_blink_on_time 
+0x63fa 016336 istore 2 ,contw 
+0x63fb 016337 setsect 0 ,0x10 
+0x63fc 016338 setsect 1 ,0x8008 
+0x63fd 016339 setsect 2 ,0x2c000 
+0x63fe 016340 setsect 3 ,0x04 
+0x63ff 016341 store 8 ,mem_ble_shutter_interval_min_new 
+0x6400 016342 jam 0x01 ,mem_ui_led_struct_num 
+0x6401 016343 setarg mem_shutter_led_struct_app_led 
+0x6402 016344 store 2 ,mem_ui_led_struct_ptr 
+0x6403 016345 setarg 0x0000 
+0x6404 016346 store 2 ,mem_shutter_led_struct_app_led 
+0x6405 016347 setsect 0 ,0x1a0 
+0x6406 016348 setsect 1 ,0x68 
+0x6407 016349 setsect 2 ,0x00 
+0x6408 016350 setsect 3 ,0x00 
+0x6409 016351 store 8 ,mem_shutter_led_struct_app_led_on_time 
+0x640a 016352 setarg 0x0301 
+0x640b 016353 store 2 ,mem_shutter_power_off_led_style 
+0x640c 016354 setsect 0 ,0x1a0 
+0x640d 016355 setsect 1 ,0xe8 
+0x640e 016356 setsect 2 ,0x00 
+0x640f 016357 setsect 3 ,0x00 
+0x6410 016358 store 8 ,mem_shutter_power_off_led_style_on_time 
+0x6411 016359 setarg 0x000e 
+0x6412 016360 store 2 ,mem_ble_shutter_reconn_adv_interval 
+0x6413 016361 setarg 0x0140 
+0x6414 016362 store 2 ,mem_ble_shutter_discovery_adv_interval 
+0x6415 016363 store 2 ,mem_le_adv_interval 
+0x6416 016364 setarg 0x0050 
+0x6417 016365 store 2 ,mem_ble_shutter_reconn_timeout 
+0x6418 016366 jam 0x07 ,mem_le_adv_channel_map 
+0x6419 016367 jam 0x00 ,mem_le_adv_enable 
+0x641a 016368 setsect 0 ,0xfb 
+0x641b 016369 setsect 1 ,0x2c212 
+0x641c 016370 setsect 2 ,0x800f 
+0x641d 016371 setsect 3 ,0x21 
+0x641e 016372 store 8 ,mem_local_rx_max_octets 
+0x641f 016373 setsect 0 ,0x0bb8 
+0x6420 016374 setsect 1 ,0x02ee 
+0x6421 016375 store 4 ,mem_ble_shutter_discovery_timeout 
+0x6422 016376 setarg mem_queue_each_size 
+0x6423 016377 store 2 ,mem_queue_ptr 
+0x6424 016378 setarg 0x2001 
+0x6425 016379 store 2 ,mem_queue_each_size 
+0x6426 016380 jam 0x1f ,mem_le_adv_data_len 
+0x6427 016381 setsect 0 ,0x10102 
+0x6428 016382 setsect 1 ,0x80c1 
+0x6429 016383 setsect 2 ,0x18120 
+0x642a 016384 setsect 3 ,0x640c 
+0x642b 016385 store 9 ,mem_le_adv_data 
+0x642c 016386 setsect 0 ,0x3c1 
+0x642d 016387 istore 2 ,contw 
+0x642e 016388 jam 0x1f ,mem_le_scan_data_len 
+0x642f 016389 setsect 0 ,0x2090d 
+0x6430 016390 setsect 1 ,0x34c15 
+0x6431 016391 setsect 2 ,0x28532 
+0x6432 016392 setsect 3 ,0x1d1d5 
+0x6433 016393 store 9 ,mem_le_scan_data 
+0x6434 016394 setsect 0 ,0x26574 
+0x6435 016395 setsect 1 ,0x1c 
+0x6436 016396 istore 3 ,contw 
+0x6437 016397 setarg mem_shutter_keyscan 
+0x6438 016398 store 2 ,mem_keyscan_ptr 
+0x6439 016399 jam 0x02 ,mem_shutter_key_num 
+0x643a 016400 setarg mem_shutter_nv_data 
+0x643b 016401 store 2 ,mem_nv_data_ptr 
+0x643c 016402 jam 0x05 ,mem_nv_data_number 
+0x643d 016403 setarg ble_shutter_gatt_list_addr 
+0x643e 016404 store 2 ,mem_ui_le_uuid_table 
+0x643f 016405 rtn 
+:      016418 rf_debug_rx_gpio_low:
+0x6440 016419 fetch 1 ,mem_rf_debug_rx_gpio 
+:      016420 rf_debug_gpio_low:
+0x6441 016421 arg gpcfg_output_low ,temp 
+0x6442 016422 branch gpio_config_function 
+:      016424 rf_debug_rx_on_line:
+:      016425 rf_debug_rx_gpio_high:
+0x6443 016426 fetch 1 ,mem_rf_debug_rx_gpio 
+:      016427 rf_debug_gpio_high:
+0x6444 016428 arg gpcfg_output_high ,temp 
+0x6445 016429 branch gpio_config_function 
+:      016431 rf_debug_rx_gpio_h_l_h:
+0x6446 016432 call rf_debug_rx_gpio_high 
+:      016433 rf_debug_rx_gpio_l_h:
+0x6447 016434 call rf_debug_rx_gpio_low 
+0x6448 016435 branch rf_debug_rx_gpio_high 
+:      016437 rf_debug_rx_gpio_l_h_l:
+:      016438 rf_debug_shutdown_radio_line:
+0x6449 016439 call rf_debug_rx_gpio_l_h 
+:      016440 rf_debug_rx_crc_line:
+0x644a 016441 branch rf_debug_rx_gpio_low 
+:      016443 rf_debug_rx_sync_line:
+0x644b 016444 branch rf_debug_rx_gpio_l_h 
+:      016446 rf_debug_rx_crc_fail_line:
+0x644c 016447 call rf_debug_rx_gpio_l_h 
+0x644d 016448 branch rf_debug_rx_gpio_l_h_l 
+:      016450 rf_debug_rx_match_line:
+:      016451 rf_debug_rx_crc_error_line:
+:      016452 rf_debug_rx_sync_timeout_line:
+0x644e 016453 branch rf_debug_rx_gpio_low 
+:      016456 rf_debug_tx_off_line:
+:      016457 rf_debug_tx_gpio_low:
+0x644f 016458 fetch 1 ,mem_rf_debug_tx_gpio 
+0x6450 016459 branch rf_debug_gpio_low 
+:      016461 rf_debug_tx_on_line:
+:      016462 rf_debug_tx_gpio_high:
+0x6451 016463 fetch 1 ,mem_rf_debug_tx_gpio 
+0x6452 016464 branch rf_debug_gpio_high 
+:      016466 rf_debug_tx_gpio_l_h_l:
+0x6453 016467 call rf_debug_tx_gpio_low 
+0x6454 016468 call rf_debug_tx_gpio_high 
+0x6455 016469 branch rf_debug_tx_gpio_low 
+:      016475 fcc_auth_config:
+0x6456 016476 call pp_pn9 
+0x6457 016477 branch fcc_auth_procedures 
+:      016481 fcc_auth_procedures:
+0x6458 016482 bpatch patch0c_5 ,mem_patch0c 
+0x6459 016484 jam fcc_data_rate_1mbps ,mem_fcc_mod 
+0x645a 016485 jam fcc_bt_mode ,mem_fcc_btble 
+0x645b 016486 jam fcc_len_dh1 ,mem_fcc_data_length 
+0x645c 016487 jam fcc_fixed_freq ,mem_fcc_hop 
+0x645d 016489 fetch 2 ,mem_fcc_config_cb 
+0x645e 016490 call callback_func 
+0x645f 016492 fetch fcc_para_len ,mem_fcc_param 
+0x6460 016493 store fcc_para_len ,mem_fcc_param_new 
+0x6461 016494 fetch 1 ,mem_fcc_tx_power 
+0x6462 016495 store 1 ,mem_tx_power 
+0x6463 016497 fetch 1 ,mem_fcc_txrx 
+0x6464 016498 beq fcc_tx ,fcc_auth_tx_start 
+0x6465 016499 beq fcc_rx ,fcc_auth_rx_start 
+:      016500 fcc_auth_tx_start:
+0x6466 016501 fetcht 1 ,mem_fcc_ch 
+0x6467 016502 fetch 1 ,mem_fcc_btble 
+0x6468 016503 beq fcc_ble_mode ,fcc_auth_ble_tx_on 
+0x6469 016504 beq fcc_bt_mode ,fcc_auth_bt_tx_on 
+:      016505 fcc_auth_ble_tx_on:
+0x646a 016506 bpatch patch0c_6 ,mem_patch0c 
+0x646b 016507 call fcc_set_sync_on 
+0x646c 016508 call set_freq_tx 
+0x646d 016510 call fcc_le_enable 
+0x646e 016511 set1 txgfsk ,radio_ctrl 
+0x646f 016512 enable encode_fec0 
+0x6470 016513 enable is_tx 
+0x6471 016514 disable is_rx 
+0x6472 016515 call le_wait_tx 
+0x6473 016516 fetch 1 ,mem_fcc_data 
+0x6474 016517 store 1 ,core_tx_test_mode 
+0x6475 016518 branch fcc_auth_tx_data 
+:      016519 fcc_auth_tx_data:
+0x6476 016520 bpatch patch0c_7 ,mem_patch0c 
+0x6477 016521 fetch 1 ,mem_fcc_mod 
+0x6478 016522 beq fcc_data_rate_1mbps ,calculate_gfsk_modulation_length 
+:      016523 calculate_gfsk_modulation_length:
+0x6479 016524 fetch 1 ,mem_fcc_data_length 
+0x647a 016525 beq fcc_len_dh1 ,calculate_gfsk_modulation_length_dh1 
+0x647b 016526 beq fcc_len_dh3 ,calculate_gfsk_modulation_length_dh3 
+0x647c 016527 beq fcc_len_dh5 ,calculate_gfsk_modulation_length_dh5 
+:      016528 calculate_gfsk_modulation_length_dh1:
+0x647d 016529 arg 53 ,loopcnt 
+0x647e 016530 arg mem_pn9 ,contr 
+0x647f 016531 branch pnloop_stable 
+:      016532 calculate_gfsk_modulation_length_dh3:
+0x6480 016533 arg 203 ,loopcnt 
+0x6481 016534 arg mem_pn9 ,contr 
+0x6482 016535 branch pnloop_stable 
+:      016536 calculate_gfsk_modulation_length_dh5:
+0x6483 016537 arg 354 ,loopcnt 
+0x6484 016538 arg mem_pn9 ,contr 
+0x6485 016539 branch pnloop_stable 
+:      016542 fcc_auth_bt_tx_on:
+0x6486 016543 bpatch patch0d_0 ,mem_patch0d 
+0x6487 016545 call fcc_set_sync_on 
+0x6488 016546 call set_freq_tx 
+0x6489 016547 disable enable_white 
+0x648a 016548 enable encode_fec0 
+0x648b 016549 enable is_tx 
+0x648c 016551 fetcht 1 ,mem_fcc_mod 
+0x648d 016552 copy temp ,radio_ctrl 
+0x648e 016553 fetch 1 ,mem_fcc_data 
+0x648f 016554 store 1 ,core_tx_test_mode 
+0x6490 016555 beq 0 ,fcc_auth_tx_data 
+:      016556 test_tx_carrier_loop:
+0x6491 016557 bpatch patch0d_1 ,mem_patch0d 
+0x6492 016558 fetch 1 ,mem_fcc_data_length 
+0x6493 016559 copy pdata ,loopcnt 
+0x6494 016560 arg mem_pn9 ,contr 
+:      016561 pnloop_carrier:
+0x6495 016562 ifetch 1 ,contr 
+0x6496 016563 inject mod ,8 
+0x6497 016564 loop pnloop_carrier 
+0x6498 016566 fetch 2 ,mem_fcc_config_cb 
+0x6499 016567 call callback_func 
+0x649a 016568 fetch fcc_para_len ,mem_fcc_param 
+0x649b 016569 fetcht fcc_para_len ,mem_fcc_param_new 
+0x649c 016570 isub temp ,null 
+0x649d 016571 branch test_tx_carrier_loop ,zero 
+0x649e 016572 branch fcc_auth_procedures 
+:      016574 pp_pn9:
+0x649f 016575 arg mem_pn9_size ,loopcnt 
+0x64a0 016576 arg mem_pn9 ,contw 
+0x64a1 016577 setarg 0x1ff 
+0x64a2 016578 force 0 ,regb 
+:      016579 pp_pn9_loop:
+0x64a3 016580 rshift3 pdata ,rega 
+0x64a4 016581 rshift rega ,rega 
+0x64a5 016582 ixor rega ,rega 
+0x64a6 016583 isolate1 0 ,rega 
+0x64a7 016584 setflag true ,9 ,pdata 
+0x64a8 016585 rshift temp ,temp 
+0x64a9 016586 isolate1 0 ,pdata 
+0x64aa 016587 setflag true ,7 ,temp 
+0x64ab 016588 rshift pdata ,pdata 
+0x64ac 016589 increase 1 ,regb 
+0x64ad 016590 compare 0 ,regb ,0x7 
+0x64ae 016591 nbranch pp_pn9_loop ,true 
+0x64af 016593 istoret 1 ,contw 
+0x64b0 016595 loop pp_pn9_loop 
+0x64b1 016596 rtn 
+:      016601 fcc_le_enable:
+0x64b2 016602 bpatch patch0d_2 ,mem_patch0d 
+0x64b3 016603 set0 mark_ble_lr ,mark 
+0x64b4 016604 jam 0x03 ,0x8901 
+0x64b5 016605 jam 0x84 ,0x8920 
+0x64b6 016606 jam 0xa7 ,0x8925 
+0x64b7 016607 jam 0x03 ,0x8930 
+0x64b8 016610 jam 0x40 ,0x8937 
+0x64b9 016611 jam 0x85 ,0x8a6d 
+0x64ba 016612 jam 0x89 ,core_rx_bq_cfg0 
+0x64bb 016613 fetch 1 ,mem_le_mode 
+0x64bc 016614 rtnbit1 mark_ble_2m 
+0x64bd 016615 jam 0x01 ,0x8901 
+0x64be 016616 jam 0x80 ,0x8920 
+0x64bf 016617 jam 0x05 ,0x8a6d 
+0x64c0 016618 jam 0x09 ,core_rx_bq_cfg0 
+0x64c1 016620 set1 mark_ble_lr ,mark 
+0x64c2 016621 jam 0x05 ,0x8901 
+0x64c3 016622 jam 0x24 ,0x8930 
+0x64c4 016623 jam 0x0a ,0x8934 
+0x64c5 016624 rtn 
+:      016626 fcc_shutdown_radio:
+0x64c6 016627 bpatch patch0d_3 ,mem_patch0d 
+0x64c7 016628 force 0x08 ,radio_ctrl 
+0x64c8 016629 force 0 ,radio_ctrl 
+0x64c9 016630 disable is_rx 
+0x64ca 016631 disable is_tx 
+0x64cb 016632 pulse packet_end 
+0x64cc 016633 jam 0x5 ,modem_en 
+0x64cd 016634 nop 2 
+0x64ce 016635 jam 0x0 ,modem_en 
+0x64cf 016636 call fcc_set_sync_on 
+0x64d0 016637 jam 0 ,core_syn_en 
+0x64d1 016638 jam 0x10 ,core_rf_ldo_en0 
+0x64d2 016639 jam 0 ,core_rf_ldo_en1 
+0x64d3 016640 rtn 
+:      016641 fcc_test_ble_bt_tx_off:
+0x64d4 016642 branch fcc_shutdown_radio 
+:      016644 pnloop_stable:
+0x64d5 016645 ifetch 1 ,contr 
+0x64d6 016646 inject mod ,8 
+0x64d7 016647 loop pnloop_stable 
+0x64d8 016648 call fcc_test_ble_bt_tx_off 
+0x64d9 016649 enable swfine 
+0x64da 016650 arg 0x350 ,stop_watch 
+:      016651 stable_stop:
+0x64db 016652 branch fcc_auth_procedures ,timeout 
+0x64dc 016654 fetch 2 ,mem_fcc_config_cb 
+0x64dd 016655 call callback_func 
+0x64de 016656 fetch fcc_para_len ,mem_fcc_param 
+0x64df 016657 fetcht fcc_para_len ,mem_fcc_param_new 
+0x64e0 016658 isub temp ,null 
+0x64e1 016659 branch stable_stop ,zero 
+0x64e2 016660 call fcc_test_ble_bt_tx_off 
+0x64e3 016661 branch fcc_auth_procedures 
+:      016663 fcc_set_sync_on:
+0x64e4 016664 bpatch patch0d_4 ,mem_patch0d 
+0x64e5 016665 jam 0x5 ,modem_en 
+0x64e6 016666 nop 2 
+0x64e7 016667 jam 0x0 ,modem_en 
+0x64e8 016668 jam 0xaa ,core_rf_ldo_cfg4 
+0x64e9 016669 jam 0xaa ,core_rf_ldo_cfg5 
+0x64ea 016670 jam 0x15 ,core_rf_ldo_cfg6 
+0x64eb 016671 jam 0xf8 ,core_rf_ldo_en0 
+0x64ec 016678 jam 4 ,core_rf_ldo_en1 
+0x64ed 016679 nop 120 
+0x64ee 016680 jam 0x7a ,core_syn_en 
+0x64ef 016681 jam 0 ,core_rx_en0 
+0x64f0 016682 jam 0 ,core_rx_en1 
+0x64f1 016683 jam 0 ,core_tx_en0 
+0x64f2 016684 jam 0 ,core_tx_en1 
+0x64f3 016685 jam 0x2a ,core_rf_ldo_cfg5 
+0x64f4 016686 jam 0x78 ,core_rf_ldo_en0 
+0x64f5 016691 jam 0 ,core_syn_cal_ctrl 
+0x64f6 016692 rtn 
+:      016695 fcc_auth_rx_start:
+0x64f7 016696 call fcc_test_ble_rx_on 
+:      016697 fcc_test_rx_loop:
+0x64f8 016698 bpatch patch0d_5 ,mem_patch0d 
+0x64f9 016701 fetch 2 ,mem_fcc_config_cb 
+0x64fa 016702 call callback_func 
+0x64fb 016703 fetch fcc_para_len ,mem_fcc_param 
+0x64fc 016704 fetcht fcc_para_len ,mem_fcc_param_new 
+0x64fd 016705 isub temp ,null 
+0x64fe 016706 branch fcc_test_rx_loop ,zero 
+0x64ff 016707 branch fcc_auth_procedures 
+:      016708 fcc_test_ble_rx_on:
+0x6500 016709 bpatch patch0d_6 ,mem_patch0d 
+0x6501 016710 call fcc_test_ble_bt_tx_off 
+0x6502 016711 call set_freq_rx 
+0x6503 016712 setarg param_pll_setup 
+0x6504 016713 call sleep 
+0x6505 016714 branch rf_rx_enable 
+:      016730 hci_init:
+0x6506 016731 clear_stack 
+0x6507 016732 call wdt_set_disable 
+0x6508 016733 call hci_init_clksel_xtal 
+0x6509 016734 call hci_init_uart_default_config 
+0x650a 016735 call hci_init_uart_config 
+0x650b 016736 call hci_init_pwm_default_config 
+0x650c 016737 call hci_init_pwm 
+0x650d 016739 jam 1 ,mem_hci_command_complete_num_hci_command_packet 
+0x650e 016740 jam hci_h4_type_event ,mem_hci_event_head_type 
+:      016742 hci_process_loop:
+0x650f 016743 call hci_process_check_uart_rx 
+0x6510 016744 branch hci_process_loop 
+:      016746 hci_init_clksel_xtal:
+0x6511 016747 jam clksel_xtal ,core_clksel 
+0x6512 016748 rtn 
+:      016750 hci_init_uart_default_config:
+0x6513 016751 call hci_init_uart_default_config_tx 
+0x6514 016752 call hci_init_uart_default_config_rx 
+0x6515 016753 call hci_init_uart_default_config_rts 
+0x6516 016754 branch hci_init_uart_default_config_cts 
+:      016756 hci_init_uart_default_config_tx:
+0x6517 016757 fetch 1 ,mem_hci_uart_tx_gpio 
+0x6518 016758 nrtn blank 
+0x6519 016759 jam hci_uart_tx_gpio_num ,mem_hci_uart_tx_gpio 
+0x651a 016760 rtn 
+:      016762 hci_init_uart_default_config_rx:
+0x651b 016763 fetch 1 ,mem_hci_uart_rx_gpio 
+0x651c 016764 nrtn blank 
+0x651d 016765 jam hci_uart_rx_gpio_num ,mem_hci_uart_rx_gpio 
+0x651e 016766 rtn 
+:      016767 hci_init_uart_default_config_rts:
+0x651f 016768 fetch 1 ,mem_hci_uart_rts_gpio 
+0x6520 016769 nrtn blank 
+0x6521 016770 jam hci_uart_rts_gpio_num ,mem_hci_uart_rts_gpio 
+0x6522 016771 rtn 
+:      016772 hci_init_uart_default_config_cts:
+0x6523 016773 fetch 1 ,mem_hci_uart_cts_gpio 
+0x6524 016774 nrtn blank 
+0x6525 016775 jam hci_uart_cts_gpio_num ,mem_hci_uart_cts_gpio 
+0x6526 016776 rtn 
+:      016779 hci_init_uart_config:
+0x6527 016780 setarg mem_h5rx_buf 
+0x6528 016781 store 2 ,mem_pdatatemp 
+0x6529 016782 setarg mem_h5rx_buf_end 
+0x652a 016783 istore 2 ,contw 
+0x652b 016784 setarg mem_h5tx_buf 
+0x652c 016785 istore 2 ,contw 
+0x652d 016786 setarg mem_h5tx_buf_end 
+0x652e 016787 istore 2 ,contw 
+0x652f 016788 fetch 8 ,mem_pdatatemp 
+0x6530 016789 call uarta_init_dma_mem 
+0x6531 016790 call uart_clock_select_main_freq_crystal 
+0x6532 016791 arg 115200 ,temp 
+0x6533 016792 call uarta_calc_baud_rate_config 
+0x6534 016793 fetch 1 ,mem_hci_uart_tx_gpio 
+0x6535 016794 arg gpcfg_uart_txd ,temp 
+0x6536 016795 call gpio_config_function_int 
+0x6537 016796 fetch 1 ,mem_hci_uart_rx_gpio 
+0x6538 016797 arg gpcfg_uart_rxd | gpcfg_pullup ,temp 
+0x6539 016798 call gpio_config_function_int 
+0x653a 016799 fetch 1 ,mem_hci_uart_rts_gpio 
+0x653b 016800 arg gpcfg_uart_rts ,temp 
+0x653c 016801 call gpio_config_function_int 
+0x653d 016802 fetch 1 ,mem_hci_uart_cts_gpio 
+0x653e 016803 arg gpcfg_uart_cts ,temp 
+0x653f 016804 call gpio_config_function_int 
+0x6540 016806 arg fun_uart_control_enable | fun_uart_control_setting_rate_baud ,temp 
+0x6541 016807 storet 1 ,core_uart_ctrl 
+0x6542 016808 branch clean_mem 
+:      016810 hci_init_pwm_default_config:
+0x6543 016811 fetch 1 ,mem_hci_pwm_12mhz_gpio 
+0x6544 016812 nrtn blank 
+0x6545 016813 jam hci_pmw_12mhz_gpio_num ,mem_hci_pwm_12mhz_gpio 
+0x6546 016814 rtn 
+:      016816 hci_init_pwm:
+0x6547 016817 fetch 1 ,mem_hci_pwm_12mhz_gpio 
+0x6548 016818 arg gpcfg_pwm_out0 ,temp 
+0x6549 016819 call gpio_config_function_int 
+0x654a 016820 arg 0x40 ,rega 
+0x654b 016821 call pwm_init 
+0x654c 016822 arg 0 ,rega 
+0x654d 016823 arg 0 ,regb 
+0x654e 016824 setarg 0 
+0x654f 016825 call pwm_duty_cycle_set 
+0x6550 016826 arg 0 ,queue 
+0x6551 016827 branch pwm_set_select 
+:      016830 hci_process_check_uart_rx:
+0x6552 016831 fetch 2 ,core_uart_rxitems 
+0x6553 016832 add pdata ,-4 ,rega 
+0x6554 016833 nrtn positive 
+0x6555 016834 call uarta_prepare_rx 
+0x6556 016835 ifetch 1 ,contru 
+0x6557 016836 beq hci_h4_type_cmd ,hci_parse_packet_cmd 
+0x6558 016838 call delay_10ms 
+0x6559 016839 branch uarta_clear_current_rx 
+:      016843 hci_parse_packet_cmd:
+0x655a 016844 ifetch 2 ,contru 
+0x655b 016845 store 2 ,mem_hci_opcode 
+0x655c 016846 arg 0x3ff ,temp 
+0x655d 016847 iand temp ,temp 
+0x655e 016848 storet 2 ,mem_hci_opcode_ocf 
+0x655f 016849 rshift2 pdata ,pdata 
+0x6560 016850 rshift8 pdata ,pdata 
+0x6561 016851 store 1 ,mem_hci_opcode_ogf 
+0x6562 016852 ifetch 1 ,contru 
+0x6563 016853 pincrease -1 
+0x6564 016854 isub rega ,null 
+0x6565 016855 rtn positive 
+0x6566 016856 call hci_parse_complete_packet 
+0x6567 016857 branch hci_drop_current_packet 
+:      016859 hci_parse_complete_packet:
+0x6568 016860 fetch 1 ,mem_hci_opcode_ogf 
+0x6569 016868 beq hci_ogf_vendor_specific_debug ,hci_parse_packet_cmd_ogf_vendorspecific_debug 
+0x656a 016869 branch hci_send_event_command_complete_error_command_nuknown 
+:      016879 hci_parse_packet_cmd_ogf_vendorspecific_debug:
+0x656b 016880 bpatch patch0d_7 ,mem_patch0d 
+0x656c 016881 fetch 1 ,mem_hci_opcode_ocf 
+0x656d 016882 beq hci_vendor_cmd_reset ,hci_normal_reply 
+0x656e 016883 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
+0x656f 016884 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
+0x6570 016885 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
+0x6571 016886 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
+0x6572 016887 beq hci_vendor_cmd_echo ,hci_normal_reply 
+0x6573 016888 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
+0x6574 016889 beq hci_vendor_cmd_set_flow_control ,phci_grp_vendor_flow_control 
+0x6575 016890 branch hci_normal_reply 
+:      016893 phci_grp_vendor_chipid:
+0x6576 016894 jam command_succeeded ,mem_hci_command_complete_return_parameter 
+0x6577 016895 fetch 2 ,core_chipid 
+0x6578 016896 store 2 ,mem_hci_command_complete_return_parameter_chip_id 
+0x6579 016897 arg 3 ,loopcnt 
+0x657a 016898 branch hci_send_event_command_complete 
+:      016900 phci_grp_vendor_baud:
+0x657b 016901 ifetch 2 ,contu 
+0x657c 016902 store 2 ,core_uart_baud 
+0x657d 016903 rtn 
+:      016906 phci_grp_vendor_patch_common:
+0x657e 016907 ifetch 1 ,contu 
+0x657f 016908 copy pdata ,temp 
+0x6580 016909 store 1 ,core_ucode_low 
+0x6581 016910 ifetch 1 ,contu 
+0x6582 016911 iadd temp ,temp 
+0x6583 016912 set1 7 ,pdata 
+0x6584 016913 store 1 ,core_ucode_ctrl 
+0x6585 016914 ifetch 1 ,contu 
+0x6586 016915 iadd temp ,temp 
+0x6587 016916 copy pdata ,loopcnt 
+0x6588 016917 rtn 
+:      016919 phci_grp_vendor_patch:
+0x6589 016920 call phci_grp_vendor_patch_common 
+:      016921 phci_grp_vendor_patch_loop:
+0x658a 016922 ifetch 1 ,contu 
+0x658b 016923 store 1 ,core_ucode_data 
+0x658c 016924 iadd temp ,temp 
+0x658d 016925 loop phci_grp_vendor_patch_loop 
+:      016926 phci_grp_vendor_patch_check_sum:
+0x658e 016927 and temp ,0xff ,temp 
+0x658f 016928 ifetch 1 ,contu 
+0x6590 016929 isub temp ,null 
+0x6591 016930 nbranch phci_grp_vendor_patch_bad ,zero 
+0x6592 016931 branch hci_normal_reply 
+:      016933 phci_grp_vendor_done:
+0x6593 016934 arg 0x20 ,loopcnt 
+0x6594 016935 arg mem_patch00 ,contw 
+0x6595 016936 arg 0 ,temp 
+:      016937 phci_grp_vendor_done_loop:
+0x6596 016938 ifetch 1 ,contu 
+0x6597 016939 istore 1 ,contw 
+0x6598 016940 iadd temp ,temp 
+0x6599 016941 loop phci_grp_vendor_done_loop 
+0x659a 016942 and temp ,0xff ,temp 
+0x659b 016943 ifetch 1 ,contu 
+0x659c 016944 isub temp ,null 
+0x659d 016945 nbranch phci_grp_vendor_patch_bad ,zero 
+0x659e 016946 jam 0 ,core_ucode_ctrl 
+0x659f 016947 call hci_normal_reply 
+0x65a0 016948 call wait_uarttx 
+0x65a1 016949 branch soft_reset 
+:      016951 phci_grp_vendor_patch_bad:
+0x65a2 016952 jam 0 ,core_ucode_ctrl 
+0x65a3 016953 branch hci_send_event_command_complete_error_command_nuknown 
+:      016956 phci_grp_vendor_mem:
+0x65a4 016957 ifetch 1 ,contu 
+0x65a5 016958 copy pdata ,loopcnt 
+0x65a6 016959 ifetch 2 ,contu 
+0x65a7 016960 copy pdata ,contw 
+0x65a8 016961 call uart_copy_rx_bytes 
+0x65a9 016962 branch hci_normal_reply 
+:      016964 phci_grp_vendor_flow_control:
+0x65aa 016965 fetch 1 ,core_uart_ctrl 
+0x65ab 016966 set1 bit_uart_control_flow_control ,pdata 
+0x65ac 016967 store 1 ,core_uart_ctrl 
+0x65ad 016968 branch hci_normal_reply 
+:      016971 hci_normal_reply:
+0x65ae 016972 branch hci_send_event_command_complete_without_payload 
+:      016974 hci_send_event_command_complete_error_command_nuknown:
+0x65af 016975 jam command_unknown ,mem_hci_command_complete_return_parameter 
+0x65b0 016976 branch hci_send_event_command_complete_without_payload + 1 
+:      016977 hci_send_event_command_complete_error_command_disallowed:
+0x65b1 016978 jam command_disallowed ,mem_hci_command_complete_return_parameter 
+0x65b2 016979 branch hci_send_event_command_complete_without_payload + 1 
+:      016980 hci_send_event_command_complete_without_payload:
+0x65b3 016981 jam command_succeeded ,mem_hci_command_complete_return_parameter 
+0x65b4 016982 arg 1 ,loopcnt 
+0x65b5 016983 branch hci_send_event_command_complete 
+:      016985 hci_send_event_command_complete:
+0x65b6 016986 jam hci_event_command_complete ,mem_hci_event_head_event_code 
+0x65b7 016987 add loopcnt ,3 ,pdata 
+0x65b8 016988 store 1 ,mem_hci_event_para_total_length 
+0x65b9 016989 call hci_prepare_send_event 
+0x65ba 016990 fetch 3 ,mem_hci_command_complete_num_hci_command_packet 
+0x65bb 016991 istore 3 ,contwu 
+0x65bc 016993 arg mem_hci_command_complete_return_parameter ,contr 
+0x65bd 016994 call uart_copy_tx_bytes 
+0x65be 016995 branch uarta_send_register_pop 
+:      016999 hci_prepare_send_event:
+0x65bf 017000 call uarta_prepare_tx_register_push 
+0x65c0 017001 fetch 3 ,mem_hci_event_head_type 
+0x65c1 017002 istore 3 ,contwu 
+0x65c2 017003 rtn 
+:      017005 hci_drop_current_packet:
+0x65c3 017006 call uarta_prepare_rx 
+0x65c4 017007 increase 3 ,contru 
+0x65c5 017008 ifetch 1 ,contru 
+0x65c6 017009 iadd contru ,contru 
+0x65c7 017010 branch uarta_rxdone 
+:      017012 cmd_exit:
+0x65c8 017013 jam 0 ,mem_hci_cmd 
+0x65c9 017014 rtn 
+:      017022 kscan_init:
+0x65ca 017023 fetch 2 ,mem_kscan_ptr 
+0x65cb 017024 copy pdata ,regc 
+0x65cc 017025 call kscan_row_num_select 
+0x65cd 017026 branch kscan_col_num_select 
+:      017028 kscan_col_init:
+0x65ce 017029 setarg 0 
+0x65cf 017030 add regc ,keyscan_offect_shift_count ,rega 
+0x65d0 017031 istore 1 ,rega 
+0x65d1 017032 add regc ,keyscan_offect_col_num ,rega 
+0x65d2 017033 ifetch 1 ,rega 
+0x65d3 017034 branch kscan_value_init ,blank 
+0x65d4 017035 copy pdata ,loopcnt 
+0x65d5 017036 add regc ,keyscan_offect_col_conf_pin ,regb 
+:      017037 kscan_col_loop:
+0x65d6 017038 ifetcht 1 ,regb 
+0x65d7 017039 call gpio_config_output 
+0x65d8 017040 ifetcht 1 ,regb 
+0x65d9 017041 call gpio_out_active 
+0x65da 017042 call kscan_value_init 
+0x65db 017043 ifetcht 1 ,regb 
+0x65dc 017044 call gpio_config_input 
+0x65dd 017045 increase 1 ,regb 
+0x65de 017046 loop kscan_col_loop 
+0x65df 017047 rtn 
+:      017048 kscan_row_num_select:
+0x65e0 017049 add regc ,keyscan_offect_row_num ,contw 
+0x65e1 017050 ifetch 1 ,contw 
+0x65e2 017051 rtn blank 
+0x65e3 017052 copy pdata ,loopcnt 
+0x65e4 017053 add regc ,keyscan_offect_row_conf_pin ,rega 
+0x65e5 017054 branch kscan_ioselect_input 
+:      017055 kscan_col_num_select:
+0x65e6 017056 add regc ,keyscan_offect_col_num ,contw 
+0x65e7 017057 ifetch 1 ,contw 
+0x65e8 017058 rtn blank 
+0x65e9 017059 copy pdata ,loopcnt 
+0x65ea 017060 add regc ,keyscan_offect_col_conf_pin ,rega 
+0x65eb 017061 branch kscan_ioselect_input 
+:      017062 kscan_ioselect_input:
+0x65ec 017063 ifetcht 1 ,rega 
+0x65ed 017064 call gpio_config_input 
+0x65ee 017065 increase 1 ,rega 
+0x65ef 017066 loop kscan_ioselect_input 
+0x65f0 017067 rtn 
+:      017068 kscan_value_init:
+0x65f1 017069 setarg 0 
+0x65f2 017070 add regc ,keyscan_offect_row_count ,rega 
+0x65f3 017071 istore 1 ,rega 
+0x65f4 017072 add regc ,keyscan_offect_row_conf_pin ,rega 
+:      017073 kscan_save_vaule:
+0x65f5 017074 ifetcht 1 ,rega 
+0x65f6 017075 call gpio_get_bit 
+0x65f7 017076 add regc ,keyscan_offect_value_temp ,temp 
+0x65f8 017077 ifetch 2 ,temp 
+0x65f9 017078 add regc ,keyscan_offect_shift_count ,contr 
+0x65fa 017079 ifetcht 1 ,contr 
+0x65fb 017080 copy temp ,queue 
+0x65fc 017081 qsetflag true ,pdata 
+0x65fd 017083 add regc ,keyscan_offect_value_temp ,temp 
+0x65fe 017084 istore 2 ,temp 
+0x65ff 017085 increase 1 ,rega 
+0x6600 017087 add regc ,keyscan_offect_shift_count ,contw 
+0x6601 017088 ifetch 1 ,contw 
+0x6602 017089 increase 1 ,pdata 
+0x6603 017090 istore 1 ,contw 
+0x6604 017092 add regc ,keyscan_offect_row_count ,contw 
+0x6605 017093 ifetcht 1 ,contw 
+0x6606 017094 increase 1 ,temp 
+0x6607 017095 istoret 1 ,contw 
+0x6608 017096 add regc ,keyscan_offect_row_num ,contw 
+0x6609 017097 ifetch 1 ,contw 
+0x660a 017098 ixor temp ,null 
+0x660b 017099 nbranch kscan_save_vaule ,zero 
+0x660c 017100 rtn 
+:      017103 kscan_lpm_berfore:
+0x660d 017104 fetch 2 ,mem_kscan_ptr 
+0x660e 017105 copy pdata ,regc 
+0x660f 017106 add regc ,keyscan_offect_row_num ,contw 
+0x6610 017107 ifetch 1 ,contw 
+0x6611 017108 copy pdata ,loopcnt 
+0x6612 017109 add regc ,keyscan_offect_col_conf_pin ,rega 
+:      017110 kscan_select_wake:
+0x6613 017111 ifetcht 1 ,rega 
+0x6614 017112 call gpio_set_wake 
+0x6615 017113 increase 1 ,rega 
+0x6616 017114 loop kscan_select_wake 
+0x6617 017115 rtn 
+:      017117 kscan_clkn_bt_timer_check:
+0x6618 017118 ifetcht 4 ,rega 
+0x6619 017119 copy clkn_bt ,pdata 
+0x661a 017120 isub temp ,null 
+0x661b 017121 rtn positive 
+0x661c 017122 setarg 0 
+0x661d 017123 istore 4 ,rega 
+0x661e 017124 rtn 
+:      017126 kscan_process:
+0x661f 017127 fetch 2 ,mem_kscan_ptr 
+0x6620 017128 copy pdata ,regc 
+0x6621 017129 add regc ,keyscan_offect_btclk ,rega 
+0x6622 017130 call kscan_clkn_bt_timer_check 
+0x6623 017131 ifetch 4 ,rega 
+0x6624 017132 add regc ,keyscan_offect_btclk_interval ,regb 
+0x6625 017133 ifetcht 1 ,regb 
+0x6626 017134 iadd temp ,temp 
+0x6627 017135 copy clkn_bt ,pdata 
+0x6628 017136 isub temp ,null 
+0x6629 017137 nrtn positive 
+0x662a 017138 istore 4 ,rega 
+0x662b 017139 call kscan_col_init 
+0x662c 017140 add regc ,keyscan_offect_value_temp ,rega 
+0x662d 017141 ifetch 2 ,rega 
+0x662e 017142 add regc ,keyscan_offect_lasvalue ,rega 
+0x662f 017143 ifetcht 2 ,rega 
+0x6630 017144 istore 2 ,rega 
+0x6631 017145 iand temp ,pdata 
+0x6632 017146 add regc ,keyscan_offect_value ,rega 
+0x6633 017147 istore 2 ,rega 
+0x6634 017148 rtn 
+:      017162 l2cap_init:
+0x6635 017163 branch l2cap_init_wake ,wake 
+0x6636 017164 setarg mem_l2cap_xmem_end 
+0x6637 017165 arg mem_l2cap_xmem_start ,contw 
+0x6638 017166 isub contw ,loopcnt 
+0x6639 017167 call clear_mem 
+:      017168 l2cap_init_wake:
+0x663a 017170 rtn 
+:      017174 l2cap_check_map:
+0x663b 017177 bpatch patch0e_0 ,mem_patch0e 
+0x663c 017178 call l2cap_malloc_get_full_map 
+0x663d 017179 fetch 1 ,mem_used_map 
+0x663e 017180 beq 0 ,set_pdata_0 
+0x663f 017181 beq 1 ,set_pdata_0 
+0x6640 017182 beq 2 ,set_pdata_0 
+0x6641 017183 beq 3 ,set_pdata_0 
+0x6642 017184 beq 0x81 ,set_pdata_0 
+0x6643 017185 beq 0xc0 ,set_pdata_0 
+0x6644 017186 beq 0x80 ,set_pdata_0 
+0x6645 017187 beq 0x40 ,set_pdata_0 
+0x6646 017188 rtn 
+:      017191 check_l2cap_map:
+0x6647 017192 arg 0 ,queue 
+0x6648 017193 arg 0 ,regb 
+:      017195 check_l2cap_map_loop:
+0x6649 017196 sub queue ,7 ,null 
+0x664a 017197 nrtn positive 
+0x664b 017198 qisolate1 rega 
+0x664c 017199 branch check_l2cap_map_used ,true 
+0x664d 017200 branch check_l2cap_map_used2 
+:      017202 check_l2cap_map_used:
+0x664e 017203 copy temp ,pdata 
+0x664f 017204 branch check_l2cap_map_used2 ,blank 
+0x6650 017205 qset1 regb 
+0x6651 017206 increase -1 ,temp 
+:      017208 check_l2cap_map_used2:
+0x6652 017209 increase 1 ,queue 
+0x6653 017210 branch check_l2cap_map_loop 
+:      017223 ble_l2cap_malloc:
+0x6654 017224 fetchr regd ,2 ,mem_ble_l2cap_tx_buff0_ptr 
+0x6655 017225 fetchr rege ,2 ,mem_ble_l2cap_tx_buff_size_ptr 
+0x6656 017226 call disable_user 
+0x6657 017227 branch host_l2cap_malloc 
+:      017229 host_l2cap_malloc:
+0x6658 017230 bpatch patch0e_1 ,mem_patch0e 
+0x6659 017231 call l2cap_malloc_is_fifo_full 
+0x665a 017232 nbranch assert ,blank 
+0x665b 017233 call l2cap_malloc_get_full_map 
+0x665c 017234 arg 8 ,loopcnt 
+:      017235 host_l2cap_malloc_loop:
+0x665d 017236 fetcht 1 ,mem_used_map 
+0x665e 017237 sub loopcnt ,8 ,queue 
+0x665f 017238 qisolate1 temp 
+0x6660 017239 branch host_l2cap_malloc_next_buffer ,true 
+0x6661 017240 call host_l2cap_malloc_check_buffer_enough 
+0x6662 017241 nbranch host_l2cap_malloc_next_buffer ,positive 
+0x6663 017242 call host_l2cap_malloc_into_fifo 
+0x6664 017243 branch host_l2cap_malloc_succ 
+:      017244 host_l2cap_malloc_next_buffer:
+0x6665 017245 copy rege ,pdata 
+0x6666 017246 iadd regd ,regd 
+0x6667 017247 loop host_l2cap_malloc_loop 
+0x6668 017248 branch assert 
+:      017249 host_l2cap_malloc_succ:
+0x6669 017250 copy regd ,pdata 
+0x666a 017251 copy regd ,contw 
+0x666b 017252 rtn 
+:      017261 host_l2cap_malloc_check_buffer_enough:
+0x666c 017262 bpatch patch0e_2 ,mem_patch0e 
+0x666d 017263 sub loopcnt ,8 ,queue 
+0x666e 017264 arg 0 ,temp 
+0x666f 017265 arg 0 ,timeup 
+:      017266 host_l2cap_malloc_check_buffer_enough_loop:
+0x6670 017267 copy queue ,pdata 
+0x6671 017268 beq 8 ,host_l2cap_malloc_check_buffer_enough_end 
+0x6672 017269 fetch 1 ,mem_used_map 
+0x6673 017270 qisolate1 pdata 
+0x6674 017271 branch host_l2cap_malloc_check_buffer_enough_end ,true 
+0x6675 017272 qset1 timeup 
+0x6676 017273 copy rege ,pdata 
+0x6677 017274 iadd temp ,temp 
+0x6678 017275 increase 1 ,queue 
+0x6679 017276 copy rega ,pdata 
+0x667a 017277 isub temp ,null 
+0x667b 017278 branch host_l2cap_malloc_check_buffer_enough_end ,zero 
+0x667c 017279 branch host_l2cap_malloc_check_buffer_enough_loop ,positive 
+:      017280 host_l2cap_malloc_check_buffer_enough_end:
+0x667d 017281 copy temp ,pdata 
+0x667e 017282 isub rega ,null 
+0x667f 017283 nrtn zero 
+0x6680 017284 qset1 timeup 
+0x6681 017285 rtn 
+:      017294 host_l2cap_malloc_into_fifo:
+0x6682 017295 bpatch patch0e_3 ,mem_patch0e 
+0x6683 017296 call l2cap_malloc_is_fifo_full 
+0x6684 017297 nbranch assert ,blank 
+0x6685 017298 call l2cap_malloc_is_fifo_empty 
+0x6686 017299 branch host_l2cap_malloc_into_fifo_no_push ,blank 
+0x6687 017300 fetch 9 ,mem_tx_fifo1 
+0x6688 017301 store 9 ,mem_tx_fifo0 
+0x6689 017302 setarg 0 
+0x668a 017303 istore 3 ,contw 
+:      017304 host_l2cap_malloc_into_fifo_no_push:
+0x668b 017305 storer timeup ,1 ,mem_tx_fifo3_map 
+0x668c 017306 storer regd ,2 ,mem_tx_fifo3_ptr 
+0x668d 017307 rtn 
+:      017316 l2cap_malloc_fifo_out:
+0x668e 017317 bpatch patch0e_4 ,mem_patch0e 
+0x668f 017318 call l2cap_malloc_fifo_get_first_ptr 
+0x6690 017319 increase 1 ,contr 
+0x6691 017320 ifetch 2 ,contr 
+0x6692 017321 rtn 
+:      017328 l2cap_malloc_free:
+0x6693 017329 bpatch patch0e_5 ,mem_patch0e 
+0x6694 017330 call l2cap_malloc_fifo_get_first_ptr 
+0x6695 017331 copy contr ,contw 
+0x6696 017332 copy contr ,temp 
+0x6697 017333 setarg 0 
+0x6698 017334 istore 3 ,contw 
+0x6699 017335 rtn 
+:      017342 l2cap_malloc_discard:
+0x669a 017343 bpatch patch0e_6 ,mem_patch0e 
+0x669b 017344 call l2cap_malloc_is_fifo_empty 
+0x669c 017345 branch assert ,blank 
+0x669d 017346 fetch 3 ,mem_tx_fifo2 
+0x669e 017347 store 3 ,mem_tx_fifo3 
+0x669f 017348 fetch 3 ,mem_tx_fifo1 
+0x66a0 017349 store 3 ,mem_tx_fifo2 
+0x66a1 017350 fetch 3 ,mem_tx_fifo0 
+0x66a2 017351 store 3 ,mem_tx_fifo1 
+0x66a3 017352 rtn 
+:      017360 l2cap_malloc_is_fifo_full:
+0x66a4 017361 bpatch patch0e_7 ,mem_patch0e 
+0x66a5 017362 fetch 3 ,mem_tx_fifo0 
+0x66a6 017363 rtn 
+:      017371 l2cap_malloc_is_fifo_nearly_full:
+0x66a7 017372 bpatch patch0f_0 ,mem_patch0f 
+0x66a8 017373 fetch 3 ,mem_tx_fifo1 
+0x66a9 017374 rtn 
+:      017382 l2cap_malloc_is_fifo_empty:
+0x66aa 017383 bpatch patch0f_1 ,mem_patch0f 
+0x66ab 017384 fetch 3 ,mem_tx_fifo3 
+0x66ac 017385 rtn 
+:      017392 l2cap_malloc_fifo_get_first_ptr:
+0x66ad 017393 call l2cap_malloc_is_fifo_empty 
+0x66ae 017394 branch l2cap_malloc_fifo_get_first_ptr_empty ,blank 
+0x66af 017395 arg mem_tx_fifo0 ,contr 
+:      017396 l2cap_malloc_free_loop:
+0x66b0 017397 ifetch 3 ,contr 
+0x66b1 017398 branch l2cap_malloc_free_loop ,blank 
+:      017399 l2cap_malloc_fifo_get_first_ptr_empty:
+0x66b2 017400 increase -3 ,contr 
+0x66b3 017401 rtn 
+:      017409 l2cap_malloc_get_full_map:
+0x66b4 017410 bpatch patch0f_2 ,mem_patch0f 
+0x66b5 017411 arg 4 ,loopcnt 
+0x66b6 017412 arg mem_tx_fifo0_map ,contr 
+0x66b7 017413 arg 0 ,temp 
+:      017414 l2cap_malloc_get_full_map_loop:
+0x66b8 017415 ifetch 3 ,contr 
+0x66b9 017416 and pdata ,0xff ,pdata 
+0x66ba 017417 ior temp ,temp 
+0x66bb 017418 loop l2cap_malloc_get_full_map_loop 
+0x66bc 017419 storet 1 ,mem_used_map 
+0x66bd 017420 rtn 
+:      017422 l2cap_util_pdata_to_contw:
+0x66be 017423 branch assert ,blank 
+0x66bf 017424 copy pdata ,contw 
+0x66c0 017425 rtn 
+:      017428 l2cap_lpm_save_calc_len:
+0x66c1 017429 bpatch patch0f_3 ,mem_patch0f 
+0x66c2 017430 arg 0 ,regb 
+0x66c3 017431 arg mem_tx_fifo0_map ,rega 
+0x66c4 017432 increase -2 ,rega 
+:      017433 l2cap_lpm_save_calc_len_loop:
+0x66c5 017434 increase 2 ,rega 
+0x66c6 017435 setarg mem_tx_fifo_end 
+0x66c7 017436 isub rega ,null 
+0x66c8 017437 branch l2cap_lpm_save_calc_len_end ,zero 
+0x66c9 017438 ifetch 1 ,rega 
+0x66ca 017439 increase 1 ,rega 
+0x66cb 017440 branch l2cap_lpm_save_calc_len_loop ,blank 
+0x66cc 017441 ifetcht 2 ,rega 
+0x66cd 017442 ifetch 2 ,temp 
+0x66ce 017443 iadd regb ,regb 
+0x66cf 017444 increase 4 ,regb 
+0x66d0 017445 branch l2cap_lpm_save_calc_len_loop 
+:      017446 l2cap_lpm_save_calc_len_end:
+0x66d1 017447 copy regb ,pdata 
+0x66d2 017448 rtn 
+:      017451 l2cap_lpm_get_wake_lock:
+0x66d3 017452 arg wake_lock_l2cap_tx ,queue 
+0x66d4 017453 branch lpm_get_wake_lock 
+:      017455 l2cap_lpm_put_wake_lock:
+0x66d5 017456 arg wake_lock_l2cap_tx ,queue 
+0x66d6 017457 branch lpm_put_wake_lock 
+:      017460 l2cap_lpm_save_txbuf:
+0x66d7 017461 call l2cap_malloc_get_full_map 
+0x66d8 017462 fetch 1 ,mem_used_map 
+0x66d9 017463 rtn blank 
+0x66da 017464 call l2cap_lpm_save_calc_len 
+0x66db 017465 arg l2cap_lpm_txbuf_len ,temp 
+0x66dc 017466 isub temp ,null 
+0x66dd 017467 branch l2cap_lpm_get_wake_lock ,positive 
+0x66de 017468 call l2cap_lpm_put_wake_lock 
+0x66df 017470 fetch 2 ,mem_l2cap_lpm_txbuf_ptr 
+0x66e0 017471 copy contr ,contw 
+0x66e1 017472 arg mem_tx_fifo0 ,rega 
+:      017473 l2cap_lpm_save_txbuf_loop:
+0x66e2 017474 setarg mem_tx_fifo_end 
+0x66e3 017475 isub rega ,null 
+0x66e4 017476 rtn zero 
+0x66e5 017477 ifetch 1 ,rega 
+0x66e6 017478 increase 1 ,rega 
+0x66e7 017479 nbranch l2cap_lpm_save_txbuf_nempty ,blank 
+0x66e8 017480 istore 2 ,contw 
+0x66e9 017481 increase 2 ,rega 
+0x66ea 017482 branch l2cap_lpm_save_txbuf_loop 
+:      017483 l2cap_lpm_save_txbuf_nempty:
+0x66eb 017484 ifetch 2 ,rega 
+0x66ec 017485 increase 2 ,rega 
+0x66ed 017486 copy pdata ,contr 
+0x66ee 017487 ifetch 2 ,contr 
+0x66ef 017488 istore 2 ,contw 
+0x66f0 017489 copy pdata ,loopcnt 
+0x66f1 017490 increase 2 ,loopcnt 
+0x66f2 017491 call memcpy 
+0x66f3 017492 branch l2cap_lpm_save_txbuf_loop 
+:      017494 l2cap_lpm_load_txbuf:
+0x66f4 017495 call l2cap_malloc_get_full_map 
+0x66f5 017496 fetch 1 ,mem_used_map 
+0x66f6 017497 rtn blank 
+0x66f7 017498 arg mem_tx_fifo0_ptr ,rega 
+0x66f8 017499 increase -3 ,rega 
+0x66f9 017501 copy contr ,contw 
+0x66fa 017502 fetch 2 ,mem_l2cap_lpm_txbuf_ptr 
+0x66fb 017503 copy contw ,contr 
+:      017504 l2cap_lpm_load_txbuf_loop:
+0x66fc 017505 increase 3 ,rega 
+0x66fd 017506 setarg mem_tx_fifo_end + 1 
+0x66fe 017507 isub rega ,null 
+0x66ff 017508 rtn zero 
+0x6700 017509 ifetch 2 ,contr 
+0x6701 017510 branch l2cap_lpm_load_txbuf_loop ,blank 
+0x6702 017511 increase 4 ,pdata 
+0x6703 017512 copy pdata ,loopcnt 
+0x6704 017513 copy contr ,regb 
+0x6705 017514 ifetch 2 ,rega 
+0x6706 017515 copy pdata ,contw 
+0x6707 017516 copy regb ,contr 
+0x6708 017517 increase -2 ,contr 
+0x6709 017518 call memcpy 
+0x670a 017519 branch l2cap_lpm_load_txbuf_loop 
+:      017531 twspi_reset:
+0x670b 017532 bpatch patch0f_4 ,mem_patch0f 
+0x670c 017533 and_into 0xff ,pdata 
+0x670d 017534 sub pdata ,gpio_number + -1 ,null 
+0x670e 017535 nbranch assert ,positive 
+0x670f 017536 arg core_gpio_conf ,contw 
+:      017537 twspi_reset_next:
+0x6710 017538 iadd contw ,contw 
+0x6711 017539 copy contw ,rega 
+0x6712 017540 arg gpcfg_output_low ,temp 
+0x6713 017541 istoret 1 ,contw 
+0x6714 017542 call twspi_disable 
+0x6715 017543 nop 30 
+0x6716 017544 copy rega ,contw 
+0x6717 017545 arg gpcfg_output_high ,temp 
+0x6718 017546 istoret 1 ,contw 
+0x6719 017547 branch twspi_enable 
+:      017551 twspi_disable:
+0x671a 017552 fetch 1 ,core_spid_delay 
+0x671b 017553 and_into 0x7f ,pdata 
+0x671c 017554 store 1 ,core_spid_delay 
+0x671d 017555 rtn 
+:      017557 twspi_enable:
+0x671e 017558 fetch 1 ,core_spid_delay 
+0x671f 017559 or_into 0x80 ,pdata 
+0x6720 017560 store 1 ,core_spid_delay 
+0x6721 017561 rtn 
+:      017563 twspi_write:
+0x6722 017564 branch spid_write_reg 
+:      017566 twspi_read:
+0x6723 017567 branch spid_read_reg 
+:      017571 aes_disable:
+0x6724 017572 fetch 1 ,core_aes_en 
+0x6725 017573 and_into 0xfd ,pdata 
+0x6726 017574 store 1 ,core_aes_en 
+0x6727 017575 rtn 
+:      017577 read_function_aes:
+0x6728 017578 nbranch read_function ,user 
+0x6729 017579 fetch 1 ,core_aes_en 
+0x672a 017580 or_into 0x2 ,pdata 
+0x672b 017581 store 1 ,core_aes_en 
+:      017582 read_function:
+0x672c 017583 copy temp ,null 
+0x672d 017584 branch read_fuction_zero ,zero 
+0x672e 017585 copy regc ,pc 
+:      017587 read_fuction_zero:
+0x672f 017588 isolate0 0 ,null 
+0x6730 017589 branch set_ucode_status 
+:      017592 get_block_header:
+0x6731 017593 force 4 ,temp 
+:      017594 get_block_header0:
+0x6732 017595 arg mem_ucode_buf ,rega 
+0x6733 017596 call aes_disable 
+0x6734 017597 call read_function 
+0x6735 017598 arg 0x55aa ,rega 
+0x6736 017599 fetch 2 ,mem_ucode_buf 
+0x6737 017600 ifetcht 2 ,contr 
+0x6738 017601 isub rega ,null 
+0x6739 017602 rtn 
+:      017605 read_first_block:
+0x673a 017606 call load_aes_reinit ,user 
+0x673b 017607 arg 2 ,temp 
+0x673c 017608 arg mem_ucode_ptr ,rega 
+0x673d 017609 call read_function 
+0x673e 017610 fetch 2 ,mem_ucode_ptr 
+0x673f 017611 store 2 ,mem_addr_mi 
+0x6740 017612 call get_iv ,user 
+0x6741 017613 rtn 
+:      017615 get_iv:
+0x6742 017616 arg 16 ,temp 
+0x6743 017617 arg mem_ucode_keybuf ,rega 
+0x6744 017618 call aes_disable 
+0x6745 017619 call read_function 
+:      017620 set_iv:
+0x6746 017621 arg mem_ucode_keybuf ,contr 
+0x6747 017622 arg 16 ,loopcnt 
+0x6748 017623 call aes_load_data 
+0x6749 017624 call aes_init 
+0x674a 017625 call aes_clear_data 
+0x674b 017626 branch do_aes_cbc 
+:      017628 load_aes_reinit:
+0x674c 017629 jam 0x0 ,core_ucode_ctrl 
+0x674d 017630 call aes_disable 
+0x674e 017631 branch aes_clear_data 
+:      017633 load_storage:
+0x674f 017634 setarg 0 
+0x6750 017635 store 2 ,mem_queue 
+0x6751 017636 disable match 
+0x6752 017637 call get_block_header 
+0x6753 017638 nrtn zero 
+0x6754 017639 enable match 
+0x6755 017640 jam 0x80 ,core_ucode_ctrl 
+0x6756 017641 jam 0 ,core_ucode_hi 
+0x6757 017642 jam 0 ,core_ucode_low 
+0x6758 017643 arg core_ucode_data ,rega 
+0x6759 017644 call read_function_aes 
+0x675a 017645 jam 0x0 ,core_ucode_ctrl 
+0x675b 017646 fetch 1 ,mem_ucode_status 
+0x675c 017647 rtnbit0 0 
+:      017648 load_storage_loop:
+0x675d 017649 arg 6 ,temp 
+0x675e 017650 call get_block_header0 
+0x675f 017651 nbranch load_data_checksum_compare ,zero 
+0x6760 017652 ifetch 2 ,contr 
+0x6761 017653 iforce rega 
+0x6762 017654 call read_function 
+0x6763 017655 call load_data_checksum_calc 
+0x6764 017656 branch load_storage_loop 
+:      017659 load_data_checksum_calc:
+0x6765 017660 fetch 2 ,mem_queue 
+0x6766 017661 arg 6 ,loopcnt 
+0x6767 017662 arg mem_ucode_buf ,contr 
+0x6768 017663 call cal_sum 
+0x6769 017664 fetchr loopcnt ,2 ,mem_ucode_len 
+0x676a 017665 copy rega ,contr 
+0x676b 017666 call cal_sum 
+0x676c 017667 store 2 ,mem_queue 
+0x676d 017668 rtn 
+:      017670 load_data_checksum_compare:
+0x676e 017671 fetch 1 ,mem_load_check_sum 
+0x676f 017672 beq 0x5a ,load_data_checksum_ok 
+0x6770 017673 arg 0xaa55 ,rega 
+0x6771 017674 fetch 2 ,mem_ucode_buf 
+0x6772 017675 isub rega ,null 
+0x6773 017676 nbranch load_data_checksum_compare_fail ,zero 
+0x6774 017677 arg 0x55aa ,rega 
+0x6775 017678 fetch 2 ,mem_ucode_len 
+0x6776 017679 isub rega ,null 
+0x6777 017680 nbranch load_data_checksum_compare_fail ,zero 
+0x6778 017681 fetch 2 ,mem_sched_addr 
+0x6779 017682 fetcht 2 ,mem_queue 
+0x677a 017683 isub temp ,null 
+0x677b 017684 nbranch load_data_checksum_compare_fail ,zero 
+:      017685 load_data_checksum_ok:
+0x677c 017686 set1 15 ,rega 
+0x677d 017687 branch read_fuction_zero 
+:      017689 load_data_checksum_compare_fail:
+0x677e 017690 jam 0 ,mem_ucode_status 
+0x677f 017691 rtn 
+:      017695 reload_eeprom:
+0x6780 017696 call clean_mem 
+0x6781 017697 setarg 0x1000 
+0x6782 017698 store 2 ,mem_addr_mi 
+0x6783 017699 arg iicd_read_eep ,regc 
+0x6784 017700 arg 2 ,loopcnt 
+:      017701 reload_eeprom_loop:
+0x6785 017702 call get_block_header 
+0x6786 017703 nrtn zero 
+0x6787 017704 fetch 2 ,mem_addr_mi 
+0x6788 017705 byteswap pdata ,pdata 
+0x6789 017706 iadd temp ,pdata 
+0x678a 017707 byteswap pdata ,pdata 
+0x678b 017708 store 2 ,mem_addr_mi 
+0x678c 017709 loop reload_eeprom_loop 
+0x678d 017710 branch load_storage_loop 
+:      017713 loadcode_lock:
+0x678e 017714 fetch 2 ,core_ucode_flag 
+0x678f 017715 store 2 ,mem_ucode_device_flag 
+0x6790 017716 set0 lpmreg_ice_mode_bit ,pdata 
+0x6791 017717 nrtn blank 
+0x6792 017719 setarg otp_offset_device_flag 
+0x6793 017720 arg mem_ucode_device_flag ,rega 
+0x6794 017721 arg 2 ,temp 
+0x6795 017722 call otpd_read_data 
+0x6796 017724 fetch 1 ,mem_ucode_ptr 
+0x6797 017725 rshift4 pdata ,temp 
+0x6798 017726 fetch 1 ,mem_ucode_device_flag 
+0x6799 017727 lshift4 pdata ,pdata 
+0x679a 017728 ior temp ,pdata 
+0x679b 017729 store 1 ,mem_ucode_device_flag 
+0x679c 017730 branch app_lpm_peripheral_lock_check 
+:      017733 loadcode:
+0x679d 017734 jam 0x25 ,core_clkoff 
+0x679e 017735 call clean_mem 
+0x679f 017736 disable user 
+0x67a0 017737 jam 0 ,mem_ucode_status 
+0x67a1 017738 call otp_read_pwr_on 
+0x67a2 017739 call app_read_efuse_app_vsel 
+0x67a3 017740 setarg otp_offset_ucode_flag 
+0x67a4 017741 arg mem_ucode_ptr ,rega 
+0x67a5 017742 arg 2 ,temp 
+0x67a6 017743 call otpd_read_data 
+0x67a7 017744 call loadcode_lock 
+0x67a8 017745 setarg otp_offset_loadcode_delay 
+0x67a9 017746 arg mem_load_delay ,rega 
+0x67aa 017747 arg 2 ,temp 
+0x67ab 017748 call otpd_read_data 
+0x67ac 017750 fetch 1 ,mem_ucode_device_flag 
+0x67ad 017751 bbit0 otp_uflag_aes ,loadcode_otp 
+0x67ae 017752 setarg otp_offset_ucode_key 
+0x67af 017753 arg mem_ucode_keybuf ,rega 
+0x67b0 017754 arg 16 ,temp 
+0x67b1 017755 call otpd_read_data 
+0x67b2 017756 jam lock_otp ,core_misc_ctrl 
+0x67b3 017757 set1 mark_otp_encrypt ,mark 
+0x67b4 017758 arg mem_ucode_keybuf ,contr 
+0x67b5 017759 call load_key 
+0x67b6 017760 enable user 
+:      017762 loadcode_otp:
+0x67b7 017763 jam 0 ,mem_loadcode_times 
+:      017764 loadcode_otp_loop:
+0x67b8 017765 call loadcode_timeout 
+0x67b9 017766 nbranch loadcode_error ,positive 
+0x67ba 017767 call load_aes_reinit ,user 
+0x67bb 017768 fetch 2 ,mem_ucode_ptr 
+0x67bc 017769 byteswap pdata ,pdata 
+0x67bd 017770 arg 0x7ff ,temp 
+0x67be 017771 iand temp ,pdata 
+0x67bf 017772 branch loadcode_iic ,zero 
+0x67c0 017773 call otp_set_addr 
+0x67c1 017774 arg otpd_read_code ,regc 
+0x67c2 017775 call get_iv ,user 
+0x67c3 017776 call load_storage 
+0x67c4 017777 nbranch loadcode_iic ,match 
+0x67c5 017778 fetch 1 ,mem_ucode_status 
+0x67c6 017779 compare 3 ,pdata ,3 
+0x67c7 017780 nbranch loadcode_otp_loop ,true 
+0x67c8 017781 call run_otp_code 
+:      017783 loadcode_iic:
+0x67c9 017784 call otp_pwr_off 
+0x67ca 017785 jam 0 ,mem_loadcode_times 
+:      017786 loadcode_iic_loop:
+0x67cb 017787 call loadcode_timeout 
+0x67cc 017788 nbranch loadcode_error ,positive 
+0x67cd 017789 call iicd_load_gpio_init 
+0x67ce 017790 call clear_eeprom_size_2k 
+0x67cf 017791 fetch 1 ,mem_ucode_device_flag 
+0x67d0 017792 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x67d1 017793 call loadcode_iic_by_eeprom 
+0x67d2 017794 nbranch loadcode_iic_eeprom_2k ,match 
+0x67d3 017795 fetch 1 ,mem_ucode_status 
+0x67d4 017796 compare 3 ,pdata ,3 
+0x67d5 017797 nbranch loadcode_iic_loop ,true 
+0x67d6 017798 branch loadcode_spi 
+:      017800 run_otp_code:
+0x67d7 017801 setarg 0x1ff 
+0x67d8 017802 arg 0 ,pc 
+0x67d9 017803 rtn 
+:      017805 loadcode_iic_eeprom_2k:
+0x67da 017806 call set_eeprom_size_2k 
+0x67db 017807 fetch 1 ,mem_ucode_device_flag 
+0x67dc 017808 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x67dd 017809 call loadcode_iic_by_eeprom 
+0x67de 017810 nbranch loadcode_spi ,match 
+0x67df 017811 fetch 1 ,mem_ucode_status 
+0x67e0 017812 compare 3 ,pdata ,3 
+0x67e1 017813 nbranch loadcode_iic_loop ,true 
+0x67e2 017814 branch loadcode_hci 
+:      017816 loadcode_spi:
+0x67e3 017817 jam 0 ,mem_loadcode_times 
+:      017818 loadcode_spi_loop:
+0x67e4 017819 call loadcode_timeout 
+0x67e5 017820 nbranch loadcode_error ,positive 
+0x67e6 017821 fetch 1 ,mem_ucode_device_flag 
+0x67e7 017822 bbit1 otp_uflag_skip_flash ,loadcode_hci 
+0x67e8 017823 call spid_init_flash 
+0x67e9 017824 nop 200 
+0x67ea 017825 call spid_flash_release_form_powerdown 
+0x67eb 017826 nop 100 
+0x67ec 017827 arg spid_load_flash ,regc 
+0x67ed 017828 call read_first_block 
+0x67ee 017829 call load_storage 
+0x67ef 017830 nbranch loadcode_hci ,match 
+0x67f0 017831 fetch 1 ,mem_ucode_status 
+0x67f1 017832 compare 3 ,pdata ,3 
+0x67f2 017833 nbranch loadcode_spi_loop ,true 
+:      017835 loadcode_hci:
+0x67f3 017836 call clear_key_buf 
+0x67f4 017837 fetch 1 ,mem_ucode_device_flag 
+0x67f5 017838 rtnbit0 otp_uflag_hci 
+0x67f6 017839 branch hci_init 
+:      017841 clear_key_buf:
+0x67f7 017842 setarg 0 
+0x67f8 017843 store 8 ,mem_ucode_keybuf 
+0x67f9 017844 store 8 ,mem_ucode_keybuf + 8 
+0x67fa 017845 force regidx_key ,regext_index 
+0x67fb 017846 call aes_clear 
+0x67fc 017847 jam 0x21 ,core_clkoff 
+0x67fd 017848 rtn 
+:      017850 iicd_load_gpio_init:
+0x67fe 017851 fetch 1 ,mem_eeprom_sda_gpio 
+0x67ff 017852 fetcht 1 ,mem_eeprom_scl_gpio 
+0x6800 017853 isub temp ,null 
+0x6801 017854 nbranch iicd_read_init_pin ,zero 
+:      017855 iicd_load_default_gpio:
+0x6802 017856 jam 2 ,mem_eeprom_wp_gpio 
+0x6803 017857 jam 1 ,mem_eeprom_scl_gpio 
+0x6804 017858 jam 0 ,mem_eeprom_sda_gpio 
+0x6805 017859 branch iicd_read_init_pin 
+:      017863 loadcode_iic_by_eeprom:
+0x6806 017864 setarg 0x0 
+0x6807 017865 store 2 ,mem_addr_mi 
+0x6808 017866 arg iicd_read_eep ,regc 
+0x6809 017867 call iic_init_600khz 
+0x680a 017868 call read_first_block 
+0x680b 017869 branch load_storage 
+:      017874 loadcode_timeout:
+0x680c 017875 call loadcode_error_delay 
+0x680d 017876 fetch 1 ,mem_loadcode_times 
+0x680e 017877 increase 1 ,pdata 
+0x680f 017878 sub pdata ,3 ,null 
+0x6810 017879 store 1 ,mem_loadcode_times 
+0x6811 017880 rtn 
+:      017882 loadcode_error_delay:
+0x6812 017883 fetch 1 ,mem_loadcode_times 
+0x6813 017884 rtn blank 
+0x6814 017885 fetch 1 ,mem_load_delay 
+0x6815 017886 rtn blank 
+0x6816 017887 copy pdata ,loopcnt 
+0x6817 017888 branch delay_ms_wait 
+:      017891 loadcode_error:
+0x6818 017892 call clear_key_buf 
+0x6819 017894 call ice_break 
+0x681a 017895 rtn 
+:      017900 set_ucode_status:
+0x681b 017901 fetch 1 ,mem_ucode_status 
+0x681c 017902 lshift pdata ,pdata 
+0x681d 017903 setflag true ,0 ,pdata 
+0x681e 017904 isolate0 15 ,rega 
+0x681f 017905 rtn true 
+0x6820 017906 store 1 ,mem_ucode_status 
+0x6821 017907 rtn 
+:      017910 decrypt_code:
+0x6822 017911 fetch 1 ,core_aes_en 
+0x6823 017912 rtnbit0 1 
+0x6824 017913 branch decrypt_code_skip 
+:      017914 decrypt_code_loop:
+0x6825 017915 fetch 1 ,core_dma_status 
+0x6826 017916 qisolate1 pdata 
+0x6827 017917 rtn true 
+:      017918 decrypt_code_skip:
+0x6828 017919 fetch 1 ,core_misc_status 
+0x6829 017920 bbit0 1 ,decrypt_code_loop 
+0x682a 017921 call do_aes_cbc 
+0x682b 017922 branch decrypt_code_loop 
+:      017942 load_ucode:
+0x682c 017943 fetch 2 ,mem_patch_ptr 
+0x682d 017944 rtn blank 
+0x682e 017945 jam 0x80 ,core_ucode_ctrl 
+0x682f 017946 jam 0 ,core_ucode_hi 
+0x6830 017947 jam 0 ,core_ucode_low 
+0x6831 017948 fetcht 2 ,mem_patch_len 
+0x6832 017949 lshift2 temp ,loopcnt 
+0x6833 017950 iforce contr 
+:      017951 load_ucode_loop:
+0x6834 017952 ifetch 1 ,contr 
+0x6835 017953 store 1 ,core_ucode_data 
+0x6836 017954 loop load_ucode_loop 
+0x6837 017955 jam 0x0 ,core_ucode_ctrl 
+0x6838 017956 rtn 
+:      017961 otp_prog_pwr_on:
+0x6839 017962 jam 0x4 ,rfen_chgpump 
+0x683a 017963 jam 0x33 ,rfen_chgpump_ctrl1 
+0x683b 017964 jam 0x1 ,rfen_chgpump_ctrl2 
+0x683c 017965 branch otp_pwr_on 
+:      017967 otp_read_pwr_on:
+0x683d 017968 jam 0xc ,rfen_chgpump 
+0x683e 017969 jam 0xfb ,rfen_chgpump_ctrl1 
+0x683f 017970 jam 0x3 ,rfen_chgpump_ctrl2 
+:      017972 otp_pwr_on:
+0x6840 017973 store 2 ,mem_timeup 
+0x6841 017974 bpatch patch0f_5 ,mem_patch0f 
+0x6842 017975 jam 0xff ,core_clkpll_ctrl1 
+0x6843 017977 fetch 1 ,core_rf_ldo_en1 
+0x6844 017978 store 1 ,mem_timeup + 2 
+0x6845 017979 or_into 0x4 ,pdata 
+0x6846 017980 store 1 ,core_rf_ldo_en1 
+0x6847 017982 fetch 1 ,core_rf_ldo_cfg7 
+0x6848 017983 store 1 ,mem_timeup + 3 
+0x6849 017985 jam 0x11 ,core_rf_ldo_cfg7 
+0x684a 017987 nop 1000 
+0x684b 017988 fetch 1 ,core_clkpll_ctrl2 
+0x684c 017989 or_into 0x1 ,pdata 
+0x684d 017990 store 1 ,core_clkpll_ctrl2 
+0x684e 017991 jam 0x03 ,core_clkpll_ctrl0 
+0x684f 017992 bpatch patch0f_6 ,mem_patch0f 
+0x6850 017993 fetch 1 ,rfen_chgpump 
+0x6851 017994 or_into 0xd0 ,pdata 
+0x6852 017995 store 1 ,rfen_chgpump 
+0x6853 017996 nop 6000 
+0x6854 017997 fetch 1 ,rfen_chgpump 
+0x6855 017998 or_into 0x20 ,pdata 
+0x6856 017999 store 1 ,rfen_chgpump 
+0x6857 018000 nop 12000 
+0x6858 018001 fetch 2 ,mem_timeup 
+0x6859 018002 rtn 
+:      018004 otp_pwr_off:
+0x685a 018005 bpatch patch0f_7 ,mem_patch0f 
+0x685b 018006 jam 0x4 ,rfen_chgpump 
+0x685c 018007 jam 0x43 ,rfen_chgpump_ctrl1 
+0x685d 018008 jam 0x1 ,rfen_chgpump_ctrl2 
+0x685e 018009 fetch 1 ,core_clkpll_ctrl2 
+0x685f 018010 and_into 0xfe ,pdata 
+0x6860 018011 store 1 ,core_clkpll_ctrl2 
+0x6861 018012 fetch 1 ,mem_timeup + 2 
+0x6862 018013 store 1 ,core_rf_ldo_en1 
+0x6863 018014 fetch 1 ,mem_timeup + 3 
+0x6864 018015 store 1 ,core_rf_ldo_cfg7 
+0x6865 018016 rtn 
+:      018019 otp_set_addr:
+0x6866 018020 lshift3 pdata ,pdata 
+0x6867 018021 store 2 ,core_otp_addr 
+0x6868 018022 jam 0 ,core_otpd_ctrl 
+0x6869 018023 rtn 
+:      018026 otp_write:
+0x686a 018027 call otp_prog_pwr_on 
+0x686b 018028 call otp_set_addr 
+0x686c 018029 call otp_ce 
+:      018030 otp_program:
+0x686d 018031 ifetcht 1 ,rega 
+0x686e 018032 increase 1 ,rega 
+0x686f 018033 force 0 ,queue 
+:      018034 otp_program_bit:
+0x6870 018035 qisolate0 temp 
+0x6871 018036 branch otp_skip_0 ,true 
+0x6872 018037 fetch 1 ,core_otp_din 
+0x6873 018038 set1 6 ,pdata 
+0x6874 018039 set1 7 ,pdata 
+0x6875 018040 store 1 ,core_otp_din 
+0x6876 018041 jam 0x02 ,core_otp_ctrl 
+0x6877 018042 jam 0x82 ,core_otp_ctrl 
+0x6878 018043 set0 7 ,pdata 
+0x6879 018044 store 1 ,core_otp_din 
+0x687a 018045 jam 0x8a ,core_otp_ctrl 
+0x687b 018046 nop 11 
+0x687c 018047 jam 0xca ,core_otp_ctrl 
+0x687d 018048 nop 33 
+0x687e 018049 jam 0x4a ,core_otp_ctrl 
+0x687f 018050 nop 44 
+0x6880 018051 jam 0xca ,core_otp_ctrl 
+0x6881 018052 nop 22 
+0x6882 018053 jam 0x8a ,core_otp_ctrl 
+0x6883 018054 nop 33 
+0x6884 018055 jam 0x82 ,core_otp_ctrl 
+0x6885 018056 nop 1 
+0x6886 018057 jam 0x92 ,core_otp_ctrl 
+0x6887 018058 nop 10 
+0x6888 018059 jam 0xb2 ,core_otp_ctrl 
+0x6889 018060 fetch 1 ,core_otp_rdata 
+0x688a 018061 jam 0x92 ,core_otp_ctrl 
+0x688b 018062 nop 1 
+0x688c 018063 jam 0x82 ,core_otp_ctrl 
+0x688d 018064 qisolate0 pdata 
+0x688e 018065 branch otp_program_bit ,true 
+:      018066 otp_skip_0:
+0x688f 018067 fetch 2 ,core_otp_addr 
+0x6890 018068 increase 1 ,pdata 
+0x6891 018069 store 2 ,core_otp_addr 
+0x6892 018070 increase 1 ,queue 
+0x6893 018071 compare 8 ,queue ,0xf 
+0x6894 018072 nbranch otp_program_bit ,true 
+0x6895 018073 loop otp_program 
+0x6896 018074 jam 0x83 ,core_otp_ctrl 
+0x6897 018075 branch otp_pwr_off 
+:      018077 otp_ce:
+0x6898 018078 jam 0x82 ,core_otp_ctrl 
+0x6899 018079 nop 12 
+0x689a 018080 jam 0x80 ,core_otp_ctrl 
+0x689b 018081 jam 0x82 ,core_otp_ctrl 
+0x689c 018082 nop 150 
+0x689d 018083 rtn 
+:      018086 otpd_read_init:
+0x689e 018087 call otp_ce 
+0x689f 018088 jam 0xa2 ,core_otp_ctrl 
+0x68a0 018089 deposit rega 
+0x68a1 018090 store 2 ,core_otpd_addr 
+0x68a2 018091 set1 11 ,temp 
+0x68a3 018092 isolate0 15 ,pdata 
+0x68a4 018093 setflag true ,15 ,temp 
+0x68a5 018094 storet 2 ,core_otpd_len 
+0x68a6 018095 jam otpd_start ,core_otp_rdata 
+0x68a7 018096 rtn 
+:      018098 otpd_wait_end:
+0x68a8 018099 fetch 1 ,core_dma_status 
+0x68a9 018100 bbit0 otpd_done ,otpd_wait_end 
+0x68aa 018101 jam 0x83 ,core_otp_ctrl 
+0x68ab 018102 rtn 
+:      018105 otpd_read_data_with_pwr_operation:
+0x68ac 018106 bpatch patch10_0 ,mem_patch10 
+0x68ad 018107 call otp_read_pwr_on 
+0x68ae 018108 call otpd_read_data 
+0x68af 018109 branch otp_pwr_off 
+:      018112 otpd_read_data:
+0x68b0 018113 call otp_set_addr 
+0x68b1 018114 call otpd_read_init 
+0x68b2 018115 call otpd_wait_end 
+0x68b3 018116 rtn 
+:      018120 otpd_read_code:
+0x68b4 018121 call otp_read_pwr_on 
+0x68b5 018122 fetch 2 ,core_current_otp_addr 
+0x68b6 018123 store 2 ,core_otp_addr 
+0x68b7 018124 call otpd_read_init 
+0x68b8 018125 arg otpd_done ,queue 
+0x68b9 018126 call decrypt_code 
+0x68ba 018127 call otpd_wait_end 
+0x68bb 018128 isolate1 otpd_crcok ,pdata 
+0x68bc 018129 call set_ucode_status 
+0x68bd 018130 branch otp_pwr_off 
+:      018135 app_read_efuse_app_vsel:
+0x68be 018136 setarg otp_offset_app_vdd_sel 
+0x68bf 018137 arg mem_lpm_ctrl3_app_vsel ,rega 
+0x68c0 018138 arg 1 ,temp 
+0x68c1 018139 call otpd_read_data 
+0x68c2 018140 fetch 1 ,mem_lpm_ctrl3_app_vsel 
+0x68c3 018141 nbranch app_set_app_vsel ,blank 
+0x68c4 018142 jam 0x04 ,mem_lpm_ctrl3_app_vsel 
+:      018143 app_set_app_vsel:
+0x68c5 018144 branch lpm_write_sel_vdd 
+:      018146 app_lpm_peripheral_lock_check:
+0x68c6 018147 fetch 2 ,mem_ucode_device_flag 
+0x68c7 018148 rshift4 pdata ,pdata 
+0x68c8 018149 rtn blank 
+0x68c9 018150 fetch 1 ,mem_ucode_device_flag 
+0x68ca 018151 rshift4 pdata ,pdata 
+0x68cb 018152 beq dvc_op_module ,app_lpm_peripheral_lock_module 
+0x68cc 018153 beq dvc_op_dongle ,app_lpm_peripheral_lock_dongle 
+0x68cd 018155 beq dvc_op_light ,app_lpm_peripheral_lock_light 
+0x68ce 018156 beq dvc_op_mouse ,app_lpm_peripheral_lock_mouse 
+0x68cf 018157 beq dvc_op_shutter ,app_lpm_peripheral_lock_shutter 
+0x68d0 018158 beq dvc_op_hci_boot ,app_lpm_peripheral_lock_hciboot 
+0x68d1 018159 beq dvc_op_remote_car ,app_lpm_peripheral_lock_remote_car 
+0x68d2 018160 beq dvc_op_car ,app_lpm_peripheral_lock_car 
+0x68d3 018161 branch app_lpm_mpu_lock_24g_ble 
+:      018163 app_lpm_peripheral_lock_module:
+:      018164 app_lpm_peripheral_lock_hciboot:
+0x68d4 018165 call app_lpm_mpu_lock_24g 
+0x68d5 018166 branch lpm_write_lock 
+:      018169 app_lpm_peripheral_lock_dongle:
+0x68d6 018170 arg module_init ,pdata 
+0x68d7 018171 arg ui_soft_switch_power_off ,temp 
+0x68d8 018172 call app_mpu_s0_lock 
+0x68d9 018173 branch lpm_write_lock 
+:      018175 app_lpm_peripheral_lock_test:
+0x68da 018176 branch lpm_write_lock 
+:      018178 app_lpm_peripheral_lock_light:
+0x68db 018179 arg car_init ,pdata 
+0x68dc 018180 arg shutter_default_init ,temp 
+0x68dd 018181 call app_mpu_s0_lock 
+0x68de 018182 branch lpm_write_lock 
+:      018184 app_lpm_peripheral_lock_mouse:
+0x68df 018185 arg car_init ,pdata 
+0x68e0 018186 arg module_set_state ,temp 
+0x68e1 018187 call app_mpu_s0_lock 
+0x68e2 018188 branch lpm_write_lock 
+:      018190 app_lpm_peripheral_lock_shutter:
+0x68e3 018191 arg car_init ,pdata 
+0x68e4 018192 arg remote_car_moto_data_enable_user ,temp 
+0x68e5 018193 call app_mpu_s0_lock 
+0x68e6 018194 branch lpm_write_lock 
+:      018197 app_lpm_peripheral_lock_remote_car:
+:      018198 app_lpm_peripheral_lock_car:
+0x68e7 018199 arg dongle_init ,pdata 
+0x68e8 018200 arg ui_soft_switch_power_off ,temp 
+0x68e9 018201 call app_mpu_s0_lock 
+0x68ea 018202 branch lpm_write_lock 
+:      018204 app_lpm_peripheral_lock_antilost:
+0x68eb 018205 arg car_init ,pdata 
+0x68ec 018206 arg ui_soft_switch_power_off ,temp 
+0x68ed 018207 call app_mpu_s0_lock 
+0x68ee 018208 branch lpm_write_lock 
+:      018210 app_lpm_mpu_lock_module:
+0x68ef 018211 arg module_init ,pdata 
+0x68f0 018212 arg module_set_state ,temp 
+:      018213 app_mpu_s0_lock:
+0x68f1 018214 lshift16 temp ,temp 
+0x68f2 018215 ior temp ,pdata 
+0x68f3 018216 store 4 ,core_lpm_reg 
+0x68f4 018217 branch lpm_write2_mpu_s0 
+:      018219 app_lpm_mpu_lock_app:
+0x68f5 018220 arg car_init ,pdata 
+0x68f6 018221 arg ui_soft_switch_power_off ,temp 
+0x68f7 018222 branch app_mpu_s0_lock 
+:      018226 app_lpm_mpu_lock_ble:
+0x68f8 018227 arg le_parse_att ,pdata 
+0x68f9 018228 arg le_send_ll_one_lenth ,temp 
+:      018229 app_mpu_s1_lock:
+0x68fa 018230 lshift16 temp ,temp 
+0x68fb 018231 ior temp ,pdata 
+0x68fc 018232 store 4 ,core_lpm_reg 
+0x68fd 018233 branch lpm_write2_mpu_s1 
+:      018235 app_lpm_mpu_lock_24g:
+0x68fe 018236 arg g24_prep ,pdata 
+0x68ff 018237 arg g24_enable_1m ,temp 
+0x6900 018238 branch app_mpu_s1_lock 
+:      018240 app_lpm_mpu_lock_24g_ble:
+0x6901 018241 call app_lpm_mpu_lock_24g 
+0x6902 018242 arg le_parse_att ,pdata 
+0x6903 018243 arg le_send_ll_one_lenth ,temp 
+0x6904 018244 call app_mpu_s0_lock 
+0x6905 018245 branch lpm_write_lock 
+:      018248 lpm_write_lock:
+0x6906 018249 fetch 2 ,mem_ucode_device_flag 
+0x6907 018250 set1 lpmreg_rom_lock_bit ,pdata 
+0x6908 018251 set1 lpmreg_ice_mode_bit ,pdata 
+0x6909 018252 store 4 ,core_lpm_reg 
+0x690a 018253 call lpm_write2_ctrl_option 
+0x690b 018254 jam 8 ,core_encrypt 
+0x690c 018255 rtn 
+:      018257 lpm_write2_ctrl_option:
+0x690d 018258 setarg lpmreg2_sel_option 
+:      018259 lpm_write2:
+0x690e 018260 until null ,lpo_edge 
+0x690f 018261 store 1 ,core_lpm_wr2 
+0x6910 018262 until null ,lpo_edge 
+0x6911 018263 until null ,lpo_edge 
+0x6912 018264 rtn 
+:      018267 lpm_write_ice_disable:
+0x6913 018268 fetch 2 ,core_ucode_flag 
+0x6914 018269 set0 lpmreg_ice_mode_bit ,pdata 
+0x6915 018270 store 4 ,core_lpm_reg 
+0x6916 018271 branch lpm_write2_ctrl_option 
+:      018273 lpm_write_ice_enable:
+0x6917 018274 fetch 2 ,core_ucode_flag 
+0x6918 018275 set1 lpmreg_ice_mode_bit ,pdata 
+0x6919 018276 store 4 ,core_lpm_reg 
+0x691a 018277 branch lpm_write2_ctrl_option 
+:      018280 lpm_write2_mpu_s0:
+0x691b 018281 setarg lpmreg2_sel_mpu_s0 
+0x691c 018282 branch lpm_write2 
+:      018284 lpm_write2_mpu_s1:
+0x691d 018285 setarg lpmreg2_sel_mpu_s1 
+0x691e 018286 branch lpm_write2 
+:      018292 spid_init:
+0x691f 018293 bpatch patch10_1 ,mem_patch10 
+:      018294 spid_init_common:
+0x6920 018295 fetch 1 ,mem_spi_init_clk 
+0x6921 018296 store 1 ,core_spid_ctrl 
+0x6922 018297 fetch 1 ,mem_spi_init_delay_time 
+0x6923 018298 store 1 ,core_spid_delay 
+0x6924 018299 setarg mem_spid_tbuf 
+0x6925 018300 store 2 ,core_spid_txaddr 
+0x6926 018301 setarg mem_spid_rbuf 
+0x6927 018302 store 2 ,core_spid_rxaddr 
+0x6928 018303 branch twspi_disable 
+:      018308 spid_write_reg:
+0x6929 018309 set1 7 ,pdata 
+0x692a 018310 store 2 ,mem_spid_tbuf 
+0x692b 018311 bpatch patch10_2 ,mem_patch10 
+0x692c 018312 jam 2 ,core_spid_txlen 
+0x692d 018313 jam 0 ,core_spid_rxlen 
+0x692e 018314 jam spid_start ,core_misc_ctrl 
+0x692f 018315 branch wait_spid_done 
+:      018318 spid_read_reg:
+0x6930 018319 force 1 ,temp 
+:      018320 spid_read_regs:
+0x6931 018321 store 1 ,mem_spid_tbuf 
+0x6932 018322 bpatch patch10_3 ,mem_patch10 
+0x6933 018323 jam 1 ,core_spid_txlen 
+0x6934 018324 storet 2 ,core_spid_rxlen 
+0x6935 018325 jam spid_start ,core_misc_ctrl 
+0x6936 018326 call wait_spid_done 
+0x6937 018327 fetch 1 ,mem_spid_rbuf 
+0x6938 018328 rtn 
+:      018331 wait_spid_done:
+0x6939 018335 nop 5 
+0x693a 018336 fetch 1 ,core_dma_status 
+0x693b 018337 bbit0 spid_done ,wait_spid_done 
+0x693c 018338 rtn 
+:      018346 flash_write:
+0x693d 018347 disable user 
+0x693e 018348 copy pdata ,regb 
+0x693f 018349 fetch 1 ,mem_spi_write_flash_sm 
+0x6940 018350 rtnne flash_sm_no_buys 
+0x6941 018351 enable user 
+0x6942 018352 copy regb ,pdata 
+0x6943 018353 branch spid_flash_write_start 
+:      018356 flash_write_spi_sm_timer:
+0x6944 018357 fetch 1 ,mem_spi_write_flash_sm 
+0x6945 018358 beq flash_sm_start ,spid_flash_write_start 
+0x6946 018359 beq flash_sm_erase_sector ,spid_flash_erase_sector 
+0x6947 018360 beq flash_sm_wait_erase_sector ,spid_flash_wait_erase_sector 
+0x6948 018361 beq flash_sm_write_data ,spid_flash_write_data 
+0x6949 018362 beq flash_sm_wait_write_data ,spid_flash_wait_write_data 
+0x694a 018363 rtn 
+:      018365 spid_flash_write_start:
+0x694b 018366 store 3 ,mem_spi_write_addr 
+0x694c 018367 copy rega ,pdata 
+0x694d 018368 store 2 ,mem_spi_write_ptr 
+0x694e 018369 storet 2 ,mem_spi_write_len 
+0x694f 018370 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
+0x6950 018371 branch spid_init_flash 
+:      018372 spid_flash_erase_sector:
+0x6951 018373 call spid_init_flash 
+0x6952 018374 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
+0x6953 018375 call spid_unlock_flash 
+0x6954 018376 arg mem_spid_tbuf ,rega 
+0x6955 018377 jam 4 ,core_spid_txlen 
+0x6956 018378 fetch 3 ,mem_spi_write_addr 
+0x6957 018379 arg flash_command_sector_erase ,temp 
+0x6958 018380 branch spid_write_flash_common 
+:      018382 spid_flash_wait_erase_sector:
+0x6959 018383 call spid_init_flash 
+0x695a 018384 call wait_spid_flash_done 
+0x695b 018385 jam flash_sm_write_data ,mem_spi_write_flash_sm 
+0x695c 018386 rtn 
+:      018389 spid_flash_write_data:
+0x695d 018390 bpatch patch10_4 ,mem_patch10 
+0x695e 018391 call spid_init_flash 
+0x695f 018392 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
+0x6960 018393 call spid_unlock_flash 
+0x6961 018394 call spid_flash_data_preserve 
+0x6962 018395 call spid_write_flash 
+0x6963 018396 branch spid_flash_data_recover 
+:      018397 spid_flash_wait_write_data:
+0x6964 018398 call spid_init_flash 
+0x6965 018399 call spid_unlock_flash 
+0x6966 018400 setarg flash_read_satus 
+0x6967 018401 call spid_read_reg 
+0x6968 018402 rtnbit1 flash_status_wip 
+0x6969 018403 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
+0x696a 018404 fetch 2 ,mem_cb_spi_flash_write_complate 
+0x696b 018405 branch callback_func 
+:      018406 spid_flash_data_recover:
+0x696c 018407 fetch 4 ,mem_temp 
+0x696d 018408 fetcht 2 ,mem_spi_write_ptr 
+:      018409 spid_flash_data_recover_comm:
+0x696e 018410 increase -4 ,temp 
+0x696f 018411 istore 4 ,temp 
+0x6970 018412 rtn 
+:      018414 spid_flash_data_preserve:
+0x6971 018415 fetcht 2 ,mem_spi_write_ptr 
+0x6972 018416 copy temp ,rega 
+0x6973 018417 increase -4 ,temp 
+0x6974 018418 ifetch 4 ,temp 
+0x6975 018419 store 4 ,mem_temp 
+0x6976 018420 fetcht 2 ,mem_spi_write_len 
+0x6977 018421 fetch 3 ,mem_spi_write_addr 
+0x6978 018422 rtn 
+:      018424 spid_init_flash:
+0x6979 018425 bpatch patch10_5 ,mem_patch10 
+0x697a 018426 call spi_gpio_init 
+0x697b 018427 call twspi_disable 
+0x697c 018428 setarg 0 
+0x697d 018429 store 4 ,mem_spid_tbuf 
+0x697e 018430 rtn 
+:      018432 spid_unlock_flash:
+0x697f 018433 jam flash_command_write_enable ,mem_spid_tbuf 
+:      018434 spid_sendcmd_common:
+0x6980 018435 setarg 0 
+0x6981 018436 store 2 ,core_spid_rxlen 
+0x6982 018437 setarg 1 
+0x6983 018438 store 2 ,core_spid_txlen 
+0x6984 018439 setarg mem_spid_tbuf 
+0x6985 018440 store 2 ,core_spid_txaddr 
+0x6986 018441 jam spid_start ,core_misc_ctrl 
+0x6987 018442 branch wait_spid_done 
+:      018444 spid_flash_release_form_powerdown:
+0x6988 018445 jam flash_command_release_from_powerdown ,mem_spid_tbuf 
+0x6989 018446 branch spid_sendcmd_common 
+:      018448 spid_flash_powerdown:
+0x698a 018449 jam flash_command_powerdown ,mem_spid_tbuf 
+0x698b 018450 branch spid_sendcmd_common 
+:      018453 spid_write_flash:
+0x698c 018454 increase 4 ,temp 
+0x698d 018455 storet 2 ,core_spid_txlen 
+0x698e 018456 arg flash_command_write_data ,temp 
+0x698f 018457 increase -4 ,rega 
+:      018459 spid_write_flash_common:
+0x6990 018460 istoret 1 ,rega 
+0x6991 018461 rshift16 pdata ,temp 
+0x6992 018462 istoret 1 ,contw 
+0x6993 018463 rshift8 pdata ,temp 
+0x6994 018464 istoret 1 ,contw 
+0x6995 018465 istore 1 ,contw 
+0x6996 018466 deposit rega 
+0x6997 018467 store 2 ,core_spid_txaddr 
+0x6998 018468 setarg 0 
+0x6999 018469 store 2 ,core_spid_rxlen 
+0x699a 018470 jam spid_start ,core_misc_ctrl 
+0x699b 018471 call wait_spid_done 
+0x699c 018472 branch wait_spid_flash_done 
+:      018476 spid_read_flash:
+0x699d 018477 storet 2 ,core_spid_rxlen 
+0x699e 018478 rshift16 pdata ,temp 
+0x699f 018479 storet 1 ,mem_addr_hi 
+0x69a0 018480 rshift8 pdata ,temp 
+0x69a1 018481 storet 1 ,mem_addr_mi 
+0x69a2 018482 store 1 ,mem_addr_lo 
+0x69a3 018483 setarg 4 
+0x69a4 018484 store 2 ,core_spid_txlen 
+0x69a5 018485 jam flash_command_read_data ,mem_spid_tbuf 
+0x69a6 018486 setarg mem_spid_tbuf 
+0x69a7 018487 store 2 ,core_spid_txaddr 
+0x69a8 018488 deposit rega 
+0x69a9 018489 store 2 ,core_spid_rxaddr 
+0x69aa 018490 fetch 1 ,core_spid_ctrl 
+0x69ab 018491 isolate0 15 ,rega 
+0x69ac 018492 setflag true ,6 ,pdata 
+0x69ad 018493 store 1 ,core_spid_ctrl 
+0x69ae 018494 jam spid_start ,core_misc_ctrl 
+:      018495 spid_read_flash_wait:
+0x69af 018496 fetch 1 ,core_dma_status 
+0x69b0 018497 bbit1 7 ,spid_read_flash_wait 
+0x69b1 018498 arg spid_done ,queue 
+0x69b2 018499 branch wait_spid_done 
+:      018501 wait_spid_flash_done:
+0x69b3 018502 setarg 2000 
+0x69b4 018503 call sleep 
+0x69b5 018504 call spid_unlock_flash 
+0x69b6 018505 setarg mem_spid_rbuf 
+0x69b7 018506 store 2 ,core_spid_rxaddr 
+0x69b8 018507 setarg flash_read_satus 
+0x69b9 018508 call spid_read_reg 
+0x69ba 018509 bbit1 flash_status_wip ,wait_spid_flash_done 
+0x69bb 018510 rtn 
+:      018514 spid_load_flash:
+0x69bc 018515 storet 2 ,core_spid_rxlen 
+0x69bd 018516 setarg 4 
+0x69be 018517 store 2 ,core_spid_txlen 
+0x69bf 018518 jam 3 ,mem_spid_tbuf 
+0x69c0 018519 setarg mem_spid_tbuf 
+0x69c1 018520 store 2 ,core_spid_txaddr 
+0x69c2 018521 deposit rega 
+0x69c3 018522 store 2 ,core_spid_rxaddr 
+0x69c4 018523 fetch 1 ,core_spid_ctrl 
+0x69c5 018524 isolate0 15 ,rega 
+0x69c6 018525 setflag true ,6 ,pdata 
+0x69c7 018526 store 1 ,core_spid_ctrl 
+0x69c8 018527 jam spid_start ,core_misc_ctrl 
+:      018528 spi_load_flash_wait:
+0x69c9 018529 fetch 1 ,core_dma_status 
+0x69ca 018530 bbit1 7 ,spi_load_flash_wait 
+0x69cb 018531 arg spid_done ,queue 
+0x69cc 018532 call decrypt_code 
+0x69cd 018533 call wait_spid_done 
+0x69ce 018534 isolate1 spid_crcok ,pdata 
+0x69cf 018535 call set_ucode_status 
+0x69d0 018536 fetch 1 ,mem_addr_hi 
+0x69d1 018537 lshift16 pdata ,regb 
+0x69d2 018538 fetch 1 ,mem_addr_mi 
+0x69d3 018539 lshift8 pdata ,pdata 
+0x69d4 018540 ior regb ,regb 
+0x69d5 018541 fetch 1 ,mem_addr_lo 
+0x69d6 018542 ior regb ,pdata 
+0x69d7 018543 iadd temp ,pdata 
+0x69d8 018544 store 1 ,mem_addr_lo 
+0x69d9 018545 rshift8 pdata ,pdata 
+0x69da 018546 store 1 ,mem_addr_mi 
+0x69db 018547 rshift8 pdata ,pdata 
+0x69dc 018548 store 1 ,mem_addr_hi 
+0x69dd 018549 rtn 
+:      018551 spi_gpio_init:
+0x69de 018552 fetch 1 ,mem_spi_cs_gpio 
+0x69df 018553 fetcht 1 ,mem_spi_so_gpio 
+0x69e0 018554 isub temp ,null 
+0x69e1 018555 nbranch spi_pin_set ,zero 
+0x69e2 018556 call spi_gpio_default_init 
+:      018558 spi_pin_set:
+0x69e3 018559 fetch 1 ,mem_spi_cs_gpio 
+0x69e4 018560 arg gpcfg_spid_ncs ,temp 
+0x69e5 018561 call gpio_config_function_int 
+0x69e6 018562 fetch 1 ,mem_spi_sclk_gpio 
+0x69e7 018563 arg gpcfg_spid_sck ,temp 
+0x69e8 018564 call gpio_config_function_int 
+0x69e9 018565 fetch 1 ,mem_spi_si_gpio 
+0x69ea 018566 arg gpcfg_spid_mosi ,temp 
+0x69eb 018567 call gpio_config_function_int 
+0x69ec 018568 fetch 1 ,mem_spi_so_gpio 
+0x69ed 018569 arg gpcfg_spid_miso ,temp 
+0x69ee 018570 branch gpio_config_function_int 
+:      018572 spi_gpio_default_init:
+0x69ef 018573 jam 1 ,mem_spi_cs_gpio 
+0x69f0 018574 jam 3 ,mem_spi_si_gpio 
+0x69f1 018575 jam 0 ,mem_spi_so_gpio 
+0x69f2 018576 jam 2 ,mem_spi_sclk_gpio 
+0x69f3 018577 jam 11 ,mem_spi_wp_gpio 
+0x69f4 018578 jam 10 ,mem_spi_hold_gpio 
+0x69f5 018579 rtn 
+:      018582 soft_reset_chip:
+0x69f6 018583 jam 1 ,core_reset 
+0x69f7 018584 rtn 
+:      018590 iic_init_600khz:
+0x69f8 018591 jam 5 ,core_iicd_scl_low 
+0x69f9 018592 jam 7 ,core_iicd_scl_high 
+0x69fa 018593 jam 7 ,core_iicd_start_setup 
+0x69fb 018594 jam 7 ,core_iicd_start_hold 
+0x69fc 018595 jam 7 ,core_iicd_stop_setup 
+0x69fd 018596 jam 5 ,core_iicd_data_setup 
+0x69fe 018597 jam 0 ,core_iicd_data_hold 
+0x69ff 018598 rtn 
+:      018600 iic_init_360khz:
+0x6a00 018601 jam 12 ,core_iicd_scl_low 
+0x6a01 018602 jam 13 ,core_iicd_scl_high 
+0x6a02 018603 jam 13 ,core_iicd_start_setup 
+0x6a03 018604 jam 13 ,core_iicd_start_hold 
+0x6a04 018605 jam 13 ,core_iicd_stop_setup 
+0x6a05 018606 jam 12 ,core_iicd_data_setup 
+0x6a06 018607 jam 0 ,core_iicd_data_hold 
+0x6a07 018608 rtn 
+:      018610 iicd_init_pin:
+0x6a08 018611 call iicd_eeprom_write_enable 
+:      018612 iicd_init_pin_scl_sda:
+0x6a09 018613 fetch 1 ,mem_eeprom_scl_gpio 
+0x6a0a 018614 arg gpcfg_iic_scl | gpcfg_pullup ,temp 
+0x6a0b 018615 call gpio_config_function_int 
+0x6a0c 018616 fetch 1 ,mem_eeprom_sda_gpio 
+0x6a0d 018617 arg gpcfg_iic_sda | gpcfg_pullup ,temp 
+0x6a0e 018618 branch gpio_config_function_int 
+:      018620 iicd_read_init_pin:
+0x6a0f 018621 call iicd_eeprom_write_disable 
+0x6a10 018622 branch iicd_init_pin_scl_sda 
+:      018624 wait_iicd_done:
+0x6a11 018625 fetch 1 ,core_dma_status 
+0x6a12 018626 bbit0 iicd_done ,wait_iicd_done 
+0x6a13 018627 rtn 
+:      018630 iicd_read_data:
+0x6a14 018631 store 1 ,mem_iicd_addr 
+0x6a15 018632 setarg mem_iicd_addr 
+0x6a16 018633 store 2 ,core_iicd_txaddr 
+0x6a17 018634 setarg 1 
+0x6a18 018635 store 2 ,core_iicd_txlen 
+0x6a19 018636 storet 2 ,core_iicd_rxlen 
+0x6a1a 018637 storer rega ,2 ,core_iicd_rxaddr 
+0x6a1b 018638 jam 1 ,core_iicd_ctrl 
+0x6a1c 018639 jam iicd_start ,core_misc_ctrl 
+0x6a1d 018640 branch wait_iicd_done 
+:      018643 iic_write_data:
+0x6a1e 018644 setarg 0 
+0x6a1f 018645 store 2 ,core_iicd_rxlen 
+0x6a20 018646 store 2 ,core_iicd_rxaddr 
+0x6a21 018647 storet 2 ,core_iicd_txlen 
+0x6a22 018648 storer rega ,2 ,core_iicd_txaddr 
+0x6a23 018649 jam 1 ,core_iicd_ctrl 
+0x6a24 018650 jam iicd_start ,core_misc_ctrl 
+0x6a25 018651 branch wait_iicd_done 
+:      018653 set_eeprom_size_2k:
+0x6a26 018654 set1 mark_eeprom_size ,mark 
+0x6a27 018655 jam 0x08 ,mem_eeprom_block_size 
+0x6a28 018656 rtn 
+:      018658 clear_eeprom_size_2k:
+0x6a29 018659 set0 mark_eeprom_size ,mark 
+0x6a2a 018660 jam 0x20 ,mem_eeprom_block_size 
+0x6a2b 018661 rtn 
+:      018664 iicd_read_eep_data_size_2k:
+0x6a2c 018665 fetch 1 ,mem_eeprom_base 
+0x6a2d 018666 iadd regb ,pdata 
+0x6a2e 018667 store 1 ,mem_addr_mi 
+0x6a2f 018668 branch iicd_read_eep_size_2k 
+:      018670 iicd_read_eep_size_2k_lcadcode:
+0x6a30 018671 fetch 2 ,mem_addr_mi 
+0x6a31 018672 byteswap pdata ,pdata 
+0x6a32 018673 store 1 ,mem_addr_mi 
+:      018678 iicd_read_eep_size_2k:
+0x6a33 018679 setarg 3 
+0x6a34 018680 store 2 ,core_iicd_txlen 
+0x6a35 018681 jam 0xa0 ,mem_iicd_tbuf 
+0x6a36 018682 jam 0xa1 ,mem_iicd_tbuf + 2 
+0x6a37 018683 branch iicd_read_eep_common 
+:      018689 iicd_write_protect_eep_data:
+0x6a38 018690 storet 2 ,mem_temp 
+0x6a39 018691 call iicd_eeprom_write_enable 
+0x6a3a 018692 fetcht 2 ,mem_temp 
+0x6a3b 018693 call iicd_write_eep_data 
+0x6a3c 018694 branch iicd_eeprom_write_disable 
+:      018696 iicd_eeprom_write_enable:
+0x6a3d 018697 fetch 1 ,mem_eeprom_wp_gpio 
+0x6a3e 018698 rtneq gpio_disable 
+0x6a3f 018699 bbit0 6 ,iicd_wp_gpio_output_low 
+0x6a40 018700 setarg 150000 
+0x6a41 018701 call sleep 
+:      018702 iicd_wp_gpio_output_low:
+0x6a42 018703 fetcht 1 ,mem_eeprom_wp_gpio 
+0x6a43 018704 branch gpio_out_active 
+:      018706 iicd_eeprom_write_disable:
+0x6a44 018707 fetcht 1 ,mem_eeprom_wp_gpio 
+0x6a45 018708 branch gpio_out_inactive 
+:      018713 iicd_read_eep_data:
+0x6a46 018714 bpatch patch10_6 ,mem_patch10 
+0x6a47 018715 bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
+0x6a48 018716 fetch 2 ,mem_eeprom_base 
+0x6a49 018717 iadd regb ,pdata 
+0x6a4a 018718 byteswap pdata ,pdata 
+0x6a4b 018719 store 2 ,mem_addr_mi 
+:      018722 iicd_read_eep:
+0x6a4c 018723 bpatch patch10_7 ,mem_patch10 
+0x6a4d 018724 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
+0x6a4e 018725 setarg 4 
+0x6a4f 018726 store 2 ,core_iicd_txlen 
+0x6a50 018727 jam 0xa0 ,mem_iicd_tbuf 
+0x6a51 018728 jam 0xa1 ,mem_iicd_tbuf + 3 
+:      018729 iicd_read_eep_common:
+0x6a52 018730 setarg mem_iicd_tbuf 
+0x6a53 018731 store 2 ,core_iicd_txaddr 
+0x6a54 018732 storet 2 ,core_iicd_rxlen 
+0x6a55 018733 storer rega ,2 ,core_iicd_rxaddr 
+0x6a56 018734 setarg 2 
+0x6a57 018735 isolate0 15 ,rega 
+0x6a58 018736 setflag true ,0 ,pdata 
+0x6a59 018737 store 1 ,core_iicd_ctrl 
+0x6a5a 018738 jam iicd_start ,core_misc_ctrl 
+0x6a5b 018739 arg iicd_done ,queue 
+0x6a5c 018740 call decrypt_code 
+0x6a5d 018741 call wait_iicd_done 
+0x6a5e 018742 isolate1 iicd_crcok ,pdata 
+0x6a5f 018743 call set_ucode_status 
+0x6a60 018744 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
+0x6a61 018745 fetch 2 ,mem_addr_mi 
+0x6a62 018746 byteswap pdata ,pdata 
+0x6a63 018747 iadd temp ,pdata 
+0x6a64 018748 byteswap pdata ,pdata 
+0x6a65 018749 store 2 ,mem_addr_mi 
+0x6a66 018750 rtn 
+:      018752 iicd_read_eep_load_code_size_2k:
+0x6a67 018753 fetch 1 ,mem_addr_mi 
+0x6a68 018754 iadd temp ,pdata 
+0x6a69 018755 byteswap pdata ,pdata 
+0x6a6a 018756 store 2 ,mem_addr_mi 
+0x6a6b 018757 rtn 
+:      018763 iicd_write_eep_data:
+0x6a6c 018764 fetch 2 ,mem_eeprom_base 
+0x6a6d 018765 iadd regb ,pdata 
+:      018768 iicd_write_ota_data:
+0x6a6e 018769 store 2 ,mem_pdatatemp 
+0x6a6f 018770 bpatch patch11_0 ,mem_patch11 
+0x6a70 018771 storet 2 ,mem_temp 
+0x6a71 018772 storer rega ,2 ,mem_contr 
+:      018773 iicd_write_eep_loop:
+0x6a72 018774 call iicd_eep_transparency 
+0x6a73 018776 fetcht 2 ,mem_regb 
+0x6a74 018777 fetchr rega ,2 ,mem_contr 
+0x6a75 018778 fetch 2 ,mem_pdatatemp 
+0x6a76 018780 call iicd_write_eep 
+0x6a77 018782 fetch 2 ,mem_regb 
+0x6a78 018783 fetcht 2 ,mem_contr 
+0x6a79 018784 iadd temp ,temp 
+0x6a7a 018785 storet 2 ,mem_contr 
+0x6a7b 018786 fetcht 2 ,mem_pdatatemp 
+0x6a7c 018787 iadd temp ,temp 
+0x6a7d 018788 storet 2 ,mem_pdatatemp 
+0x6a7e 018789 fetch 2 ,mem_temp 
+0x6a7f 018790 nbranch iicd_write_eep_loop ,blank 
+0x6a80 018791 rtn 
+:      018799 iicd_eep_transparency:
+0x6a81 018800 bpatch patch11_1 ,mem_patch11 
+0x6a82 018801 fetch 1 ,mem_eeprom_block_size 
+0x6a83 018802 increase -1 ,pdata 
+0x6a84 018803 fetcht 2 ,mem_pdatatemp 
+0x6a85 018804 ior temp ,pdata 
+0x6a86 018805 increase 1 ,pdata 
+0x6a87 018806 store 3 ,mem_regc 
+0x6a88 018808 fetch 2 ,mem_temp 
+0x6a89 018809 iadd temp ,pdata 
+0x6a8a 018811 fetcht 3 ,mem_regc 
+0x6a8b 018812 isub temp ,pdata 
+0x6a8c 018813 nbranch iicd_eep_deal_short_packet ,positive 
+0x6a8d 018814 store 2 ,mem_temp 
+0x6a8e 018815 fetch 3 ,mem_regc 
+0x6a8f 018816 fetcht 2 ,mem_pdatatemp 
+0x6a90 018817 isub temp ,pdata 
+0x6a91 018818 store 2 ,mem_regb 
+0x6a92 018819 rtn 
+:      018820 iicd_eep_deal_short_packet:
+0x6a93 018821 fetch 2 ,mem_temp 
+0x6a94 018822 store 2 ,mem_regb 
+0x6a95 018823 setarg 0 
+0x6a96 018824 store 2 ,mem_temp 
+0x6a97 018825 rtn 
+:      018827 iicd_write_eep_size_2k:
+0x6a98 018828 copy regb ,pdata 
+0x6a99 018829 increase 2 ,temp 
+0x6a9a 018830 storet 2 ,core_iicd_txlen 
+0x6a9b 018831 increase -2 ,rega 
+0x6a9c 018832 ifetcht 3 ,rega 
+0x6a9d 018833 copy temp ,regb 
+0x6a9e 018834 arg 0xa0 ,temp 
+0x6a9f 018835 istoret 1 ,rega 
+0x6aa0 018836 istore 1 ,contw 
+0x6aa1 018837 branch iicd_write_eep_common 
+:      018840 iicd_write_eep:
+0x6aa2 018841 copy pdata ,regb 
+0x6aa3 018842 bpatch patch11_2 ,mem_patch11 
+0x6aa4 018843 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
+0x6aa5 018844 copy regb ,pdata 
+0x6aa6 018845 increase 3 ,temp 
+0x6aa7 018846 storet 2 ,core_iicd_txlen 
+0x6aa8 018847 increase -3 ,rega 
+0x6aa9 018848 ifetcht 3 ,rega 
+0x6aaa 018849 copy temp ,regb 
+0x6aab 018850 arg 0xa0 ,temp 
+0x6aac 018851 istoret 1 ,rega 
+0x6aad 018852 byteswap pdata ,pdata 
+0x6aae 018853 istore 2 ,contw 
+:      018854 iicd_write_eep_common:
+0x6aaf 018855 storer rega ,2 ,core_iicd_txaddr 
+0x6ab0 018856 setarg 0 
+0x6ab1 018857 store 2 ,core_iicd_rxlen 
+0x6ab2 018858 jam 1 ,core_iicd_ctrl 
+0x6ab3 018859 jam iicd_start ,core_misc_ctrl 
+0x6ab4 018860 call wait_iicd_done 
+0x6ab5 018861 istorer regb ,3 ,rega 
+:      018862 iic_check_eeprom_standby:
+0x6ab6 018863 bpatch patch11_3 ,mem_patch11 
+0x6ab7 018864 jam 0 ,mem_iicd_tbuf + 3 
+:      018865 iic_check_eeprom_standby_wait:
+0x6ab8 018866 setarg 1 
+0x6ab9 018867 store 2 ,core_iicd_txlen 
+0x6aba 018868 jam 0xa0 ,mem_iicd_tbuf 
+0x6abb 018869 setarg mem_iicd_tbuf 
+0x6abc 018870 store 2 ,core_iicd_txaddr 
+0x6abd 018871 setarg 0 
+0x6abe 018872 store 2 ,core_iicd_rxlen 
+0x6abf 018873 store 2 ,core_iicd_rxaddr 
+0x6ac0 018874 setarg 3 
+0x6ac1 018875 store 1 ,core_iicd_ctrl 
+0x6ac2 018876 jam iicd_start ,core_misc_ctrl 
+0x6ac3 018877 call wait_iicd_done 
+0x6ac4 018878 fetch 1 ,core_dma_status 
+0x6ac5 018879 rtnbit0 iicd_ack 
+0x6ac6 018880 nop 1500 
+0x6ac7 018881 fetch 1 ,mem_iicd_tbuf + 3 
+0x6ac8 018882 increase 1 ,pdata 
+0x6ac9 018883 store 1 ,mem_iicd_tbuf + 3 
+0x6aca 018884 sub pdata ,40 ,null 
+0x6acb 018885 nrtn positive 
+0x6acc 018886 branch iic_check_eeprom_standby_wait 
+:      018890 uarta_init_dma_mem:
+0x6acd 018891 call enable_user 
+0x6ace 018892 branch uart_init_dma_mem 
+:      018894 uart_init_dma_mem:
+0x6acf 018895 rshift16 pdata ,temp 
+0x6ad0 018896 call uarta_init_rx ,user 
+0x6ad1 018897 rshift32 pdata ,pdata 
+0x6ad2 018898 rshift16 pdata ,temp 
+0x6ad3 018899 call uarta_init_tx ,user 
+0x6ad4 018900 fetch 2 ,core_clkoff 
+0x6ad5 018901 set0 clock_off_uart ,pdata 
+0x6ad6 018902 store 2 ,core_clkoff 
+0x6ad7 018903 rtn 
+:      018906 uarta_init_baud_rate:
+0x6ad8 018907 store uart_baud_len ,core_uart_baud 
+0x6ad9 018908 rtn 
+:      018911 uarta_calc_baud_rate_config:
+0x6ada 018912 call uart_calc_baud_rate_config 
+0x6adb 018913 branch uarta_init_baud_rate 
+:      018916 uart_calc_baud_rate_config:
+0x6adc 018917 call uart_calc_baud_rate_config_choice_uart_clock 
+0x6add 018918 idiv temp 
+0x6ade 018919 call wait_div_end 
+0x6adf 018920 quotient pdata 
+0x6ae0 018921 rtn 
+:      018923 uart_calc_baud_rate_config_choice_uart_clock:
+0x6ae1 018924 fetch 1 ,core_uart_clksel 
+0x6ae2 018925 bbit0 uart_clock_select_bit ,uart_calc_baud_rate_config_choice_uart_clock_crystal 
+0x6ae3 018926 setarg uart_clock_freq_48m 
+0x6ae4 018927 rtn 
+:      018928 uart_calc_baud_rate_config_choice_uart_clock_crystal:
+0x6ae5 018929 setarg uart_clock_freq_24m 
+0x6ae6 018930 rtn 
+:      018932 uart_clock_select_main_freq_crystal:
+0x6ae7 018933 fetch 1 ,core_uart_clksel 
+0x6ae8 018934 and pdata ,uart_clock_select_crystal ,pdata 
+0x6ae9 018935 store 1 ,core_uart_clksel 
+0x6aea 018936 rtn 
+:      018938 uart_clock_select_main_freq_dpll:
+0x6aeb 018939 fetch 1 ,core_uart_clksel 
+0x6aec 018940 or pdata ,uart_clock_select_dpll ,pdata 
+0x6aed 018941 store 1 ,core_uart_clksel 
+0x6aee 018942 rtn 
+:      018946 uarta_init_tx:
+0x6aef 018947 store 2 ,core_uart_tsaddr 
+0x6af0 018948 store 2 ,core_uart_twptr 
+0x6af1 018949 storet 2 ,core_uart_teaddr 
+0x6af2 018950 rtn 
+:      018953 uarta_init_rx:
+0x6af3 018954 store 2 ,core_uart_rsaddr 
+0x6af4 018955 store 2 ,core_uart_rrptr 
+0x6af5 018956 storet 2 ,core_uart_readdr 
+0x6af6 018957 rtn 
+:      018959 uarta_prepare_tx:
+0x6af7 018960 fetchr contus ,2 ,core_uart_tsaddr 
+0x6af8 018961 fetchr contue ,2 ,core_uart_teaddr 
+0x6af9 018962 fetchr contu ,2 ,core_uart_twptr 
+0x6afa 018963 rtn 
+:      018965 uarta_prepare_rx:
+0x6afb 018966 fetchr contus ,2 ,core_uart_rsaddr 
+0x6afc 018967 fetchr contue ,2 ,core_uart_readdr 
+0x6afd 018968 fetchr contu ,2 ,core_uart_rrptr 
+0x6afe 018969 rtn 
+:      018971 uarta_send:
+0x6aff 018972 storer contu ,2 ,core_uart_twptr 
+0x6b00 018973 rtn 
+:      018975 uarta_rxdone:
+0x6b01 018976 storer contu ,2 ,core_uart_rrptr 
+0x6b02 018977 rtn 
+:      018979 uarta_clear_current_rx:
+0x6b03 018980 call uarta_prepare_rx 
+0x6b04 018981 fetch 2 ,core_uart_rxitems 
+0x6b05 018982 iadd contu ,contu 
+0x6b06 018983 branch uarta_rxdone 
+:      018985 uarta_prepare_tx_register_push:
+0x6b07 018986 call uart_register_push 
+0x6b08 018987 branch uarta_prepare_tx 
+:      018989 uarta_send_register_pop:
+0x6b09 018990 call uarta_send 
+0x6b0a 018991 branch uart_register_pop 
+:      018994 uart_register_push:
+0x6b0b 018995 storer contu ,2 ,mem_contu 
+0x6b0c 018996 storer contus ,2 ,mem_contue 
+0x6b0d 018997 storer contue ,2 ,mem_contus 
+0x6b0e 018998 rtn 
+:      019000 uart_register_pop:
+0x6b0f 019001 fetchr contu ,2 ,mem_contu 
+0x6b10 019002 fetchr contus ,2 ,mem_contue 
+0x6b11 019003 fetchr contue ,2 ,mem_contus 
+0x6b12 019004 rtn 
+:      019007 uart_copy_tx_bytes_fast:
+0x6b13 019008 deposit loopcnt 
+0x6b14 019009 rtn blank 
+:      019010 uart_copy_tx_bytes_fast_loop:
+0x6b15 019011 increase -8 ,loopcnt 
+0x6b16 019012 call uart_tx_8_bytes ,positive 
+0x6b17 019013 rtn zero 
+0x6b18 019014 branch uart_copy_tx_bytes_fast_loop ,positive 
+0x6b19 019015 increase 8 ,loopcnt 
+:      019016 uart_copy_tx_bytes_fast_loop_four:
+0x6b1a 019017 increase -4 ,loopcnt 
+0x6b1b 019018 call uart_tx_4_bytes ,positive 
+0x6b1c 019019 rtn zero 
+0x6b1d 019020 branch uart_copy_tx_bytes_fast_loop_four ,positive 
+0x6b1e 019021 increase 4 ,loopcnt 
+0x6b1f 019022 branch uart_copy_tx_bytes 
+:      019024 uart_tx_8_bytes:
+0x6b20 019025 ifetch 8 ,contr 
+0x6b21 019026 istore 8 ,contu 
+0x6b22 019027 rtn 
+:      019029 uart_tx_4_bytes:
+0x6b23 019030 ifetch 4 ,contr 
+0x6b24 019031 istore 4 ,contu 
+0x6b25 019032 rtn 
+:      019034 uart_copy_tx_bytes:
+0x6b26 019035 deposit loopcnt 
+0x6b27 019036 rtn blank 
+:      019037 uart_copy_tx_bytes_loop:
+0x6b28 019038 ifetch 1 ,contr 
+0x6b29 019039 istore 1 ,contu 
+0x6b2a 019040 loop uart_copy_tx_bytes_loop 
+0x6b2b 019041 rtn 
+:      019043 uart_copy_rx_bytes_fast:
+0x6b2c 019044 deposit loopcnt 
+0x6b2d 019045 rtn blank 
+:      019046 uart_copy_rx_bytes_fast_loop:
+0x6b2e 019047 increase -8 ,loopcnt 
+0x6b2f 019048 call uart_rx_8_bytes ,positive 
+0x6b30 019049 rtn zero 
+0x6b31 019050 branch uart_copy_rx_bytes_fast_loop ,positive 
+0x6b32 019051 increase 8 ,loopcnt 
+:      019052 uart_copy_rx_bytes_fast_loop_four:
+0x6b33 019053 increase -4 ,loopcnt 
+0x6b34 019054 call uart_rx_4_bytes ,positive 
+0x6b35 019055 rtn zero 
+0x6b36 019056 branch uart_copy_rx_bytes_fast_loop_four ,positive 
+0x6b37 019057 increase 4 ,loopcnt 
+0x6b38 019058 branch uart_copy_rx_bytes 
+:      019061 uart_rx_8_bytes:
+0x6b39 019062 ifetch 8 ,contu 
+0x6b3a 019063 istore 8 ,contw 
+0x6b3b 019064 rtn 
+:      019066 uart_rx_4_bytes:
+0x6b3c 019067 ifetch 4 ,contu 
+0x6b3d 019068 istore 4 ,contw 
+0x6b3e 019069 rtn 
+:      019072 uart_copy_rx_bytes:
+0x6b3f 019073 deposit loopcnt 
+0x6b40 019074 rtn blank 
+:      019075 uart_copy_rx_bytes_loop:
+0x6b41 019076 ifetch 1 ,contu 
+0x6b42 019077 istore 1 ,contw 
+0x6b43 019078 loop uart_copy_rx_bytes_loop 
+0x6b44 019079 rtn 
+:      019084 app_store_nvram_event:
+0x6b45 019085 jam bt_evt_store_nvram ,mem_fifo_temp 
+0x6b46 019086 branch ui_ipc_send_event 
+:      019088 check_51cmd_update_device_record:
+0x6b47 019089 bpatch patch11_4 ,mem_patch11 
+0x6b48 019090 fetch 1 ,mem_nv_data_number 
+0x6b49 019091 rtn blank 
+0x6b4a 019092 call check_nvram 
+0x6b4b 019093 call init_device_list ,zero 
+0x6b4c 019094 call disable_user2 
+0x6b4d 019095 call nvram_find_addr_from_bd_list 
+:      019096 write_device_record:
+0x6b4e 019097 fetch 1 ,mem_nv_data_number 
+0x6b4f 019098 icopy regc 
+0x6b50 019099 fetcht 2 ,mem_nv_data_ptr 
+0x6b51 019100 storet 2 ,mem_list_item_ptr 
+:      019101 write_device_loop_find:
+0x6b52 019102 copy regc ,pdata 
+0x6b53 019103 branch app_store_nvram_event ,blank 
+0x6b54 019104 increase -1 ,regc 
+0x6b55 019105 copy temp ,rega 
+0x6b56 019106 ifetch 1 ,rega 
+0x6b57 019107 fetcht 1 ,mem_select_list_item 
+0x6b58 019108 isub temp ,null 
+0x6b59 019109 call set_index_finded_device ,zero 
+0x6b5a 019110 branch write_device_loop_find0 ,positive 
+0x6b5b 019111 ifetch 1 ,rega 
+0x6b5c 019112 increase 1 ,pdata 
+0x6b5d 019113 istore 1 ,rega 
+:      019114 write_device_loop_find0:
+0x6b5e 019115 fetcht 2 ,mem_list_item_ptr 
+0x6b5f 019116 increase nv_data_len ,temp 
+0x6b60 019117 storet 2 ,mem_list_item_ptr 
+0x6b61 019118 branch write_device_loop_find 
+:      019120 set_index_finded_device:
+0x6b62 019121 setarg 0 
+0x6b63 019122 istore 1 ,rega 
+0x6b64 019123 fetch 1 ,mem_temp_reconn_record 
+0x6b65 019124 istore 1 ,contw 
+0x6b66 019125 bne rec_3_mode ,set_index_finded_device_ble_mode 
+:      019127 set_index_find_device_master_addr:
+0x6b67 019128 ifetch 6 ,contr 
+0x6b68 019129 istore 8 ,contw 
+0x6b69 019130 setarg 0 
+0x6b6a 019131 istore 8 ,contw 
+0x6b6b 019132 copy regb ,contr 
+:      019133 store_rec_data_common:
+0x6b6c 019134 call memcpy16 
+0x6b6d 019135 force 1 ,null 
+0x6b6e 019136 rtn 
+:      019138 set_index_finded_device_ble_mode:
+0x6b6f 019139 beq rec_4_mode_random_resolvable_private_address ,set_index_finded_device_irk 
+0x6b70 019140 beq rec_4_mode_random_non_resolvable_private_address ,set_index_finded_device_ediv 
+0x6b71 019141 arg mem_le_ltk ,regb 
+0x6b72 019142 branch set_index_find_device_master_addr 
+:      019144 set_index_finded_device_irk:
+0x6b73 019145 arg mem_le_irk ,contr 
+0x6b74 019146 call memcpy16 
+:      019147 store_ble_rec_data_common:
+0x6b75 019148 arg mem_le_ltk ,contr 
+0x6b76 019149 branch store_rec_data_common 
+:      019151 set_index_finded_device_ediv:
+0x6b77 019152 arg mem_le_rand ,contr 
+0x6b78 019153 call memcpy16 
+0x6b79 019154 branch store_ble_rec_data_common 
+:      019159 nvram_find_addr_from_bd_list:
+0x6b7a 019160 bpatch patch11_5 ,mem_patch11 
+0x6b7b 019161 call disable_user 
+0x6b7c 019162 fetch 1 ,mem_nv_data_number 
+0x6b7d 019163 rtn blank 
+0x6b7e 019164 bpatch patch11_6 ,mem_patch11 
+0x6b7f 019165 fetch 2 ,mem_ui_state_map 
+0x6b80 019166 rtnbit0 ui_state_ble_connected 
+:      019167 find_addr_from_bd_list_ble_mode:
+0x6b81 019168 fetch 1 ,mem_le_conn_peer_addr_type 
+0x6b82 019169 beq master_public_addr ,find_addr_from_bd_list_public_device_addr 
+0x6b83 019170 fetch 1 ,mem_le_plap + 5 
+0x6b84 019171 compare 0xc0 ,pdata ,0xc0 
+0x6b85 019172 branch find_addr_from_bd_list_static_addr ,true 
+0x6b86 019173 compare 0x40 ,pdata ,0xc0 
+0x6b87 019174 branch find_addr_from_bd_list_random_addr ,true 
+0x6b88 019175 branch find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy 
+:      019177 find_addr_from_bd_list_static_addr:
+0x6b89 019178 branch find_addr_from_bd_list_static_addr_reconnect ,user2 
+0x6b8a 019179 fetch 1 ,mem_le_preq_init_key_distribution 
+0x6b8b 019180 bbit0 le_initator_irk_bit ,find_addr_from_bd_list_public_device_addr 
+0x6b8c 019181 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
+:      019183 find_addr_from_bd_list_static_addr_reconnect:
+0x6b8d 019184 call find_addr_from_bd_list_public_device_addr 
+0x6b8e 019185 rtn user 
+0x6b8f 019186 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
+:      019189 find_addr_from_bd_list_static_addr_sc_or_legacy:
+:      019190 find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy:
+0x6b90 019191 fetch 1 ,mem_le_pairing_mode 
+0x6b91 019192 bbit1 le_pairing_mode_secure_connect_bit ,find_addr_from_bd_list_random_non_resolvable_private_address_sc 
+0x6b92 019193 branch find_addr_from_bd_list_random_non_resolvable_private_address 
+:      019195 find_addr_from_bd_list_static_addr_sc:
+:      019196 find_addr_from_bd_list_random_non_resolvable_private_address_sc:
+0x6b93 019197 fetch 6 ,mem_le_plap 
+0x6b94 019198 store 8 ,mem_le_rand 
+0x6b95 019199 branch find_addr_from_bd_list_random_non_resolvable_private_address 
+:      019202 find_addr_from_bd_list_public_device_addr:
+0x6b96 019203 jam rec_4_mode_static_address ,mem_temp_reconn_record 
+0x6b97 019204 fetch 6 ,mem_le_plap 
+0x6b98 019205 branch find_addr_from_bd_list_common 
+:      019207 find_addr_from_bd_list_random_non_resolvable_private_address:
+0x6b99 019208 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
+0x6b9a 019209 branch find_addr_from_bd_list_common 
+:      019212 find_addr_from_bd_list_random_addr:
+0x6b9b 019213 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
+0x6b9c 019214 branch find_addr_from_bd_list_common 
+:      019216 find_addr_from_bd_list_common:
+0x6b9d 019217 bpatch patch11_7 ,mem_patch11 
+0x6b9e 019219 fetch 2 ,mem_nv_data_ptr 
+0x6b9f 019220 ifetcht 1 ,pdata 
+0x6ba0 019221 pincrease 1 
+0x6ba1 019222 store 2 ,mem_list_item_ptr 
+0x6ba2 019223 storet 1 ,mem_select_list_item 
+0x6ba3 019224 fetch 1 ,mem_nv_data_number 
+0x6ba4 019225 icopy regc 
+:      019226 nvram_find_addr_from_list:
+0x6ba5 019227 fetch 2 ,mem_list_item_ptr 
+0x6ba6 019228 copy pdata ,rega 
+0x6ba7 019229 call nvram_find_addr_from_list_compare 
+0x6ba8 019230 rtn user 
+0x6ba9 019231 fetcht 2 ,mem_list_item_ptr 
+0x6baa 019232 increase nv_data_len ,temp 
+0x6bab 019233 storet 2 ,mem_list_item_ptr 
+0x6bac 019234 increase -1 ,temp 
+0x6bad 019235 ifetch 1 ,temp 
+0x6bae 019236 store 1 ,mem_select_list_item 
+0x6baf 019237 increase -1 ,regc 
+0x6bb0 019238 nbranch nvram_find_addr_from_list ,zero 
+0x6bb1 019239 fetch 1 ,mem_nv_data_number 
+0x6bb2 019240 pincrease decreased_one 
+0x6bb3 019241 store 1 ,mem_select_list_item 
+0x6bb4 019242 rtn 
+:      019243 nvram_find_addr_from_list_compare:
+0x6bb5 019244 fetch 1 ,mem_temp_reconn_record 
+0x6bb6 019245 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
+:      019246 find_master_addr_from_list_compare:
+0x6bb7 019247 arg mem_temp_reconn_record ,regb 
+0x6bb8 019248 arg 7 ,loopcnt 
+0x6bb9 019249 call string_compare 
+0x6bba 019250 branch enable_user ,zero 
+0x6bbb 019251 rtn 
+:      019253 find_addr_from_list_compare_ble_mode:
+0x6bbc 019254 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
+0x6bbd 019255 beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
+0x6bbe 019256 branch find_master_addr_from_list_compare 
+:      019258 find_irk_form_list_compare:
+0x6bbf 019259 ifetcht 1 ,rega 
+0x6bc0 019260 isub temp ,null 
+0x6bc1 019261 nrtn zero 
+0x6bc2 019262 arg mem_le_prand ,contw 
+0x6bc3 019263 arg 16 ,loopcnt 
+0x6bc4 019264 call clear_mem 
+0x6bc5 019265 fetch 3 ,mem_le_plap + 3 
+0x6bc6 019266 store 3 ,mem_le_prand 
+0x6bc7 019267 call genernate_master_macaddress 
+0x6bc8 019268 fetch 2 ,mem_le_aes_128 + 13 
+0x6bc9 019269 byteswap pdata ,pdata 
+0x6bca 019270 lshift8 pdata ,temp 
+0x6bcb 019271 ifetch 1 ,contr 
+0x6bcc 019272 iadd temp ,pdata 
+0x6bcd 019273 fetcht 3 ,mem_le_plap 
+0x6bce 019274 isub temp ,null 
+0x6bcf 019275 branch enable_user ,zero 
+0x6bd0 019276 rtn 
+:      019279 genernate_master_macaddress:
+0x6bd1 019280 arg mem_le_prand ,contr 
+0x6bd2 019281 call load_data128 
+0x6bd3 019283 ifetch 1 ,rega 
+0x6bd4 019284 call load_regext 
+0x6bd5 019285 force 0x38 ,aes_ctrl 
+0x6bd6 019286 force 0x0 ,aes_ctrl 
+0x6bd7 019287 call wait_aes 
+0x6bd8 019288 arg mem_le_aes_128 ,contw 
+0x6bd9 019289 branch store_aes_result 
+:      019291 find_ediv_form_list_compare:
+0x6bda 019292 ifetcht 1 ,rega 
+0x6bdb 019293 isub temp ,null 
+0x6bdc 019294 nrtn zero 
+0x6bdd 019295 copy contr ,rega 
+0x6bde 019296 add contr ,8 ,regc 
+0x6bdf 019297 arg mem_le_rand ,regb 
+0x6be0 019298 arg 8 ,loopcnt 
+0x6be1 019299 call string_compare 
+0x6be2 019300 branch enable_user ,zero 
+0x6be3 019301 copy regc ,rega 
+0x6be4 019302 arg mem_le_irk ,regb 
+0x6be5 019303 arg 8 ,loopcnt 
+0x6be6 019304 call string_compare 
+0x6be7 019305 branch enable_user ,zero 
+0x6be8 019306 rtn 
+:      019308 check_nvram:
+0x6be9 019309 fetch 2 ,mem_nv_data_ptr 
+0x6bea 019310 ifetcht 1 ,pdata 
+0x6beb 019311 pincrease nv_data_len 
+0x6bec 019312 ifetch 1 ,pdata 
+0x6bed 019313 isub temp ,null 
+0x6bee 019314 rtn 
+:      019316 init_device_list:
+0x6bef 019317 fetch 1 ,mem_nv_data_number 
+0x6bf0 019318 icopy loopcnt 
+0x6bf1 019319 fetcht 2 ,mem_nv_data_ptr 
+0x6bf2 019320 setarg 0 
+:      019321 init_device_list_loop:
+0x6bf3 019322 istore 1 ,temp 
+0x6bf4 019323 increase nv_data_len ,temp 
+0x6bf5 019324 pincrease 1 
+0x6bf6 019325 loop init_device_list_loop 
+0x6bf7 019326 rtn 
+:      019328 load_device_list_mode_4:
+0x6bf8 019331 call enable_user2 
+0x6bf9 019332 call nvram_find_addr_from_bd_list 
+0x6bfa 019333 nbranch clear_ltk_exists ,user 
+0x6bfb 019334 fetch 2 ,mem_list_item_ptr 
+0x6bfc 019335 add pdata ,1 ,contr 
+0x6bfd 019336 arg mem_le_irk ,contw 
+0x6bfe 019337 call memcpy16 
+0x6bff 019338 arg mem_le_ltk ,contw 
+0x6c00 019339 call memcpy16 
+0x6c01 019340 jam 1 ,mem_ltk_exists 
+0x6c02 019341 rtn 
+:      019343 clear_ltk_exists:
+0x6c03 019344 jam 0 ,mem_ltk_exists 
+0x6c04 019345 rtn 
+:      019348 eeprom_store_le_reconn_info:
+0x6c05 019349 jam rec_4_mode ,mem_record_bt_mode 
+0x6c06 019350 branch eeprom_store_reconn_info 
+:      019352 eeprom_store_reconn_info:
+0x6c07 019353 fetch 1 ,mem_device_option 
+0x6c08 019354 beq dvc_op_module ,check_51cmd_update_device_record 
+0x6c09 019355 beq dvc_op_mouse ,mouse_store_remote_bdaddr 
+0x6c0a 019356 rtn 
+:      019364 gpio_set_wake_by_current_state:
+0x6c0b 019365 bpatch patch12_0 ,mem_patch12 
+0x6c0c 019366 set1 gpio_active_bit ,temp 
+0x6c0d 019367 call gpio_get_bit 
+0x6c0e 019368 nsetflag true ,gpio_active_bit ,temp 
+:      019371 gpio_set_wake:
+0x6c0f 019372 bpatch patch12_1 ,mem_patch12 
+0x6c10 019373 sub temp ,ui_button_gpio_disable ,null 
+0x6c11 019374 rtn zero 
+0x6c12 019375 isolate0 gpio_active_bit ,temp 
+0x6c13 019376 and temp ,0x1f ,queue 
+0x6c14 019377 fetch 4 ,mem_gpio_wakeup_low 
+0x6c15 019378 qsetflag true ,pdata 
+0x6c16 019379 store 4 ,mem_gpio_wakeup_low 
+0x6c17 019380 fetch 4 ,mem_gpio_wakeup_high 
+0x6c18 019381 nqsetflag true ,pdata 
+0x6c19 019382 store 4 ,mem_gpio_wakeup_high 
+0x6c1a 019383 rtn 
+:      019386 gpio_clr_wake:
+0x6c1b 019387 bpatch patch12_2 ,mem_patch12 
+0x6c1c 019388 sub temp ,ui_button_gpio_disable ,null 
+0x6c1d 019389 rtn zero 
+0x6c1e 019390 isolate0 gpio_active_bit ,temp 
+0x6c1f 019391 and temp ,0x1f ,queue 
+0x6c20 019392 fetch 4 ,mem_gpio_wakeup_low 
+0x6c21 019393 qset0 pdata 
+0x6c22 019394 store 4 ,mem_gpio_wakeup_low 
+0x6c23 019395 fetch 4 ,mem_gpio_wakeup_high 
+0x6c24 019396 qset0 pdata 
+0x6c25 019397 store 4 ,mem_gpio_wakeup_high 
+0x6c26 019398 rtn 
+:      019400 gpio_config_input_nowake:
+0x6c27 019401 call gpio_clr_wake 
+0x6c28 019402 branch gpio_config_input_without_wake 
+:      019405 gpio_config_input:
+0x6c29 019406 sub temp ,ui_button_gpio_disable ,null 
+0x6c2a 019407 rtn zero 
+0x6c2b 019408 ncall gpio_set_wake ,wake 
+:      019409 gpio_config_input_without_wake:
+0x6c2c 019410 call gpio_addr 
+0x6c2d 019411 setarg 0 
+0x6c2e 019412 isolate1 gpio_active_bit ,temp 
+0x6c2f 019413 nsetflag true ,6 ,pdata 
+0x6c30 019414 setflag true ,7 ,pdata 
+0x6c31 019415 branch gpio_write 
+:      019418 gpio_get_bit:
+0x6c32 019419 bpatch patch12_3 ,mem_patch12 
+0x6c33 019420 arg core_gpio_in ,contw 
+0x6c34 019421 and temp ,0x07 ,queue 
+0x6c35 019422 rshift3 temp ,pdata 
+0x6c36 019423 and_into 3 ,pdata 
+0x6c37 019424 iadd contw ,contw 
+0x6c38 019425 ifetch 1 ,contw 
+0x6c39 019426 isolate1 gpio_active_bit ,temp 
+0x6c3a 019427 branch gpio_get_bit_reverse ,true 
+0x6c3b 019428 qisolate0 pdata 
+0x6c3c 019429 rtn 
+:      019430 gpio_get_bit_reverse:
+0x6c3d 019431 qisolate1 pdata 
+0x6c3e 019432 rtn 
+:      019435 gpio_out_inactive:
+0x6c3f 019436 sub temp ,ui_button_gpio_disable ,null 
+0x6c40 019437 rtn zero 
+0x6c41 019438 isolate1 gpio_active_bit ,null 
+0x6c42 019439 branch gpio_out_flag 
+:      019441 gpio_config_output:
+:      019442 gpio_out_active:
+0x6c43 019443 sub temp ,ui_button_gpio_disable ,null 
+0x6c44 019444 rtn zero 
+0x6c45 019445 isolate0 gpio_active_bit ,null 
+:      019448 gpio_out_flag:
+0x6c46 019449 setarg 0 
+0x6c47 019450 nsetflag true ,gpio_active_bit ,pdata 
+0x6c48 019451 ixor temp ,temp 
+:      019454 gpio_out:
+0x6c49 019455 call gpio_addr 
+0x6c4a 019456 setarg gpcfg_output_high 
+0x6c4b 019457 isolate1 gpio_active_bit ,temp 
+0x6c4c 019458 setflag true ,0 ,pdata 
+0x6c4d 019459 branch gpio_write 
+:      019462 gpio_check_active:
+0x6c4e 019463 sub temp ,ui_button_gpio_disable ,null 
+0x6c4f 019464 branch disable_true ,zero 
+0x6c50 019465 call gpio_addr 
+0x6c51 019466 ifetch 1 ,contw 
+0x6c52 019467 bbit1 0 ,gpio_check_active_high 
+0x6c53 019468 isolate0 gpio_active_bit ,temp 
+0x6c54 019469 rtn 
+:      019470 gpio_check_active_high:
+0x6c55 019471 isolate1 gpio_active_bit ,temp 
+0x6c56 019472 rtn 
+:      019474 gpio_set_analog:
+0x6c57 019475 call gpio_addr 
+0x6c58 019476 setarg gpcfg_no_ie 
+:      019477 gpio_write:
+0x6c59 019478 istore 1 ,contw 
+0x6c5a 019479 rtn 
+:      019481 gpio_set_high_impedance:
+0x6c5b 019482 call gpio_addr 
+0x6c5c 019483 setarg gpcfg_high_impedance 
+0x6c5d 019484 branch gpio_write 
+:      019486 gpio_addr:
+0x6c5e 019487 and temp ,0x3f ,pdata 
+0x6c5f 019488 sub pdata ,gpio_number + -1 ,null 
+0x6c60 019489 nbranch assert ,positive 
+0x6c61 019490 arg core_gpio_conf ,contw 
+:      019491 gpio_addr_next:
+0x6c62 019492 iadd contw ,contw 
+0x6c63 019493 rtn 
+:      019499 gpio_config_param:
+0x6c64 019500 and pdata ,0xff ,temp 
+0x6c65 019501 rshift8 pdata ,pdata 
+0x6c66 019502 branch gpio_config_function_int 
+:      019505 gpio_config_function:
+0x6c67 019506 rtnbit0 gpio_active_bit 
+:      019507 gpio_config_function_int:
+0x6c68 019508 and_into 0x3f ,pdata 
+0x6c69 019509 sub pdata ,gpio_number + -1 ,null 
+0x6c6a 019510 nbranch assert ,positive 
+0x6c6b 019511 arg core_gpio_conf ,contw 
+:      019512 gpio_config_function_int_next:
+0x6c6c 019513 iadd contw ,contw 
+0x6c6d 019514 istoret 1 ,contw 
+0x6c6e 019515 rtn 
+:      019520 gpio_get_config:
+0x6c6f 019521 and_into 0x3f ,temp 
+0x6c70 019522 setarg core_gpio_conf 
+0x6c71 019523 iadd temp ,contr 
+0x6c72 019524 ifetch 1 ,contr 
+0x6c73 019525 rtn 
+:      019529 gpio_set_before_lpm:
+0x6c74 019530 arg gpio_number ,loopcnt 
+0x6c75 019531 arg core_gpio_conf ,contr 
+:      019532 setgpio_loop:
+0x6c76 019533 copy contr ,contw 
+0x6c77 019534 ifetch 1 ,contr 
+0x6c78 019535 beq gpcfg_spid_miso ,setgpio_pullup 
+0x6c79 019536 beq gpcfg_spid_ncs ,setgpio_pullup 
+0x6c7a 019537 beq gpcfg_spid_sck ,setgpio_pullup 
+0x6c7b 019538 beq gpcfg_spid_mosi ,setgpio_pullup 
+0x6c7c 019539 beq gpcfg_spid_sdio ,setgpio_pullup 
+0x6c7d 019540 beq gpcfg_iic_scl ,setgpio_pullup 
+0x6c7e 019541 beq gpcfg_iic_sda ,setgpio_pullup 
+0x6c7f 019542 beq gpcfg_input ,setgpio_pullup 
+:      019543 setgpio_loop_end:
+0x6c80 019544 loop setgpio_loop 
+0x6c81 019545 rtn 
+:      019548 setgpio_pullup:
+0x6c82 019549 setarg gpcfg_pullup 
+0x6c83 019550 istore 1 ,contw 
+0x6c84 019551 branch setgpio_loop_end 
+:      019552 setgpio_pulldown:
+0x6c85 019553 setarg gpcfg_pulldown 
+0x6c86 019554 istore 1 ,contw 
+0x6c87 019555 branch setgpio_loop_end 
+:      019561 adc_init_data:
+0x6c88 019562 bpatch patch12_4 ,mem_patch12 
+0x6c89 019563 setarg otp_offset_adc_param 
+0x6c8a 019564 arg mem_3v_adc_io_data ,rega 
+0x6c8b 019565 arg 12 ,temp 
+0x6c8c 019566 call otpd_read_data_with_pwr_operation 
+0x6c8d 019567 fetch 8 ,mem_3v_adc_io_data 
+0x6c8e 019568 nrtn blank 
+:      019569 adc_init_cal_data_default:
+0x6c8f 019570 setarg 0x469a 
+0x6c90 019571 store 2 ,mem_3v_adc_io_data 
+0x6c91 019572 setarg 0xab77 
+0x6c92 019573 store 2 ,mem_1v_adc_io_data 
+0x6c93 019574 setarg 0x73d0 
+0x6c94 019575 store 2 ,mem_3v_adc_vinlpm_data 
+0x6c95 019576 setarg 0x9658 
+0x6c96 019577 store 2 ,mem_2v_adc_vinlpm_data 
+0x6c97 019578 rtn 
+:      019581 enable_adc:
+0x6c98 019582 bpatch patch12_5 ,mem_patch12 
+0x6c99 019583 fetchr regb ,1 ,core_rf_ldo_cfg6 
+0x6c9a 019584 jam 0x3d ,core_rf_ldo_cfg6 
+0x6c9b 019585 jam 0xaa ,core_rf_ldo_cfg5 
+0x6c9c 019586 jam 0x0c ,core_rf_ldo_en0 
+0x6c9d 019587 fetch 1 ,core_clkpll_cfg6 
+0x6c9e 019588 set1 7 ,pdata 
+0x6c9f 019589 store 1 ,core_clkpll_cfg6 
+0x6ca0 019590 jam 0x04 ,core_rf_ldo_en1 
+0x6ca1 019591 nop 60 
+0x6ca2 019592 jam 0 ,core_syn_en 
+0x6ca3 019593 jam 6 ,core_rx_en0 
+0x6ca4 019594 call read_adc_mode 
+0x6ca5 019595 store 1 ,core_gpadc_ctrl 
+0x6ca6 019596 jam 0x03 ,core_sum_ctrl 
+0x6ca7 019597 nop 60 
+0x6ca8 019598 fetch 1 ,core_sum_en 
+0x6ca9 019599 set1 7 ,pdata 
+0x6caa 019600 store 1 ,core_sum_en 
+0x6cab 019601 nop 1000 
+0x6cac 019602 fetch 2 ,core_adc_sum 
+0x6cad 019603 store 2 ,mem_adc_current_value 
+0x6cae 019604 fetch 1 ,core_sum_en 
+0x6caf 019605 set0 7 ,pdata 
+0x6cb0 019606 store 1 ,core_sum_en 
+0x6cb1 019607 jam 0 ,core_gpadc_ctrl 
+0x6cb2 019608 storer regb ,1 ,core_rf_ldo_cfg6 
+0x6cb3 019609 rtn 
+:      019612 read_adc_mode:
+0x6cb4 019613 bpatch patch12_6 ,mem_patch12 
+0x6cb5 019614 fetch 1 ,mem_adc_config_flag 
+0x6cb6 019615 beq adc_config_vinlpm ,adc_mode_vdcdc 
+0x6cb7 019616 beq adc_config_hvin ,adc_adc_mode_vbat 
+:      019618 adc_check_gpio:
+0x6cb8 019619 fetch 1 ,mem_adc_channel 
+0x6cb9 019620 lshift3 pdata ,pdata 
+0x6cba 019621 or pdata ,7 ,pdata 
+0x6cbb 019622 rtn 
+:      019624 adc_mode_vdcdc:
+0x6cbc 019625 setarg 0x57 
+0x6cbd 019626 rtn 
+:      019628 adc_adc_mode_vbat:
+0x6cbe 019629 setarg 0x4f 
+0x6cbf 019630 rtn 
+:      019632 vdd_calculate_by_mode:
+0x6cc0 019633 bpatch patch12_7 ,mem_patch12 
+0x6cc1 019634 fetch 1 ,mem_adc_config_flag 
+0x6cc2 019635 beq adc_config_vinlpm ,vdd_calculate_vinlpm 
+0x6cc3 019636 beq adc_config_hvin ,vdd_calculate_hvin 
+0x6cc4 019637 beq adc_config_gpio ,vdd_calculate_io 
+0x6cc5 019638 rtn 
+:      019640 vdd_calculate_vinlpm:
+0x6cc6 019641 setarg 100 
+0x6cc7 019642 store 2 ,mem_reference_voltage 
+0x6cc8 019643 fetcht 2 ,mem_3v_adc_vinlpm_data 
+0x6cc9 019644 fetch 2 ,mem_2v_adc_vinlpm_data 
+0x6cca 019645 arg 300 ,regc 
+0x6ccb 019646 branch vdd_calculate 
+:      019648 vdd_calculate_hvin:
+0x6ccc 019649 setarg 100 
+0x6ccd 019650 store 2 ,mem_reference_voltage 
+0x6cce 019651 fetcht 2 ,mem_3v_adc_hvin_data 
+0x6ccf 019652 fetch 2 ,mem_2v_adc_hvin_data 
+0x6cd0 019653 arg 300 ,regc 
+0x6cd1 019654 branch vdd_calculate 
+:      019656 vdd_calculate_io:
+0x6cd2 019657 setarg 200 
+0x6cd3 019658 store 2 ,mem_reference_voltage 
+0x6cd4 019659 fetcht 2 ,mem_3v_adc_io_data 
+0x6cd5 019660 fetch 2 ,mem_1v_adc_io_data 
+0x6cd6 019661 arg 300 ,regc 
+:      019663 vdd_calculate:
+0x6cd7 019664 isub temp ,rega 
+0x6cd8 019665 fetch 2 ,mem_adc_current_value 
+0x6cd9 019666 isub temp ,pdata 
+0x6cda 019667 nbranch vdd_calculate1 ,positive 
+0x6cdb 019668 fetcht 2 ,mem_reference_voltage 
+0x6cdc 019669 imul32 temp ,regb 
+0x6cdd 019670 copy regc ,pdata 
+0x6cde 019671 imul32 rega ,pdata 
+0x6cdf 019672 isub regb ,pdata 
+0x6ce0 019673 bpatch patch13_0 ,mem_patch13 
+0x6ce1 019674 nbranch set_pdata_0 ,positive 
+:      019675 vdd_calculate2:
+0x6ce2 019676 idiv rega 
+0x6ce3 019677 call wait_div_end 
+0x6ce4 019678 quotient pdata 
+0x6ce5 019679 rtn 
+:      019682 vdd_calculate1:
+0x6ce6 019683 copy temp ,pdata 
+0x6ce7 019684 fetcht 2 ,mem_adc_current_value 
+0x6ce8 019685 isub temp ,pdata 
+0x6ce9 019686 fetcht 2 ,mem_reference_voltage 
+0x6cea 019687 imul32 temp ,regb 
+0x6ceb 019688 copy regc ,pdata 
+0x6cec 019689 imul32 rega ,pdata 
+0x6ced 019690 iadd regb ,pdata 
+0x6cee 019691 branch vdd_calculate2 
+:      019695 adc_bat_percent_lowpower_out:
+0x6cef 019696 ifetch 8 ,rega 
+0x6cf0 019697 store 8 ,mem_pdatatemp 
+0x6cf1 019698 fetch 2 ,mem_pdatatemp 
+0x6cf2 019699 fetcht 2 ,mem_pdatatemp + 2 
+0x6cf3 019700 isub temp ,rega 
+0x6cf4 019701 fetch 2 ,mem_pdatatemp + 6 
+0x6cf5 019702 isub temp ,regb 
+0x6cf6 019703 fetcht 2 ,mem_pdatatemp + 4 
+0x6cf7 019704 isub temp ,null 
+0x6cf8 019705 ncall adc_set_low_power_flag ,positive 
+0x6cf9 019706 mul32 regb ,100 ,pdata 
+0x6cfa 019707 idiv rega 
+0x6cfb 019708 call wait_div_end 
+0x6cfc 019709 quotient pdata 
+0x6cfd 019710 call adc_set_no_power_flag ,blank 
+0x6cfe 019711 rtn 
+:      019712 adc_set_low_power_flag:
+0x6cff 019713 fetch 1 ,mem_adc_power_flag 
+0x6d00 019714 set1 0 ,pdata 
+0x6d01 019715 store 1 ,mem_adc_power_flag 
+0x6d02 019716 rtn 
+:      019718 adc_clear_low_power_flag:
+0x6d03 019719 fetch 1 ,mem_adc_power_flag 
+0x6d04 019720 set0 0 ,pdata 
+0x6d05 019721 store 1 ,mem_adc_power_flag 
+0x6d06 019722 rtn 
+:      019724 adc_set_no_power_flag:
+0x6d07 019725 fetcht 1 ,mem_adc_power_flag 
+0x6d08 019726 set1 1 ,temp 
+0x6d09 019727 storet 1 ,mem_adc_power_flag 
+0x6d0a 019728 rtn 
+:      019730 adc_clear_no_power_flag:
+0x6d0b 019731 fetcht 1 ,mem_adc_power_flag 
+0x6d0c 019732 set0 1 ,temp 
+0x6d0d 019733 storet 1 ,mem_adc_power_flag 
+0x6d0e 019734 rtn 
+:      019739 keyscan_key_init:
+0x6d0f 019740 fetch 2 ,mem_key_num_ptr 
+0x6d10 019741 ifetch 1 ,pdata 
+:      019742 keyscan_key_init_next:
+0x6d11 019743 rtn blank 
+0x6d12 019744 copy pdata ,loopcnt 
+0x6d13 019746 fetch 2 ,mem_keyscan_ptr 
+0x6d14 019747 increase 3 ,pdata 
+0x6d15 019748 copy pdata ,rega 
+:      019749 keyscan_key_init_lp1:
+0x6d16 019750 ifetcht 1 ,rega 
+0x6d17 019751 call gpio_config_input 
+0x6d18 019752 increase key_conf_struct_len ,rega 
+0x6d19 019753 loop keyscan_key_init_lp1 
+:      019754 keyscan_key_init_end:
+0x6d1a 019755 rtn 
+:      019757 keyscan_scan_key:
+0x6d1b 019758 fetch 2 ,mem_keyscan_ptr 
+0x6d1c 019759 increase 3 ,pdata 
+0x6d1d 019760 copy pdata ,rega 
+0x6d1e 019762 force 0 ,regb 
+0x6d1f 019763 setarg 0 
+0x6d20 019764 store 2 ,mem_key_value_temp 
+:      019765 keyscan_scan_key_lp1:
+0x6d21 019766 ifetcht 1 ,rega 
+0x6d22 019767 call gpio_get_bit 
+0x6d23 019768 bpatch patch13_1 ,mem_patch13 
+0x6d24 019769 fetch 2 ,mem_key_value_temp 
+0x6d25 019770 copy regb ,queue 
+0x6d26 019771 qsetflag true ,pdata 
+0x6d27 019772 store 2 ,mem_key_value_temp 
+0x6d28 019773 increase key_conf_struct_len ,rega 
+0x6d29 019774 increase 1 ,regb 
+0x6d2a 019775 fetch 2 ,mem_key_num_ptr 
+0x6d2b 019776 ifetch 1 ,pdata 
+:      019777 keyscan_scan_key_lp1_next:
+0x6d2c 019778 ixor regb ,null 
+0x6d2d 019779 nbranch keyscan_scan_key_lp1 ,zero 
+0x6d2e 019780 fetch 2 ,mem_key_value_temp 
+0x6d2f 019781 fetcht 2 ,mem_key_value_retention 
+0x6d30 019782 ixor temp ,null 
+0x6d31 019783 rtn zero 
+0x6d32 019784 enable user 
+0x6d33 019785 rtn 
+:      019787 keyscan_process_lpm_before:
+0x6d34 019788 fetch 2 ,mem_key_num_ptr 
+0x6d35 019789 ifetch 1 ,pdata 
+:      019790 keyscan_process_lpm_before_next:
+0x6d36 019791 rtn blank 
+0x6d37 019792 copy pdata ,loopcnt 
+0x6d38 019793 fetch 2 ,mem_keyscan_ptr 
+0x6d39 019794 increase 3 ,pdata 
+0x6d3a 019795 copy pdata ,rega 
+:      019796 keyscan_process_lpm_before_lp1:
+0x6d3b 019797 ifetcht 1 ,rega 
+0x6d3c 019798 call gpio_set_wake_by_current_state 
+0x6d3d 019799 increase key_conf_struct_len ,rega 
+0x6d3e 019800 loop keyscan_process_lpm_before_lp1 
+:      019801 keyscan_process_lpm_before_end:
+0x6d3f 019802 rtn 
+:      019804 keyscan_key_process:
+0x6d40 019805 arg key_scan_timer ,queue 
+0x6d41 019806 call timer_check 
+0x6d42 019807 nrtn blank 
+0x6d43 019808 setarg 0x20 
+0x6d44 019809 arg key_scan_timer ,queue 
+0x6d45 019810 call timer_init 
+0x6d46 019811 disable user 
+0x6d47 019812 call keyscan_process_lpm_before 
+0x6d48 019813 bpatch patch13_2 ,mem_patch13 
+0x6d49 019814 fetch 2 ,mem_key_num_ptr 
+0x6d4a 019815 ifetch 1 ,pdata 
+:      019816 keyscan_key_process_next:
+0x6d4b 019817 rtn blank 
+0x6d4c 019818 call keyscan_scan_key 
+0x6d4d 019819 nbranch lpm_button_clean_wake_lock ,user 
+0x6d4e 019820 call lpm_button_get_wake_lock 
+0x6d4f 019821 disable user 
+0x6d50 019822 fetch 2 ,mem_key_value_temp 
+0x6d51 019823 store 2 ,mem_key_value_temp4 
+0x6d52 019824 jam 0 ,mem_key_value_temp6 
+0x6d53 019825 force 0 ,queue 
+:      019826 keyscan_key_lp1:
+0x6d54 019827 fetch 2 ,mem_key_value_retention 
+0x6d55 019828 rshift pdata ,temp 
+0x6d56 019829 storet 2 ,mem_key_value_retention 
+0x6d57 019830 and pdata ,0x01 ,pdata 
+0x6d58 019831 fetcht 2 ,mem_key_value_temp4 
+0x6d59 019832 and temp ,0x01 ,rega 
+0x6d5a 019833 rshift temp ,temp 
+0x6d5b 019834 storet 2 ,mem_key_value_temp4 
+0x6d5c 019835 ixor rega ,null 
+0x6d5d 019836 ncall keyscan_send_key_data ,zero 
+0x6d5e 019837 fetch 2 ,mem_key_num_ptr 
+0x6d5f 019838 ifetch 1 ,pdata 
+:      019839 keyscan_key_lp1_next:
+0x6d60 019840 fetcht 1 ,mem_key_value_temp6 
+0x6d61 019841 increase 1 ,temp 
+0x6d62 019842 storet 1 ,mem_key_value_temp6 
+0x6d63 019843 copy temp ,queue 
+0x6d64 019844 ixor queue ,null 
+0x6d65 019845 nbranch keyscan_key_lp1 ,zero 
+0x6d66 019846 fetch 2 ,mem_key_value_temp 
+0x6d67 019847 store 2 ,mem_key_value_retention 
+0x6d68 019848 rtn 
+:      019849 keyscan_send_key_data:
+0x6d69 019850 bpatch patch13_3 ,mem_patch13 
+0x6d6a 019851 fetch 2 ,mem_keyscan_ptr 
+0x6d6b 019852 increase 1 ,pdata 
+0x6d6c 019853 ifetch 2 ,pdata 
+0x6d6d 019854 branch callback_func 
+:      019860 pwm_init:
+0x6d6e 019861 fetch 1 ,core_clksel 
+0x6d6f 019862 ior rega ,pdata 
+0x6d70 019863 store 1 ,core_clksel 
+0x6d71 019864 fetch 2 ,core_clkoff 
+0x6d72 019865 set0 clock_off_pwm ,pdata 
+0x6d73 019866 store 2 ,core_clkoff 
+:      019867 delay_nop100:
+0x6d74 019868 nop 100 
+0x6d75 019869 rtn 
+:      019871 pwm_clk_set:
+0x6d76 019872 fetch 1 ,core_clksel 
+0x6d77 019873 bbit1 6 ,pwm_24m_clk_set 
+0x6d78 019874 bbit1 7 ,pwm_33k_clk_set 
+:      019875 pwm_12m_clk_set:
+0x6d79 019876 setarg pwm_12mhz 
+0x6d7a 019877 rtn 
+:      019878 pwm_24m_clk_set:
+0x6d7b 019879 setarg pwm_24mhz 
+0x6d7c 019880 rtn 
+:      019881 pwm_33k_clk_set:
+0x6d7d 019882 setarg pwm_33khz 
+0x6d7e 019883 rtn 
+:      019886 pwm_out_set:
+0x6d7f 019887 fetcht 3 ,mem_pdatatemp + 2 
+0x6d80 019888 call pwm_clk_set 
+0x6d81 019889 idiv temp 
+0x6d82 019890 call wait_div_end 
+0x6d83 019891 quotient temp 
+0x6d84 019892 fetch 1 ,mem_pdatatemp + 5 
+0x6d85 019893 imul32 temp ,pdata 
+0x6d86 019894 div pdata ,100 
+0x6d87 019895 call wait_div_end 
+0x6d88 019896 quotient rega 
+0x6d89 019897 copy temp ,pdata 
+0x6d8a 019898 isub rega ,regb 
+0x6d8b 019900 fetch 1 ,mem_pdatatemp + 1 
+0x6d8c 019901 call pwm_duty_cycle_set 
+0x6d8d 019902 fetch 1 ,mem_pdatatemp 
+0x6d8e 019903 fetcht 1 ,mem_pdatatemp + 1 
+0x6d8f 019904 and_into 0x0f ,temp 
+0x6d90 019905 lshift8 temp ,temp 
+0x6d91 019906 ior temp ,pdata 
+0x6d92 019907 branch pwm_enable 
+:      019909 pwm_duty_cycle_set:
+0x6d93 019910 iforce queue 
+0x6d94 019911 call pwm_duty_cycle_set_without_autoload 
+0x6d95 019912 branch pwm_autoload_set 
+:      019914 pwm_autoload_set:
+0x6d96 019915 fetch 1 ,core_pwm_autoload 
+0x6d97 019916 qset1 pdata 
+0x6d98 019917 store 1 ,core_pwm_autoload 
+0x6d99 019918 fetcht 1 ,core_clksel 
+0x6d9a 019919 isolate1 7 ,temp 
+0x6d9b 019920 call delay_1clk_of_33k ,true 
+0x6d9c 019921 qset0 pdata 
+0x6d9d 019922 store 1 ,core_pwm_autoload 
+0x6d9e 019923 rtn 
+:      019926 delay_1clk_of_33k:
+0x6d9f 019927 nop 480 
+0x6da0 019928 rtn 
+:      019930 pwm_duty_cycle_set_without_autoload:
+0x6da1 019931 and_into 0x0f ,pdata 
+0x6da2 019932 arg core_pwm_pcnt0 ,contw 
+0x6da3 019933 mul32 pdata ,4 ,pdata 
+0x6da4 019934 iadd contw ,contw 
+0x6da5 019935 copy rega ,pdata 
+0x6da6 019936 istore 2 ,contw 
+0x6da7 019937 copy regb ,pdata 
+0x6da8 019938 istore 2 ,contw 
+0x6da9 019939 rtn 
+:      019944 pwm_enable_in_syncmode:
+0x6daa 019945 rshift8 regb ,queue 
+0x6dab 019946 call pwm_init_bit_set 
+0x6dac 019947 rshift8 regb ,queue 
+0x6dad 019948 call pwm_syncmode_set 
+0x6dae 019949 rshift8 rega ,queue 
+0x6daf 019950 enable true 
+0x6db0 019951 call pwm_syncmode_set_process 
+0x6db1 019953 deposit rega 
+0x6db2 019954 call pwm_gpio_select 
+0x6db3 019955 deposit regb 
+0x6db4 019956 branch pwm_enable 
+:      019958 pwm_disable_in_syncmode:
+0x6db5 019959 deposit rega 
+0x6db6 019960 call pwm_disable 
+0x6db7 019961 deposit regb 
+0x6db8 019962 call pwm_disable 
+0x6db9 019964 rshift8 rega ,queue 
+0x6dba 019965 disable true 
+0x6dbb 019966 call pwm_syncmode_set_process 
+0x6dbc 019967 rshift8 regb ,queue 
+0x6dbd 019968 disable true 
+0x6dbe 019969 call pwm_init_bit_set_process 
+0x6dbf 019970 rshift8 regb ,queue 
+0x6dc0 019971 disable true 
+0x6dc1 019972 branch pwm_syncmode_set_process 
+:      019975 pwm_syncmode_set:
+0x6dc2 019976 isolate1 7 ,queue 
+:      019977 pwm_syncmode_set_process:
+0x6dc3 019978 and queue ,0x0f ,queue 
+0x6dc4 019979 fetch 1 ,core_pwm_sync 
+0x6dc5 019980 qsetflag true ,pdata 
+0x6dc6 019981 store 1 ,core_pwm_sync 
+0x6dc7 019982 rtn 
+:      019984 pwm_init_bit_set:
+0x6dc8 019985 isolate1 6 ,queue 
+:      019986 pwm_init_bit_set_process:
+0x6dc9 019987 and queue ,0x0f ,queue 
+0x6dca 019988 fetch 1 ,core_pwm_init 
+0x6dcb 019989 qsetflag true ,pdata 
+0x6dcc 019990 store 1 ,core_pwm_init 
+0x6dcd 019991 rtn 
+:      019992 pwm_gpio_select:
+0x6dce 019993 call pwm_select_channel 
+:      019994 pwm_gpio_select_process:
+0x6dcf 019995 lshift8 pdata ,pdata 
+0x6dd0 019996 add queue ,gpcfg_pwm_out0 ,temp 
+0x6dd1 019997 ior temp ,pdata 
+0x6dd2 019998 branch gpio_config_param 
+:      020000 pwm_enable:
+0x6dd3 020001 enable user 
+0x6dd4 020002 call pwm_gpio_select 
+0x6dd5 020003 branch pwm_set_select 
+:      020005 pwm_disable:
+0x6dd6 020006 disable user 
+0x6dd7 020007 call pwm_select_channel 
+0x6dd8 020008 branch pwm_set_select 
+:      020010 pwm_set_select:
+0x6dd9 020011 and queue ,0x0f ,queue 
+0x6dda 020012 fetch 1 ,core_pwm_en 
+0x6ddb 020013 qsetflag user ,pdata 
+0x6ddc 020014 store 1 ,core_pwm_en 
+0x6ddd 020015 rtn 
+:      020016 pwm_select_channel:
+0x6dde 020017 rshift8 pdata ,queue 
+0x6ddf 020018 and queue ,0x0f ,queue 
+0x6de0 020019 rtn 
+:      020023 wdt_init_config:
+0x6de1 020024 copy pdata ,temp 
+0x6de2 020025 bpatch patch13_4 ,mem_patch13 
+0x6de3 020026 call wdt_set_enable 
+0x6de4 020027 setarg 2048 
+0x6de5 020028 isub temp ,pdata 
+0x6de6 020029 copy pdata ,temp 
+0x6de7 020030 rshift4 temp ,temp 
+0x6de8 020031 storet 1 ,core_write_wdt 
+0x6de9 020032 nop 1400 
+0x6dea 020033 copy pdata ,temp 
+0x6deb 020034 and_into 0x0f ,temp 
+0x6dec 020035 storet 1 ,core_write_wdt2 
+0x6ded 020036 rtn 
+:      020039 wdt_set_enable:
+0x6dee 020040 enable user2 
+0x6def 020041 branch wdt_init_set 
+:      020044 wdt_set_disable:
+0x6df0 020045 bpatch patch13_5 ,mem_patch13 
+0x6df1 020046 disable user2 
+:      020047 wdt_init_set:
+0x6df2 020048 fetch 1 ,core_config 
+0x6df3 020049 setflag user2 ,3 ,pdata 
+0x6df4 020050 store 1 ,core_config 
+0x6df5 020051 rtn 
+:      020056 nec61212_init:
+0x6df6 020057 arg fun_nec_enable | fun_nec_clk_divide_24 ,temp 
+:      020060 nec_init_config:
+0x6df7 020061 store 4 ,core_nec_start_addr 
+0x6df8 020062 store 2 ,core_nec_rptr 
+0x6df9 020063 storet 1 ,core_nec_control 
+0x6dfa 020064 rtn 
+:      020067 nec_check_rxbuff_size:
+0x6dfb 020068 fetch 2 ,core_nec_rxitem 
+0x6dfc 020069 rtn 
+:      020071 nec_prepare_read:
+0x6dfd 020072 fetchr contu ,2 ,core_nec_rptr 
+0x6dfe 020073 fetchr contus ,2 ,core_nec_start_addr 
+0x6dff 020074 fetchr contue ,2 ,core_nec_end_addr 
+0x6e00 020075 rtn 
+:      020077 nec_read_done:
+0x6e01 020078 storer contu ,2 ,core_nec_rptr 
+0x6e02 020079 rtn 
+:      020086 nec_parse_nec61212:
+0x6e03 020087 call enable_user 
+0x6e04 020088 arg 0 ,rege 
+0x6e05 020089 call nec_check_rxbuff_size 
+0x6e06 020090 beq 2 ,nec_parse_nec61212_check_timeout 
+0x6e07 020091 sub pdata ,4 ,null 
+0x6e08 020092 rtn positive 
+0x6e09 020093 call nec_prepare_read 
+0x6e0a 020094 ifetcht 2 ,contu 
+0x6e0b 020095 setarg nec61212_data2repeat_time 
+0x6e0c 020096 call nec_check_pulse_range_legal_default_deviation 
+0x6e0d 020097 nbranch nec_parse_nec61212_check_repeat_data ,positive 
+0x6e0e 020098 copy regd ,temp 
+0x6e0f 020099 setarg nec61212_repeat2repeat_time 
+0x6e10 020100 call nec_check_pulse_range_legal_default_deviation 
+0x6e11 020101 nbranch nec_parse_nec61212_check_repeat_data ,positive 
+0x6e12 020103 copy regd ,temp 
+0x6e13 020104 setarg nec61212_boot_code_start_time 
+0x6e14 020105 call nec_check_pulse_range_legal_default_deviation 
+0x6e15 020106 branch nec_parse_nec61212_error_data ,positive 
+0x6e16 020107 ifetcht 2 ,contu 
+0x6e17 020108 setarg nec61212_boot_code_end_time 
+0x6e18 020109 call nec_check_pulse_range_legal_default_deviation 
+0x6e19 020110 branch nec_parse_nec61212_error_data ,positive 
+0x6e1a 020111 call nec_check_rxbuff_size 
+0x6e1b 020112 sub pdata ,133 ,null 
+0x6e1c 020113 rtn positive 
+0x6e1d 020114 arg 32 ,loopcnt 
+:      020115 nec_parse_nec61212_data:
+0x6e1e 020116 ifetcht 2 ,contu 
+0x6e1f 020117 setarg nec61212_data_bit_1_start_time 
+0x6e20 020118 call nec_check_pulse_range_legal_default_deviation 
+0x6e21 020119 branch nec_parse_nec61212_error_data ,positive 
+0x6e22 020120 ifetcht 2 ,contu 
+0x6e23 020121 setarg nec61212_data_bit_1_end_time 
+0x6e24 020122 call nec_check_pulse_range_legal_default_deviation 
+0x6e25 020123 nbranch nec_parse_nec61212_add_bit1 ,positive 
+0x6e26 020124 copy regd ,temp 
+0x6e27 020125 setarg nec61212_data_bit_0_end_time 
+0x6e28 020126 call nec_check_pulse_range_legal_default_deviation 
+0x6e29 020127 nbranch nec_parse_nec61212_add_bit0 ,positive 
+:      020130 nec_parse_nec61212_error_data:
+0x6e2a 020131 copy regd ,temp 
+0x6e2b 020132 setarg nec61212_timeout_time 
+0x6e2c 020133 isub temp ,null 
+0x6e2d 020134 branch nec_parse_nec61212_check_timeout_cb ,zero 
+0x6e2e 020135 branch nec_read_done 
+:      020137 nec_parse_nec61212_add_bit1:
+0x6e2f 020138 set1 32 ,rege 
+:      020139 nec_parse_nec61212_add_bit0:
+0x6e30 020140 rshift rege ,rege 
+0x6e31 020141 loop nec_parse_nec61212_data 
+0x6e32 020142 branch nec_parse_nec61212_check_stop_bit 
+:      020144 nec_parse_nec61212_check_repeat_data:
+0x6e33 020145 call nec_check_rxbuff_size 
+0x6e34 020146 sub pdata ,7 ,null 
+0x6e35 020147 rtn positive 
+0x6e36 020148 ifetcht 2 ,contu 
+0x6e37 020149 setarg nec61212_repeat_start_time 
+0x6e38 020150 call nec_check_pulse_range_legal_default_deviation 
+0x6e39 020151 branch nec_parse_nec61212_error_data ,positive 
+0x6e3a 020152 ifetcht 2 ,contu 
+0x6e3b 020153 setarg nec61212_repeat_end_time 
+0x6e3c 020154 call nec_check_pulse_range_legal_default_deviation 
+0x6e3d 020155 branch nec_parse_nec61212_error_data ,positive 
+:      020156 nec_parse_nec61212_check_stop_bit:
+0x6e3e 020157 ifetcht 2 ,contu 
+0x6e3f 020158 setarg nec61212_stop_time 
+0x6e40 020159 call nec_check_pulse_range_legal_default_deviation 
+0x6e41 020160 branch nec_parse_nec61212_error_data ,positive 
+0x6e42 020161 call nec_read_done 
+0x6e43 020162 copy regc ,pdata 
+0x6e44 020163 branch callback_func 
+:      020165 nec_parse_nec61212_check_timeout:
+0x6e45 020166 call nec_prepare_read 
+0x6e46 020167 ifetcht 2 ,contu 
+0x6e47 020168 setarg nec61212_timeout_time 
+0x6e48 020169 isub temp ,null 
+0x6e49 020170 nrtn zero 
+:      020171 nec_parse_nec61212_check_timeout_cb:
+0x6e4a 020172 call nec_read_done 
+0x6e4b 020173 call disable_user 
+0x6e4c 020174 copy regc ,pdata 
+0x6e4d 020175 branch callback_func 
+:      020182 nec_check_pulse_range_legal_default_deviation:
+0x6e4e 020183 fetchr regb ,1 ,mem_nec_decode_error_value 
+:      020192 nec_check_pulse_range_legal:
+0x6e4f 020193 copy temp ,regd 
+0x6e50 020194 imul32 regb ,regb 
+0x6e51 020195 lshift temp ,temp 
+0x6e52 020196 isub temp ,rega 
+0x6e53 020197 ncall nec_check_pulse_range_legal_data_negative ,positive 
+0x6e54 020198 mul32 rega ,100 ,pdata 
+0x6e55 020199 isub regb ,null 
+0x6e56 020200 rtn 
+:      020202 nec_check_pulse_range_legal_data_negative:
+0x6e57 020203 sub rega ,0 ,rega 
+0x6e58 020204 rtn 
+:      020217 generate_stk:
+0x6e59 020218 bpatch patch14_4 ,mem_patch14 
+0x6e5a 020219 call function_s1 
+0x6e5b 020220 arg mem_le_ltk ,contw 
+0x6e5c 020221 branch store_aes_result 
+:      020224 authenticate_rconfirm:
+0x6e5d 020225 arg mem_le_srand ,contw 
+0x6e5e 020226 branch authenticate_mconfirm ,master 
+0x6e5f 020227 arg mem_le_mrand ,contw 
+:      020228 authenticate_mconfirm:
+0x6e60 020229 copy contr ,rega 
+0x6e61 020230 call memcpy16 
+0x6e62 020231 call function_c1 
+0x6e63 020232 arg mem_le_rconfirm ,contr 
+0x6e64 020233 branch compare_res 
+:      020235 generate_confirm:
+0x6e65 020236 arg mem_le_mrand ,rega 
+0x6e66 020237 branch generate_mrand ,master 
+0x6e67 020238 arg mem_le_srand ,rega 
+:      020239 generate_mrand:
+0x6e68 020240 copy rega ,contw 
+0x6e69 020241 call generate_random 
+0x6e6a 020242 branch function_c1 
+:      020244 generate_sk:
+0x6e6b 020245 arg mem_le_skdm ,contr 
+0x6e6c 020246 call load_data128 
+0x6e6d 020247 arg mem_le_ltk ,contr 
+0x6e6e 020248 call load_regext 
+0x6e6f 020249 force 0x38 ,aes_ctrl 
+0x6e70 020250 force 0x0 ,aes_ctrl 
+0x6e71 020251 call wait_aes 
+0x6e72 020252 arg mem_le_sk ,contw 
+0x6e73 020253 branch store_aes_result 
+:      020257 ccm_b0:
+0x6e74 020258 force regidx_xor ,regext_index 
+0x6e75 020259 force 0x49 ,pdata 
+0x6e76 020260 branch iv_common 
+:      020263 first_block_counter:
+0x6e77 020264 force 0x49 ,pdata 
+0x6e78 020265 branch first_block 
+:      020266 first_block_data:
+0x6e79 020267 force 1 ,pdata 
+:      020268 first_block:
+0x6e7a 020269 force regidx_data ,regext_index 
+:      020270 iv_common:
+0x6e7b 020271 lshift8 temp ,regext 
+0x6e7c 020272 ior regext ,regext 
+0x6e7d 020273 increase 1 ,regext_index 
+0x6e7e 020274 rshift8 temp ,regext 
+0x6e7f 020275 rshift16 regext ,regext 
+0x6e80 020276 fetch 2 ,mem_ccm_iv 
+0x6e81 020277 lshift16 pdata ,pdata 
+0x6e82 020278 ior regext ,regext 
+0x6e83 020279 increase 1 ,regext_index 
+0x6e84 020280 ifetchr regext ,4 ,contr 
+0x6e85 020281 increase 1 ,regext_index 
+0x6e86 020282 ifetch 2 ,contr 
+0x6e87 020283 byteswap rega ,regext 
+0x6e88 020284 lshift16 regext ,regext 
+0x6e89 020285 ior regext ,regext 
+0x6e8a 020286 increase 1 ,regext_index 
+0x6e8b 020287 rtn 
+:      020291 generate_mic:
+0x6e8c 020292 add regc ,1 ,contr 
+0x6e8d 020293 ifetch 1 ,contr 
+0x6e8e 020294 iforce rega 
+0x6e8f 020295 call first_block_counter 
+0x6e90 020296 call do_aes_ocb 
+0x6e91 020298 force regidx_data ,regext_index 
+0x6e92 020299 ifetch 1 ,regc 
+0x6e93 020300 and_into 0x3 ,pdata 
+0x6e94 020301 lshift16 pdata ,regext 
+0x6e95 020302 set1 8 ,regext 
+0x6e96 020303 call clear_hidata 
+0x6e97 020304 call do_aes_cbc 
+0x6e98 020306 copy rega ,loopcnt 
+0x6e99 020307 add regc ,2 ,contr 
+0x6e9a 020308 call padding_data 
+:      020309 generate_mic_loop:
+0x6e9b 020310 call aes_load_data 
+0x6e9c 020311 call do_aes_cbc 
+0x6e9d 020312 deposit loopcnt 
+0x6e9e 020313 branch generate_mic_end ,blank 
+0x6e9f 020314 branch generate_mic_loop 
+:      020315 generate_mic_end:
+0x6ea0 020316 force regidx_result ,regext_index 
+0x6ea1 020317 deposit regext 
+0x6ea2 020318 store 4 ,mem_le_mic 
+0x6ea3 020319 rtn 
+:      020321 aes_crypt_data:
+0x6ea4 020322 increase 1 ,rega 
+0x6ea5 020323 call first_block_data 
+0x6ea6 020324 copy regc ,contr 
+0x6ea7 020325 call aes_load_xor 
+0x6ea8 020326 call do_aes_ctr 
+0x6ea9 020327 call store_enc_data 
+0x6eaa 020328 increase 16 ,regc 
+0x6eab 020329 increase -16 ,regb 
+0x6eac 020330 branch aes_crypt_data ,positive 
+0x6ead 020331 rtn 
+:      020337 le_decrypt_new:
+0x6eae 020338 call ccm_init_common 
+0x6eaf 020339 jam 0 ,core_ccm_aad0 
+0x6eb0 020340 jam 1 ,core_ccm_aad1 
+0x6eb1 020341 fetch 1 ,mem_le_rxbuf_data_header 
+0x6eb2 020342 and_into 0x3 ,pdata 
+0x6eb3 020343 store 1 ,core_ccm_aad2 
+0x6eb4 020345 setarg mem_le_rxbuf_data_payload 
+0x6eb5 020346 store 2 ,core_ccm_input_playload_addr 
+0x6eb6 020347 store 2 ,core_ccm_output_playload_addr 
+0x6eb7 020349 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+0x6eb8 020350 increase -4 ,rega 
+0x6eb9 020351 nbranch disable_blank ,positive 
+0x6eba 020352 storer rega ,1 ,mem_le_rxbuf_data_length 
+0x6ebb 020353 setarg mem_le_rxbuf_data_payload 
+0x6ebc 020354 iadd rega ,contr 
+0x6ebd 020355 force regidx_data ,regext_index 
+0x6ebe 020356 ifetchr regext ,4 ,contr 
+0x6ebf 020357 storer regext ,4 ,mem_le_peer_mic 
+0x6ec0 020358 fetcht 5 ,mem_ccm_pcnt_rx 
+0x6ec1 020359 call ccm_b0 
+0x6ec2 020360 jam 6 ,core_ccm_ctrl 
+0x6ec3 020361 jam 7 ,core_ccm_ctrl 
+0x6ec4 020362 fetch 1 ,mem_le_rxbuf_data_length 
+0x6ec5 020363 store 2 ,core_ccm_inptr 
+0x6ec6 020364 call wait_ccm_done 
+0x6ec7 020365 fetch 1 ,core_misc_status 
+0x6ec8 020366 bbit0 7 ,disable_blank 
+0x6ec9 020367 fetcht 4 ,mem_le_peer_mic 
+0x6eca 020368 fetch 4 ,mem_ccm_last_mic 
+0x6ecb 020369 isub temp ,pdata 
+0x6ecc 020370 rtn blank 
+0x6ecd 020371 storet 4 ,mem_ccm_last_mic 
+0x6ece 020372 fetch 5 ,mem_ccm_pcnt_rx 
+0x6ecf 020373 increase 1 ,pdata 
+0x6ed0 020374 set1 le_ccm_directionbit ,pdata 
+0x6ed1 020375 store 5 ,mem_ccm_pcnt_rx 
+0x6ed2 020376 force 0 ,pdata 
+0x6ed3 020377 rtn 
+:      020380 le_encrypt_new:
+0x6ed4 020381 call le_encrypt_new_start 
+0x6ed5 020382 setarg mem_le_txpayload 
+0x6ed6 020383 iadd rega ,rega 
+0x6ed7 020384 call wait_ccm_done 
+0x6ed8 020385 arg regidx_result ,regext_index 
+0x6ed9 020386 istorer regext ,4 ,rega 
+0x6eda 020387 rtn 
+:      020390 le_encrypt_new_start:
+0x6edb 020391 call ccm_init_common 
+0x6edc 020392 bpatch patch14_5 ,mem_patch14 
+0x6edd 020393 jam 0 ,core_ccm_aad0 
+0x6ede 020394 jam 1 ,core_ccm_aad1 
+0x6edf 020395 fetch 1 ,mem_le_txheader 
+0x6ee0 020396 and_into 0x3 ,pdata 
+0x6ee1 020397 store 1 ,core_ccm_aad2 
+0x6ee2 020398 fetch 2 ,mem_contr 
+0x6ee3 020399 store 2 ,core_ccm_input_playload_addr 
+0x6ee4 020400 setarg mem_le_txpayload 
+0x6ee5 020401 store 2 ,core_ccm_output_playload_addr 
+0x6ee6 020403 fetchr rega ,1 ,mem_le_txlen 
+0x6ee7 020404 fetcht 5 ,mem_ccm_pcnt_tx 
+0x6ee8 020405 call ccm_b0 
+0x6ee9 020406 jam 2 ,core_ccm_ctrl 
+0x6eea 020407 jam 3 ,core_ccm_ctrl 
+0x6eeb 020409 fetch 1 ,mem_le_txlen 
+0x6eec 020410 store 2 ,core_ccm_inptr 
+0x6eed 020411 increase 4 ,pdata 
+0x6eee 020412 store 1 ,mem_le_txlen 
+0x6eef 020413 fetch 5 ,mem_ccm_pcnt_tx 
+0x6ef0 020414 increase 1 ,pdata 
+0x6ef1 020415 set0 le_ccm_directionbit ,pdata 
+0x6ef2 020416 store 5 ,mem_ccm_pcnt_tx 
+0x6ef3 020417 rtn 
+:      020420 ccm_wait_enc:
+0x6ef4 020421 fetch 2 ,core_ccm_outptr 
+0x6ef5 020422 isub temp ,null 
+0x6ef6 020423 rtn zero 
+0x6ef7 020424 nrtn blank 
+0x6ef8 020426 branch ccm_wait_enc 
+:      020428 ccm_check_enc_done:
+0x6ef9 020429 fetch 1 ,core_misc_status 
+0x6efa 020430 bbit0 6 ,assert 
+:      020431 ccm_enc_done:
+0x6efb 020432 setarg mem_le_txpayload 
+0x6efc 020433 iadd temp ,contw 
+0x6efd 020434 arg regidx_result ,regext_index 
+0x6efe 020435 istorer regext ,4 ,contw 
+0x6eff 020436 branch ccm_ctrl_clr 
+:      020438 ccm_init_common:
+0x6f00 020439 bpatch patch14_6 ,mem_patch14 
+0x6f01 020440 force regidx_result ,regext_index 
+0x6f02 020441 call aes_clear 
+0x6f03 020442 call aes_clear_data 
+0x6f04 020443 setarg 0 
+0x6f05 020444 store 2 ,core_ccm_inptr 
+0x6f06 020445 rtn 
+:      020447 wait_ccm_done:
+0x6f07 020448 fetch 1 ,core_misc_status 
+0x6f08 020449 bbit0 6 ,wait_ccm_done 
+:      020450 ccm_ctrl_clr:
+0x6f09 020451 jam 0 ,core_ccm_ctrl 
+0x6f0a 020452 rtn 
+:      020455 wait_aes:
+0x6f0b 020456 nbranch wait_aes ,aes_ready 
+0x6f0c 020457 rtn 
+:      020459 do_aes_ocb:
+0x6f0d 020460 force 0x30 ,aes_ctrl 
+0x6f0e 020461 force 0x0 ,aes_ctrl 
+0x6f0f 020462 branch wait_aes 
+:      020464 do_aes_cbc:
+0x6f10 020465 force 0x32 ,aes_ctrl 
+0x6f11 020466 force 0x2 ,aes_ctrl 
+0x6f12 020467 branch wait_aes 
+:      020469 do_aes_ctr:
+0x6f13 020470 force 0x34 ,aes_ctrl 
+0x6f14 020471 force 0x4 ,aes_ctrl 
+0x6f15 020472 branch wait_aes 
+:      020475 aes_init:
+0x6f16 020476 force 1 ,aes_ctrl 
+0x6f17 020477 force 0 ,aes_ctrl 
+0x6f18 020478 rtn 
+:      020481 wait_keyinit_done:
+0x6f19 020482 fetch 1 ,core_aes_decode_key_init 
+0x6f1a 020483 bbit0 5 ,wait_keyinit_done 
+0x6f1b 020484 rtn 
+:      020487 dec_key_initial:
+0x6f1c 020488 store 2 ,core_keybuf_saddr 
+0x6f1d 020489 force 0xc0 ,aes_ctrl 
+0x6f1e 020490 force 0x80 ,aes_ctrl 
+0x6f1f 020491 branch wait_keyinit_done 
+:      020493 do_aes_ecb_dec:
+0x6f20 020494 force regidx_data ,regext_index 
+0x6f21 020495 copy regb ,contr 
+0x6f22 020496 force 4 ,loopcnt 
+0x6f23 020497 call aes_ecb_dec_loop 
+0x6f24 020499 force 0x180 ,aes_ctrl 
+0x6f25 020500 force 0x80 ,aes_ctrl 
+0x6f26 020501 call wait_aes 
+:      020502 ecb_dec_generate:
+0x6f27 020503 force regidx_result ,regext_index 
+0x6f28 020504 copy regc ,contw 
+0x6f29 020505 force 4 ,loopcnt 
+:      020506 ecb_dec_generate_loop:
+0x6f2a 020507 copy regext ,pdata 
+0x6f2b 020508 istore 4 ,contw 
+0x6f2c 020509 increase 1 ,regext_index 
+0x6f2d 020510 loop ecb_dec_generate_loop 
+0x6f2e 020511 rtn 
+:      020513 aes_ecb_dec_loop:
+0x6f2f 020514 ifetch 2 ,contr 
+0x6f30 020515 ifetcht 2 ,contr 
+0x6f31 020516 lshift16 temp ,temp 
+0x6f32 020517 ior temp ,regext 
+0x6f33 020518 increase 1 ,regext_index 
+0x6f34 020519 loop aes_ecb_dec_loop 
+0x6f35 020520 rtn 
+:      020523 do_aes_cbc_dec:
+0x6f36 020524 force regidx_xor ,regext_index 
+0x6f37 020525 copy rega ,contr 
+0x6f38 020526 force 4 ,loopcnt 
+0x6f39 020527 call aes_ecb_dec_loop 
+0x6f3a 020529 force regidx_data ,regext_index 
+0x6f3b 020530 copy regb ,contr 
+0x6f3c 020531 force 4 ,loopcnt 
+0x6f3d 020532 call aes_ecb_dec_loop 
+0x6f3e 020533 force 0x182 ,aes_ctrl 
+0x6f3f 020534 force 0x82 ,aes_ctrl 
+0x6f40 020535 call wait_aes 
+0x6f41 020536 branch ecb_dec_generate 
+:      020539 function_s1:
+0x6f42 020540 force regidx_data ,regext_index 
+0x6f43 020541 fetch 4 ,mem_le_mrand 
+0x6f44 020542 iforce regext 
+0x6f45 020543 increase 1 ,regext_index 
+0x6f46 020544 ifetch 4 ,contr 
+0x6f47 020545 iforce regext 
+0x6f48 020546 increase 1 ,regext_index 
+0x6f49 020547 fetch 4 ,mem_le_srand 
+0x6f4a 020548 iforce regext 
+0x6f4b 020549 increase 1 ,regext_index 
+0x6f4c 020550 ifetch 4 ,contr 
+0x6f4d 020551 iforce regext 
+0x6f4e 020552 increase 1 ,regext_index 
+0x6f4f 020553 call aes_clear 
+0x6f50 020554 increase -4 ,regext_index 
+0x6f51 020555 fetch 4 ,mem_le_tk 
+0x6f52 020556 copy pdata ,regext 
+0x6f53 020557 increase 4 ,regext_index 
+0x6f54 020558 force 0x38 ,aes_ctrl 
+0x6f55 020559 force 0x8 ,aes_ctrl 
+0x6f56 020560 branch wait_aes 
+:      020563 function_c1:
+0x6f57 020564 bpatch patch14_7 ,mem_patch14 
+0x6f58 020565 fetch 6 ,mem_le_lap 
+0x6f59 020566 fetcht 6 ,mem_le_plap 
+0x6f5a 020567 branch function_c1_master ,master 
+0x6f5b 020568 fetch 6 ,mem_le_plap 
+0x6f5c 020569 fetcht 6 ,mem_le_lap 
+:      020570 function_c1_master:
+0x6f5d 020571 force regidx_xor ,regext_index 
+0x6f5e 020572 copy temp ,regext 
+0x6f5f 020573 increase 1 ,regext_index 
+0x6f60 020574 rshift32 temp ,regext 
+0x6f61 020575 lshift16 pdata ,pdata 
+0x6f62 020576 ior regext ,regext 
+0x6f63 020577 increase 1 ,regext_index 
+0x6f64 020578 rshift32 pdata ,regext 
+0x6f65 020579 increase 1 ,regext_index 
+0x6f66 020580 force 0 ,regext 
+0x6f67 020581 force 0 ,pdata 
+0x6f68 020582 fetch 1 ,mem_le_conn_peer_addr_type 
+0x6f69 020583 fetcht 1 ,mem_le_adv_own_addr_type 
+0x6f6a 020584 nbranch function_c1_irat ,master 
+0x6f6b 020586 fetch 1 ,mem_le_conn_own_addr_type 
+0x6f6c 020587 fetcht 1 ,mem_le_conn_peer_addr_type 
+:      020588 function_c1_irat:
+0x6f6d 020589 store 1 ,mem_le_iat 
+0x6f6e 020590 storet 1 ,mem_le_rat 
+0x6f6f 020591 force regidx_data ,regext_index 
+0x6f70 020592 arg mem_le_iat ,regb 
+0x6f71 020593 force 4 ,loopcnt 
+:      020594 function_c1_loop1:
+0x6f72 020595 ifetch 4 ,rega 
+0x6f73 020596 ifetcht 4 ,regb 
+0x6f74 020597 ixor temp ,regext 
+0x6f75 020598 increase 1 ,regext_index 
+0x6f76 020599 increase 4 ,rega 
+0x6f77 020600 increase 4 ,regb 
+0x6f78 020601 loop function_c1_loop1 
+0x6f79 020602 call aes_clear 
+0x6f7a 020603 increase -4 ,regext_index 
+0x6f7b 020604 fetch 4 ,mem_le_tk 
+0x6f7c 020605 copy pdata ,regext 
+0x6f7d 020606 increase 4 ,regext_index 
+0x6f7e 020607 force 0x38 ,aes_ctrl 
+0x6f7f 020608 force 0xc ,aes_ctrl 
+0x6f80 020609 call wait_aes 
+0x6f81 020611 call aes_clear_data 
+0x6f82 020612 force 0x3a ,aes_ctrl 
+0x6f83 020613 force 0x8 ,aes_ctrl 
+0x6f84 020614 branch wait_aes 
+:      020616 padding_data:
+0x6f85 020617 compare 0 ,loopcnt ,3 
+0x6f86 020618 rtn true 
+0x6f87 020619 deposit contr 
+0x6f88 020620 iadd loopcnt ,contw 
+0x6f89 020621 force 0 ,pdata 
+:      020622 padding_loop:
+0x6f8a 020623 istore 1 ,contw 
+0x6f8b 020624 increase 1 ,loopcnt 
+0x6f8c 020625 compare 0 ,loopcnt ,3 
+0x6f8d 020626 rtn true 
+0x6f8e 020627 branch padding_loop 
+:      020629 aes_load_data:
+0x6f8f 020630 force regidx_data ,regext_index 
+:      020631 load_data_loop:
+0x6f90 020632 deposit loopcnt 
+0x6f91 020633 branch load_data_padding ,blank 
+0x6f92 020634 ifetch 4 ,contr 
+0x6f93 020635 increase -4 ,loopcnt 
+:      020636 load_data_padding:
+0x6f94 020637 iforce regext 
+0x6f95 020638 increase 1 ,regext_index 
+0x6f96 020639 compare regidx_key ,regext_index ,0xf 
+0x6f97 020640 rtn true 
+0x6f98 020641 branch load_data_loop 
+:      020643 aes_load_xor:
+0x6f99 020644 force regidx_xor ,regext_index 
+0x6f9a 020645 branch load_regext 
+:      020646 load_key:
+0x6f9b 020647 force regidx_key ,regext_index 
+0x6f9c 020648 branch load_regext 
+:      020649 load_data128:
+0x6f9d 020650 force regidx_data ,regext_index 
+:      020651 load_regext:
+0x6f9e 020652 force 4 ,loopcnt 
+:      020653 load_regext_loop:
+0x6f9f 020654 ifetch 4 ,contr 
+0x6fa0 020655 iforce regext 
+0x6fa1 020656 increase 1 ,regext_index 
+0x6fa2 020657 loop load_regext_loop 
+0x6fa3 020658 rtn 
+:      020660 load_sk:
+0x6fa4 020661 arg mem_le_sk ,contr 
+0x6fa5 020662 branch load_key 
+:      020664 clear_hidata:
+0x6fa6 020665 force 4 ,loopcnt 
+0x6fa7 020666 branch clear_data_rest 
+:      020668 regext_clear:
+0x6fa8 020669 force 0 ,regext_index 
+0x6fa9 020670 force 16 ,loopcnt 
+0x6faa 020671 branch clear_loop 
+:      020673 aes_clear_data:
+0x6fab 020674 force regidx_data ,regext_index 
+:      020675 aes_clear:
+0x6fac 020676 force 4 ,loopcnt 
+:      020677 clear_loop:
+0x6fad 020678 force 0 ,regext 
+:      020679 clear_data_rest:
+0x6fae 020680 increase 1 ,regext_index 
+0x6faf 020681 loop clear_loop 
+0x6fb0 020682 rtn 
+:      020684 store_aes_result:
+0x6fb1 020685 force regidx_result ,regext_index 
+0x6fb2 020686 force 4 ,loopcnt 
+:      020687 send_aes_result_loop:
+0x6fb3 020688 deposit regext 
+0x6fb4 020689 istore 4 ,contw 
+0x6fb5 020690 increase 1 ,regext_index 
+0x6fb6 020691 loop send_aes_result_loop 
+0x6fb7 020692 rtn 
+:      020694 store_enc_data:
+0x6fb8 020695 force regidx_result ,regext_index 
+0x6fb9 020696 copy regc ,contw 
+0x6fba 020697 add regb ,1 ,loopcnt 
+0x6fbb 020698 sub loopcnt ,15 ,null 
+0x6fbc 020699 branch store_enc_loop ,positive 
+0x6fbd 020700 force 16 ,loopcnt 
+:      020701 store_enc_loop:
+0x6fbe 020702 deposit regext 
+0x6fbf 020703 sub loopcnt ,3 ,null 
+0x6fc0 020704 branch store_enc_byte ,positive 
+0x6fc1 020705 istore 4 ,contw 
+0x6fc2 020706 increase -4 ,loopcnt 
+0x6fc3 020707 rtn zero 
+0x6fc4 020708 increase 1 ,regext_index 
+0x6fc5 020709 branch store_enc_loop 
+:      020710 store_enc_byte:
+0x6fc6 020711 istore 1 ,contw 
+0x6fc7 020712 rshift8 pdata ,pdata 
+0x6fc8 020713 loop store_enc_byte 
+0x6fc9 020714 rtn 
+:      020717 compare_res:
+0x6fca 020718 force regidx_result ,regext_index 
+0x6fcb 020719 force 4 ,loopcnt 
+:      020720 compare_res_loop:
+0x6fcc 020721 ifetch 4 ,contr 
+0x6fcd 020722 isub regext ,null 
+0x6fce 020723 nrtn zero 
+0x6fcf 020724 increase 1 ,regext_index 
+0x6fd0 020725 loop compare_res_loop 
+0x6fd1 020726 force 0 ,null 
+0x6fd2 020727 rtn 
+:      020729 enable_authrom:
+0x6fd3 020730 fetch 1 ,core_clkoff 
+0x6fd4 020731 set0 clock_off_auth_rom ,pdata 
+0x6fd5 020732 store 1 ,core_clkoff 
+0x6fd6 020733 rtn 
+:      020735 disable_authrom:
+0x6fd7 020736 fetch 1 ,core_clkoff 
+0x6fd8 020737 set1 clock_off_auth_rom ,pdata 
+0x6fd9 020738 store 1 ,core_clkoff 
+0x6fda 020739 rtn 
+:      020745 ui_init:
+0x6fdb 020746 rtn wake 
+0x6fdc 020747 call lpm_disable_exen_output 
+0x6fdd 020748 call ui_button_init 
+0x6fde 020749 call ui_timer_init 
+0x6fdf 020750 branch ui_led_init_global 
+:      020752 ui_dispatch:
+0x6fe0 020753 call ui_led_dispatch 
+0x6fe1 020754 branch ui_timer_check 
+:      020756 ui_button_init:
+0x6fe2 020757 fetch 1 ,mem_ui_button_gpio 
+0x6fe3 020758 rtneq ui_button_gpio_disable 
+0x6fe4 020759 iforce temp 
+0x6fe5 020760 call gpio_config_output 
+0x6fe6 020761 fetcht 1 ,mem_ui_button_gpio 
+0x6fe7 020762 call gpio_out_inactive 
+0x6fe8 020763 nop 100 
+0x6fe9 020764 fetcht 1 ,mem_ui_button_gpio 
+0x6fea 020765 call gpio_config_input 
+0x6feb 020766 branch ui_button_polling 
+:      020770 ui_button_polling:
+0x6fec 020771 bpatch patch15_6 ,mem_patch15 
+0x6fed 020772 fetch 1 ,mem_ui_button_gpio 
+0x6fee 020773 rtneq ui_button_gpio_disable 
+0x6fef 020774 copy pdata ,temp 
+0x6ff0 020775 call gpio_get_bit 
+0x6ff1 020776 nbranch ui_button_up ,true 
+:      020778 ui_button_down:
+0x6ff2 020779 call ui_button_check_long_press 
+0x6ff3 020780 fetch 2 ,mem_ui_state_map 
+0x6ff4 020781 set1 ui_state_btn_down ,pdata 
+0x6ff5 020782 store 2 ,mem_ui_state_map 
+0x6ff6 020783 fetch 1 ,mem_ui_button_last_state 
+0x6ff7 020784 rtneq ui_button_state_down 
+0x6ff8 020785 jam ui_button_state_down ,mem_ui_button_last_state 
+0x6ff9 020787 fetch 1 ,mem_ui_button_timeout 
+0x6ffa 020788 store 1 ,mem_ui_button_timer 
+0x6ffb 020789 call lpm_button_get_wake_lock 
+0x6ffc 020790 jam bt_evt_button_down ,mem_fifo_temp 
+0x6ffd 020791 branch ui_ipc_send_event 
+:      020792 ui_button_up:
+0x6ffe 020793 fetch 2 ,mem_ui_state_map 
+0x6fff 020794 set0 ui_state_btn_down ,pdata 
+0x7000 020795 store 2 ,mem_ui_state_map 
+0x7001 020796 fetch 1 ,mem_ui_button_last_state 
+0x7002 020797 rtneq ui_button_state_up 
+0x7003 020798 jam ui_button_state_up ,mem_ui_button_last_state 
+0x7004 020800 jam 0 ,mem_ui_button_timer 
+0x7005 020801 call lpm_button_clean_wake_lock 
+0x7006 020802 jam bt_evt_button_up ,mem_fifo_temp 
+0x7007 020803 branch ui_ipc_send_event 
+:      020805 ui_button_check_long_press:
+0x7008 020806 fetch 1 ,mem_ui_button_timer 
+0x7009 020807 rtn blank 
+0x700a 020808 increase -1 ,pdata 
+0x700b 020809 store 1 ,mem_ui_button_timer 
+0x700c 020810 nrtn blank 
+0x700d 020812 jam bt_evt_button_long_pressed ,mem_fifo_temp 
+0x700e 020813 branch ui_ipc_send_event 
+:      020815 lpm_button_get_wake_lock:
+0x700f 020816 arg wake_lock_button ,queue 
+0x7010 020817 branch lpm_get_wake_lock 
+:      020819 lpm_button_clean_wake_lock:
+0x7011 020820 arg wake_lock_button ,queue 
+0x7012 020821 branch lpm_put_wake_lock 
+:      020828 calc_curr_struct_prt:
+0x7013 020829 bpatch patch15_7 ,mem_patch15 
+0x7014 020830 fetch 2 ,mem_ui_led_struct_ptr 
+0x7015 020831 mul32 rega ,led_offset_length ,regb 
+0x7016 020832 iadd regb ,regb 
+0x7017 020833 rtn 
+:      020836 ui_led_init_global:
+0x7018 020837 fetch 1 ,mem_ui_led_struct_num 
+0x7019 020838 rtn blank 
+0x701a 020839 copy pdata ,loopcnt 
+0x701b 020840 fetch 2 ,mem_ui_led_struct_ptr 
+0x701c 020841 copy pdata ,regb 
+:      020842 ui_led_init_loop:
+0x701d 020843 add regb ,led_offset_led_gpio ,regc 
+0x701e 020844 ifetcht 1 ,regc 
+0x701f 020845 call ui_led_init_set 
+0x7020 020846 increase led_offset_length ,regb 
+0x7021 020847 loop ui_led_init_loop 
+0x7022 020848 rtn 
+:      020851 ui_led_init_set:
+0x7023 020852 fetch 1 ,mem_ui_led_init_state_set 
+0x7024 020853 branch gpio_out_inactive ,blank 
+0x7025 020854 branch gpio_out_active 
+:      020857 ui_led_on_global:
+0x7026 020858 call calc_curr_struct_prt 
+0x7027 020859 setarg ui_led_state_lighting 
+0x7028 020860 istore 1 ,regb 
+0x7029 020861 call ui_led_stop_timer 
+0x702a 020862 branch ui_led_on_static 
+:      020866 ui_led_blink_stop_global:
+:      020867 ui_led_off_global:
+0x702b 020868 call calc_curr_struct_prt 
+0x702c 020869 setarg ui_led_state_darking 
+0x702d 020870 istore 1 ,regb 
+0x702e 020871 call ui_led_stop_timer 
+0x702f 020872 branch ui_led_off_static 
+:      020876 ui_led_blink_start_global:
+0x7030 020877 call calc_curr_struct_prt 
+0x7031 020878 setarg ui_led_state_blink_start 
+0x7032 020879 istore 1 ,regb 
+0x7033 020880 setarg led_infinite_flash_num 
+0x7034 020881 istore 1 ,contw 
+0x7035 020882 branch ui_led_off_static 
+:      020887 ui_led_set_style_global:
+0x7036 020888 call calc_curr_struct_prt 
+0x7037 020889 arg led_offset_length ,loopcnt 
+0x7038 020890 copy regc ,contr 
+0x7039 020891 copy regb ,contw 
+0x703a 020892 branch memcpy_fast 
+:      020896 ui_led_dispatch:
+0x703b 020897 fetch 1 ,mem_ui_led_struct_num 
+0x703c 020898 rtn blank 
+0x703d 020899 arg 0 ,rega 
+:      020900 ui_led_blink_polling:
+0x703e 020901 call ui_led_change_style_by_type 
+0x703f 020902 increase 1 ,rega 
+0x7040 020903 fetch 1 ,mem_ui_led_struct_num 
+0x7041 020904 isub rega ,null 
+0x7042 020905 rtn zero 
+0x7043 020906 branch ui_led_blink_polling 
+:      020909 ui_led_off_static:
+0x7044 020910 add regb ,led_offset_led_gpio ,regc 
+0x7045 020911 ifetcht 1 ,regc 
+0x7046 020912 fetch 1 ,mem_device_option 
+0x7047 020913 beq dvc_op_mouse ,mouse_ui_led_off_static 
+0x7048 020914 branch gpio_out_inactive 
+:      020917 ui_led_on_static:
+0x7049 020918 add regb ,led_offset_led_gpio ,regc 
+0x704a 020919 ifetcht 1 ,regc 
+0x704b 020920 fetch 1 ,mem_device_option 
+0x704c 020921 beq dvc_op_mouse ,mouse_ui_led_on_static 
+0x704d 020922 branch gpio_out_active 
+:      020926 ui_led_change_style_by_type:
+0x704e 020927 add rega ,ui_led_blink ,queue 
+0x704f 020928 call timer_check 
+0x7050 020929 nrtn blank 
+0x7051 020931 call calc_curr_struct_prt 
+0x7052 020933 ifetch 1 ,regb 
+0x7053 020935 beq ui_led_state_lighting ,ui_led_on_static 
+0x7054 020936 beq ui_led_state_darking ,ui_led_off_static 
+0x7055 020937 beq ui_led_state_blink_stop ,ui_led_off_static 
+0x7056 020938 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
+:      020939 ui_led_blink_state_lighting:
+0x7057 020940 call ui_led_on_static 
+0x7058 020941 add regb ,led_offset_cb_ledon ,regc 
+0x7059 020942 call push_stack 
+0x705a 020943 ifetch 2 ,regc 
+0x705b 020944 call callback_func 
+0x705c 020945 call pop_stack 
+0x705d 020946 setarg ui_led_state_blink_darking 
+0x705e 020947 istore 1 ,regb 
+0x705f 020948 add regb ,led_offset_on_time ,regc 
+0x7060 020949 ifetch 2 ,regc 
+0x7061 020950 branch ui_led_blink_timer_start 
+:      020953 ui_led_blink_state_darking:
+0x7062 020954 call ui_led_off_static 
+0x7063 020955 add regb ,led_offset_cb_ledoff ,regc 
+0x7064 020956 call push_stack 
+0x7065 020957 ifetch 2 ,regc 
+0x7066 020958 call callback_func 
+0x7067 020959 call pop_stack 
+0x7068 020961 add regb ,led_offset_blink_count ,regc 
+0x7069 020962 ifetch 1 ,regc 
+0x706a 020963 beq led_infinite_flash_num ,ui_led_blink_infinite 
+0x706b 020964 increase -1 ,pdata 
+0x706c 020965 istore 1 ,regc 
+0x706d 020966 branch ui_led_blink_stop_global ,blank 
+:      020967 ui_led_blink_infinite:
+0x706e 020968 setarg ui_led_state_blink_lighting 
+0x706f 020969 istore 1 ,regb 
+0x7070 020970 add regb ,led_offset_off_time ,regc 
+0x7071 020971 ifetch 2 ,regc 
+:      020972 ui_led_blink_timer_start:
+0x7072 020973 add rega ,ui_led_blink ,queue 
+0x7073 020974 branch timer_init 
+:      020976 ui_led_stop_timer:
+0x7074 020977 setarg 0 
+0x7075 020978 branch ui_led_blink_timer_start 
+:      020984 ui_timer_timeout:
+0x7076 020985 setarg 0x1000 
+0x7077 020986 lshift16 pdata ,pdata 
+0x7078 020987 iadd regb ,regb 
+0x7079 020988 rtn 
+:      020990 ui_timer_check:
+0x707a 020991 bpatch patch16_0 ,mem_patch16 
+0x707b 020992 arg 0 ,rega 
+0x707c 020993 fetcht 4 ,mem_ui_timer_last_btclk 
+0x707d 020994 copy clkn_bt ,regb 
+0x707e 020995 copy regb ,pdata 
+0x707f 020996 isub temp ,null 
+0x7080 020997 ncall ui_timer_timeout ,positive 
+:      020998 ui_timer_check_loop:
+0x7081 020999 copy regb ,pdata 
+0x7082 021000 increase 160 ,temp 
+0x7083 021001 increase 160 ,temp 
+0x7084 021002 isub temp ,null 
+0x7085 021003 nbranch ui_timer_check_end ,positive 
+0x7086 021004 increase 1 ,rega 
+0x7087 021005 and rega ,0x0f ,pdata 
+0x7088 021006 nbranch ui_timer_check_loop ,blank 
+0x7089 021007 arg 0 ,rega 
+0x708a 021008 call ui_timer_check_send_evt 
+:      021009 ui_timer_init:
+0x708b 021010 copy clkn_bt ,pdata 
+0x708c 021011 store 4 ,mem_ui_timer_last_btclk 
+0x708d 021012 rtn 
+:      021013 ui_timer_check_end:
+0x708e 021014 copy rega ,pdata 
+0x708f 021015 rtn blank 
+0x7090 021016 increase -160 ,temp 
+0x7091 021017 increase -160 ,temp 
+0x7092 021018 set0 28 ,temp 
+0x7093 021019 storet 4 ,mem_ui_timer_last_btclk 
+:      021020 ui_timer_check_send_evt:
+0x7094 021021 branch app_evt_timer 
+:      021028 ui_ipc_get_lock:
+0x7095 021029 jam 1 ,mem_ipc_lock_bt 
+:      021030 ui_ipc_get_lock_wait:
+0x7096 021031 fetch 1 ,mem_ipc_lock_c51 
+0x7097 021032 nbranch ui_ipc_get_lock_wait ,blank 
+0x7098 021033 rtn 
+:      021035 ui_ipc_put_lock:
+0x7099 021036 jam 0 ,mem_ipc_lock_bt 
+0x709a 021037 rtn 
+:      021041 ui_ipc_send_event:
+0x709b 021042 bpatch patch16_1 ,mem_patch16 
+0x709c 021043 call ui_ipc_get_lock 
+0x709d 021044 copy rega ,pdata 
+0x709e 021045 store 4 ,mem_rega 
+0x709f 021046 arg mem_ipc_fifo_bt2c51 ,rega 
+0x70a0 021047 call fifo_in 
+0x70a1 021048 fetch 4 ,mem_rega 
+0x70a2 021049 copy pdata ,rega 
+0x70a3 021050 branch ui_ipc_put_lock 
+:      021052 ui_ipc_send_cmd:
+0x70a4 021053 bpatch patch16_2 ,mem_patch16 
+0x70a5 021054 call ui_ipc_get_lock 
+0x70a6 021055 copy rega ,pdata 
+0x70a7 021056 store 4 ,mem_rega 
+0x70a8 021057 arg mem_ipc_fifo_c512bt ,rega 
+0x70a9 021058 call fifo_in 
+0x70aa 021059 fetch 4 ,mem_rega 
+0x70ab 021060 copy pdata ,rega 
+0x70ac 021061 branch ui_ipc_put_lock 
+:      021063 ui_ipc_clean_all_fifo:
+0x70ad 021064 setarg 0 
+0x70ae 021065 store util_fifo_len ,mem_ipc_fifo_c512bt 
+0x70af 021066 store util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x70b0 021067 rtn 
+:      021069 check_51cmd:
+0x70b1 021070 bpatch patch16_3 ,mem_patch16 
+0x70b2 021071 fetch 1 ,mem_hci_cmd 
+0x70b3 021072 nrtn blank 
+0x70b4 021073 arg mem_ipc_fifo_c512bt ,rega 
+0x70b5 021074 call fifo_is_empty 
+0x70b6 021075 rtn blank 
+0x70b7 021076 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
+0x70b8 021077 call check_51cmd_once 
+0x70b9 021078 fetch 1 ,mem_ipc_skip_continue_proc 
+0x70ba 021079 branch check_51cmd ,blank 
+0x70bb 021080 rtn 
+:      021082 check_51cmd_once:
+0x70bc 021083 call ui_ipc_get_lock 
+0x70bd 021084 arg mem_ipc_fifo_c512bt ,rega 
+0x70be 021085 call fifo_out 
+0x70bf 021086 copy pdata ,temp 
+0x70c0 021087 call ui_ipc_put_lock 
+0x70c1 021088 bpatch patch16_4 ,mem_patch16 
+0x70c2 021089 copy temp ,pdata 
+0x70c3 021090 rtn blank 
+0x70c4 021091 beq bt_cmd_start_adv ,check_51cmd_adv 
+0x70c5 021092 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
+0x70c6 021093 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
+0x70c7 021094 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
+0x70c8 021095 beq bt_cmd_led_off ,check_51cmd_led_off 
+0x70c9 021096 beq bt_cmd_led_on ,check_51cmd_led_on 
+0x70ca 021097 beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
+0x70cb 021098 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
+0x70cc 021099 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
+0x70cd 021100 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
+0x70ce 021101 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
+0x70cf 021103 store 1 ,mem_fifo_temp 
+:      021106 check_51cmd_once_continue:
+0x70d0 021107 fetch 1 ,mem_fifo_temp 
+0x70d1 021108 bmark0 mark_context ,check_51cmd_check_idle 
+0x70d2 021109 bpatch patch16_5 ,mem_patch16 
+0x70d3 021110 fetch 1 ,mem_fifo_temp 
+0x70d4 021111 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
+0x70d5 021112 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
+0x70d6 021113 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
+0x70d7 021114 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
+0x70d8 021115 rtn 
+:      021117 check_51cmd_check_idle:
+0x70d9 021118 store 1 ,mem_fifo_temp 
+0x70da 021119 call context_check_idle 
+0x70db 021120 branch check_51cmd_restore ,zero 
+0x70dc 021121 call context_search_plap 
+0x70dd 021122 nrtn zero 
+:      021123 check_51cmd_restore:
+0x70de 021124 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
+0x70df 021125 branch ui_ipc_send_cmd 
+:      021132 check_51cmd_adv:
+0x70e0 021133 jam on ,mem_le_adv_enable 
+0x70e1 021134 jam adv_ind ,mem_le_adv_type 
+0x70e2 021135 fetch 2 ,mem_ui_state_map 
+0x70e3 021136 set1 ui_state_ble_adv ,pdata 
+0x70e4 021137 store 2 ,mem_ui_state_map 
+0x70e5 021138 rtn 
+:      021142 check_51cmd_stop_adv:
+0x70e6 021143 fetch 2 ,mem_ui_state_map 
+0x70e7 021144 set0 ui_state_ble_adv ,pdata 
+0x70e8 021145 store 2 ,mem_ui_state_map 
+0x70e9 021146 jam off ,mem_le_adv_enable 
+0x70ea 021147 rtn 
+:      021151 check_51cmd_direct_adv:
+0x70eb 021152 jam on ,mem_le_adv_enable 
+0x70ec 021153 jam adv_direct_ind ,mem_le_adv_type 
+0x70ed 021154 fetch 2 ,mem_ui_state_map 
+0x70ee 021155 set1 ui_state_ble_adv ,pdata 
+0x70ef 021156 store 2 ,mem_ui_state_map 
+0x70f0 021157 rtn 
+:      021161 check_51cmd_stop_direct_adv:
+0x70f1 021162 fetch 2 ,mem_ui_state_map 
+0x70f2 021163 set0 ui_state_ble_adv ,pdata 
+0x70f3 021164 store 2 ,mem_ui_state_map 
+0x70f4 021165 jam off ,mem_le_adv_enable 
+0x70f5 021166 rtn 
+:      021170 check_51cmd_le_disconnect:
+0x70f6 021171 setarg 20 
+0x70f7 021172 store 2 ,mem_le_superto 
+0x70f8 021173 store 2 ,mem_le_init_superto 
+0x70f9 021174 branch le_send_terminate_ind_user_terminated 
+:      021178 check_51cmd_ble_update_connect_param:
+0x70fa 021179 branch le_l2cap_tx_update_req 
+:      021183 check_51cmd_led_off:
+0x70fb 021184 arg 0 ,rega 
+0x70fc 021185 branch ui_led_off_global 
+:      021189 check_51cmd_led_on:
+0x70fd 021190 arg 0 ,rega 
+0x70fe 021191 branch ui_led_on_global 
+:      021195 check_51cmd_led_start_blink:
+0x70ff 021196 arg 0 ,rega 
+0x7100 021197 call calc_curr_struct_prt 
+0x7101 021198 ifetch 1 ,regb 
+0x7102 021199 beq ui_led_state_blink_start ,check_51cmd_led_start_blink_in_blink 
+0x7103 021200 beq ui_led_state_blink_lighting ,check_51cmd_led_start_blink_in_blink 
+0x7104 021201 beq ui_led_state_blink_darking ,check_51cmd_led_start_blink_in_blink 
+0x7105 021202 branch ui_led_blink_start_global 
+:      021204 check_51cmd_led_start_blink_in_blink:
+0x7106 021205 ifetch 1 ,contr 
+0x7107 021206 rtneq led_infinite_flash_num 
+0x7108 021207 branch ui_led_blink_start_global 
+:      021211 check_51cmd_le_start_con:
+0x7109 021212 jam on ,mem_le_scan_enable 
+0x710a 021213 jam hci_cmd_le_create_conn ,mem_hci_cmd 
+0x710b 021216 rtn 
+:      021220 check_51cmd_start_scan:
+0x710c 021221 jam on ,mem_le_scan_enable 
+0x710d 021222 rtn 
+:      021226 check_51cmd_stop_scan:
+0x710e 021227 jam off ,mem_le_scan_enable 
+0x710f 021228 jam 0 ,mem_hci_cmd 
+0x7110 021229 rtn 
+:      021233 check_51cmd_hibernate:
+0x7111 021234 fetch 2 ,mem_cb_before_hibernate 
+0x7112 021235 call callback_func 
+0x7113 021236 fetch 1 ,mem_ui_button_gpio 
+0x7114 021237 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
+0x7115 021238 copy pdata ,temp 
+0x7116 021239 call gpio_config_input 
+:      021240 check_51cmd_hibernate_btn_disabled:
+0x7117 021241 call ui_ipc_clean_all_fifo 
+0x7118 021242 branch lpm_hibernate 
+:      021246 check_51cmd_le_smp_sec_req:
+0x7119 021247 branch le_send_smp_security_request 
+:      021252 ui_check_paring_button:
+0x711a 021253 fetch 1 ,mem_ui_state_map 
+0x711b 021254 rtnbit0 ui_state_btn_down 
+0x711c 021255 rtn 
+:      021260 queue_init:
+0x711d 021261 fetch 2 ,mem_queue_ptr 
+0x711e 021262 add pdata ,queue_offset_curr_num ,contw 
+0x711f 021263 setarg 0 
+0x7120 021264 istore 3 ,contw 
+0x7121 021265 rtn 
+:      021269 queue_push:
+0x7122 021270 bpatch patch16_6 ,mem_patch16 
+0x7123 021271 call disable_user 
+0x7124 021272 call queue_full 
+0x7125 021273 rtn blank 
+0x7126 021274 fetch 2 ,mem_queue_ptr 
+0x7127 021275 add pdata ,queue_offset_curr_num ,regb 
+0x7128 021276 ifetcht 1 ,regb 
+0x7129 021277 increase 1 ,temp 
+0x712a 021278 istoret 1 ,regb 
+0x712b 021280 ifetcht 1 ,pdata 
+0x712c 021281 copy temp ,loopcnt 
+0x712d 021282 add pdata ,queue_offset_write_ptr ,regb 
+0x712e 021283 ifetch 1 ,regb 
+0x712f 021284 imul32 temp ,pdata 
+0x7130 021285 iadd contr ,contw 
+0x7131 021286 copy rega ,contr 
+:      021287 calc_queue_next_ptr:
+0x7132 021288 call memcpy 
+0x7133 021289 call queue_get_size 
+0x7134 021290 pincrease -1 
+0x7135 021291 ifetcht 1 ,regb 
+0x7136 021292 increase 1 ,temp 
+0x7137 021293 iand temp ,temp 
+0x7138 021294 istoret 1 ,regb 
+0x7139 021295 branch enable_user 
+:      021300 queue_pop:
+0x713a 021301 bpatch patch16_7 ,mem_patch16 
+0x713b 021302 call disable_user 
+0x713c 021303 call queue_empty 
+0x713d 021304 rtn blank 
+0x713e 021305 fetch 2 ,mem_queue_ptr 
+0x713f 021306 add pdata ,queue_offset_curr_num ,regb 
+0x7140 021307 ifetcht 1 ,regb 
+0x7141 021308 increase -1 ,temp 
+0x7142 021309 istoret 1 ,regb 
+0x7143 021310 ifetcht 1 ,pdata 
+0x7144 021311 copy temp ,loopcnt 
+0x7145 021312 add pdata ,queue_offset_read_ptr ,regb 
+0x7146 021313 ifetch 1 ,regb 
+0x7147 021314 imul32 temp ,pdata 
+0x7148 021315 iadd contr ,contr 
+0x7149 021316 increase 1 ,contr 
+0x714a 021317 copy rega ,contw 
+0x714b 021318 branch calc_queue_next_ptr 
+:      021325 queue_get_new_ele:
+0x714c 021326 call disable_user 
+0x714d 021327 call queue_empty 
+0x714e 021328 rtn blank 
+0x714f 021329 fetch 2 ,mem_queue_ptr 
+0x7150 021330 ifetcht 1 ,pdata 
+0x7151 021331 copy temp ,loopcnt 
+0x7152 021332 add pdata ,queue_offset_read_ptr ,regb 
+0x7153 021333 ifetch 1 ,regb 
+0x7154 021334 imul32 temp ,pdata 
+0x7155 021335 iadd contr ,contr 
+0x7156 021336 increase 1 ,contr 
+0x7157 021337 copy contr ,regb 
+0x7158 021338 copy rega ,contw 
+0x7159 021339 call memcpy 
+0x715a 021340 branch enable_user 
+:      021342 queue_store_new_ele:
+0x715b 021343 call disable_user 
+0x715c 021344 call queue_empty 
+0x715d 021345 rtn blank 
+0x715e 021346 fetch 2 ,mem_queue_ptr 
+0x715f 021347 ifetcht 1 ,pdata 
+0x7160 021348 copy temp ,loopcnt 
+0x7161 021349 add pdata ,queue_offset_read_ptr ,regb 
+0x7162 021350 ifetch 1 ,regb 
+0x7163 021351 imul32 temp ,pdata 
+0x7164 021352 iadd contr ,contr 
+0x7165 021353 add contr ,2 ,contw 
+0x7166 021354 copy rega ,contr 
+0x7167 021355 increase -1 ,loopcnt 
+0x7168 021356 call memcpy 
+0x7169 021357 branch enable_user 
+:      021360 queue_empty:
+0x716a 021361 fetch 2 ,mem_queue_ptr 
+0x716b 021362 add pdata ,queue_offset_curr_num ,contr 
+0x716c 021363 ifetch 1 ,contr 
+0x716d 021364 rtn 
+:      021367 queue_full:
+0x716e 021368 call queue_get_size 
+0x716f 021369 ifetcht 1 ,contr 
+0x7170 021370 isub temp ,pdata 
+0x7171 021371 rtn 
+:      021374 queue_get_size:
+0x7172 021375 fetch 2 ,mem_queue_ptr 
+0x7173 021376 add pdata ,queue_offset_length ,contr 
+0x7174 021377 ifetch 1 ,contr 
+0x7175 021378 rtn 
+:      021386 usb_isr:
+0x7176 021387 bpatch patch17_0 ,mem_patch17 
+0x7177 021388 fetch 1 ,core_usb_status 
+0x7178 021389 isolate1 usb_status_reset ,pdata 
+0x7179 021390 call usb_init ,true 
+0x717a 021391 fetch 1 ,core_usb_status 
+0x717b 021392 store 1 ,core_usb_status 
+0x717c 021393 store 1 ,mem_usb_status 
+0x717d 021394 call usb_nak_state_judge 
+0x717e 021395 call usb_rx 
+0x717f 021396 call usb0_tx 
+0x7180 021397 call usb_tx 
+0x7181 021398 branch usb_nak_state 
+:      021400 usb_init:
+0x7182 021401 bpatch patch17_1 ,mem_patch17 
+0x7183 021402 call enable_authrom 
+0x7184 021403 call usb_init_param 
+0x7185 021404 jam 0x00 ,core_usb_config 
+0x7186 021405 nop 10000 
+0x7187 021406 jam 0xc0 ,core_usb_trig 
+0x7188 021407 fetch 2 ,core_clkoff 
+0x7189 021408 set0 clock_off_usb ,pdata 
+0x718a 021409 store 2 ,core_clkoff 
+0x718b 021410 jam 0x0 ,core_usb_hmode 
+0x718c 021411 jam 0x3c ,core_usb_config 
+0x718d 021412 setarg mem_usb_rxbuf 
+0x718e 021413 store 2 ,core_usb_rx_saddr 
+0x718f 021414 store 2 ,core_usb_rxptr 
+0x7190 021415 setarg mem_usb_rxbuf_end 
+0x7191 021416 store 2 ,core_usb_rx_eaddr 
+0x7192 021417 jam 0x4 ,core_usb_hmode 
+0x7193 021418 jam 0 ,core_usb_addr 
+0x7194 021419 jam 0xff ,core_usb_status 
+0x7195 021420 setarg mem_usb_clear_mem_end 
+0x7196 021421 arg mem_usb_clear_mem_start ,contw 
+0x7197 021422 isub contw ,loopcnt 
+0x7198 021423 branch clear_mem 
+:      021425 usb_offline_check_init:
+0x7199 021426 fetcht 1 ,mem_usb_offline_check_gpio 
+0x719a 021427 branch gpio_config_input 
+:      021428 usb_offline_state:
+0x719b 021429 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x719c 021430 rtn blank 
+0x719d 021431 fetcht 1 ,mem_usb_offline_check_gpio 
+0x719e 021432 call gpio_get_bit 
+0x719f 021433 branch usb_init ,true 
+0x71a0 021434 rtn 
+:      021436 usb_init_param:
+0x71a1 021437 jam dev_default ,mem_usb0_state 
+0x71a2 021438 setarg 0x0 
+0x71a3 021439 store 1 ,mem_remain 
+0x71a4 021440 store 2 ,mem_usb_zero_packet 
+0x71a5 021441 pincrease 1 
+0x71a6 021442 store 2 ,mem_usb_ones_packet 
+0x71a7 021443 pincrease 1 
+0x71a8 021444 store 2 ,mem_usb_two_packet 
+0x71a9 021445 arg mem_string0 ,contw 
+0x71aa 021446 setarg 0x030404 
+0x71ab 021447 istore 3 ,contw 
+0x71ac 021448 setarg 0x0409 
+0x71ad 021449 istore 2 ,contw 
+0x71ae 021450 arg mem_string1 ,contw 
+0x71af 021451 setsect 0 ,0x15906 
+0x71b0 021452 setsect 1 ,0x210d2 
+0x71b1 021453 setsect 2 ,0x10494 
+0x71b2 021454 setsect 3 ,0x1 
+0x71b3 021455 istore 9 ,contw 
+0x71b4 021456 arg mem_string2 ,contw 
+0x71b5 021457 setsect 0 ,0x1570f 
+0x71b6 021458 setsect 1 ,0x15c9a 
+0x71b7 021459 setsect 2 ,0x256c6 
+0x71b8 021460 setsect 3 ,0x1cdcd 
+0x71b9 021461 istore 9 ,contw 
+0x71ba 021462 setsect 0 ,0x14420 
+0x71bb 021463 setsect 1 ,0x25d99 
+0x71bc 021464 setsect 2 ,0x25636 
+0x71bd 021465 setsect 3 ,0x1 
+0x71be 021466 istore 7 ,contw 
+0x71bf 021467 arg mem_string3 ,contw 
+0x71c0 021468 setsect 0 ,0x1620a 
+0x71c1 021469 setsect 1 ,0xc8c 
+0x71c2 021470 setsect 2 ,0x30333 
+0x71c3 021471 setsect 3 ,0xc0c0 
+0x71c4 021472 istore 9 ,contw 
+0x71c5 021473 setsect 0 ,0x3130 
+0x71c6 021474 istore 2 ,contw 
+0x71c7 021475 setarg usb_kbdata_vendor_define_addr 
+0x71c8 021476 store 2 ,mem_hidreportdesc_kb 
+0x71c9 021477 setarg usb_msdata_addr 
+0x71ca 021478 store 2 ,mem_hidreportdesc_m 
+0x71cb 021479 arg usb_devicedata_addr ,contr 
+0x71cc 021480 arg mem_devicedesc ,contw 
+0x71cd 021481 arg 19 ,loopcnt 
+0x71ce 021482 call memcpy 
+0x71cf 021483 arg usb_confdata_addr ,contr 
+0x71d0 021484 arg mem_confdesc ,contw 
+0x71d1 021485 arg 60 ,loopcnt 
+0x71d2 021486 call memcpy 
+:      021487 usb_config_cb:
+0x71d3 021488 fetch 2 ,mem_cb_usb_config 
+0x71d4 021489 branch callback_func 
+:      021491 usb_tx_interval_config:
+0x71d5 021492 fetch 1 ,mem_usb_tx_interval 
+0x71d6 021493 rtn blank 
+0x71d7 021494 store 1 ,mem_confdesc + 34 
+0x71d8 021495 store 1 ,mem_confdesc + 59 
+0x71d9 021496 rtn 
+:      021498 usb_nak_state:
+0x71da 021499 arg usb_timer_nak ,queue 
+0x71db 021500 call timer_check 
+0x71dc 021501 nrtn blank 
+0x71dd 021502 fetch 1 ,mem_usb_wakestate_onetime_flag 
+0x71de 021503 nrtn blank 
+0x71df 021504 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x71e0 021505 ncall usb_mac_wakeup_judge ,blank 
+0x71e1 021506 rtn 
+:      021508 usb_nak_state_judge:
+0x71e2 021509 fetch 1 ,mem_usb_status 
+0x71e3 021510 bbit1 usb_status_nak ,usb_nak_state_timer_init 
+0x71e4 021511 rtn 
+:      021513 usb_nak_state_timer_init:
+0x71e5 021514 call usb0_attached_state_judge 
+0x71e6 021515 call timer_reinit 
+0x71e7 021516 setarg timer_nak_delay 
+0x71e8 021517 arg usb_timer_nak ,queue 
+0x71e9 021518 branch timer_init 
+:      021520 usb0_attached_state_judge:
+0x71ea 021521 fetch 1 ,mem_usb_state 
+0x71eb 021522 bne usb_connected ,usb_clear_halt_dispose 
+0x71ec 021523 jam 0 ,mem_usb_wakestate_onetime_flag 
+0x71ed 021524 jam 0 ,mem_usb_mac_wakeup_trig 
+0x71ee 021525 rtn 
+:      021527 usb_clear_halt_dispose:
+0x71ef 021528 fetch 1 ,mem_usb_clear_halt 
+0x71f0 021529 rtn blank 
+0x71f1 021530 jam 0 ,mem_usb_clear_halt 
+0x71f2 021531 jam usb_connected ,mem_usb_state 
+0x71f3 021532 jam 1 ,mem_usb_device_enumeration_endflag 
+0x71f4 021533 rtn 
+:      021535 usb_rx_no_data:
+0x71f5 021536 fetch 1 ,mem_usb_status 
+0x71f6 021537 bbit1 usb_status_setup ,usb_class_type 
+0x71f7 021538 rtn 
+:      021540 usb_rx_data:
+0x71f8 021541 fetch 1 ,core_usb_txbusy 
+0x71f9 021542 rtnbit1 usb_status_rxempty 
+0x71fa 021543 fetchr contus ,2 ,core_usb_rx_saddr 
+0x71fb 021544 fetchr contue ,2 ,core_usb_rx_eaddr 
+0x71fc 021545 fetchr contu ,2 ,core_usb_rxptr 
+0x71fd 021546 ifetch 2 ,contu 
+0x71fe 021547 rshift8 pdata ,temp 
+0x71ff 021548 rshift4 temp ,temp 
+0x7200 021549 arg 0xfff ,contr 
+0x7201 021550 iand contr ,loopcnt 
+0x7202 021551 copy loopcnt ,rega 
+:      021552 usb_rx_read:
+0x7203 021553 ifetch 1 ,contu 
+0x7204 021554 istore 1 ,contw 
+0x7205 021555 loop usb_rx_read 
+0x7206 021556 storer contu ,2 ,core_usb_rxptr 
+0x7207 021557 storer rega ,2 ,mem_usb_read_len 
+0x7208 021558 rtn 
+:      021559 usb_data_rx:
+0x7209 021560 rtn 
+:      021562 usb_rx:
+0x720a 021563 bpatch patch17_2 ,mem_patch17 
+0x720b 021564 fetch 1 ,mem_usb_status 
+0x720c 021565 rtnbit0 usb_status_rxready 
+0x720d 021566 arg mem_usb_setup ,contw 
+0x720e 021567 call usb_rx_data 
+0x720f 021568 copy temp ,pdata 
+0x7210 021569 beq 0 ,usb0_rx 
+0x7211 021570 branch usb_data_rx 
+:      021571 usb0_rx:
+0x7212 021572 fetch 1 ,mem_usb_read_len 
+0x7213 021573 beq 0x00 ,usb_rx_no_data 
+0x7214 021574 beq 0x01 ,usb_out_one_byte 
+0x7215 021575 sub pdata ,7 ,null 
+0x7216 021576 rtn positive 
+:      021577 usb_class_type:
+0x7217 021578 bpatch patch17_3 ,mem_patch17 
+0x7218 021579 set0 mark_isstr ,mark 
+0x7219 021580 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x721a 021581 and_into 0x80 ,pdata 
+0x721b 021582 beq in_device ,usb_in_device 
+0x721c 021583 beq out_device ,usb_out_device 
+0x721d 021584 branch assert 
+:      021586 usb_out_one_byte:
+0x721e 021587 fetch 1 ,mem_usb_setup 
+0x721f 021588 rtnbit1 7 
+0x7220 021589 call usb_get_led_status 
+0x7221 021590 branch usb0_reply_zerolen 
+:      021593 usb_in_device:
+0x7222 021594 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7223 021595 rshift4 pdata ,pdata 
+0x7224 021596 rshift pdata ,pdata 
+0x7225 021597 and_into 0x03 ,pdata 
+0x7226 021598 beq standard_req ,usb_in_standard_req 
+0x7227 021599 beq class_req ,usb_in_class_req 
+0x7228 021600 beq manufacturer_req ,usb_in_manufacturer_req 
+0x7229 021601 branch assert 
+:      021603 usb_out_device:
+0x722a 021604 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x722b 021605 rshift4 pdata ,pdata 
+0x722c 021606 rshift pdata ,pdata 
+0x722d 021607 and_into 0x03 ,pdata 
+0x722e 021608 beq standard_req ,usb_out_standard_req 
+0x722f 021609 beq class_req ,usb_out_class_req 
+0x7230 021610 beq manufacturer_req ,usb_out_manufacturer_req 
+0x7231 021611 branch assert 
+:      021613 usb_in_standard_req:
+0x7232 021614 fetch 1 ,mem_usb_setup_brequest 
+0x7233 021615 beq get_configuration ,usb0_request_get_configuration 
+0x7234 021616 beq get_descriptor ,usb0_request_get_descriptor 
+0x7235 021617 beq get_interface ,usb0_request_get_interface 
+0x7236 021618 beq get_status ,usb0_request_get_status 
+0x7237 021619 branch usb0_force_stall 
+:      021621 usb_in_class_req:
+0x7238 021622 fetch 1 ,mem_usb_setup_brequest 
+0x7239 021623 beq get_idle ,usb_get_idle 
+0x723a 021624 beq get_report ,usb_get_report 
+0x723b 021625 beq get_protocol ,usb_get_protocol_req 
+0x723c 021626 branch usb0_force_stall 
+:      021628 usb_in_manufacturer_req:
+0x723d 021629 branch usb0_force_stall 
+:      021631 usb_out_standard_req:
+0x723e 021632 fetch 1 ,mem_usb_setup_brequest 
+0x723f 021633 beq clear_feature ,usb0_request_clear_feature 
+0x7240 021634 beq set_feature ,usb0_request_set_feature 
+0x7241 021635 beq set_address ,usb0_request_set_address 
+0x7242 021636 beq set_configuration ,usb0_request_set_configuration 
+0x7243 021637 beq set_interface ,usb0_request_set_interface 
+0x7244 021638 beq set_descriptor ,usb0_force_stall 
+0x7245 021639 branch usb0_force_stall 
+:      021641 usb_out_class_req:
+0x7246 021642 fetch 1 ,mem_usb_setup_brequest 
+0x7247 021643 beq set_idle ,usb_set_idle 
+0x7248 021644 beq set_report ,usb_set_report 
+0x7249 021645 beq set_protocol ,usb_set_protocol_req 
+0x724a 021646 branch usb0_force_stall 
+:      021648 usb_out_manufacturer_req:
+0x724b 021649 branch usb0_force_stall 
+:      021651 usb0_force_stall:
+0x724c 021652 bpatch patch17_4 ,mem_patch17 
+0x724d 021653 fetch 1 ,core_usb_stall 
+0x724e 021654 set1 0 ,pdata 
+0x724f 021655 store 1 ,core_usb_stall 
+0x7250 021656 branch usb0_reply_zerolen 
+:      021658 usb0_reply_zerolen:
+0x7251 021659 jam 0x10 ,core_usb_trig 
+0x7252 021660 rtn 
+:      021662 usb0_request_get_configuration:
+0x7253 021663 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7254 021664 bne in_device ,usb0_force_stall 
+0x7255 021665 fetch 1 ,mem_usb_setup_windex 
+0x7256 021666 bne 0 ,usb0_force_stall 
+0x7257 021667 fetch 1 ,mem_usb_setup_windex + 1 
+0x7258 021668 bne 0 ,usb0_force_stall 
+0x7259 021669 fetch 1 ,mem_usb_setup_blength 
+0x725a 021670 bne 1 ,usb0_force_stall 
+0x725b 021671 fetch 1 ,mem_usb_setup_blengthh 
+0x725c 021672 bne 0 ,usb0_force_stall 
+0x725d 021673 fetch 1 ,mem_usb_setup_bvalue 
+0x725e 021674 bne 0 ,usb0_force_stall 
+0x725f 021675 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x7260 021676 bne 0 ,usb0_force_stall 
+0x7261 021677 fetch 1 ,mem_usb0_state 
+0x7262 021678 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
+0x7263 021679 beq dev_address ,usb0_request_get_cfg_dev_addr 
+0x7264 021680 branch usb0_force_stall 
+:      021682 usb0_request_get_cfg_dev_cfg:
+0x7265 021683 arg 1 ,regb 
+0x7266 021684 branch usb_send_ones_packet 
+:      021686 usb0_request_get_cfg_dev_addr:
+0x7267 021687 arg 1 ,regb 
+0x7268 021688 branch usb_send_zero_packet 
+:      021690 usb0_request_get_descriptor:
+0x7269 021691 bpatch patch17_5 ,mem_patch17 
+0x726a 021693 fetch 1 ,mem_usb_setup_bvalueh 
+0x726b 021694 beq dsc_device ,dsc_device_info 
+0x726c 021695 beq dsc_config ,dsc_config_info 
+0x726d 021696 beq dsc_string ,dsc_string_info 
+0x726e 021697 beq dsc_hid ,dsc_hid_info 
+0x726f 021698 beq dsc_hid_report ,dsc_hid_report_info 
+0x7270 021699 branch usb0_force_stall 
+:      021701 dsc_hid_info:
+0x7271 021702 jam 0 ,mem_usb_get_protocol_flag 
+0x7272 021703 fetch 1 ,mem_usb_setup_windex 
+0x7273 021704 beq 0 ,dsc_hid_info_interface0 
+0x7274 021705 beq 1 ,dsc_hid_info_interface1 
+0x7275 021706 branch usb0_force_stall 
+:      021708 dsc_hid_info_interface0:
+0x7276 021709 fetchr regb ,1 ,mem_confdesc + 19 
+0x7277 021710 arg mem_confdesc + 19 ,rega 
+0x7278 021711 branch usb0_respond 
+:      021713 dsc_hid_info_interface1:
+0x7279 021714 fetchr regb ,1 ,mem_confdesc + 44 
+0x727a 021715 arg mem_confdesc + 44 ,rega 
+0x727b 021716 branch usb0_respond 
+:      021718 dsc_device_info:
+0x727c 021722 fetch 1 ,mem_usb_set_high_addr_flag 
+0x727d 021723 ncall usb_set_high_addr ,blank 
+0x727e 021724 setarg mem_devicedesc 
+0x727f 021725 fetcht 1 ,mem_devicedesc 
+:      021726 dsc_info_set_data_len:
+0x7280 021727 store 2 ,mem_dsc_info_data_pointer 
+0x7281 021728 storet 1 ,mem_dsc_info_len 
+0x7282 021729 fetch 1 ,mem_usb_setup_blength 
+0x7283 021730 isub temp ,null 
+0x7284 021731 nbranch dsc_info_set_current_data_len ,positive 
+:      021732 dsc_info_set_initial_data_len:
+0x7285 021733 fetch 1 ,mem_dsc_info_len 
+:      021734 dsc_info_set_data_size_completed:
+0x7286 021735 iforce regb 
+0x7287 021736 fetch 2 ,mem_dsc_info_data_pointer 
+0x7288 021737 add pdata ,1 ,pdata 
+0x7289 021738 iforce rega 
+0x728a 021739 branch usb0_respond 
+:      021740 dsc_info_set_current_data_len:
+0x728b 021741 fetch 1 ,mem_usb_setup_blength 
+0x728c 021742 branch dsc_info_set_data_size_completed 
+:      021744 usb_set_high_addr:
+0x728d 021745 fetch 1 ,core_usb_addr 
+0x728e 021746 ncall usb0_set_addr ,blank 
+0x728f 021747 jam 0 ,mem_usb_set_high_addr_flag 
+0x7290 021748 rtn 
+:      021749 usb0_set_addr:
+0x7291 021750 fetch 1 ,core_usb_addr 
+0x7292 021751 set1 7 ,pdata 
+0x7293 021752 store 1 ,core_usb_addr 
+0x7294 021753 rtn 
+:      021755 dsc_config_info:
+0x7295 021756 setarg mem_confdesc 
+0x7296 021757 fetcht 1 ,mem_confdesc 
+0x7297 021758 branch dsc_info_set_data_len 
+:      021760 dsc_string_info:
+0x7298 021761 fetch 1 ,mem_usb_setup_bvalue 
+0x7299 021762 sub pdata ,3 ,null 
+0x729a 021763 nbranch usb0_force_stall ,positive 
+0x729b 021764 fetch 1 ,mem_usb_setup_bvalue 
+0x729c 021765 arg mem_string0 ,rega 
+0x729d 021766 beq 0 ,usb0_respond_length 
+0x729e 021767 set1 mark_isstr ,mark 
+0x729f 021768 arg mem_string1 ,rega 
+0x72a0 021769 beq 1 ,usb0_respond_length 
+0x72a1 021770 arg mem_string2 ,rega 
+0x72a2 021771 beq 2 ,usb0_respond_length 
+0x72a3 021772 arg mem_string3 ,rega 
+0x72a4 021773 beq 3 ,usb0_respond_length 
+0x72a5 021774 rtn 
+:      021776 dsc_hid_report_info:
+0x72a6 021777 fetch 2 ,mem_usb_setup_windex 
+0x72a7 021778 beq 1 ,dsc_hid_report_info0 
+0x72a8 021779 fetchr rega ,2 ,mem_hidreportdesc_kb 
+0x72a9 021780 branch usb0_respond_length 
+:      021781 dsc_hid_report_info0:
+0x72aa 021782 jam 1 ,mem_usb_device_enumeration_endflag 
+0x72ab 021783 jam usb_got_report_req ,mem_usb_state 
+0x72ac 021784 fetchr rega ,2 ,mem_hidreportdesc_m 
+0x72ad 021785 branch usb0_respond_length 
+:      021788 usb0_request_get_interface:
+0x72ae 021789 fetch 1 ,mem_usb0_state 
+0x72af 021790 bne dev_configured ,usb0_force_stall 
+0x72b0 021791 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x72b1 021792 bne in_interface ,usb0_force_stall 
+0x72b2 021793 fetch 1 ,mem_usb_setup_bvalue 
+0x72b3 021794 bne 0 ,usb0_force_stall 
+0x72b4 021795 fetch 1 ,mem_usb_setup_bvalueh 
+0x72b5 021796 bne 0 ,usb0_force_stall 
+0x72b6 021797 fetch 1 ,mem_usb_setup_blength 
+0x72b7 021798 bne 1 ,usb0_force_stall 
+0x72b8 021799 fetch 1 ,mem_usb_setup_blengthh 
+0x72b9 021800 bne 0 ,usb0_force_stall 
+0x72ba 021801 fetch 1 ,mem_usb_setup_windex 
+0x72bb 021802 bne 0 ,usb0_force_stall 
+0x72bc 021803 fetch 1 ,mem_usb_setup_windex + 1 
+0x72bd 021804 bne 0 ,usb0_force_stall 
+0x72be 021805 arg 1 ,regb 
+0x72bf 021806 branch usb_send_zero_packet 
+:      021809 usb0_request_get_status:
+0x72c0 021810 fetch 1 ,mem_usb0_state 
+0x72c1 021811 beq dev_default ,usb0_force_stall 
+0x72c2 021812 fetch 1 ,mem_usb_setup_bvalue 
+0x72c3 021813 bne 0 ,usb0_force_stall 
+0x72c4 021814 fetch 1 ,mem_usb_setup_bvalueh 
+0x72c5 021815 bne 0 ,usb0_force_stall 
+0x72c6 021816 fetch 1 ,mem_usb_setup_blength 
+0x72c7 021817 bne 2 ,usb0_force_stall 
+0x72c8 021818 fetch 1 ,mem_usb_setup_blengthh 
+0x72c9 021819 bne 0 ,usb0_force_stall 
+0x72ca 021820 fetch 1 ,mem_usb_setup_windex + 1 
+0x72cb 021821 bne 0 ,usb0_force_stall 
+0x72cc 021822 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x72cd 021823 beq in_device ,usb0_get_status_in_device 
+0x72ce 021824 beq in_interface ,usb0_get_status_in_interface 
+0x72cf 021825 beq in_endpoint ,usb0_get_status_in_endpoint 
+0x72d0 021826 branch usb0_force_stall 
+:      021829 usb0_sdsystem_dispose:
+0x72d1 021830 jam 1 ,mem_sdsystem_wakeup_flag 
+0x72d2 021831 branch usb_send_two_packet 
+:      021833 usb0_get_status_in_device:
+0x72d3 021834 fetch 1 ,mem_usb_setup_windex 
+0x72d4 021835 bne 0 ,usb0_force_stall 
+0x72d5 021836 arg 2 ,regb 
+0x72d6 021837 fetch 1 ,mem_usb_remote_wakeup 
+0x72d7 021838 beq 0x01 ,usb0_sdsystem_dispose 
+:      021840 usb_send_zero_packet:
+0x72d8 021841 arg mem_usb_zero_packet ,rega 
+0x72d9 021842 branch usb0_respond 
+:      021843 usb_send_ones_packet:
+0x72da 021844 arg mem_usb_ones_packet ,rega 
+0x72db 021845 branch usb0_respond 
+:      021846 usb_send_two_packet:
+0x72dc 021847 arg mem_usb_two_packet ,rega 
+0x72dd 021848 branch usb0_respond 
+:      021850 usb0_get_status_in_interface:
+0x72de 021851 fetch 1 ,mem_usb0_state 
+0x72df 021852 bne dev_configured ,usb0_force_stall 
+0x72e0 021853 arg 2 ,regb 
+0x72e1 021854 branch usb_send_zero_packet 
+:      021856 usb0_get_status_in_endpoint:
+0x72e2 021857 fetch 1 ,mem_usb0_state 
+0x72e3 021858 bne dev_configured ,usb0_force_stall 
+0x72e4 021859 fetch 1 ,mem_usb_setup_windex 
+0x72e5 021860 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
+0x72e6 021861 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
+0x72e7 021862 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
+0x72e8 021863 and_into 0x7f ,pdata 
+0x72e9 021864 beq 0x00 ,usb0_get_status_in_ep_in_ep0 
+0x72ea 021865 branch usb0_force_stall 
+:      021867 usb0_get_status_in_ep_in_ep0:
+0x72eb 021868 fetch 1 ,mem_usb_ep0_stall_status 
+:      021869 usb0_get_status_in_ep_in_ack:
+0x72ec 021870 arg 2 ,regb 
+0x72ed 021871 beq 1 ,usb_send_ones_packet 
+0x72ee 021872 branch usb_send_zero_packet 
+:      021873 usb0_get_status_in_ep_in_ep1:
+0x72ef 021874 fetch 1 ,mem_usb_ep1_stall_status 
+0x72f0 021875 branch usb0_get_status_in_ep_in_ack 
+:      021876 usb0_get_status_in_ep_in_ep2:
+0x72f1 021877 fetch 1 ,mem_usb_ep2_stall_status 
+0x72f2 021878 branch usb0_get_status_in_ep_in_ack 
+:      021879 usb0_get_status_in_ep_in_ep3:
+0x72f3 021880 fetch 1 ,mem_usb_ep3_stall_status 
+0x72f4 021881 branch usb0_get_status_in_ep_in_ack 
+:      021883 usb_get_idle:
+0x72f5 021884 jam 1 ,mem_usb_idle_flag 
+0x72f6 021885 arg mem_usb_idle_rate ,rega 
+0x72f7 021886 arg 1 ,regb 
+0x72f8 021887 branch usb0_respond 
+:      021889 usb_get_report:
+0x72f9 021890 fetch 2 ,mem_usb_setup_bvalue 
+0x72fa 021891 arg pc_get_report ,temp 
+0x72fb 021892 isub temp ,null 
+0x72fc 021893 nbranch usb0_force_stall ,zero 
+:      021895 usb_get_report_dispose:
+0x72fd 021896 fetch 1 ,mem_usb0_data_ready_report 
+0x72fe 021897 nbranch usb_get_report_data_success ,blank 
+0x72ff 021898 jam pc_get_nondata ,mem_usb0_get_report_data 
+:      021899 usb_get_report_send_data:
+0x7300 021900 fetch 1 ,mem_usb_setup_blength 
+0x7301 021901 iforce regb 
+0x7302 021902 arg mem_usb0_get_report_data ,rega 
+0x7303 021903 call usb0_respond 
+:      021904 usb_get_report_data_release:
+0x7304 021905 arg mem_usb0_get_report_data ,contw 
+0x7305 021906 arg 8 ,loopcnt 
+0x7306 021907 branch memset0 
+:      021908 usb_get_report_data_success:
+0x7307 021909 jam 0 ,mem_usb0_data_ready_report 
+0x7308 021910 jam pc_get_data ,mem_usb0_get_report_data 
+0x7309 021911 branch usb_get_report_send_data 
+:      021913 usb_get_protocol_req:
+0x730a 021914 fetch 1 ,mem_usb_setup_blength 
+0x730b 021915 bne 1 ,usb0_force_stall 
+0x730c 021916 jam 1 ,mem_usb_get_protocol_flag 
+0x730d 021917 arg 1 ,regb 
+0x730e 021918 fetch 1 ,mem_usb_set_protocol_value 
+0x730f 021919 beq 0 ,usb_get_report_protocol 
+0x7310 021920 beq 1 ,usb_get_boot_protocol 
+0x7311 021921 branch usb_send_zero_packet 
+:      021922 usb_get_report_protocol:
+0x7312 021923 branch usb_send_ones_packet 
+:      021924 usb_get_boot_protocol:
+0x7313 021925 branch usb_send_zero_packet 
+:      021930 usb0_request_clear_feature:
+0x7314 021931 fetch 1 ,mem_usb0_state 
+0x7315 021932 bne dev_configured ,usb0_force_stall 
+0x7316 021933 fetch 1 ,mem_usb_setup_blength 
+0x7317 021934 bne 0 ,usb0_force_stall 
+0x7318 021935 fetch 1 ,mem_usb_setup_blengthh 
+0x7319 021936 bne 0 ,usb0_force_stall 
+0x731a 021937 fetch 1 ,mem_usb_setup_bvalueh 
+0x731b 021938 bne 0 ,usb0_force_stall 
+0x731c 021939 fetch 1 ,mem_usb_setup_windex + 1 
+0x731d 021940 bne 0 ,usb0_force_stall 
+0x731e 021941 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x731f 021942 beq out_device ,usb0_request_clear_feature_out_device 
+0x7320 021943 beq out_interface ,usb0_request_clear_feature_out_interface 
+0x7321 021944 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
+0x7322 021945 branch usb0_force_stall 
+:      021947 usb0_request_clear_feature_out_device:
+0x7323 021948 fetch 1 ,mem_usb_setup_bvalue 
+0x7324 021949 bne device_remote_wakeup ,usb0_force_stall 
+0x7325 021950 fetch 1 ,core_usb_config 
+0x7326 021951 set0 7 ,pdata 
+0x7327 021952 store 1 ,core_usb_config 
+0x7328 021953 jam 0 ,mem_usb_remote_wakeup 
+0x7329 021954 jam 1 ,mem_usb_clear_remote_wakeup 
+0x732a 021955 fetch 1 ,mem_sdsystem_wakeup_flag 
+0x732b 021956 branch usb0_reply_zerolen ,blank 
+0x732c 021957 jam 0 ,mem_sdsystem_wakeup_flag 
+0x732d 021958 jam 0 ,mem_usb_clear_remote_wakeup 
+0x732e 021959 jam usb_connected ,mem_usb_state 
+0x732f 021960 branch usb0_reply_zerolen 
+:      021962 usb0_request_clear_feature_out_interface:
+0x7330 021963 branch usb0_force_stall 
+:      021965 usb0_request_clear_feature_out_endpoint:
+0x7331 021966 fetch 1 ,mem_usb_setup_bvalue 
+0x7332 021967 bne endpoint_halt ,usb0_force_stall 
+0x7333 021968 fetch 1 ,mem_usb_setup_windex 
+0x7334 021969 beq in_ep1 ,usb0_force_stall_ep1_in_off 
+0x7335 021970 beq in_ep2 ,usb0_force_stall_ep2_in_off 
+0x7336 021971 beq in_ep3 ,usb0_force_stall_ep3_in_off 
+0x7337 021972 and_into 0x7f ,pdata 
+0x7338 021973 beq 0x00 ,usb0_force_stall_ep0_in_off 
+0x7339 021974 branch usb0_force_stall 
+:      021976 usb0_force_stall_ep0_in_off:
+0x733a 021977 jam 0 ,mem_usb_ep0_stall_status 
+0x733b 021978 branch usb0_reply_zerolen 
+:      021979 usb0_force_stall_ep1_in_off:
+0x733c 021980 jam 0 ,mem_usb_ep1_stall_status 
+:      021981 usb0_force_stall_ep1_in_off_reply:
+0x733d 021982 jam 1 ,mem_usb_clear_halt 
+0x733e 021983 branch usb0_reply_zerolen 
+:      021984 usb0_force_stall_ep2_in_off:
+0x733f 021985 jam 0 ,mem_usb_ep2_stall_status 
+0x7340 021986 branch usb0_force_stall_ep1_in_off_reply 
+:      021987 usb0_force_stall_ep3_in_off:
+0x7341 021988 jam 0 ,mem_usb_ep3_stall_status 
+0x7342 021989 branch usb0_force_stall_ep1_in_off_reply 
+:      021992 usb0_request_set_feature:
+0x7343 021993 fetch 1 ,mem_usb_setup_blength 
+0x7344 021994 bne 0 ,usb0_force_stall 
+0x7345 021995 fetch 1 ,mem_usb_setup_blengthh 
+0x7346 021996 bne 0 ,usb0_force_stall 
+0x7347 021997 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x7348 021998 beq out_device ,usb0_request_set_feature_out_device 
+0x7349 021999 beq out_interface ,usb0_request_set_feature_out_interface 
+0x734a 022000 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
+0x734b 022001 branch usb0_force_stall 
+:      022003 usb0_request_set_feature_out_device:
+0x734c 022004 fetch 1 ,mem_usb_setup_bvalue 
+0x734d 022005 bne device_remote_wakeup ,usb0_force_stall 
+0x734e 022006 call dongle_set_pc_sleep_flag 
+0x734f 022007 fetch 1 ,core_usb_config 
+0x7350 022008 set1 7 ,pdata 
+0x7351 022009 store 1 ,core_usb_config 
+0x7352 022010 jam 1 ,mem_usb_remote_wakeup 
+0x7353 022011 jam usb_sleep ,mem_usb_state 
+0x7354 022012 jam 0 ,mem_usb_tx_win_enable 
+0x7355 022013 call usb0_reply_zerolen 
+:      022014 usb_wakeup_timer_reinit:
+0x7356 022015 call timer_reinit 
+0x7357 022016 setarg timer_wakeup_delay 
+0x7358 022017 arg usb_timer_wakeup ,queue 
+0x7359 022018 branch timer_init 
+:      022020 usb0_request_set_feature_out_interface:
+0x735a 022021 branch usb0_force_stall 
+:      022023 usb0_request_set_feature_out_endpoint:
+0x735b 022024 fetch 1 ,mem_usb_setup_bvalue 
+0x735c 022025 bne endpoint_halt ,usb0_force_stall 
+0x735d 022026 fetch 1 ,mem_usb_setup_bvalueh 
+0x735e 022027 bne 0 ,usb0_force_stall 
+0x735f 022028 fetch 1 ,mem_usb_setup_windex 
+0x7360 022029 beq in_ep1 ,usb0_force_stall_ep1_in_on 
+0x7361 022030 beq in_ep2 ,usb0_force_stall_ep2_in_on 
+0x7362 022031 beq in_ep3 ,usb0_force_stall_ep3_in_on 
+0x7363 022032 and_into 0x7f ,pdata 
+0x7364 022033 beq 0x00 ,usb0_force_stall_ep0_in_on 
+0x7365 022034 branch usb0_force_stall 
+:      022036 usb0_force_stall_ep0_in_on:
+0x7366 022037 jam 1 ,mem_usb_ep0_stall_status 
+0x7367 022038 branch usb0_reply_zerolen 
+:      022039 usb0_force_stall_ep1_in_on:
+0x7368 022040 jam 1 ,mem_usb_ep1_stall_status 
+0x7369 022041 branch usb0_reply_zerolen 
+:      022042 usb0_force_stall_ep2_in_on:
+0x736a 022043 jam 1 ,mem_usb_ep2_stall_status 
+0x736b 022044 branch usb0_reply_zerolen 
+:      022045 usb0_force_stall_ep3_in_on:
+0x736c 022046 jam 1 ,mem_usb_ep3_stall_status 
+0x736d 022047 branch usb0_reply_zerolen 
+:      022050 usb0_request_set_address:
+0x736e 022051 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x736f 022052 bne out_device ,usb0_force_stall 
+0x7370 022053 fetch 1 ,mem_usb_setup_windex 
+0x7371 022054 bne 0 ,usb0_force_stall 
+0x7372 022055 fetch 1 ,mem_usb_setup_windex + 1 
+0x7373 022056 bne 0 ,usb0_force_stall 
+0x7374 022057 fetch 1 ,mem_usb_setup_blength 
+0x7375 022058 bne 0 ,usb0_force_stall 
+0x7376 022059 fetch 1 ,mem_usb_setup_blengthh 
+0x7377 022060 bne 0 ,usb0_force_stall 
+0x7378 022061 fetch 1 ,mem_usb_setup_bvalueh 
+0x7379 022062 bne 0 ,usb0_force_stall 
+0x737a 022063 fetch 1 ,mem_usb_setup_bvalue 
+0x737b 022064 and_into 0x80 ,pdata 
+0x737c 022065 bne 0 ,usb0_force_stall 
+0x737d 022066 fetch 1 ,mem_usb_setup_bvalue 
+0x737e 022067 bne 0 ,usb_usb0_state_set_dev_addr 
+:      022068 usb_usb0_state_set_dev_default:
+0x737f 022069 jam dev_default ,mem_usb0_state 
+:      022070 usb0_request_set_wait_address:
+0x7380 022071 fetch 1 ,mem_usb_setup_bvalue 
+0x7381 022072 store 1 ,core_usb_addr 
+0x7382 022073 call usb0_reply_zerolen 
+0x7383 022074 jam 1 ,mem_usb_set_high_addr_flag 
+0x7384 022075 rtn 
+:      022076 usb_usb0_state_set_dev_addr:
+0x7385 022077 jam dev_address ,mem_usb0_state 
+0x7386 022078 branch usb0_request_set_wait_address 
+:      022081 usb0_request_set_configuration:
+0x7387 022082 fetch 1 ,mem_usb0_state 
+0x7388 022083 beq dev_default ,usb0_force_stall 
+0x7389 022084 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x738a 022085 bne out_device ,usb0_force_stall 
+0x738b 022086 fetch 1 ,mem_usb_setup_windex 
+0x738c 022087 bne 0 ,usb0_force_stall 
+0x738d 022088 fetch 1 ,mem_usb_setup_windex + 1 
+0x738e 022089 bne 0 ,usb0_force_stall 
+0x738f 022090 fetch 1 ,mem_usb_setup_blength 
+0x7390 022091 bne 0 ,usb0_force_stall 
+0x7391 022092 fetch 1 ,mem_usb_setup_blengthh 
+0x7392 022093 bne 0 ,usb0_force_stall 
+0x7393 022094 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x7394 022095 bne 0 ,usb0_force_stall 
+0x7395 022096 fetch 1 ,mem_usb_setup_bvalue 
+0x7396 022097 sub pdata ,usb_max_num_cfg ,null 
+0x7397 022098 nbranch usb0_force_stall ,positive 
+0x7398 022099 fetch 1 ,mem_usb0_state 
+0x7399 022100 beq dev_address ,usb0_request_set_cfg_addr_state 
+0x739a 022101 beq dev_configured ,usb0_request_set_cfg_cfg_state 
+0x739b 022102 branch usb0_force_stall 
+:      022104 usb0_request_set_cfg_addr_state:
+:      022105 usb0_request_set_cfg_cfg_state:
+0x739c 022106 fetch 1 ,mem_usb_setup_bvalue 
+0x739d 022107 beq 0 ,usb0_request_set_cfg_stay_addr_state 
+0x739e 022108 jam dev_configured ,mem_usb0_state 
+0x739f 022109 branch usb0_reply_zerolen 
+:      022110 usb0_request_set_cfg_stay_addr_state:
+0x73a0 022111 jam dev_address ,mem_usb0_state 
+0x73a1 022112 branch usb0_reply_zerolen 
+:      022115 usb0_request_set_interface:
+0x73a2 022116 fetch 1 ,mem_usb0_state 
+0x73a3 022117 bne dev_configured ,usb0_force_stall 
+0x73a4 022118 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x73a5 022119 bne out_interface ,usb0_force_stall 
+0x73a6 022120 fetch 1 ,mem_usb_setup_bvalue 
+0x73a7 022121 bne 0 ,usb0_force_stall 
+0x73a8 022122 fetch 1 ,mem_usb_setup_bvalueh 
+0x73a9 022123 bne 0 ,usb0_force_stall 
+0x73aa 022124 fetch 1 ,mem_usb_setup_blength 
+0x73ab 022125 bne 0 ,usb0_force_stall 
+0x73ac 022126 fetch 1 ,mem_usb_setup_blengthh 
+0x73ad 022127 bne 0 ,usb0_force_stall 
+0x73ae 022128 fetch 1 ,mem_usb_setup_windex 
+0x73af 022129 bne 0 ,usb0_force_stall 
+0x73b0 022130 fetch 1 ,mem_usb_setup_windex + 1 
+0x73b1 022131 bne 0 ,usb0_force_stall 
+0x73b2 022132 branch usb0_reply_zerolen 
+:      022135 usb_set_idle:
+0x73b3 022136 bpatch patch17_6 ,mem_patch17 
+0x73b4 022137 jam 1 ,mem_usb_idle_flag 
+0x73b5 022138 fetch 1 ,mem_usb_setup_bvalueh 
+0x73b6 022139 store 1 ,mem_usb_idle_rate 
+0x73b7 022140 fetch 1 ,mem_usb_setup_windex 
+0x73b8 022141 sub pdata ,1 ,null 
+0x73b9 022142 call usb_clear_remote_wakeup_set0 ,zero 
+0x73ba 022143 fetch 1 ,mem_usb_state 
+0x73bb 022144 bne usb_resume ,usb0_reply_zerolen 
+0x73bc 022145 jam usb_connected ,mem_usb_state 
+0x73bd 022146 call usb0_reply_zerolen 
+0x73be 022147 nop 30000 
+0x73bf 022148 nop 30000 
+0x73c0 022149 rtn 
+:      022150 usb_clear_remote_wakeup_set0:
+0x73c1 022151 jam 1 ,mem_usb_device_enumeration_endflag 
+0x73c2 022152 jam 0 ,mem_usb_clear_remote_wakeup 
+0x73c3 022153 jam usb_resume ,mem_usb_state 
+0x73c4 022154 rtn 
+:      022157 usb_set_report:
+0x73c5 022158 nop 15000 
+0x73c6 022159 arg mem_usb0_set_report_data ,contw 
+0x73c7 022160 call usb_rx_data 
+0x73c8 022161 jam 1 ,mem_usb0_get_set_report 
+0x73c9 022162 call usb_set_report_resume_judge 
+0x73ca 022163 fetch 2 ,mem_usb_setup_bvalue 
+0x73cb 022164 store 2 ,mem_usb_setup_bvalue_temp 
+0x73cc 022165 call usb0_reply_zerolen 
+0x73cd 022166 fetch 1 ,mem_device_option 
+0x73ce 022167 rtnne dvc_op_dongle 
+0x73cf 022168 fetch 1 ,mem_usb_tx_win_enable 
+0x73d0 022169 rtn blank 
+0x73d1 022170 fetch 1 ,mem_usb0_set_report_data 
+:      022171 usb_get_led_status:
+0x73d2 022172 store 1 ,mem_24g_led_status 
+0x73d3 022173 jam 0 ,mem_usb_tx_win_enable 
+0x73d4 022174 jam kb_led_ackpayload ,mem_24g_ackpayload_enable 
+0x73d5 022175 rtn 
+:      022178 usb_set_report_resume_judge:
+0x73d6 022179 fetch 2 ,mem_usb_setup_bvalue 
+0x73d7 022180 arg pc_set_report_bvalue ,temp 
+0x73d8 022181 isub temp ,null 
+0x73d9 022182 nrtn zero 
+0x73da 022183 fetch 2 ,mem_usb_setup_windex 
+0x73db 022184 arg pc_set_report_windex ,temp 
+0x73dc 022185 isub temp ,null 
+0x73dd 022186 nrtn zero 
+0x73de 022187 fetch 2 ,mem_usb_setup_blength 
+0x73df 022188 arg pc_set_report_blength ,temp 
+0x73e0 022189 isub temp ,null 
+0x73e1 022190 nrtn zero 
+0x73e2 022191 jam 1 ,mem_usb_tx_win_enable 
+0x73e3 022192 rtn 
+:      022195 usb_set_protocol_req:
+0x73e4 022196 fetch 1 ,mem_usb_setup_blength 
+0x73e5 022197 bne 0 ,usb0_force_stall 
+0x73e6 022198 fetch 1 ,mem_usb_setup_bvalue 
+0x73e7 022199 beq boot_protocol ,usb_set_boot_protocol 
+0x73e8 022200 beq report_protocol ,usb_set_report_protocol 
+0x73e9 022201 branch usb0_force_stall 
+:      022202 usb_set_boot_protocol:
+0x73ea 022203 jam 0 ,mem_usb_set_protocol_status 
+0x73eb 022204 jam 1 ,mem_usb_set_protocol_value 
+0x73ec 022205 branch usb0_reply_zerolen 
+:      022206 usb_set_report_protocol:
+0x73ed 022207 jam 1 ,mem_usb_tx_mac_enable 
+0x73ee 022208 jam 1 ,mem_usb_set_protocol_status 
+0x73ef 022209 jam 0 ,mem_usb_set_protocol_value 
+0x73f0 022210 branch usb0_reply_zerolen 
+:      022213 usb0_respond_length:
+0x73f1 022214 ifetchr regb ,1 ,rega 
+0x73f2 022215 increase 1 ,rega 
+:      022217 usb0_respond:
+0x73f3 022218 bpatch patch17_7 ,mem_patch17 
+0x73f4 022219 set1 mark_usb_first_resp ,mark 
+0x73f5 022220 bmark0 mark_isstr ,usb0_respond_nostr 
+0x73f6 022221 increase 1 ,regb 
+0x73f7 022222 lshift regb ,regb 
+:      022223 usb0_respond_nostr:
+0x73f8 022224 storer rega ,2 ,mem_bufptr 
+0x73f9 022225 storer regb ,1 ,mem_remain 
+0x73fa 022226 branch usb0_tx 
+:      022228 usb_no_respond_data:
+0x73fb 022229 arg 0 ,queue 
+0x73fc 022230 branch usb_trig 
+:      022235 usb0_tx:
+0x73fd 022236 bpatch patch18_0 ,mem_patch18 
+0x73fe 022237 fetch 1 ,core_usb_txbusy 
+0x73ff 022238 rtnbit1 0 
+0x7400 022239 fetch 1 ,mem_remain 
+0x7401 022240 rtn blank 
+0x7402 022241 copy pdata ,loopcnt 
+0x7403 022242 iforce temp 
+0x7404 022243 fetch 2 ,mem_usb_setup_blength 
+0x7405 022244 sub pdata ,ep0_packet_size ,null 
+0x7406 022245 branch usb0_tx_short ,positive 
+0x7407 022246 sub loopcnt ,ep0_packet_size ,null 
+0x7408 022247 branch usb0_tx_info ,positive 
+0x7409 022248 force ep0_packet_size ,loopcnt 
+0x740a 022249 branch usb0_tx_info 
+:      022250 usb0_tx_short:
+0x740b 022251 isub loopcnt ,null 
+0x740c 022252 branch usb0_tx_info ,positive 
+0x740d 022253 iforce loopcnt 
+0x740e 022254 store 1 ,mem_remain 
+:      022255 usb0_tx_info:
+0x740f 022256 fetch 1 ,mem_remain 
+0x7410 022257 isub loopcnt ,pdata 
+0x7411 022258 store 1 ,mem_remain 
+0x7412 022259 add loopcnt ,-1 ,pdata 
+0x7413 022260 store 1 ,mem_usb_txbuf 
+0x7414 022261 bmark0 mark_isstr ,usb0_tx_nostr 
+0x7415 022262 rshift pdata ,pdata 
+0x7416 022263 add loopcnt ,-1 ,pdata 
+0x7417 022264 store 1 ,mem_usb_txbuf 
+0x7418 022265 bmark0 mark_usb_first_resp ,usb0_tx_nostr 
+0x7419 022266 set0 mark_usb_first_resp ,mark 
+0x741a 022267 istoret 1 ,contw 
+0x741b 022268 setarg 3 
+0x741c 022269 istore 1 ,contw 
+0x741d 022270 increase -1 ,loopcnt 
+0x741e 022271 copy loopcnt ,pdata 
+0x741f 022272 nbranch usb0_tx_nostr ,zero 
+0x7420 022273 increase 1 ,loopcnt 
+:      022274 usb0_tx_nostr:
+0x7421 022275 fetch 2 ,mem_bufptr 
+0x7422 022276 copy pdata ,contr 
+:      022277 usb0_tx0:
+0x7423 022278 ifetch 1 ,contr 
+0x7424 022279 istore 1 ,contw 
+0x7425 022280 bmark0 mark_isstr ,usb0_tx1 
+0x7426 022281 setarg 0 
+0x7427 022282 istore 1 ,contw 
+:      022283 usb0_tx1:
+0x7428 022284 loop usb0_tx0 
+0x7429 022285 copy contr ,pdata 
+0x742a 022286 store 2 ,mem_bufptr 
+0x742b 022287 setarg mem_usb_txbuf 
+0x742c 022288 store 2 ,core_usb_tx_saddr0 
+0x742d 022289 arg 0 ,queue 
+0x742e 022290 call usb_trig 
+0x742f 022291 fetch 1 ,mem_remain 
+0x7430 022292 nrtn blank 
+0x7431 022293 fetch 1 ,mem_usb_state 
+0x7432 022294 rtnne usb_got_report_req 
+0x7433 022295 jam usb_connected ,mem_usb_state 
+0x7434 022296 rtn 
+:      022300 usb_tx_ep1:
+0x7435 022301 arg 1 ,queue 
+0x7436 022302 arg mem_usb_txbuf1 ,rega 
+0x7437 022303 storer rega ,2 ,core_usb_tx_saddr1 
+:      022304 usb_tx_buf:
+0x7438 022305 add loopcnt ,-1 ,pdata 
+0x7439 022306 istore 1 ,rega 
+:      022307 usb_tx_loop:
+0x743a 022308 ifetch 1 ,contr 
+0x743b 022309 istore 1 ,contw 
+0x743c 022310 loop usb_tx_loop 
+:      022311 usb_trig:
+0x743d 022312 setarg 0 
+0x743e 022313 qset1 pdata 
+0x743f 022314 store 1 ,core_usb_trig 
+0x7440 022315 rtn 
+:      022317 usb_tx_ep2:
+0x7441 022318 arg 2 ,queue 
+0x7442 022319 arg mem_usb_txbuf2 ,rega 
+0x7443 022320 storer rega ,2 ,core_usb_tx_saddr2 
+0x7444 022321 branch usb_tx_buf 
+:      022323 usb_tx:
+0x7445 022324 bpatch patch18_1 ,mem_patch18 
+0x7446 022325 fetch 1 ,mem_usb_tx_enable 
+0x7447 022326 rtn blank 
+0x7448 022327 fetch 1 ,core_usb_txbusy 
+0x7449 022328 and_into 0x0f ,pdata 
+0x744a 022329 nbranch usb_inwake_state_tx_dispose ,blank 
+0x744b 022330 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x744c 022331 branch usb_tx_fifo_release ,blank 
+0x744d 022332 fetch 1 ,mem_usb_state 
+0x744e 022333 beq usb_sleep ,usb_windows_wakeup 
+0x744f 022334 bne usb_connected ,usb_tx_fifo_release 
+0x7450 022335 fetch 1 ,mem_usb_clear_remote_wakeup 
+0x7451 022336 nbranch usb_tx_fifo_release ,blank 
+0x7452 022337 call usb_tx_data_ep1 
+0x7453 022338 branch usb_tx_data_ep2 
+:      022340 usb_tx_data_ep1:
+0x7454 022341 fetch 1 ,core_usb_txbusy 
+0x7455 022342 rtnbit1 1 
+0x7456 022343 fetch 1 ,mem_usb_tx_enable 
+0x7457 022344 rtnbit0 1 
+0x7458 022345 fetch 1 ,mem_usb_tx_enable 
+0x7459 022346 set0 1 ,pdata 
+0x745a 022347 store 1 ,mem_usb_tx_enable 
+0x745b 022348 fetch 1 ,mem_usb_ep1_data 
+0x745c 022349 rtn blank 
+0x745d 022350 beq usb_ep1_kb ,usb_tx_kb_normal_data 
+0x745e 022351 branch assert 
+:      022353 usb_tx_data_ep2:
+0x745f 022354 fetch 1 ,core_usb_txbusy 
+0x7460 022355 rtnbit1 2 
+0x7461 022356 fetch 1 ,mem_usb_tx_enable 
+0x7462 022357 rtnbit0 2 
+0x7463 022358 fetch 1 ,mem_usb_tx_enable 
+0x7464 022359 set0 2 ,pdata 
+0x7465 022360 store 1 ,mem_usb_tx_enable 
+0x7466 022361 fetch 1 ,mem_usb_ep2_data 
+0x7467 022362 rtn blank 
+0x7468 022363 beq usb_ep2_ms ,usb_tx_ms_data 
+0x7469 022364 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
+0x746a 022365 beq usb_ep2_systemkey ,usb_tx_kb_systemkey_data 
+0x746b 022366 branch assert 
+:      022368 usb_tx_fifo_release:
+0x746c 022370 arg mem_usb_mouse_data ,contw 
+0x746d 022371 arg 8 ,loopcnt 
+0x746e 022372 branch memset0 
+:      022374 usb_tx_ms_data:
+0x746f 022375 fetch 1 ,mem_usb_idle_flag 
+0x7470 022376 fetcht 1 ,mem_usb_get_protocol_flag 
+0x7471 022377 iand temp ,pdata 
+0x7472 022378 branch usb_tx_ms_data_normal_mode ,blank 
+0x7473 022379 fetcht 1 ,mem_usb_set_protocol_status 
+0x7474 022380 iadd temp ,pdata 
+0x7475 022381 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
+0x7476 022382 branch usb_tx_ms_data_normal_mode 
+:      022384 usb_tx_ms_data_mac_boot_mode:
+0x7477 022385 jam 0 ,mem_usb_ep2_data 
+:      022386 usb_tx_ms_data_mac_boot_regroup:
+0x7478 022387 fetch 1 ,mem_usb_mouse_data + 1 
+0x7479 022388 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x747a 022389 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x747b 022390 fetch 1 ,mem_usb_mouse_data + 1 
+0x747c 022391 store 1 ,mem_usb_mouse_data 
+0x747d 022392 fetch 1 ,mem_usb_mouse_data + 2 
+0x747e 022393 istore 1 ,contw 
+0x747f 022394 fetch 1 ,mem_usb_mouse_data + 4 
+0x7480 022395 istore 1 ,contw 
+0x7481 022396 fetch 1 ,mem_usb_mouse_data + 6 
+0x7482 022397 istore 1 ,contw 
+0x7483 022398 arg 4 ,loopcnt 
+0x7484 022399 arg mem_usb_mouse_data ,contr 
+0x7485 022400 branch usb_tx_ep2 
+:      022402 usb_tx_ms_data_normal_mode:
+0x7486 022403 jam 0 ,mem_usb_ep2_data 
+:      022404 usb_tx_mac_boot_ms_regroup_r_or_lrkey:
+0x7487 022405 arg 8 ,loopcnt 
+0x7488 022406 arg mem_usb_mouse_data ,contr 
+0x7489 022407 branch usb_tx_ep2 
+:      022409 usb_tx_kb_multikey_data:
+0x748a 022410 jam 0 ,mem_usb_ep2_data 
+0x748b 022411 arg 3 ,loopcnt 
+0x748c 022412 arg mem_usb_kb_multikey ,contr 
+0x748d 022413 branch usb_tx_ep2 
+:      022415 usb_tx_kb_normal_data:
+0x748e 022416 jam 0 ,mem_usb_ep1_data 
+0x748f 022417 arg 8 ,loopcnt 
+0x7490 022418 arg mem_usb_kb_data ,contr 
+0x7491 022419 branch usb_tx_ep1 
+:      022421 usb_tx_kb_systemkey_data:
+0x7492 022422 jam 0 ,mem_usb_ep2_data 
+0x7493 022423 arg 2 ,loopcnt 
+0x7494 022424 arg mem_usb_kb_system ,contr 
+0x7495 022425 branch usb_tx_ep2 
+:      022427 usb_inwake_state_tx_dispose:
+0x7496 022428 fetch 1 ,mem_usb_state 
+0x7497 022429 beq usb_connected ,usb_mac_wakeup_trig 
+0x7498 022430 rtn 
+:      022431 usb_mac_wakeup_trig:
+0x7499 022432 fetch 1 ,core_usb_config 
+0x749a 022433 set1 7 ,pdata 
+0x749b 022434 store 1 ,core_usb_config 
+0x749c 022435 jam 1 ,mem_usb_mac_wakeup_trig 
+0x749d 022436 rtn 
+:      022438 usb_mac_wakeup_judge:
+0x749e 022439 fetch 1 ,mem_usb_state 
+0x749f 022440 rtneq usb_sleep 
+0x74a0 022441 beq usb_connected ,usb_mac_wakeup 
+0x74a1 022442 rtn 
+:      022443 usb_mac_wakeup:
+0x74a2 022444 fetch 1 ,mem_usb_mac_wakeup_trig 
+0x74a3 022445 rtn blank 
+0x74a4 022446 jam 1 ,mem_usb_wakestate_onetime_flag 
+0x74a5 022447 branch usb_wakeup 
+:      022449 usb_windows_wakeup:
+0x74a6 022450 arg usb_timer_wakeup ,queue 
+0x74a7 022451 call timer_check 
+0x74a8 022452 nrtn blank 
+:      022453 usb_wakeup:
+0x74a9 022454 fetch 1 ,core_usb_config 
+0x74aa 022455 rtnbit0 7 
+0x74ab 022456 jam 0xfc ,core_usb_config 
+0x74ac 022457 nop 30000 
+0x74ad 022458 jam 0x3c ,core_usb_config 
+0x74ae 022459 rtn 
+:      022466 push_stack:
+0x74af 022467 storer contw ,2 ,mem_contw 
+0x74b0 022468 storet 8 ,mem_temp 
+0x74b1 022469 storer timeup ,4 ,mem_timeup 
+0x74b2 022470 call push_stack_rega_b_c 
+0x74b3 022471 storer contr ,2 ,mem_contr 
+0x74b4 022472 storer loopcnt ,2 ,mem_loopcnt 
+0x74b5 022473 storer queue ,2 ,mem_queue 
+0x74b6 022474 rtn 
+:      022476 push_stack_rega_b_c:
+0x74b7 022477 storer rega ,4 ,mem_rega 
+0x74b8 022478 storer regb ,4 ,mem_regb 
+0x74b9 022479 storer regc ,3 ,mem_regc 
+0x74ba 022480 rtn 
+:      022482 pop_stack:
+0x74bb 022483 bpatch patch18_2 ,mem_patch18 
+0x74bc 022484 fetch 2 ,mem_contw 
+0x74bd 022485 iforce contw 
+0x74be 022486 fetcht 8 ,mem_temp 
+0x74bf 022487 fetchr timeup ,4 ,mem_timeup 
+0x74c0 022488 call pop_stack_rega_b_c 
+0x74c1 022489 fetchr loopcnt ,2 ,mem_loopcnt 
+0x74c2 022490 fetchr queue ,2 ,mem_queue 
+0x74c3 022491 fetch 2 ,mem_contr 
+0x74c4 022492 iforce contr 
+0x74c5 022493 rtn 
+:      022495 pop_stack_rega_b_c:
+0x74c6 022496 fetchr rega ,4 ,mem_rega 
+0x74c7 022497 fetchr regb ,4 ,mem_regb 
+0x74c8 022498 fetchr regc ,3 ,mem_regc 
+0x74c9 022499 rtn 
+:      022501 get_contw:
+0x74ca 022502 fetch 2 ,mem_contw 
+0x74cb 022503 copy pdata ,contw 
+0x74cc 022504 rtn 
+:      022505 get_contr:
+0x74cd 022506 fetch 2 ,mem_contr 
+0x74ce 022507 copy pdata ,contr 
+0x74cf 022508 rtn 
+:      022510 store_contw:
+0x74d0 022511 copy contw ,pdata 
+0x74d1 022512 store 2 ,mem_contw 
+0x74d2 022513 rtn 
+:      022514 store_contr:
+0x74d3 022515 copy contr ,pdata 
+0x74d4 022516 store 2 ,mem_contr 
+0x74d5 022517 rtn 
+:      022521 save_cont_pointers:
+0x74d6 022522 copy contw ,pdata 
+0x74d7 022523 store 2 ,mem_contw 
+0x74d8 022524 copy contr ,pdata 
+0x74d9 022525 store 2 ,mem_contr 
+0x74da 022526 rtn 
+:      022528 load_cont_pointers:
+0x74db 022529 fetch 2 ,mem_contw 
+0x74dc 022530 copy pdata ,contw 
+0x74dd 022531 fetch 2 ,mem_contr 
+0x74de 022532 copy pdata ,contr 
+0x74df 022533 rtn 
+:      022538 get_diff:
+0x74e0 022539 isub temp ,rega 
+0x74e1 022540 rtn positive 
+0x74e2 022541 arg 0x100 ,rega 
+0x74e3 022542 iadd rega ,pdata 
+0x74e4 022543 isub temp ,rega 
+0x74e5 022544 rtn 
+:      022546 memcpy96:
+0x74e6 022547 call memcpy32 
+:      022548 memcpy64:
+0x74e7 022549 call memcpy32 
+0x74e8 022550 branch memcpy32 
+:      022553 memcpy12:
+0x74e9 022554 call memcpy8 
+:      022555 memcpy4:
+0x74ea 022556 ifetch 1 ,contr 
+0x74eb 022557 istore 1 ,contw 
+:      022558 memcpy3:
+0x74ec 022559 ifetch 3 ,contr 
+0x74ed 022560 istore 3 ,contw 
+0x74ee 022561 rtn 
+:      022562 memcpy8:
+0x74ef 022563 ifetch 8 ,contr 
+0x74f0 022564 istore 8 ,contw 
+0x74f1 022565 rtn 
+:      022567 memcpy48:
+0x74f2 022568 call memcpy16 
+:      022569 memcpy32:
+0x74f3 022570 call memcpy8 
+:      022571 memcpy24:
+0x74f4 022572 call memcpy8 
+:      022573 memcpy16:
+0x74f5 022574 call memcpy8 
+0x74f6 022575 branch memcpy8 
+:      022577 delay:
+0x74f7 022578 increase -1 ,pdata 
+0x74f8 022579 nop 38 
+0x74f9 022580 nbranch delay ,blank 
+0x74fa 022581 rtn 
+:      022584 delay_10ms:
+0x74fb 022585 arg 10 ,loopcnt 
+:      022586 delay_ms_wait:
+0x74fc 022587 nop 12000 
+0x74fd 022588 loop delay_ms_wait 
+0x74fe 022589 rtn 
+:      022591 bn_zero:
+0x74ff 022592 force 3 ,loopcnt 
+:      022593 memset0:
+0x7500 022594 force 0 ,pdata 
+:      022595 memset8:
+0x7501 022596 istore 8 ,contw 
+0x7502 022597 loop memset8 
+0x7503 022598 rtn 
+:      022601 memset0_16:
+0x7504 022602 call memset0_8 
+:      022603 memset0_8:
+0x7505 022604 force 0 ,pdata 
+0x7506 022605 istore 8 ,contw 
+0x7507 022606 rtn 
+:      022607 memset0_4:
+0x7508 022608 force 0 ,pdata 
+0x7509 022609 istore 4 ,contw 
+0x750a 022610 rtn 
+:      022612 clear_mem_256:
+0x750b 022613 force 4 ,loopcnt 
+0x750c 022614 branch memset0 
+:      022615 clear_mem_512:
+0x750d 022616 force 8 ,loopcnt 
+0x750e 022617 branch memset0 
+:      022619 clear_mem:
+0x750f 022620 deposit loopcnt 
+0x7510 022621 rtn blank 
+0x7511 022622 setarg 0 
+:      022623 clear_mem_loop:
+0x7512 022624 istore 1 ,contw 
+0x7513 022625 loop clear_mem_loop 
+0x7514 022626 rtn 
+:      022629 clear_temp_block:
+0x7515 022630 arg 32 ,loopcnt 
+0x7516 022631 arg mem_temp_block0 ,contw 
+0x7517 022632 branch clear_mem 
+:      022634 xor_loop:
+0x7518 022635 ifetch 4 ,regc 
+0x7519 022636 ifetcht 4 ,rega 
+0x751a 022637 ixor temp ,pdata 
+0x751b 022638 istore 4 ,contw 
+0x751c 022639 increase 4 ,rega 
+0x751d 022640 increase 4 ,regc 
+0x751e 022641 loop xor_loop 
+0x751f 022642 rtn 
+:      022646 inverse_data:
+0x7520 022647 bpatch patch18_3 ,mem_patch18 
+0x7521 022648 copy loopcnt ,pdata 
+0x7522 022649 sub pdata ,1 ,null 
+0x7523 022650 rtn positive 
+0x7524 022651 iadd rega ,regb 
+0x7525 022652 increase -1 ,regb 
+0x7526 022653 rshift loopcnt ,loopcnt 
+:      022654 inverse_loop:
+0x7527 022655 ifetcht 1 ,rega 
+0x7528 022656 ifetch 1 ,regb 
+0x7529 022657 istore 1 ,rega 
+0x752a 022658 istoret 1 ,regb 
+0x752b 022659 increase -1 ,regb 
+0x752c 022660 increase 1 ,rega 
+0x752d 022661 loop inverse_loop 
+0x752e 022662 rtn 
+:      022664 le2be_6byte:
+:      022665 inverse_data_6byte:
+0x752f 022666 rshift32 pdata ,temp 
+0x7530 022667 call inverse_data_4byte 
+0x7531 022668 byteswap temp ,temp 
+0x7532 022669 lshift16 pdata ,pdata 
+0x7533 022670 ior temp ,pdata 
+0x7534 022671 rtn 
+:      022674 le2be_4byte:
+:      022675 inverse_data_4byte:
+0x7535 022676 rshift16 pdata ,contr 
+0x7536 022677 byteswap contr ,contr 
+0x7537 022678 byteswap pdata ,pdata 
+0x7538 022679 lshift16 pdata ,pdata 
+0x7539 022680 ior contr ,pdata 
+0x753a 022681 rtn 
+:      022684 memcpy_fast:
+0x753b 022685 deposit loopcnt 
+0x753c 022686 rtn blank 
+:      022687 memcpy_fast_loop:
+0x753d 022688 increase -8 ,loopcnt 
+0x753e 022689 call memcpy8 ,positive 
+0x753f 022690 rtn zero 
+0x7540 022691 branch memcpy_fast_loop ,positive 
+0x7541 022692 increase 8 ,loopcnt 
+:      022693 memcpy_fast_loop_four:
+0x7542 022694 increase -4 ,loopcnt 
+0x7543 022695 call memcpy4 ,positive 
+0x7544 022696 rtn zero 
+0x7545 022697 branch memcpy_fast_loop_four ,positive 
+0x7546 022698 increase 4 ,loopcnt 
+0x7547 022699 branch memcpy 
+:      022701 memcpy:
+0x7548 022702 deposit loopcnt 
+0x7549 022703 rtn blank 
+:      022704 memcpy_loop:
+0x754a 022705 ifetch 1 ,contr 
+0x754b 022706 istore 1 ,contw 
+0x754c 022707 loop memcpy_loop 
+0x754d 022708 rtn 
+:      022710 timer_stop:
+0x754e 022711 setarg 0 
+:      022712 timer_init:
+0x754f 022715 store 2 ,mem_pdatatemp 
+0x7550 022716 bpatch patch18_4 ,mem_patch18 
+0x7551 022717 call timer_check 
+0x7552 022718 fetcht 2 ,mem_pdatatemp 
+0x7553 022719 arg mem_timers ,contw 
+0x7554 022721 lshift queue ,pdata 
+0x7555 022722 iadd contw ,contw 
+0x7556 022723 istoret 2 ,contw 
+0x7557 022724 rtn 
+:      022726 timer_check_timeout:
+0x7558 022727 arg 0x800 ,timeup 
+0x7559 022728 lshift16 timeup ,timeup 
+0x755a 022729 iadd timeup ,pdata 
+0x755b 022730 rtn 
+:      022733 timer_reinit:
+0x755c 022734 arg 0 ,queue 
+:      022735 timer_check:
+0x755d 022736 bpatch patch18_5 ,mem_patch18 
+0x755e 022737 fetcht 4 ,mem_last_clkn 
+0x755f 022738 rshift clkn_bt ,pdata 
+0x7560 022739 store 4 ,mem_last_clkn 
+0x7561 022740 isub temp ,null 
+0x7562 022741 ncall timer_check_timeout ,positive 
+0x7563 022742 isub temp ,timeup 
+0x7564 022743 copy timeup ,temp 
+0x7565 022744 arg mem_timers ,contr 
+0x7566 022745 copy contr ,contw 
+0x7567 022746 arg 16 ,loopcnt 
+:      022747 timer_loop:
+0x7568 022748 ifetch 2 ,contr 
+0x7569 022749 isub temp ,pdata 
+0x756a 022750 branch timer_counting ,positive 
+0x756b 022751 force 0 ,pdata 
+:      022752 timer_counting:
+0x756c 022753 istore 2 ,contw 
+0x756d 022754 loop timer_loop 
+0x756e 022755 arg mem_timers ,contr 
+0x756f 022756 lshift queue ,pdata 
+0x7570 022757 iadd contr ,contr 
+0x7571 022758 ifetch 2 ,contr 
+0x7572 022759 rtn 
+:      022764 clk_add:
+0x7573 022765 iadd temp ,temp 
+0x7574 022766 copy temp ,loopcnt 
+0x7575 022767 fetch 2 ,mem_param_rt_rthalfslot 
+0x7576 022768 isub loopcnt ,pdata 
+0x7577 022769 rtn positive 
+0x7578 022770 sub pdata ,0 ,pdata 
+0x7579 022771 rshift16 temp ,temp 
+0x757a 022772 increase 1 ,temp 
+0x757b 022773 lshift16 temp ,temp 
+0x757c 022774 ior temp ,temp 
+0x757d 022775 rtn 
+:      022777 clk_diff_rt:
+0x757e 022778 call clk_diff 
+0x757f 022779 branch clk2rt 
+:      022782 clk_diff:
+0x7580 022783 disable user 
+0x7581 022784 isub temp ,pdata 
+0x7582 022785 branch clk_diff_pos ,positive 
+0x7583 022786 enable user 
+0x7584 022787 sub pdata ,0 ,pdata 
+:      022788 clk_diff_pos:
+0x7585 022789 rtnbit0 15 
+0x7586 022790 copy pdata ,regab 
+0x7587 022791 arg 0x10000 ,temp 
+0x7588 022792 fetch 2 ,mem_param_rt_rthalfslot 
+0x7589 022793 isub temp ,pdata 
+0x758a 022794 iadd regab ,pdata 
+0x758b 022795 set0 64 ,pdata 
+0x758c 022796 rtn 
+:      022800 clk2rt:
+0x758d 022801 fetcht 2 ,mem_param_rt_rthalfslot 
+0x758e 022802 iforce contr 
+0x758f 022803 rshift16 pdata ,pdata 
+0x7590 022804 imul32 temp ,pdata 
+0x7591 022805 iadd contr ,pdata 
+0x7592 022806 rtn 
+:      022809 clk2lpo:
+0x7593 022810 lshift8 pdata ,pdata 
+0x7594 022811 lshift4 pdata ,pdata 
+0x7595 022812 fetcht 3 ,mem_clks_per_lpo 
+0x7596 022813 idiv temp 
+0x7597 022814 call wait_div_end 
+0x7598 022815 quotient temp 
+0x7599 022816 rtn 
+:      022819 clk2bt:
+0x759a 022820 fetcht 2 ,mem_param_rt_rthalfslot 
+0x759b 022821 idiv temp 
+0x759c 022822 call get_div_result 
+0x759d 022823 lshift16 pdata ,pdata 
+0x759e 022824 remainder temp 
+0x759f 022825 ior temp ,temp 
+0x75a0 022826 rtn 
+:      022833 string2dec_from_uart:
+0x75a1 022834 arg 0 ,temp 
+:      022835 string2dec_from_uart_done:
+0x75a2 022836 copy temp ,regab 
+0x75a3 022837 ifetch 1 ,contu 
+0x75a4 022838 call uchar2dialog 
+0x75a5 022839 copy regab ,temp 
+0x75a6 022840 call swap 
+0x75a7 022841 arg 10 ,regb 
+0x75a8 022842 imul32 regb ,pdata 
+0x75a9 022843 iadd temp ,pdata 
+0x75aa 022844 copy pdata ,temp 
+0x75ab 022845 loop string2dec_from_uart_done 
+0x75ac 022846 rtn 
+:      022850 uchar2dialog:
+0x75ad 022851 arg 0x3a ,temp 
+0x75ae 022852 isub temp ,null 
+0x75af 022853 nbranch uchar2dialog_number ,positive 
+0x75b0 022854 arg 0x61 ,temp 
+0x75b1 022855 isub temp ,null 
+0x75b2 022856 branch uchar2dialog_a2f ,positive 
+0x75b3 022857 arg 0x37 ,temp 
+0x75b4 022858 isub temp ,pdata 
+0x75b5 022859 rtn 
+:      022860 uchar2dialog_number:
+0x75b6 022861 arg 0x30 ,temp 
+0x75b7 022862 isub temp ,pdata 
+0x75b8 022863 rtn 
+:      022864 uchar2dialog_a2f:
+0x75b9 022865 arg 0x57 ,temp 
+0x75ba 022866 isub temp ,pdata 
+0x75bb 022867 rtn 
+:      022870 right_shift_n:
+0x75bc 022871 sub loopcnt ,0 ,null 
+0x75bd 022872 rtn zero 
+:      022873 right_shift_n_loop:
+0x75be 022874 rshift pdata ,pdata 
+0x75bf 022875 loop right_shift_n_loop 
+0x75c0 022876 rtn 
+:      022879 left_shift_n:
+0x75c1 022880 force 1 ,pdata 
+0x75c2 022881 sub loopcnt ,0 ,null 
+0x75c3 022882 rtn zero 
+:      022883 left_shift_n_loop:
+0x75c4 022884 lshift pdata ,pdata 
+0x75c5 022885 loop left_shift_n_loop 
+0x75c6 022886 rtn 
+:      022890 calc_average:
+0x75c7 022891 setarg 0 
+0x75c8 022892 copy loopcnt ,rega 
+:      022893 calc_average_loop:
+0x75c9 022894 ifetcht 2 ,contr 
+0x75ca 022895 iadd temp ,pdata 
+0x75cb 022896 loop calc_average_loop 
+0x75cc 022897 idiv rega 
+:      022898 get_div_result:
+0x75cd 022899 call wait_div_end 
+0x75ce 022900 quotient pdata 
+0x75cf 022901 rtn 
+:      022903 wait_div_end:
+0x75d0 022904 rtn modone 
+0x75d1 022905 branch wait_div_end 
+:      022915 compare_loop:
+:      022916 string_compare:
+0x75d2 022917 ifetch 1 ,rega 
+0x75d3 022918 ifetcht 1 ,regb 
+0x75d4 022919 isub temp ,null 
+0x75d5 022920 nrtn zero 
+0x75d6 022921 increase 1 ,rega 
+0x75d7 022922 increase 1 ,regb 
+0x75d8 022923 loop string_compare 
+0x75d9 022924 force 0 ,null 
+0x75da 022925 rtn 
+:      022928 ceiling:
+0x75db 022929 isub temp ,null 
+0x75dc 022930 nrtn positive 
+0x75dd 022931 deposit temp 
+0x75de 022932 rtn 
+:      022934 swap:
+0x75df 022935 iadd temp ,pdata 
+0x75e0 022936 isub temp ,temp 
+0x75e1 022937 isub temp ,pdata 
+0x75e2 022938 rtn 
+:      022940 clean_mem:
+0x75e3 022941 arg 0x200 ,loopcnt 
+0x75e4 022942 arg 0x4000 ,contw 
+0x75e5 022943 branch memset0 
+:      022946 callback_func:
+0x75e6 022947 rtn blank 
+0x75e7 022948 copy pdata ,pc 
+:      022951 wait_uarttx:
+0x75e8 022952 fetch 2 ,core_uart_txitems 
+0x75e9 022953 nbranch wait_uarttx ,blank 
+0x75ea 022954 rtn 
+:      022956 ice_break_disable_wdt:
+0x75eb 022957 call wdt_set_disable 
+:      022959 ice_break:
+0x75ec 022960 jam 0x1 ,core_ice_ctrl 
+0x75ed 022961 rtn 
+:      022963 ice_setbp:
+0x75ee 022964 store 2 ,core_ice_break0 
+0x75ef 022965 fetch 1 ,core_ice_ctrl 
+0x75f0 022966 set1 4 ,pdata 
+0x75f1 022967 store 1 ,core_ice_ctrl 
+0x75f2 022968 rtn 
+:      022969 ice_setbp2:
+0x75f3 022970 store 2 ,core_ice_break1 
+0x75f4 022971 fetch 1 ,core_ice_ctrl 
+0x75f5 022972 set1 6 ,pdata 
+0x75f6 022973 store 1 ,core_ice_ctrl 
+0x75f7 022974 rtn 
+:      022976 ice_set_write_bp:
+0x75f8 022977 store 2 ,core_ice_break0 
+0x75f9 022978 jam 0x30 ,core_ice_ctrl 
+0x75fa 022979 rtn 
+:      022981 test_no_white:
+0x75fb 022982 fetch 1 ,core_config 
+0x75fc 022983 set1 whiteoff_bit ,pdata 
+0x75fd 022984 store 1 ,core_config 
+0x75fe 022985 rtn 
+:      022987 test_enable_white:
+0x75ff 022988 fetch 1 ,core_config 
+0x7600 022989 set0 whiteoff_bit ,pdata 
+0x7601 022990 store 1 ,core_config 
+0x7602 022991 rtn 
+:      022993 check_uart_tx_buff:
+0x7603 022994 fetch 2 ,core_uart_txitems 
+0x7604 022995 arg uart_air_control_threshold ,temp 
+:      022996 pdata_sub_temp:
+0x7605 022997 isub temp ,null 
+0x7606 022998 rtn 
+:      023004 fifo_in:
+0x7607 023005 bpatch patch18_6 ,mem_patch18 
+0x7608 023006 ifetcht util_fifo_len ,rega 
+0x7609 023007 and temp ,0xff ,pdata 
+0x760a 023008 nbranch fifo_in_push ,blank 
+0x760b 023009 rshift8 temp ,pdata 
+0x760c 023010 istore util_fifo_len ,rega 
+:      023011 fifo_in_push:
+0x760d 023012 increase util_fifo_len + util_fifo_offset ,rega 
+0x760e 023013 ifetch 1 ,rega 
+0x760f 023014 nbranch assert ,blank 
+0x7610 023015 fetch 1 ,mem_fifo_temp 
+0x7611 023016 istore 1 ,rega 
+0x7612 023017 rtn 
+:      023022 fifo_out:
+0x7613 023023 bpatch patch18_7 ,mem_patch18 
+0x7614 023024 arg util_fifo_len ,loopcnt 
+0x7615 023025 ifetch util_fifo_len ,rega 
+0x7616 023026 rtn blank 
+:      023027 fifo_out_loop:
+0x7617 023028 ifetch 1 ,rega 
+0x7618 023029 nbranch fifo_out_end ,blank 
+0x7619 023030 increase 1 ,rega 
+0x761a 023031 loop fifo_out_loop 
+0x761b 023032 branch assert 
+:      023033 fifo_out_end:
+0x761c 023034 arg 0 ,temp 
+0x761d 023035 istoret 1 ,rega 
+0x761e 023036 rtn 
+:      023041 fifo_is_empty:
+0x761f 023042 ifetch util_fifo_len ,rega 
+0x7620 023043 rtn 
+:      023048 fifo_is_full:
+0x7621 023049 ifetch 1 ,rega 
+0x7622 023050 rtn 
+:      023053 fifo_is_near_full:
+0x7623 023054 ifetch 2 ,rega 
+0x7624 023055 rtn 
+:      023059 fifo_content_count:
+0x7625 023060 arg 0 ,temp 
+:      023061 fifo_content_count_loop:
+0x7626 023062 fetch 1 ,contr 
+0x7627 023063 loop fifo_content_count_loop ,blank 
+0x7628 023064 increase 1 ,temp 
+0x7629 023065 loop fifo_content_count_loop 
+0x762a 023066 copy temp ,pdata 
+0x762b 023067 rtn 
+:      023070 not_greater_than:
+0x762c 023071 isub temp ,null 
+0x762d 023072 nrtn positive 
+:      023073 copy_temp2pdata:
+0x762e 023074 copy temp ,pdata 
+0x762f 023075 rtn 
+:      023078 disable_positive:
+0x7630 023079 force -1 ,null 
+0x7631 023080 rtn 
+:      023081 enable_positive:
+:      023082 disable_zero:
+0x7632 023083 force 1 ,null 
+0x7633 023084 rtn 
+:      023085 enable_zero:
+0x7634 023086 force 0 ,null 
+0x7635 023087 rtn 
+:      023089 enable_user:
+0x7636 023090 enable user 
+0x7637 023091 rtn 
+:      023093 disable_user:
+0x7638 023094 disable user 
+0x7639 023095 rtn 
+:      023097 enable_user2:
+0x763a 023098 enable user2 
+0x763b 023099 rtn 
+:      023101 disable_user2:
+0x763c 023102 disable user2 
+0x763d 023103 rtn 
+:      023105 enable_user7:
+0x763e 023106 enable user7 
+0x763f 023107 rtn 
+:      023109 disable_true:
+0x7640 023110 disable true 
+0x7641 023111 rtn 
+:      023113 enable_true:
+0x7642 023114 enable true 
+0x7643 023115 rtn 
+:      023117 disable_blank:
+0x7644 023118 setarg 1 
+0x7645 023119 rtn 
+:      023121 enable_blank:
+:      023122 set_pdata_0:
+0x7646 023123 setarg 0 
+0x7647 023124 rtn 
+:      023128 cal_sum:
+0x7648 023129 sub loopcnt ,0 ,null 
+0x7649 023130 rtn zero 
+:      023131 cal_sum_loop:
+0x764a 023132 ifetcht 1 ,contr 
+0x764b 023133 iadd temp ,pdata 
+0x764c 023134 loop cal_sum_loop 
+0x764d 023135 rtn 
+:      023138 reverse_byte:
+0x764e 023139 copy loopcnt ,pdata 
+0x764f 023140 rtn blank 
+0x7650 023141 copy contr ,pdata 
+0x7651 023142 iadd loopcnt ,pdata 
+0x7652 023143 increase -1 ,pdata 
+0x7653 023144 copy pdata ,contr 
+:      023145 reverse_loop:
+0x7654 023146 ifetch 1 ,contr 
+0x7655 023147 increase -2 ,contr 
+0x7656 023148 istore 1 ,contw 
+0x7657 023149 loop reverse_loop 
+0x7658 023150 rtn 
+:      023153 lshift14:
+0x7659 023154 lshift16 pdata ,pdata 
+:      023155 rshift2:
+0x765a 023156 rshift2 pdata ,pdata 
+0x765b 023157 rtn 
+:      023159 lshift6:
+0x765c 023160 lshift8 pdata ,pdata 
+0x765d 023161 branch rshift2 
+:      023164 clear_wake:
+0x765e 023165 setarg 0 
+0x765f 023166 store 8 ,mem_gpio_wakeup_low 
+0x7660 023167 rtn 
+:      023170 generate_random:
+0x7661 023171 arg 16 ,loopcnt 
+:      023172 generate_random_loop:
+0x7662 023173 random pdata 
+0x7663 023174 istore 1 ,contw 
+0x7664 023175 loop generate_random_loop 
+0x7665 023176 rtn 
+:      023180 frmt_gem_adv_pdu_common:
+0x7666 023181 jam 1 ,mem_light_num_of_long_press 
+0x7667 023182 call frmt_light_long_press_flag_reset 
+0x7668 023183 jam 66 ,mem_light_gm_tx_addr_type 
+0x7669 023184 jam 21 ,mem_light_gm_tx_len 
+0x766a 023186 jam 0x55 ,mem_light_gm_tx_remoter_id 
+0x766b 023187 fetch 1 ,mem_light_gm_tx_count 
+0x766c 023188 pincrease 1 
+0x766d 023189 store 1 ,mem_light_gm_tx_count 
+0x766e 023190 call frmt_gem_pud_sum 
+0x766f 023191 call frmt_light_flag_set_short_press 
+0x7670 023192 arg gem_pdu_len ,loopcnt 
+0x7671 023193 arg mem_light_gm_tx_addr_type ,contr 
+0x7672 023194 arg mem_light_whitening_buffer ,contw 
+0x7673 023195 branch memcpy_fast 
+:      023198 frmt_gem_pud_sum:
+0x7674 023199 arg 0 ,temp 
+0x7675 023200 arg mem_light_gm_tx_press_time ,contr 
+0x7676 023201 arg 7 ,loopcnt 
+:      023202 frmt_gem_pud_sum_loop:
+0x7677 023203 ifetch 1 ,contr 
+0x7678 023204 iadd temp ,temp 
+0x7679 023205 loop frmt_gem_pud_sum_loop 
+0x767a 023206 storet 1 ,mem_light_gm_tx_sum 
+0x767b 023207 rtn 
+:      023210 frmt_light_gem_long_press_cnt:
+0x767c 023211 fetch 1 ,mem_gem_long_cnt_enable 
+0x767d 023212 rtn blank 
+0x767e 023213 jam 0 ,mem_gem_long_cnt_enable 
+0x767f 023214 fetch 2 ,mem_long_press_timeout 
+0x7680 023215 rtn blank 
+0x7681 023216 fetch 1 ,mem_light_gm_tx_press_time 
+0x7682 023217 pincrease 1 
+0x7683 023218 store 1 ,mem_light_gm_tx_press_time 
+0x7684 023219 beq 1 ,frmt_light_gem_long_press_code_increase 
+0x7685 023220 beq 9 ,frmt_light_gem_long_press_code_increase 
+0x7686 023221 call frmt_gem_adv_pdu_common 
+0x7687 023222 setarg gem_long_keypress 
+0x7688 023223 store 2 ,mem_gem_cnt_inces_timeout 
+0x7689 023224 rtn 
+:      023226 frmt_light_gem_long_press_code_increase:
+0x768a 023227 fetch 1 ,mem_light_gm_tx_code 
+0x768b 023228 pincrease 0x40 
+0x768c 023229 store 1 ,mem_light_gm_tx_code 
+0x768d 023230 call frmt_gem_adv_pdu_common 
+0x768e 023231 branch gem_long_keypress_time 
+:      023233 gem_long_keypress_time:
+0x768f 023234 setarg gem_long_keypress 
+0x7690 023235 store 2 ,mem_gem_cnt_inces_timeout 
+0x7691 023236 rtn 
+:      023238 gem_light_color_switch:
+0x7692 023239 jam gem_light_color_switch_code ,mem_light_gm_tx_code 
+0x7693 023240 jam 0 ,mem_light_gm_tx_press_time 
+0x7694 023241 branch frmt_gem_adv_pdu_common 
+:      023243 gem_light_energy_saving_light:
+0x7695 023244 fetch 1 ,mem_ble_v2_customer_id 
+0x7696 023245 ncall frmt_light_pcnt_50_percent_v2 ,blank 
+0x7697 023246 jam gem_light_energy_save_light_code ,mem_light_gm_tx_code 
+0x7698 023247 jam 0 ,mem_light_gm_tx_press_time 
+0x7699 023248 branch frmt_gem_adv_pdu_common 
+:      023251 gem_light_timing_off:
+0x769a 023252 jam gem_light_timing_off_code ,mem_light_gm_tx_code 
+0x769b 023253 jam 0 ,mem_light_gm_tx_press_time 
+0x769c 023254 branch frmt_gem_adv_pdu_common 
+:      023256 gem_light_aid_turn_onoff:
+0x769d 023257 jam gem_light_aided_light_code ,mem_light_gm_tx_code 
+0x769e 023258 jam 0 ,mem_light_gm_tx_press_time 
+0x769f 023259 branch frmt_gem_adv_pdu_common 
+:      023261 gem_light_master_on:
+0x76a0 023262 jam gem_light_on_code ,mem_light_gm_tx_code 
+0x76a1 023263 jam 0 ,mem_light_gm_tx_group_num 
+0x76a2 023264 jam 0 ,mem_light_gm_tx_press_time 
+0x76a3 023265 branch frmt_gem_adv_pdu_common 
+:      023267 gem_light_master_off:
+0x76a4 023268 jam gem_light_off_code ,mem_light_gm_tx_code 
+0x76a5 023269 jam 0 ,mem_light_gm_tx_press_time 
+0x76a6 023270 jam 0 ,mem_light_gm_tx_group_num 
+0x76a7 023271 branch frmt_gem_adv_pdu_common 
+:      023273 gem_light_rgb_auto:
+0x76a8 023274 jam gem_light_rgb_auto_code ,mem_light_gm_tx_code 
+0x76a9 023275 jam 0 ,mem_light_gm_tx_press_time 
+0x76aa 023276 branch frmt_gem_adv_pdu_common 
+:      023279 gem_light_rgb_step:
+0x76ab 023280 jam gem_light_rgb_step_code ,mem_light_gm_tx_code 
+0x76ac 023281 jam 0 ,mem_light_gm_tx_press_time 
+0x76ad 023282 branch frmt_gem_adv_pdu_common 
+:      023285 gem_light_group1_on:
+0x76ae 023286 fetch 1 ,mem_ble_v2_customer_id 
+0x76af 023287 ncall frmt_light_group1_on_v2 ,blank 
+0x76b0 023288 jam gem_light_on_group1_code ,mem_light_gm_tx_code 
+0x76b1 023289 jam 1 ,mem_light_gm_tx_group_num 
+0x76b2 023290 jam 0 ,mem_light_gm_tx_press_time 
+0x76b3 023291 branch frmt_gem_adv_pdu_common 
+:      023293 gem_light_group1_off:
+0x76b4 023294 fetch 1 ,mem_ble_v2_customer_id 
+0x76b5 023295 ncall frmt_light_group1_off_v2 ,blank 
+0x76b6 023296 jam gem_light_off_group1_code ,mem_light_gm_tx_code 
+0x76b7 023297 jam 1 ,mem_light_gm_tx_group_num 
+0x76b8 023298 jam 0 ,mem_light_gm_tx_press_time 
+0x76b9 023299 branch frmt_gem_adv_pdu_common 
+:      023302 gem_light_group2_on:
+0x76ba 023303 fetch 1 ,mem_ble_v2_customer_id 
+0x76bb 023304 ncall frmt_light_group2_on_v2 ,blank 
+0x76bc 023305 jam gem_light_on_group2_code ,mem_light_gm_tx_code 
+0x76bd 023306 jam 2 ,mem_light_gm_tx_group_num 
+0x76be 023307 jam 0 ,mem_light_gm_tx_press_time 
+0x76bf 023308 branch frmt_gem_adv_pdu_common 
+:      023310 gem_light_group2_off:
+0x76c0 023311 fetch 1 ,mem_ble_v2_customer_id 
+0x76c1 023312 ncall frmt_light_group2_off_v2 ,blank 
+0x76c2 023313 jam gem_light_off_group2_code ,mem_light_gm_tx_code 
+0x76c3 023314 jam 2 ,mem_light_gm_tx_group_num 
+0x76c4 023315 jam 0 ,mem_light_gm_tx_press_time 
+0x76c5 023316 branch frmt_gem_adv_pdu_common 
+:      023319 gem_light_group3_on:
+0x76c6 023320 fetch 1 ,mem_ble_v2_customer_id 
+0x76c7 023321 ncall frmt_light_group3_on_v2 ,blank 
+0x76c8 023322 jam gem_light_on_group3_code ,mem_light_gm_tx_code 
+0x76c9 023323 jam 3 ,mem_light_gm_tx_group_num 
+0x76ca 023324 jam 0 ,mem_light_gm_tx_press_time 
+0x76cb 023325 branch frmt_gem_adv_pdu_common 
+:      023327 gem_light_group3_off:
+0x76cc 023328 fetch 1 ,mem_ble_v2_customer_id 
+0x76cd 023329 ncall frmt_light_group3_off_v2 ,blank 
+0x76ce 023330 jam gem_light_off_group3_code ,mem_light_gm_tx_code 
+0x76cf 023331 jam 3 ,mem_light_gm_tx_group_num 
+0x76d0 023332 jam 0 ,mem_light_gm_tx_press_time 
+0x76d1 023333 branch frmt_gem_adv_pdu_common 
+:      023336 gem_light_group4_on:
+0x76d2 023337 fetch 1 ,mem_ble_v2_customer_id 
+0x76d3 023338 ncall frmt_light_group4_on_v2 ,blank 
+0x76d4 023339 jam gem_light_on_group4_code ,mem_light_gm_tx_code 
+0x76d5 023340 jam 4 ,mem_light_gm_tx_group_num 
+0x76d6 023341 jam 0 ,mem_light_gm_tx_press_time 
+0x76d7 023342 branch frmt_gem_adv_pdu_common 
+:      023344 gem_light_group4_off:
+0x76d8 023345 fetch 1 ,mem_ble_v2_customer_id 
+0x76d9 023346 ncall frmt_light_group4_off_v2 ,blank 
+0x76da 023347 jam gem_light_off_group4_code ,mem_light_gm_tx_code 
+0x76db 023348 jam 4 ,mem_light_gm_tx_group_num 
+0x76dc 023349 jam 0 ,mem_light_gm_tx_press_time 
+0x76dd 023350 branch frmt_gem_adv_pdu_common 
+:      023353 gem_light_color_switch_short_press:
+0x76de 023354 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+0x76df 023355 beq 1 ,gem_light_color_switch 
+0x76e0 023356 jam light_color_switch_release_adv_flag ,mem_light_release_adv_flag 
+0x76e1 023357 branch frmt_light_light_color_and_lightness_change_common 
+:      023359 gem_light_color_switch_w:
+0x76e2 023360 fetch 1 ,mem_ble_v2_customer_id 
+0x76e3 023361 ncall frmt_light_color_switch_w_v2 ,blank 
+0x76e4 023362 jam gem_color_switch_w ,mem_light_gm_tx_code 
+0x76e5 023363 jam 0 ,mem_light_gm_tx_press_time 
+0x76e6 023364 jam 0 ,mem_light_gm_tx_group_num 
+0x76e7 023365 branch frmt_gem_adv_pdu_common 
+:      023367 gem_light_color_switch_y:
+0x76e8 023368 fetch 1 ,mem_ble_v2_customer_id 
+0x76e9 023369 ncall frmt_light_color_switch_y_v2 ,blank 
+0x76ea 023370 jam gem_color_switch_y ,mem_light_gm_tx_code 
+0x76eb 023371 jam 0 ,mem_light_gm_tx_press_time 
+0x76ec 023372 jam 0 ,mem_light_gm_tx_group_num 
+0x76ed 023373 branch frmt_gem_adv_pdu_common 
+:      023375 gem_light_to_y:
+0x76ee 023376 jam 0 ,mem_light_release_adv_flag 
+0x76ef 023377 fetch 1 ,mem_ble_v2_customer_id 
+0x76f0 023378 ncall frmt_light_to_y_v2 ,blank 
+0x76f1 023379 jam gem_light_to_y_code ,mem_light_gm_tx_code 
+0x76f2 023380 branch frmt_gem_adv_pdu_common 
+:      023382 gem_light_to_w:
+0x76f3 023383 jam 0 ,mem_light_release_adv_flag 
+0x76f4 023384 fetch 1 ,mem_ble_v2_customer_id 
+0x76f5 023385 ncall frmt_light_to_w_v2 ,blank 
+0x76f6 023386 jam gem_light_to_w_code ,mem_light_gm_tx_code 
+0x76f7 023387 branch frmt_gem_adv_pdu_common 
+:      023389 gem_light_darken:
+0x76f8 023390 jam 0 ,mem_light_release_adv_flag 
+0x76f9 023391 fetch 1 ,mem_ble_v2_customer_id 
+0x76fa 023392 ncall frmt_light_darken_v2 ,blank 
+0x76fb 023393 jam gem_light_darken_code ,mem_light_gm_tx_code 
+0x76fc 023394 branch frmt_gem_adv_pdu_common 
+:      023396 gem_light_lighten:
+0x76fd 023397 jam 0 ,mem_light_release_adv_flag 
+0x76fe 023398 fetch 1 ,mem_ble_v2_customer_id 
+0x76ff 023399 ncall frmt_light_lighten_v2 ,blank 
+0x7700 023400 jam gem_light_lighten_code ,mem_light_gm_tx_code 
+0x7701 023401 branch frmt_gem_adv_pdu_common 
+:      023403 gem_light_night_light:
+0x7702 023404 fetch 1 ,mem_ble_v2_customer_id 
+0x7703 023405 ncall frmt_light_night_light_v2 ,blank 
+0x7704 023406 jam gem_light_night_light_code ,mem_light_gm_tx_code 
+0x7705 023407 jam 0 ,mem_light_gm_tx_press_time 
+0x7706 023408 branch frmt_gem_adv_pdu_common 
+:      023415 remoter_init:
+0x7707 023416 call frmt_ble_para_init 
+0x7708 023418 call frmt_enter_lpm_gpio_config_flag_init_row 
+0x7709 023419 call frmt_enter_lpm_gpio_config_flag_init_col 
+0x770a 023420 bpatchx patch2c_1 ,mem_patch2c 
+0x770b 023422 jam 1 ,mem_set_clear_code_timeout_enable 
+0x770c 023423 jam 1 ,mem_light_lpm_enable 
+:      023426 frmt_apl_ble_scene_rewrite_lap:
+0x770d 023427 fetch 2 ,mem_le_lap 
+0x770e 023428 lshift4 pdata ,pdata 
+0x770f 023429 arg 0xffff ,temp 
+0x7710 023430 iand temp ,pdata 
+0x7711 023431 branch frmt_light_set_addr_to_0010 ,blank 
+0x7712 023432 arg 0xfff0 ,temp 
+0x7713 023433 isub temp ,null 
+0x7714 023434 branch frmt_light_set_addr_to_ffe0 ,zero 
+:      023435 frmt_lightc_init_continue:
+0x7715 023436 byteswap pdata ,pdata 
+0x7716 023437 store 2 ,mem_ftd_adv_raw_device_add_temp 
+0x7717 023438 store 2 ,mem_light_gm_tx_remoter_addr 
+0x7718 023440 arg 0xffff ,rega 
+0x7719 023441 lshift16 rega ,temp 
+0x771a 023442 setarg 0xffff 
+0x771b 023443 ior temp ,temp 
+0x771c 023444 fetch 4 ,mem_le_lap 
+0x771d 023445 call frmt_light_addr_default_v2 ,blank 
+0x771e 023446 isub temp ,null 
+0x771f 023447 call frmt_light_addr_default_v2 ,zero 
+0x7720 023448 store 4 ,mem_ble_v2_addr 
+0x7721 023450 setarg frmt_apl_cb_event_timer 
+0x7722 023451 store 2 ,mem_cb_event_timer 
+0x7723 023453 setarg frmt_main 
+0x7724 023454 store 2 ,mem_cb_idle_process 
+0x7725 023455 branch frmt_kscan_init 
+:      023459 frmt_apl_iic_init:
+0x7726 023460 setarg 0x000102 
+0x7727 023461 store 3 ,mem_eeprom_wp_gpio 
+0x7728 023463 jam 0x6d ,0x8070 
+0x7729 023464 jam 0x6c ,0x8071 
+0x772a 023466 rtn 
+:      023468 frmt_enter_lpm_gpio_config_flag_init_row:
+0x772b 023469 fetch 1 ,mem_kscan_row_nums 
+0x772c 023470 iforce loopcnt 
+0x772d 023471 fetcht 4 ,mem_light_lpm_gpio_config_flag 
+0x772e 023472 arg mem_kscan_row_gpio_pin ,contr 
+:      023473 frmt_enter_lpm_gpio_config_flag_init_loop:
+0x772f 023474 ifetch 1 ,contr 
+0x7730 023475 iforce queue 
+0x7731 023476 qset1 temp 
+0x7732 023477 loop frmt_enter_lpm_gpio_config_flag_init_loop 
+0x7733 023478 storet 4 ,mem_light_lpm_gpio_config_flag 
+0x7734 023479 rtn 
+:      023481 frmt_enter_lpm_gpio_config_flag_init_col:
+0x7735 023482 fetch 1 ,mem_kscan_col_nums 
+0x7736 023483 iforce loopcnt 
+0x7737 023484 fetcht 4 ,mem_light_lpm_gpio_config_flag 
+0x7738 023485 arg mem_kscan_col_gpio_pin ,contr 
+0x7739 023486 branch frmt_enter_lpm_gpio_config_flag_init_loop 
+:      023488 frmt_light_addr_default_v2:
+0x773a 023489 setarg 0x111213 
+0x773b 023490 rtn 
+:      023492 frmt_light_set_addr_to_0010:
+0x773c 023493 arg 0x0010 ,pdata 
+0x773d 023494 branch frmt_lightc_init_continue 
+:      023496 frmt_light_set_addr_to_ffe0:
+0x773e 023497 arg 0xffe0 ,pdata 
+0x773f 023498 branch frmt_lightc_init_continue 
+:      023500 key_light_set_addr_to_7878:
+0x7740 023501 arg 0x7878 ,temp 
+0x7741 023502 rtn 
+:      023507 frmt_jym_pdu_common:
+0x7742 023508 fetch 4 ,mem_le_lap 
+0x7743 023509 store 4 ,mem_light_jym_tx_id 
+0x7744 023510 jam 0xd1 ,mem_light_jym_tx_group 
+0x7745 023511 fetch 1 ,mem_light_jym_tx_count 
+0x7746 023512 pincrease 1 
+0x7747 023513 store 1 ,mem_light_jym_tx_count 
+0x7748 023515 arg 0 ,temp 
+0x7749 023516 arg mem_light_jym_tx_cmd ,contr 
+0x774a 023517 arg 8 ,loopcnt 
+0x774b 023518 call frmt_light_sum_cal_loop 
+0x774c 023519 byteswap temp ,temp 
+0x774d 023520 storet 2 ,mem_light_jym_tx_sum 
+0x774e 023523 arg mem_light_jym_tx_len ,regc 
+0x774f 023524 arg 11 ,loopcnt 
+0x7750 023525 setarg 0 
+0x7751 023526 store 2 ,mem_adv_crc_false_initvalue 
+0x7752 023527 call key_crc16_ccitt_false1 
+0x7753 023528 fetch 2 ,mem_adv_crc_false_initvalue 
+0x7754 023529 store 2 ,mem_light_jym_tx_crc 
+0x7755 023532 arg 23 ,loopcnt 
+0x7756 023533 arg mem_light_ky_tx ,contr 
+0x7757 023534 arg mem_light_whitening_buffer ,contw 
+0x7758 023535 call memcpy_fast 
+0x7759 023537 arg 13 ,loopcnt 
+0x775a 023538 arg mem_light_jym_tx_len ,contr 
+0x775b 023539 arg mem_light_whitening_buffer + 23 ,contw 
+0x775c 023540 call memcpy_fast 
+0x775d 023542 jam 37 ,mem_light_recvd_len 
+0x775e 023543 jam 51 ,mem_light_whitening_i 
+0x775f 023544 call frmt_light_ble_whitening 
+0x7760 023546 arg 37 ,loopcnt 
+0x7761 023547 arg mem_light_whitening_buffer ,contr 
+0x7762 023548 arg mem_light_jym_tx_temp ,contw 
+0x7763 023549 branch memcpy_fast 
+:      023551 frmt_reverse:
+0x7764 023552 ifetch 1 ,contr 
+0x7765 023553 reverse pdata ,pdata 
+0x7766 023554 istore 1 ,contw 
+0x7767 023555 loop frmt_reverse 
+0x7768 023556 rtn 
+:      023558 key_pdu_common:
+0x7769 023559 call frmt_light_flag_set_short_press 
+0x776a 023560 call frmt_light_sum_cal 
+0x776b 023561 byteswap temp ,temp 
+0x776c 023562 storet 2 ,mem_light_ky_tx_sum 
+0x776d 023563 arg mem_light_ky_tx_len ,regc 
+0x776e 023564 arg 10 ,loopcnt 
+0x776f 023565 setarg 0 
+0x7770 023566 store 2 ,mem_adv_crc_false_initvalue 
+0x7771 023567 call key_crc16_ccitt_false1 
+0x7772 023568 fetch 2 ,mem_adv_crc_false_initvalue 
+0x7773 023569 store 2 ,mem_light_ky_tx_crc 
+0x7774 023570 fetch 2 ,mem_light_ky_tx_count 
+0x7775 023571 byteswap pdata ,pdata 
+0x7776 023572 pincrease 1 
+0x7777 023573 byteswap pdata ,pdata 
+0x7778 023574 store 2 ,mem_light_ky_tx_count 
+0x7779 023576 arg 37 ,loopcnt 
+0x777a 023577 arg mem_light_ky_tx ,contr 
+0x777b 023578 arg mem_light_whitening_buffer ,contw 
+0x777c 023579 call memcpy_fast 
+0x777d 023580 jam 37 ,mem_light_recvd_len 
+0x777e 023581 jam 51 ,mem_light_whitening_i 
+0x777f 023582 branch frmt_light_ble_whitening 
+:      023585 frmt_light_sum_cal:
+0x7780 023586 arg 0 ,temp 
+0x7781 023587 arg mem_light_ky_tx_code1 ,contr 
+0x7782 023588 arg 7 ,loopcnt 
+:      023589 frmt_light_sum_cal_loop:
+0x7783 023590 ifetch 1 ,contr 
+0x7784 023591 iadd temp ,temp 
+0x7785 023592 loop frmt_light_sum_cal_loop 
+0x7786 023593 rtn 
+:      023595 key_whitening_i_get:
+0x7787 023596 arg 51 ,regb 
+0x7788 023597 rtn 
+:      023601 frmt_light_group_num_set:
+0x7789 023602 fetch 1 ,mem_light_group_num 
+0x778a 023603 store 1 ,mem_light_ky_tx_remoter_id + 3 
+0x778b 023604 rtn 
+:      023606 frmt_light_timing_off_ky:
+0x778c 023607 call frmt_light_timing_30s_v2 
+0x778d 023608 jam light_jym_cmd_timing_off ,mem_light_jym_tx_cmd 
+0x778e 023609 jam light_jym_data_timing_off ,mem_light_jym_tx_data 
+0x778f 023610 call frmt_jym_pdu_common 
+0x7790 023612 jam light_timing_code1 ,mem_light_ky_tx_code1 
+0x7791 023613 jam 0x46 ,mem_light_ky_tx_code2 
+0x7792 023614 branch key_pdu_common 
+:      023616 key_light_aux_lamp_on_and_off_ky:
+0x7793 023617 jam light_jym_cmd_aux_lamp ,mem_light_jym_tx_cmd 
+0x7794 023618 jam light_jym_data_aux_lamp ,mem_light_jym_tx_data 
+0x7795 023619 call frmt_jym_pdu_common 
+0x7796 023621 jam light_aux_lamp_on_and_off_code1 ,mem_light_ky_tx_code1 
+0x7797 023622 jam 0xf0 ,mem_light_ky_tx_code2 
+0x7798 023623 branch key_pdu_common 
+:      023625 key_light_to_y:
+0x7799 023626 call frmt_light_to_y_v2 
+0x779a 023627 jam light_jym_cmd_to_y ,mem_light_jym_tx_cmd 
+0x779b 023628 jam light_jym_data_to_y ,mem_light_jym_tx_data 
+0x779c 023629 call frmt_jym_pdu_common 
+0x779d 023631 jam light_to_y_code1 ,mem_light_ky_tx_code1 
+0x779e 023632 jam 0 ,mem_light_ky_tx_code2 
+0x779f 023633 branch key_pdu_common 
+:      023635 key_light_to_w:
+0x77a0 023636 call frmt_light_to_w_v2 
+0x77a1 023637 jam light_jym_cmd_to_w ,mem_light_jym_tx_cmd 
+0x77a2 023638 jam light_jym_data_to_w ,mem_light_jym_tx_data 
+0x77a3 023639 call frmt_jym_pdu_common 
+0x77a4 023641 jam light_to_w_code1 ,mem_light_ky_tx_code1 
+0x77a5 023642 jam 0 ,mem_light_ky_tx_code2 
+0x77a6 023643 branch key_pdu_common 
+:      023645 key_light_darken:
+0x77a7 023646 call frmt_light_darken_v2 
+0x77a8 023647 jam light_jym_cmd_darken ,mem_light_jym_tx_cmd 
+0x77a9 023648 jam light_jym_data_darken ,mem_light_jym_tx_data 
+0x77aa 023649 call frmt_jym_pdu_common 
+0x77ab 023651 jam light_darken_code1 ,mem_light_ky_tx_code1 
+0x77ac 023652 jam 0 ,mem_light_ky_tx_code2 
+0x77ad 023653 branch key_pdu_common 
+:      023655 key_light_lighten:
+0x77ae 023656 call frmt_light_lighten_v2 
+0x77af 023657 jam light_jym_cmd_lighten ,mem_light_jym_tx_cmd 
+0x77b0 023658 jam light_jym_data_lighten ,mem_light_jym_tx_data 
+0x77b1 023659 call frmt_jym_pdu_common 
+0x77b2 023661 jam light_lighten_code1 ,mem_light_ky_tx_code1 
+0x77b3 023662 jam 0 ,mem_light_ky_tx_code2 
+0x77b4 023663 branch key_pdu_common 
+:      023665 key_light_group1_off:
+0x77b5 023666 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+0x77b6 023667 jam light_jym_data_off ,mem_light_jym_tx_data 
+0x77b7 023668 jam 0xd2 ,mem_light_jym_tx_group 
+0x77b8 023669 call frmt_jym_pdu_common 
+0x77b9 023671 jam light_off_code1 ,mem_light_ky_tx_code1 
+0x77ba 023672 jam light_off_code2 ,mem_light_ky_tx_code2 
+0x77bb 023673 jam 0xd2 ,mem_light_ky_tx_group_num 
+0x77bc 023674 branch key_pdu_common 
+:      023676 key_light_group2_off:
+0x77bd 023677 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+0x77be 023678 jam light_jym_data_off ,mem_light_jym_tx_data 
+0x77bf 023679 jam 0xd4 ,mem_light_jym_tx_group 
+0x77c0 023680 call frmt_jym_pdu_common 
+0x77c1 023682 jam light_off_code1 ,mem_light_ky_tx_code1 
+0x77c2 023683 jam light_off_code2 ,mem_light_ky_tx_code2 
+0x77c3 023684 jam 0xd4 ,mem_light_ky_tx_group_num 
+0x77c4 023685 branch key_pdu_common 
+:      023687 key_light_group3_off:
+0x77c5 023688 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+0x77c6 023689 jam light_jym_data_off ,mem_light_jym_tx_data 
+0x77c7 023690 jam 3 ,mem_light_jym_tx_group 
+0x77c8 023691 call frmt_jym_pdu_common 
+0x77c9 023693 jam light_off_code1 ,mem_light_ky_tx_code1 
+0x77ca 023694 setarg light_off_code2 
+0x77cb 023695 store 2 ,mem_light_ky_tx_code2 
+0x77cc 023696 jam 3 ,mem_light_group_num 
+0x77cd 023697 branch key_pdu_common 
+:      023699 key_light_group4_off:
+0x77ce 023700 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+0x77cf 023701 jam light_jym_data_off ,mem_light_jym_tx_data 
+0x77d0 023702 jam 4 ,mem_light_jym_tx_group 
+0x77d1 023703 call frmt_jym_pdu_common 
+0x77d2 023705 jam light_off_code1 ,mem_light_ky_tx_code1 
+0x77d3 023706 setarg light_off_code2 
+0x77d4 023707 store 2 ,mem_light_ky_tx_code2 
+0x77d5 023708 jam 4 ,mem_light_group_num 
+0x77d6 023709 branch key_pdu_common 
+:      023711 key_light_group1_on:
+0x77d7 023712 jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+0x77d8 023713 jam light_jym_data_on ,mem_light_jym_tx_data 
+0x77d9 023714 jam 0xd2 ,mem_light_jym_tx_group 
+0x77da 023715 call frmt_jym_pdu_common 
+0x77db 023717 jam light_on_code1 ,mem_light_ky_tx_code1 
+0x77dc 023718 jam light_on_code2 ,mem_light_ky_tx_code2 
+0x77dd 023719 jam 0xd2 ,mem_light_ky_tx_group_num 
+0x77de 023720 branch key_pdu_common 
+:      023722 key_light_group2_on:
+0x77df 023723 jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+0x77e0 023724 jam light_jym_data_on ,mem_light_jym_tx_data 
+0x77e1 023725 jam 0xd4 ,mem_light_jym_tx_group 
+0x77e2 023726 call frmt_jym_pdu_common 
+0x77e3 023728 jam light_on_code1 ,mem_light_ky_tx_code1 
+0x77e4 023729 jam light_on_code2 ,mem_light_ky_tx_code2 
+0x77e5 023730 jam 0xd4 ,mem_light_ky_tx_group_num 
+0x77e6 023731 branch key_pdu_common 
+:      023733 key_light_group3_on:
+0x77e7 023734 jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+0x77e8 023735 jam light_jym_data_on ,mem_light_jym_tx_data 
+0x77e9 023736 jam 3 ,mem_light_jym_tx_group 
+0x77ea 023737 call frmt_jym_pdu_common 
+0x77eb 023739 jam light_on_code1 ,mem_light_ky_tx_code1 
+0x77ec 023740 setarg light_on_code2 
+0x77ed 023741 store 2 ,mem_light_ky_tx_code2 
+0x77ee 023742 jam 3 ,mem_light_group_num 
+0x77ef 023743 branch key_pdu_common 
+:      023745 key_light_group4_on:
+0x77f0 023746 jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+0x77f1 023747 jam light_jym_data_on ,mem_light_jym_tx_data 
+0x77f2 023748 jam 4 ,mem_light_jym_tx_group 
+0x77f3 023749 call frmt_jym_pdu_common 
+0x77f4 023751 jam light_on_code1 ,mem_light_ky_tx_code1 
+0x77f5 023752 setarg light_on_code2 
+0x77f6 023753 store 2 ,mem_light_ky_tx_code2 
+0x77f7 023754 jam 4 ,mem_light_group_num 
+0x77f8 023755 branch key_pdu_common 
+:      023757 key_light_pairing_group1:
+0x77f9 023758 jam 0xd2 ,mem_light_jym_tx_group 
+0x77fa 023759 jam 0xd2 ,mem_light_ky_tx_group_num 
+0x77fb 023760 branch key_light_master_pairing_process 
+:      023762 key_light_pairing_group2:
+0x77fc 023763 jam 0xd4 ,mem_light_jym_tx_group 
+0x77fd 023764 jam 0xd4 ,mem_light_ky_tx_group_num 
+0x77fe 023765 branch key_light_master_pairing_process 
+:      023767 key_light_pairing_group3:
+0x77ff 023768 jam 3 ,mem_light_jym_tx_group 
+0x7800 023769 jam 3 ,mem_light_ky_tx_group_num 
+0x7801 023770 branch key_light_master_pairing_process 
+:      023772 key_light_pairing_group4:
+0x7802 023773 jam 4 ,mem_light_jym_tx_group 
+0x7803 023774 jam 4 ,mem_light_ky_tx_group_num 
+0x7804 023775 branch key_light_master_pairing_process 
+:      023778 key_light_clear_code:
+0x7805 023779 call frmt_light_clear_code_v2 
+0x7806 023780 jam light_jym_cmd_clear ,mem_light_jym_tx_cmd 
+0x7807 023781 jam light_jym_data_clear ,mem_light_jym_tx_data 
+0x7808 023782 call frmt_jym_pdu_common 
+0x7809 023784 jam light_clear_code_code1 ,mem_light_ky_tx_code1 
+0x780a 023785 setarg light_clear_code_code2 
+0x780b 023786 store 2 ,mem_light_ky_tx_code2 
+0x780c 023787 branch key_pdu_common 
+:      023789 key_light_master_pairing:
+0x780d 023790 jam 0xd1 ,mem_light_ky_tx_group_num 
+0x780e 023791 jam 0xd1 ,mem_light_jym_tx_group 
+:      023792 key_light_master_pairing_process:
+0x780f 023793 call frmt_light_master_pairing_v2 
+0x7810 023794 jam light_jym_cmd_pairing ,mem_light_jym_tx_cmd 
+0x7811 023795 jam light_jym_data_pairing ,mem_light_jym_tx_data 
+0x7812 023796 call frmt_jym_pdu_common 
+0x7813 023798 jam light_pairing_code1 ,mem_light_ky_tx_code1 
+0x7814 023799 jam light_pairing_code2 ,mem_light_ky_tx_code2 
+0x7815 023800 jam 0 ,mem_light_group_num 
+0x7816 023801 call frmt_light_group_num_set 
+0x7817 023802 branch key_pdu_common 
+:      023804 key_light_night_light:
+0x7818 023805 call frmt_light_night_light_v2 
+0x7819 023806 jam light_jym_cmd_night_light ,mem_light_jym_tx_cmd 
+0x781a 023807 jam light_jym_data_night_light ,mem_light_jym_tx_data 
+0x781b 023808 call frmt_jym_pdu_common 
+0x781c 023810 jam light_night_light_code1 ,mem_light_ky_tx_code1 
+0x781d 023811 jam 0 ,mem_light_ky_tx_code2 
+0x781e 023812 branch key_pdu_common 
+:      023814 key_light_color_switch:
+0x781f 023815 fetch 1 ,mem_light_color_switch_cnt 
+0x7820 023816 beq 0 ,key_light_color_switch_wy 
+0x7821 023817 beq 1 ,key_light_color_switch_w 
+0x7822 023818 beq 2 ,key_light_color_switch_y 
+0x7823 023819 rtn 
+:      023821 key_light_color_switch_wy:
+0x7824 023822 call frmt_light_color_switch_wy_v2 
+0x7825 023823 jam 1 ,mem_light_color_switch_cnt 
+0x7826 023824 jam light_jym_cmd_wy_lamp ,mem_light_jym_tx_cmd 
+0x7827 023825 jam light_jym_data_wy_lamp ,mem_light_jym_tx_data 
+0x7828 023826 call frmt_jym_pdu_common 
+0x7829 023828 jam light_color_switch_code1 ,mem_light_ky_tx_code1 
+0x782a 023829 jam light_color_switch_wy_code2 ,mem_light_ky_tx_code2 
+0x782b 023830 branch key_pdu_common 
+:      023832 key_light_color_switch_w:
+0x782c 023833 call frmt_light_color_switch_w_v2 
+0x782d 023834 jam 2 ,mem_light_color_switch_cnt 
+0x782e 023835 jam light_jym_cmd_white_lamp ,mem_light_jym_tx_cmd 
+0x782f 023836 jam light_jym_data_white_lamp ,mem_light_jym_tx_data 
+0x7830 023837 call frmt_jym_pdu_common 
+0x7831 023839 jam light_color_switch_code1 ,mem_light_ky_tx_code1 
+0x7832 023840 jam light_color_switch_w_code2 ,mem_light_ky_tx_code2 
+0x7833 023841 branch key_pdu_common 
+:      023843 key_light_color_switch_y:
+0x7834 023844 call frmt_light_color_switch_y_v2 
+0x7835 023845 jam 0 ,mem_light_color_switch_cnt 
+0x7836 023846 jam light_jym_cmd_yellow_lamp ,mem_light_jym_tx_cmd 
+0x7837 023847 jam light_jym_data_yellow_lamp ,mem_light_jym_tx_data 
+0x7838 023848 call frmt_jym_pdu_common 
+0x7839 023850 jam light_color_switch_code1 ,mem_light_ky_tx_code1 
+0x783a 023851 jam light_color_switch_y_code2 ,mem_light_ky_tx_code2 
+0x783b 023852 branch key_pdu_common 
+:      023854 key_light_master_off:
+0x783c 023855 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+0x783d 023856 jam light_jym_data_off ,mem_light_jym_tx_data 
+0x783e 023857 jam 0xd1 ,mem_light_jym_tx_group 
+0x783f 023858 call frmt_jym_pdu_common 
+0x7840 023860 jam light_off_code1 ,mem_light_ky_tx_code1 
+0x7841 023861 jam 0 ,mem_light_ky_tx_code2 
+0x7842 023862 jam 0xd1 ,mem_light_ky_tx_group_num 
+0x7843 023863 branch key_pdu_common 
+:      023865 key_light_master_on:
+0x7844 023866 jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+0x7845 023867 jam light_jym_data_on ,mem_light_jym_tx_data 
+0x7846 023868 jam 0xd1 ,mem_light_jym_tx_group 
+0x7847 023869 call frmt_jym_pdu_common 
+0x7848 023871 jam light_on_code1 ,mem_light_ky_tx_code1 
+0x7849 023872 jam 0 ,mem_light_ky_tx_code2 
+0x784a 023873 jam 0xd1 ,mem_light_ky_tx_group_num 
+0x784b 023874 branch key_pdu_common 
+:      023879 frmt_kscan_init:
+0x784c 023880 fetch 2 ,mem_kscan_analysis_interval_timeout 
+0x784d 023881 nrtn blank 
+0x784e 023883 call frmt_kscan_col_state_init 
+:      023884 frmt_kscan_row_state_init:
+0x784f 023885 arg mem_kscan_row_gpio_pin ,rega 
+0x7850 023887 fetch 1 ,mem_kscan_row_nums 
+0x7851 023888 iforce loopcnt 
+:      023889 frmt_kscan_input_pull_up_loop:
+0x7852 023890 ifetcht 1 ,rega 
+0x7853 023891 call gpio_config_input 
+0x7854 023892 increase 1 ,rega 
+0x7855 023893 loop frmt_kscan_input_pull_up_loop 
+0x7856 023894 nop 12000 
+0x7857 023895 rtn 
+:      023897 frmt_kscan_recover_col_output_low:
+:      023898 frmt_kscan_col_state_init:
+0x7858 023899 arg mem_kscan_col_gpio_pin ,rega 
+0x7859 023900 fetch 1 ,mem_kscan_col_nums 
+0x785a 023901 iforce loopcnt 
+:      023902 frmt_kscan_output_low_loop:
+0x785b 023903 ifetcht 1 ,rega 
+0x785c 023904 or temp ,0x80 ,temp 
+0x785d 023905 call gpio_config_output_patch 
+0x785e 023906 increase 1 ,rega 
+0x785f 023907 loop frmt_kscan_output_low_loop 
+0x7860 023908 nop 12000 
+0x7861 023909 rtn 
+:      023912 frmt_kscan:
+0x7862 023913 fetch 2 ,mem_kscan_analysis_interval_timeout 
+0x7863 023915 nrtn blank 
+0x7864 023916 jam 0 ,mem_keypress_analysis_flag 
+0x7865 023918 setarg 0 
+0x7866 023919 store 8 ,mem_kscan_record_keypress 
+:      023920 frmt_kscan_get_row_state:
+0x7867 023921 jam 0 ,mem_kscan_row_scanned 
+0x7868 023922 arg mem_kscan_row_gpio_pin ,regc 
+:      023924 frmt_kscan_get_row_state_loop:
+0x7869 023925 ifetcht 1 ,regc 
+0x786a 023926 call gpio_get_bit 
+0x786b 023927 call frmt_kscan_avoid_shake_and_record_key ,true 
+0x786c 023929 ifetcht 1 ,regc 
+0x786d 023930 call gpio_config_input 
+0x786e 023931 call frmt_kscan_recover_col_output_low 
+0x786f 023933 increase 1 ,regc 
+0x7870 023934 fetch 1 ,mem_kscan_row_scanned 
+0x7871 023935 pincrease 1 
+0x7872 023936 store 1 ,mem_kscan_row_scanned 
+0x7873 023937 fetcht 1 ,mem_kscan_row_nums 
+0x7874 023938 isub temp ,null 
+0x7875 023939 nbranch frmt_kscan_get_row_state_loop ,positive 
+0x7876 023940 rtn 
+:      023942 frmt_kscan_press_gnd_related:
+0x7877 023943 fetch 1 ,mem_kscan_row_scanned 
+0x7878 023944 pincrease 1 
+0x7879 023945 fetcht 1 ,mem_kscan_col_nums 
+0x787a 023946 increase 1 ,temp 
+0x787b 023947 imul32 temp ,pdata 
+0x787c 023948 iforce queue 
+0x787d 023949 fetch 8 ,mem_kscan_record_keypress 
+0x787e 023950 qset1 pdata 
+0x787f 023951 store 8 ,mem_kscan_record_keypress 
+0x7880 023952 rtn 
+:      023954 frmt_kscan_set_default_avoid_shake_time:
+0x7881 023955 arg 1 ,loopcnt 
+0x7882 023956 rtn 
+:      023958 frmt_kscan_avoid_shake_and_record_key:
+0x7883 023960 fetch 2 ,mem_kscan_avoid_shake_delay_time 
+0x7884 023961 iforce loopcnt 
+0x7885 023962 call frmt_kscan_set_default_avoid_shake_time ,blank 
+0x7886 023963 call delay_ms_wait 
+0x7887 023964 ifetcht 1 ,regc 
+0x7888 023965 call gpio_get_bit 
+0x7889 023966 nrtn true 
+0x788a 023967 nop 12000 
+0x788b 023969 ifetcht 1 ,regc 
+0x788c 023970 call gpio_get_bit 
+0x788d 023971 nrtn true 
+0x788e 023972 nop 12000 
+0x788f 023974 ifetcht 1 ,regc 
+0x7890 023975 call gpio_get_bit 
+0x7891 023976 nrtn true 
+0x7892 023978 call frmt_kscan_all_col_pull_up 
+0x7893 023979 ifetcht 1 ,regc 
+0x7894 023980 call gpio_get_bit 
+0x7895 023981 branch frmt_kscan_press_gnd_related ,true 
+:      023983 frmt_kscan_check_col_elec_level:
+0x7896 023984 ifetcht 1 ,regc 
+0x7897 023985 or temp ,0x80 ,temp 
+0x7898 023986 call gpio_config_output_patch 
+0x7899 023987 jam 0 ,mem_kscan_col_scanned 
+0x789a 023988 arg mem_kscan_col_gpio_pin ,rega 
+:      023989 frmt_kscan_check_col_elec_level_loop:
+0x789b 023990 ifetcht 1 ,rega 
+0x789c 023991 call gpio_get_bit 
+0x789d 023992 call frmt_kscan_record_keypress ,true 
+0x789e 023994 increase 1 ,rega 
+0x789f 023995 fetch 1 ,mem_kscan_col_scanned 
+0x78a0 023996 pincrease 1 
+0x78a1 023997 store 1 ,mem_kscan_col_scanned 
+0x78a2 023998 fetcht 1 ,mem_kscan_col_nums 
+0x78a3 023999 isub temp ,null 
+0x78a4 024000 nbranch frmt_kscan_check_col_elec_level_loop ,positive 
+0x78a5 024001 rtn 
+:      024004 frmt_kscan_record_keypress:
+0x78a6 024005 fetch 1 ,mem_kscan_row_scanned 
+0x78a7 024006 fetcht 1 ,mem_kscan_col_nums 
+0x78a8 024007 increase 1 ,temp 
+0x78a9 024008 imul32 temp ,pdata 
+0x78aa 024010 fetcht 1 ,mem_kscan_col_scanned 
+0x78ab 024011 increase 1 ,temp 
+0x78ac 024012 iadd temp ,pdata 
+0x78ad 024013 iforce queue 
+0x78ae 024014 enable true 
+0x78af 024015 fetch 8 ,mem_kscan_record_keypress 
+0x78b0 024016 qsetflag true ,pdata 
+0x78b1 024017 store 8 ,mem_kscan_record_keypress 
+0x78b2 024024 rtn 
+:      024025 frmt_kscan_all_col_pull_up:
+0x78b3 024026 arg mem_kscan_col_gpio_pin ,rega 
+0x78b4 024027 fetch 1 ,mem_kscan_col_nums 
+0x78b5 024028 iforce loopcnt 
+0x78b6 024029 branch frmt_kscan_input_pull_up_loop 
+:      024031 gpio_config_output_patch:
+0x78b7 024032 setflip 7 ,temp 
+0x78b8 024033 branch gpio_config_output 
+:      024038 frmt_light_lighten_short_press:
+0x78b9 024039 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+0x78ba 024040 beq 1 ,frmt_light_lighten 
+0x78bb 024041 jam light_lighten_release_adv_flag ,mem_light_release_adv_flag 
+0x78bc 024042 branch frmt_light_light_color_and_lightness_change_common 
+:      024044 frmt_light_darken_short_press:
+0x78bd 024045 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+0x78be 024046 beq 1 ,frmt_light_darken 
+0x78bf 024047 jam light_darken_release_adv_flag ,mem_light_release_adv_flag 
+0x78c0 024048 branch frmt_light_light_color_and_lightness_change_common 
+:      024050 frmt_light_to_w_short_press:
+0x78c1 024051 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+0x78c2 024052 beq 1 ,frmt_light_to_w 
+0x78c3 024053 jam light_to_w_release_adv_flag ,mem_light_release_adv_flag 
+0x78c4 024054 branch frmt_light_light_color_and_lightness_change_common 
+:      024056 frmt_light_to_y_short_press:
+0x78c5 024057 fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+0x78c6 024058 beq 1 ,frmt_light_to_y 
+0x78c7 024059 jam light_to_y_release_adv_flag ,mem_light_release_adv_flag 
+:      024060 frmt_light_light_color_and_lightness_change_common:
+0x78c8 024061 fetch 2 ,mem_light_short_keypress_timeout 
+0x78c9 024062 nrtn blank 
+0x78ca 024063 jam 0 ,mem_le_adv_enable 
+0x78cb 024064 jam short_press_timeout ,mem_light_short_keypress_timeout 
+0x78cc 024065 rtn 
+:      024067 frmt_light_to_y:
+0x78cd 024068 bpatchx patch2c_2 ,mem_patch2c 
+0x78ce 024069 fetch 1 ,mem_special_agreemeet_enable 
+0x78cf 024070 beq 1 ,gem_light_to_y 
+0x78d0 024071 beq 2 ,key_light_to_y 
+0x78d1 024072 jam 0 ,mem_light_release_adv_flag 
+0x78d2 024073 call frmt_light_to_y_v2 
+0x78d3 024074 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+0x78d4 024075 jam 0x18 ,mem_ftd_adv_raw_reserved 
+0x78d5 024076 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+0x78d6 024077 branch frmt_adv_rear_6bytes_and_whitening 
+:      024080 frmt_light_to_w:
+0x78d7 024081 bpatchx patch2c_3 ,mem_patch2c 
+0x78d8 024082 fetch 1 ,mem_special_agreemeet_enable 
+0x78d9 024083 beq 1 ,gem_light_to_w 
+0x78da 024084 beq 2 ,key_light_to_w 
+0x78db 024085 jam 0 ,mem_light_release_adv_flag 
+0x78dc 024086 call frmt_light_to_w_v2 
+0x78dd 024087 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+0x78de 024088 jam 0x24 ,mem_ftd_adv_raw_reserved 
+0x78df 024089 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+0x78e0 024090 branch frmt_adv_rear_6bytes_and_whitening 
+:      024092 frmt_light_darken:
+0x78e1 024093 bpatchx patch2c_4 ,mem_patch2c 
+0x78e2 024094 fetch 1 ,mem_special_agreemeet_enable 
+0x78e3 024095 beq 1 ,gem_light_darken 
+0x78e4 024096 beq 2 ,key_light_darken 
+0x78e5 024097 jam 0 ,mem_light_release_adv_flag 
+0x78e6 024098 call frmt_light_darken_v2 
+0x78e7 024099 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+0x78e8 024100 jam 0x28 ,mem_ftd_adv_raw_reserved 
+0x78e9 024101 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+0x78ea 024102 branch frmt_adv_rear_6bytes_and_whitening 
+:      024104 frmt_light_lighten:
+0x78eb 024105 bpatchx patch2c_5 ,mem_patch2c 
+0x78ec 024106 fetch 1 ,mem_special_agreemeet_enable 
+0x78ed 024107 beq 1 ,gem_light_lighten 
+0x78ee 024108 beq 2 ,key_light_lighten 
+0x78ef 024109 jam 0 ,mem_light_release_adv_flag 
+0x78f0 024110 call frmt_light_lighten_v2 
+0x78f1 024111 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+0x78f2 024112 jam 0x14 ,mem_ftd_adv_raw_reserved 
+0x78f3 024113 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+0x78f4 024114 branch frmt_adv_rear_6bytes_and_whitening 
+:      024116 frmt_light_set_pdu_common_short_press_with_3bytes_data_reset:
+0x78f5 024117 setarg 0 
+0x78f6 024118 store 3 ,mem_ftd_adv_raw_data 
+0x78f7 024119 branch frmt_light_set_pdu_common_short_press 
+:      024123 frmt_light_release_set1_and_long_press_set1:
+0x78f8 024124 jam 1 ,mem_light_num_of_long_press 
+0x78f9 024125 call frmt_light_long_press_flag_reset 
+0x78fa 024126 jam 1 ,mem_light_release_adv_flag 
+0x78fb 024127 rtn 
+:      024129 frmt_light_release_set2_and_long_press_set2:
+0x78fc 024130 jam 2 ,mem_light_num_of_long_press 
+0x78fd 024131 call frmt_light_long_press_flag_reset 
+0x78fe 024132 jam 2 ,mem_light_release_adv_flag 
+0x78ff 024133 rtn 
+:      024135 frmt_light_release_set3_and_long_press_set3:
+0x7900 024136 jam 3 ,mem_light_num_of_long_press 
+0x7901 024137 call frmt_light_long_press_flag_reset 
+0x7902 024138 jam 3 ,mem_light_release_adv_flag 
+0x7903 024139 rtn 
+:      024141 frmt_light_long_press_flag_reset:
+0x7904 024142 fetch 2 ,mem_long_press_timeout 
+0x7905 024143 nrtn blank 
+0x7906 024144 fetch 2 ,mem_claer_code_time 
+0x7907 024145 store 2 ,mem_long_press_timeout 
+0x7908 024146 pincrease 1 
+0x7909 024147 store 2 ,mem_light_lpm_enable_timeout 
+0x790a 024148 fetch 1 ,mem_special_agreemeet_enable 
+0x790b 024149 sub pdata ,1 ,null 
+0x790c 024150 branch gem_long_keypress_time ,zero 
+0x790d 024151 rtn 
+:      024153 frmt_light_night_light:
+0x790e 024154 call frmt_light_night_light_v2 
+0x790f 024155 jam light_cmd_night_light ,mem_ftd_adv_raw 
+0x7910 024156 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024158 frmt_light_master_pairing:
+0x7911 024159 jam 0 ,mem_groups_num 
+0x7912 024160 jam 0 ,mem_ble_v2_group_index 
+:      024162 frmt_light_pairing_process:
+0x7913 024163 setarg key_press_led_on_time 
+0x7914 024164 store 2 ,mem_indicator_led_turn_on_timeout 
+0x7915 024165 jam 1 ,mem_indicator_turn_on_enable 
+:      024166 frmt_light_pairing_process_without_led_flag_set:
+0x7916 024167 jam 1 ,mem_le_adv_enable 
+0x7917 024168 fetch 2 ,mem_light_adv_time 
+0x7918 024169 lshift2 pdata ,pdata 
+0x7919 024170 store 2 ,mem_ble_light_adv_timeout 
+0x791a 024171 pincrease 1 
+0x791b 024172 store 2 ,mem_light_lpm_enable_timeout 
+0x791c 024173 bpatchx patch2c_6 ,mem_patch2c 
+0x791d 024175 call frmt_light_master_pairing_v2 
+0x791e 024176 fetch 1 ,mem_light_manufacture_id 
+0x791f 024177 store 1 ,mem_ftd_adv_raw_reserved 
+0x7920 024178 jam light_cmd_pairing_code ,mem_ftd_adv_raw 
+0x7921 024180 fetch 1 ,mem_ftd_adv_raw_packet_num 
+0x7922 024181 pincrease 1 
+0x7923 024182 store 1 ,mem_ftd_adv_raw_packet_num 
+0x7924 024183 jam 0x81 ,mem_ftd_adv_raw_data + 2 
+0x7925 024185 fetch 1 ,mem_ble_v2_maintype 
+0x7926 024186 sub pdata ,3 ,null 
+0x7927 024187 call frmt_fan_lamp ,zero 
+0x7928 024188 fetch 1 ,mem_ble_v2_maintype 
+0x7929 024189 sub pdata ,5 ,null 
+0x792a 024190 call frmt_solar_lamp ,zero 
+0x792b 024192 call frmt_light_groups_pairing_address_set_set 
+0x792c 024193 branch frmt_adv_rear_6bytes_and_whitening 
+:      024195 frmt_light_groups_pairing_address_set_set:
+0x792d 024196 fetch 2 ,mem_ftd_adv_raw_device_add_temp 
+0x792e 024197 arg 0xf0ff ,temp 
+0x792f 024198 iand temp ,pdata 
+0x7930 024199 store 2 ,mem_ftd_adv_raw_data 
+0x7931 024200 branch frmt_light_groups_address_set 
+:      024202 frmt_light_clear_code:
+0x7932 024204 jam 1 ,mem_indicator_turn_on_enable 
+0x7933 024206 jam 1 ,mem_le_adv_enable 
+0x7934 024207 setarg key_press_led_on_time 
+0x7935 024208 lshift2 pdata ,pdata 
+0x7936 024209 store 2 ,mem_indicator_led_turn_on_timeout 
+0x7937 024210 fetch 2 ,mem_light_adv_time 
+0x7938 024211 lshift2 pdata ,pdata 
+0x7939 024213 store 2 ,mem_ble_light_adv_timeout 
+0x793a 024214 pincrease 1 
+0x793b 024215 store 2 ,mem_light_lpm_enable_timeout 
+0x793c 024217 bpatchx patch2c_7 ,mem_patch2c 
+0x793d 024218 call frmt_light_clear_code_v2 
+0x793e 024219 jam light_cmd_clear_code ,mem_ftd_adv_raw 
+0x793f 024220 setarg light_ftd_clear_code_addr 
+0x7940 024221 store 3 ,mem_ftd_adv_raw_device_add 
+0x7941 024222 fetch 1 ,mem_ftd_adv_raw_packet_num 
+0x7942 024223 pincrease 1 
+0x7943 024224 store 1 ,mem_ftd_adv_raw_packet_num 
+0x7944 024226 fetch 1 ,mem_ble_v2_maintype 
+0x7945 024227 sub pdata ,3 ,null 
+0x7946 024228 call frmt_fan_lamp ,zero 
+0x7947 024229 fetch 1 ,mem_ble_v2_maintype 
+0x7948 024230 sub pdata ,5 ,null 
+0x7949 024231 call frmt_solar_lamp ,zero 
+0x794a 024232 branch frmt_adv_rear_6bytes_and_whitening 
+:      024234 frmt_light_master_on_and_long_press_set0:
+0x794b 024235 jam 0 ,mem_light_num_of_long_press 
+0x794c 024236 call frmt_light_long_press_flag_reset 
+:      024237 frmt_light_master_on:
+0x794d 024238 jam 0 ,mem_groups_num 
+0x794e 024239 call frmt_light_master_on_v2 
+0x794f 024240 fetch 1 ,mem_special_agreemeet_enable 
+0x7950 024241 beq 1 ,gem_light_master_on 
+0x7951 024242 beq 2 ,key_light_master_on 
+:      024243 frmt_light_on_without_group_set:
+0x7952 024244 jam 1 ,mem_light_on_and_off_flag 
+0x7953 024245 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+0x7954 024246 call frmt_light_groups_address_set 
+0x7955 024247 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024249 frmt_light_master_off_and_long_press_set0:
+0x7956 024250 jam 0 ,mem_light_num_of_long_press 
+0x7957 024251 call frmt_light_long_press_flag_reset 
+0x7958 024252 branch frmt_light_master_off 
+:      024253 frmt_light_master_on_and_off:
+0x7959 024254 fetch 1 ,mem_light_on_and_off_flag 
+0x795a 024255 branch frmt_light_master_on ,blank 
+:      024256 frmt_light_master_off:
+0x795b 024257 call frmt_light_master_off_v2 
+0x795c 024258 jam 0 ,mem_groups_num 
+0x795d 024259 fetch 1 ,mem_special_agreemeet_enable 
+0x795e 024260 beq 1 ,gem_light_master_off 
+0x795f 024261 beq 2 ,key_light_master_off 
+:      024262 frmt_light_off_without_group_set:
+0x7960 024263 jam 0 ,mem_light_on_and_off_flag 
+0x7961 024264 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+0x7962 024265 call frmt_light_groups_address_set 
+0x7963 024266 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024268 frmt_light_on_and_off_1opcode_and_long_press_set0:
+0x7964 024269 jam 0 ,mem_light_num_of_long_press 
+0x7965 024270 call frmt_light_long_press_flag_reset 
+:      024271 frmt_light_on_and_off_1opcode:
+0x7966 024272 call frmt_light_on_and_off_1opcode_v2 
+0x7967 024273 jam light_cmd_turn_on_and_off ,mem_ftd_adv_raw 
+0x7968 024274 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024276 frmt_light_color_switch_wy_only_payload_set:
+0x7969 024277 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+0x796a 024278 jam light_data_part_ff ,mem_ftd_adv_raw_data 
+0x796b 024279 jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+0x796c 024280 jam light_cmd_ftd_color_swtich_reserved ,mem_ftd_adv_raw_reserved 
+0x796d 024281 rtn 
+:      024282 frmt_light_color_switch_w_only_payload_set:
+0x796e 024283 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+0x796f 024284 jam light_data_part_ff ,mem_ftd_adv_raw_data 
+0x7970 024285 jam light_cmd_ftd_color_swtich_reserved ,mem_ftd_adv_raw_reserved 
+0x7971 024286 rtn 
+:      024288 frmt_light_color_switch_y_only_payload_set:
+0x7972 024289 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+0x7973 024290 jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+0x7974 024291 jam light_cmd_ftd_color_swtich_reserved ,mem_ftd_adv_raw_reserved 
+0x7975 024292 rtn 
+:      024294 frmt_light_color_switch:
+0x7976 024295 fetch 1 ,mem_light_color_switch_cnt 
+0x7977 024296 sub pdata ,3 ,null 
+0x7978 024297 call frmt_color_switch_cnt_set0 ,zero 
+0x7979 024298 beq 0 ,frmt_light_color_switch_wy 
+0x797a 024299 beq 1 ,frmt_light_color_switch_w 
+0x797b 024300 beq 2 ,frmt_light_color_switch_y 
+0x797c 024301 rtn 
+:      024302 frmt_color_switch_cnt_set0:
+0x797d 024303 setarg 0 
+0x797e 024304 store 1 ,mem_light_color_switch_cnt 
+0x797f 024305 rtn 
+:      024306 frmt_light_color_switch_wy:
+0x7980 024307 fetch 1 ,mem_light_color_switch_cnt 
+0x7981 024308 pincrease 1 
+0x7982 024309 store 1 ,mem_light_color_switch_cnt 
+0x7983 024310 call frmt_light_color_switch_wy_v2 
+0x7984 024311 fetch 1 ,mem_special_agreemeet_enable 
+0x7985 024312 beq 1 ,gem_light_color_switch 
+0x7986 024313 call frmt_light_color_switch_wy_only_payload_set 
+0x7987 024314 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024315 frmt_light_color_switch_w:
+0x7988 024316 fetch 1 ,mem_light_color_switch_cnt 
+0x7989 024317 pincrease 1 
+0x798a 024318 store 1 ,mem_light_color_switch_cnt 
+0x798b 024319 call frmt_light_color_switch_w_v2 
+0x798c 024320 fetch 1 ,mem_special_agreemeet_enable 
+0x798d 024321 beq 1 ,gem_light_color_switch 
+0x798e 024322 call frmt_light_color_switch_w_only_payload_set 
+0x798f 024323 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024324 frmt_light_color_switch_y:
+0x7990 024325 fetch 1 ,mem_light_color_switch_cnt 
+0x7991 024326 pincrease 1 
+0x7992 024327 store 1 ,mem_light_color_switch_cnt 
+0x7993 024328 call frmt_light_color_switch_y_v2 
+0x7994 024329 fetch 1 ,mem_special_agreemeet_enable 
+0x7995 024330 beq 1 ,gem_light_color_switch 
+0x7996 024331 call frmt_light_color_switch_y_only_payload_set 
+0x7997 024332 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024334 frmt_light_aid_turn_on_and_off:
+0x7998 024335 fetch 1 ,mem_light_aid_swtich_flag 
+0x7999 024336 beq 0 ,frmt_light_aid_turn_on 
+:      024337 frmt_light_aid_turn_off:
+0x799a 024338 call frmt_light_aid_turn_off_v2 
+0x799b 024339 jam 0 ,mem_light_aid_swtich_flag 
+0x799c 024340 fetch 1 ,mem_special_agreemeet_enable 
+0x799d 024341 beq 1 ,gem_light_aid_turn_onoff 
+0x799e 024342 beq 2 ,key_light_aux_lamp_on_and_off_ky 
+0x799f 024343 jam light_cmd_aid_turn_off ,mem_ftd_adv_raw 
+0x79a0 024344 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024345 frmt_light_aid_turn_on:
+0x79a1 024346 call frmt_light_aid_turn_on_v2 
+0x79a2 024347 jam 1 ,mem_light_aid_swtich_flag 
+0x79a3 024348 fetch 1 ,mem_special_agreemeet_enable 
+0x79a4 024349 beq 1 ,gem_light_aid_turn_onoff 
+0x79a5 024350 beq 2 ,key_light_aux_lamp_on_and_off_ky 
+0x79a6 024351 jam light_cmd_aid_turn_on ,mem_ftd_adv_raw 
+0x79a7 024352 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024354 frmt_light_pcnt_50_and_100percent:
+0x79a8 024355 fetch 1 ,mem_light_brightness_switch_flag 
+0x79a9 024356 beq 0 ,frmt_light_pcnt_50_percent 
+:      024357 frmt_light_pcnt_100_percent:
+0x79aa 024358 call frmt_light_pcnt_100_percent_v2 
+0x79ab 024359 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+0x79ac 024360 jam light_data_part_ff ,mem_ftd_adv_raw_data 
+0x79ad 024361 jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+0x79ae 024362 jam 0 ,mem_light_brightness_switch_flag 
+0x79af 024363 jam 2 ,mem_ftd_adv_raw_reserved 
+0x79b0 024364 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024365 frmt_light_pcnt_50_percent:
+0x79b1 024366 call frmt_light_pcnt_50_percent_v2 
+0x79b2 024367 jam 1 ,mem_ftd_adv_raw_reserved 
+0x79b3 024368 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+0x79b4 024369 jam light_ftd_data_part_pcnt_50percent ,mem_ftd_adv_raw_data 
+0x79b5 024370 jam light_ftd_data_part_pcnt_50percent ,mem_ftd_adv_raw_data + 1 
+0x79b6 024371 jam 1 ,mem_light_brightness_switch_flag 
+0x79b7 024372 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024374 frmt_light_rgb_auto:
+0x79b8 024375 fetch 1 ,mem_special_agreemeet_enable 
+0x79b9 024376 sub pdata ,1 ,null 
+0x79ba 024377 call gem_light_rgb_auto ,zero 
+0x79bb 024378 jam 1 ,mem_light_rgb_on_and_off_flag 
+0x79bc 024379 fetch 1 ,mem_light_rgb_auto_flag 
+0x79bd 024380 beq 0 ,frmt_light_rgb_circulation_1e 
+:      024381 frmt_light_rgb_circulation_1f:
+0x79be 024382 call frmt_light_rgb_circulation_1f_v2 
+0x79bf 024383 jam light_cmd_rgb_1f ,mem_ftd_adv_raw 
+0x79c0 024384 jam 0 ,mem_light_rgb_auto_flag 
+0x79c1 024385 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024386 frmt_light_rgb_circulation_1e:
+0x79c2 024387 call frmt_light_rgb_circulation_1e_v2 
+0x79c3 024388 jam light_cmd_rgb_1e ,mem_ftd_adv_raw 
+0x79c4 024389 jam 1 ,mem_light_rgb_auto_flag 
+0x79c5 024390 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024392 frmt_light_rgb_manual:
+0x79c6 024393 fetch 1 ,mem_special_agreemeet_enable 
+0x79c7 024394 sub pdata ,1 ,null 
+0x79c8 024395 call gem_light_rgb_step ,zero 
+0x79c9 024396 jam light_cmd_rgb_mannul ,mem_ftd_adv_raw 
+0x79ca 024397 fetch 1 ,mem_light_rgb_hand_actuated_flag 
+0x79cb 024398 beq 0 ,frmt_light_rgb_manual0 
+0x79cc 024399 beq 1 ,frmt_light_rgb_manual1 
+0x79cd 024400 beq 2 ,frmt_light_rgb_manual2 
+0x79ce 024401 beq 3 ,frmt_light_rgb_manual3 
+0x79cf 024402 beq 4 ,frmt_light_rgb_manual4 
+0x79d0 024403 beq 5 ,frmt_light_rgb_manual5 
+0x79d1 024404 beq 6 ,frmt_light_rgb_manual6 
+0x79d2 024405 rtn 
+:      024406 frmt_light_rgb_manual6:
+0x79d3 024407 call frmt_light_rgb_manual6_v2 
+0x79d4 024408 jam 0 ,mem_light_rgb_hand_actuated_flag 
+0x79d5 024409 jam light_data_part_ff ,mem_ftd_adv_raw_data 
+0x79d6 024410 jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+0x79d7 024411 jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+0x79d8 024412 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024414 frmt_light_rgb_manual5:
+0x79d9 024415 call frmt_light_rgb_manual5_v2 
+0x79da 024416 jam 6 ,mem_light_rgb_hand_actuated_flag 
+0x79db 024417 jam light_data_part_ff ,mem_ftd_adv_raw_data 
+0x79dc 024418 jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+0x79dd 024419 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024421 frmt_light_rgb_manual4:
+0x79de 024422 call frmt_light_rgb_manual4_v2 
+0x79df 024423 jam 5 ,mem_light_rgb_hand_actuated_flag 
+0x79e0 024424 jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+0x79e1 024425 jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+0x79e2 024426 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024428 frmt_light_rgb_manual3:
+0x79e3 024429 call frmt_light_rgb_manual3_v2 
+0x79e4 024430 jam 4 ,mem_light_rgb_hand_actuated_flag 
+0x79e5 024431 jam light_data_part_ff ,mem_ftd_adv_raw_data 
+0x79e6 024432 jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+0x79e7 024433 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024435 frmt_light_rgb_manual2:
+0x79e8 024436 call frmt_light_rgb_manual2_v2 
+0x79e9 024437 jam 3 ,mem_light_rgb_hand_actuated_flag 
+0x79ea 024438 jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+0x79eb 024439 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024441 frmt_light_rgb_manual1:
+0x79ec 024442 call frmt_light_rgb_manual1_v2 
+0x79ed 024443 jam 2 ,mem_light_rgb_hand_actuated_flag 
+0x79ee 024444 jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+0x79ef 024445 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024447 frmt_light_rgb_manual0:
+0x79f0 024448 call frmt_light_rgb_manual0_v2 
+0x79f1 024449 jam 1 ,mem_light_rgb_hand_actuated_flag 
+0x79f2 024450 jam light_data_part_ff ,mem_ftd_adv_raw_data 
+0x79f3 024451 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024453 frmt_light_timing_1min:
+0x79f4 024454 call frmt_light_timing_1min_v2 
+0x79f5 024455 jam 1 ,mem_ftd_adv_raw_data 
+:      024456 frmt_light_timing_off:
+0x79f6 024457 jam light_cmd_delay_off ,mem_ftd_adv_raw 
+0x79f7 024458 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024460 frmt_light_group1_on_and_long_press_set1:
+0x79f8 024461 jam 1 ,mem_light_num_of_long_press 
+0x79f9 024462 call frmt_light_long_press_flag_reset 
+:      024463 frmt_light_group1_on:
+0x79fa 024464 call frmt_light_group1_on_v2 
+0x79fb 024465 jam 1 ,mem_light_group1_on_and_off_flag 
+0x79fc 024466 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+0x79fd 024467 jam 1 ,mem_groups_num 
+0x79fe 024468 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024470 frmt_light_group2_on_and_long_press_set2:
+0x79ff 024471 jam 2 ,mem_light_num_of_long_press 
+0x7a00 024472 call frmt_light_long_press_flag_reset 
+:      024473 frmt_light_group2_on:
+0x7a01 024474 call frmt_light_group2_on_v2 
+0x7a02 024475 jam 1 ,mem_light_group2_on_and_off_flag 
+0x7a03 024476 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+0x7a04 024477 jam 2 ,mem_groups_num 
+0x7a05 024478 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024480 frmt_light_group3_on_and_long_press_set3:
+0x7a06 024481 jam 3 ,mem_light_num_of_long_press 
+0x7a07 024482 call frmt_light_long_press_flag_reset 
+:      024483 frmt_light_group3_on:
+0x7a08 024484 jam 1 ,mem_light_group3_on_and_off_flag 
+0x7a09 024485 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+0x7a0a 024486 jam 3 ,mem_groups_num 
+0x7a0b 024487 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024489 frmt_light_group4_on_and_long_press_set4:
+0x7a0c 024490 jam 4 ,mem_light_num_of_long_press 
+0x7a0d 024491 call frmt_light_long_press_flag_reset 
+:      024492 frmt_light_group4_on:
+0x7a0e 024493 call frmt_light_group4_on_v2 
+0x7a0f 024494 jam 1 ,mem_light_group4_on_and_off_flag 
+0x7a10 024495 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+0x7a11 024496 jam 4 ,mem_groups_num 
+0x7a12 024497 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024499 frmt_light_group1_on_and_off_and_long_press_set1:
+0x7a13 024500 jam 1 ,mem_light_num_of_long_press 
+0x7a14 024501 call frmt_light_long_press_flag_reset 
+:      024502 frmt_light_group1_on_and_off:
+0x7a15 024503 fetch 1 ,mem_light_group1_on_and_off_flag 
+0x7a16 024504 branch frmt_light_group1_on ,blank 
+:      024505 frmt_light_group1_off:
+0x7a17 024506 call frmt_light_group1_off_v2 
+0x7a18 024507 jam 0 ,mem_light_group1_on_and_off_flag 
+0x7a19 024508 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+0x7a1a 024509 jam 1 ,mem_groups_num 
+0x7a1b 024510 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024513 frmt_light_group2_on_and_off_and_long_press_set2:
+0x7a1c 024514 jam 2 ,mem_light_num_of_long_press 
+0x7a1d 024515 call frmt_light_long_press_flag_reset 
+:      024516 frmt_light_group2_on_and_off:
+0x7a1e 024517 fetch 1 ,mem_light_group2_on_and_off_flag 
+0x7a1f 024518 branch frmt_light_group2_on ,blank 
+:      024519 frmt_light_group2_off:
+0x7a20 024520 call frmt_light_group2_off_v2 
+0x7a21 024521 jam 0 ,mem_light_group2_on_and_off_flag 
+0x7a22 024522 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+0x7a23 024523 jam 2 ,mem_groups_num 
+0x7a24 024525 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024527 frmt_light_group3_on_and_off_and_long_press_set3:
+0x7a25 024528 jam 3 ,mem_light_num_of_long_press 
+0x7a26 024529 call frmt_light_long_press_flag_reset 
+:      024530 frmt_light_group3_on_and_off:
+0x7a27 024531 fetch 1 ,mem_light_group3_on_and_off_flag 
+0x7a28 024532 branch frmt_light_group3_on ,blank 
+:      024533 frmt_light_group3_off:
+0x7a29 024534 call frmt_light_group3_off_v2 
+0x7a2a 024535 jam 0 ,mem_light_group3_on_and_off_flag 
+0x7a2b 024536 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+0x7a2c 024537 jam 3 ,mem_groups_num 
+0x7a2d 024539 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024541 frmt_light_group4_on_and_off_and_long_press_set4:
+0x7a2e 024542 jam 4 ,mem_light_num_of_long_press 
+0x7a2f 024543 call frmt_light_long_press_flag_reset 
+:      024544 frmt_light_group4_on_and_off:
+0x7a30 024545 fetch 1 ,mem_light_group4_on_and_off_flag 
+0x7a31 024546 branch frmt_light_group4_on ,blank 
+:      024547 frmt_light_group4_off:
+0x7a32 024548 call frmt_light_group4_off_v2 
+0x7a33 024549 jam 0 ,mem_light_group4_on_and_off_flag 
+0x7a34 024550 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+0x7a35 024551 jam 4 ,mem_groups_num 
+0x7a36 024553 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024555 frmt_light_pairing_group1:
+0x7a37 024556 jam 1 ,mem_groups_num 
+0x7a38 024557 jam 1 ,mem_ble_v2_group_index 
+0x7a39 024558 branch frmt_light_pairing_process 
+:      024560 frmt_light_pairing_group2:
+0x7a3a 024561 jam 2 ,mem_groups_num 
+0x7a3b 024562 jam 2 ,mem_ble_v2_group_index 
+0x7a3c 024563 branch frmt_light_pairing_process 
+:      024565 frmt_light_pairing_group3:
+0x7a3d 024566 jam 3 ,mem_groups_num 
+0x7a3e 024567 jam 3 ,mem_ble_v2_group_index 
+0x7a3f 024568 branch frmt_light_pairing_process 
+:      024570 frmt_light_pairing_group4:
+0x7a40 024571 jam 4 ,mem_groups_num 
+0x7a41 024572 jam 4 ,mem_ble_v2_group_index 
+0x7a42 024573 branch frmt_light_pairing_process 
+:      024578 frmt_fan_master_off:
+0x7a43 024579 call frmt_fan_master_off_v2 
+0x7a44 024580 jam fan_cmd_master_on_and_off ,mem_ftd_adv_raw 
+0x7a45 024581 jam 0 ,mem_ftd_adv_raw_data 
+0x7a46 024582 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024584 frmt_fan_turning_forward_and_reverse:
+0x7a47 024585 fetch 1 ,mem_fan_direction_alternant 
+0x7a48 024586 branch frmt_fan_turning_reverse ,blank 
+0x7a49 024587 jam 0 ,mem_fan_direction_alternant 
+0x7a4a 024588 branch frmt_fan_turning_forward 
+:      024589 frmt_fan_turning_reverse:
+0x7a4b 024590 call frmt_fan_turing_reverse_v2 
+0x7a4c 024591 jam 1 ,mem_fan_direction_alternant 
+0x7a4d 024592 jam fan_cmd_direction ,mem_ftd_adv_raw 
+0x7a4e 024593 jam 1 ,mem_ftd_adv_raw_data 
+0x7a4f 024594 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024595 frmt_fan_turning_forward:
+0x7a50 024596 call frmt_fan_turing_forward_v2 
+0x7a51 024597 jam fan_cmd_direction ,mem_ftd_adv_raw 
+0x7a52 024598 jam 0 ,mem_ftd_adv_raw_data 
+0x7a53 024599 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024601 frmt_fan_natural_wind:
+0x7a54 024602 call frmt_fan_natural_wind_v2 
+0x7a55 024603 jam fan_cmd_mode ,mem_ftd_adv_raw 
+0x7a56 024604 jam 2 ,mem_ftd_adv_raw_data 
+0x7a57 024605 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024607 frmt_fan_tap_position_1:
+0x7a58 024608 call frmt_fan_tap_position_1_v2 
+0x7a59 024609 setarg 1 
+:      024610 frmt_fan_tap_position_common:
+0x7a5a 024611 store 1 ,mem_ftd_adv_raw_data 
+0x7a5b 024612 jam fan_cmd_speed_32 ,mem_ftd_adv_raw 
+0x7a5c 024613 jam 6 ,mem_ftd_adv_raw_data + 1 
+0x7a5d 024614 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024616 frmt_fan_tap_position_2:
+0x7a5e 024617 call frmt_fan_tap_position_2_v2 
+0x7a5f 024618 setarg 2 
+0x7a60 024619 branch frmt_fan_tap_position_common 
+:      024621 frmt_fan_tap_position_3:
+0x7a61 024622 call frmt_fan_tap_position_3_v2 
+0x7a62 024623 setarg 3 
+0x7a63 024624 branch frmt_fan_tap_position_common 
+:      024626 frmt_fan_tap_position_4:
+0x7a64 024627 call frmt_fan_tap_position_4_v2 
+0x7a65 024628 setarg 4 
+0x7a66 024629 branch frmt_fan_tap_position_common 
+:      024631 frmt_fan_tap_position_5:
+0x7a67 024632 call frmt_fan_tap_position_5_v2 
+0x7a68 024633 setarg 5 
+0x7a69 024634 branch frmt_fan_tap_position_common 
+:      024636 frmt_fan_tap_position_6:
+0x7a6a 024637 call frmt_fan_tap_position_6_v2 
+0x7a6b 024638 setarg 6 
+0x7a6c 024639 branch frmt_fan_tap_position_common 
+:      024641 frmt_fan_stop_fan_and_long_press_set1:
+0x7a6d 024642 jam 1 ,mem_light_num_of_long_press 
+0x7a6e 024643 call frmt_light_long_press_flag_reset 
+:      024644 frmt_fan_stop_fan:
+0x7a6f 024645 call frmt_fan_stop_fan_v2 
+0x7a70 024646 jam fan_cmd_speed_31 ,mem_ftd_adv_raw 
+0x7a71 024647 jam 0 ,mem_ftd_adv_raw_data 
+0x7a72 024648 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024651 frmt_fan_deflector_on_and_off:
+0x7a73 024652 fetch 1 ,mem_fan_deflector_flag 
+0x7a74 024653 branch frmt_fan_deflector_on ,blank 
+:      024654 frmt_fan_deflector_off:
+0x7a75 024655 call frmt_fan_deflector_off_v2 
+0x7a76 024656 jam 0 ,mem_fan_deflector_flag 
+0x7a77 024657 jam fan_cmd_deflector ,mem_ftd_adv_raw 
+0x7a78 024658 jam 0 ,mem_ftd_adv_raw_data 
+0x7a79 024659 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024661 frmt_fan_deflector_on:
+0x7a7a 024662 call frmt_fan_deflector_on_v2 
+0x7a7b 024663 jam 1 ,mem_fan_deflector_flag 
+0x7a7c 024664 jam fan_cmd_deflector ,mem_ftd_adv_raw 
+0x7a7d 024665 jam 1 ,mem_ftd_adv_raw_data 
+0x7a7e 024666 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+:      024670 frmt_fan_master_off_v2:
+0x7a7f 024671 setarg fan_cmd_master_on_and_off_v2 
+0x7a80 024672 store 2 ,mem_ble_v2_cmd 
+0x7a81 024673 branch frmt_ble_v2_encoder_pack 
+:      024675 frmt_fan_turing_reverse_v2:
+0x7a82 024676 jam 1 ,mem_ble_v2_para + 1 
+:      024677 frmt_fan_turing_forward_v2:
+0x7a83 024678 setarg fan_cmd_wind_direction_v2 
+0x7a84 024679 store 2 ,mem_ble_v2_cmd 
+0x7a85 024680 branch frmt_ble_v2_encoder_pack 
+:      024682 frmt_fan_natural_wind_v2:
+0x7a86 024683 jam 0x02 ,mem_ble_v2_para + 1 
+:      024684 frmt_fan_mode_sel_common_v2:
+0x7a87 024685 setarg fan_cmd_mode_sel_v2 
+0x7a88 024686 store 2 ,mem_ble_v2_cmd 
+0x7a89 024687 branch frmt_ble_v2_encoder_pack 
+:      024689 frmt_fan_tap_position_1_v2:
+0x7a8a 024690 setarg 1 
+:      024691 frmt_fan_tap_position_common_v2:
+0x7a8b 024692 store 1 ,mem_ble_v2_para + 2 
+0x7a8c 024693 setarg fan_cmd_wind_speed_v2 
+0x7a8d 024694 store 2 ,mem_ble_v2_cmd 
+0x7a8e 024695 jam 0x20 ,mem_ble_v2_para + 1 
+0x7a8f 024696 branch frmt_ble_v2_encoder_pack 
+:      024698 frmt_fan_tap_position_2_v2:
+0x7a90 024699 setarg 2 
+0x7a91 024700 branch frmt_fan_tap_position_common_v2 
+:      024702 frmt_fan_tap_position_3_v2:
+0x7a92 024703 setarg 3 
+0x7a93 024704 branch frmt_fan_tap_position_common_v2 
+:      024706 frmt_fan_tap_position_4_v2:
+0x7a94 024707 setarg 4 
+0x7a95 024708 branch frmt_fan_tap_position_common_v2 
+:      024710 frmt_fan_tap_position_5_v2:
+0x7a96 024711 setarg 5 
+0x7a97 024712 branch frmt_fan_tap_position_common_v2 
+:      024714 frmt_fan_tap_position_6_v2:
+0x7a98 024715 setarg 6 
+0x7a99 024716 branch frmt_fan_tap_position_common_v2 
+:      024718 frmt_fan_stop_fan_v2:
+0x7a9a 024719 setarg 0 
+0x7a9b 024720 branch frmt_fan_tap_position_common_v2 
+:      024723 frmt_fan_deflector_on_v2:
+0x7a9c 024724 jam 1 ,mem_ble_v2_para + 1 
+:      024725 frmt_fan_deflector_off_v2:
+0x7a9d 024726 setarg fan_cmd_deflector_v2 
+0x7a9e 024727 store 2 ,mem_ble_v2_cmd 
+0x7a9f 024728 branch frmt_ble_v2_encoder_pack 
+:      024734 frmt_light_to_y_v2:
+0x7aa0 024735 jam 0x18 ,mem_ble_v2_para + 1 
+0x7aa1 024736 branch frmt_light_common 
+:      024738 frmt_light_to_w_v2:
+0x7aa2 024739 jam 0x24 ,mem_ble_v2_para + 1 
+0x7aa3 024740 branch frmt_light_common 
+:      024743 frmt_light_darken_v2:
+0x7aa4 024744 jam 0x28 ,mem_ble_v2_para + 1 
+0x7aa5 024745 branch frmt_light_common 
+:      024748 frmt_light_lighten_v2:
+0x7aa6 024749 jam 0x14 ,mem_ble_v2_para + 1 
+0x7aa7 024750 branch frmt_light_common 
+:      024752 frmt_light_common:
+0x7aa8 024753 setarg light_cmd_light_ctl_v2 
+0x7aa9 024754 store 2 ,mem_ble_v2_cmd 
+0x7aaa 024755 branch frmt_ble_v2_encoder_pack 
+:      024757 frmt_ble_v2_encoder_pack:
+0x7aab 024758 call frmt_ble_data_set 
+0x7aac 024759 fetch 1 ,mem_light_manufacture_id2_v2 
+0x7aad 024760 ncall frmt_have_id2_v2 ,blank 
+0x7aae 024761 rtn 
+:      024763 frmt_have_id2_v2:
+0x7aaf 024764 arg ftd_pdu_len ,loopcnt 
+0x7ab0 024765 arg mem_ble_v2_pdu ,contr 
+0x7ab1 024766 arg mem_ble_v2_pdu_2 ,contw 
+0x7ab2 024767 call memcpy_fast 
+0x7ab3 024769 fetch 1 ,mem_light_manufacture_id2_v2 
+0x7ab4 024770 store 1 ,mem_ble_v2_customer_id 
+0x7ab5 024771 fetch 1 ,mem_ble_v2_packet_num 
+0x7ab6 024772 pincrease -1 
+0x7ab7 024773 store 1 ,mem_ble_v2_packet_num 
+0x7ab8 024774 call frmt_ble_data_set 
+0x7ab9 024775 fetch 1 ,mem_ble_v2_customer_id_copy 
+0x7aba 024776 store 1 ,mem_ble_v2_customer_id 
+0x7abb 024777 rtn 
+:      024779 frmt_light_night_light_v2:
+0x7abc 024780 setarg light_cmd_night_light_v2 
+0x7abd 024781 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024784 frmt_light_master_pairing_v2:
+0x7abe 024785 setarg cmd_pairing 
+:      024786 frmt_ble_v2_encoder_with_cmd_store_and_para_set0:
+0x7abf 024787 store 2 ,mem_ble_v2_cmd 
+0x7ac0 024788 setarg 0 
+0x7ac1 024789 store 4 ,mem_ble_v2_para 
+0x7ac2 024790 branch frmt_ble_v2_encoder_pack 
+:      024792 frmt_light_clear_code_v2:
+0x7ac3 024793 setarg cmd_clear_code 
+0x7ac4 024794 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024796 frmt_light_master_on_v2:
+0x7ac5 024797 jam 0 ,mem_ble_v2_group_index 
+:      024798 frmt_light_turn_on_common:
+0x7ac6 024799 setarg light_cmd_turn_on_v2 
+0x7ac7 024800 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024802 frmt_light_master_off_v2:
+0x7ac8 024803 jam 0 ,mem_ble_v2_group_index 
+:      024804 frmt_light_turn_off_common:
+0x7ac9 024805 setarg light_cmd_turn_off_v2 
+0x7aca 024806 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024808 frmt_light_on_and_off_1opcode_v2:
+0x7acb 024809 setarg light_cmd_turn_on_and_off_v2 
+0x7acc 024810 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024812 frmt_light_color_switch_wy_v2:
+0x7acd 024813 setarg light_cmd_light_ctl_v2 
+0x7ace 024814 store 2 ,mem_ble_v2_cmd 
+0x7acf 024815 jam 0 ,mem_ble_v2_para 
+0x7ad0 024816 jam light_cmd_ftd_color_swtich_reserved ,mem_ble_v2_para + 1 
+0x7ad1 024817 jam light_data_part_ff ,mem_ble_v2_para + 2 
+0x7ad2 024818 jam light_data_part_ff ,mem_ble_v2_para + 3 
+0x7ad3 024819 branch frmt_ble_v2_encoder_pack 
+:      024821 frmt_light_color_switch_w_v2:
+0x7ad4 024822 setarg light_cmd_light_ctl_v2 
+0x7ad5 024823 store 2 ,mem_ble_v2_cmd 
+0x7ad6 024824 jam 0 ,mem_ble_v2_para 
+0x7ad7 024825 jam light_cmd_ftd_color_swtich_reserved ,mem_ble_v2_para + 1 
+0x7ad8 024826 jam light_data_part_ff ,mem_ble_v2_para + 2 
+0x7ad9 024827 branch frmt_ble_v2_encoder_pack 
+:      024829 frmt_light_color_switch_y_v2:
+0x7ada 024830 setarg light_cmd_light_ctl_v2 
+0x7adb 024831 store 2 ,mem_ble_v2_cmd 
+0x7adc 024832 jam 0 ,mem_ble_v2_para 
+0x7add 024833 jam light_cmd_ftd_color_swtich_reserved ,mem_ble_v2_para + 1 
+0x7ade 024834 jam light_data_part_ff ,mem_ble_v2_para + 3 
+0x7adf 024835 branch frmt_ble_v2_encoder_pack 
+:      024837 frmt_light_aid_turn_off_v2:
+0x7ae0 024838 setarg light_cmd_aided_light_turn_off_v2 
+0x7ae1 024839 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024841 frmt_light_aid_turn_on_v2:
+0x7ae2 024842 setarg light_cmd_aided_light_turn_on_v2 
+0x7ae3 024843 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024845 frmt_light_pcnt_100_percent_v2:
+0x7ae4 024846 setarg light_cmd_light_ctl_v2 
+0x7ae5 024847 store 2 ,mem_ble_v2_cmd 
+0x7ae6 024848 jam 0 ,mem_ble_v2_para 
+0x7ae7 024849 jam 0x02 ,mem_ble_v2_para + 1 
+0x7ae8 024850 jam light_data_part_ff ,mem_ble_v2_para + 2 
+0x7ae9 024851 jam light_data_part_ff ,mem_ble_v2_para + 3 
+0x7aea 024852 branch frmt_ble_v2_encoder_pack 
+:      024854 frmt_light_pcnt_50_percent_v2:
+0x7aeb 024855 setarg light_cmd_light_ctl_v2 
+0x7aec 024856 store 2 ,mem_ble_v2_cmd 
+0x7aed 024857 jam 0 ,mem_ble_v2_para 
+0x7aee 024858 jam 0x01 ,mem_ble_v2_para + 1 
+0x7aef 024859 jam light_ftd_data_part_pcnt_50percent ,mem_ble_v2_para + 2 
+0x7af0 024860 jam light_ftd_data_part_pcnt_50percent ,mem_ble_v2_para + 3 
+0x7af1 024861 branch frmt_ble_v2_encoder_pack 
+:      024863 frmt_light_rgb_circulation_1f_v2:
+0x7af2 024864 setarg light_cmd_rgb_auto_turn_off_v2 
+0x7af3 024865 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024867 frmt_light_rgb_circulation_1e_v2:
+0x7af4 024868 setarg light_cmd_rgb_auto_turn_on_v2 
+0x7af5 024869 branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+:      024871 frmt_light_rgb_manual0_v2:
+0x7af6 024872 setarg light_cmd_rgb_manual_v2 
+0x7af7 024873 store 2 ,mem_ble_v2_cmd 
+0x7af8 024874 jam light_data_part_ff ,mem_ble_v2_para + 1 
+0x7af9 024875 branch frmt_ble_v2_encoder_pack 
+:      024877 frmt_light_rgb_manual1_v2:
+0x7afa 024878 setarg light_cmd_rgb_manual_v2 
+0x7afb 024879 store 2 ,mem_ble_v2_cmd 
+0x7afc 024880 jam light_data_part_ff ,mem_ble_v2_para + 2 
+0x7afd 024881 branch frmt_ble_v2_encoder_pack 
+:      024883 frmt_light_rgb_manual2_v2:
+0x7afe 024884 setarg light_cmd_rgb_manual_v2 
+0x7aff 024885 store 2 ,mem_ble_v2_cmd 
+0x7b00 024886 jam light_data_part_ff ,mem_ble_v2_para + 3 
+0x7b01 024887 branch frmt_ble_v2_encoder_pack 
+:      024889 frmt_light_rgb_manual3_v2:
+0x7b02 024890 setarg light_cmd_rgb_manual_v2 
+0x7b03 024891 store 2 ,mem_ble_v2_cmd 
+0x7b04 024892 jam light_data_part_ff ,mem_ble_v2_para + 1 
+0x7b05 024893 jam light_data_part_ff ,mem_ble_v2_para + 2 
+0x7b06 024894 branch frmt_ble_v2_encoder_pack 
+:      024896 frmt_light_rgb_manual4_v2:
+0x7b07 024897 setarg light_cmd_rgb_manual_v2 
+0x7b08 024898 store 2 ,mem_ble_v2_cmd 
+0x7b09 024899 jam light_data_part_ff ,mem_ble_v2_para + 1 
+0x7b0a 024900 jam light_data_part_ff ,mem_ble_v2_para + 3 
+0x7b0b 024901 branch frmt_ble_v2_encoder_pack 
+:      024903 frmt_light_rgb_manual5_v2:
+0x7b0c 024904 setarg light_cmd_rgb_manual_v2 
+0x7b0d 024905 store 2 ,mem_ble_v2_cmd 
+0x7b0e 024906 jam light_data_part_ff ,mem_ble_v2_para + 2 
+0x7b0f 024907 jam light_data_part_ff ,mem_ble_v2_para + 3 
+0x7b10 024908 branch frmt_ble_v2_encoder_pack 
+:      024910 frmt_light_rgb_manual6_v2:
+0x7b11 024911 setarg light_cmd_rgb_manual_v2 
+0x7b12 024912 store 2 ,mem_ble_v2_cmd 
+0x7b13 024913 jam light_data_part_ff ,mem_ble_v2_para + 1 
+0x7b14 024914 jam light_data_part_ff ,mem_ble_v2_para + 2 
+0x7b15 024915 jam light_data_part_ff ,mem_ble_v2_para + 3 
+0x7b16 024916 branch frmt_ble_v2_encoder_pack 
+:      024918 frmt_light_timing_1min_v2:
+0x7b17 024919 setarg 0x01 
+:      024920 frmt_light_timing_off_common_v2:
+0x7b18 024921 jam product_maintype_light ,mem_ble_v2_maintype 
+0x7b19 024922 store 2 ,mem_ble_v2_para + 1 
+0x7b1a 024923 setarg cmd_timing_off 
+0x7b1b 024924 store 2 ,mem_ble_v2_cmd 
+0x7b1c 024925 jam 0 ,mem_ble_v2_para 
+0x7b1d 024926 jam 0 ,mem_ble_v2_para + 3 
+0x7b1e 024927 branch frmt_ble_v2_encoder_pack 
+:      024929 frmt_light_timing_30s_v2:
+0x7b1f 024930 setarg 0 
+0x7b20 024931 branch frmt_light_timing_off_common_v2 
+:      024933 frmt_light_group1_on_v2:
+0x7b21 024934 jam 1 ,mem_ble_v2_group_index 
+0x7b22 024935 branch frmt_light_turn_on_common 
+:      024937 frmt_light_group2_on_v2:
+0x7b23 024938 jam 2 ,mem_ble_v2_group_index 
+0x7b24 024939 branch frmt_light_turn_on_common 
+:      024941 frmt_light_group3_on_v2:
+0x7b25 024942 jam 3 ,mem_ble_v2_group_index 
+0x7b26 024943 branch frmt_light_turn_on_common 
+:      024945 frmt_light_group4_on_v2:
+0x7b27 024946 jam 4 ,mem_ble_v2_group_index 
+0x7b28 024947 branch frmt_light_turn_on_common 
+:      024949 frmt_light_group1_off_v2:
+0x7b29 024950 jam 1 ,mem_ble_v2_group_index 
+0x7b2a 024951 branch frmt_light_turn_off_common 
+:      024953 frmt_light_group2_off_v2:
+0x7b2b 024954 jam 2 ,mem_ble_v2_group_index 
+0x7b2c 024955 branch frmt_light_turn_off_common 
+:      024957 frmt_light_group3_off_v2:
+0x7b2d 024958 jam 3 ,mem_ble_v2_group_index 
+0x7b2e 024959 branch frmt_light_turn_off_common 
+:      024961 frmt_light_group4_off_v2:
+0x7b2f 024962 jam 4 ,mem_ble_v2_group_index 
+0x7b30 024963 branch frmt_light_turn_off_common 
+:      024969 frmt_apl_idle_process:
+0x7b31 024971 rtn 
+:      024974 frmt_main:
+0x7b32 024975 bpatchx patch2d_0 ,mem_patch2d 
+0x7b33 024976 call frmt_kscan_init 
+0x7b34 024977 call frmt_kscan 
+0x7b35 024978 fetch 8 ,mem_kscan_record_keypress 
+0x7b36 024979 ncall frmt_kscan_available ,blank 
+0x7b37 024981 call frmt_judge_reset_last_key 
+0x7b38 024983 fetch 1 ,mem_light_release_adv_flag 
+0x7b39 024984 ncall p_light_released_cb ,blank 
+0x7b3a 024986 call frmt_kscan_keypress_analysis_process 
+0x7b3b 024988 fetch 1 ,mem_le_adv_enable 
+0x7b3c 024989 call frmt_light_indicator_led_flag_set0 ,blank 
+0x7b3d 024991 fetch 1 ,mem_indicator_turn_on_enable 
+0x7b3e 024992 ncall frmt_light_indicator_led ,blank 
+0x7b3f 024994 fetch 1 ,mem_indicator_turn_on_enable 
+0x7b40 024995 call frmt_light_indicator_led_off ,blank 
+0x7b41 024997 bpatchx patch2d_1 ,mem_patch2d 
+0x7b42 025000 branch frmt_app_enter_lpm 
+:      025002 frmt_kscan_keypress_analysis_process:
+0x7b43 025003 bpatchx patch2d_2 ,mem_patch2d 
+0x7b44 025005 fetch 1 ,mem_special_agreemeet_enable 
+0x7b45 025006 sub pdata ,1 ,null 
+0x7b46 025007 call frmt_light_gem_long_press_cnt ,zero 
+0x7b47 025008 fetch 2 ,mem_long_press_adv_timeout 
+0x7b48 025009 nrtn blank 
+0x7b49 025010 fetch 8 ,mem_kscan_record_keypress 
+0x7b4a 025012 rtn blank 
+0x7b4b 025014 setarg 0 
+0x7b4c 025015 store 3 ,mem_ftd_adv_raw_data 
+0x7b4d 025016 store 4 ,mem_ble_v2_para 
+0x7b4e 025017 jam 0 ,mem_ftd_adv_raw_reserved 
+0x7b4f 025019 fetch 1 ,mem_light_release_adv_flag 
+0x7b50 025020 ncall p_light_released_cb ,blank 
+0x7b51 025022 fetch 2 ,mem_rmt_keydown_cb 
+0x7b52 025023 branch callback_func 
+:      025027 p_light_released_cb:
+0x7b53 025028 fetch 2 ,mem_rmt_released_cb 
+0x7b54 025029 branch callback_func 
+:      025032 frmt_get_current_key:
+0x7b55 025033 fetch 8 ,mem_kscan_record_keypress 
+0x7b56 025034 copy pdata ,temp 
+0x7b57 025035 arg keyboard_max_keys_num ,loopcnt 
+0x7b58 025036 arg 0 ,queue 
+0x7b59 025037 call frmt_kscan_keypress_analysis_get_keypress 
+0x7b5a 025038 deposit queue 
+0x7b5b 025039 store 1 ,mem_light_current_key 
+0x7b5c 025040 setarg 0 
+0x7b5d 025041 store 8 ,mem_kscan_record_keypress 
+0x7b5e 025042 branch frmt_light_set_continuous_kps_cnt_reset_timeout 
+:      025045 frmt_judge_reset_last_key:
+0x7b5f 025046 fetch 1 ,mem_keypress_analysis_flag 
+0x7b60 025047 nrtn blank 
+0x7b61 025049 jam 0 ,mem_light_last_key 
+0x7b62 025050 jam 0 ,mem_light_color_and_lgtness_long_press_adv_enable 
+:      025051 frmt_light_long_press_judge_reset:
+0x7b63 025052 setarg 0 
+0x7b64 025053 store 2 ,mem_long_press_timeout 
+0x7b65 025054 store 2 ,mem_gem_cnt_inces_timeout 
+0x7b66 025055 rtn 
+:      025057 frmt_kscan_keypress_analysis_get_keypress:
+0x7b67 025058 qisolate1 pdata 
+0x7b68 025059 rtn true 
+0x7b69 025060 increase 1 ,queue 
+0x7b6a 025061 loop frmt_kscan_keypress_analysis_get_keypress 
+0x7b6b 025062 rtn 
+:      025064 frmt_kscan_available:
+0x7b6c 025065 jam 1 ,mem_keypress_analysis_flag 
+0x7b6d 025067 jam 1 ,mem_indicator_turn_on_enable 
+0x7b6e 025068 setarg key_press_led_on_time 
+0x7b6f 025069 store 2 ,mem_indicator_led_turn_on_timeout 
+0x7b70 025070 jam kscan_analysis_interval ,mem_kscan_analysis_interval_timeout 
+0x7b71 025071 rtn 
+:      025074 frmt_light_indicator_led_flag_set0:
+0x7b72 025075 bpatchx patch2d_3 ,mem_patch2d 
+0x7b73 025076 fetch 1 ,mem_keypress_analysis_flag 
+0x7b74 025077 nrtn blank 
+:      025078 frmt_light_indicator_led_flag_set0_process:
+0x7b75 025079 setarg 0 
+0x7b76 025080 store 2 ,mem_indicator_led_turn_on_timeout 
+0x7b77 025081 jam 0 ,mem_indicator_turn_on_enable 
+0x7b78 025082 bpatchx patch2d_4 ,mem_patch2d 
+0x7b79 025083 rtn 
+:      025085 frmt_light_indicator_led:
+0x7b7a 025086 bpatchx patch2d_5 ,mem_patch2d 
+0x7b7b 025087 fetch 1 ,mem_light_indicator_led 
+0x7b7c 025088 rtn blank 
+:      025089 frmt_light_indicator_led_debug:
+0x7b7d 025090 fetcht 1 ,mem_light_indicator_led 
+0x7b7e 025091 branch gpio_config_output_patch 
+:      025094 frmt_light_indicator_led_off:
+0x7b7f 025095 bpatchx patch2d_6 ,mem_patch2d 
+0x7b80 025096 fetch 1 ,mem_light_indicator_led 
+0x7b81 025097 rtn blank 
+:      025098 frmt_light_indicator_led_off_debug:
+0x7b82 025099 fetcht 1 ,mem_light_indicator_led 
+0x7b83 025100 or temp ,0x80 ,temp 
+0x7b84 025101 branch gpio_config_output_patch 
+:      025106 frmt_app_enter_lpm:
+0x7b85 025107 bpatchx patch2d_7 ,mem_patch2d 
+0x7b86 025108 fetch 2 ,mem_light_lpm_enable_timeout 
+0x7b87 025109 nrtn blank 
+0x7b88 025110 fetch 2 ,mem_indicator_led_turn_on_timeout 
+0x7b89 025111 nrtn blank 
+0x7b8a 025112 call frmt_enter_lpm_gpio_config 
+0x7b8b 025113 call frmt_wakeup_low_config 
+0x7b8c 025115 bpatchx patch2e_0 ,mem_patch2e 
+0x7b8d 025116 arg -1 ,temp 
+0x7b8e 025117 branch lpm_sleep 
+:      025119 frmt_enter_lpm_gpio_config:
+0x7b8f 025120 arg enter_lpm_leisure_io_config_num ,loopcnt 
+0x7b90 025121 jam enter_lpm_leisure_io_config_start ,mem_light_lpm_gpio_config_io_temp 
+:      025122 frmt_drop_down_unused_io_loopcnt:
+0x7b91 025123 fetcht 1 ,mem_light_lpm_gpio_config_io_temp 
+0x7b92 025124 copy temp ,queue 
+0x7b93 025125 fetch 4 ,mem_light_lpm_gpio_config_flag 
+0x7b94 025126 qisolate1 pdata 
+0x7b95 025127 branch frmt_drop_down_unused_io_loopcnt_no_drop_down ,true 
+0x7b96 025128 or temp ,0x80 ,temp 
+0x7b97 025129 call gpio_config_input 
+:      025130 frmt_drop_down_unused_io_loopcnt_no_drop_down:
+0x7b98 025131 fetch 1 ,mem_light_lpm_gpio_config_io_temp 
+0x7b99 025132 pincrease 1 
+0x7b9a 025133 store 1 ,mem_light_lpm_gpio_config_io_temp 
+0x7b9b 025134 loop frmt_drop_down_unused_io_loopcnt 
+0x7b9c 025135 jam gpcfg_pullup ,core_gpio03_conf 
+0x7b9d 025136 jam gpcfg_pullup ,core_gpio19_conf 
+0x7b9e 025137 rtn 
+:      025139 frmt_wakeup_low_config:
+0x7b9f 025140 fetcht 1 ,mem_kscan_row_nums 
+0x7ba0 025141 copy temp ,rega 
+0x7ba1 025142 arg 0 ,regb 
+0x7ba2 025143 arg 0 ,temp 
+0x7ba3 025144 storet 8 ,mem_gpio_wakeup_low 
+0x7ba4 025145 arg mem_kscan_row_gpio_pin ,contr 
+0x7ba5 025146 call frmt_wakeup_low_config_loop 
+0x7ba6 025147 set1 3 ,temp 
+0x7ba7 025148 storet 4 ,mem_gpio_wakeup_low 
+0x7ba8 025149 rtn 
+:      025151 frmt_wakeup_low_config_loop:
+0x7ba9 025152 ifetch 1 ,contr 
+0x7baa 025153 iforce queue 
+0x7bab 025154 qset1 temp 
+0x7bac 025156 increase 1 ,regb 
+0x7bad 025157 deposit rega 
+0x7bae 025158 isub regb ,null 
+0x7baf 025159 rtn zero 
+0x7bb0 025160 branch frmt_wakeup_low_config_loop 
+:      025166 frmt_le_send_adv_ind:
+0x7bb1 025168 bpatchx patch2e_1 ,mem_patch2e 
+0x7bb2 025169 fetch 1 ,mem_special_agreemeet_enable 
+0x7bb3 025170 beq 2 ,key_le_send_adv_ind 
+0x7bb4 025171 fetch 1 ,mem_ble_v2_customer_id 
+0x7bb5 025172 nbranch frmt_send_id1_v2 ,blank 
+:      025173 frmt_judge_send_id1_v1:
+0x7bb6 025174 fetch 1 ,mem_special_agreemeet_enable 
+0x7bb7 025175 beq 1 ,frmt_send_id1_v1 
+0x7bb8 025176 fetch 1 ,mem_light_manufacture_id 
+0x7bb9 025177 nbranch frmt_send_id1_v1 ,blank 
+:      025178 frmt_judge_send_id2_v1:
+0x7bba 025179 fetch 1 ,mem_light_manufacture_id2 
+0x7bbb 025180 nbranch frmt_send_id2_v1 ,blank 
+:      025181 frmt_judge_send_id2_v2:
+0x7bbc 025182 fetch 1 ,mem_light_manufacture_id2_v2 
+0x7bbd 025183 nbranch frmt_send_id2_v2 ,blank 
+:      025184 frmt_id_flag_set0:
+0x7bbe 025185 setarg 0 
+0x7bbf 025186 store 1 ,mem_adv_manufacturer_switch_flag 
+0x7bc0 025187 store 1 ,mem_adv_manufacturer_switch_flag1 
+0x7bc1 025188 store 1 ,mem_adv_manufacturer_switch_flag2 
+0x7bc2 025189 store 1 ,mem_adv_manufacturer_switch_flag3 
+0x7bc3 025190 rtn 
+:      025191 frmt_le_send_adv_ind_pdu1:
+0x7bc4 025192 bpatchx patch2e_2 ,mem_patch2e 
+0x7bc5 025194 arg ftd_pdu_len ,loopcnt 
+0x7bc6 025195 arg mem_le_txheader ,contw 
+0x7bc7 025196 arg mem_light_whitening_buffer ,contr 
+0x7bc8 025197 call memcpy_fast 
+0x7bc9 025198 branch le_send_adv_transmit 
+:      025200 frmt_le_send_adv_ind_v2:
+0x7bca 025201 bpatchx patch2e_3 ,mem_patch2e 
+0x7bcb 025202 arg ftd_pdu_len ,loopcnt 
+0x7bcc 025203 arg mem_le_txheader ,contw 
+0x7bcd 025204 arg mem_ble_v2_pdu ,contr 
+0x7bce 025205 call memcpy_fast 
+0x7bcf 025206 branch le_send_adv_transmit 
+:      025208 frmt_le_send_adv_ind_pdu2:
+0x7bd0 025209 bpatchx patch2e_4 ,mem_patch2e 
+0x7bd1 025210 arg ftd_pdu_len ,loopcnt 
+0x7bd2 025211 arg mem_le_txheader ,contw 
+0x7bd3 025212 arg mem_light_whitening_buffer_2 ,contr 
+0x7bd4 025213 call memcpy_fast 
+0x7bd5 025214 branch le_send_adv_transmit 
+:      025216 frmt_le_send_adv_ind_v2_2:
+0x7bd6 025217 bpatchx patch2e_5 ,mem_patch2e 
+0x7bd7 025218 arg ftd_pdu_len ,loopcnt 
+0x7bd8 025219 arg mem_le_txheader ,contw 
+0x7bd9 025220 arg mem_ble_v2_pdu_2 ,contr 
+0x7bda 025221 call memcpy_fast 
+0x7bdb 025222 branch le_send_adv_transmit 
+:      025224 frmt_send_id1_v2:
+0x7bdc 025225 fetch 1 ,mem_adv_manufacturer_switch_flag 
+0x7bdd 025226 beq 3 ,frmt_judge_send_id1_v1 
+0x7bde 025227 pincrease 1 
+0x7bdf 025228 store 1 ,mem_adv_manufacturer_switch_flag 
+0x7be0 025229 branch frmt_le_send_adv_ind_v2 
+:      025231 frmt_send_id1_v1:
+0x7be1 025232 fetch 1 ,mem_adv_manufacturer_switch_flag1 
+0x7be2 025233 beq 3 ,frmt_judge_send_id2_v1 
+0x7be3 025234 pincrease 1 
+0x7be4 025235 store 1 ,mem_adv_manufacturer_switch_flag1 
+0x7be5 025236 fetch 1 ,mem_special_agreemeet_enable 
+0x7be6 025237 beq 1 ,gem_le_send_adv_ind 
+0x7be7 025238 branch frmt_le_send_adv_ind_pdu1 
+:      025240 frmt_send_id2_v1:
+0x7be8 025241 fetch 1 ,mem_adv_manufacturer_switch_flag2 
+0x7be9 025242 beq 3 ,frmt_judge_send_id2_v2 
+0x7bea 025243 pincrease 1 
+0x7beb 025244 store 1 ,mem_adv_manufacturer_switch_flag2 
+0x7bec 025245 branch frmt_le_send_adv_ind_pdu2 
+:      025247 frmt_send_id2_v2:
+0x7bed 025248 fetch 1 ,mem_adv_manufacturer_switch_flag3 
+0x7bee 025249 beq 3 ,frmt_id_flag_set0 
+0x7bef 025250 pincrease 1 
+0x7bf0 025251 store 1 ,mem_adv_manufacturer_switch_flag3 
+0x7bf1 025252 branch frmt_le_send_adv_ind_v2_2 
+:      025254 gem_le_send_adv_ind:
+0x7bf2 025255 arg gem_pdu_len ,loopcnt 
+0x7bf3 025256 arg mem_le_txheader ,contw 
+0x7bf4 025257 arg mem_light_whitening_buffer ,contr 
+0x7bf5 025258 call memcpy_fast 
+0x7bf6 025259 branch le_send_adv_transmit 
+:      025261 key_le_send_adv_ind:
+0x7bf7 025263 fetch 1 ,mem_adv_cnts 
+0x7bf8 025264 pincrease 1 
+0x7bf9 025265 store 1 ,mem_adv_cnts 
+0x7bfa 025266 sub pdata ,3 ,null 
+0x7bfb 025267 branch frmt_le_send_adv_ind_v2 ,positive 
+0x7bfc 025268 sub pdata ,6 ,null 
+0x7bfd 025269 branch key_le_send_adv_ind_ky1 ,positive 
+0x7bfe 025270 sub pdata ,9 ,null 
+0x7bff 025271 branch key_le_send_adv_ind_ky ,positive 
+0x7c00 025272 setarg 0 
+0x7c01 025273 store 1 ,mem_adv_cnts 
+0x7c02 025274 branch frmt_le_send_adv_ind_v2 
+:      025276 key_le_send_adv_ind_ky1:
+0x7c03 025277 arg key_pdu_len ,loopcnt 
+0x7c04 025278 arg mem_le_txheader ,contw 
+0x7c05 025279 arg mem_light_jym_tx_temp ,contr 
+0x7c06 025280 call memcpy_fast 
+0x7c07 025281 branch le_send_adv_transmit 
+:      025282 key_le_send_adv_ind_ky:
+0x7c08 025283 arg key_pdu_len ,loopcnt 
+0x7c09 025284 arg mem_le_txheader ,contw 
+0x7c0a 025285 arg mem_light_whitening_buffer ,contr 
+0x7c0b 025286 call memcpy_fast 
+0x7c0c 025287 branch le_send_adv_transmit 
+:      025291 frmt_le_next_adv_channel:
+0x7c0d 025292 fetch 1 ,mem_channel_num 
+0x7c0e 025293 call frmt_channel_num_init ,blank 
+0x7c0f 025295 fetch 1 ,mem_channel_num 
+0x7c10 025296 isolate1 0 ,pdata 
+0x7c11 025297 branch frmt_le_next_adv_channel_37 ,true 
+0x7c12 025299 fetch 1 ,mem_channel_num 
+0x7c13 025300 isolate1 1 ,pdata 
+0x7c14 025301 branch frmt_le_next_adv_channel_38 ,true 
+0x7c15 025303 fetch 1 ,mem_channel_num 
+0x7c16 025304 isolate1 2 ,pdata 
+0x7c17 025305 branch frmt_le_next_adv_channel_39 ,true 
+0x7c18 025306 rtn 
+:      025308 frmt_channel_num_init:
+0x7c19 025309 fetch 1 ,mem_channel_enable 
+0x7c1a 025310 store 1 ,mem_channel_num 
+0x7c1b 025311 rtn 
+:      025314 frmt_le_next_adv_channel_37:
+0x7c1c 025315 fetch 1 ,mem_channel_num 
+0x7c1d 025316 set0 0 ,pdata 
+0x7c1e 025317 store 1 ,mem_channel_num 
+0x7c1f 025318 fetcht 1 ,mem_le_adv_channel_map 
+0x7c20 025319 set1 bit_adv_channel_map_37 ,temp 
+0x7c21 025320 storet 1 ,mem_le_adv_channel_map 
+0x7c22 025321 jam 37 ,mem_le_ch_mapped 
+0x7c23 025322 branch le_next_adv_channel + 1 
+:      025324 frmt_le_next_adv_channel_38:
+0x7c24 025325 fetch 1 ,mem_channel_num 
+0x7c25 025326 set0 1 ,pdata 
+0x7c26 025327 store 1 ,mem_channel_num 
+0x7c27 025328 fetcht 1 ,mem_le_adv_channel_map 
+0x7c28 025329 set1 bit_adv_channel_map_38 ,temp 
+0x7c29 025330 storet 1 ,mem_le_adv_channel_map 
+0x7c2a 025331 jam 38 ,mem_le_ch_mapped 
+0x7c2b 025332 branch le_next_adv_channel + 1 
+:      025334 frmt_le_next_adv_channel_39:
+0x7c2c 025335 fetch 1 ,mem_channel_num 
+0x7c2d 025336 set0 2 ,pdata 
+0x7c2e 025337 store 1 ,mem_channel_num 
+0x7c2f 025338 fetcht 1 ,mem_le_adv_channel_map 
+0x7c30 025339 set1 bit_adv_channel_map_39 ,temp 
+0x7c31 025340 storet 1 ,mem_le_adv_channel_map 
+0x7c32 025341 jam 39 ,mem_le_ch_mapped 
+0x7c33 025342 branch le_next_adv_channel + 1 
+:      025347 frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press:
+0x7c34 025348 call frmt_light_set_pdu_common_short_press 
+0x7c35 025349 branch frmt_adv_rear_6bytes_and_whitening 
+:      025351 frmt_light_set_pdu_common_short_press:
+0x7c36 025352 call frmt_light_flag_set_short_press 
+:      025353 frmt_light_set_pdu_packet_num_and_addr:
+0x7c37 025354 fetch 1 ,mem_ftd_adv_raw_packet_num 
+0x7c38 025355 pincrease 1 
+0x7c39 025356 store 1 ,mem_ftd_adv_raw_packet_num 
+0x7c3a 025358 fetch 1 ,mem_ble_v2_maintype 
+0x7c3b 025359 sub pdata ,3 ,null 
+0x7c3c 025360 call frmt_fan_lamp ,zero 
+0x7c3d 025361 fetch 1 ,mem_ble_v2_maintype 
+0x7c3e 025362 sub pdata ,5 ,null 
+0x7c3f 025363 call frmt_solar_lamp ,zero 
+0x7c40 025364 branch frmt_light_groups_address_set 
+:      025366 frmt_fan_lamp:
+0x7c41 025367 jam 0x83 ,mem_ftd_adv_raw_data + 2 
+0x7c42 025368 rtn 
+:      025369 frmt_solar_lamp:
+0x7c43 025370 jam 0x88 ,mem_ftd_adv_raw_data + 2 
+0x7c44 025371 rtn 
+:      025373 frmt_light_flag_set_short_press:
+0x7c45 025375 bpatchx patch2e_6 ,mem_patch2e 
+0x7c46 025376 jam 1 ,mem_le_adv_enable 
+0x7c47 025377 jam key_press_led_on_time ,mem_indicator_led_turn_on_timeout 
+0x7c48 025378 jam 1 ,mem_indicator_turn_on_enable 
+0x7c49 025379 fetch 2 ,mem_light_adv_time 
+0x7c4a 025380 store 2 ,mem_ble_light_adv_timeout 
+0x7c4b 025381 pincrease 1 
+0x7c4c 025382 store 2 ,mem_light_lpm_enable_timeout 
+0x7c4d 025383 rtn 
+:      025384 frmt_light_groups_address_set:
+0x7c4e 025385 fetch 1 ,mem_ftd_adv_raw_device_add_temp + 1 
+0x7c4f 025386 arg 0xf0 ,temp 
+0x7c50 025387 iand temp ,pdata 
+0x7c51 025388 fetcht 1 ,mem_groups_num 
+0x7c52 025389 iadd temp ,pdata 
+0x7c53 025390 store 1 ,mem_ftd_adv_raw_device_add_temp + 1 
+0x7c54 025391 fetch 2 ,mem_ftd_adv_raw_device_add_temp 
+0x7c55 025392 store 2 ,mem_ftd_adv_raw_device_add 
+0x7c56 025393 rtn 
+:      025398 frmt_adv_rear_6bytes_and_whitening:
+0x7c57 025400 fetch 1 ,mem_light_manufacture_id 
+0x7c58 025401 ncall frmt_adv_rear_6bytes_and_whitening_pdu2 ,blank 
+0x7c59 025403 fetch 1 ,mem_ftd_adv_raw 
+0x7c5a 025404 sub pdata ,light_cmd_pairing_code ,null 
+0x7c5b 025405 call frmt_light_pdu1_manufacturer_id_set ,zero 
+0x7c5c 025407 call frmt_adv_rear_6bytes 
+0x7c5d 025408 arg mem_adv_packet_payload ,contw 
+0x7c5e 025409 arg mem_ftd_adv_raw ,contr 
+0x7c5f 025410 arg 14 ,loopcnt 
+0x7c60 025411 call memcpy_fast 
+0x7c61 025413 arg ftd_pdu_len ,loopcnt 
+0x7c62 025414 arg mem_adv_packet ,contr 
+0x7c63 025415 arg mem_light_whitening_buffer ,contw 
+0x7c64 025416 call memcpy_fast 
+0x7c65 025418 jam ftd_pdu_len ,mem_light_recvd_len 
+0x7c66 025420 jam 83 ,mem_light_whitening_i 
+0x7c67 025422 call frmt_light_reverse_and_ble_whitening 
+0x7c68 025424 fetch 1 ,mem_light_manufacture_id 
+0x7c69 025425 store 1 ,mem_light_whitening_buffer + 10 
+0x7c6a 025426 bpatchx patch2e_7 ,mem_patch2e 
+0x7c6b 025427 rtn 
+:      025429 frmt_light_pdu1_manufacturer_id_set:
+0x7c6c 025430 fetch 1 ,mem_light_manufacture_id 
+0x7c6d 025431 store 1 ,mem_ftd_adv_raw_reserved 
+0x7c6e 025432 rtn 
+:      025434 frmt_adv_rear_6bytes_and_whitening_pdu2:
+0x7c6f 025435 fetch 1 ,mem_ftd_adv_raw 
+0x7c70 025436 sub pdata ,light_cmd_pairing_code ,null 
+0x7c71 025437 call frmt_light_pdu2_manufacturer_id_set ,zero 
+0x7c72 025439 call frmt_adv_rear_6bytes 
+0x7c73 025440 arg mem_adv_packet_payload ,contw 
+0x7c74 025441 arg mem_ftd_adv_raw ,contr 
+0x7c75 025442 arg 14 ,loopcnt 
+0x7c76 025443 call memcpy_fast 
+0x7c77 025445 arg ftd_pdu_len ,loopcnt 
+0x7c78 025446 arg mem_adv_packet ,contr 
+0x7c79 025447 arg mem_light_whitening_buffer ,contw 
+0x7c7a 025448 call memcpy_fast 
+0x7c7b 025450 jam ftd_pdu_len ,mem_light_recvd_len 
+0x7c7c 025451 jam 83 ,mem_light_whitening_i 
+0x7c7d 025452 call frmt_light_reverse_and_ble_whitening 
+0x7c7e 025454 arg ftd_pdu_len ,loopcnt 
+0x7c7f 025455 arg mem_light_whitening_buffer ,contr 
+0x7c80 025456 arg mem_light_whitening_buffer_2 ,contw 
+0x7c81 025457 call memcpy_fast 
+0x7c82 025459 fetch 1 ,mem_light_manufacture_id2 
+0x7c83 025460 store 1 ,mem_light_whitening_buffer_2 + 10 
+0x7c84 025462 rtn 
+:      025463 frmt_light_pdu2_manufacturer_id_set:
+0x7c85 025464 fetch 1 ,mem_light_manufacture_id2 
+0x7c86 025465 store 1 ,mem_ftd_adv_raw_reserved 
+0x7c87 025466 rtn 
+:      025478 frmt_adv_rear_6bytes:
+0x7c88 025479 jam 1 ,mem_ftd_adv_raw + 8 
+0x7c89 025481 jam 0 ,mem_ftd_adv_raw + 9 
+0x7c8a 025482 random pdata 
+0x7c8b 025483 rshift8 pdata ,temp 
+0x7c8c 025484 storet 1 ,mem_ftd_adv_raw + 10 
+0x7c8d 025485 store 1 ,mem_ftd_adv_raw + 11 
+0x7c8e 025486 invert pdata ,pdata 
+0x7c8f 025487 store 2 ,mem_adv_crc_false_initvalue 
+0x7c90 025488 fetch 1 ,mem_ftd_adv_raw + 11 
+0x7c91 025489 fetcht 1 ,mem_ftd_adv_raw + 8 
+0x7c92 025490 ixor temp ,pdata 
+0x7c93 025491 store 1 ,mem_ftd_adv_raw + 8 
+0x7c94 025492 fetcht 1 ,mem_ftd_adv_raw + 9 
+0x7c95 025493 ixor temp ,pdata 
+0x7c96 025494 store 1 ,mem_ftd_adv_raw + 9 
+:      025496 frmt_crc16_ccitt_false_ftd:
+0x7c97 025497 arg mem_ftd_adv_raw ,regc 
+0x7c98 025499 arg 0x0c ,loopcnt 
+0x7c99 025500 fetch 1 ,mem_special_agreemeet_enable 
+0x7c9a 025501 sub pdata ,2 ,null 
+0x7c9b 025502 call key_crc16_ccitt_false1 ,zero 
+0x7c9c 025503 ncall frmt_crc16_ccitt_false ,zero 
+0x7c9d 025505 fetch 2 ,mem_adv_crc_false_initvalue 
+0x7c9e 025506 arg 0xff00 ,rega 
+0x7c9f 025507 iand rega ,temp 
+0x7ca0 025508 rshift8 temp ,temp 
+0x7ca1 025509 storet 1 ,mem_ftd_adv_raw + 12 
+0x7ca2 025510 fetch 1 ,mem_adv_crc_false_initvalue 
+0x7ca3 025511 store 1 ,mem_ftd_adv_raw + 13 
+0x7ca4 025513 rtn 
+:      025518 frmt_crc16_ccitt_false:
+0x7ca5 025519 ifetcht 1 ,regc 
+0x7ca6 025520 lshift8 temp ,temp 
+0x7ca7 025521 fetch 2 ,mem_adv_crc_false_initvalue 
+0x7ca8 025522 ixor temp ,temp 
+0x7ca9 025523 arg 0x0 ,queue 
+0x7caa 025524 call frmt_crc16_deal_next_8bits 
+0x7cab 025525 storet 2 ,mem_adv_crc_false_initvalue 
+0x7cac 025526 increase 1 ,regc 
+0x7cad 025527 loop frmt_crc16_ccitt_false 
+0x7cae 025528 rtn 
+:      025530 frmt_crc16_deal_next_8bits:
+0x7caf 025531 copy temp ,pdata 
+0x7cb0 025532 rshift8 pdata ,rega 
+0x7cb1 025533 rshift4 rega ,rega 
+0x7cb2 025534 rshift3 rega ,rega 
+0x7cb3 025535 lshift pdata ,temp 
+0x7cb4 025536 copy rega ,pdata 
+0x7cb5 025537 ncall frmt_crc16_xor_ploy ,blank 
+0x7cb6 025538 increase 1 ,queue 
+0x7cb7 025539 copy queue ,pdata 
+0x7cb8 025540 bne 0x08 ,frmt_crc16_deal_next_8bits 
+0x7cb9 025541 rtn 
+:      025543 frmt_crc16_xor_ploy:
+0x7cba 025544 fetch 2 ,mem_crc16_polynomial 
+0x7cbb 025545 copy pdata ,rega 
+0x7cbc 025546 copy temp ,pdata 
+0x7cbd 025547 ixor rega ,pdata 
+0x7cbe 025548 arg 0xffff ,rega 
+0x7cbf 025549 iand rega ,temp 
+0x7cc0 025550 rtn 
+:      025553 key_crc16_ccitt_false1:
+0x7cc1 025554 fetch 2 ,mem_adv_crc_false_initvalue 
+:      025556 key_crc16_ccitt_false_loop:
+0x7cc2 025557 ifetcht 1 ,regc 
+0x7cc3 025558 increase 1 ,regc 
+0x7cc4 025559 reverse temp ,temp 
+0x7cc5 025560 lshift8 temp ,temp 
+0x7cc6 025561 ixor temp ,pdata 
+:      025563 key_crc16_for_byte:
+0x7cc7 025564 copy loopcnt ,regb 
+0x7cc8 025565 arg 8 ,loopcnt 
+:      025566 key_crc16_for_byte_loop:
+0x7cc9 025567 isolate1 15 ,pdata 
+0x7cca 025568 lshift pdata ,pdata 
+0x7ccb 025569 nbranch key_crc16_for_byte_continue ,true 
+0x7ccc 025570 fetcht 2 ,mem_crc16_polynomial 
+0x7ccd 025571 ixor temp ,pdata 
+:      025572 key_crc16_for_byte_continue:
+0x7cce 025573 loop key_crc16_for_byte_loop 
+0x7ccf 025574 copy regb ,loopcnt 
+0x7cd0 025576 loop key_crc16_ccitt_false_loop 
+0x7cd1 025577 store 2 ,mem_adv_crc_false_initvalue 
+0x7cd2 025578 fetcht 1 ,mem_adv_crc_false_initvalue 
+0x7cd3 025579 reverse temp ,temp 
+0x7cd4 025580 fetch 1 ,mem_adv_crc_false_initvalue + 1 
+0x7cd5 025581 reverse pdata ,pdata 
+0x7cd6 025582 storet 1 ,mem_adv_crc_false_initvalue + 1 
+0x7cd7 025583 store 1 ,mem_adv_crc_false_initvalue 
+0x7cd8 025584 rtn 
+:      025590 frmt_light_ble_whitening_and_reverse:
+0x7cd9 025591 call frmt_light_ble_whitening 
+0x7cda 025592 branch frmt_fml_whitening_buffer_bytes_reverse 
+:      025595 frmt_light_reverse_and_ble_whitening:
+0x7cdb 025596 call frmt_fml_whitening_buffer_bytes_reverse 
+0x7cdc 025597 branch frmt_light_ble_whitening 
+:      025697 frmt_fml_whitening_buffer_bytes_reverse:
+0x7cdd 025698 arg mem_light_whitening_buffer ,contr 
+0x7cde 025699 arg mem_light_whitening_buffer ,contw 
+0x7cdf 025700 arg ftd_pdu_len ,loopcnt 
+0x7ce0 025701 branch frmt_fml_bytes_reverse_loop 
+:      025703 frmt_light_ble_whitening:
+0x7ce1 025704 arg ftd_pdu_len ,loopcnt 
+0x7ce2 025705 arg mem_light_whitening_buffer ,regc 
+0x7ce3 025706 arg 83 ,regb 
+0x7ce4 025707 fetch 1 ,mem_special_agreemeet_enable 
+0x7ce5 025708 sub pdata ,2 ,null 
+0x7ce6 025709 call key_whitening_i_get ,zero 
+0x7ce7 025710 branch frmt_ble_whitening 
+:      025712 frmt_fml_bytes_reverse_loop:
+0x7ce8 025713 ifetch 1 ,contr 
+0x7ce9 025714 reverse pdata ,pdata 
+0x7cea 025715 istore 1 ,contw 
+0x7ceb 025716 loop frmt_fml_bytes_reverse_loop 
+0x7cec 025717 rtn 
+:      025718 frmt_ble_whitening:
+:      025720 frmt_ble_whitening_loop:
+0x7ced 025721 call frmt_ble_whitening_byte 
+0x7cee 025722 increase 1 ,regc 
+0x7cef 025723 loop frmt_ble_whitening_loop 
+0x7cf0 025724 rtn 
+:      025725 frmt_ble_whitening_byte:
+0x7cf1 025726 arg 1 ,rega 
+:      025727 frmt_ble_whitening_byte_loop:
+0x7cf2 025728 lshift regb ,regb 
+0x7cf3 025729 isolate1 7 ,regb 
+0x7cf4 025730 call frmt_ble_whitening_byte_xor ,true 
+0x7cf5 025731 lshift rega ,rega 
+0x7cf6 025732 deposit rega 
+0x7cf7 025733 rtnbit1 8 
+0x7cf8 025734 branch frmt_ble_whitening_byte_loop 
+:      025736 frmt_ble_whitening_byte_xor:
+0x7cf9 025737 ifetch 1 ,regc 
+0x7cfa 025738 ixor rega ,pdata 
+0x7cfb 025739 istore 1 ,regc 
+0x7cfc 025740 xor regb ,0x11 ,regb 
+0x7cfd 025741 rtn 
+:      025747 frmt_apl_cb_event_timer:
+0x7cfe 025748 bpatchx patch2f_0 ,mem_patch2f 
+0x7cff 025749 fetch 1 ,mem_special_agreemeet_enable 
+0x7d00 025750 sub pdata ,1 ,null 
+0x7d01 025751 call p_light_gem_long_press_cnt_timer ,zero 
+0x7d02 025752 call frmt_light_reset_continuous_kps_cnt_timer 
+0x7d03 025753 call frmt_light_kscan_analysis_interval_timer 
+0x7d04 025754 call frmt_light_le_adv_timer 
+0x7d05 025755 call frmt_light_long_press_timer 
+0x7d06 025756 call frmt_light_long_press_adv_timer 
+0x7d07 025757 call frmt_light_indicator_led_timer 
+0x7d08 025758 call frmt_light_enter_lpm_timer 
+0x7d09 025759 branch frmt_light_color_and_lightness_long_press_timer 
+:      025761 frmt_light_kscan_analysis_interval_timer:
+0x7d0a 025762 arg mem_kscan_analysis_interval_timeout ,regc 
+0x7d0b 025763 arg frmt_light_kscan_analysis_interval_timeout ,regb 
+0x7d0c 025764 branch timer_single_step_2b 
+:      025765 frmt_light_kscan_analysis_interval_timeout:
+0x7d0d 025766 rtn 
+:      025768 frmt_light_le_adv_timer:
+0x7d0e 025769 arg mem_ble_light_adv_timeout ,regc 
+0x7d0f 025770 arg frmt_light_le_adv_time_timeout ,regb 
+0x7d10 025771 branch timer_single_step_2b 
+:      025772 frmt_light_le_adv_time_timeout:
+0x7d11 025774 jam 0 ,mem_le_adv_enable 
+0x7d12 025775 rtn 
+:      025777 frmt_light_long_press_adv_timer:
+0x7d13 025778 arg mem_long_press_adv_timeout ,regc 
+0x7d14 025779 arg frmt_light_long_press_adv_timeout ,regb 
+0x7d15 025780 branch timer_single_step_2b 
+:      025781 frmt_light_long_press_adv_timeout:
+0x7d16 025782 rtn 
+:      025784 frmt_light_indicator_led_timer:
+0x7d17 025785 arg mem_indicator_led_turn_on_timeout ,regc 
+0x7d18 025786 arg frmt_light_indicator_led_timer_timeout ,regb 
+0x7d19 025787 branch timer_single_step_2b 
+:      025789 frmt_light_indicator_led_timer_timeout:
+0x7d1a 025790 jam 0 ,mem_indicator_turn_on_enable 
+0x7d1b 025791 rtn 
+:      025793 frmt_light_enter_lpm_timer:
+0x7d1c 025794 arg mem_light_lpm_enable_timeout ,regc 
+0x7d1d 025795 arg frmt_light_enter_lpm_timeout ,regb 
+0x7d1e 025796 branch timer_single_step_2b 
+:      025797 frmt_light_enter_lpm_timeout:
+0x7d1f 025798 rtn 
+:      025800 frmt_light_color_and_lightness_long_press_timer:
+0x7d20 025801 arg mem_light_short_keypress_timeout ,regc 
+0x7d21 025802 arg frmt_light_color_and_lightness_long_press_timeout ,regb 
+0x7d22 025803 branch timer_single_step_2b 
+:      025804 frmt_light_color_and_lightness_long_press_timeout:
+0x7d23 025805 jam 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+0x7d24 025806 rtn 
+:      025808 frmt_light_long_press_timer:
+0x7d25 025809 arg mem_long_press_timeout ,regc 
+0x7d26 025810 arg p_light_long_press_timeout_cb ,regb 
+0x7d27 025811 branch timer_single_step_2b 
+:      025813 frmt_light_reset_continuous_kps_cnt_timer:
+0x7d28 025814 arg mem_light_continuous_kps_cnt_reset_timeout ,regc 
+0x7d29 025815 arg p_light_reset_continuous_kps_cnt_timeout_cb ,regb 
+0x7d2a 025816 branch timer_single_step_2b 
+:      025818 p_light_long_press_timeout_cb:
+0x7d2b 025819 fetch 2 ,mem_rmt_long_press_cb 
+0x7d2c 025820 branch callback_func 
+:      025822 p_light_reset_continuous_kps_cnt_timeout_cb:
+0x7d2d 025823 fetch 2 ,mem_rmt_continuous_keydown_cb 
+0x7d2e 025824 branch callback_func 
+:      025827 frmt_light_set_continuous_kps_cnt_reset_timeout:
+0x7d2f 025828 fetch 2 ,mem_rmt_continuous_kps_time 
+0x7d30 025829 store 2 ,mem_light_continuous_kps_cnt_reset_timeout 
+0x7d31 025830 rtn 
+:      025832 p_light_gem_long_press_cnt_timer:
+0x7d32 025833 arg mem_gem_cnt_inces_timeout ,regc 
+0x7d33 025834 arg p_light_gem_long_press_cnt_timeout ,regb 
+0x7d34 025835 branch timer_single_step_2b 
+:      025836 p_light_gem_long_press_cnt_timeout:
+0x7d35 025837 fetch 2 ,mem_long_press_timeout 
+0x7d36 025838 rtn blank 
+0x7d37 025839 jam 1 ,mem_gem_long_cnt_enable 
+0x7d38 025840 rtn 
+:      025846 fan_idle_process:
+0x7d39 025847 bpatchx patch2a_7 ,mem_patch2a 
+0x7d3a 025848 branch fan_le_scan_process 
+:      025850 fan_apl_event_timer:
+0x7d3b 025851 rtn 
+:      025854 fan_le_scan_process:
+0x7d3c 025855 bpatchx patch2b_0 ,mem_patch2b 
+0x7d3d 025856 call le_enable 
+0x7d3e 025857 disable master 
+0x7d3f 025858 call le_init_adv 
+0x7d40 025859 call p_le_wait_adv 
+0x7d41 025860 nrtn match 
+0x7d42 025861 fetch 1 ,mem_le_adv_rcv 
+0x7d43 025862 increase 1 ,pdata 
+0x7d44 025863 store 1 ,mem_le_adv_rcv 
+0x7d45 025864 branch fan_apl_ble_rx_v1_or_v2 
+:      025866 p_le_wait_adv:
+0x7d46 025867 call p_le_next_scan_chanel 
+0x7d47 025868 branch le_receive_adv 
+:      025870 p_le_next_scan_chanel:
+0x7d48 025871 fetch 1 ,mem_ble_ch_mapped 
+0x7d49 025872 store 1 ,mem_le_ch_mapped 
+0x7d4a 025873 rtn 
+:      025878 fan_apl_pair:
+0x7d4b 025879 setarg fan_433_pairing 
+0x7d4c 025880 branch fan_fml_fet_ctl 
+:      025882 fan_apl_light_on_and_off:
+0x7d4d 025883 setarg fan_433_lamp_on_and_off 
+0x7d4e 025884 branch fan_fml_fet_ctl 
+:      025886 fan_apl_is_yc_remoter:
+0x7d4f 025887 fetch 6 ,mem_recv_addr 
+0x7d50 025888 fetcht 6 ,mem_yc_fan_ble_addr 
+0x7d51 025889 isub temp ,null 
+0x7d52 025890 rtn 
+:      025892 fan_apl_light_on:
+0x7d53 025893 fetch 1 ,mem_fan_yc_identify_flag 
+0x7d54 025894 branch fan_apl_light_on_only ,blank 
+0x7d55 025895 fetch 1 ,mem_light_device_flag 
+0x7d56 025896 beq 1 ,fan_apl_light_on_only 
+0x7d57 025897 fetch 1 ,mem_manufacture_id_temp 
+0x7d58 025898 beq 0x50 ,fan_apl_light_on_only 
+0x7d59 025900 call fan_apl_is_yc_remoter 
+0x7d5a 025901 branch fan_apl_light_on_and_off ,zero 
+:      025902 fan_apl_light_on_only:
+0x7d5b 025903 setarg fan_433_lamp_on_only 
+0x7d5c 025904 branch fan_fml_fet_ctl 
+:      025906 fan_apl_light_off:
+0x7d5d 025907 fetch 1 ,mem_fan_yc_identify_flag 
+0x7d5e 025908 branch fan_apl_light_off_only ,blank 
+0x7d5f 025909 fetch 1 ,mem_light_device_flag 
+0x7d60 025910 beq 1 ,fan_apl_light_off_only 
+0x7d61 025911 fetch 1 ,mem_manufacture_id_temp 
+0x7d62 025912 beq 0x50 ,fan_apl_light_off_only 
+0x7d63 025914 call fan_apl_is_yc_remoter 
+0x7d64 025915 branch fan_apl_light_on_and_off ,zero 
+:      025916 fan_apl_light_off_only:
+0x7d65 025917 setarg fan_433_lamp_off_only 
+0x7d66 025918 branch fan_fml_fet_ctl 
+:      025920 fan_apl_master_off:
+0x7d67 025921 setarg fan_433_master_on_and_off 
+0x7d68 025922 branch fan_fml_fet_ctl 
+:      025924 fan_apl_light_color_switch:
+0x7d69 025925 fetch 1 ,mem_ble_parameter_para + 1 
+0x7d6a 025926 rtnne light_cmd_ftd_color_swtich_reserved 
+0x7d6b 025927 setarg fan_433_color_switch 
+0x7d6c 025928 branch fan_fml_fet_ctl 
+:      025931 fan_apl_speed_30:
+0x7d6d 025932 fetch 2 ,mem_ble_parameter_para + 1 
+0x7d6e 025933 nbranch fan_apl_speed_opcode_30_incse ,blank 
+:      025934 fan_apl_speed_opcode_30_decse:
+0x7d6f 025935 setarg fan_433_fan_speed_dec 
+0x7d70 025936 branch fan_fml_fet_ctl 
+:      025937 fan_apl_speed_opcode_30_incse:
+0x7d71 025938 setarg fan_433_fan_speed_inc 
+0x7d72 025939 branch fan_fml_fet_ctl 
+:      025942 fan_apl_speed_31_v1:
+0x7d73 025943 fetch 1 ,mem_ble_parameter_para + 2 
+0x7d74 025944 beq fan_speed_flag_off ,fan_apl_speed_32_to_0_and_deflector_off 
+0x7d75 025945 beq fan_speed_flag_low ,fan_apl_speed_32_to_1 
+0x7d76 025946 beq fan_speed_flag_middle ,fan_apl_speed_32_to_3 
+0x7d77 025947 beq fan_speed_flag_high ,fan_apl_speed_32_to_5 
+0x7d78 025948 rtn 
+:      025950 fan_apl_speed_31_v2:
+0x7d79 025951 fetch 1 ,mem_ble_parameter_para + 1 
+0x7d7a 025952 beq 0x20 ,fan_apl_speed_32 
+0x7d7b 025953 branch fan_apl_speed_31_v1 
+:      025956 fan_apl_speed_32:
+0x7d7c 025957 fetch 1 ,mem_ble_parameter_para + 2 
+0x7d7d 025958 beq fan_speed_flag_off ,fan_apl_speed_32_to_0_and_deflector_off 
+0x7d7e 025959 beq 1 ,fan_apl_speed_32_to_1 
+0x7d7f 025960 beq 2 ,fan_apl_speed_32_to_2 
+0x7d80 025961 beq 3 ,fan_apl_speed_32_to_3 
+0x7d81 025962 beq 4 ,fan_apl_speed_32_to_4 
+0x7d82 025963 beq 5 ,fan_apl_speed_32_to_5 
+0x7d83 025964 beq 6 ,fan_apl_speed_32_to_6 
+0x7d84 025965 rtn 
+:      025967 fan_apl_speed_32_to_0_and_deflector_off:
+:      025968 fan_apl_speed_32_to_0:
+0x7d85 025969 setarg fan_433_tap_posotion_0 
+0x7d86 025970 branch fan_fml_fet_ctl 
+:      025972 fan_apl_speed_32_to_1:
+0x7d87 025973 setarg fan_433_tap_posotion_1 
+0x7d88 025974 branch fan_fml_fet_ctl 
+:      025976 fan_apl_speed_32_to_2:
+0x7d89 025977 setarg fan_433_tap_posotion_2 
+0x7d8a 025978 branch fan_fml_fet_ctl 
+:      025980 fan_apl_speed_32_to_3:
+0x7d8b 025981 setarg fan_433_tap_posotion_3 
+0x7d8c 025982 branch fan_fml_fet_ctl 
+:      025984 fan_apl_speed_32_to_4:
+0x7d8d 025985 setarg fan_433_tap_posotion_4 
+0x7d8e 025986 branch fan_fml_fet_ctl 
+:      025988 fan_apl_speed_32_to_5:
+0x7d8f 025989 setarg fan_433_tap_posotion_5 
+0x7d90 025990 branch fan_fml_fet_ctl 
+:      025992 fan_apl_speed_32_to_6:
+0x7d91 025993 setarg fan_433_tap_posotion_6 
+0x7d92 025994 branch fan_fml_fet_ctl 
+:      025997 fan_apl_wind_direction:
+0x7d93 025998 fetch 1 ,mem_ble_parameter_para + 1 
+0x7d94 025999 branch fan_fml_wind_direction_forward_433 ,blank 
+:      026000 fan_fml_wind_direction_reverse_433:
+0x7d95 026001 setarg fan_433_turning_reverse 
+0x7d96 026002 branch fan_fml_fet_ctl 
+:      026003 fan_fml_wind_direction_forward_433:
+0x7d97 026004 setarg fan_433_turniing_forward 
+0x7d98 026005 branch fan_fml_fet_ctl 
+:      026007 fan_apl_wind_direction_on_and_off:
+0x7d99 026008 setarg fan_433_wind_reverse 
+0x7d9a 026009 branch fan_fml_fet_ctl 
+:      026011 fan_apl_deflector_ctl_on_and_off:
+0x7d9b 026012 setarg fan_433_deflector_on_and_off 
+0x7d9c 026013 branch fan_fml_fet_ctl 
+:      026015 fan_apl_deflector_ctl:
+0x7d9d 026016 fetch 1 ,mem_ble_parameter_para + 1 
+0x7d9e 026017 branch fan_apl_deflector_off ,blank 
+:      026018 fan_apl_deflector_on:
+0x7d9f 026019 setarg fan_433_deflector_on 
+0x7da0 026020 branch fan_fml_fet_ctl 
+:      026021 fan_apl_deflector_off:
+0x7da1 026022 setarg fan_433_deflector_off 
+0x7da2 026023 branch fan_fml_fet_ctl 
+:      026025 fan_apl_mode:
+0x7da3 026026 bpatchx patch2b_1 ,mem_patch2b 
+0x7da4 026027 fetch 1 ,mem_ble_parameter_para + 1 
+0x7da5 026029 beq ble_para_sleep_mode ,fan_fml_mode_sleep_wind 
+0x7da6 026030 beq ble_para_natural_mode ,fan_apl_mode_natural_wind 
+0x7da7 026031 rtn 
+:      026033 fan_fml_mode_sleep_wind:
+0x7da8 026034 setarg fan_433_sleep_wind 
+0x7da9 026035 branch fan_fml_fet_ctl 
+:      026037 fan_apl_mode_natural_wind:
+0x7daa 026038 setarg fan_433_natural_wind 
+0x7dab 026039 branch fan_fml_fet_ctl 
+:      026042 fan_apl_timing_to_off:
+0x7dac 026043 fetch 2 ,mem_ble_parameter_para + 1 
+0x7dad 026044 beq fan_ble_cmd_timing_to_off_8hour_v1 ,fan_fml_timing_to_off_8hour 
+:      026045 fan_apl_timing_to_off_v2:
+0x7dae 026046 bpatchx patch2b_2 ,mem_patch2b 
+0x7daf 026047 fetch 2 ,mem_ble_parameter_para + 1 
+0x7db0 026048 beq fan_ble_cmd_timing_to_off_8hour ,fan_fml_timing_to_off_8hour 
+0x7db1 026049 beq fan_ble_cmd_timing_to_off_1hour ,fan_fml_timing_to_off_1hour 
+0x7db2 026050 beq fan_ble_cmd_timing_to_off_2hour ,fan_fml_timing_to_off_2hour 
+0x7db3 026051 beq fan_ble_cmd_timing_to_off_4hour ,fan_fml_timing_to_off_4hour 
+0x7db4 026052 rtn 
+:      026053 fan_fml_timing_to_off_1hour:
+0x7db5 026054 setarg fan_433_timing_to_off_1hour 
+0x7db6 026055 branch fan_fml_fet_ctl 
+:      026056 fan_fml_timing_to_off_2hour:
+0x7db7 026057 setarg fan_433_timing_to_off_2hour 
+0x7db8 026058 branch fan_fml_fet_ctl 
+:      026059 fan_fml_timing_to_off_4hour:
+0x7db9 026060 setarg fan_433_timing_to_off_4hour 
+0x7dba 026061 branch fan_fml_fet_ctl 
+:      026062 fan_fml_timing_to_off_8hour:
+0x7dbb 026063 setarg fan_433_timing_to_off_8hour 
+0x7dbc 026064 branch fan_fml_fet_ctl 
+:      026071 fan_init:
+0x7dbd 026072 setarg fan_idle_process 
+0x7dbe 026073 store 2 ,mem_cb_idle_process 
+0x7dbf 026074 setarg fan_apl_cb_event_timer 
+0x7dc0 026075 store 2 ,mem_cb_event_timer 
+0x7dc1 026076 branch fan_fml_tx_low_level_init 
+:      026084 fan_apl_ble_rx_v1_or_v2:
+0x7dc2 026085 fetch 1 ,mem_fan_protocol_select_flag 
+0x7dc3 026086 beq 0 ,fan_apl_ble_rx_packet 
+0x7dc4 026088 fetch 2 ,mem_ble_v2_decoder 
+0x7dc5 026089 call callback_func 
+0x7dc6 026091 branch fan_apl_ble_rx_packet_v2_cb ,user 
+0x7dc7 026092 rtn 
+:      026094 fan_apl_ble_rx_packet:
+0x7dc8 026096 fetch 1 ,mem_le_rxbuf + 11 
+0x7dc9 026097 beq remoter_marker ,fan_apl_ble_rx_packet_is_remoter 
+0x7dca 026098 jam 0 ,mem_manufacture_id_temp 
+0x7dcb 026100 setarg 0 
+0x7dcc 026101 store 6 ,mem_recv_addr 
+:      026102 fan_apl_ble_rx_packet_id_valid:
+0x7dcd 026103 fetcht 3 ,mem_le_rxbuf + 12 
+0x7dce 026104 setarg ftd_remoter_id_code 
+0x7dcf 026105 isub temp ,null 
+0x7dd0 026106 jam 0 ,mem_light_device_flag 
+0x7dd1 026107 branch fan_apl_ble_rx_packet_preamble_valid ,zero 
+0x7dd2 026109 jam 1 ,mem_light_device_flag 
+0x7dd3 026110 setarg ftd_andriod4913_id_code 
+0x7dd4 026111 isub temp ,null 
+0x7dd5 026112 branch fan_apl_ble_rx_packet_preamble_valid ,zero 
+0x7dd6 026113 setarg ftd_ios4913_id_code 
+0x7dd7 026114 isub temp ,null 
+0x7dd8 026115 branch fan_apl_ble_rx_packet_preamble_valid ,zero 
+0x7dd9 026117 jam 2 ,mem_light_device_flag 
+0x7dda 026118 setarg ftd_b65f_id_code 
+0x7ddb 026119 isub temp ,null 
+0x7ddc 026120 nrtn zero 
+:      026121 fan_apl_ble_rx_packet_preamble_valid:
+0x7ddd 026122 arg mem_le_rxbuf ,contr 
+0x7dde 026123 arg mem_light_whitening_buffer ,contw 
+0x7ddf 026124 arg ftd_pdu_len ,loopcnt 
+0x7de0 026125 call memcpy 
+0x7de1 026127 jam 83 ,mem_light_whitening_i 
+0x7de2 026128 jam 39 ,mem_light_recvd_len 
+0x7de3 026129 call frmt_light_ble_whitening_and_reverse 
+0x7de4 026130 fetch 1 ,mem_light_device_flag 
+0x7de5 026131 beq 1 ,fan_apl_ble_rx_packet_protocol_4913 
+0x7de6 026132 arg mem_light_whitening_buffer + 23 ,contr 
+:      026133 fan_apl_ble_rx_packet_get_protocol:
+0x7de7 026134 arg mem_light_adv_packet ,contw 
+0x7de8 026135 arg 14 ,loopcnt 
+0x7de9 026136 call memcpy_fast 
+:      026137 fan_apl_ble_rx_packet_validity_checkout:
+0x7dea 026138 fetch 2 ,mem_light_adv_packet + 10 
+0x7deb 026139 byteswap pdata ,pdata 
+0x7dec 026140 invert pdata ,pdata 
+0x7ded 026141 store 2 ,mem_adv_crc_false_initvalue 
+0x7dee 026142 arg mem_light_adv_packet ,regc 
+0x7def 026143 arg 0x0c ,loopcnt 
+0x7df0 026144 setarg 0x1021 
+0x7df1 026145 store 2 ,mem_crc16_polynomial 
+0x7df2 026146 call frmt_crc16_ccitt_false 
+0x7df3 026147 fetch 2 ,mem_adv_crc_false_initvalue 
+0x7df4 026148 byteswap pdata ,pdata 
+0x7df5 026149 fetcht 2 ,mem_light_adv_packet_encry + 4 
+0x7df6 026150 isub temp ,null 
+0x7df7 026151 nrtn zero 
+0x7df8 026152 branch fan_apl_ble_rx_packet_v1_cb 
+:      026154 fan_apl_ble_rx_packet_protocol_4913:
+0x7df9 026155 arg mem_light_whitening_buffer + 24 ,contr 
+0x7dfa 026156 branch fan_apl_ble_rx_packet_get_protocol 
+:      026158 fan_apl_ble_rx_packet_is_remoter:
+0x7dfb 026159 bpatchx patch2b_3 ,mem_patch2b 
+0x7dfc 026160 arg mem_recv_addr ,contw 
+0x7dfd 026161 arg mem_le_rxbuf + 2 ,contr 
+0x7dfe 026162 arg 6 ,loopcnt 
+0x7dff 026163 call memcpy_fast 
+0x7e00 026165 fetch 1 ,mem_le_rxbuf + 10 
+0x7e01 026166 store 1 ,mem_manufacture_id_temp 
+0x7e02 026168 fetcht 1 ,mem_customer_id 
+0x7e03 026169 isub temp ,null 
+0x7e04 026170 branch fan_apl_ble_rx_packet_id_valid ,zero 
+0x7e05 026172 fetcht 1 ,mem_customer_id_v2 
+0x7e06 026173 isub temp ,null 
+0x7e07 026174 branch fan_apl_ble_rx_packet_id_valid ,zero 
+0x7e08 026176 fetcht 1 ,mem_id_universal 
+0x7e09 026177 isub temp ,null 
+0x7e0a 026178 branch fan_apl_ble_rx_packet_id_valid ,zero 
+0x7e0b 026179 rtn 
+:      026183 fan_apl_ble_rx_packet_v1_cb:
+0x7e0c 026185 fetch 1 ,mem_light_adv_packet_cmd 
+0x7e0d 026186 store 2 ,mem_ble_parameter_cmd 
+0x7e0e 026187 fetch 2 ,mem_light_adv_packet_data 
+0x7e0f 026188 store 2 ,mem_ble_parameter_para + 1 
+0x7e10 026190 fetch 1 ,mem_light_adv_packet_addr 
+0x7e11 026191 store 1 ,mem_ble_parameter_addr + 1 
+0x7e12 026192 fetch 1 ,mem_light_adv_packet_addr + 1 
+0x7e13 026193 store 1 ,mem_ble_parameter_addr 
+0x7e14 026195 fetch 1 ,mem_light_adv_packet_addr + 1 
+0x7e15 026196 and pdata ,0x0f ,pdata 
+0x7e16 026197 store 1 ,mem_ble_parameter_group 
+0x7e17 026199 branch fan_apl_ble_rx_packet_cb_common 
+:      026201 fan_apl_ble_rx_packet_v2_cb:
+0x7e18 026203 fetch 2 ,mem_ble_addr 
+0x7e19 026204 lshift4 pdata ,pdata 
+0x7e1a 026205 store 2 ,mem_ble_parameter_addr 
+0x7e1b 026206 fetch 6 ,mem_ble_cmd 
+0x7e1c 026207 store 6 ,mem_ble_parameter 
+0x7e1d 026208 fetch 1 ,mem_ble_group 
+0x7e1e 026209 store 1 ,mem_ble_parameter_group 
+0x7e1f 026210 fetch 1 ,mem_ble_is_app 
+0x7e20 026211 store 1 ,mem_light_device_flag 
+0x7e21 026212 fetch 1 ,mem_ble_customer_id 
+0x7e22 026213 store 1 ,mem_manufacture_id_temp 
+0x7e23 026214 fetch 1 ,mem_ble_count 
+0x7e24 026215 store 1 ,mem_light_adv_packet_packetnum 
+:      026216 fan_apl_ble_rx_packet_cb_common:
+0x7e25 026217 fetch 2 ,mem_fan_packet_indiscriminate_cb 
+0x7e26 026218 call callback_func 
+:      026221 fan_apl_ble_rx_cmd_execution:
+0x7e27 026222 bpatchx patch2b_4 ,mem_patch2b 
+0x7e28 026224 call fan_apl_ble_cmd_handler_customer_message 
+0x7e29 026225 rtn user 
+0x7e2a 026227 fetch 2 ,mem_ble_parameter_cmd 
+0x7e2b 026229 beq light_cmd_pairing_code ,fan_apl_pair 
+0x7e2c 026231 beq light_cmd_turn_on_and_off ,fan_apl_light_on_and_off 
+0x7e2d 026232 beq light_cmd_turn_on ,fan_apl_light_on 
+0x7e2e 026233 beq light_cmd_turn_off ,fan_apl_light_off 
+0x7e2f 026235 beq fan_cmd_master_on_and_off ,fan_apl_master_off 
+0x7e30 026236 beq fan_cmd_speed_change ,fan_apl_speed_30 
+0x7e31 026238 beq fan_cmd_direction ,fan_apl_wind_direction 
+0x7e32 026239 beq fan_cmd_direction_on_and_off ,fan_apl_wind_direction_on_and_off 
+0x7e33 026240 beq fan_cmd_deflector ,fan_apl_deflector_ctl 
+0x7e34 026241 beq fan_cmd_deflector_on_and_off ,fan_apl_deflector_ctl_on_and_off 
+0x7e35 026242 beq fan_cmd_mode ,fan_apl_mode 
+0x7e36 026244 fetch 1 ,mem_fan_protocol_select_flag 
+0x7e37 026245 beq 0 ,fan_apl_main_v1 
+0x7e38 026246 beq 1 ,fan_apl_main_v2 
+0x7e39 026247 rtn 
+:      026253 fan_apl_main_v1:
+0x7e3a 026254 bpatchx patch2b_5 ,mem_patch2b 
+0x7e3b 026255 fetch 2 ,mem_ble_parameter_cmd 
+0x7e3c 026256 beq fan_cmd_timing_to_off ,fan_apl_timing_to_off 
+0x7e3d 026257 beq light_cmd_delay_off ,fan_apl_timing_to_off 
+0x7e3e 026259 fetch 2 ,mem_light_adv_packet_data 
+0x7e3f 026260 store 2 ,mem_ble_parameter_para + 2 
+0x7e40 026261 fetch 2 ,mem_ble_parameter_cmd 
+0x7e41 026262 beq fan_cmd_speed_31 ,fan_apl_speed_31_v1 
+0x7e42 026263 beq fan_cmd_speed_32 ,fan_apl_speed_32 
+0x7e43 026265 fetch 1 ,mem_light_adv_packet_reserve 
+0x7e44 026266 store 1 ,mem_ble_parameter_para + 1 
+0x7e45 026267 fetch 2 ,mem_ble_parameter_cmd 
+0x7e46 026268 beq light_cmd_color_swtich ,fan_apl_light_color_switch 
+0x7e47 026269 rtn 
+:      026273 fan_apl_main_v2:
+0x7e48 026274 bpatchx patch2b_6 ,mem_patch2b 
+0x7e49 026275 fetch 2 ,mem_ble_parameter_cmd 
+0x7e4a 026276 beq fan_cmd_speed_31 ,fan_apl_speed_31_v2 
+0x7e4b 026277 beq light_cmd_delay_off ,fan_apl_timing_to_off_v2 
+0x7e4c 026278 beq light_cmd_color_swtich ,fan_apl_light_color_switch 
+0x7e4d 026279 rtn 
+:      026281 fan_apl_ble_cmd_handler_customer_message:
+0x7e4e 026282 bpatchx patch2b_7 ,mem_patch2b 
+0x7e4f 026283 call disable_user 
+0x7e50 026284 fetcht 2 ,mem_ble_parameter_addr 
+0x7e51 026285 arg 9 ,queue 
+0x7e52 026286 arg 10 ,loopcnt 
+:      026287 fan_apl_ble_rx_packet_addr_check_loop:
+0x7e53 026288 sub loopcnt ,10 ,regc 
+0x7e54 026289 deposit queue 
+0x7e55 026290 isub regc ,null 
+0x7e56 026291 branch fan_apl_ble_rx_packet_addr_check ,positive 
+:      026292 fan_apl_ble_rx_packet_other_addr_check_continue:
+0x7e57 026293 sub regc ,3 ,null 
+0x7e58 026294 nbranch fan_apl_ble_rx_packet_addr_check ,positive 
+0x7e59 026295 branch fan_apl_ble_rx_packet_addr_check_end 
+:      026297 fan_apl_ble_rx_packet_addr_check:
+0x7e5a 026298 arg mem_flash_paired_addr_base ,contr 
+0x7e5b 026299 mul32 regc ,3 ,pdata 
+0x7e5c 026300 iadd contr ,contr 
+0x7e5d 026301 ifetch 2 ,contr 
+0x7e5e 026302 isub temp ,null 
+0x7e5f 026303 nbranch fan_apl_ble_rx_packet_addr_check_end ,zero 
+0x7e60 026305 ifetchr rega ,1 ,contr 
+0x7e61 026306 fetch 1 ,mem_ble_parameter_group 
+0x7e62 026308 branch fan_apl_ble_rx_packet_cnt_check ,blank 
+0x7e63 026309 isub rega ,null 
+0x7e64 026310 branch fan_apl_ble_rx_packet_cnt_check ,zero 
+:      026311 fan_apl_ble_rx_packet_addr_check_end:
+0x7e65 026312 loop fan_apl_ble_rx_packet_addr_check_loop 
+0x7e66 026314 arg mem_flash_paired_addr8 ,rega 
+0x7e67 026315 arg 9 ,loopcnt 
+:      026316 fan_apl_ble_rx_packet_addr_move_loop:
+0x7e68 026317 ifetch 3 ,rega 
+0x7e69 026318 add rega ,3 ,temp 
+0x7e6a 026319 istore 3 ,temp 
+0x7e6b 026320 increase -3 ,rega 
+0x7e6c 026321 loop fan_apl_ble_rx_packet_addr_move_loop 
+0x7e6d 026322 fetch 3 ,mem_ble_parameter_addr 
+0x7e6e 026323 store 3 ,mem_flash_paired_addr0 
+0x7e6f 026325 fetch 1 ,mem_addr8_msg_cnt 
+0x7e70 026326 store 1 ,mem_addr9_msg_cnt 
+0x7e71 026327 fetch 8 ,mem_msg_cnt_base 
+0x7e72 026328 store 8 ,mem_addr1_msg_cnt 
+0x7e73 026329 jam 0 ,mem_msg_cnt_base 
+0x7e74 026330 branch fan_apl_ble_cmd_handler_customer_message 
+:      026333 fan_apl_ble_rx_packet_cnt_check:
+0x7e75 026334 copy loopcnt ,temp 
+0x7e76 026335 storet 1 ,mem_msg_addr_save 
+0x7e77 026337 arg mem_msg_cnt_base ,temp 
+0x7e78 026338 sub loopcnt ,10 ,pdata 
+0x7e79 026339 iadd temp ,temp 
+0x7e7a 026340 copy temp ,rega 
+0x7e7b 026341 ifetcht 1 ,temp 
+0x7e7c 026342 fetch 1 ,mem_light_adv_packet_packetnum 
+0x7e7d 026343 isub temp ,null 
+0x7e7e 026345 branch enable_user ,zero 
+0x7e7f 026346 branch fan_apl_ble_rx_check_packetnum_vaild_v2 ,positive 
+0x7e80 026348 add pdata ,0x100 ,pdata 
+0x7e81 026349 isub temp ,pdata 
+0x7e82 026350 and pdata ,0xff ,pdata 
+0x7e83 026351 sub pdata ,6 ,null 
+0x7e84 026352 branch fan_apl_ble_rx_check_packetnum_vaild_v2 ,positive 
+0x7e85 026353 rtn 
+:      026355 fan_apl_ble_rx_check_packetnum_vaild_v2:
+:      026356 fan_apl_ble_rx_relay_check:
+0x7e86 026357 fetch 1 ,mem_light_adv_packet_packetnum 
+0x7e87 026358 store 1 ,mem_count_and_random 
+0x7e88 026359 fetch 2 ,mem_le_rxbuf + 35 
+0x7e89 026360 store 2 ,mem_count_and_random + 1 
+0x7e8a 026361 fetcht 3 ,mem_count_and_random 
+0x7e8b 026362 arg mem_msg_before_queue ,contr 
+0x7e8c 026363 arg 10 ,loopcnt 
+:      026364 fan_apl_msg_check_count_random_loop:
+0x7e8d 026365 ifetch 3 ,contr 
+0x7e8e 026366 isub temp ,null 
+0x7e8f 026368 branch enable_user ,zero 
+0x7e90 026369 loop fan_apl_msg_check_count_random_loop 
+:      026370 fan_apl_msg_enqueue:
+0x7e91 026371 jam 30 ,mem_msg_judgment_window_time 
+0x7e92 026372 fetch 3 ,mem_msg_before_queue + 24 
+0x7e93 026373 store 3 ,mem_msg_before_queue + 27 
+0x7e94 026375 fetch 8 ,mem_msg_before_queue + 8 
+0x7e95 026376 fetcht 8 ,mem_msg_before_queue + 16 
+0x7e96 026377 store 8 ,mem_msg_before_queue + 11 
+0x7e97 026378 storet 8 ,mem_msg_before_queue + 19 
+0x7e98 026380 fetch 8 ,mem_msg_before_queue 
+0x7e99 026381 store 8 ,mem_msg_before_queue + 3 
+0x7e9a 026383 fetch 3 ,mem_count_and_random 
+0x7e9b 026384 store 3 ,mem_msg_before_queue 
+0x7e9c 026386 fetch 1 ,mem_msg_addr_save 
+0x7e9d 026387 copy pdata ,loopcnt 
+0x7e9e 026388 arg mem_msg_cnt_base ,temp 
+0x7e9f 026389 sub loopcnt ,10 ,pdata 
+0x7ea0 026390 iadd temp ,temp 
+0x7ea1 026391 fetch 1 ,mem_light_adv_packet_packetnum 
+0x7ea2 026392 istore 1 ,temp 
+0x7ea3 026393 jam 30 ,mem_msg_cnt_judgment_window_time 
+0x7ea4 026395 rtn 
+:      026397 fan_apl_cb_event_timer:
+0x7ea5 026398 bpatchx patch2c_0 ,mem_patch2c 
+0x7ea6 026399 call fan_apl_ble_msg_cache_clear_time 
+0x7ea7 026400 rtn 
+:      026404 fan_apl_ble_msg_cache_clear_time:
+0x7ea8 026405 call fan_apl_ble_msg_cache_clear_timer 
+0x7ea9 026406 branch fan_apl_ble_msg_cnt_cache_clear_timer 
+:      026408 fan_apl_ble_msg_cache_clear_timer:
+0x7eaa 026409 arg mem_msg_judgment_window_time ,regc 
+0x7eab 026410 arg fan_apl_ble_msg_cache_clear_timeout ,regb 
+0x7eac 026411 branch timer_single_step 
+:      026412 fan_apl_ble_msg_cache_clear_timeout:
+0x7ead 026413 arg 30 ,loopcnt 
+0x7eae 026414 arg mem_msg_before_queue ,contw 
+0x7eaf 026415 branch clear_mem 
+:      026417 fan_apl_ble_msg_cnt_cache_clear_timer:
+0x7eb0 026418 arg mem_msg_cnt_judgment_window_time ,regc 
+0x7eb1 026419 arg fan_apl_ble_msg_cnt_cache_clear_timeout ,regb 
+0x7eb2 026420 branch timer_single_step 
+:      026421 fan_apl_ble_msg_cnt_cache_clear_timeout:
+0x7eb3 026422 jam 0 ,mem_light_last_packetnum 
+0x7eb4 026423 arg 10 ,loopcnt 
+0x7eb5 026424 arg mem_msg_cnt_base ,contw 
+0x7eb6 026425 branch clear_mem 
+0x7eb7 026426 rtn 
+:      026430 fan_fml_fet_ctl:
+0x7eb8 026431 store 1 ,mem_fan_opcode 
+0x7eb9 026432 fetch 2 ,mem_433_tx_cb 
+0x7eba 026433 branch callback_func 
+:      026436 fan_fml_tx_high_level:
+0x7ebb 026437 fetcht 1 ,mem_fan_tx_gpio 
+0x7ebc 026438 branch gpio_config_output_patch 
+:      026440 fan_fml_tx_low_level_init:
+:      026441 fan_fml_tx_low_level:
+0x7ebd 026442 fetcht 1 ,mem_fan_tx_gpio 
+0x7ebe 026443 or temp ,0x80 ,temp 
+0x7ebf 026444 branch gpio_config_output_patch 
+:      026447 fan_fml_function_once:
+0x7ec0 026448 call fan_fml_tx_header_signal 
+0x7ec1 026449 call fan_fml_function_once_433code 
+0x7ec2 026450 branch fan_fml_tx_end_signal 
+:      026452 fan_fml_function_once_433code:
+0x7ec3 026453 arg fan_433code_len ,pdata 
+0x7ec4 026454 lshift3 pdata ,pdata 
+0x7ec5 026455 store 2 ,mem_fan_tx_bits_loop 
+0x7ec6 026456 copy pdata ,queue 
+0x7ec7 026457 increase -1 ,queue 
+0x7ec8 026458 fetcht fan_433code_len ,mem_fan_433code_packet 
+:      026459 fan_fml_function_once_433code_loop:
+0x7ec9 026460 fetch 2 ,mem_fan_tx_bits_loop 
+0x7eca 026461 rtn blank 
+0x7ecb 026462 pincrease -1 
+0x7ecc 026463 store 2 ,mem_fan_tx_bits_loop 
+0x7ecd 026464 qisolate1 temp 
+0x7ece 026465 branch fan_fml_1_signal_temp ,true 
+0x7ecf 026466 call fan_fml_0_signal 
+:      026467 fan_fml_function_once_tx_bit_loop_continue:
+0x7ed0 026468 increase -1 ,queue 
+0x7ed1 026469 fetch 2 ,mem_fan_tx_bits_loop 
+0x7ed2 026470 fetcht fan_433code_len ,mem_fan_433code_packet 
+0x7ed3 026471 nbranch fan_fml_function_once_433code_loop ,blank 
+0x7ed4 026472 rtn 
+:      026474 fan_fml_1_signal_temp:
+0x7ed5 026475 call fan_fml_1_signal 
+0x7ed6 026476 branch fan_fml_function_once_tx_bit_loop_continue 
+:      026481 fan_fml_function_loop:
+0x7ed7 026482 fetch 2 ,mem_fan_tx_loop2 
+0x7ed8 026483 rtn blank 
+0x7ed9 026484 pincrease -1 
+0x7eda 026485 store 2 ,mem_fan_tx_loop2 
+0x7edb 026486 call fan_fml_function_once 
+0x7edc 026487 branch fan_fml_function_loop 
+:      026490 p_fan_fml_fet_ctl:
+0x7edd 026491 call fan_fml_get_433_code 
+0x7ede 026492 setarg fan_retransmission_times 
+0x7edf 026493 store 2 ,mem_fan_tx_loop2 
+0x7ee0 026494 branch fan_fml_function_loop 
+:      026498 fan_apl_ble_rx_packet_indiscriminate:
+0x7ee1 026499 fetch 1 ,mem_manufacture_id_temp 
+0x7ee2 026500 fetcht 1 ,mem_id_universal 
+0x7ee3 026501 isub temp ,null 
+0x7ee4 026502 branch fan_apl_ble_433_packet_type1 ,zero 
+0x7ee5 026503 fetch 1 ,mem_light_device_flag 
+0x7ee6 026504 beq 0 ,fan_apl_ble_433_packet_type0 
+0x7ee7 026505 branch fan_apl_ble_433_packet_type1 
+:      026507 fan_apl_ble_433_packet_type0:
+0x7ee8 026508 setarg 0 
+0x7ee9 026509 branch fan_apl_ble_433_packet_common 
+:      026510 fan_apl_ble_433_packet_type1:
+0x7eea 026511 setarg 0x80 
+:      026512 fan_apl_ble_433_packet_common:
+0x7eeb 026513 fetcht 1 ,mem_ble_parameter_group 
+0x7eec 026514 and temp ,0x7f ,rega 
+0x7eed 026515 ior rega ,pdata 
+0x7eee 026516 rshift4 pdata ,temp 
+0x7eef 026517 storet 1 ,mem_fan_addr_433 + 2 
+0x7ef0 026519 and pdata ,0x0f ,pdata 
+0x7ef1 026520 lshift4 pdata ,pdata 
+0x7ef2 026521 fetcht 1 ,mem_ble_parameter_addr + 1 
+0x7ef3 026522 and temp ,0xf0 ,rega 
+0x7ef4 026523 rshift4 rega ,rega 
+0x7ef5 026524 ior rega ,pdata 
+0x7ef6 026525 store 1 ,mem_fan_addr_433 + 1 
+0x7ef7 026527 and temp ,0x0f ,pdata 
+0x7ef8 026528 lshift4 pdata ,pdata 
+0x7ef9 026529 fetcht 1 ,mem_ble_parameter_addr 
+0x7efa 026530 rshift4 temp ,temp 
+0x7efb 026531 ior temp ,pdata 
+0x7efc 026532 store 1 ,mem_fan_addr_433 
+0x7efd 026534 rtn 
+:      026538 fan_fml_get_433_code:
+0x7efe 026539 fetch 3 ,mem_fan_addr_433 
+0x7eff 026540 lshift4 pdata ,pdata 
+0x7f00 026541 lshift8 pdata ,pdata 
+0x7f01 026542 fetcht 1 ,mem_fan_opcode 
+0x7f02 026543 lshift3 temp ,temp 
+0x7f03 026544 lshift4 temp ,temp 
+0x7f04 026545 ior temp ,rega 
+0x7f05 026546 call fan_fml_get_433_code_packet_num_get 
+0x7f06 026547 lshift4 pdata ,pdata 
+0x7f07 026548 ior rega ,rega 
+0x7f08 026549 call fan_fml_get_433_code_get_check_code 
+0x7f09 026550 ior rega ,pdata 
+0x7f0a 026551 store fan_433code_len ,mem_fan_433code_packet 
+0x7f0b 026552 rtn 
+:      026555 fan_fml_get_433_code_get_check_code:
+0x7f0c 026556 arg 4 ,loopcnt 
+0x7f0d 026557 copy rega ,regb 
+0x7f0e 026558 arg 0 ,alarm 
+:      026559 fan_fml_get_433_code_get_check_code_loop:
+0x7f0f 026560 and regb ,0xff ,regc 
+0x7f10 026561 and regc ,0xf0 ,pdata 
+0x7f11 026562 rshift4 pdata ,pdata 
+0x7f12 026563 ixor alarm ,alarm 
+0x7f13 026564 and regc ,0x0f ,pdata 
+0x7f14 026565 ixor alarm ,alarm 
+0x7f15 026566 rshift8 regb ,regb 
+0x7f16 026567 loop fan_fml_get_433_code_get_check_code_loop 
+0x7f17 026568 xor alarm ,0x0a ,alarm 
+0x7f18 026569 and alarm ,0x0f ,pdata 
+0x7f19 026570 rtn 
+:      026573 fan_fml_get_433_code_packet_num_get:
+0x7f1a 026574 fetch 1 ,mem_fan_tx_cnt 
+0x7f1b 026575 pincrease 1 
+0x7f1c 026576 and pdata ,0x07 ,pdata 
+0x7f1d 026577 store 1 ,mem_fan_tx_cnt 
+0x7f1e 026578 rtn 
+:      026581 fan_fml_delay_us:
+0x7f1f 026582 nop 12 
+0x7f20 026583 loop fan_fml_delay_us 
+0x7f21 026584 rtn 
+:      026586 fan_fml_tx_header_signal:
+0x7f22 026587 call fan_fml_tx_low_level 
+0x7f23 026588 arg fan_header_low_delay ,loopcnt 
+0x7f24 026589 branch fan_fml_delay_us 
+:      026591 fan_fml_1_signal:
+0x7f25 026592 call fan_fml_tx_high_level 
+0x7f26 026593 arg fan_1_high_delay ,loopcnt 
+0x7f27 026594 call fan_fml_delay_us 
+0x7f28 026595 call fan_fml_tx_low_level 
+0x7f29 026596 arg fan_1_low_delay ,loopcnt 
+0x7f2a 026597 branch fan_fml_delay_us 
+:      026599 fan_fml_0_signal:
+0x7f2b 026600 call fan_fml_tx_high_level 
+0x7f2c 026601 arg fan_0_high_delay ,loopcnt 
+0x7f2d 026602 call fan_fml_delay_us 
+0x7f2e 026603 call fan_fml_tx_low_level 
+0x7f2f 026604 arg fan_0_low_delay ,loopcnt 
+0x7f30 026605 branch fan_fml_delay_us 
+:      026607 fan_fml_tx_end_signal:
+0x7f31 026608 call fan_fml_tx_high_level 
+0x7f32 026609 arg fan_end_high_delay ,loopcnt 
+0x7f33 026610 call fan_fml_delay_us 
+0x7f34 026611 call fan_fml_tx_low_level 
+0x7f35 026612 arg fan_end_low_delay ,loopcnt 
+0x7f36 026613 branch fan_fml_delay_us 
+:      026616 fan_fml_1_signal_loop:
+0x7f37 026617 fetch 2 ,mem_fan_tx_loop 
+0x7f38 026618 rtn blank 
+0x7f39 026619 pincrease -1 
+0x7f3a 026620 store 2 ,mem_fan_tx_loop 
+0x7f3b 026621 call fan_fml_1_signal 
+0x7f3c 026622 branch fan_fml_1_signal_loop 
+:      026625 fan_fml_0_signal_loop:
+0x7f3d 026626 fetch 2 ,mem_fan_tx_loop 
+0x7f3e 026627 rtn blank 
+0x7f3f 026628 pincrease -1 
+0x7f40 026629 store 2 ,mem_fan_tx_loop 
+0x7f41 026630 call fan_fml_0_signal 
+0x7f42 026631 branch fan_fml_0_signal_loop 
+:      026635 frmt_ble_para_init:
+0x7f43 026636 setarg 0x93FDB7 
+0x7f44 026637 store 3 ,mem_ble_v2_xbox 
+0x7f45 026638 setarg 0x3F3626 
+0x7f46 026639 store 3 ,mem_ble_v2_xbox + 3 
+0x7f47 026640 setarg 0x34CCF7 
+0x7f48 026641 store 3 ,mem_ble_v2_xbox + 6 
+0x7f49 026642 setarg 0xF1E5A5 
+0x7f4a 026643 store 3 ,mem_ble_v2_xbox + 9 
+0x7f4b 026644 setarg 0x31D871 
+0x7f4c 026645 store 3 ,mem_ble_v2_xbox + 12 
+0x7f4d 026646 setarg 0xC70415 
+0x7f4e 026647 store 3 ,mem_ble_v2_xbox + 15 
+0x7f4f 026648 setarg 0x18C323 
+0x7f50 026649 store 3 ,mem_ble_v2_xbox + 18 
+0x7f51 026650 setarg 0x9A0596 
+0x7f52 026651 store 3 ,mem_ble_v2_xbox + 21 
+0x7f53 026652 setarg 0x801207 
+0x7f54 026653 store 3 ,mem_ble_v2_xbox + 24 
+0x7f55 026654 setarg 0x27EBE2 
+0x7f56 026655 store 3 ,mem_ble_v2_xbox + 27 
+0x7f57 026656 setarg 0x75B2 
+0x7f58 026657 store 2 ,mem_ble_v2_xbox + 30 
+0x7f59 026658 setarg 0x89A18C 
+0x7f5a 026659 store 3 ,mem_ble_v2_xbox + 32 
+0x7f5b 026660 setarg 0xE6BF0D 
+0x7f5c 026661 store 3 ,mem_ble_v2_xbox + 35 
+0x7f5d 026662 setarg 0x416842 
+0x7f5e 026663 store 3 ,mem_ble_v2_xbox + 38 
+0x7f5f 026664 setarg 0x0F2D99 
+0x7f60 026665 store 3 ,mem_ble_v2_xbox + 41 
+0x7f61 026666 setarg 0x54B0 
+0x7f62 026667 store 2 ,mem_ble_v2_xbox + 44 
+0x7f63 026668 setarg 0x16BB 
+0x7f64 026669 store 2 ,mem_ble_v2_xbox + 46 
+0x7f65 026670 setarg 0x51C29B 
+0x7f66 026671 store 3 ,mem_ble_v2_xbox + 48 
+0x7f67 026672 setarg 0x1A532F 
+0x7f68 026673 store 3 ,mem_ble_v2_xbox + 51 
+0x7f69 026674 setarg 0xB5836A 
+0x7f6a 026675 store 3 ,mem_ble_v2_xbox + 54 
+0x7f6b 026676 setarg 0x106E02 
+0x7f6c 026677 store 3 ,mem_ble_v2_xbox + 57 
+0x7f6d 026678 setarg 0xAB16 
+0x7f6e 026679 store 2 ,mem_ble_v2_xbox + 60 
+0x7f6f 026680 setarg 0x42A3 
+0x7f70 026681 store 2 ,mem_ble_v2_xbox + 62 
+0x7f71 026682 rtn 
+:      026683 frmt_ble_data_set:
+0x7f72 026684 setarg 0x2542 
+0x7f73 026685 store 2 ,mem_ble_v2_pdu 
+0x7f74 026686 setarg 0x10255d 
+0x7f75 026687 store 3 ,mem_ble_v2_pdu + 2 
+0x7f76 026688 setarg 0x109e3a 
+0x7f77 026689 store 3 ,mem_ble_v2_pdu + 5 
+0x7f78 026690 setarg 0x00 
+0x7f79 026691 store 3 ,mem_ble_v2_pdu + 32 
+0x7f7a 026692 setarg 0x020102 
+0x7f7b 026693 store 3 ,mem_ble_v2_pdu + 8 
+0x7f7c 026694 setarg 0xF0161B 
+0x7f7d 026695 store 3 ,mem_ble_v2_pdu + 11 
+0x7f7e 026696 setarg 0x001008 
+0x7f7f 026697 store 3 ,mem_ble_v2_pdu + 14 
+0x7f80 026699 fetch 1 ,mem_ble_v2_packet_num 
+0x7f81 026700 pincrease 1 
+0x7f82 026701 store 1 ,mem_ble_v2_packet_num 
+0x7f83 026703 fetch 2 ,mem_ble_pack_cb 
+0x7f84 026704 branch callback_func 
+:      026706 frtm_ble_setdefault:
+0x7f85 026707 setarg 0xffff 
+0x7f86 026708 rtn 
Index: output/bt_program23.meta
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/output/bt_program23.meta	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/output/bt_program23.meta	(working copy)
@@ -0,0 +1,26709 @@
+//define RAM_VERSION
+//define CLK24M
+//define ACL_DEBUG
+//define SECURE_CONNECTION
+define COMPILE_KEYSCAN
+
+define DEBUG_RF_INIT
+
+define COMPILE_SHUTTER
+define COMPILE_MOUSE
+define COMPILE_MODULE
+define COMPILE_USB
+define COMPILE_DONGLE
+define COMPILE_LE
+define COMPILE_24G
+define COMPILE_CAR
+define COMPILE_REMOTE_CAR
+//define COMPILE_WECHAT
+//define COMPLIE_TEST
+define FUNC_FAN_MODULE
+define FCC_AUTH
+INCLUDE "bt_format"
+
+org 0x0000		// start from patch ram address start
+
+//define UART_LOG
+
+	bbit1 8,pf_patch_ext
+	beq patch00_0,p_soft_reset
+	beq patch02_5,p_set_freq_tx
+	beq patch06_6,p_dongle_usb_dispatch
+	beq patch0c_2,p_app_init
+	beq patch17_1,p_usb_init
+	beq patch1a_5,p_le_enable_phy_by_pdata
+	branch assert
+
+pf_patch_ext:
+	rtneq patch3f_7
+	beq patch25_0,p_g24_receive_skip_end
+	beq patch27_2,p_g24_bind_data_process
+	beq patch27_3,p_g24_bind_data_parse_next
+	beq patch27_5,p_g24_receive_packet_start_next
+	beq patch28_1,p_g24_mode_switch_bind_search
+	beq patch28_4,p_g24_search_mode_auto
+	beq patch30_0,p_dongle_default_init
+	branch assert
+
+
+p_soft_reset:
+	clear_stack
+	fetch 4,mem_lpm_ctrl3
+	store 4,core_lpm_reg
+	call lpm_write_ctrl3
+	call app_param_init
+	call initialize_radio
+	call iic_init_360khz
+	call p_init_param
+	branch soft_reset+6
+
+p_init_param:
+	setarg 0 
+	store 8,mem_le_adv_transmit
+	istore 6,contw
+	branch init_param+2
+
+p_dongle_default_init:
+	call dongle_default_init+1
+	jam TX_POWER_F20DB,mem_24g_pair_tx_power
+	jam OFF,mem_24g_disable_fec1
+	call g24_enable_1M
+	fetch 1,mem_dg_sys_config
+	rtnbit0 DG_ENABLE_NEW_REVISION
+	jam ON,mem_24g_disable_fec1
+	branch g24_enable_2M
+
+
+p_dongle_usb_dispatch:
+	call p_wdt_kick
+	branch dongle_usb_dispatch+1
+
+p_wdt_kick:
+	setarg 16	//about 148ms
+	branch wdt_init_config
+
+p_app_init:
+	setarg p_dongle_dispatch
+	store 2,mem_cb_24g_receive_process
+	branch dongle_init+2
+
+p_dongle_dispatch:
+	fetch 1,mem_24g_pair_mode
+	beq 0x00,p_dongle_auto_bind
+	branch dongle_dispatch+1
+
+p_dongle_auto_bind:
+	call g24_mode_switch_init
+p_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
+	call p_dongle_led_state_dispatch
+	branch p_dongle_auto_bind_loop
+
+
+
+p_usb_init:
+	call enable_authrom
+	call usb_init_param
+
+	setarg TIMER_500MS
+	call p_timer_init
+	call p_led_on
+
+	
+	jam 0x03,mem_devicedesc+17	//enable iSerialNumber
+	jam 0x00,core_usb_config
+	nop 10000
+	jam 0x00,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_new
+	store 2,core_usb_rx_saddr
+	store 2,core_usb_rxptr
+	setarg mem_usb_rxbuf_new_end
+	store 2,core_usb_rx_eaddr
+	branch usb_init+16
+
+
+p_led_on:
+	jam ON,mem_led_state
+	fetcht 1,mem_usb_state_led_gpio
+	call gpio_config_output
+	fetcht 1,mem_usb_state_led_gpio
+	branch gpio_out_inactive
+p_led_off:
+	jam OFF,mem_led_state
+	fetcht 1,mem_usb_state_led_gpio
+	call gpio_config_output
+	fetcht 1,mem_usb_state_led_gpio
+	branch gpio_out_active
+
+
+p_dongle_led_state_dispatch:
+	fetch 1,mem_24g_work_mode
+	beq DONGLE_WORK,p_dongle_work_led_blink_timer_check
+	beq DONGLE_BIND,p_dongle_bind_led_blink_timer_check
+	beq DONGLE_SEARCH,p_dongle_search_led_blink_timer_check
+	rtn
+
+p_dongle_work_led_blink_timer_check:
+	fetch 1,mem_24g_rxdata_temp+2
+	rtn blank
+	call p_timer_check
+	nrtn blank
+	fetch 1,mem_led_state
+	beq ON,p_dongle_work_led_off
+	call p_led_on
+	branch p_dongle_work_led_blink_timer_init
+
+p_dongle_bind_led_blink_timer_check:
+	call p_timer_check
+	nrtn blank
+	fetch 1,mem_led_state
+	beq ON,p_dongle_bind_led_off
+	call p_led_on
+	branch p_dongle_bind_led_blink_timer_init
+
+p_dongle_search_led_blink_timer_check:
+	call p_timer_check
+	nrtn blank
+	fetch 1,mem_led_state
+	rtneq OFF
+	branch p_led_off
+	
+p_dongle_work_led_off:
+	call p_led_off
+p_dongle_work_led_blink_timer_init:
+	setarg TIMER_50MS
+	branch p_timer_init
+
+p_dongle_bind_led_off:
+	call p_led_off
+p_dongle_bind_led_blink_timer_init:
+	setarg TIMER_500MS
+	branch p_timer_init	
+
+p_timer_init:
+	arg dongle_led_blink_timer,queue
+	branch timer_init
+p_timer_check:
+	arg dongle_led_blink_timer,queue
+	branch timer_check
+
+p_dongle_disconnected_timer_init:
+	arg ui_led_blink2,queue
+	branch timer_init
+
+p_dongle_disconnected_timer_check:
+	arg ui_led_blink2,queue
+	branch timer_check
+	
+
+
+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_set_freq_tx:
+	jam 0x12,core_syn_top_ctrl
+	storet 1,mem_last_freq
+	add temp,2,rega
+	call rf_tx_write_freq
+	//bmark1 mark_pllon,txon
+	nop 0x3c0
+	branch txon
+
+
+p_g24_receive_skip_end:
+	fetch 1,mem_dg_sys_config
+	bbit0 DG_ENABLE_NEW_REVISION,g24_receive_skip_end
+	nop 300
+	fetch 1,mem_24g_rxbuf+1
+	set1 bit_ack_24g,pdata
+	store 1,mem_24g_rxbuf+1	//sending ack once
+	//set1 mark_pllon,mark	//not waiting pll on	
+	call g24_ackpayload_prep
+	call g24_transmit_prep
+	branch g24_transmit
+
+
+
+p_g24_mode_switch_bind_search:
+	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
+	fetch 1,mem_24g_bind_device_living
+	compare 3,pdata,3
+	branch g24_mode_B_S_switch_exit,true
+	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
+	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_search_mode_enable
+	beq 1,g24_bind_mode_enable
+	rtn
+
+
+
+p_g24_bind_data_process:
+	call g24_rx_interrupt_clear
+	call g24_receive_packet
+	nbranch g24_rx_interrupt_clear,user3
+	call g24_bind_data_parse
+	call p_g24_bind_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
+
+
+p_g24_bind_transmit_ack:
+	fetch 1,mem_24g_rxbuf
+	store 1,mem_24g_data_type
+	call g24_read_len_pid_crc
+	call g24_ackpayload_prep
+	nbranch g24_end_of_packet,user3
+	call g24_transmit_prep
+	call g24_transmit
+	branch g24_end_of_packet
+
+
+p_g24_bind_data_parse_next:
+	fetch 1,mem_24g_rxdata_temp+2
+	beq DATATYPE_BIND,p_g24_bind_first_step	//bind step 1
+	beq DATATYPE_CONFIG,p_g24_bind_second_step
+	beq DATATYPE_OK,p_g24_bind_third_step
+	beq DATATYPE_ATTEMP,p_g24_data_attemp
+	rtn
+
+p_g24_bind_first_step:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,p_g24_bind_first_step_device1
+	beq DATATYPE_DEVICE2,p_g24_bind_first_step_device2
+	rtn
+p_g24_bind_first_step_device1:
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	branch g24_bind_first_step_device1
+p_g24_bind_first_step_device2:
+	fetch 1,mem_24g_device2_bind_disable
+	nrtn blank
+	branch g24_bind_first_step_device2
+
+p_g24_bind_second_step:
+	fetch 1,mem_24g_pair_switch
+	branch p_g24_bind_second_step_skip,blank
+	fetch 4,mem_24g_rxdata_temp+4
+	fetcht 4,mem_24g_lap
+	isub temp,null
+	nrtn zero
+p_g24_bind_second_step_skip:	
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,p_g24_bind_second_step_device1
+	beq DATATYPE_DEVICE2,p_g24_bind_second_step_device2
+	rtn
+p_g24_bind_second_step_device1:
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	branch g24_bind_second_step_device1
+p_g24_bind_second_step_device2:
+	fetch 1,mem_24g_device2_bind_disable
+	nrtn blank
+	branch g24_bind_second_step_device2
+
+p_g24_bind_third_step:
+	fetch 1,mem_24g_pair_switch
+	branch p_g24_bind_third_step_skip,blank
+	fetch 4,mem_24g_rxdata_temp+4
+	fetcht 4,mem_24g_transmitter_addr
+	isub temp,null
+	nrtn zero
+p_g24_bind_third_step_skip:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,p_g24_bind_third_step_device1
+	beq DATATYPE_DEVICE2,p_g24_bind_third_step_device2
+	rtn
+
+p_g24_bind_third_step_device1:
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	fetch 1,mem_24g_device1_bind_step
+	beq 2,p_g24_bind_dvc1_step_success
+	rtn
+p_g24_bind_dvc1_step_success:
+	jam 1,mem_24g_device1_bind_disable	
+	branch g24_bind_dvc1_step_success+1
+
+p_g24_bind_third_step_device2:
+	fetch 1,mem_24g_device2_bind_disable
+	nrtn blank
+	fetch 1,mem_24g_device2_bind_step
+	bne 0,p_g24_bind_dvc2_step_success
+	rtn
+p_g24_bind_dvc2_step_success:
+	jam 1,mem_24g_device2_bind_disable
+	branch g24_bind_dvc2_step_success+1
+
+
+p_g24_data_attemp:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,p_g24_data_attemp_device1
+	beq DATATYPE_DEVICE2,p_g24_data_attemp_device2
+	rtn
+p_g24_data_attemp_device1:
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	branch g24_data_attemp_device1
+
+p_g24_data_attemp_device2:
+	fetch 1,mem_24g_device2_bind_disable
+	nrtn blank
+	branch g24_data_attemp_device2
+
+
+p_g24_search_mode_auto:
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_SEARCH
+	call p_g24_search_mode_init
+	call g24_auto_addr_ch_search
+	call g24_receive_transmit_ack
+	nbranch g24_rx_interrupt_clear,user3
+	jam 0,mem_dongle_nodata_count
+	branch g24_search_mode_auto+7
+
+p_g24_search_mode_init:
+	fetch 1,mem_24g_mode_init
+	rtnbit1 DONGLE_SEARCH
+	set1 DONGLE_SEARCH,pdata
+	store 1,mem_24g_mode_init
+	fetch 1,mem_tx_power_temp	//reinit tx power when "search-pair-switch"  is enable
+	store 1,mem_tx_power
+	branch g24_search_mode_init+4
+
+p_g24_receive_packet_start_next:
+	fetch 1,mem_24g_rxdata_temp+2
+	beq DATATYPE_DEVICE1,p_g24_data_device1	//mouse
+	beq DATATYPE_DEVICE2,g24_data_device2	//keyboard
+	beq DATATYPE_ATTEMP,p_g24_data_receive_attemp	//reconn packet
+	branch g24_rx_interrupt_clear
+	
+p_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,p_g24_data_attemp_device1_abort
+	branch g24_data_device1+8
+
+p_g24_data_attemp_device1_abort:
+	fetch 1,mem_device_option
+	sub pdata,dvc_op_car,null
+	call car_stop_blink,zero
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	jam 1,mem_24g_device1_bind_disable
+	//jam 1,mem_24g_B_S_mode_switch_disable
+	fetch 4,mem_24g_rxdata_temp+10
+	branch g24_store_device1_addr
+
+p_g24_data_receive_attemp:
+	call g24_bind_device_status		//works on auto pair only
+	branch p_g24_data_attemp
+	
+
+
+
+
+
+
+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:
+	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
+	enable user
+	rtn
+
+
+
+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
+	branch gain_control
+
+
+
+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
+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
+
+
+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
+
+	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
+
+gain_control:
+	bpatch patch03_2,mem_patch03
+	fetch 1,mem_gain_fix
+	rtneq 0xff
+	nbranch  gain_increase,sync
+	fetch 1,mem_modem_rssi
+	sub pdata,0xf0,null
+	nbranch gain_descend,positive
+	sub pdata,0x7f,null
+	branch gain_descend,positive
+	
+	fetchr rega, 1,core_rf_rx_gain_fix
+	fetch 1,mem_gain_fix
+	rtneq 0	
+	arg mem_gain_table,contr
+	iadd contr,contr
+	ifetch 1,contr
+	isub rega,null
+	nrtn zero
+	increase -2,contr
+	ifetcht  1,contr
+	rshift4 temp,pdata
+	rshift4 rega,regb
+	isub regb,regb
+	and temp,0xf,pdata
+	and rega,0xf,rega
+	isub rega,rega
+	lshift rega,pdata
+	iadd regb,regb
+	mul32 regb,3,regb
+	fetcht 1,mem_modem_rssi
+	and temp,0x80,pdata
+	rtn blank
+add_negative:
+	setarg 0x100
+	isub temp,temp
+	copy regb,pdata
+	isub temp,pdata
+	rtn positive
+	and pdata,0xff,pdata
+	rtneq 0xff
+	rtneq 0xfe
+	
+gain_increase:	
+	fetch 1,mem_gain_fix
+	beq 1,set_rx_gain0
+	beq 2,set_rx_gain1
+//	beq 0,set_rx_gain0
+	branch set_rx_gain0
+	
+gain_descend:
+	fetch 1,mem_gain_fix
+	beq 0,set_rx_gain1
+	beq 1,set_rx_gain2
+//	beq 2,set_rx_gain2
+set_rx_gain2:
+	jam 2,mem_gain_fix
+	rtn
+
+set_rx_gain0:
+	jam 0,mem_gain_fix
+	rtn
+	
+set_rx_gain1:
+	jam 1,mem_gain_fix
+	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_3,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_4,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_5,mem_patch03
+	rtn wake
+	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_6,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
+
+
+
+
+lpmstate:
+	setarg 0xee21
+	store 2,core_clkoff			// disable unused peripherals
+	fetch 4,core_gpio_in
+	store 4,mem_saved_gpio_in
+	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
+	branch lpm_enter_sleep
+lpmwake:
+	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
+	call lpm_write_ctrl3
+	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
+	call lpm_write_ctrl2
+	fetch 1,core_lpm_isogate
+	set1 enable_retmem,pdata
+	store 1,core_lpm_isogate
+	call lpm_write_ctrl2
+	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 lpm_write_ctrl2
+	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
+	arg mem_saved_gpio,contr
+	arg core_gpio_conf,contw
+	arg GPIO_NUMBER,loopcnt
+	call memcpy
+	fetch 8,mem_saved_mark
+	iforce mark
+	fetch 8,core_gpio_wakeup_low
+	store 8,mem_gpio_wakeup_low
+	branch load_ucode
+
+lpm_save_context:
+	deposit mark
+	store 8,mem_saved_mark
+	arg core_gpio_conf,contr
+	arg mem_saved_gpio,contw
+	arg GPIO_NUMBER,loopcnt
+	call memcpy
+	fetch 1,core_spid_ctrl
+	store 1,mem_saved_spidctrl
+	branch lpm_write_gpio_wakeup
+
+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_7,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:
+	arg param_hibernate_clks,temp
+	fetch 1,mem_lpm_config+1
+	set0 7,pdata					
+	store 1,mem_lpm_config+1
+lpm_hibernate_normal:
+	bpatch patch04_0,mem_patch04
+	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_1,mem_patch04
+	call xtal_fast_wake
+	fetch 2,mem_cb_before_lpm_sleep
+	call callback_func
+lpm_sleep_skip_cb_function:
+	fetch 4,mem_sleep_counter_all
+	iadd temp,pdata
+	store 4,mem_sleep_counter_all
+	call lpm_save_context
+	call lpm_ctrl3_cfg_dig_vsel
+	fetch 4,mem_lpm_ctrl3
+	copy pdata,regb
+	fetch 5,mem_lpm_xtalcnt
+	store 4,core_lpm_reg
+	rshift32 pdata,rega
+	until null,lpo_edge
+	deposit clkn
+	store 6,mem_sleep_clkn
+	jam lpmreg_sel_ctrl2,core_lpm_wr
+	until null,lpo_edge
+	until null,lpo_edge
+	deposit rega
+	store 1,core_lpm_isogate
+	jam lpmreg_sel_ctrl2,core_lpm_wr
+	until null,lpo_edge
+	until null,lpo_edge
+	storer regb,4,core_lpm_reg
+	jam lpmreg_sel_ctrl3,core_lpm_wr
+lpm_enter_sleep:
+	until null,lpo_edge
+	until null,lpo_edge
+	storet 4,core_lpm_reg
+	jam lpmreg_sel_counter,core_lpm_wr
+	until null,never
+
+
+
+
+lpm_recover_clk:
+	bpatch patch04_2,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 10,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
+	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_3,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_4,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_5,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_6,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_7,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:
+	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
+
+lpm_write_ctrl:
+	bpatch patch05_0,mem_patch05
+	setarg lpmreg_sel_ctrl
+	branch lpm_write
+
+lpm_write_ctrl2:
+	bpatch patch05_1,mem_patch05
+	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_2,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_3,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_4,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
+	fetch 1,mem_device_option
+	compare dvc_op_module,pdata,0xff
+	call lpm_uart_wake_lock,true
+	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 patch19_0,mem_patch19
+	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 patch19_1,mem_patch19
+	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 patch19_2,mem_patch19
+	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 patch19_3,mem_patch19
+	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 patch19_4,mem_patch19
+	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 patch19_5,mem_patch19
+	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 patch19_6,mem_patch19
+	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 patch19_7,mem_patch19
+	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 patch1a_0,mem_patch1a
+	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 patch1a_1,mem_patch1a
+	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 patch1a_2,mem_patch1a
+	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 patch1a_3,mem_patch1a
+	jam FLAG_LE_ENC_NULL,mem_le_enc_state
+	jam FLAG_LE_PAIRING_NULL,mem_le_pairing_state 
+	rtn
+	
+le_got_first_packet:
+	bpatch patch1a_4,mem_patch1a
+	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 patch1a_5,mem_patch1a
+	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 patch1a_6,mem_patch1a
+	set0 mark_ble_2M,mark
+	set0 mark_ble_lr,mark
+	jam 0x01,0x8901
+	jam 0x80,0x8920
+	jam 0x03,0x8930
+	rtn
+
+
+le_disable:
+	bpatch patch1a_7,mem_patch1a
+	set0 mark_ble_encryption,mark
+	jam 0x01,0x8901
+	jam 0x80,0x8920
+	jam 0x03,0x8930
+	rtn
+	
+le_prep:
+	bpatch patch1b_0,mem_patch1b
+	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 patch1b_1,mem_patch1b
+	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 patch1b_2,mem_patch1b
+	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 patch1b_3,mem_patch1b
+	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 patch1b_4,mem_patch1b
+	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 patch1b_5,mem_patch1b
+ 	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 patch1b_6,mem_patch1b
+	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
+	bpatch patch1b_7,mem_patch1b
+	enable swfine
+	arg PARAM_T_IFS_150US+PARAM_20MS_INIT+PARAM_SYNC_TIME_DIFFERENCE,stop_watch
+	fetch 1,mem_system_clk
+	imul32 stop_watch,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 patch1c_0,mem_patch1c
+	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 patch1c_1,mem_patch1c
+	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 patch1c_2,mem_patch1c
+	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_txfreq
+le_match_set_sync_on:	
+	disable decode_fec0
+	branch set_sync_on
+	
+le_match_set_txfreq:
+	bpatch patch1c_3,mem_patch1c
+	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_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 patch1c_4,mem_patch1c
+	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 patch1c_5,mem_patch1c
+	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 patch1c_6,mem_patch1c
+	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 patch1c_7,mem_patch1c
+	call le_transmit
+	branch end_of_packet
+	
+le_transmit:
+	bpatch patch1d_0,mem_patch1d
+	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 patch1d_1,mem_patch1d
+	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 patch1d_2,mem_patch1d
+	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
+	rshift pdata,loopcnt
+le_transmit_2M_dealy:
+	nop 2
+	loop le_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 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 patch1d_3,mem_patch1d
+	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 patch1d_4,mem_patch1d
+	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 patch1d_5,mem_patch1d
+	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 patch1d_6,mem_patch1d
+	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 patch1d_7,mem_patch1d
+	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 patch1e_0,mem_patch1e
+	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 patch1e_1,mem_patch1e
+	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 patch1e_2,mem_patch1e
+	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:
+	bpatch patch1e_3,mem_patch1e
+	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
+	bpatch patch1e_4,mem_patch1e
+	fetch 1,mem_le_packet_llid
+	beq LLID_LE_LL,le_parse_ll
+le_parse_l2cap:
+	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_payload_ptr
+	add pdata,2,contr	//l2cap length
+	bpatch patch1e_5,mem_patch1e
+	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:
+	bpatch patch1e_6,mem_patch1e
+	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:
+	bpatch patch1e_7,mem_patch1e
+	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:
+	bpatch patch1f_0,mem_patch1f
+	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
+	enable user
+	rtn
+
+	
+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:
+	bpatch patch1f_1,mem_patch1f
+	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:
+	bpatch patch1f_2,mem_patch1f
+	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:
+	bpatch patch1f_3,mem_patch1f
+	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:
+	bpatch patch1f_4,mem_patch1f
+	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:
+	bpatch patch1f_5,mem_patch1f
+	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:
+	bpatch patch1f_6,mem_patch1f
+	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:
+	bpatch patch1f_7,mem_patch1f
+	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 patch20_0,mem_patch20
+	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 patch20_1,mem_patch20
+	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 patch20_2,mem_patch20
+	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_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 patch20_3,mem_patch20
+	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 patch20_4,mem_patch20
+	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 patch20_5,mem_patch20
+	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 patch20_6,mem_patch20
+	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 patch20_7,mem_patch20
+	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 patch21_0,mem_patch21
+	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 patch21_1,mem_patch21
+	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 patch21_2,mem_patch21
+	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 patch21_3,mem_patch21
+	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 patch21_4,mem_patch21
+	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 patch21_5,mem_patch21
+	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 patch21_6,mem_patch21
+	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 patch21_7,mem_patch21
+	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 patch22_0,mem_patch22
+	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 patch22_1,mem_patch22
+	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 patch22_2,mem_patch22
+	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
+	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 patch22_3,mem_patch22
+	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 patch22_4,mem_patch22
+	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 patch22_5,mem_patch22
+	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 patch22_6,mem_patch22
+	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 patch22_7,mem_patch22
+	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 patch23_0,mem_patch23
+	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 patch23_1,mem_patch23
+	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 patch23_2,mem_patch23
+	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 patch23_3,mem_patch23
+	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 patch23_4,mem_patch23
+	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 patch23_5,mem_patch23
+	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 patch23_6,mem_patch23
+	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
+	fetch 1,mem_device_option
+	rtnne dvc_op_module
+	call le_check_master_addr_type
+	nrtn user
+	branch app_ble_store_reconn_info
+
+//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 patch23_7,mem_patch23
+	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
+	call ui_ipc_send_event
+	fetch 1,mem_device_option
+	rtnne dvc_op_module
+	call le_check_master_addr_type
+	rtn user
+	branch app_ble_store_reconn_info
+
+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 patch24_0,mem_patch24
+	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 patch24_2,mem_patch24
+	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 patch24_3,mem_patch24
+	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 patch24_4,mem_patch24
+	bmark1 mark_24g_rxmode,g24_receive_dispatch
+	branch g24_transmit_dispatch
+
+
+
+
+g24_prep:
+	bpatchx patch24_5,mem_patch24
+	disable enable_crc
+	disable enable_white
+	setarg 0x555555
+	iforce crc24_init
+	fetch 1,mem_24g_ch
+	branch le_prep_next
+
+g24_receive_packet:
+	bpatchx patch24_6,mem_patch24
+	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_end_of_packet,zero
+	bpatchx patch24_7,mem_patch24
+	disable user7
+	isolate1 mark_ble_lr,mark
+	call g24_lr_receive_pdu_len,true
+	branch g24_end_of_packet,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_end_of_packet,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_end_of_packet,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_end_of_packet,crc_failed
+	call rf_debug_rx_crc_line	//L
+	enable user3
+	call le_match_set_txfreq
+	bpatchx patch25_0,mem_patch25
+g24_receive_skip_end:
+	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:
+	isolate1 mark_24g_rxmode,mark
+	call rssi_noise,true
+g24_end_of_packet:
+	bpatchx patch25_1,mem_patch25
+	call le_disable
+	disable encode_fec1
+	disable decode_fec1
+	branch end_of_packet
+
+g24_set_freq_tx:
+	call set_sync_on
+	fetcht 1,mem_24g_ch
+	branch set_freq_tx
+
+g24_transmit:
+	bpatchx patch25_2,mem_patch25
+	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 patch25_3,mem_patch25
+	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 patch25_4,mem_patch25
+	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 patch25_5,mem_patch25
+//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 patch25_6,mem_patch25
+//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 patch25_7,mem_patch25
+	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 patch26_0,mem_patch26
+	call g24_ch_calc
+	increase 1,temp
+	and_into 3,temp //map size =4
+	rtn
+	
+g24_ch_calc:
+	bpatchx patch26_1,mem_patch26
+	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 patch26_2,mem_patch26
+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 patch26_3,mem_patch26
+	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 patch26_4,mem_patch26
+	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 patch26_5,mem_patch26
+	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 patch26_6,mem_patch26
+	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 patch26_7,mem_patch26
+	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 patch27_0,mem_patch27
+	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 patch27_1,mem_patch27
+	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 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 patch27_2,mem_patch27
+	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 patch27_3,mem_patch27
+g24_bind_data_parse_next:
+	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:
+	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:
+	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_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_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_step
+	beq 2,g24_bind_dvc1_step_success
+	rtn
+g24_bind_dvc1_step_success:
+	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_step
+	bne 0,g24_bind_dvc2_step_success
+	rtn
+g24_bind_dvc2_step_success:
+	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
+	call g24_rx_window_init
+	branch rssi_receiver_buff_init
+
+g24_receive_dispatch:
+	fetch 2,mem_cb_24g_receive_process
+	branch callback_func
+
+g24_ackpayload_prep:
+	bpatchx patch27_4,mem_patch27
+	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 patch27_5,mem_patch27
+	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 patch27_6,mem_patch27
+	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 patch27_7,mem_patch27
+	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 patch28_0,mem_patch28
+	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 patch28_1,mem_patch28
+	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 patch28_2,mem_patch28
+	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 patch28_3,mem_patch28
+	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 patch28_4,mem_patch28
+	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 patch28_5,mem_patch28
+	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 patch28_6,mem_patch28
+	jam DONGLE_SEARCH,mem_24g_work_mode
+	jam CLEAR_INIT,mem_24g_mode_init
+	branch g24_rx_interrupt_clear
+
+
+
+
+
+g24_ch_process:
+	bpatchx patch28_7,mem_patch28
+	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 patch29_0,mem_patch29
+	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
+	store 4,mem_24g_receiver_addr	
+g24_ch_syncword_crc8_init:	
+	call g24_update_addr_and_synccrc8
+	branch g24_ch
+
+
+g24_reconn_dispatch:
+	bpatchx patch29_1,mem_patch29
+	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
+g24_reconn_receiver_succ:
+	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	
+	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
+	jam BT_EVT_24G_ATTEMPT_SUCCESS,mem_fifo_temp
+	call ui_ipc_send_event
+g24_txbuf_clear:
+	bpatchx patch29_2,mem_patch29
+	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 3,pdata	// each 8 times switch
+	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_pair_init_param,true
+	branch g24_reconn_device_3_0_addr
+
+
+
+
+
+
+
+
+
+
+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 patch29_3,mem_patch29
+	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 patch29_4,mem_patch29
+	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:
+	call 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
+	call g24_rx_window_init
+	branch rssi_transmitter_buff_init
+
+g24_interval_param_4ms:
+	setarg G24_4MS_INTERVAL_PARAM
+	store 3,mem_24g_short_sleep_set
+	setarg 0x100c0c
+	store 3,mem_24g_interval
+	setarg 0x00bb80
+	store 3,mem_24g_long_sleep_set
+	jam 5,mem_24g_fast_hop_count
+	rtn
+
+g24_interval_param_8ms:
+	setarg G24_8MS_INTERVAL_PARAM
+	store 3,mem_24g_short_sleep_set
+	setarg 0x1c1919
+	store 3,mem_24g_interval
+	setarg 0x017700
+	store 3,mem_24g_long_sleep_set
+	jam 11,mem_24g_fast_hop_count
+	rtn
+
+
+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 patch29_5,mem_patch29
+	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
+g24_short_sleep:
+	bpatchx patch29_6,mem_patch29
+	call g24_lpm_wait
+	nrtn user
+	call clear_wake
+	fetch 3,mem_24g_short_sleep_set
+	branch g24_long_seep2
+
+
+
+
+
+
+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:
+	jam 0,mem_24g_retry
+g24_transmit_loop:
+	fetchr timeup,2,mem_param_rx_setup
+	until clkn_rt,meet
+	call g24_transmit_receive_ack
+	fetch 1,mem_24g_no_ack	//tx noack
+	beq no_ack_24g,g24_transmit_no_ack
+	nbranch g24_retransmit,sync
+	nbranch g24_retransmit,user3
+	call g24_ackpayload_parse
+	fetch 1,mem_device_option
+	beq dvc_op_mouse,mouse_wakeup_24g
+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 patch29_7,mem_patch29
+	setarg 0
+	store 1,mem_24g_ensure
+	store 2,mem_24g_txfail_cnt
+	rtn
+
+g24_transmit_receive_ack:
+	bpatchx patch2a_0,mem_patch2a
+	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_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
+	branch g24_transmit_loop
+
+
+g24_ackpayload_parse:
+	bpatchx patch2a_1,mem_patch2a
+	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 patch2a_2,mem_patch2a
+	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 patch2a_3,mem_patch2a
+	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
+	call g24_transmit_by_interrupt_exit
+	call g24_search_receiver
+	branch g24_long_sleep
+
+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_long_sleep:
+	bpatchx patch2a_4,mem_patch2a
+	call g24_lpm_wait
+	nrtn user
+	fetch 1,mem_device_option
+	beq dvc_op_mouse,mouse_24g_long_sleep
+	fetch 8,mem_24g_enter_hibernate
+g24_long_seep2:
+	call clk2lpo
+	storet 4,mem_sleep_counter
+	branch lpm_sleep
+
+g24_lpm_wait:
+	bpatchx patch2a_5,mem_patch2a
+	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_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 patch2a_6,mem_patch2a
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_ADV
+//	rtnbit1 UI_STATE_BT_RECONNECT
+//	rtnbit1 UI_STATE_BT_DISCOVERY
+	fetchr rega,2,mem_rssi_signal_buf_ptr
+	call rssi_average
+	storet 1,mem_rssi_avg_received
+	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 patch0c_2,mem_patch0c
+	fetch 1,mem_device_option
+	branch app_init,blank				
+	beq dvc_op_dongle,dongle_init
+	beq dvc_op_shutter,shutter_init
+	beq dvc_op_module,module_init
+	beq dvc_op_car,car_init
+	beq dvc_op_remote_car,remote_car_init
+	beq dvc_op_hci_boot,hci_init
+//	beq dvc_op_test,test_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_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 patch0c_3,mem_patch0c
+	//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 patch0c_4,mem_patch0c
+	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
+
+
+
+
+
+define CAR_TEST_FUNCTION
+
+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
+	
+	bpatch patch05_5,mem_patch05
+	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_default_init:
+        rtn
+car_power_off_signal:	
+	branch car_ui_led_init
+	
+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
+	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
+	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
+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_read_otp_addr:
+        rtn
+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
+	call 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 vdd_calculate_by_mode
+	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_6,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_7,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
+	ncall car_moto3_enable_blank_data_timer,blank
+	rtn
+
+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 patch06_0,mem_patch06
+	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 patch06_1,mem_patch06
+	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
+	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
+        rtn
+	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
+        rtn
+        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:
+        rtn
+        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
+
+
+
+
+//define REMOTE_TEST_FUNCTION
+remote_car_init:
+	rtn wake	
+	call remote_car_default_init
+	call keyscan_key_init
+	setarg remote_car_g24_package_data
+	store 2,mem_cb_24g_transmit_data
+
+	setarg remote_car_process_lpm_before
+	store 2,mem_cb_24g_lpm_before
+	
+	setarg remote_car_le_before_hibernate
+	store 2,mem_cb_before_hibernate
+	
+	setarg remote_car_scale_process_idle
+	store 2,mem_cb_idle_process	
+	
+	setarg remote_car_scale_process_bb_event
+	store 2,mem_cb_bb_event_process
+
+	setarg remote_car_event_timer
+	store 2,mem_cb_event_timer
+	
+	setarg remote_car_power_off_signal
+	store 2,mem_remote_car_power_off_cb
+	
+	setarg remote_car_soft_switch_power_on_signal
+	store 2,mem_remote_car_power_standby_cb
+	
+	
+	bpatch patch06_2,mem_patch06
+	call set_eeprom_size_2k
+	call remote_car_init_environment
+
+	call queue_init
+	fetch 1,mem_remote_car_config_soft_switch_enable
+	store 1,mem_remote_car_hard_soft_switch
+	beq HARD_SWITCH, remote_car_hard_switch_power_on_signal
+	fetch 1,mem_remote_car_config_soft_switch_gpio
+	store 1,mem_ui_button_gpio
+remote_car_soft_switch_power_on_init:
+	call remote_car_ui_led_init
+	call ui_button_init
+	call ui_button_polling
+	jam POWER_STARTING,mem_remote_car_power_state
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BTN_DOWN
+	branch app_enter_hibernate
+
+
+
+remote_car_hard_switch_power_on_signal:
+	jam POWER_STANDBY,mem_remote_car_power_state
+remote_car_soft_switch_power_on_signal:
+	call remote_car_ui_led_init
+	arg 0,rega
+	call ui_led_blink_start_global
+	call remote_car_g24_load_commom_addr
+	fetch 4,mem_remote_24g_commom_addr
+	store 4,mem_24g_addr	
+	branch g24_pair_start,blank
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	fetch 2,mem_24g_reconn_timeout_init
+	store 2,mem_24g_reconn_timeout
+	branch g24_reconn_start
+
+remote_car_set_24g_addr_eeprom:
+	arg 4,temp
+	arg mem_24g_addr,rega
+	arg REMOTE_INFO_EEPROM_OFFECT,regb
+	rtn
+
+
+remote_car_power_off_signal:	
+remote_car_ui_led_init:
+	bpatch patch06_3,mem_patch06
+	fetch 1,mem_remote_car_config_connect_led_gpio
+	bne INVALID_PIN_NUM,remote_car_pairing_led_gpio_set
+remote_car_ui_led_init_1:
+	fetcht 1, mem_remote_car_led_map
+	branch gpio_config_output
+remote_car_pairing_led_gpio_set:
+	store 1,mem_remote_car_led_map
+	branch remote_car_ui_led_init_1
+
+
+remote_car_init_environment:
+	call g24_transmit_init
+remote_no_data_timer_init:
+	fetch 2,mem_remote_car_no_data_timeout
+	store 2,mem_remote_car_no_data_timer
+	rtn
+
+remote_car_le_before_hibernate:
+	call remote_car_process_lpm_before
+remote_gpio_set_before_hibernate:
+	fetch 1,mem_remote_style_struct_led_gpio
+	set1 7,pdata
+	arg gpcfg_output_high,temp
+	branch gpio_config_function
+
+remote_car_process_lpm_before:
+	call gpio_set_before_lpm
+	branch keyscan_process_lpm_before
+
+remote_car_key_scan_process:
+	call keyscan_key_process
+	call get_remote_key_state
+	call remote_conn_led_state
+	branch send_data
+
+remote_conn_led_state:
+	fetch 1,mem_remote_car_24g_status
+	rtnne WORK_PAIRED
+	fetch 4,mem_remote_car_motor1_key0_press_state
+	branch remote_car_stop_state,blank
+	jam 0,mem_remote_car_no_data_check
+	enable user
+	branch check_51cmd_led_on
+remote_car_stop_state:
+	fetch 1,mem_remote_car_no_data_check
+	rtneq 0xff
+	pincrease 1
+	store 1,mem_remote_car_no_data_check
+	disable user
+	branch check_51cmd_led_off
+
+	
+get_remote_key_state:
+	fetcht 2,mem_key_value_retention
+	and temp,0x01,pdata
+	rshift temp,temp
+	store 1,mem_remote_car_motor1_key0_press_state
+	and temp,0x01,pdata
+	rshift temp,temp
+	store 1,mem_remote_car_motor1_key1_press_state
+	and temp,0x01,pdata
+	rshift temp,temp
+	store 1,mem_remote_car_motor2_key2_press_state
+	and temp,0x01,pdata
+	rshift temp,temp
+	store 1,mem_remote_car_motor2_key3_press_state
+	rtn
+send_data:
+	bpatch patch06_4,mem_patch06
+	call remote_car_fb_check
+	call remote_car_lr_check
+	call remote_car_no_data_timeout_check
+	nrtn user
+	branch remote_car_send_key 
+
+
+remote_car_no_data_timeout_check:
+	fetch 1,mem_remote_car_24g_status
+	rtnne WORK_PAIRED
+	fetch 1,mem_remote_car_no_data_check
+	rtn blank
+	sub pdata,1,null
+	nrtn positive
+	fetch 2,mem_24g_reconn_timeout_init
+	store 2,mem_24g_reconn_timeout
+	enable user
+	rtn
+
+
+	
+remote_car_fb_check:
+	fetch 1,mem_remote_car_motor1_key0_press_state
+	nbranch remote_car_send_motor1_key0_press,blank
+	fetch 1,mem_remote_car_motor1_key1_press_state
+	nbranch remote_car_send_motor1_key1_press,blank
+	branch remote_car_send_motor1_key0_rel
+	
+remote_car_lr_check:
+	fetch 1,mem_remote_car_motor2_key2_press_state
+	nbranch remote_car_send_motor2_key2_press,blank
+	fetch 1,mem_remote_car_motor2_key3_press_state
+	nbranch remote_car_send_motor2_key3_press,blank
+	branch remote_car_send_motor2_key2_rel
+
+
+remote_car_scale_process_idle:
+	call remote_car_24g_status_process
+	branch remote_car_key_scan_process
+
+remote_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_24G_PAIRING_COMPLETE,remote_car_24g_pairing_complete
+	beq BT_EVT_24G_ATTEMPT_SUCCESS,remote_car_24g_attempt_success
+	beq BT_EVT_24G_ATTEMPT_FAIL,remote_car_24g_attempt_fail
+	rtn
+
+remote_car_24g_attempt_fail:
+	branch g24_txbuf_clear
+
+remote_car_24g_pairing_complete:
+	bpatch patch06_5,mem_patch06
+        fetch 4,mem_24g_receiver_addr
+        store 4,mem_remote_24g_commom_addr
+        fetch 1,mem_remote_save_addr_flag
+        ncall remote_car_g24_save_commom_addr,blank
+	fetch 4,mem_remote_24g_commom_addr
+	call g24_update_addr_and_synccrc8        
+	//call remote_car_set_24g_addr_eeprom
+	//call iicd_write_protect_eep_data
+remote_car_24g_attempt_success:
+	jam 0,mem_24g_conn_sm
+	jam WORK_PAIRED,mem_remote_car_24g_auto_work_step
+	jam WORK_PAIRED,mem_remote_car_24g_pair_success_flag
+	jam 0,mem_24g_reconn_timeout		
+	rtn
+remote_car_g24_save_commom_addr:
+    
+
+        fetch 1,mem_remote_save_addr_flag
+        rtn blank
+	fetch 1,mem_24g_lap+1				//Tx lap H
+	store 1,mem_remote_24g_commom_addr+3
+
+	fetch 1,mem_24g_receiver_addr+1		//Rx lap H
+	store 1,mem_remote_24g_commom_addr+2
+
+	fetch 1,mem_24g_lap					//Tx lap L
+	store 1,mem_remote_24g_commom_addr+1
+
+	fetch 1,mem_24g_receiver_addr		//Rx lap L
+	store 1,mem_remote_24g_commom_addr
+	call remote_car_g24_search_commom_addr
+	fetch 4,mem_remote_24g_commom_addr
+	fetcht 4,mem_remote_24g_commom_addr_temp 
+	isub temp,null
+	rtn zero	
+        copy regc,pdata
+        arg mem_remote_24g_commom_addr,rega
+        arg 4,loopcnt        
+        call otp_write
+        rtn
+remote_car_g24_load_commom_addr:
+        fetch 1,mem_remote_save_addr_flag
+        rtn blank
+        call remote_car_g24_search_commom_addr
+        fetch 4,mem_remote_24g_commom_addr_temp
+        rtn blank
+        store 4,mem_remote_24g_commom_addr  
+        rtn
+
+        
+remote_car_g24_search_commom_addr:
+        fetch 1,mem_remote_save_addr_flag
+        rtn blank       
+        arg OTP_OFFSET_REMOTE_COMMOM_START_ADDR,regc
+remote_car_g24_search_commom_addr_loop:
+        copy regc,pdata
+        arg mem_remote_24g_commom_addr_temp,rega
+        arg 4,temp
+        call otpd_read_data_with_pwr_operation
+        fetch 4,mem_remote_24g_commom_addr_read
+        rtn blank        
+        store 4,mem_remote_24g_commom_addr_temp
+        copy regc,pdata
+        arg OTP_OFFSET_REMOTE_COMMOM_END_ADDR,temp
+        isub temp,null
+        rtn positive        
+        increase 4,regc
+        branch remote_car_g24_search_commom_addr_loop
+        
+remote_car_24g_status_process:
+	fetch 1,mem_remote_car_24g_auto_work_step
+	rtneq POWER_ON
+	fetch 1,mem_remote_car_24g_status
+	rtneq WORK_PAIRED
+	jam WORK_PAIRED,mem_remote_car_24g_status
+remote_car_scale_process_paired:
+	arg 0,rega
+	branch ui_led_off_global
+remote_car_scale_process_shutdown:
+	arg 0,rega
+	call ui_led_off_global
+	call remote_car_ui_led_init
+	branch app_enter_hibernate
+	
+remote_car_event_timer:
+	call app_power_timer
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer	
+	branch remote_car_no_data_timer
+
+remote_car_no_data_timer:
+	fetch 1,mem_remote_car_config_timeout_shutdown_enable
+	rtn blank
+	fetch 1,mem_key_value_retention
+	nbranch remote_no_data_timer_init,blank
+	arg mem_remote_car_no_data_timer,regc
+	arg remote_car_scale_process_shutdown,regb
+	branch timer_single_step_2B
+
+
+//cross key,control front-back motor layout
+remote_car_send_motor1_key0_press:	//front
+	jam MOTOR_POSITIVE,mem_remote_car_24g_motor1_payload
+	rtn
+remote_car_send_motor1_key1_press:	//back
+	jam MOTOR_NEGATIVE,mem_remote_car_24g_motor1_payload
+	rtn
+remote_car_send_motor2_key2_press:	//left
+	jam MOTOR_POSITIVE,mem_remote_car_24g_motor2_payload
+	rtn
+remote_car_send_motor2_key3_press:	//right
+	jam MOTOR_NEGATIVE,mem_remote_car_24g_motor2_payload
+	rtn
+
+
+remote_car_send_motor1_key0_rel:
+remote_car_send_motor1_key1_rel:
+	jam MOTOR_STOP,mem_remote_car_24g_motor1_payload
+	rtn
+remote_car_send_motor2_key2_rel:
+remote_car_send_motor2_key3_rel:
+	jam MOTOR_STOP,mem_remote_car_24g_motor2_payload
+	rtn
+	
+remote_car_send_key:
+	arg mem_remote_car_24g_motor_packet,rega
+	branch queue_push
+remote_car_send_attack:
+	arg mem_remote_car_24g_fire_packet,rega
+	branch queue_push
+
+remote_car_g24_package_data:
+	fetch 1,mem_remote_car_24g_pair_success_flag
+	beq WORK_PAIRED,remote_car_g24_send_empty
+	arg mem_remote_car_24g_tx_temp,rega
+	call queue_pop
+	nbranch remote_car_moto_data,user
+remote_car_g24_package_data_continue:
+	arg mem_remote_car_24g_tx_temp,contr
+	ifetch 1,contr
+	copy pdata,rega
+	arg mem_remote_car_24g_tx_temp+1,regb
+	//rega: length
+	//regb: tx buffer
+	rtn
+	
+remote_car_g24_send_empty:
+	jam 0,mem_remote_car_24g_pair_success_flag
+	enable user
+	arg 1,rega
+	arg mem_remote_car_empty_packet,regb
+	rtn
+	
+remote_car_moto_data:
+	fetch 1,mem_remote_car_24g_tx_temp+3	//cmd
+	beq CAR_CMD_L_R_MOTOR_CONTROL,remote_car_moto_data_next
+	beq CAR_CMD_F_B_MOTOR_CONTROL,remote_car_moto_data_next
+	rtn
+remote_car_moto_data_next:
+	fetch 1,mem_remote_car_24g_tx_temp+6	//data moto1
+	nbranch remote_car_moto_data_enable_user,blank
+	fetch 1,mem_remote_car_24g_tx_temp+8	//data moto2
+	nbranch remote_car_moto_data_enable_user,blank
+	fetch 1,mem_remote_car_24g_tx_temp+10	//data moto3
+	nbranch remote_car_moto_data_enable_user,blank
+	rtn
+remote_car_moto_data_enable_user:
+	enable user
+	branch remote_car_g24_package_data_continue
+
+
+
+
+remote_car_default_init:
+	jam 0x14,mem_ui_button_timeout
+	jam 0x01,mem_ui_button_last_state
+	setarg 0x060f
+	store 2,mem_remote_car_queue_each_size
+	setarg mem_remote_car_queue_each_size
+	store 2,mem_queue_ptr
+	jam 0x01,mem_lpm_mode
+	jam 0x06,mem_lpm_overhead
+	jam 0x02,mem_lpm_mult_timeout
+	jam 0x00,mem_remote_car_hard_soft_switch
+	setarg mem_remote_style_led_type
+	store 2,mem_ui_led_struct_ptr
+	jam 0x01,mem_ui_led_struct_num
+	jam 0xff,mem_remote_style_blink_count
+	setarg 0x0296
+	store 2,mem_remote_style_on_time
+	setarg 0x073a
+	store 2,mem_remote_style_off_time
+	setarg mem_remote_car_soft_power
+	store 2,mem_power_param_ptr
+	setarg 0x0c0c
+	store 2,mem_remote_car_power_off_timeout
+	setarg mem_remote_car_keyscan
+	store 2,mem_keyscan_ptr
+	jam 0x00,mem_remote_car_config_soft_switch_enable
+	jam 0xff,mem_remote_car_config_connect_led_gpio
+	jam 0xff,mem_remote_car_config_soft_switch_gpio
+	jam 0x00,mem_remote_car_config_key_map
+	jam 0x00,mem_remote_car_config_layout
+	jam 0x00,mem_remote_car_config_check_way
+	jam 0x01,mem_remote_car_config_timeout_shutdown_enable
+	setarg 0x4e55
+	store 2,mem_current_vdd_value_default_mid_x
+	store 2,mem_current_vdd_value_default_mid_y
+	setarg 0x0007
+	store 2,mem_current_vdd_default_range
+	jam 0x02,mem_adc_config_flag
+	setsect 0,0x35a0c
+	setsect 1,0x11a
+	setsect 2,0x60
+	setsect 3,0x28
+	store 9,mem_remote_car_24g_motor_packet
+	setsect 0,0x2000a
+	setsect 1,0x02
+	istore 4,contw
+	setsect 0,0x35a08
+	setsect 1,0x19a
+	setsect 2,0x00
+	setsect 3,0x00
+	store 9,mem_remote_car_24g_fire_packet
+	setarg 0x0064
+	store 2,mem_remote_car_no_data_timeout
+	jam TX_POWER_0DB,mem_tx_power
+	jam 0x01,mem_24g_data_type		//24g init
+	jam 0x06,mem_24g_max_retry
+	jam 0x01,mem_24g_pair_switch
+	jam 0x00,mem_24g_fast_conn_enable
+	call g24_rx_window_init
+	call g24_interval_param_8ms
+	call g24_chmap_param_init
+
+	//call g24_pair_param_init
+	setarg 0x0708
+	store 2,mem_24g_pair_timeout_init
+	setarg 0x0050
+	store 2,mem_24g_reconn_timeout_init
+	setarg 0x0a7700
+	store 3,mem_24g_long_sleep_set
+	setarg 0x604800
+	store 3,mem_24g_enter_hibernate	
+	rtn
+
+
+
+
+
+
+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:
+	bpatchx patch30_0,mem_patch30
+	//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
+	rtn
+	
+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:
+	bpatchx patch30_1,mem_patch30
+	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:
+	bpatchx patch30_2,mem_patch30
+	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:
+	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:
+	bpatchx patch30_3,mem_patch30
+	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:
+	bpatchx patch30_4,mem_patch30
+	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:
+	bpatchx patch30_5,mem_patch30
+	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_6,mem_patch06
+	fetch 1,mem_usb_remote_wakeup
+	call dongle_clear_pc_sleep_flag,blank
+	call usb_isr
+	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
+//	beq COMMAND_USER_DEFINED,dongle_dispose_cmd_user_defined
+dongle_usb0_data_ready_report_set0:
+	jam 0,mem_usb0_data_ready_report
+	rtn
+
+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_dispose_cmd_user_defined:
+//	call g24_ackpayload_disable
+//	fetch 1,mem_usb0_set_report_data+2
+//	beq 0xff,soft_reset_chip
+//	rtn
+
+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_7,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
+
+
+
+
+
+
+module_init:	
+	branch module_lpm_init, wake
+	call le_modified_name
+	setarg module_process_idle
+	store 2,mem_cb_idle_process
+	setarg module_process_bb_event
+	store 2,mem_cb_bb_event_process
+	setarg module_lpm_lock
+	store 2,mem_cb_check_wakelock
+	setarg module_hci_cmd_transmit_le_notify
+	store 2,mem_cb_ble_transmit
+	setarg module_le_receive_data
+	store 2,mem_cb_att_write
+	setarg module_bb_event_timer
+	store 2,mem_cb_event_timer
+
+	bpatch patch07_0,mem_patch07
+	call module_lpm_uart_init
+	call module_gpio_init
+	branch module_hci_event_enter_standby_mode
+
+module_lpm_uart_init:
+	fetch 1,core_uart_ctrl
+	set0 BIT_UART_CONTROL_ENABLE,pdata
+	store 1,core_uart_ctrl
+	fetch 8,mem_module_uart_rx_buffer
+	call uarta_init_dma_mem
+	fetch uart_baud_len,mem_module_uarta_baud_rate
+	call uarta_init_baud_rate
+	call uart_clock_select_main_freq_crystal
+	jam gpcfg_uart_txd,core_gpio_conf+HCI_UART_TX_GPIO_NUM
+	jam gpcfg_uart_rxd|gpcfg_pullup,core_gpio_conf+HCI_UART_RX_GPIO_NUM
+	jam gpcfg_uart_rts,core_gpio_conf+HCI_UART_RTS_GPIO_NUM
+	jam gpcfg_uart_cts,core_gpio_conf+HCI_UART_CTS_GPIO_NUM
+
+	arg FUN_UART_CONTROL_ENABLE|FUN_UART_CONTROL_SETTING_RATE_BAUD,temp
+	fetch 2,mem_module_flag
+	isolate1 MODULE_FLAG_UART_FLOW_CONTROL,pdata
+	setflag true,BIT_UART_CONTROL_FLOW_CONTROL,temp
+	storet 1,core_uart_ctrl
+	rtn
+
+module_lpm_init:
+	branch module_lpm_uart_init
+
+
+
+module_gpio_init:
+	fetcht 1,mem_module_connect_state_gpio
+	call gpio_config_output
+	call module_set_conn_pin_low
+	fetcht 1,mem_module_wake_up_gpio
+	branch gpio_config_input
+
+module_lpm_lock:
+	fetcht 1,mem_module_wake_up_gpio
+	call gpio_get_bit
+	nbranch app_put_lpm_wake_lock,true
+	branch app_get_lpm_wake_lock
+
+
+module_process_idle:
+	call l2cap_malloc_is_fifo_full
+	nrtn blank
+	branch module_process_check_hci_command_complete
+
+	
+module_process_bb_event:
+	copy regc,pdata
+	beq BT_EVT_LE_CONNECTED,module_process_le_conn
+	beq BT_EVT_LE_DISCONNECTED,module_process_bb_even_le_disconn
+	beq BT_EVT_LE_PAIRING_FAIL,module_hci_event_le_pairing_fail
+	beq BT_EVT_LE_PAIRING_SUCCESS,module_hci_event_le_pairing_success
+	beq BT_EVT_LE_START_ENC,module_hci_event_start_enc
+	beq BT_EVT_LE_PAUSE_ENC,module_hci_event_pause_enc
+	beq BT_EVT_LE_TK_GENERATE,module_hci_event_le_tk
+	beq BT_EVT_STORE_NVRAM,module_hci_event_store_device
+	beq BT_EVT_LE_LTK_LOST,module_process_ble_ltk_lost
+	beq BT_EVT_LE_UPDATE_PHY,module_process_ble_update_phy
+	beq BT_EVT_LE_GET_PASSKEY,module_hci_event_passkey_entry_mode
+	rtn
+
+
+	
+module_process_bb_even_le_disconn:
+	call le_clr_config_more_data
+	jam 0,mem_module_hci_notify_len
+	call module_disconn_start
+	branch module_hci_event_le_disconnect
+
+
+
+	
+module_process_le_conn:
+//	call le_send_att_exchange_mtu_requset
+	call module_conn_start
+	fetch 1,mem_module_le_lpm_mult
+	store 1,mem_lpm_mult
+	branch module_hci_event_le_connect
+
+
+
+module_disconn_start:
+	call module_start_adv_discovery_by_command
+	branch module_set_conn_pin_high
+
+
+module_process_ble_ltk_lost:
+	call le_send_reject_ind
+	branch le_send_smp_security_request
+
+module_process_ble_update_phy:
+	branch module_hci_event_le_update_phy
+
+
+module_set_conn_pin_high:
+	fetcht 1,mem_module_connect_state_gpio
+	branch gpio_out_active
+
+module_conn_start:
+	call module_stop_adv_discovery
+	branch module_set_conn_pin_low
+	
+module_stop_adv_discovery:
+	fetch 1,mem_module_state
+	isolate1 MOUDLE_STATE_BLE_BIT,pdata
+	call app_ble_stop_adv,true
+	rtn
+module_set_conn_pin_low:
+	fetcht 1,mem_module_connect_state_gpio
+	branch gpio_out_inactive
+
+
+module_process_check_hci_command_complete:
+	fetch 1,core_uart_status
+	rtnbit1 UART_STATUS_RX_FIFO_EMPTY  //rx no data
+	call uarta_prepare_rx
+	ifetch 1,contru
+	bne 0x01,module_hci_in_excp	//HciType != 0x01
+	fetch 2,core_uart_rxitems
+	sub pdata,2,null
+	rtn positive
+	ifetch 1,contru
+	store 1,mem_module_uart_opcode
+	ifetcht 1,contru
+	copy contru,rega
+	storet 1,mem_module_uart_len
+	add temp,3,temp
+	fetch 2,core_uart_rxitems
+	isub temp,temp
+	nrtn positive
+	jam HCI_DISCARD_PACKET,mem_module_temp_nl_discard_packet
+	call module_hci_cmd_control
+	fetch 1,mem_module_temp_nl_discard_packet
+	rtneq HCI_NOT_DISCARD_PACKET
+	branch module_hci_dicard_packet //discard this packet
+
+module_hci_in_excp:
+	call delay_10ms
+	call module_hci_event_invalid_packet
+	branch module_hci_release_except
+
+
+module_hci_release_except:
+	bpatch patch07_1,mem_patch07
+	call uarta_prepare_rx
+	fetch 2,core_uart_rxitems
+	rtn blank
+	iadd contru,contru
+	branch module_hci_dicard_bytes
+
+module_hci_dicard_packet:
+	call uarta_prepare_rx
+	increase 2,contu
+	ifetch 1,contu
+	iadd contu,contu
+module_hci_dicard_bytes:
+	branch uarta_rxdone
+	
+
+module_hci_cmd_control:
+	bpatch patch07_2,mem_patch07
+	fetch 1,mem_module_uart_opcode
+	beq HCI_CMD_SET_LE_ADDR_REQ,module_hci_cmd_set_le_addr
+	beq HCI_CMD_SET_VISIBILITY_REQ,module_hci_cmd_set_visibility	
+	beq HCI_CMD_SET_LE_NAME_REQ,module_hci_cmd_set_le_name
+	beq HCI_CMD_LE_DATA_REQ,module_hci_cmd_receive_le_data
+	beq HCI_CMD_STATUS_IRQ,module_hci_cmd_inquire_status
+	beq HCI_CMD_SET_UARTCONTROL_REQ,module_hci_cmd_set_uart_control_mode
+	beq HCI_CMD_SET_UART_BAUD_REQ,module_hci_cmd_set_uart_baud
+	beq HCI_CMD_VERSION_REQ,module_hci_cmd_version_request
+	beq HCI_CMD_BLE_DISCONNECT,module_hci_cmd_ble_disconnect
+	beq HCI_CMD_SET_NVRAM_REQ,module_hci_cmd_set_nvram
+	beq HCI_CMD_CONFIRM_GKEY,module_hci_cmd_confirm_gkey
+	beq HCI_CMD_AUTO_ADV_SCAN,module_hci_cmd_auto_adv
+	beq HCI_CMD_POWER_REQ,module_hci_cmd_power_request
+	beq HCI_CMD_POWER_SET,module_hci_cmd_power_set
+	beq HCI_CMD_PASSKEY_ENTRY,module_hci_cmd_passkey_entry
+	beq HCI_CMD_SET_GPIO,module_hci_cmd_set_gpio
+	beq HCI_CMD_READ_GPIO,module_hci_cmd_read_gpio
+	beq HCI_CMD_LE_SET_PAIRING,module_hci_cmd_le_set_pairing_mode
+	beq HCI_CMD_LE_SET_ADV_DATA,module_hci_cmd_le_set_adv_data
+	beq HCI_CMD_LE_SET_SCAN_DATA,module_hci_cmd_le_set_scan_data
+	beq HCI_CMD_LE_SEND_CONN_UPDATE_REQ,module_hci_cmd_le_send_conn_update_req
+	beq HCI_CMD_LE_SET_ADV_PARM,module_hci_cmd_set_le_adv_parameter
+	beq HCI_CMD_LE_START_PAIRING,module_hci_cmd_le_start_pairing
+	beq HCI_CMD_SET_WAKE_GPIO,module_hci_cmd_set_wake_gpio
+	beq HCI_CMD_SET_TX_POWER,module_hci_cmd_set_tx_power
+	beq HCI_CMD_LE_CONFIRM_GKEY,module_hci_cmd_le_confirm_gkey
+//	beq HCI_CMD_REJECT_JUSTWORK,module_hci_cmd_set_reject_justwork_flag
+	beq HCI_CMD_RESET_CHIP_REQ,module_hci_cmd_reset_chip
+	beq HCI_CMD_LE_SET_FIXED_PASSKEY,module_hci_cmd_le_set_fixed_passkey
+	beq HCI_CMD_DELETE_CUSTOMIZE_SERVICE,module_hci_cmd_delete_customize_service
+	beq HCI_CMD_ADD_SERVICE_UUID,module_hci_cmd_add_service_uuid
+	beq HCI_CMD_ADD_CHARACTERISTIC_UUID,module_hci_cmd_add_characteristic_uuid
+	beq HCI_CMD_PASSKEY_ENTRY_INPUT,module_hci_cmd_le_passkey_entry_input
+	beq HCI_CMD_BLE_SET_PHY,module_hci_cmd_ble_set_phy
+	beq HCI_CMD_BLE_READ_CURRENT_PHY,module_hci_cmd_ble_read_current_phy
+	beq HCI_CMD_BLE_SET_DLE,module_hci_cmd_ble_set_dle
+	beq HCI_CMD_READ_CHIP_DATA,module_hci_cmd_read_chip_data
+	beq HCI_CMD_WRITE_CHIP_DATA,module_hci_cmd_write_chip_data
+	beq HCI_CMD_CLOSE_LPM,module_hci_cmd_close_lpm
+	branch  module_hci_event_receive_invalid_cmd
+
+
+
+
+//command opcode 0x01
+module_hci_cmd_set_le_addr:
+	fetch 1,mem_module_uart_len
+	bne 6,module_hci_event_receive_invalid_cmd
+	ifetch 6,contru
+	store 6,mem_le_lap
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x02
+module_hci_cmd_set_visibility:
+	fetch 1,mem_module_uart_len
+	bne 1,module_hci_event_receive_invalid_cmd
+	ifetcht 1,contru
+	storet 1,mem_module_bluetooth_stauts_by_command
+	call module_hci_event_receive_valid_cmd
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_CONNECTED
+
+module_start_adv_discovery_by_command:
+moudle_start_adv_by_command:
+	fetch 1,mem_module_state
+	isolate1 MOUDLE_STATE_BLE_BIT,pdata
+	nrtn true
+	fetcht 1,mem_module_bluetooth_stauts_by_command
+	isolate1 2,temp
+	branch app_ble_start_adv,true
+	branch app_ble_stop_adv
+
+
+
+//command opcode 0x04
+module_hci_cmd_set_le_name:
+	arg 29,pdata
+	arg mem_le_name_len,contw
+	call module_hci_cmd_receive_store_mem
+	branch le_modified_name
+
+
+
+//command opcode 0x09
+module_hci_cmd_receive_le_data:
+	fetch 2,mem_ui_state_map
+	bbit0 UI_STATE_BLE_CONNECTED,module_hci_event_receive_invalid_cmd
+	call module_check_ble_encrypt_state
+	branch module_hci_event_receive_invalid_cmd,user
+	jam HCI_NOT_DISCARD_PACKET,mem_module_temp_nl_discard_packet 
+	fetch 2,mem_module_flag
+	bbit1 MODULE_FLAG_BLE_DATA_FINISH,module_hci_cmd_receive_le_data_finish
+	fetch 1,mem_module_hci_notify_len
+	nrtn blank
+	jam HCI_DISCARD_PACKET,mem_module_temp_nl_discard_packet 
+	ifetch 2,contru		//handle
+	store 2,mem_module_hci_notify_handle
+	storer contru,2,mem_module_hci_nofiy_addr
+	fetch 1,mem_module_uart_len
+	pincrease -2
+	nbranch module_hci_event_receive_invalid_cmd,positive
+	branch module_hci_event_receive_invalid_cmd,zero
+	store 1,mem_module_hci_notify_len
+	fetcht 2,mem_module_hci_notify_handle
+	increase -1,temp
+	call le_att_get_handle_ptr2
+	branch module_hci_cmd_transmit_handle_error,blank
+	ifetcht 4,contr		//flag
+	setarg 0x01280302
+	isub temp,null
+	nbranch module_hci_cmd_transmit_handle_error,zero
+	ifetch 1,contr
+	store 1,mem_module_hci_notify_type
+	and_into 0x30,pdata
+	branch module_hci_cmd_transmit_handle_error,blank
+	jam HCI_NOT_DISCARD_PACKET,mem_module_temp_nl_discard_packet
+	call le_set_config_more_data
+	call module_hci_cmd_transmit_le_notify
+	call module_hci_cmd_transmit_le_notify
+	call module_hci_cmd_transmit_le_notify
+	fetch 2,mem_module_flag
+	rtnbit0 MODULE_FLAG_BLE_DATA_FINISH
+module_hci_cmd_receive_le_data_finish:
+	jam HCI_DISCARD_PACKET,mem_module_temp_nl_discard_packet 
+	call module_clear_le_tx_data_flag
+	branch module_hci_event_receive_valid_cmd
+
+module_hci_cmd_transmit_handle_error:
+	jam 0,mem_module_hci_notify_len
+	jam HCI_DISCARD_PACKET,mem_module_temp_nl_discard_packet 
+	call module_clear_le_tx_data_flag
+	branch module_hci_event_receive_invalid_cmd
+
+module_hci_cmd_transmit_le_notify:
+	fetch 1,mem_module_hci_notify_len
+	rtn blank
+	call le_fifo_check_nearly_full
+	nrtn blank				//no fifo
+	call module_get_le_remote_mtu
+	bpatch patch07_3,mem_patch07
+	fetch 2,mem_le_local_mtu
+	call not_greater_than
+	copy pdata,temp
+	fetch 1,mem_le_l2cap_att_states
+	rtnbit1 BLE_L2CAP_RECV_CONFIRMATION_PACKET
+	add temp,-3,pdata		//sub handle and opcode
+	arg 251,temp
+	call not_greater_than
+	fetcht 1,mem_module_hci_notify_len
+	call not_greater_than
+	copy pdata,rega
+	copy temp,pdata
+	isub rega,pdata
+	store 1,mem_module_hci_notify_len
+	call module_hci_cmd_transmit_le_notify_malloc_l2cap
+	fetch 2,mem_module_hci_nofiy_addr
+	copy pdata,contru
+	copy rega,loopcnt
+	call uart_copy_rx_bytes_fast
+	copy contru,pdata
+	store 2,mem_module_hci_nofiy_addr
+	fetch 1,mem_module_hci_notify_len
+	nrtn blank
+	branch module_set_le_tx_data_flag
+
+module_hci_cmd_transmit_le_notify_malloc_l2cap:
+	fetcht 2,mem_module_hci_notify_handle
+	fetch 1,mem_module_hci_notify_type
+	bbit1 BIT_CHARACTERISTIC_INDICATE,le_att_malloc_tx_indication
+	bbit1 BIT_CHARACTERISTIC_NOTIFY,le_att_malloc_tx_notify
+	rtn
+
+
+//output: temp is master mtu
+module_get_le_remote_mtu:
+	arg 0x17,temp
+	fetch 2,mem_module_flag
+	rtnbit1 MODULE_FLAG_BLE_SEND_MTU23
+	fetcht 2,mem_le_remote_mtu
+	rtn
+
+module_check_ble_encrypt_state:
+	fetch 2,mem_module_flag
+	bbit1 MODULE_FLAG_BLE_DATA_ENCRYPT,le_check_encrypt_state
+	branch disable_user
+	
+
+//command opcode 0x0b
+module_hci_cmd_inquire_status:
+	branch module_hci_event_status_res
+
+
+
+
+//command opcode 0x0e
+module_hci_cmd_set_uart_control_mode:
+	ifetch 1,contru
+	fetcht 1,mem_module_flag
+	nsetflag blank,MODULE_FLAG_UART_FLOW_CONTROL,temp
+	storet 1,mem_module_flag
+	fetcht 1,core_uart_ctrl
+	nsetflag blank,BIT_UART_CONTROL_FLOW_CONTROL,temp
+	storet 1,core_uart_ctrl
+ 	branch module_hci_event_receive_valid_cmd
+
+ 	
+//command opcode 0x0f
+module_hci_cmd_set_uart_baud:
+	fetchr loopcnt,1,mem_module_uart_len
+	call string2dec_from_uart
+	call uart_calc_baud_rate_config
+	store uart_baud_len,mem_module_uarta_baud_rate
+	call module_hci_event_receive_valid_cmd
+	call wait_uarttx
+	fetch uart_baud_len,mem_module_uarta_baud_rate
+	branch uarta_init_baud_rate
+
+
+//command opcode 0x10
+module_hci_cmd_version_request:
+	arg 2,rega
+	arg mem_soft_version_num,regb
+	arg 0,temp
+	branch module_hci_event_set_cmd
+
+
+	
+//command opcode 0x12
+module_hci_cmd_ble_disconnect:
+	fetch 2,mem_ui_state_map
+	bbit0 UI_STATE_BLE_CONNECTED,module_hci_event_receive_invalid_cmd
+module_hci_cmd_ble_disconnect_doing:
+	call module_hci_event_receive_valid_cmd
+	branch app_ble_disconnect
+
+
+
+
+//command opcode 0x26
+module_hci_cmd_set_nvram:
+	fetchr loopcnt,1,mem_module_uart_len
+	fetch 2,mem_nv_data_ptr
+	icopy contw
+	call uart_copy_rx_bytes_fast
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x28
+module_hci_cmd_confirm_gkey:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,module_hci_cmd_le_confirm_gkey
+	branch module_hci_event_receive_invalid_cmd
+
+
+//command opcode 0x2a
+module_hci_cmd_auto_adv:
+	arg 0x40,loopcnt
+	arg mem_le_adv_data_len,contw
+	call clear_mem
+	setarg 0
+	store 1,mem_regb
+	copy rega,contru
+module_hci_cmd_auto_adv_loop:
+	copy contru,pdata
+	store 2,mem_regc
+	call module_hci_cmd_auto_adv_adv_analys
+
+	fetch 1,mem_regb
+	fetcht 1,mem_temp
+	increase 1,temp
+	iadd temp,pdata
+	store 1,mem_regb
+
+	sub pdata,31,null
+	nbranch module_hci_cmd_auto_adv_store_scan,positive
+module_hci_cmd_auto_adv_store_adv:
+	fetcht 1,mem_le_adv_data_len
+	setarg mem_le_adv_data
+	iadd temp,pdata
+	store 2,mem_contw
+	fetcht 1,mem_temp
+	increase 1,temp
+	fetch 1,mem_le_adv_data_len
+	iadd temp,pdata
+	store 1,mem_le_adv_data_len
+	branch module_hci_cmd_auto_adv_store_common
+module_hci_cmd_auto_adv_store_scan:
+	fetcht 1,mem_le_scan_data_len
+	setarg mem_le_scan_data
+	iadd temp,pdata
+	store 2,mem_contw
+	fetcht 1,mem_temp
+	increase 1,temp
+	fetch 1,mem_le_scan_data_len
+	iadd temp,pdata
+	store 1,mem_le_scan_data_len
+module_hci_cmd_auto_adv_store_common:
+	fetch 2,mem_contw
+	copy pdata,contw
+	fetch 2,mem_regc
+	copy pdata,contru
+
+	copy temp,loopcnt
+	call uart_copy_rx_bytes_fast
+
+	fetch 1,mem_module_uart_len
+	fetcht 1,mem_regb
+	isub temp,null
+	nbranch  module_hci_cmd_auto_adv_loop,zero
+	branch module_hci_event_receive_valid_cmd
+
+//block of adv len in mem_temp
+module_hci_cmd_auto_adv_adv_analys:
+	ifetch 1,contru
+	store 1,mem_temp
+	ifetch 1,contru
+	store 1,mem_rega
+	rtn
+
+
+//command opcode 0x2b
+module_hci_cmd_power_request:
+	arg 0,temp
+	arg 2,rega
+	fetch 2,mem_module_vdd_quotient
+	store 2,mem_event_cmd_response_content
+	arg mem_event_cmd_response_content,regb
+	branch module_hci_event_set_cmd
+
+
+//command opcode 0x2c
+module_hci_cmd_power_set:
+	fetch 1,mem_module_uart_len
+	bne 1,module_hci_event_receive_invalid_cmd
+	ifetch 1,contru
+	store 1,mem_module_read_vdd_flag
+	setarg 0x00
+	store 2,mem_module_vdd_quotient
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x30
+module_hci_cmd_passkey_entry:
+	fetch 1,mem_module_uart_len
+	bne 4,module_hci_event_receive_invalid_cmd
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,module_hci_cmd_le_passkey_entry_input
+	branch module_hci_event_receive_invalid_cmd
+
+
+
+//command opcode 0x31
+module_hci_cmd_set_gpio:
+	fetch 1,mem_module_uart_len
+	bne 3,module_hci_event_receive_invalid_cmd
+	ifetch 1,contru
+	beq HCI_CMD_CONFIG_GPIO_INPUT,module_set_gpio_input
+	beq HCI_CMD_CONFIG_GPIO_OUTPUT,module_set_gpio_output
+	branch module_hci_event_receive_invalid_cmd
+
+module_set_gpio_input:
+	call module_hci_event_receive_valid_cmd
+	ifetcht 1,contru
+	ifetch 1,contru
+	beq GPIO_INPUT_HIGH_IMPEDANCE,gpio_set_high_impedance
+	nsetflag blank,7,temp
+	branch gpio_config_input
+
+module_set_gpio_output:
+	call module_hci_event_receive_valid_cmd
+	ifetcht 1,contru
+	ifetch 1,contru	
+	branch gpio_out_active,blank
+	branch gpio_out_inactive
+
+
+//command opcode 0x32
+module_hci_cmd_read_gpio:
+	fetch 1,mem_module_uart_len
+	bne 1,module_hci_event_receive_invalid_cmd
+	ifetcht 1,contru
+	call gpio_get_bit
+	setarg 0x0
+	nsetflag true,0,pdata
+	arg 1,rega
+	store 2,mem_event_cmd_response_content
+	arg mem_event_cmd_response_content,regb
+	arg 0,temp
+	branch module_hci_event_set_cmd
+
+
+//command opcode 0x33
+module_hci_cmd_le_set_pairing_mode:
+	ifetch 1,contru
+	store 1,mem_le_pairing_mode
+	fetch 1,mem_le_pairing_mode
+	beq LE_PAIRING_MODE_NONE, module_le_set_no_pairing
+	beq LE_PAIRING_MODE_LAGACY_JUSTWORK,module_le_set_pairing_mode_lagacy_just_work
+	beq LE_PAIRING_MODE_LAGACY_PASSKEY,module_le_set_pairing_mode_lagacy_passkey
+	beq LE_PAIRING_MODE_LAGACY_PASSKEY_RES_INPUT,module_le_set_pairing_mode_lagacy_passkey_res_input
+	branch module_hci_event_receive_invalid_cmd
+	
+
+
+module_le_set_no_pairing:
+	jam FLAG_LE_NO_BONDING_NO_MITM,mem_le_pres_auth
+module_le_set_noinputnooutput:	
+	jam FLAG_IOCAP_NOINPUTNOOUTPUT,mem_le_pres_iocap
+	branch module_hci_event_receive_valid_cmd	
+module_le_set_pairing_mode_lagacy_just_work:
+	jam FLAG_LE_BONDING_NO_MITM,mem_le_pres_auth
+	branch module_le_set_noinputnooutput
+module_le_set_pairing_mode_lagacy_passkey:
+	jam FLAG_LE_BONDING_MITM,mem_le_pres_auth
+	branch module_le_set_displayonly
+module_le_set_pairing_mode_lagacy_passkey_res_input:
+	jam FLAG_LE_BONDING_MITM,mem_le_pres_auth
+	branch module_le_set_keboadonly
+module_le_set_keboadonly:	
+	jam FLAG_IOCAP_KEYBOARDONLY,mem_le_pres_iocap
+	branch module_hci_event_receive_valid_cmd	
+module_le_set_displayonly:	
+	jam FLAG_IOCAP_DISPLAYONLY,mem_le_pres_iocap
+	branch module_hci_event_receive_valid_cmd	
+
+
+//command opcode 0x34
+module_hci_cmd_le_set_adv_data:
+	arg 31,pdata
+	arg mem_le_adv_data_len,contw
+	branch module_hci_cmd_receive_store_mem
+
+
+//command opcode 0x35
+module_hci_cmd_le_set_scan_data:
+	arg 31,pdata
+	arg mem_le_scan_data_len,contw
+	branch module_hci_cmd_receive_store_mem
+
+module_hci_cmd_receive_store_mem:
+	fetchr loopcnt,1,mem_module_uart_len
+	isub loopcnt,null
+	nbranch module_hci_event_receive_invalid_cmd,positive
+	istorer loopcnt,1,contw
+	call uart_copy_rx_bytes_fast
+	branch module_hci_event_receive_valid_cmd	
+
+	
+//command opcode 0x36
+module_hci_cmd_le_send_conn_update_req:
+	fetch 2,mem_ui_state_map
+	bbit0 UI_STATE_BLE_CONNECTED,module_hci_event_receive_invalid_cmd
+	fetch 1,mem_module_uart_len
+	bne 0x08,module_hci_event_receive_invalid_cmd
+	ifetch 8,contru
+	store 8,mem_le_interval_min
+	jam BT_CMD_LE_UPDATE_CONN,mem_fifo_temp
+	call  ui_ipc_send_cmd
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x37
+module_hci_cmd_set_le_adv_parameter:
+	ifetch 2,contru
+	store 2,mem_le_adv_interval
+	branch module_hci_event_receive_valid_cmd
+	
+	
+//command opcode 0x38
+module_hci_cmd_le_start_pairing:
+	fetch 1,mem_le_pairing_mode
+	branch module_hci_event_receive_invalid_cmd,blank
+	fetch 1,mem_le_pairing_state
+	bne FLAG_LE_PAIRING_NULL,module_hci_event_receive_invalid_cmd
+	fetch 1,mem_le_enc_state
+	bne FLAG_LE_ENC_NULL,module_hci_event_receive_invalid_cmd
+	call check_51cmd_le_smp_sec_req
+	branch module_hci_event_receive_valid_cmd	
+
+
+//command opcode 0x40
+module_hci_cmd_set_wake_gpio:
+	fetch 1,mem_module_uart_len
+	bne 5,module_hci_event_receive_invalid_cmd
+	ifetch 1,contru
+	store 1,mem_module_mcu_wake_pin
+	ifetch 4,contru
+	store 4, mem_module_mcu_wake_delay_us
+	fetcht 1,mem_module_mcu_wake_pin
+	call gpio_config_output
+	call module_set_mcu_wake_pin_low
+	branch module_hci_event_receive_valid_cmd
+	
+
+//command opcode 0x42
+module_hci_cmd_set_tx_power:
+	fetch 1,mem_module_uart_len
+	bne 0x01,module_hci_event_receive_invalid_cmd
+	ifetch 1,contru
+	store 1,mem_tx_power
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x48
+module_hci_cmd_le_confirm_gkey:
+	ifetch 1,contru
+	beq 0x01,module_hci_cmd_le_confirm_gkey_fail
+	fetch 1,mem_le_secure_connect_state
+	beq LE_SC_STAT_SEND_PUBLIC_KEY,module_hci_cmd_le_confirm_gkey_ok
+	beq LE_SC_STAT_RECEIVE_DHKEY,module_hci_cmd_le_confirm_gkey_ok
+	beq LE_SC_STAT_WAIT_CONFIRM_GKEY,module_hci_cmd_le_confirm_gkey_ok
+	branch module_hci_event_receive_invalid_cmd		
+module_hci_cmd_le_confirm_gkey_ok:
+	jam FLAG_LE_SC_CONFRIM_GKEY_OK,mem_le_sc_confirm_gkey_flag
+	branch module_hci_event_receive_valid_cmd	
+	
+module_hci_cmd_le_confirm_gkey_fail:
+	call le_send_pairing_confirm_value_failed
+	branch module_hci_event_receive_valid_cmd
+
+
+
+
+//command opcode 0x51
+module_hci_cmd_reset_chip:
+	call module_hci_event_receive_valid_cmd
+	call wait_uarttx
+	jam 0x01,core_reset // rest YC1021
+	branch assert
+
+
+//command opcode 0x61
+module_hci_cmd_le_set_fixed_passkey:
+	fetch 1,mem_module_uart_len
+	beq 0,module_hci_event_receive_invalid_cmd
+	ifetch 1,contru
+	branch module_hci_cmd_le_set_random_passkey,blank
+	fetch 1,mem_module_uart_len
+	bne 5,module_hci_event_receive_invalid_cmd
+	ifetch 4,contru
+	arg 1000000,temp
+	isub temp,null
+	branch module_hci_event_receive_invalid_cmd,positive
+	store 4,mem_le_tk
+	call le_set_config_fixed_tk
+	branch module_hci_event_receive_valid_cmd
+
+module_hci_cmd_le_set_random_passkey:
+	call le_clr_config_fixed_tk
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x76
+module_hci_cmd_delete_customize_service:
+	ifetcht 2,contru
+	call le_att_get_handle_ptr2
+	add contr,-2,contw
+	setarg 0x0000
+	istore 2,contw
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x77
+module_hci_cmd_add_service_uuid:
+	call module_hci_cmd_add_service_uuid_set_uuid
+	call uart_copy_rx_bytes_len_data
+	setarg 0x0000
+	istore 2,contw
+	branch module_hci_event_uuid_handle
+
+
+
+//command opcode 0x78
+module_hci_cmd_add_characteristic_uuid:
+	ifetch 1,contru	//Characteristic
+	call module_hci_cmd_add_characteristic_uuid_set_handle
+	call module_hci_cmd_add_characteristic_uuid_set_uuid
+	branch module_hci_event_uuid_handle
+
+
+module_hci_cmd_add_service_uuid_set_uuid:
+	call le_att_creat_new_handle
+	setarg 0x280002
+	istore 3,contw
+	rtn
+
+
+module_hci_cmd_add_characteristic_uuid_set_handle:
+	store 1,mem_pdatatemp
+	call le_att_creat_new_handle
+	setarg 0x01280302
+	istore 4,contw
+	fetch 1,mem_pdatatemp
+	istore 3,contw
+	rtn
+
+
+module_hci_cmd_add_characteristic_uuid_set_uuid:
+	call le_att_get_last_handle
+	ifetch 1,contru
+	and pdata,0x1f,loopcnt
+	copy pdata,rega
+	isolate1 BIT_OF_WRITE_AUTHENTICATED,rega
+	setflag true,BIT_OF_ATT_HANDLE_WRITE_AUTHENTICATED,temp
+	isolate1 BIT_OF_READ_AUTHENTICATED,rega
+	setflag true,BIT_OF_ATT_HANDLE_READ_AUTHENTICATED,temp
+	istoret 2,contw
+	copy loopcnt,pdata
+	istore 1,contw
+	call uart_copy_rx_bytes
+	call uart_copy_rx_bytes_len_data		//data
+	setarg 0
+	istore 2,contw
+	and temp,0xff,temp
+	increase -1,temp
+	call le_att_get_handle_ptr2
+	add contr,4,contr
+	ifetch 1,contr		//characteristic data
+	bbit1 BIT_CHARACTERISTIC_NOTIFY,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid
+	bbit1 BIT_CHARACTERISTIC_INDICATE,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid
+	increase 1,temp
+	rtn
+
+
+module_hci_cmd_add_characteristic_uuid_set_ccc_uuid:
+	call le_att_get_last_handle
+	isolate1 BIT_OF_NOTIFY_AUTHENTICATED,rega
+	setflag true,BIT_OF_ATT_HANDLE_WRITE_AUTHENTICATED,temp
+	istoret 2,contw
+	setarg 0x02290202
+	istore 8,contw
+	increase -1,temp
+	rtn
+
+
+le_att_creat_new_handle:
+	call le_att_get_last_handle
+	istoret 2,contw
+	rtn
+
+
+uart_copy_rx_bytes_len_data:
+	ifetch 1,contru
+	copy pdata,loopcnt
+	istore 1,contw
+	branch uart_copy_rx_bytes
+
+
+//command opcode 0x7a
+module_hci_cmd_le_passkey_entry_input:
+	fetch 1,mem_le_pairing_state
+	bne FLAG_LE_PAIRING_RECEIVE_PAIRING_CONFIRM,module_hci_event_receive_invalid_cmd
+	fetch 1,mem_le_pairing_mode
+	beq LE_PAIRING_MODE_LAGACY_PASSKEY_RES_INPUT,module_hci_cmd_passkey_entry_res_input
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT,module_hci_cmd_passkey_entry_sc_res_input
+	branch module_hci_event_receive_invalid_cmd
+
+module_hci_cmd_passkey_entry_sc_res_input:
+	jam LE_SP_FLAG_COMMIT_256,mem_le_secure_connect_flag
+	jam LE_SC_STAT_PASSKEY_WAIT_CONFIRM,mem_le_secure_connect_state	
+	branch module_hci_cmd_receive_ble_passkey
+
+module_hci_cmd_receive_ble_passkey:
+	ifetch 4,contru
+	store 4,mem_le_tk
+	branch module_hci_event_receive_valid_cmd
+	
+module_hci_cmd_passkey_entry_res_input:
+	call module_hci_cmd_receive_ble_passkey
+	branch le_send_smp_pairing_confirm
+
+
+
+//command opcode 0x90
+module_hci_cmd_ble_set_phy:
+	fetch 1,mem_module_uart_len
+	bne 2,module_hci_event_receive_invalid_cmd
+	ifetcht 2,contru
+	call le_set_phys
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x91
+module_hci_cmd_ble_read_current_phy:
+	arg 0,temp
+	arg 2,rega
+	arg mem_context+coffset_le_rx_phy,regb
+	branch module_hci_event_set_cmd
+
+
+//command opcode 0x92
+module_hci_cmd_ble_set_dle:
+	fetch 1,mem_module_uart_len
+	bne 8,module_hci_event_receive_invalid_cmd
+	ifetch 8,contru
+	call le_set_dle
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x93
+module_hci_cmd_read_chip_data:
+	ifetchr rega,1,contru
+	ifetchr regb,2,contru
+	arg 0,temp
+	branch module_hci_event_set_cmd
+
+
+//command opcode 0x94
+module_hci_cmd_write_chip_data:
+	fetchr loopcnt,1,mem_module_uart_len
+	increase -2,loopcnt
+	ifetch 2,contru
+	copy pdata,contw
+	call uart_copy_rx_bytes_fast
+	branch module_hci_event_receive_valid_cmd
+
+
+
+//command opcode 0xff
+module_hci_cmd_close_lpm:
+	jam 0,mem_lpm_mode
+	branch module_hci_event_receive_valid_cmd
+	
+
+
+
+module_hci_event_receive_invalid_cmd:
+	arg 1,temp
+	arg 0,rega
+	branch module_hci_event_set_cmd
+
+
+module_hci_event_receive_valid_cmd:
+	arg 0,temp
+	arg 0,rega
+	branch module_hci_event_set_cmd
+
+
+//event opcode 0x02
+module_hci_event_le_connect:
+	jam  HCI_EVENT_LE_CONN_REP,mem_module_uart_opcode
+	branch module_hci_event_enter_standby_mode_len0
+
+
+
+//event opcode 0x05
+module_hci_event_le_disconnect:
+	jam  HCI_EVENT_LE_DIS_REP,mem_module_uart_opcode
+	branch module_hci_event_enter_standby_mode_len0
+
+
+//event opcode 0x06
+//input:
+//	temp: success 0; fail 1
+//	rega:Response Content length
+//	regb:Response Content address
+module_hci_event_set_cmd:
+	fetch 1,mem_module_uart_opcode
+	copy pdata,regc
+	jam  HCI_EVENT_CMD_RES,mem_module_uart_opcode
+	setarg 2
+	iadd rega,pdata
+	call module_hci_prepare_tx
+	copy regc,pdata
+	istore 1,contwu
+	istoret 1,contwu
+	copy rega,loopcnt
+	copy regb,contr
+	call uart_copy_tx_bytes
+	branch module_hci_transmit_tx
+
+
+
+
+//event opcode 0x08
+//loopcnt pdata is data length
+module_hci_event_receive_le_data:
+	jam HCI_EVENT_LE_DATA_REP,mem_module_uart_opcode
+	add loopcnt,2,pdata
+	call module_hci_prepare_tx
+	fetch 2,mem_module_le_rx_data_handle // Attribute handle
+	istore 2,contwu
+	fetch 2,mem_module_le_rx_data_address
+	icopy contr
+	call uart_copy_tx_bytes_fast
+	copy contr,pdata
+	store 2,mem_module_le_rx_data_address
+	branch module_hci_transmit_tx
+
+
+//event opcode 0x09
+module_hci_event_enter_standby_mode:
+	jam HCI_EVENT_STANDBY_REP,mem_module_uart_opcode
+module_hci_event_enter_standby_mode_len0:
+	setarg 0
+	call module_hci_prepare_tx
+	branch module_hci_transmit_tx
+
+
+//event opcode 0x0a
+module_hci_event_status_res:
+	jam HCI_EVENT_STATUS_RES,mem_module_uart_opcode
+	setarg 1
+	call module_hci_prepare_tx
+	
+	call module_hci_read_bt_status
+	
+	fetch 2,mem_ui_state_map	
+	arg UI_STATE_BLE_CONNECTED,queue
+	qisolate1 pdata
+	setflag true,5,temp	
+	
+
+	
+	istoret 1,contwu
+	branch module_hci_transmit_tx
+
+//	temp: bit0 3.0 inquiry;bit1 3.0 scan;bit2 ble adv;
+
+module_hci_read_bt_status:
+	arg 0,temp
+	fetch 1,mem_le_adv_enable
+	arg 0,queue
+	qisolate1 pdata
+	setflag true,2,temp	
+	rtn
+
+
+//event opcode 0x0d
+module_hci_event_store_device:
+	jam HCI_EVENT_NVRAM_REP,mem_module_uart_opcode
+	fetch 1,mem_nv_data_number
+	mul32 pdata,34,pdata
+	icopy loopcnt
+	call module_hci_prepare_tx
+	fetch 2,mem_nv_data_ptr
+	icopy contr
+	call uart_copy_tx_bytes_fast
+	branch module_hci_transmit_tx
+
+
+//event opcode 0x0f
+module_hci_event_invalid_packet:
+	jam HCI_EVENT_INVALID_PACKET,mem_module_uart_opcode
+	fetch 2,core_uart_rxitems
+	arg 0x40,temp
+	call not_greater_than
+	copy pdata,rega
+	copy pdata,loopcnt
+	call uarta_prepare_rx
+	arg mem_module_rx_error_data_buffer,contw
+	call uart_copy_rx_bytes_fast
+	copy rega,pdata
+	copy rega,loopcnt
+	call module_hci_prepare_tx
+	arg mem_module_rx_error_data_buffer,contr
+	call uart_copy_tx_bytes_fast
+	branch module_hci_transmit_tx
+
+
+//event opcode 0x10
+module_hci_event_passkey_entry_mode:
+	jam  HCI_EVENT_GET_PASSKEY,mem_module_uart_opcode
+	branch module_hci_event_enter_standby_mode_len0
+
+
+//event opcode 0x11
+module_hci_event_le_tk:
+	jam HCI_EVENT_LE_TK,mem_module_uart_opcode
+	setarg 4
+	call module_hci_prepare_tx
+	fetch 4,mem_le_tk
+	istore 4,contwu
+	branch module_hci_transmit_tx
+
+
+//event opcode 0x14
+module_hci_event_le_pairing_fail:
+	arg FLAG_BLE_PAIRING_FAIL,rega
+	branch module_hci_event_pairing_completed
+
+module_hci_event_le_pairing_success:
+	arg FLAG_BLE_PAIRING_SUCCESS,rega
+	branch module_hci_event_pairing_completed
+
+
+module_hci_event_pairing_completed:
+	jam HCI_EVENT_LE_PAIRING_STATE,mem_module_uart_opcode
+	setarg 2
+	call module_hci_prepare_tx
+	copy rega,pdata
+	istore 2,contwu
+	branch module_hci_transmit_tx
+
+
+//event opcode 0x15
+module_hci_event_pause_enc:
+	arg FLAG_EVENT_PAUSE_ENC,regc
+	branch module_hci_event_enc
+
+module_hci_event_start_enc:
+	arg FLAG_EVENT_START_ENC,regc
+
+module_hci_event_enc:
+	jam HCI_EVENT_LE_ENCRYPTION_STATE,mem_module_uart_opcode
+	setarg 1
+	call module_hci_prepare_tx
+	copy regc,pdata
+	istore 1,contwu
+	branch module_hci_transmit_tx
+
+
+
+//event opcode 0x29
+//input:temp uuid number
+module_hci_event_uuid_handle:
+	storet 2,mem_temp
+	jam HCI_EVENT_UUID_HANDLE,mem_module_uart_opcode
+	setarg 2
+	call module_hci_prepare_tx
+	fetcht 2,mem_temp
+	istoret 2,contwu
+	branch module_hci_transmit_tx
+
+
+//event opcode 0x2B
+module_hci_event_le_input_passkey:
+	jam HCI_EVENT_LE_INPUT_GKEY,mem_module_uart_opcode
+	branch module_hci_event_enter_standby_mode_len0
+
+
+//event opcode 0x40
+module_hci_event_le_update_phy:
+	jam HCI_BLE_UPDATE_PHY_EVENT,mem_module_uart_opcode
+	setarg 2
+	call module_hci_prepare_tx
+	fetch 2,mem_context+coffset_le_rx_phy
+	istore 2,contwu
+	branch module_hci_transmit_tx
+
+	
+
+//
+	//module_hci_prepare_tx
+	//function:write hci packet header
+	//input: pdata-----packet length  (1byte)
+	//input: mem_uart_opcode------opcode (1byte)
+	//output:contwu --- pointer to packet payload
+	//use reg: contwu,pdata
+//	
+module_hci_prepare_tx:
+	jam 0x02,mem_module_uart_cmd
+	store 1,mem_module_uart_len
+	storet 8,mem_temp
+	bpatch patch07_4,mem_patch07
+	call module_set_mcu_wake_pin_high_delay
+	fetcht 8,mem_temp
+	call uarta_prepare_tx_register_push
+	fetch 3,mem_module_uart_cmd
+	istore 3,contwu
+	rtn
+
+module_hci_transmit_tx:
+	bpatch patch07_5,mem_patch07
+	branch uarta_send_register_pop
+
+module_set_mcu_wake_pin_high_delay:
+	call module_check_mcu_wake_pin_high
+	rtn true
+module_set_mcu_wake_pin_h_delay:
+	call module_set_mcu_wake_pin_high
+	fetch 4,mem_module_mcu_wake_delay_us
+	rshift2 pdata,pdata
+	rtn blank
+	branch delay
+
+module_set_mcu_wake_pin_high:
+	fetcht 1,mem_module_mcu_wake_pin
+	branch gpio_out_active
+
+module_check_mcu_wake_pin_high:
+	fetcht 1,mem_module_mcu_wake_pin
+	branch gpio_check_active
+
+module_set_mcu_wake_pin_low:
+	fetcht 1,mem_module_mcu_wake_pin
+	branch gpio_out_inactive
+
+
+
+
+
+
+
+//rega is le rx data address
+//regb is le rx data length
+//mem_le_att_handle is write handle
+module_le_receive_data:
+	storer rega,2,mem_module_le_rx_data_address
+	storer regb,2,mem_module_le_rx_data_len
+	fetch 2,mem_le_att_handle
+	store 2,mem_module_le_rx_data_handle
+	call module_check_ble_encrypt_state
+	rtn user
+	
+module_le_receive_data_ok:	
+	fetcht 2,mem_module_le_rx_data_len
+	fetch 1,mem_module_ble_data_uart_max_length
+	call not_greater_than
+	copy pdata,loopcnt
+	copy temp,pdata
+	isub loopcnt,pdata
+	store 2,mem_module_le_rx_data_len
+	call module_hci_event_receive_le_data
+	fetch 2,mem_module_le_rx_data_len
+	rtn blank
+	branch module_le_receive_data_ok
+
+
+
+
+module_bb_event_timer:
+//	branch module_read_vdd_timer
+
+module_read_vdd_timer:
+	fetch 1,mem_module_read_vdd_flag
+	rtn blank
+	fetch 1,mem_module_read_vdd_count
+	rtn blank
+	increase -1,pdata
+	store 1,mem_module_read_vdd_count
+	nrtn blank
+	jam FLAG_MODULE_READ_VDD_COUNT,mem_module_read_vdd_count
+	call enable_adc
+	call vdd_calculate_by_mode
+	div pdata,0x64
+	call get_div_result
+	remainder temp
+	store 1,mem_module_vdd_quotient
+	storet 1,mem_module_vdd_remainder
+	rtn	
+	
+
+
+
+
+module_set_le_tx_data_flag:
+	arg MODULE_FLAG_BLE_DATA_FINISH,queue
+	branch module_set_state
+	
+module_clear_le_tx_data_flag:
+	arg MODULE_FLAG_BLE_DATA_FINISH,queue
+	branch module_clr_state
+
+module_clr_state:
+	fetch 2,mem_module_flag
+	qset0 pdata
+	store 2,mem_module_flag
+	rtn
+
+module_set_state:
+	fetch 2,mem_module_flag
+	qset1 pdata
+	store 2,mem_module_flag
+	rtn
+	
+
+
+
+mouse_init:
+	call enable_authrom
+	call mouse_setting_config
+	call mouse_init_sunt
+	rtn wake
+	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_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
+	rtn
+
+
+mouse_setting_config:
+	rtn wake
+	call g24_transmit_init
+	call g24_chmap_param_init
+	call mouse_gpio_init
+	call mouse_param_init
+	call le_set_config_fixed_ltk
+	call le_set_justwork
+	call le_set_fixed_ltk
+	call le_set_config_read_authentication
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_load_eeprom_info_check
+	bbit1 MOUSE_ENABLE_FLASH,mouse_load_flash_info_check
+	rtn
+	
+mouse_xtal_init:
+	jam 0x08,mem_fcomp_div		// 0x08--16M 
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_16M
+	jam 0x18,mem_fcomp_div		// 0x18--24M
+	rtn
+
+mouse_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	
+	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 g24_interval_param_8ms
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_250Hz,mouse_24g_short_sleep_set_end
+	call g24_interval_param_4ms
+mouse_24g_short_sleep_set_end:
+	fetch 1,mem_device_flag
+	store 1,mem_device_flag_temp
+	fetch 3,mem_le_lap+3
+	store 3,mem_mouse_le_lap_temp
+	fetch 1,mem_adc_config_flag_init
+	and pdata,0xfe,pdata		// hvin = vinlpm
+	store 1,mem_adc_config_flag_init
+	store 1,mem_adc_config_flag
+	setarg 0
+	store 7,mem_mouse_key
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_bt_discovery_count
+	store 1,mem_select_device_count
+	call le_modified_name_adv
+mouse_sensor_set_angle:
+	bpatchx patch31_2,mem_patch31
+	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_start_work:
+	bpatch patch07_6,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_buletooth_fast_conn_init,user
+mouse_start_reconnect_device:
+	bpatch patch07_7,mem_patch07
+	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_start_discovery
+
+
+mouse_wakeup_from_power_check:
+	bpatch patch08_0,mem_patch08
+	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 patch08_1,mem_patch08
+	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 patch08_2,mem_patch08
+	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 patch08_3,mem_patch08
+	call mouse_set_sdio_high
+	call clear_wake
+	call mouse_lpm_before_common
+	call mouse_gpio_pu_idle
+	fetcht 1,mem_mouse_reuse_2ice_gpio
+	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
+	fetch 1,mem_whee_a_data_gpio
+	arg gpcfg_pulldown,temp
+	call gpio_config_function_int
+	fetch 1,mem_whee_b_data_gpio
+	arg gpcfg_pulldown,temp
+	branch gpio_config_function_int
+
+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
+	fetch 1,mem_adc_channel_gpio	
+	arg gpcfg_no_ie,temp
+ 	branch gpio_config_function_int
+	
+
+//set all unused gpio to pull up mode to save power	
+mouse_gpio_pu_idle:
+	arg core_gpio_conf,contr
+	arg 19,loopcnt
+mouse_gpio_pu_idle_loop:
+	ifetch 1,contr
+	nbranch mouse_gpio_pu_idle_configured,blank
+	setarg 0x40
+	add contr,-1,contw
+	istore 1,contw
+mouse_gpio_pu_idle_configured:
+	loop mouse_gpio_pu_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 patch08_4,mem_patch08
+	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
+	arg gpcfg_output_high,temp
+ 	call gpio_config_function_int
+	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
+mouse_adc_gpio_check_output:
+	bpatch patch08_5,mem_patch08
+	fetcht 1,mem_adc_channel
+	sub temp,3,null
+	branch mouse_adc_gpio_4_7_set,positive
+	increase 5,temp
+	storet 1,mem_adc_channel_gpio
+mouse_adc_gpio_set_next:
+	copy temp,rega
+	call gpio_get_config
+	beq gpcfg_output_high,mouse_set_24g_led_statue
+	call mouse_clear_24g_led_statue
+	copy rega,temp
+	branch gpio_set_high_impedance
+
+mouse_adc_gpio_4_7_set:
+	increase 4,temp
+	storet 1,mem_adc_channel_gpio
+	branch mouse_adc_gpio_set_next
+
+mouse_adc_vol_init:
+	fetch 1,mem_adc_config_flag_init
+	beq ADC_CONFIG_GPIO,mouse_adc_gpio_vol_init
+	beq ADC_CONFIG_VINLPM,mouse_adc_gpio_vinlpm_init
+	jam ADC_CONFIG_VINLPM,mem_adc_config_flag_init
+	setarg 0x2c0172		// 0x0172--3.7V  0x012c--3.0V  0x0140--3.2V  0x014a--3.3V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x014001
+	istore 3,contw
+	rtn
+mouse_adc_gpio_vol_init:	
+	setarg 0x5d0099		// 0x0099--1.5V   0x005d--0.9V  0x0068--1.0V  0x0071--1.1V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x007100
+	istore 3,contw
+	rtn
+mouse_adc_gpio_vinlpm_init:
+	setarg 0xc8012c		// 0x012c--3.0V  0x00c8--2.0V  0x00dc--2.2V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x00dc00
+	istore 3,contw
+	rtn
+	
+mouse_adc_gpio_mux_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	jam MOUSE_ADC_CHECK_MULTIPLE,mem_adc_mux_status
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+	rtnbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+	jam MOUSE_ADC_CHECK_BATTERY_ONLY,mem_adc_mux_status
+	rtn
+
+mouse_adc_read_interval:	
+	fetch 1,mem_adc_read_timer
+	increase 1,pdata
+	store 1,mem_adc_read_timer
+	fetcht 1,mem_adc_read_time_init	//1s read adc
+	isub temp,null
+	rtn
+
+mouse_adc_read:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	call mouse_adc_gpio_set
+	fetch 1,mem_adc_mux_status
+	branch mouse_adc_read_battery,blank
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO,mouse_adc_read_gpio_mux_start	// gpio + dpi/switch
+	jam MOUSE_ADC_CHECK_VINLPM_MULTIPLE,mem_adc_mux_status
+	call mouse_adc_read_interval					// vinlpm + dpi/switch
+	branch  mouse_adc_read_gpio, positive
+	call mouse_adc_read_vinlpm
+	branch mouse_adc_read_start
+
+mouse_adc_read_gpio_mux_start:
+	jam MOUSE_ADC_CHECK_GPIO_MULTIPLE,mem_adc_mux_status
+	branch mouse_adc_read_start
+
+mouse_adc_read_gpio:
+	call mouse_adc_gpio_check_output
+	jam ADC_CONFIG_GPIO,mem_adc_config_flag
+	fetch 1,mem_24g_device_led_status
+	ncall mouse_adc_read_vinlpm,blank
+	branch mouse_adc_read_start
+	
+mouse_adc_read_vinlpm:
+	jam 0,mem_adc_read_timer
+	fetch 1,mem_adc_config_flag_init
+	store 1,mem_adc_config_flag
+	rtn	
+	
+mouse_adc_read_battery:		// only get battery
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO,mouse_adc_read_battery_start
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+mouse_adc_read_battery_start:
+	call mouse_adc_read_interval
+	nrtn positive
+mouse_adc_read_start:
+	bpatch patch08_6,mem_patch08
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+	jam 0,mem_adc_read_timer
+	call enable_adc
+	call vdd_calculate_by_mode
+	store 2,mem_mouse_vdd_now_vol
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO, mouse_adc_data_process
+	fetcht 2,mem_mouse_vdd_now_vol	// BAT= 1.5V, R = 200k, a = a*1.8
+	mul32 temp,8,pdata
+	div pdata,10
+	call get_div_result
+	iadd temp,pdata
+	store 2,mem_mouse_vdd_now_vol
+mouse_adc_data_process:	
+	arg mem_mouse_vdd_calculate_set,rega
+	call mouse_adc_bat_percent_lowpower_out
+	fetch 1,mem_adc_power_flag
+	bbit1 2,mouse_adc_button_press
+	bbit1 1,mouse_power_down
+	bbit0 0,mouse_adc_no_low_voltage
+	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_7,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,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:
+	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 13,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 patch09_0,mem_patch09
+	disable user
+	setarg 0
+	store 6,mem_mouse_x
+	call mouse_check_sensor_data
+	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_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_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_process:	
+	bpatch patch09_1,mem_patch09
+	call mouse_dpi_ghost_check
+	rtn user
+	fetch 1,mem_mouse_dpi
+	increase 1,pdata
+	and pdata,0x03,pdata
+	store 1,mem_mouse_dpi
+	call mouse_seting_dpi
+	branch mouse_store_device_info_delay
+
+mouse_dpi_ghost_check:
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+	fetch 1,mem_mouse_lkey_press_status
+	rtn blank
+	fetch 1,mem_mouse_rkey_press_status
+	rtn blank
+	enable user
+	rtn
+	
+mouse_dpi_key_check_long_press:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON,mouse_select_device_by_dpi_button
+	bbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY,mouse_discovery_by_dpi_button
+	rtn
+
+mouse_select_device_by_dpi_button:
+	fetch 1,mem_mouse_dpi_button_state
+	rtnne DPI_BUTTON_STATE_DOWN	
+	arg mem_select_device_count,regc
+	arg mouse_ready_reconnection_by_dpi_button,regb
+	branch timer_single_step
+
+mouse_ready_reconnection_by_dpi_button:
+	jam 1,mem_mouse_dpi_long_press_flag
+	branch mouse_ready_reconnection_by_button
+
+mouse_discovery_by_dpi_button:
+	fetch 1,mem_mouse_dpi_button_state
+	rtnne DPI_BUTTON_STATE_DOWN	
+	arg mem_bt_discovery_count,regc
+	arg mouse_long_dpi_button_bt_discovery,regb
+	branch timer_single_step
+
+mouse_long_dpi_button_bt_discovery:
+	jam 1,mem_mouse_dpi_long_press_flag
+	branch mouse_long_button_bt_discovery
+
+mouse_dpi_config:
+	branch mouse_seting_sensor_type
+
+mouse_setting_dpi_4_level:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_DPI_LEVEL_4
+	fetch 1,mem_mouse_dpi
+	rtnne MOUSE_DPI_LEVEL4
+	jam MOUSE_DPI_LEVEL1,mem_mouse_dpi
+	rtn
+	
+mouse_seting_dpi:
+	bpatch patch09_2,mem_patch09
+	call mouse_setting_dpi_4_level
+	call mouse_dpi_led_blink_delay
+mouse_seting_sensor_type:
+	fetch 1,mem_config_sensor_type
+	beq P3212,mouse_seting_3212_dpi
+	beq KA8G2,mouse_seting_ka8g2_dpi
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_cpi0		//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_cpi1		//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_cpi2		//800
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3		//1000
+mouse_set_cpi1:	//320x+8009
+	fetcht 1,mem_320x_dpi_1
+	branch mouse_dpi_store
+mouse_set_cpi0:
+	fetcht 1,mem_320x_dpi_0
+	branch mouse_dpi_store
+mouse_set_cpi2:
+	fetcht 1,mem_320x_dpi_2
+	branch mouse_dpi_store
+mouse_set_cpi3:
+	fetcht 1,mem_320x_dpi_3
+mouse_dpi_store:
+	fetch 1,mem_config_sensor_type
+	beq P3065_XY,mouse_3065xy_set_dpi
+	beq MX8650,mouse_3065xy_set_dpi
+	beq KA8,mouse_ka8_set_dpi
+	beq P6520,mouse_ka8_set_dpi
+	beq P8009,mouse_3065xy_set_dpi
+mouse_dpi_write:		// 3205  1  2  3  4
+	storet 1,mem_mouse_cpi_count
+	setarg MOUSE_DPI_ADDRESS
+	call twspi_read
+	and pdata,0xf8,temp
+	fetch 1,mem_mouse_cpi_count
+	iadd temp,pdata
+	lshift8 pdata,pdata
+	add pdata,MOUSE_DPI_ADDRESS,pdata
+	branch twspi_write
+
+mouse_3065xy_set_dpi:	// 0 1 2 3
+	increase -1,temp
+	branch mouse_dpi_write
+
+mouse_ka8_set_dpi:	// 3 4 5 6
+	increase 2,temp
+	branch mouse_dpi_write
+
+mouse_seting_3212_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_p3212_cpi0	//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_p3212_cpi1	//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_p3212_cpi2	//2400
+	beq MOUSE_DPI_LEVEL4,mouse_set_p3212_cpi3	//800
+mouse_set_p3212_cpi1:
+	fetch 1,mem_3212_dpi_1
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi0:
+	fetch 1,mem_3212_dpi_0
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi2:
+	fetch 1,mem_3212_dpi_2
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi3:
+	fetch 1,mem_3212_dpi_3
+mouse_p3212_dpi:
+	store 1,mem_mouse_cpi_count
+	lshift8 pdata,pdata
+	copy pdata,rega
+	add pdata,MOUSE_P3212_DPI_XADDRESS,pdata
+  	call twspi_write
+ 	copy rega,pdata
+  	add pdata,MOUSE_P3212_DPI_YADDRESS,pdata
+	branch twspi_write
+
+mouse_seting_ka8g2_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_pka8g2_cpi0		//1600
+	beq MOUSE_DPI_LEVEL2,mouse_set_pka8g2_cpi1		//2400
+	beq MOUSE_DPI_LEVEL3,mouse_set_pka8g2_cpi2		//3200
+	beq MOUSE_DPI_LEVEL4,mouse_set_pka8g2_cpi3		//800
+mouse_set_pka8g2_cpi1:
+	fetch 1,mem_ka8g2_dpi_1
+	branch mouse_p3212_dpi
+
+mouse_set_pka8g2_cpi0:
+	fetch 1,mem_ka8g2_dpi_0
+	branch mouse_p3212_dpi
+	
+mouse_set_pka8g2_cpi2:
+	fetch 1,mem_ka8g2_dpi_2
+	branch mouse_p3212_dpi
+
+mouse_set_pka8g2_cpi3:
+	fetch 1,mem_ka8g2_dpi_3
+	branch mouse_p3212_dpi
+
+		
+		
+
+
+
+
+mouse_key:
+	call mouse_check_key_gpio
+	call mouse_ghost_key_check
+	call mouse_set_mult
+	call mouse_24g_key
+	copy rega,pdata
+	fetcht 1,mem_mouse_key_last
+	store 1,mem_mouse_key_last
+	store 1,mem_mouse_key
+	ixor temp,pdata
+	sub pdata,0,null
+	rtn zero
+	branch enable_user
+
+mouse_24g_key:
+	rtnmark0 mark_24g
+	copy rega,pdata
+	rtn blank
+	store 1,mem_mouse_key
+	branch enable_user
+
+mouse_ghost_key_check:
+	jam 0,mem_mouse_matrix_key_cow_count
+	jam 0,mem_mouse_matrix_key_row_count
+	jam 0,mem_mouse_ghost_flag
+	copy pdata,temp
+	call mouse_ghost_key_check_L_BK
+	call mouse_ghost_key_check_M_FW
+	call mouse_ghost_key_check_BK_FW
+	call mouse_ghost_key_check_LMR
+	fetch 1,mem_mouse_matrix_key_row_count
+	rtn blank
+	fetch 1,mem_mouse_matrix_key_cow_count
+	rtn blank
+	jam 1,mem_mouse_ghost_flag
+	fetch 1,mem_mouse_key_last		// matrix have ghost key
+	copy pdata,rega
+	rtn
+
+mouse_ghost_key_check_L_BK:
+	and temp,MOUSE_L_BK_BUTTON,pdata
+	beq MOUSE_L_BK_BUTTON,mouse_matrix_cow_more_than_one_key
+	rtn
+mouse_ghost_key_check_M_FW:
+	and temp,MOUSE_M_FW_BUTTON,pdata
+	beq MOUSE_M_FW_BUTTON,mouse_matrix_cow_more_than_one_key
+	rtn
+mouse_ghost_key_check_BK_FW:
+	and temp,MOUSE_BK_FW_BUTTON,pdata
+	beq MOUSE_BK_FW_BUTTON,mouse_matrix_row_more_than_one_key
+	rtn	
+
+mouse_ghost_key_check_LMR:
+	and temp,MOUSE_LMR_BUTTON,pdata	// key LMR press
+	beq MOUSE_LR_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_LM_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_RM_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_LMR_BUTTON,mouse_matrix_row_more_than_one_key
+	rtn
+
+
+mouse_matrix_row_more_than_one_key:
+	jam 1,mem_mouse_matrix_key_row_count
+	rtn
+
+mouse_matrix_cow_more_than_one_key:
+	jam 1,mem_mouse_matrix_key_cow_count
+	rtn
+
+mouse_key_check_once:
+	call mouse_check_key_gpio_once
+	call mouse_check_key_gpio
+	setarg 0x00
+	store 3,mem_mouse_lkey_press_status
+	rtn
+	
+mouse_check_key_gpio:
+	bpatch patch09_3,mem_patch09
+	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_customerkey_gpio
+	copy rega,pdata
+	rtn
+
+mouse_check_key_gpio_once:
+	setarg 0x030303
+	store 3,mem_mouse_lkey_press_status
+	rtn
+
+mouse_check_lkey_gpio:
+	jam MOUSE_L_KEY,mem_mouse_key_temp
+	fetcht 1,mem_lbutton_gpio
+	fetch 1,mem_mouse_lkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_lkey_press_status
+	rtn
+
+mouse_check_rkey_gpio:
+	jam MOUSE_R_KEY,mem_mouse_key_temp
+	fetcht 1,mem_rbutton_gpio
+	fetch 1,mem_mouse_rkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_rkey_press_status
+	rtn
+	
+mouse_check_mkey_gpio:
+	jam MOUSE_M_KEY,mem_mouse_key_temp
+	fetcht 1,mem_mbutton_gpio
+	fetch 1,mem_mouse_mkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_mkey_press_status
+	rtn
+
+mouse_check_bkkey_gpio:
+	fetch 1,mem_bk_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_BK_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_bkkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_bk_check
+	call gpio_get_bit
+	branch mouse_check_bk_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_mouse_bkkey_press_status
+	call mouse_check_key_connect_gnd
+mouse_check_bkkey_gpio_end:	
+	store 1,mem_mouse_bkkey_press_status
+	branch mouse_matrix_public_gpio_reset
+
+mouse_check_bk_button_connect_gnd:
+	fetcht 1,mem_matrix_public_gpio
+	fetch 1,mem_mouse_bkkey_press_status
+	call mouse_check_key_connect_gnd
+	branch mouse_check_bkkey_gpio_end
+
+mouse_3io6key_bk_check:
+	call mouse_3io6key_check
+	store 1,mem_mouse_bkkey_press_status
+	fetcht 1,mem_bk_button_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_check_fwkey_gpio:
+	fetch 1,mem_fw_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_FW_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_fwkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_fw_check
+	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:
+	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
+	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 patch09_4,mem_patch09
+	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
+	
+
+
+	
+mouse_init_sunt:
+	bpatch patch09_5,mem_patch09
+	call mouse_sensor_spi_init
+	rtn wake
+mouse_init_sensor_wakeup:	
+	call mouse_sensor_poweron
+mouse_init_sensor:
+	bpatch patch09_6,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:
+	fetch 1,mem_mouse_sensor_sclk_gpio
+	call twspi_reset 
+	branch mouse_spid_init_pin
+
+mouse_read_sensor_id:
+	setarg PAN_REG_PID_H
+	call twspi_read
+	store 1,mem_sensor_id2
+	setarg PAN_REG_PID_L
+	call twspi_read
+	store 1,mem_sensor_id1
+	rtn
+
+mouse_init_p32xx_id2_judge:
+	fetch 1,mem_sensor_id2
+	beq P_MX8650,mouse_mx8650_init_param
+	beq P8009_ID2,mouse_8009_init_param
+	beq P3205_TJ3T_ID2,mouse_3205_3t_init_param
+	beq P3204_TJ3L_ID2,mouse_3204_3l_init_param
+	beq P3212_ID2,mouse_3212_init_param
+	beq PKA8_ID2,mouse_ka8_init_param_check
+	beq P6520A_ID2,mouse_p6520_init_param
+	branch mouse_init_sensor
+	
+mouse_mx8650_init_param:
+	jam MX8650,mem_config_sensor_type
+	call mouse_sensor_reset
+	call delay_10ms
+	arg mem_sensor_8650_init,regc
+	call mouse_sensor_wr_seq
+	branch mouse_dpi_config
+
+mouse_8009_init_param:
+	setarg 0x16
+	call twspi_read
+	sub pdata,0xbd,null 
+	nbranch mouse_init_sunt,zero
+	setarg 0x19
+	call twspi_read
+	sub pdata,0x55,null 
+	nbranch mouse_init_sunt,zero
+	setarg 0x1b
+	call twspi_read
+	sub pdata,0x1d,null 
+	nbranch mouse_init_sunt,zero
+	jam P8009,mem_config_sensor_type
+	arg mem_sensor_8009_init,regc
+	branch mouse_sensor_wr_seq
+
+mouse_3205_3t_init_param:
+	jam P3205,mem_config_sensor_type
+	arg mem_sensor_3205_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init,regc
+	call mouse_sensor_wr_seq
+	setarg 0x0943
+	call twspi_write
+	arg mem_sensor_32xx_init_1,regc
+	branch mouse_sensor_wr_seq	
+
+mouse_3204_3l_init_param:
+	jam P3204,mem_config_sensor_type
+	arg mem_sensor_3204_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init_1,regc
+	branch mouse_sensor_wr_seq	
+
+mouse_3212_init_param:
+	jam P3212,mem_config_sensor_type
+	arg mem_sensor_3212_init,regc
+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:
+	setarg 0x8006		// reset to factory settings
+	call twspi_write
+	nop 12000
+	rtn
+	
+mouse_sensor_poweron:
+	bpatch patch09_7,mem_patch09
+	call mouse_sensor_spi_init
+	call mouse_sensor_reset
+	arg mem_sensor_poweron_init,regc
+	call mouse_sensor_wr_seq
+	branch mouse_dpi_config
+
+mouse_sensor_powerdown:
+	bpatch patch0a_0,mem_patch0a
+	call mouse_init_sunt
+	call mouse_sensor_spi_init
+	setarg 0x0806
+	branch twspi_write
+	
+
+
+
+
+mouse_check_sensor_data:
+	fetch 1,mem_spi_write_flash_sm
+	rtnne FLASH_SM_NO_BUYS
+	fetch 1,mem_config_sensor_type
+	beq P3205,mouse_p32xx_sensor_motion
+	beq P3065,mouse_p32xx_sensor_motion
+	beq KA8,mouse_p32xx_sensor_motion
+	beq P3204,mouse_p32xx_sensor_motion
+	beq P3212,mouse_p3212_sensor_motion
+	beq P3065_xy,mouse_p32xx_sensor_motion
+	beq P8009,mouse_p8009_sensor_motion	
+	beq KA8G2,mouse_pka8g2_sensor_motion
+	branch mouse_p32xx_sensor_motion
+
+
+mouse_p32xx_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_p32xx_sensor_motion_2
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_p32xx_sensor_motion_2:
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne P32XX_ID1,mouse_p3065_judge   
+mouse_p32xx_sensor_motion_1:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	call mouse_read_sensor_common
+	fetch 1,mem_mouse_x
+	call mouse_data_extsign
+	store 2,mem_mouse_x
+	fetch 1,mem_mouse_y
+	call mouse_data_extsign
+	store 2,mem_mouse_y
+	fetch 1,mem_config_sensor_angle
+	beq MOUSE_6CLK_ANGLE,mouse_motion32xx_6clk_direction_selection
+	beq MOUSE_9CLK_ANGLE,mouse_motion32xx_9clk_direction_selection
+	beq MOUSE_12CLK_ANGLE,mouse_motion32xx_12clk_direction_selection
+	beq MOUSE_3CLK_ANGLE,mouse_motion32xx_3clk_direction_selection
+	rtn
+
+mouse_p3065_judge:
+	beq P3065_ID1,mouse_p32xx_sensor_motion_1
+	branch mouse_twspi_reset
+	
+mouse_motion32xx_6clk_direction_selection:
+	call mouse_motion_6clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_9clk_direction_selection:
+	call mouse_motion_9clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_12clk_direction_selection:
+	call mouse_motion_12clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_3clk_direction_selection:
+	call mouse_motion_3clk_direction_dispose
+	branch mouse_sensor_sdio_low
+
+
+	
+mouse_p3212_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_p3212_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_p3212_sensor_motion_1:	
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne P32XX_ID1,mouse_twspi_reset
+mouse_p3212_sensor_motion_2:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	call mouse_read_sensor_common
+	call mouse_read_3212sensor_xy_high
+	store 1,mem_mouse_xy_h
+	rshift4 pdata,pdata
+	call mouse_data_extsign_bit3
+	store 1,mem_mouse_x+1
+	fetch 1,mem_mouse_xy_h
+	and pdata,0x0f,pdata
+	call mouse_data_extsign_bit3
+	store 1,mem_mouse_y+1
+	fetch 1,mem_config_sensor_angle
+	beq MOUSE_6CLK_ANGLE,mouse_motion_6clk_direction_dispose
+	beq MOUSE_9CLK_ANGLE,mouse_motion_9clk_direction_dispose
+	beq MOUSE_12CLK_ANGLE,mouse_motion_12clk_direction_dispose
+	beq MOUSE_3CLK_ANGLE,mouse_motion_3clk_direction_dispose
+	rtn
+
+mouse_read_3212sensor_xy_high:
+	setarg 0x12
+	branch twspi_read
+
+mouse_pka8g2_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_pka8g2_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_pka8g2_sensor_motion_1:
+	branch mouse_p3212_sensor_motion_2
+
+
+mouse_p8009_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	setarg PAN_REG_OPRATION_STATE
+	call twspi_read
+	branch mouse_p32xx_sensor_motion_1+3,blank
+	setarg 0
+	store 6,mem_mouse_x
+	rtn
+
+mouse_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_buletooth_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 patch0a_1,mem_patch0a
+	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
+	disable user
+	rtn
+
+mouse_current_mult_update:
+	fetch 1,mem_sensor_motion_gpio
+	rtnne GPIO_DISABLE
+	jam 0,mem_lpm_mult
+	jam 30,mem_mouse_current_mult_timer
+	rtn
+
+
+mouse_priority_bb_event:	
+	bpatch patch0a_2,mem_patch0a
+	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:
+	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
+	jam 0,mem_mouse_le_bb_connected_flag
+	arg LE_INTERVAL_7_5MS,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_BT_125Hz,mouse_le_bb_disconnected_next
+	arg LE_INTERVAL_8_75MS,temp
+mouse_le_bb_disconnected_next:	
+	storet 2,mem_le_interval_min
+	storet 2,mem_le_interval_min+2
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	jam 0,mem_mouse_clear_sensor_data_flag
+	call le_clr_config_more_data
+	branch mouse_bb_disconnected
+
+mouse_le_pairing_success:
+	arg LL_PAIRING_SUCCESS_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_enc_info:
+mouse_updata_le_param:
+	jam BT_CMD_LE_UPDATE_CONN,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+mouse_le_ll_start_encryt:
+	fetch 1,mem_mouse_le_reconnect_flag
+	beq 1,mouse_le_ll_reconn_start_encryt
+	branch mouse_le_ll_enable_start_enc_flag
+mouse_le_ll_reconn_start_encryt:
+	call mouse_updata_le_param
+	jam 20,mem_le_start_encrypt_timer
+mouse_le_ll_enable_start_enc_flag:
+	arg LL_START_ENC_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_enable_connect_flag:
+	fetch 1,mem_le_connect_status_flag
+	qset1 pdata
+	store 1,mem_le_connect_status_flag
+	rtn
+
+mouse_le_conn_param_update_rsp_recieved:
+	fetch 2,mem_le_l2cap_signaling_conn_param_update_rsp_result
+	rtneq BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+	fetch 1,mem_le_tsniff
+	rshift2 pdata,pdata
+	sub pdata,LE_INTERVAL_15MS,null
+	rtn positive
+	setarg LE_INTERVAL_11_25MS
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+	call mouse_updata_le_param
+mouse_le_conn_param_lpm_disable:
+	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
+	rtn
+
+mouse_le_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
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+	fetch 1,mem_le_new_connslavelatency
+	branch mouse_le_lpm_mult_reinit,blank
+	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 patch0a_3,mem_patch0a
+	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_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 patch0a_4,mem_patch0a
+	call mouse_adc_read
+	call mouse_low_voltage_led_timer
+	//24g
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer
+	call mouse_24g_long_sleep_param_update_timer
+	//led
+	call mouse_device_poweron_timer
+	call mouse_dpi_led_blink_delay_timer
+	//poll
+	call mouse_dpi_key_check_long_press
+	call mouse_bt_discovery_check
+	call mouse_commbination_key_process
+	call mouse_check_discovery_timeout_timer
+	//ble
+	call mouse_check_direct_timeout_timer
+	call mouse_le_enable_att_list_timer
+	call mouse_le_battery_updata_timer
+	call mouse_le_send_smp_security_request_timer
+	//bt
+	call mouse_check_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_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_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 patch0a_5,mem_patch0a
+	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_discover_setting_led_gpio
+
+mouse_stop_discovery:
+	bpatch patch0a_6,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:
+	jam 0,mem_mouse_direct_timer
+	branch check_51cmd_stop_adv
+
+mouse_store_remote_bdaddr:
+	bpatch patch0a_7,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 patch0b_0,mem_patch0b
+	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 patch0b_1,mem_patch0b
+	call mouse_low_voltage_led_no_enter_lpm
+	call ui_check_paring_button
+	call mouse_dpi_check
+	call mouse_select_device_check
+	call mouse_check_select_device_by_switch
+	call mouse_bt_button_check
+	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:
+	call mouse_select_device_ghost_check
+	rtn user
+	fetch 1,mem_select_device_button_statue
+	rtneq PB_BUTTON_STATE_DOWN
+	jam PB_BUTTON_STATE_DOWN,mem_select_device_button_statue
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY,mouse_long_button_bt_discovery
+	fetch 1,mem_mouse_direct_timer
+	rtn blank
+	fetch 1,mem_mouse_direct_timeout
+	store 1,mem_mouse_direct_timer
+	rtn
+
+mouse_select_device_ghost_check:
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+	fetch 1,mem_mouse_lkey_press_status
+	rtn blank
+	fetch 1,mem_mouse_rkey_press_status
+	rtn blank
+	enable user
+	rtn
+	
+mouse_check_select_device_by_switch:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO,mouse_check_select_device_by_switch_gpio
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_adc_read
+	rtn
+mouse_check_select_device_by_switch_gpio:	
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_device_switch_gpio
+	call gpio_get_bit
+	branch mouse_check_select_24gdevice,true
+mouse_select_btdevice:
+	fetch 1,mem_device_flag
+	rtneq MODE_BT_DEVICE1
+	jam MODE_BT_DEVICE1,mem_device_flag
+	branch mouse_stop_bluetooth_mode
+	
+mouse_check_select_24gdevice:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_check_select_24g_device
+	fetch 6,mem_mouse_vdd_switch_gnd_full_vol
+	store 6,mem_mouse_vdd_calculate_set
+mouse_check_select_24g_device:	
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	jam MODE_24G_DEVICE,mem_device_flag
+	branch mouse_24g_stop
+
+mouse_ready_reconnection_by_button:
+	bpatch patch0b_2,mem_patch0b
+	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 patch0b_3,mem_patch0b
+	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:
+	bpatchx patch30_6,mem_patch30
+	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
+	bpatchx patch31_1,mem_patch31
+	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:
+	bpatchx patch30_7,mem_patch30
+	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
+mouse_24g_long_sleep:
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_setgpio_hibernate,blank
+	fetch 8,mem_24g_enter_hibernate
+	branch g24_long_seep2
+
+mouse_wakeup_24g:
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_wakeup_24g_from_long_sleep,blank
+	jam 0,mem_sensor_shutdown_flag
+	branch g24_transmit_no_ack
+
+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:
+	fetch 1,mem_sensor_shutdown_flag
+	nbranch g24_short_sleep,blank
+	branch g24_transmit_start_next
+
+mouse_24g_stop:
+	set0 mark_24g,mark
+	jam STATE_24G_STOP,mem_24g_conn_sm
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	branch mouse_disable_function_flag
+
+mouse_24g_start_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G,mouse_24g_mode_setup_error
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	branch mouse_24g_reconn_dongle_start,user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_reconn_general_dongle
+	bbit0 MOUSE_ENABLE_24G_POWER_ON_PAIRING,mouse_24g_reconn_general_dongle
+	call mouse_key_check_once
+	and 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:	
+	jam MODE_24G_DEVICE,mem_device_flag
+	fetch 2,mem_mouse_24g_power_on_fast_conn_timer
+	store 2,mem_24g_reconn_timeout
+	jam FAST_CONN_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+mouse_24g_start_auto_pair:
+	call mouse_discover_setting_led_gpio
+	fetch 2,mem_24g_pair_timeout_init
+	store 2,mem_24g_reconn_timeout
+	jam PAIR_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+mouse_24g_first_start_reconn:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_reconn_dongle_start
+	call mouse_bluetooth_fast_conn_disable
+mouse_24g_first_bluetooth_reconnect:
+	call mouse_24g_stop
+	call mouse_device_led_all_off
+	jam MODE_BT_DEVICE1,mem_device_flag
+	call mouse_select_reconn_device
+	branch mouse_start_reconnect_device
+
+mouse_24g_first_bb_event_reconn_timeout:
+	call mouse_wakeup_from_power_check
+	branch mouse_app_enter_hibernate,user
+	branch mouse_start_discovery
+
+mouse_24g_first_store_reconn_info:
+	call mouse_wakeup_from_power_check
+	rtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_store_device_info_delay
+	rtn
+
+mouse_24g_start_pair_mode:
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	call mouse_enable_function_flag
+	setarg 0
+	store 2,mem_24g_reconn_timeout	
+	call mouse_stop_discovery
+	call mouse_low_voltage_led_blink_disable
+	call mouse_discover_setting_led_gpio
+	jam TYPE_MS,mem_24g_data_type
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,g24_pair_start
+	jam TYPE_KB,mem_24g_data_type
+	branch g24_pair_start
+
+mouse_24g_attempt_fail:
+	fetch 1,mem_24g_attempt_fail_flag
+	nbranch mouse_24g_hibernate_set,blank
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_3_0_ADDR,mouse_24g_fast_conn_attempt_fail
+	beq PAIR_AND_3_0_ADDR,mouse_24g_auto_pair_attempt_fail
+	beq RECEIVER_AND_3_0_ADDR,mouse_reconn_dongle_attempt_fail
+mouse_24g_attempt_fail_enter_hibernate:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL,mouse_24g_hibernate_set
+	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 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_timer_init
+	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_24g_pairing_complete:
+	call mouse_no_data_timer_init
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	call mouse_disable_function_flag
+	call mouse_device_poweron_timer_init
+	setarg 0
+	store 2,mem_24g_pair_timeout
+	store 2,mem_24g_reconn_timeout
+	store 1,mem_24g_conn_sm
+	store 1,mem_mouse_move_flag
+	store 1,mem_24g_reconn_type
+
+	call mouse_init_sensor_reset
+	call mouse_read_sensor_common
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr
+	branch mouse_store_device_info_delay
+
+mouse_24g_package_data:
+	bpatchx patch31_0,mem_patch31
+	rtnmark0 mark_24g
+	call mouse_motion
+	nrtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_24g_mouse_package_data
+	fetch 1,mem_customer_key
+	nbranch mouse_24g_keyboard_package_data,blank
+mouse_24g_mouse_package_data:
+	call mouse_data_xy_release
+	fetch 1,mem_24g_data_type
+	bbit1 1,mouse_24g_mouse_package_data_now	// last package is keyboard data
+	fetcht 1,mem_24g_txbuf+1
+	fetch 1,mem_mouse_key
+	ior temp,pdata
+	store 1,mem_mouse_key
+	fetcht 1,mem_24g_txbuf+6
+	fetch 1,mem_mouse_z
+	iadd temp,pdata
+	store 1,mem_mouse_z
+	fetcht 1,mem_24g_txbuf+7
+	fetch 1,mem_mouse_tz
+	iadd temp,pdata
+	store 1,mem_mouse_tz	
+mouse_24g_mouse_package_data_now:	
+	jam TYPE_MS,mem_24g_data_type
+	arg 7,rega	//length
+	arg mem_mouse_key,regb //tx buff
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_250Hz,g24_transmit_by_interrupt_enable
+	fetch 2,mem_mouse_z
+	rtn blank
+	branch g24_transmit_by_interrupt_enable
+
+mouse_24g_keyboard_package_data:
+	jam TYPE_KB,mem_24g_data_type
+	arg 9,rega	//length
+	fetch 1,mem_customer_data_trigger
+	nbranch mouse_customer_key_press,blank
+	arg mem_customer_key_release,regb	//tx buff
+	rtn
+mouse_customer_key_press:
+	arg mem_customer_key_press,regb
+	rtn
+
+
+
+
+
+mouse_24g_search_dongle_init:
+	setarg 0
+	store 3,mem_mouse_search_dongle_action
+	rtn
+
+mouse_24g_search_dongle:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_24G_SEARCH_DONGLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtn blank
+	fetch 1,mem_24g_abort_pac
+	rtn blank
+	fetch 1,mem_mouse_search_dongle_interval
+	increase 1,pdata
+	and_into 3,pdata
+	store 1,mem_mouse_search_dongle_interval
+	nrtn blank	//400ms
+	jam 0,mem_mouse_search_dongle_ch
+mouse_24g_search_dongle_loop:
+	bpatch patch0b_4,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
+	arg 0,rega
+	fetcht 1,mem_mouse_dpi
+	increase 1,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_DPI_LEVEL_4,mouse_dpi_led_blink_init_end
+	increase 1,temp
+	sub temp,4,null
+	ncall mouse_dpi_led_blink_count_clean,positive		// blink count:2 3 4 1
+mouse_dpi_led_blink_init_end:	
+	storet 1,mem_mouse_blink_count
+	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
+	rtn
+
+mouse_dpi_led_blink_count_clean:
+	arg 1,temp
+	rtn
+
+mouse_check_dpi_blink:
+	disable user
+	fetch 1,mem_dpi_led_gpio
+	fetcht 1,mem_mouse_struct_led_gpio
+	isub temp,null
+	nrtn zero
+	fetch 1,mem_mouse_blink_count
+	rtn blank
+	jam 0,mem_adc_low_volatage_led_blink_enable
+	enable user
+	rtn
+
+mouse_device_led_all_off:
+	call mouse_dpi_led_off
+	call mouse_device_24g_led_off
+	call mouse_device_bt1_led_off
+	branch mouse_device_bt2_led_off
+
+mouse_device_led_off:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_led_off
+	beq MODE_BT_DEVICE1,mouse_device_bt1_led_off
+	beq MODE_BT_DEVICE2,mouse_device_bt2_led_off
+	rtn
+
+mouse_device_24g_led_off:
+	jam 0,mem_24g_device_led_status
+	fetcht 1,mem_config_device_24g_led_gpio
+	branch mouse_led_off
+
+mouse_device_bt1_led_off:
+	fetcht 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_off
+	
+mouse_device_bt2_led_off:
+	fetcht 1,mem_config_device_bt2_led_gpio
+	branch mouse_led_off
+
+mouse_dpi_led_off:
+	fetcht 1,mem_dpi_led_gpio
+	branch mouse_led_off
+
+mouse_device_led_on:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_led_on
+	beq MODE_BT_DEVICE1,mouse_device_bt1_led_on
+	beq MODE_BT_DEVICE2,mouse_device_bt2_led_on
+	rtn
+
+mouse_device_24g_led_on:
+	fetcht 1,mem_config_device_24g_led_gpio
+	branch mouse_led_on
+mouse_device_bt1_led_on:
+	fetcht 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_on
+mouse_device_bt2_led_on:
+	fetcht 1,mem_config_device_bt2_led_gpio
+	branch mouse_led_on
+
+mouse_led_off:
+	bpatch patch0b_5,mem_patch0b
+	storet 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	branch ui_led_off_global
+mouse_led_on:
+	bpatch patch0b_6,mem_patch0b
+	storet 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	branch ui_led_on_global
+
+mouse_ui_led_off_static:
+	bpatch patch0b_7,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 patch0c_0,mem_patch0c
+	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
+
+
+
+
+
+
+
+shutter_init:
+	call enable_authrom
+
+	rtn wake
+	setarg shutter_le_before_hibernate
+	store 2,mem_cb_before_hibernate
+
+	setarg shutter_process_lpm_before
+	store 2,mem_cb_before_lpm
+		
+	setarg shutter_process_idle
+	store 2,mem_cb_idle_process
+		
+	setarg shutter_process_bb_event 
+	store 2,mem_cb_bb_event_process
+
+	setarg shutter_le_scale_lpm_lock
+	store 2,mem_cb_check_wakelock
+	
+	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
+
+	setarg shutter_soft_swtich_power_on
+	store 2,mem_shutter_soft_switch_poweron_callback_function
+	setarg shutter_soft_swtich_power_off
+	store 2,mem_shutter_soft_switch_poweroff_callback_function
+
+	call shutter_set_ble_version
+	call le_modified_name_adv
+	call shutter_init_param	
+	call keyscan_key_init
+	call queue_init
+	call ui_led_init_global
+	
+	bpatch patch0c_1,mem_patch0c
+	call shutter_load_buffer_config_form_DataRom
+
+	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_set_ble_version:
+	//set ble version  4.1 
+	jam 7,mem_version
+	rtn
+
+
+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,shutter_process_soft_swtich_button_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
+	enable user2
+	rtn
+
+//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:
+	setarg 0x02
+	store 1,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
+ 	call le_set_config_fixed_ltk
+	call le_set_fixed_ltk
+	call le_set_justwork
+	branch le_set_config_read_authentication
+///////////////////////////////////////
+
+shutter_load_buffer_config_form_DataRom:
+///////load data Rom/////////
+	arg BLE_KEY_VALUE_LIST_SIZE,loopcnt
+	arg mem_ble_data_buffer1,contw
+	arg BLE_SHUTTER_KEY_VALUE_LIST_ADDR,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_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_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
+	setarg BLE_SHUTTER_GATT_LIST_ADDR	//BLE ATT LIST 
+	store 2,mem_ui_le_uuid_table	//BLE ATT LIST END
+	rtn	
+	
+
+
+
+
+
+
+
+
+// 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 pp_pn9
+	branch fcc_auth_procedures
+
+
+
+fcc_auth_procedures:
+	bpatch patch0c_5,mem_patch0c
+//以下变量保持默认值
+	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 patch0c_6,mem_patch0c
+	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 patch0c_7,mem_patch0c
+	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 patch0d_0,mem_patch0d
+	//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 patch0d_1,mem_patch0d
+	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
+
+pp_pn9:
+	arg mem_pn9_size,loopcnt
+ 	arg mem_pn9,contw
+  	setarg 0x1ff
+    	force 0,regb
+pp_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 pp_pn9_loop,true
+    //copy temp,pdata
+    istoret 1,contw
+ //   inject mod,8
+    loop pp_pn9_loop
+    rtn
+
+
+
+
+fcc_le_enable:
+	bpatch patch0d_2,mem_patch0d
+	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 patch0d_3,mem_patch0d
+	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 patch0d_4,mem_patch0d
+	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 patch0d_5,mem_patch0d
+//	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 patch0d_6,mem_patch0d
+	call fcc_test_ble_bt_tx_off	//close tx
+	call set_freq_rx
+	setarg param_pll_setup
+	call sleep
+	branch rf_rx_enable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+hci_init:
+	clear_stack		//清空堆栈
+	call wdt_set_disable
+	call hci_init_clksel_xtal
+	call hci_init_uart_default_config
+	call hci_init_uart_config
+	call hci_init_pwm_default_config
+	call hci_init_pwm
+
+	jam 1,mem_hci_command_complete_num_hci_command_packet
+	jam HCI_H4_TYPE_EVENT,mem_hci_event_head_type
+
+hci_process_loop:
+	call hci_process_check_uart_rx
+	branch hci_process_loop
+	
+hci_init_clksel_xtal:
+	jam clksel_xtal,core_clksel
+	rtn
+
+hci_init_uart_default_config:
+	call hci_init_uart_default_config_tx
+	call hci_init_uart_default_config_rx
+	call hci_init_uart_default_config_rts
+	branch hci_init_uart_default_config_cts
+
+hci_init_uart_default_config_tx:
+	fetch 1,mem_hci_uart_tx_gpio
+	nrtn blank
+	jam HCI_UART_TX_GPIO_NUM,mem_hci_uart_tx_gpio
+	rtn	
+
+hci_init_uart_default_config_rx:
+	fetch 1,mem_hci_uart_rx_gpio
+	nrtn blank
+	jam HCI_UART_RX_GPIO_NUM,mem_hci_uart_rx_gpio
+	rtn	
+hci_init_uart_default_config_rts:
+	fetch 1,mem_hci_uart_rts_gpio
+	nrtn blank
+	jam HCI_UART_RTS_GPIO_NUM,mem_hci_uart_rts_gpio
+	rtn	
+hci_init_uart_default_config_cts:
+	fetch 1,mem_hci_uart_cts_gpio
+	nrtn blank
+	jam HCI_UART_CTS_GPIO_NUM,mem_hci_uart_cts_gpio
+	rtn	
+
+
+hci_init_uart_config:
+	setarg mem_h5rx_buf
+	store 2,mem_pdatatemp
+	setarg mem_h5rx_buf_end
+	istore 2,contw
+	setarg mem_h5tx_buf
+	istore 2,contw
+	setarg mem_h5tx_buf_end
+	istore 2,contw	
+	fetch 8,mem_pdatatemp
+	call uarta_init_dma_mem
+	call uart_clock_select_main_freq_crystal
+	arg 115200,temp
+	call uarta_calc_baud_rate_config
+	fetch 1,mem_hci_uart_tx_gpio
+	arg gpcfg_uart_txd,temp
+	call gpio_config_function_int
+	fetch 1,mem_hci_uart_rx_gpio
+	arg gpcfg_uart_rxd|gpcfg_pullup,temp
+	call gpio_config_function_int
+	fetch 1,mem_hci_uart_rts_gpio
+	arg gpcfg_uart_rts,temp
+	call gpio_config_function_int
+	fetch 1,mem_hci_uart_cts_gpio
+	arg gpcfg_uart_cts,temp
+	call gpio_config_function_int
+
+	arg FUN_UART_CONTROL_ENABLE|FUN_UART_CONTROL_SETTING_RATE_BAUD,temp
+	storet 1,core_uart_ctrl
+	branch clean_mem
+
+hci_init_pwm_default_config:
+	fetch 1,mem_hci_pwm_12mhz_gpio
+	nrtn blank
+	jam HCI_PMW_12MHZ_GPIO_NUM,mem_hci_pwm_12mhz_gpio
+	rtn	
+
+hci_init_pwm:
+	fetch 1,mem_hci_pwm_12mhz_gpio
+	arg gpcfg_pwm_out0,temp
+	call gpio_config_function_int
+	arg 0x40,rega
+	call pwm_init
+	arg 0,rega
+	arg 0,regb
+	setarg 0
+	call pwm_duty_cycle_set
+	arg 0,queue
+	branch pwm_set_select
+
+
+hci_process_check_uart_rx:
+	fetch 2,core_uart_rxitems
+	add pdata,-4,rega
+	nrtn positive
+	call uarta_prepare_rx
+	ifetch 1,contru
+	beq HCI_H4_TYPE_CMD,hci_parse_packet_cmd
+//	beq HCI_H4_TYPE_ACL,hci_parse_packet_acl
+	call delay_10ms
+	branch uarta_clear_current_rx
+
+//hci_parse_packet_acl:
+//	rtn
+hci_parse_packet_cmd:
+	ifetch 2,contru	// Opcode
+	store 2,mem_hci_opcode
+	arg 0x3ff,temp
+	iand temp,temp	//low 10bit
+	storet 2,mem_hci_opcode_ocf
+	rshift2 pdata,pdata
+	rshift8 pdata,pdata	//high 6bit
+	store 1,mem_hci_opcode_ogf
+	ifetch 1,contru	// parameter total length
+	pincrease -1		//大于等于
+	isub rega,null
+	rtn positive
+	call hci_parse_complete_packet
+	branch hci_drop_current_packet
+
+hci_parse_complete_packet:
+	fetch 1,mem_hci_opcode_ogf
+//	beq HCI_OGF_LINK_CONTROL,hci_parse_packet_cmd_ogf_link_control
+//	beq HCI_OGF_LINK_POLICY,hci_parse_packet_cmd_ogf_link_policy
+//	beq HCI_OGF_CONTROLLER_AND_BASEBAND,hci_parse_packet_cmd_ogf_controller_and_baseband
+//	beq HCI_OGF_INFOMATIONAL_PARAM,hci_parse_packet_cmd_ogf_infomational_parameters
+//	beq HCI_OGF_STATUS_PARAM,hci_parse_packet_cmd_ogf_status_parameters
+//	beq HCI_OGF_TEST,hci_parse_packet_cmd_ogf_testing
+//	beq HCI_OGF_LE_CONTROLLER,hci_parse_packet_cmd_ogf_le_controller
+	beq HCI_OGF_VENDOR_SPECIFIC_DEBUG,hci_parse_packet_cmd_ogf_vendorspecific_debug
+	branch hci_send_event_command_complete_error_command_nuknown
+
+//hci_parse_packet_cmd_ogf_link_control:
+//hci_parse_packet_cmd_ogf_link_policy:
+//hci_parse_packet_cmd_ogf_controller_and_baseband:
+//hci_parse_packet_cmd_ogf_infomational_parameters:
+//hci_parse_packet_cmd_ogf_status_parameters:
+//hci_parse_packet_cmd_ogf_testing:
+//hci_parse_packet_cmd_ogf_le_controller:
+
+hci_parse_packet_cmd_ogf_vendorspecific_debug:
+	bpatch patch0d_7,mem_patch0d
+	fetch 1,mem_hci_opcode_ocf
+	beq HCI_VENDOR_CMD_RESET,hci_normal_reply
+	beq HCI_VENDOR_CMD_CHIPID,phci_grp_vendor_chipid
+	beq HCI_VENDOR_CMD_BAUD,phci_grp_vendor_baud
+	beq HCI_VENDOR_CMD_PATCH,phci_grp_vendor_patch
+	beq HCI_VENDOR_CMD_PATCH_DONE,phci_grp_vendor_done
+	beq HCI_VENDOR_CMD_ECHO,hci_normal_reply
+	beq HCI_VENDOR_CMD_MEM,phci_grp_vendor_mem
+	beq HCI_VENDOR_CMD_SET_FLOW_CONTROL,phci_grp_vendor_flow_control
+	branch hci_normal_reply
+
+	
+phci_grp_vendor_chipid:
+	jam COMMAND_SUCCEEDED,mem_hci_command_complete_return_parameter
+	fetch 2,core_chipid
+	store 2,mem_hci_command_complete_return_parameter_chip_id
+	arg 3,loopcnt
+	branch hci_send_event_command_complete
+	
+phci_grp_vendor_baud:
+	ifetch 2,contu
+	store 2,core_uart_baud
+	rtn
+
+
+phci_grp_vendor_patch_common:
+	ifetch 1,contu
+	copy pdata,temp //check sum via temp
+	store 1,core_ucode_low
+	ifetch 1,contu
+	iadd temp,temp
+	set1 7,pdata
+	store 1,core_ucode_ctrl
+	ifetch 1,contu
+	iadd temp,temp
+	copy pdata,loopcnt
+	rtn
+	
+phci_grp_vendor_patch:
+	call phci_grp_vendor_patch_common
+phci_grp_vendor_patch_loop:
+	ifetch 1,contu
+	store 1,core_ucode_data
+	iadd temp,temp
+	loop phci_grp_vendor_patch_loop
+phci_grp_vendor_patch_check_sum:	
+	and temp,0xff,temp
+	ifetch 1,contu
+	isub temp,null
+	nbranch phci_grp_vendor_patch_bad,zero
+	branch hci_normal_reply
+
+phci_grp_vendor_done:
+	arg 0x20,loopcnt    //patch switch length
+	arg mem_patch00,contw
+	arg 0,temp //checksum
+phci_grp_vendor_done_loop:
+	ifetch 1,contu
+	istore 1,contw
+	iadd temp,temp
+	loop phci_grp_vendor_done_loop
+	and temp,0xff,temp
+	ifetch 1,contu
+	isub temp,null
+	nbranch phci_grp_vendor_patch_bad,zero
+	jam 0,core_ucode_ctrl
+	call hci_normal_reply
+	call wait_uarttx
+	branch soft_reset
+
+phci_grp_vendor_patch_bad:
+	jam 0,core_ucode_ctrl
+	branch hci_send_event_command_complete_error_command_nuknown
+	
+
+phci_grp_vendor_mem:
+	ifetch 1,contu
+	copy pdata,loopcnt
+	ifetch 2,contu
+	copy pdata,contw
+	call uart_copy_rx_bytes
+	branch hci_normal_reply
+
+phci_grp_vendor_flow_control:
+	fetch 1,core_uart_ctrl
+	set1 BIT_UART_CONTROL_FLOW_CONTROL,pdata
+	store 1,core_uart_ctrl
+	branch hci_normal_reply
+
+	
+hci_normal_reply:
+	branch hci_send_event_command_complete_without_payload
+
+hci_send_event_command_complete_error_command_nuknown:
+	jam COMMAND_UNKNOWN,mem_hci_command_complete_return_parameter
+	branch hci_send_event_command_complete_without_payload+1
+hci_send_event_command_complete_error_command_disallowed:
+	jam COMMAND_DISALLOWED,mem_hci_command_complete_return_parameter
+	branch hci_send_event_command_complete_without_payload+1
+hci_send_event_command_complete_without_payload:
+	jam COMMAND_SUCCEEDED,mem_hci_command_complete_return_parameter
+	arg 1,loopcnt
+	branch hci_send_event_command_complete
+
+hci_send_event_command_complete:
+	jam HCI_EVENT_COMMAND_COMPLETE,mem_hci_event_head_event_code
+	add loopcnt,3,pdata
+	store 1,mem_hci_event_para_total_length
+	call hci_prepare_send_event
+	fetch 3,mem_hci_command_complete_num_hci_command_packet
+	istore 3,contwu
+//	copy rega,contr
+	arg mem_hci_command_complete_return_parameter,contr
+	call uart_copy_tx_bytes
+	branch uarta_send_register_pop
+
+//mem_mesh_event_head_event_code:event code
+//mem_mesh_event_para_total_length:parameter total length
+hci_prepare_send_event:
+	call uarta_prepare_tx_register_push
+	fetch 3,mem_hci_event_head_type
+	istore 3,contwu
+	rtn
+
+hci_drop_current_packet:
+	call uarta_prepare_rx
+	increase 3,contru
+	ifetch 1,contru
+	iadd contru,contru
+	branch uarta_rxdone
+
+cmd_exit:
+	jam 0,mem_hci_cmd
+	rtn
+
+
+
+
+
+
+
+kscan_init:  
+	fetch 2,mem_kscan_ptr
+	copy pdata,regc
+	call kscan_row_num_select
+	branch kscan_col_num_select
+
+kscan_col_init:
+	setarg 0
+	add regc,KEYSCAN_OFFECT_SHIFT_COUNT,rega
+	istore 1,rega
+	add regc,KEYSCAN_OFFECT_COL_NUM,rega
+	ifetch 1,rega
+	branch kscan_value_init,blank
+	copy pdata,loopcnt
+	add regc,KEYSCAN_OFFECT_COL_CONF_PIN,regb
+kscan_col_loop: 
+	ifetcht 1, regb
+	call gpio_config_output
+	ifetcht 1, regb
+	call gpio_out_active
+	call kscan_value_init             
+	ifetcht 1,regb
+	call gpio_config_input
+	increase 1,regb
+	loop kscan_col_loop
+	rtn  
+kscan_row_num_select:          
+	add regc,KEYSCAN_OFFECT_ROW_NUM,contw
+	ifetch 1,contw 
+	rtn blank
+	copy pdata,loopcnt
+	add regc,KEYSCAN_OFFECT_ROW_CONF_PIN,rega
+	branch kscan_ioselect_input   
+kscan_col_num_select:           
+	add regc,KEYSCAN_OFFECT_COL_NUM,contw
+	ifetch 1,contw 
+	rtn blank
+	copy pdata,loopcnt
+	add regc,KEYSCAN_OFFECT_COL_CONF_PIN,rega
+	branch kscan_ioselect_input
+kscan_ioselect_input: 
+	ifetcht 1,rega
+	call gpio_config_input 
+	increase 1,rega
+	loop kscan_ioselect_input
+	rtn
+kscan_value_init:
+	setarg 0
+	add regc,KEYSCAN_OFFECT_ROW_COUNT,rega
+	istore 1,rega
+	add regc,KEYSCAN_OFFECT_ROW_CONF_PIN,rega
+kscan_save_vaule:
+	ifetcht 1,rega       
+	call gpio_get_bit   
+	add regc,KEYSCAN_OFFECT_VALUE_TEMP,temp
+	ifetch 2,temp
+ 	add regc,KEYSCAN_OFFECT_SHIFT_COUNT,contr
+	ifetcht 1,contr
+	copy temp,queue
+	qsetflag true,pdata
+
+	add regc,KEYSCAN_OFFECT_VALUE_TEMP,temp
+ 	istore 2,temp
+	increase 1,rega
+    
+	add regc,KEYSCAN_OFFECT_SHIFT_COUNT,contw
+	ifetch 1,contw 
+	increase 1,pdata
+	istore 1,contw
+    
+	add regc,KEYSCAN_OFFECT_ROW_COUNT,contw
+	ifetcht 1,contw 
+	increase 1,temp
+	istoret 1,contw
+	add regc,KEYSCAN_OFFECT_ROW_NUM,contw
+	ifetch 1,contw 
+	ixor temp,null  
+	nbranch kscan_save_vaule,zero
+	rtn       
+	
+	
+kscan_lpm_berfore:
+	fetch 2,mem_kscan_ptr
+	copy pdata,regc
+ 	add regc,KEYSCAN_OFFECT_ROW_NUM,contw
+ 	ifetch 1,contw 
+	copy pdata,loopcnt
+	add regc,KEYSCAN_OFFECT_COL_CONF_PIN,rega
+kscan_select_wake:    
+	ifetcht 1,rega
+	call gpio_set_wake   
+	increase 1,rega
+	loop kscan_select_wake
+	rtn
+
+kscan_clkn_bt_timer_check:
+	ifetcht 4,rega
+	copy clkn_bt,pdata
+	isub temp,null
+	rtn positive
+	setarg 0
+	istore 4,rega
+	rtn
+
+kscan_process:
+	fetch 2,mem_kscan_ptr
+	copy pdata,regc
+	add regc,KEYSCAN_OFFECT_BTCLK,rega
+	call kscan_clkn_bt_timer_check
+	ifetch 4,rega
+	add regc,KEYSCAN_OFFECT_BTCLK_INTERVAL,regb
+	ifetcht 1,regb
+	iadd temp,temp
+	copy clkn_bt,pdata
+	isub temp,null
+	nrtn positive
+	istore 4,rega
+	call kscan_col_init  
+	add regc,KEYSCAN_OFFECT_VALUE_TEMP,rega
+	ifetch 2,rega
+	add regc,KEYSCAN_OFFECT_LASVALUE,rega
+	ifetcht 2,rega
+	istore 2,rega
+	iand temp,pdata
+	add regc,KEYSCAN_OFFECT_VALUE,rega    
+	istore 2,rega 
+	rtn  
+
+	
+	
+
+
+
+	
+    
+	
+
+
+
+
+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 patch0e_0,mem_patch0e
+	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 patch0e_1,mem_patch0e
+	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 patch0e_2,mem_patch0e
+	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 patch0e_3,mem_patch0e
+	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 patch0e_4,mem_patch0e
+	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 patch0e_5,mem_patch0e
+	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 patch0e_6,mem_patch0e
+	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 patch0e_7,mem_patch0e
+	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 patch0f_0,mem_patch0f
+	fetch 3,mem_tx_fifo1
+	rtn
+
+
+
+//bool fifo_is_empty(void)
+//blank == 1: empty
+//blank == 0: not empty
+
+l2cap_malloc_is_fifo_empty:
+	bpatch patch0f_1,mem_patch0f
+	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 patch0f_2,mem_patch0f
+	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 patch0f_3,mem_patch0f
+	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
+	
+
+
+	
+
+define NEC
+
+
+
+
+//pdata:gpio number
+twspi_reset:
+	bpatch patch0f_4,mem_patch0f
+	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
+	
+
+	
+reload_eeprom:
+	call clean_mem
+	setarg 0x1000
+	store 2,mem_addr_mi
+	arg iicd_read_eep,regc
+	arg 2,loopcnt
+reload_eeprom_loop:
+	call get_block_header
+	nrtn zero
+	fetch 2,mem_addr_mi
+	byteswap pdata,pdata
+	iadd temp,pdata
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	loop reload_eeprom_loop
+	branch load_storage_loop
+
+
+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 loadcode_hci
+	
+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, loadcode_hci
+	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 loadcode_hci,match
+	fetch 1,mem_ucode_status
+	compare 3,pdata,3
+	nbranch loadcode_spi_loop,true		// crc error, try again
+
+loadcode_hci:
+	call clear_key_buf
+	fetch 1,mem_ucode_device_flag
+	rtnbit0 OTP_UFLAG_HCI
+	branch hci_init
+	
+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 0x33,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 patch0f_5,mem_patch0f
+	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 patch0f_6,mem_patch0f
+	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 patch0f_7,mem_patch0f
+	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 44
+	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 patch10_0,mem_patch10
+	call otp_read_pwr_on
+	call otpd_read_data
+	branch otp_pwr_off
+
+	
+otpd_read_data:
+	call otp_set_addr
+	call otpd_read_init
+	call otpd_wait_end
+	rtn
+
+
+
+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_module,app_lpm_peripheral_lock_module
+	beq dvc_op_dongle,app_lpm_peripheral_lock_dongle
+//	beq dvc_op_test,app_lpm_peripheral_lock_test
+	beq dvc_op_light,app_lpm_peripheral_lock_light
+	beq dvc_op_mouse,app_lpm_peripheral_lock_mouse
+	beq dvc_op_shutter,app_lpm_peripheral_lock_shutter
+	beq dvc_op_hci_boot,app_lpm_peripheral_lock_hciboot
+	beq dvc_op_remote_car,app_lpm_peripheral_lock_remote_car
+	beq dvc_op_car,app_lpm_peripheral_lock_car
+	branch app_lpm_mpu_lock_24g_ble
+	
+app_lpm_peripheral_lock_module:
+app_lpm_peripheral_lock_hciboot:
+	call app_lpm_mpu_lock_24g
+	branch lpm_write_lock
+
+	
+app_lpm_peripheral_lock_dongle:
+	arg module_init,pdata //module
+	arg ui_soft_switch_power_off,temp  //shutter
+	call app_mpu_s0_lock
+	branch lpm_write_lock
+
+app_lpm_peripheral_lock_test:
+	branch lpm_write_lock
+
+app_lpm_peripheral_lock_light:
+	arg car_init,pdata //
+	arg shutter_default_init,temp  //shutter
+	call app_mpu_s0_lock    
+	branch lpm_write_lock
+
+app_lpm_peripheral_lock_mouse:
+	arg car_init,pdata //
+	arg module_set_state,temp  //module
+	call app_mpu_s0_lock
+	branch lpm_write_lock
+	
+app_lpm_peripheral_lock_shutter:
+	arg car_init,pdata  //
+	arg remote_car_moto_data_enable_user,temp //car remote
+	call app_mpu_s0_lock
+	branch lpm_write_lock
+	
+	
+app_lpm_peripheral_lock_remote_car:
+app_lpm_peripheral_lock_car:
+	arg dongle_init,pdata  //dongle
+	arg ui_soft_switch_power_off,temp //shutter
+	call app_mpu_s0_lock
+	branch lpm_write_lock
+	
+app_lpm_peripheral_lock_antilost:
+	arg car_init,pdata  //dongle
+	arg ui_soft_switch_power_off,temp //shutter
+	call app_mpu_s0_lock
+	branch lpm_write_lock
+
+app_lpm_mpu_lock_module:
+	arg module_init,pdata
+	arg module_set_state,temp
+app_mpu_s0_lock:
+	lshift16 temp,temp
+	ior temp,pdata
+	store 4,core_lpm_reg
+	branch lpm_write2_mpu_s0
+	
+app_lpm_mpu_lock_app:	
+	arg car_init,pdata  //
+	arg ui_soft_switch_power_off,temp //shutter
+	branch app_mpu_s0_lock
+
+
+
+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 patch10_1,mem_patch10
+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 patch10_2,mem_patch10
+	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 patch10_3,mem_patch10
+	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:
+	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 patch10_4,mem_patch10
+	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 patch10_5,mem_patch10
+	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 patch10_6,mem_patch10
+	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 patch10_7,mem_patch10
+	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 patch11_0,mem_patch11
+	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 patch11_1,mem_patch11
+	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 patch11_2,mem_patch11
+	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 patch11_3,mem_patch11
+	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
+
+
+
+uarta_init_dma_mem:
+	call enable_user
+	branch uart_init_dma_mem
+
+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
+
+
+uarta_init_baud_rate:
+	store uart_baud_len,core_uart_baud
+	rtn
+
+
+uarta_calc_baud_rate_config:
+	call uart_calc_baud_rate_config
+	branch uarta_init_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
+
+
+
+
+app_store_nvram_event:
+	jam BT_EVT_STORE_NVRAM,mem_fifo_temp
+	branch ui_ipc_send_event
+
+check_51cmd_update_device_record:
+	bpatch patch11_4,mem_patch11
+	fetch 1,mem_nv_data_number
+	rtn blank		// not nv data
+	call check_nvram
+	call init_device_list,zero
+	call disable_user2
+	call nvram_find_addr_from_bd_list
+write_device_record:
+	fetch 1,mem_nv_data_number
+	icopy regc
+	fetcht 2,mem_nv_data_ptr
+	storet 2,mem_list_item_ptr
+write_device_loop_find:
+	copy regc,pdata
+	branch app_store_nvram_event,blank  //EEPROM
+	increase -1,regc
+	copy temp,rega
+	ifetch 1,rega
+	fetcht 1,mem_select_list_item
+	isub temp,null
+	call set_index_finded_device,zero
+	branch write_device_loop_find0,positive
+	ifetch 1,rega
+	increase 1,pdata
+	istore 1,rega
+write_device_loop_find0:
+	fetcht 2,mem_list_item_ptr
+	increase NV_DATA_LEN,temp
+	storet 2,mem_list_item_ptr
+	branch write_device_loop_find
+
+set_index_finded_device:
+	setarg 0
+	istore 1,rega
+	fetch 1,mem_temp_reconn_record
+	istore 1,contw	
+	bne REC_3_MODE,set_index_finded_device_ble_mode
+//	arg mem_link_key,regb
+set_index_find_device_MASTER_ADDR:
+	ifetch 6,contr
+	istore 8,contw
+	setarg 0
+	istore 8,contw
+	copy regb,contr
+store_rec_data_common:
+	call memcpy16
+	force 1,null
+	rtn
+
+set_index_finded_device_ble_mode:
+	beq REC_4_MODE_RANDOM_RESOLVABLE_PRIVATE_ADDRESS,set_index_finded_device_IRK
+	beq REC_4_MODE_RANDOM_NON_RESOLVABLE_PRIVATE_ADDRESS,set_index_finded_device_EDIV
+	arg mem_le_ltk,regb
+	branch set_index_find_device_MASTER_ADDR
+
+set_index_finded_device_IRK:
+	arg mem_le_irk,contr
+	call memcpy16
+store_ble_rec_data_common:
+	arg mem_le_ltk,contr
+	branch store_rec_data_common
+
+set_index_finded_device_EDIV:
+	arg mem_le_rand,contr
+	call memcpy16
+	branch store_ble_rec_data_common
+
+
+//enable user2 reconnect
+//disable user2 pairing
+nvram_find_addr_from_bd_list:
+	bpatch patch11_5,mem_patch11
+	call disable_user
+	fetch 1,mem_nv_data_number
+	rtn blank		// not nv data
+	bpatch patch11_6,mem_patch11
+	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
+	branch find_addr_from_bd_list_common
+	
+find_addr_from_bd_list_common:
+	bpatch patch11_7,mem_patch11
+//	store 6,mem_temp_lap
+	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
+//	arg mem_le_irk,contr
+	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
+
+check_nvram:
+	fetch 2,mem_nv_data_ptr
+	ifetcht 1,pdata
+	pincrease NV_DATA_LEN
+	ifetch 1,pdata
+	isub temp,null
+	rtn
+
+init_device_list:
+	fetch 1,mem_nv_data_number
+	icopy loopcnt
+	fetcht 2,mem_nv_data_ptr
+	setarg 0
+init_device_list_loop:
+	istore 1,temp
+	increase NV_DATA_LEN,temp
+	pincrease 1
+	loop init_device_list_loop
+	rtn
+
+load_device_list_mode_4:
+//	fetch 9,mem_le_ediv
+//	branch clear_ltk_exists,blank
+	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
+	branch eeprom_store_reconn_info
+
+eeprom_store_reconn_info:
+	fetch 1,mem_device_option
+	beq dvc_op_module,check_51cmd_update_device_record
+	beq dvc_op_mouse,mouse_store_remote_bdaddr
+	rtn
+	
+
+
+
+
+
+//temp [4:0]=GPIO number, 0-31, 
+gpio_set_wake_by_current_state:
+	bpatch patch12_0,mem_patch12
+	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 patch12_1,mem_patch12
+	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 patch12_2,mem_patch12
+	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 patch12_3,mem_patch12
+	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:
+	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 patch12_4,mem_patch12
+	setarg OTP_OFFSET_ADC_PARAM
+	arg mem_3v_adc_io_data,rega
+	arg 12,temp
+	call otpd_read_data_with_pwr_operation
+	fetch 8,mem_3v_adc_io_data
+	nrtn blank
+adc_init_cal_data_default:
+	setarg 0x469a
+	store 2,mem_3v_adc_io_data
+	setarg 0xab77
+	store 2,mem_1v_adc_io_data
+	setarg 0x73d0
+	store 2,mem_3v_adc_vinlpm_data
+	setarg 0x9658
+	store 2,mem_2v_adc_vinlpm_data
+	rtn	
+
+	
+enable_adc:
+	bpatch patch12_5,mem_patch12
+	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,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 patch12_6,mem_patch12
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_VINLPM,adc_mode_vdcdc
+	beq ADC_CONFIG_HVIN,adc_adc_mode_vbat
+//	beq ADC_CONFIG_GPIO,adc_check_gpio
+adc_check_gpio:
+	fetch 1,mem_adc_channel
+	lshift3 pdata,pdata
+	or pdata,7,pdata
+	rtn
+
+adc_mode_vdcdc:
+	setarg 0x57
+	rtn
+	
+adc_adc_mode_vbat:
+	setarg 0x4f
+	rtn
+
+vdd_calculate_by_mode:
+	bpatch patch12_7,mem_patch12
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_VINLPM,vdd_calculate_vinlpm
+	beq ADC_CONFIG_HVIN,vdd_calculate_hvin
+	beq ADC_CONFIG_GPIO,vdd_calculate_io
+	rtn
+
+vdd_calculate_vinlpm:
+	setarg 100
+	store 2,mem_reference_voltage //diff
+	fetcht 2,mem_3v_adc_vinlpm_data
+	fetch 2,mem_2v_adc_vinlpm_data
+	arg 300,regc
+	branch vdd_calculate
+
+vdd_calculate_hvin:
+	setarg 100
+	store 2,mem_reference_voltage //diff
+	fetcht 2,mem_3v_adc_hvin_data
+	fetch 2,mem_2v_adc_hvin_data
+	arg 300,regc
+	branch vdd_calculate
+
+vdd_calculate_io:
+	setarg 200
+	store 2,mem_reference_voltage //diff
+	fetcht 2,mem_3v_adc_io_data
+	fetch 2,mem_1v_adc_io_data
+	arg 300,regc //max vol
+	
+vdd_calculate:
+	isub temp,rega
+	fetch 2,mem_adc_current_value
+	isub temp,pdata
+	nbranch vdd_calculate1,positive
+	fetcht 2,mem_reference_voltage
+	imul32 temp,regb
+	copy regc,pdata
+	imul32 rega,pdata
+	isub regb,pdata
+	bpatch patch13_0,mem_patch13
+	nbranch set_pdata_0, positive   //adc在测0v电压时会超量程。这里做个异常判断
+vdd_calculate2:
+	idiv rega
+	call wait_div_end
+	quotient pdata	
+	rtn
+
+
+vdd_calculate1:
+	copy temp,pdata
+	fetcht 2,mem_adc_current_value
+	isub temp,pdata
+	fetcht 2,mem_reference_voltage
+	imul32 temp,regb
+	copy regc,pdata
+	imul32 rega,pdata
+	iadd regb,pdata
+	branch vdd_calculate2
+
+
+//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 patch13_1,mem_patch13
+	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
+	enable user
+	rtn
+
+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 patch13_2,mem_patch13
+	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 patch13_3,mem_patch13
+	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 patch13_4,mem_patch13
+	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 patch13_5,mem_patch13
+	disable user2
+wdt_init_set:
+	fetch 1,core_config
+   	setflag user2,3,pdata
+	store 1,core_config
+	rtn
+
+
+
+
+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
+
+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
+
+
+	
+
+
+
+
+
+
+
+
+
+generate_stk:
+	bpatch patch14_4,mem_patch14
+	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 patch14_5,mem_patch14
+	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 patch14_6,mem_patch14
+	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 patch14_7,mem_patch14
+	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 patch15_6,mem_patch15
+	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 patch15_7,mem_patch15
+	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 patch16_0,mem_patch16
+	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 patch16_1,mem_patch16
+	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 patch16_2,mem_patch16
+	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 patch16_3,mem_patch16
+	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 patch16_4,mem_patch16
+	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 patch16_5,mem_patch16
+	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:
+	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 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 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 patch16_6,mem_patch16
+	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 patch16_7,mem_patch16
+	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////////////
+
+
+
+
+
+usb_isr:
+	bpatch patch17_0,mem_patch17
+	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 patch17_1,mem_patch17
+	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	
+	arg USB_CONFDATA_ADDR,contr
+	arg mem_confdesc,contw
+	arg 60,loopcnt
+	call memcpy
+usb_config_cb:
+	fetch 2,mem_cb_usb_config
+	branch callback_func
+
+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_data_rx:
+	rtn 
+
+usb_rx:
+	bpatch patch17_2,mem_patch17
+	fetch 1,mem_usb_status
+	rtnbit0 USB_STATUS_RXREADY
+	arg mem_usb_setup,contw
+	call usb_rx_data
+	copy temp,pdata
+	beq 0,usb0_rx
+	branch usb_data_rx
+usb0_rx:
+	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 patch17_3,mem_patch17
+	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:
+	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:
+	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:
+	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:
+	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 patch17_4,mem_patch17
+	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 patch17_5,mem_patch17
+//	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
+	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_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 1,dsc_hid_report_info0
+	fetchr rega,2,mem_hidreportdesc_kb
+	branch usb0_respond_length
+dsc_hid_report_info0:
+	jam 1,mem_usb_device_enumeration_endflag
+	jam USB_GOT_REPORT_REQ,mem_usb_state
+	fetchr rega,2,mem_hidreportdesc_m
+	branch usb0_respond_length
+
+
+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_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_sdsystem_wakeup_flag
+	branch usb0_reply_zerolen,blank
+	jam 0,mem_sdsystem_wakeup_flag
+	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 patch17_6,mem_patch17
+	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 patch17_7,mem_patch17
+	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 patch18_0,mem_patch18
+	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 patch18_1,mem_patch18
+	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
+	branch usb_tx_data_ep2
+
+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_fifo_release:
+	//clear mem_usb_mouse_data/mem_usb_kb_data/mem_usb_kb_multikey/mem_usb_kb_system
+	arg mem_usb_mouse_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 patch18_2,mem_patch18
+	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	
+	
+
+//
+save_cont_pointers:
+	copy contw,pdata
+	store 2,mem_contw
+	copy contr,pdata
+	store 2,mem_contr
+	rtn
+	
+load_cont_pointers:
+	fetch 2,mem_contw
+	copy pdata,contw
+	fetch 2,mem_contr
+	copy pdata,contr
+	rtn
+
+
+//input pdata,temp 1byte
+//output rega:diff
+get_diff:
+	isub temp,rega
+	rtn positive
+	arg 0x100,rega
+	iadd rega,pdata
+	isub temp,rega
+	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 patch18_3,mem_patch18
+	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
+
+le2be_6Byte:
+inverse_data_6Byte:
+	rshift32 pdata,temp
+	call inverse_data_4Byte
+	byteswap temp,temp
+	lshift16 pdata,pdata
+	ior temp,pdata
+	rtn
+
+
+le2be_4Byte:
+inverse_data_4Byte:
+	rshift16 pdata,contr
+	byteswap contr,contr
+	byteswap pdata,pdata
+	lshift16 pdata,pdata
+	ior contr,pdata
+	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 patch18_4,mem_patch18
+	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 patch18_5,mem_patch18
+	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
+
+
+
+//input:contu 
+//output:temp
+//used register: temp regab
+string2dec_from_uart:
+	arg 0,temp
+string2dec_from_uart_done:
+         copy temp,regab
+	ifetch 1,contu
+	call uchar2dialog	
+	copy regab,temp
+	call swap
+	arg 10,regb
+	imul32 regb,pdata
+	iadd temp,pdata
+	copy pdata,temp
+	loop string2dec_from_uart_done
+	rtn
+	
+
+
+uchar2dialog:
+	arg 0x3a,temp
+	isub temp,null
+	nbranch uchar2dialog_number,positive
+	arg 0x61,temp
+	isub temp,null
+	branch uchar2dialog_a2f,positive
+	arg 0x37,temp
+	isub temp,pdata
+	rtn
+uchar2dialog_number:
+	arg 0x30,temp
+	isub temp,pdata
+	rtn
+uchar2dialog_a2f:
+	arg 0x57,temp
+	isub temp,pdata
+	rtn
+
+
+right_shift_n: //rshiftN pdata,pdata
+	sub loopcnt,0,null
+	rtn zero
+right_shift_n_loop: 
+	rshift pdata,pdata
+	loop right_shift_n_loop
+	rtn
+
+//lshift. 0:1 byte; 1:2byte; 2:4byte; 3:8byte; 4:16byte//
+left_shift_n:
+	force 1,pdata
+	sub loopcnt,0,null
+	rtn zero
+left_shift_n_loop:
+	lshift pdata,pdata
+	loop left_shift_n_loop
+	rtn
+	
+
+	// contr: rxdata, loopcnt is count. result in quotient
+calc_average:
+	setarg 0
+	copy loopcnt,rega
+calc_average_loop:
+	ifetcht 2,contr
+	iadd temp,pdata
+	loop calc_average_loop
+	idiv rega
+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
+	
+swap:
+	iadd temp,pdata
+	isub temp,temp
+	isub temp,pdata
+	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
+
+wait_uarttx:
+	fetch 2,core_uart_txitems
+	nbranch wait_uarttx,blank
+	rtn
+
+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
+	
+test_no_white:
+	fetch 1,core_config
+	set1 whiteoff_bit,pdata
+	store 1,core_config			
+	rtn
+
+test_enable_white:
+	fetch 1,core_config
+	set0 whiteoff_bit,pdata
+	store 1,core_config			
+	rtn
+
+check_uart_tx_buff:
+	fetch 2,core_uart_txitems
+	arg UART_AIR_CONTROL_THRESHOLD,temp
+pdata_sub_temp:
+	isub temp,null
+	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 patch18_6,mem_patch18
+	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 patch18_7,mem_patch18
+	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
+
+	
+reverse_byte:
+	copy loopcnt,pdata
+	rtn blank
+	copy contr,pdata
+	iadd loopcnt,pdata
+	increase -1,pdata
+	copy pdata,contr	
+reverse_loop:
+	ifetch 1,contr
+	increase -2,contr
+	istore 1,contw
+	loop reverse_loop
+	rtn
+
+
+lshift14:
+	lshift16 pdata,pdata
+rshift2:
+	rshift2 pdata,pdata
+	rtn
+
+lshift6:
+	lshift8 pdata,pdata
+	branch rshift2
+
+
+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 patch2c_1,mem_patch2c
+
+	jam 1, mem_set_clear_code_timeout_enable
+	jam 1, mem_light_lpm_enable
+
+
+frmt_apl_ble_scene_rewrite_lap:
+	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:	
+	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_apl_iic_init:
+	setarg 0x000102   //配置wp, scl, sda的gpio分别为:02, 01, 00
+	store 3,mem_eeprom_wp_gpio  
+
+	jam 0x6d, 0x8070
+	jam 0x6c, 0x8071
+// 	jam 0x3e, 0x8072
+	rtn
+
+frmt_enter_lpm_gpio_config_flag_init_row:
+	fetch 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:
+	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:
+	fetch 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:                     
+	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:		
+	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:
+	fetch 2, mem_kscan_analysis_interval_timeout   
+	nrtn blank
+
+	call frmt_kscan_col_state_init
+frmt_kscan_row_state_init:  //pull up, input
+	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:
+	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:
+
+	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:
+	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:
+	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:
+	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:
+	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:
+	bpatchx patch2c_2,mem_patch2c
+	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
+	call frmt_light_to_Y_V2
+	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:
+	bpatchx patch2c_3,mem_patch2c
+	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
+	call frmt_light_to_W_V2
+	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:
+	bpatchx patch2c_4,mem_patch2c
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_darken
+	beq 2, key_light_darken
+	jam 0, mem_light_release_adv_flag
+	call frmt_light_darken_V2
+	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:
+	bpatchx patch2c_5,mem_patch2c
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_lighten
+	beq 2, key_light_lighten
+	jam 0, mem_light_release_adv_flag	
+	call frmt_light_lighten_V2
+	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:
+	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_long_press_flag_reset:
+	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:	
+	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	
+	bpatchx patch2c_6,mem_patch2c
+	
+	call frmt_light_master_pairing_V2
+	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
+	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
+	
+	bpatchx patch2c_7,mem_patch2c
+	call frmt_light_clear_code_V2
+	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:
+	call frmt_ble_data_set
+	fetch 1,mem_light_manufacture_id2_v2
+	ncall frmt_have_id2_v2,blank
+	rtn
+	
+frmt_have_id2_v2:
+	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_apl_idle_process:
+
+	rtn
+
+
+frmt_main:
+	bpatchx patch2d_0,mem_patch2d
+	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 patch2d_1,mem_patch2d
+
+// 	rtn		
+	branch frmt_app_enter_lpm 
+
+frmt_kscan_keypress_analysis_process:
+	bpatchx patch2d_2,mem_patch2d
+
+	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:				//获得键值
+	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
+	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 patch2d_3,mem_patch2d
+	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 patch2d_4,mem_patch2d
+	rtn
+
+frmt_light_indicator_led:		
+	bpatchx patch2d_5,mem_patch2d
+	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 patch2d_6,mem_patch2d
+	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:	
+	bpatchx patch2d_7,mem_patch2d
+	fetch 2, mem_light_lpm_enable_timeout   
+	nrtn blank
+	fetch 2, mem_indicator_led_turn_on_timeout   
+	nrtn blank
+	call frmt_enter_lpm_gpio_config
+	call frmt_wakeup_low_config
+
+	bpatchx patch2e_0,mem_patch2e
+	arg -1, temp   //
+	branch lpm_sleep
+
+frmt_enter_lpm_gpio_config:
+	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_gpio03_conf
+	jam gpcfg_pullup, core_gpio19_conf
+	rtn
+
+frmt_wakeup_low_config:
+	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 3,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 patch2e_1,mem_patch2e
+	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 1,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 patch2e_2,mem_patch2e
+// 	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 patch2e_3,mem_patch2e
+	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 patch2e_4,mem_patch2e
+	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 patch2e_5,mem_patch2e
+	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:
+	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:
+	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:
+	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:
+	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:
+	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:
+	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:
+	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:
+	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:
+	call frmt_light_flag_set_short_press
+frmt_light_set_PDU_packet_num_and_addr:
+	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 patch2e_6,mem_patch2e
+	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:   
+	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
+	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 patch2e_7,mem_patch2e
+	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:
+	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:	
+	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:
+	arg mem_FTD_adv_raw, regc 
+// 	call ice_break
+	arg 0x0c, loopcnt
+	fetch 1,mem_special_agreemeet_enable
+	sub pdata,2,null
+	call key_CRC16_CCITT_False1,zero
+	ncall frmt_CRC16_CCITT_False,zero
+
+	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:
+	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:
+	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:
+	call frmt_light_BLE_whitening
+	branch frmt_fml_whitening_buffer_bytes_reverse
+
+
+frmt_light_reverse_and_BLE_whitening:
+	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:
+	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:
+	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:
+	ifetch 1, contr
+	reverse pdata, pdata
+	istore 1, contw
+	loop frmt_fml_bytes_reverse_loop
+	rtn	
+frmt_ble_whitening:
+
+frmt_ble_whitening_loop:
+	call frmt_ble_whitening_byte
+	increase 1, regc
+	loop frmt_ble_whitening_loop
+	rtn
+frmt_ble_whitening_byte:
+	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:	
+	ifetch 1,regc
+	ixor rega, pdata
+	istore 1, regc
+	xor regb, 0x11, regb
+	rtn
+
+
+
+
+
+frmt_apl_cb_event_timer:
+	bpatchx patch2f_0,mem_patch2f
+	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
+	branch frmt_light_color_and_lightness_long_press_timer
+
+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 patch2a_7,mem_patch2a
+	branch fan_le_scan_process
+
+fan_apl_event_timer:
+	rtn
+
+	
+fan_le_scan_process:
+	bpatchx patch2b_0,mem_patch2b
+	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 patch2b_1,mem_patch2b
+	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 patch2b_2,mem_patch2b
+	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:
+
+	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 patch2b_3,mem_patch2b
+	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:
+	
+	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:
+
+	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:
+	fetch 2, mem_fan_packet_indiscriminate_cb
+	call callback_func
+//	call fan_apl_ble_rx_packet_indiscriminate
+	
+fan_apl_ble_rx_cmd_execution:
+	bpatchx patch2b_4,mem_patch2b
+
+	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:	
+	bpatchx patch2b_5,mem_patch2b
+	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
+	rtn
+
+	
+
+fan_apl_main_v2:
+	bpatchx patch2b_6,mem_patch2b
+	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
+	rtn
+
+fan_apl_ble_cmd_handler_customer_message:
+	bpatchx patch2b_7,mem_patch2b
+	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 patch2c_0,mem_patch2c
+	call fan_apl_ble_msg_cache_clear_time
+	rtn
+
+
+
+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
+	rtn
+
+
+
+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:     
+	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:
+	setarg 0x93FDB7
+	store 3,mem_ble_v2_xbox
+	setarg 0x3F3626
+	store 3,mem_ble_v2_xbox+3
+	setarg 0x34CCF7
+	store 3,mem_ble_v2_xbox+6
+	setarg 0xF1E5A5
+	store 3,mem_ble_v2_xbox+9
+	setarg 0x31D871
+	store 3,mem_ble_v2_xbox+12
+	setarg 0xC70415
+	store 3,mem_ble_v2_xbox+15
+	setarg 0x18C323
+	store 3,mem_ble_v2_xbox+18
+	setarg 0x9A0596
+	store 3,mem_ble_v2_xbox+21
+	setarg 0x801207
+	store 3,mem_ble_v2_xbox+24
+	setarg 0x27EBE2
+	store 3,mem_ble_v2_xbox+27
+	setarg 0x75B2
+	store 2,mem_ble_v2_xbox+30
+	setarg 0x89A18C
+	store 3,mem_ble_v2_xbox+32
+	setarg 0xE6BF0D
+	store 3,mem_ble_v2_xbox+35
+	setarg 0x416842
+	store 3,mem_ble_v2_xbox+38
+	setarg 0x0F2D99
+	store 3,mem_ble_v2_xbox+41
+	setarg 0x54B0
+	store 2,mem_ble_v2_xbox+44
+	setarg 0x16BB
+	store 2,mem_ble_v2_xbox+46
+	setarg 0x51C29B
+	store 3,mem_ble_v2_xbox+48
+	setarg 0x1A532F
+	store 3,mem_ble_v2_xbox+51
+	setarg 0xB5836A
+	store 3,mem_ble_v2_xbox+54
+	setarg 0x106E02
+	store 3,mem_ble_v2_xbox+57
+	setarg 0xAB16
+	store 2,mem_ble_v2_xbox+60
+	setarg 0x42A3
+	store 2,mem_ble_v2_xbox+62
+	rtn
+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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/output/bt_program23.rom	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/output/bt_program23.rom	(working copy)
@@ -0,0 +1,32647 @@
+11000010100001000000000000001000
+11000000000000000000000000010001
+11000000000010101000000010000010
+11000000000110110000000000100110
+11000000001100010000000000101010
+11000000010111001000000000111001
+11000000011010101000000001111101
+00100000001000000011101010111010
+11000001011111111000000000000000
+11000000000101000000000010001000
+11000000000111010000000010101011
+11000000000111011000000010111111
+11000000000111101000000100010000
+11000000001000001000000010010001
+11000000001000100000000100000001
+11000000010000000000000000011110
+00100000001000000011101010111010
+00100000100000000000000000000000
+01101111111000100100000011001100
+01100111111100100000000001001100
+00100000010000000011110001001001
+00100000010000000100110110100110
+00100000010000000011101000001110
+00100000010000000110101000000000
+00100000010000000000000000011010
+00100000001000000011100000000111
+01011000000000000000000000000000
+01100111111001000000000000000000
+11100111111000110000000000000101
+00100000001000000011101011000101
+00100000010000000101001001010101
+01110000010001010001011010010100
+01110000010001010001000000000000
+00100000010000000100100100101011
+01101111111000001100010110101011
+11000100000000000000000000000000
+01110000010001010001000000000001
+00100000001000000100100100101110
+00100000010000000000000000101000
+00100000001000000101001011101110
+01011000000000000000000000010000
+00100000001000000110110111100001
+01011000000000000000000000101101
+01100111111000010100010100100011
+00100000001000000101001001001011
+01101111111000001100010101010011
+11000000000000000000000000110000
+00100000001000000101001001111101
+00100000010000000100101010010101
+00100000010000000100101010011010
+00100000010000000100101011000000
+00100000010000000101001100101001
+00100000010000000100101011111010
+00100000010000000100101100010111
+00100000010000000101001011101101
+00100000010000000000000001010111
+00100000001000000000000000110001
+00100000010000000110111111010011
+00100000010000000111000110100001
+01011000000000000000001100100000
+00100000010000000000000001110101
+00100000010000000000000001001101
+01110000000001100001000000000011
+01110000100011000000000000000000
+00100000000000000010011100010000
+01110000100011000001100000000000
+01101111111100010000000001010000
+01111001001111111111111000001010
+01100111111100010000000001010000
+01110000100011000001000100000000
+01110000100011000000000000111100
+01011000000000000000101110110011
+01100111111100010000110000000011
+01100111111100010000110000000111
+01011000000000000000101111110111
+01100111111100010000110000000101
+00100000001000000111000110010010
+01110000010001011110011000000001
+01101000010010001100010111100101
+00100000010000000110110001000011
+01101000010010001100010111100101
+00100000001000000110110000111111
+01110000010001011110011000000000
+01101000010010001100010111100101
+00100000010000000110110001000011
+01101000010010001100010111100101
+00100000001000000110110001000011
+01101111111000001100010101011001
+11000000000000000000000001011100
+11000000000000001000000001100100
+11000000000000111000000001101010
+00100000011000000000000000000000
+01101111111000001100010100101101
+00100000011110100000000000000000
+00100000010000000000000001110111
+00100100011110100000000000000000
+01101111111000001100010111100110
+11000000000000001000000001101111
+00100000010000000000000001001101
+00100000001000000000000001110000
+00100000010000000000000001110111
+00100100011110100000000000000000
+01101111111000001100010111100110
+11000000000000001000000001110010
+00100000010000000000000001001101
+00100000001000000000000001110011
+00100000010000000000000001110111
+00100100011110100000000000000000
+01101111111000001100010111100110
+11000001000000000000000000000000
+00100000001000000000000001010010
+00100000010000000000000001010010
+01011000000000000000000001010000
+00100000001000000000000001110101
+00100000010000000000000001010010
+01011000000000000000001100100000
+00100000001000000000000001110101
+11011000111000000000000000000110
+00100000001000000111010101001111
+11011000111000000000000000000110
+00100000001000000111010101011101
+11011000111000000000000000001010
+00100000001000000111010101001111
+11011000111000000000000000001010
+00100000001000000111010101011101
+00011000010000100111111000000000
+11000010100000001000000010000000
+00100000001000000011110100011001
+01110000100010100110110110001001
+00100000001000000011110100011111
+01110000100010100011110100010010
+01100000010010001000000000001000
+00011000010000001010001000000010
+00100000010000000011100110001110
+00100000000000000000001111000000
+00100000001000000011100111001111
+01101111111000001100010110101011
+11000011000000000100100000011100
+00100000000000000000000100101100
+01101111111000001100010000111110
+01111001001000000111111000000000
+01100111111000001100010000111110
+00100000010000000100101000111011
+00100000010000000100100010001111
+00100000001000000100100000111111
+01101111111000001100010101011001
+11000001000000000000000000000000
+01101111111000001100010101101101
+00100100011110100000000000000000
+01101111111000001100010101101011
+00100100011110100000000000000000
+01101111111000001100010101100111
+00100000011110100000000000000000
+01101111111000001100010101101110
+00101111111000000000011000000011
+00100000001000001100101011011100
+00100000010000000100100011101111
+00100100011101000000000000000000
+01101111111000010100010101101001
+00011111111000001111111000000001
+01100111111000010100010101101001
+11011000010000000000011111010000
+10011000010001100111110000000000
+00100000001000010100101011011100
+01101111111000001100010101101100
+00011111111000001111111000000001
+00011111111000010111111000000001
+01100111111000001100010101101100
+11000000000000000100101110100011
+11000000000000001100100110011111
+00100000011000000000000000000000
+00100000010000000100101001010100
+00100000010000000100011111001110
+00100100001101111100101001010100
+00100000010000000100100110111111
+00100000010000000000000010110111
+00100000010000000100101000101110
+00100000010000000101001111000011
+01101111111000001100010011110100
+00100000011110100000000000000000
+01101111111000100100010101101111
+00100000011110100000000000000000
+00100000001000000100100011100000
+01101111111000001100010000111101
+01100111111000001100010011001111
+00100000010000000100100010111110
+00100000010000000100101000111011
+00100100001101111100100000110111
+00100000010000000100100010001111
+00100000010000000100100000111111
+00100000001000000100100000110111
+01101111111000001100010100101101
+11000000010101010000000011000101
+11000000001010101000000011001111
+11000000000100010000000011011111
+11000000011111111000000011110111
+00100000011000000000000000000000
+01101111111000001100010100101110
+11000000000000001000000011001001
+11000000000000010000000011001100
+00100000011000000000000000000000
+01101111111000001100010111010111
+00100100011110100000000000000000
+00100000001000000100100111001110
+01101111111000001100010111011000
+00100100011110100000000000000000
+00100000001000000100100111010100
+01101111111000001100010011110100
+00100000001110100000000011010101
+01101111111000100100010100101111
+01101000010010100100010000110111
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000001100010100101110
+11000000000000001000000011011001
+11000000000000010000000011011100
+00100000011000000000000000000000
+01101111111000001100010111010111
+00100100011110100000000000000000
+00100000001000000100100111100001
+01101111111000001100010111011000
+00100100011110100000000000000000
+00100000001000000100100111101100
+01101111111000001100010011110100
+00100000001110100000000011100101
+01101111111000100100010100101111
+01101000010010100100010101101111
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000001100010100101110
+11000000000000001000000011101001
+11000000000000010000000011110000
+00100000011000000000000000000000
+01101111111000001100010111010111
+00100100011110100000000000000000
+01101111111000001100010100011000
+11000000000000010000000011101110
+00100000011000000000000000000000
+01110000010001011101011100000001
+00100000001000000100101000000010
+01101111111000001100010111011000
+00100100011110100000000000000000
+01101111111000001100010100011001
+11000000100000000000000011110101
+00100000011000000000000000000000
+01110000010001011101100000000001
+00100000001000000100101000001101
+01101111111000001100010100101110
+11000000000000001000000011111011
+11000000000000010000000011111110
+00100000011000000000000000000000
+01101111111000001100010111010111
+00100100011110100000000000000000
+00100000001000000100110000100100
+01101111111000001100010111011000
+00100100011110100000000000000000
+00100000001000000100110000101000
+01101111111000001100010101011001
+11000001100000111000000000000000
+00100000010000000000000100001001
+00100000010000000100101100111101
+00100000010000000100101010000100
+00100100001101111100101001010100
+01110000010001011110100000000000
+00100000001000000100101100011110
+01101111111000001100010101011000
+11000011100000111000000000000000
+01111001001000000111111000000111
+01100111111000001100010101011000
+01101111111000001100010101100110
+01100111111000001100000100010110
+00100000001000000100101100001011
+01101111111000001100010100101101
+11000000000000001000000100010101
+11000000000000010100101001101001
+11000000011111111000000100100110
+00100000001000000100101001010100
+00100000010000000100101000100010
+00100000010000000100101110111101
+01101111111000001100010101001101
+01101000010010001100010100101011
+00101000010011111111111000000011
+01111001001000001111111000000000
+01100111111000001100010101001101
+11000000000000001000000100011110
+00100000001000000100101001100010
+01101111111000001100000010010101
+00011111111001100111110000001110
+00100000010000101100111100000001
+01101111111000001100010111010111
+00100100011110100000000000000000
+01110000010001011101011100000001
+01101111111000100100010100110101
+00100000001000000100110000100110
+00100000010000000100101000110000
+00100000001000000000000011110111
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+00100000010000000011101011111000
+01000100100000000100000000000000
+00100000100000000000000000000000
+00100000010000000100110110100110
+00100000010000000011101000001110
+00100000010000000110101000000000
+00100000010000000011101011000011
+00100000010000000110011000110101
+01000100100000001100000000000000
+00100000010000000110111111011011
+00100000010000000011101011101001
+00100000010000000100110110011011
+00100000010101011011101110011010
+01000100100000010100000000000000
+00100000010000000100001000011100
+00100000010000000011100000100110
+00100000010000000100110110101110
+00100000010000000011100000010101
+00100000010000000100011111000100
+00100000010000000011101111000010
+00100000001000000011100000001101
+00100000010000000011100000011010
+11000110100001001000000000000000
+01111001001111111000000000001001
+00100000010000000011100000111101
+00100000001000000011110100110110
+01000100100000011100000000000000
+00100000010000000011100001100011
+00100100001000101011100000100010
+00100000010000000011100000110010
+00011010001000001000110000000001
+11101111111000001000000000000110
+11000010100000000011110010101100
+00100000011000000000000000000000
+00100000010000000011100001000011
+00011111001000100111110000000000
+00100000011000101000000000000000
+00100000001000000011101010111010
+01101111111000001100000100001101
+00100000011110100000000000000000
+11000000000011011011100000101111
+00100000010000000011100001011100
+00100000011000101000000000000000
+00100000010000000011100001011111
+00100000011000101000000000000000
+01110000010000010000110100000000
+00100000011000000000000000000000
+01110000000000011011011100011011
+01110000010000010000110100000000
+00100000011000000000000000000000
+01000100100000100100000000000000
+01111001001000000000000000001001
+00011010001000100111111000000000
+01100111111000010000000000001010
+00011000000000000111001001010011
+11011000101000000000000101100011
+00011010001000001000110000000001
+11101111111000001000000000000110
+00011010001000100000110000000000
+11000010100000000111010101001000
+00100000011000000000000000000000
+01000100100000101100000000000000
+01101111111000010000000000001010
+10011000000000000000101000000000
+00011000000000000111001001010011
+11011000110000000000000101100011
+00100000001000000111010101001000
+11011111001000000000000000000001
+01101000010010001000000000000110
+00011000010000001000010000000001
+00101000010000011111111000000001
+00100100001000001011100001001001
+11011000010000000000000000000000
+01100000010010001000000000000110
+00011000010011111111111001010011
+11011010001000000100000001000000
+10011010001000001010001000000000
+11101111111000001000000000010001
+11000010100000001011100001010000
+11000011100000000000000000000000
+11000010000000000011100001000101
+00100000011000000000000000000000
+01000100100000110100000000000000
+11011010011000000011100001110000
+00100000010000000011100001100110
+00100100011000101000000000000000
+00011010001000100111111000000000
+01100111111000010000000000001010
+00011000000000000111110000000000
+00100000011000000000000000000000
+11011010011000000011100010100111
+00100000001000000011100001100110
+01101000010010001100000100001110
+11011010011000000011100001111001
+00100000001000000011100001100110
+01000100100000111100000000000000
+01101000010010110100000100001111
+11011010011000000011100001110011
+00100000001000000011100001100110
+11011010011000000011100001111111
+00100000001000000011100001100110
+11011010011000000011100011000010
+01000100100001000100000000000001
+11011010001000000100000001000000
+11011111001000000000000000000001
+11101111111000001000000000010001
+00011010011000100111101000000000
+01000100100001001100000000000001
+00011010001000001010001001010011
+11000010000000000011100001101001
+00011000000000000111110000000001
+00100000011000000000000000000000
+11000010100000000011100001101011
+00011000000000000111110000000000
+00100000011000000000000000000000
+11000011000000000011100001101011
+00011010001000001000110000010000
+11101111111000110000000000000110
+10011000010001100111110000000000
+00100000011000101000000000000000
+00100000001000000011100001101011
+11000011000000000011100001101011
+00011010001000001000110000010110
+11101111111000001000000000000110
+10011000010001100111110000000000
+00100000011000101000000000000000
+00100000001000000011100001101011
+11000011000000001011100001101011
+00100000010000000011100010101111
+00100000010000000011100010010111
+10011000010001100111111000000000
+00011111111000001111111000000001
+00100000001000010011100010010001
+00011000110000100010010000000000
+01100111111001001000010011001100
+01000100100001010100000000000001
+01101111111001001000010011001100
+00011010010000100000110000000000
+00011111111000001111111000000101
+00100000001000000011100010001100
+00100100001000010011100001101011
+00011000010000100100001000000000
+00100000010000000011100010111011
+00011000000000000111110000000000
+00100000011000000000000000000000
+10011000000000000010010000000000
+00011010001000001000110000000010
+11101111111000010000000000000110
+00100000001110100011100010001101
+00100000010000000011100010111011
+00100000001000000011100010000000
+00011111111100010001011000000000
+00011001011011001001011000000000
+00100000001000101011100010100001
+00101001011000000001111000001111
+00100100011000001000000000000000
+00011000010100010001011000000000
+00011001011011001001011000000000
+00100100011000101000000000000000
+01111001001000000000010000011100
+00100000011000000000000000000000
+00011000010100010001011000000000
+00011001011011001001011000000000
+00101001011000000001111000001111
+00100100011000001000000000000000
+01111001001000000111111000011100
+00100000011000000000000000000000
+11000011000000000011100001101011
+00011000000000000111110000000000
+00100000011000000000000000000000
+11000011000000000011100001101011
+00011010001000001000110000000001
+11101111111000001000000000000110
+11000010100000000011100001101011
+00100000011000000000000000000000
+00011010001000001000110000000001
+11101000010000001000000000000110
+00011100010000100111111000000000
+00101000010011111111111000000001
+00011010001000001000110000000100
+11101000010000100000000000000110
+00100000011000001000000000000000
+00011010001000001000110000001000
+11101111111000110000000000000110
+00100000010000000011100100000101
+00011101000000100111111000000000
+00100000011000000000000000000000
+00011010001000001000110000000010
+00011010001000001000101000000100
+11101111111000010000000000000110
+10011000010000001001011000000000
+00011001011000100111111000000000
+11100111111000100000000000000101
+00100000001000000011110110000011
+11000011000000001011100001101011
+00100000010000000011100010101111
+10011011011000001111111000000000
+10011011011000001111111000000000
+10011000111000001111111000000000
+10011000010001100111110000000000
+00100100001000010011100001101011
+00011000000000000111110000000000
+00100000011000000000000000000000
+01000100100001011100000000000001
+01111000010011101111110000000000
+01111000010011100111110000000000
+01111000010001101111110000000000
+01111000010001100111110000000000
+01111000010001001111110000000000
+01111000010001110111110000000000
+01111000010000111111110000000000
+00100000001100001011100100010011
+00110111110100111000001000000000
+00100000000000000000000001100100
+00100000001000000011100100010011
+01000100100001100100000000000001
+01111000010010000111110000000000
+00011000010000100011011000000000
+00100000010000000011100001100101
+01111000010101000111110000000000
+00100100011000101000000000000000
+00011000000000000011011000000000
+01111000001101000111110000000000
+00100000011000000000000000000000
+01000100100001101100000000000001
+00110111110100010000001000000000
+00011011010000100111111000000000
+10011000000000000000110000000000
+00011111111100010111111000000000
+10011100010001100111001000000000
+00011111001000010111001000000011
+00100100001000101011100011101010
+00011000000000000111111000000000
+00100000001000000011100011101110
+01101000010010010000000000111111
+00011000000000000111111000000000
+10011000010000001111111000000000
+11000010000000000011100011101100
+10011000110000001111111000000000
+00011111111001101111110000001100
+00100000010000000111010111001101
+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
+00100000010000000110010001001001
+00011000000000000010101000001000
+00011000000000000010101000000000
+01111000010100001111110000000000
+01111000010100000111110000000000
+01111000001011110111110000000000
+01110000100010010000000000000101
+00100000000000000000000000000010
+01110000100010010000000000000000
+00100000010000000011100100100101
+01110000100010100001011000000000
+01110000100010100000101010000000
+01101111111100001000101000001001
+01111001001111111111111000000111
+01100111111100001000101000001001
+01110000100010100000101100000000
+00100000001000000011101001101011
+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
+00100000010000000110010001000011
+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
+00100000010000000111010111010000
+00011000000001111111111000000000
+01100111111100001000101000111111
+00011000000001110111111000000000
+00011111111100000111111000000000
+00011111111011010111111000000000
+10011000010001101111110000000000
+00100000010000000111010111010000
+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
+11000000000000011011100111110001
+11000000000000101011100111110110
+11000000000000110011100111111001
+11000000000000111011100111111100
+11000000000001010011100111111111
+11000000010000011011101000000010
+11000000010000101011101000000101
+11000000010010100011101000001000
+11000000010011110011101000001011
+01110000100010100011100101101010
+01110000100010100011101000000111
+01110000100010100001010010100011
+01110000100010100001010100000111
+00100000011000000000000000000000
+01110000100010100011100101100110
+01110000100010100011101000001011
+01110000100010100001010010101010
+01110000100010100001010100001010
+00100000011000000000000000000000
+01110000100010100011100101101100
+01110000100010100011101000001101
+00100000001000000011100111110011
+01110000100010100011100101101011
+01110000100010100011101000001111
+00100000001000000011100111110011
+01110000100010100011100110100111
+01110000100010100011101000001111
+00100000001000000011100111110011
+01110000100010100011100110110110
+01110000100010100011101000001111
+00100000001000000011100111110011
+01110000100010100011100101101000
+01110000100010100011101000000101
+00100000001000000011100111101110
+01110000100010100011100101100000
+01110000100010100011101000000101
+00100000001000000011100111101110
+01110000100010100011100101010011
+01110000100010100011101000000001
+00100000001000000011100111101110
+01110000100010100011100101001100
+01110000100010100011101000000000
+00100000001000000011100111101110
+01110000100000000100001000000110
+01101111111000010100000010011101
+11000011000001110011101000001111
+10011000000000000000110000000000
+11011000010000001000101000000000
+11101111111000001000000000000110
+11000000011111111011101000011001
+10011000010000011000101000000000
+11101111111000001000000000000110
+11100111111000001000000000000101
+00100000001000000011101000010011
+01000100100011000100000000000011
+01101111111000001100001111101011
+00100000010110100110110111110000
+01110000100010100000001100000101
+01110000100010100111101010010100
+00100000010000000011101001000000
+00100000010000000011101000111011
+00100000010000000011101000110110
+01110000100010101000101111100110
+01110000100010101000001110010000
+01110000100010100000111000001011
+01110000100010100000111100000101
+01110000100010010110100001110110
+01110000100010010110100101110110
+01101111111000001100000010011010
+11000000100001000011101000101010
+01110000100010100000100000110100
+01110000100010100000000111111111
+00100000000000000000000001100100
+01110000100010100000001000001110
+01110000100010100000000000000011
+00100000010000000011100111101100
+01110000100010101001101000101011
+01110000100010101001101100010011
+00100000010000000011101010100001
+00100000000000000000000001100100
+01110000100000000100001000000101
+01110000010000010001110100001100
+00100000001000000011110100110110
+01101111111000001100001111100111
+00100100001110100011101000111001
+01011000000000000000000000101001
+01100111111100001000101010000111
+00100000011000000000000000000000
+01101111111000001100001111101000
+00100100001110100011101000111110
+01011000000000000000000000000000
+01100111111100001000101000001101
+00100000011000000000000000000000
+01101111111000001100001111101001
+00100000001110100011101001000011
+01011000000000000000000011010011
+01100111111100001000101001101100
+00100000011000000000000000000000
+01000100100011001100000000000011
+01101111111100001000100110100010
+00101111111011111111111000000110
+01111001001000001111111000000111
+01100111111000001100000100010111
+01101111111100001000100110100011
+00011111111000010000010000001111
+00011000010000111000010000000000
+00011111111100011111111000000000
+10011000010000001000010000000000
+00011000010011111010001000000011
+01101111111000001100000100010111
+00100000010000000011101001011011
+00011111111001100111111000000000
+10011010001000001111111000000000
+00011111111000001111111111110111
+00011111111000010111111111111111
+00101111111011111111111000001000
+00100100001000001011101001011001
+01011000000000000000000000000000
+01100111111000001000000000110000
+00100000001000000011101001100000
+00101111111011111111111000000111
+00100100011000001000000000000000
+11011000010000001111111100000000
+10011000010000011111111000000000
+00100000011000000000000000000000
+01101111111000001000000000110000
+00100000010000000011101001100100
+01100111111000001000000000001001
+00100000011000000000000000000000
+00011111111000010111111011111111
+00011111111001101111110000001010
+00100000010000000111010111001101
+00011111111100100111111000000000
+00011000000001110000010000000000
+10011000010000011111111000000000
+00100000011000000000000000000000
+01000100100011010100000000000011
+01101111111000001100000100011000
+11000001011111111000000000000000
+00100100001011000011101010010010
+01101111111000001100000100010111
+00011111111001100111110011110000
+00100100001000010011101010010110
+00011111111001100111110001111111
+00100000001000010011101010010110
+01101010001100001000100101100001
+01101111111000001100000100011000
+11000001000000000000000000000000
+11011000110000000100000100011001
+10011000110000001000110000000000
+11101111111000001000000000000110
+10011010001001100111110000000000
+00100100011000101000000000000000
+00011000110000001000110111111110
+11101000010000001000000000000110
+00011000010100011111111000000000
+00011010001100011010010000000000
+10011010010001100010010000000000
+00011000010000010111111000001111
+00011010001000010010001000001111
+10011010001001100010001000000000
+00011010001000111111111000000000
+10011010010000001010010000000000
+00011010010011111010010000000011
+01101000010010001100000100010111
+00011000010000010111111010000000
+00100000011110100000000000000000
+01011000000000000000000100000000
+10011000010001100000010000000000
+00011010010000100111111000000000
+10011000010001100111111000000000
+00100000011000010000000000000000
+00011111111000010111111011111111
+11000001011111111000000000000000
+11000001011111110000000000000000
+01101111111000001100000100011000
+11000000000000001011101010011011
+11000000000000010011101010011101
+00100000001000000011101010011011
+01101111111000001100000100011000
+11000000000000000011101010011101
+11000000000000001011101010011001
+01110000010000010001100000000010
+00100000011000000000000000000000
+01110000010000010001100000000000
+00100000011000000000000000000000
+01110000010000010001100000000001
+00100000011000000000000000000000
+01011000000000000000111100001111
+00100000001000000011110000101110
+01011000000000000000100000001111
+00100000001000000011110000101110
+00011111111000100000010000000000
+01000100100011011100000000000011
+00011000010000100111111000000000
+00100000010000000111010110011010
+00011100001100000111111000000000
+01111001001000000111111000101100
+00100000010000000111010110000000
+01111001001111111111111000101100
+00100000010000000011101010110010
+00100000010000000111010110000000
+00100000011101000000000000000000
+00100000010000000111010110001101
+10011000000000000011011000000000
+00110111110000011000001000000000
+00100000011000000000000000000000
+00011011001000100000010000000000
+00100000011101001000000000000000
+00011011010000100000010000000000
+00100000011000000000000000000000
+00011100010000100111111000000000
+00100000011101001000000000000000
+00011101000000100111111000000000
+00100000011000000000000000000000
+01000100100011100100000000000011
+00100000001000000011101010111010
+00100000011110100000000000000000
+00011111111000110111111000000000
+00011111111000001111111111111101
+00011111111000001111111111111111
+00100100001000101011101010111111
+00011000000000000111111000000000
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000110000000000000000
+11011000101000000000000101100011
+11011111001000000000000000001010
+00100000010000000111010100000000
+01110000000001001100001100000000
+01110000000000011011011000000000
+01011000000000000000111001000011
+01100111111000010000000000110001
+01011000000000000000011000000000
+01100111111000010000000000110011
+01011000000000000000011000000000
+01100111111000010000000000110101
+01011000000000000000110100000000
+01100111111000010000000000111011
+01011000000000000000001110111011
+01100111111000010000000000110111
+01011000000000000000010100000000
+01100111111000010000000000111001
+01011000000000000000011111010000
+01100111111000010000000000111101
+01011000000000000000111010100110
+01100111111000010000000000111111
+01011000000000000000000111100000
+01100111111000010000000001000001
+01011000000000000000000100100000
+01100111111000010000000001000011
+01011000000000000000000100011010
+01100111111000010000000001000101
+01000100100011101100000000000011
+00100000011101011000000000000000
+01011000000000000000110100000000
+01100111111000010100001100010010
+01011000000000000000000001100000
+01100111111000010100001100010100
+00011100010000110111111000000000
+01100111111000100100000010010110
+00100000011000000000000000000000
+00100000011101011000000000000000
+01000100100011110100000000000011
+01101111111100001000101000001010
+01111001001000000111111000000011
+01100111111100001000101000001010
+00100000000000000000010010110000
+01111001001111111111111000000011
+01100111111100001000101000001010
+00100000011000000000000000000000
+01110000100000000100001000000110
+01110000100000000100001000000001
+00100000000000000000000000001010
+01011000000000000001110101001010
+01100111111100010000000001000000
+00100000011000000000000000000000
+01011000000000001110111000100001
+01100111111100010000000001010000
+01101111111100100000000100011100
+01100111111000100000010011110010
+01110000100000000100011110000011
+01101111111100001000000100110011
+01100111111000001000010011110001
+01101111111100001000000100110110
+11000011000000011110011110011101
+01111000001101011111110000000000
+11000011000000111011101100001010
+01111000010101011111110000000000
+00011100111000100111111000000000
+00100100001110100011101100001010
+01101111111100001000000100110011
+11000010100000010011101100001010
+11011000010111111111111111111111
+00100000001000000011101110010101
+01101111111100100000000100111000
+01100111111100100000000001001100
+01101111111100001000000100111001
+00011111111000010111111011100000
+01100111111100001000000001001101
+00100000010000000011110001001001
+01101111111100011000000100110100
+01100111111100011000000001001100
+11101111111000001000000000000110
+00011111111000011111111011101111
+11100111111000001000000000000101
+00100000010000000011110000111010
+01101111111100001000000001001111
+01111001001000000111111000000100
+01100111111100001000000001001111
+00100000010000000011110000111010
+00100000010101011011101100110111
+01101111111100001000000001001110
+01111001001111111111111000000011
+01100111111100001000000001001110
+00100000010000000011110000111010
+00100100001101011110011110011101
+11000110100101011000000000000000
+01110000100000000000011000001000
+00100000011000000000000000000000
+01101111111000001100001111100110
+11000000000000001011101100101011
+11000000000000010011101100101111
+11000000000000011011101100110011
+01101111111000001100000011001101
+00011111111000010111111011100000
+01100111111000001100000011001101
+00100000011000000000000000000000
+01101111111000001100000011001101
+00011111111000010111111011100000
+00011111111000011111111000011101
+00100000001000000011101100101001
+01101111111000001100000011001101
+00011111111000010111111011100000
+00011111111000011111111000011011
+00100000001000000011101100101001
+01101111111000001100000011001101
+00011111111000010111111011100000
+00011111111000011111111000010111
+00100000001000000011101100101001
+01101111111000001100000011101000
+01100111111100001000000010000000
+11011000110000000100000011010000
+11011000101000001000000001110000
+11011111001000000000000000001101
+00100000010000000111010101001000
+01101111111001000100000011100000
+10011000000000000000000000000000
+01101111111101000000000100111100
+01100111111001000000000000010110
+00100000001000000110100000101100
+00011000000000100111111000000000
+01100111111001000100000011100000
+11011000110000001000000001110000
+11011000101000000100000011010000
+11011111001000000000000000001101
+00100000010000000111010101001000
+01101111111100001000000010000000
+01100111111000001100000011101000
+00100000001000000011110001001011
+01101111111100001000000001101111
+00011111111010110111111000000000
+00011111111000010111111000001111
+00100100001110100011101101010101
+01101111111000011100000010111110
+00100100011110100000000000000000
+01101111111100001000000001101111
+00011111111000011111111000110000
+01100111111100001000000001101111
+01110000100000000000011010000000
+01101111111100001000000100101001
+11000100000000001000000000000000
+01101111111100011000000101000101
+01100111111000011100000010111110
+00100000011000000000000000000000
+01000100100011111100000000000011
+00011011010000100111111000000000
+00100000010000000111010101111110
+01101000010010100100000010101110
+00011000010001100111110011111111
+00100000011000010000000000000000
+00011111111011010111111000000000
+00011111111100100111111000000000
+10011000010001101111110000000000
+00100000010000000111010111001101
+11011000010000000000000011001000
+00100000010000000111010111011011
+01100111111000001000000000001110
+00100100001101000011101101101001
+00011111111001100111111000000000
+01101000010010011100000010111110
+10011000010000001111111000000000
+01100111111000011100000010111110
+01011000000000000000000000000000
+01100111111000100100000010101110
+00100000011000000000000000000000
+11011000010111111111111111111111
+01101111111000001100000011000101
+01111001001111111111111000000111
+01100111111000001100000011000101
+01000100100100000100000000000100
+00100000010000000011110001001011
+01101111111000001100000010101000
+01100111111000001100000011001011
+01101111111000001100000011001001
+01111001001000000111111000000111
+01100111111000001100000011001001
+01000100100100001100000000000100
+00100000010000000011101010011111
+01101111111000010100001110011110
+00100000010000000111010111100110
+01101111111000100100000010101110
+10011000010000001111111000000000
+01100111111000100100000010101110
+00100000010000000011101101000010
+00100000010000000011101100100011
+01101111111000100100000011001100
+00011111111000100010010000000000
+01101111111000101100000011000111
+01100111111100100000000001001100
+00011111111011110010001000000000
+00110111110110011000001000000000
+00011011001000100111111000000000
+01100111111000110100000010110010
+01110000100000000000010100000010
+00110111110110011000001000000000
+00110111110110011000001000000000
+00011010001000100111111000000000
+01100111111100001000000001001111
+01110000100000000000010100000010
+00110111110110011000001000000000
+00110111110110011000001000000000
+01100010010100100000000001001100
+01110000100000000000010100100000
+00110111110110011000001000000000
+00110111110110011000001000000000
+01100000010110100000000001001100
+01110000100000000000010100010000
+00110111110111111000001000000000
+01000100100100010100000000000100
+01011000000000000000000000000000
+00011100111000100111110000000000
+00100000001000101011101110100101
+01101111111100001000000100110100
+01101000010110001000000100110101
+10011000010001100111110000000000
+00100000001000010011101110100011
+00011000010000100111111000000000
+10011100111001100111111000000000
+00011111111000001111111000000001
+00011111111000001111111000001010
+00110111110110011000001000000000
+10011110001000001111111000000000
+01101000010010100100000010101010
+10011000010000001111111000000000
+01101000010010011100000010111110
+10011000010011111111111000000000
+00011111111011001111111000000000
+00011111111100011111111000000000
+00011111111000001111111001101110
+01101000010010010000000000111111
+10011000010001101111110000000000
+00100000010000000111010111001101
+00011111111100000111111000000000
+00011000000001110000010000000000
+10011000010000011111111000000000
+01101000010010110100000010110010
+00100000010000000111010101110011
+00011000010000100011001000000000
+01101111111000110100000001001000
+00100000010000000011100100000101
+00011011010000100111111000000000
+01100111111000110000010011000100
+00011100111000100111111000000000
+11100111111000001000000000000101
+01101111111100001000000100011101
+00011111111000011111111011110000
+11100111111000001000000000000101
+00100000011000000000000000000000
+01000100100100011100000000000100
+00100000010000000011101101001011
+01101111111000011100000010111110
+00100000011110100000000000000000
+01101111111000001100000010010100
+00100000011110100000000000000000
+11011010011000000011100010101010
+00100000010000000011100001100110
+00100000011000101000000000000000
+00100000010000000011110001011100
+00100100011110100000000000000000
+00100000010000000011100001011010
+00100100001000101011101111101101
+00100000011101011000000000000000
+01000100100100100100000000000100
+01101000010010001000000000010101
+01101111111000010100000001000010
+10011000010011111111111000000000
+00011000010100011000010000000000
+00011000010010110000010000000000
+10011000010001100111111000000000
+01101000010010100100000001000100
+10011000010000001111111000000000
+01101000010010001100000010100111
+10011000010001100111111000000000
+00011111111100000110000000000000
+01101111111000010100000001001110
+00011111111000110111111000000000
+00100000010000000111010110011010
+00011110000000100111111000000000
+00100000010000000111010110000000
+00011011010000100000010000000000
+00100000010000000111010101111110
+00100000011101000000000000000000
+00100000010000000111010110010011
+01000100100100101100000000000100
+01101111111000001100000011000111
+10011000010001100111110000000000
+00100000001000010011101101101100
+01100000010010100100000010101010
+00100000010000000100110111000110
+01101000010010100100000010101010
+00100000001000000011101101111010
+01000100100100110100000000000100
+01101111111000001100001101011011
+00100100001110100011101111110001
+00100000011000000000000000000000
+01101111111000010100000010100101
+00100000011110100000000000000000
+01101000010010001100000010100111
+10011000010001100111111000000000
+11011000010000000001110101001100
+10011000010011111111111000000000
+00100000001000000011101111100100
+01101111111000010100001110011010
+00100000010000000111010111100110
+00100100001110100011110000010000
+01110000000000000001010100000000
+11000101100001101011110000010000
+01101111111000001100000011000011
+00100000001110100011110000010100
+00011111111000001111111111111111
+01100111111000001100000011000011
+00100000011000000000000000000000
+01110000010000001010100100000000
+01101111111000011100000010111000
+00011111111000001111111000000001
+01100111111000011100000010111000
+00100000011000000000000000000000
+01000100100100111100000000000100
+01110000000000000001010100000000
+01101111111000011100000010111011
+00011111111000001111111000000001
+01100111111000011100000010111011
+01101111111000001100000010101001
+00011111111000001111111000000001
+01100111111000001100000010101001
+00100000011000000000000000000000
+01110000000000000001010100000000
+01101111111000001100000011000010
+01100111111000001100000011000011
+00100000011000000000000000000000
+01101000010010001100000011000001
+01100000010010001000000000010101
+00100000011000000000000000000000
+01101111111000001100000011000111
+00100100011110100000000000000000
+01110000100000000100001000000110
+01011000000000000000111100001100
+00100000010000000011110000101110
+01011000000000110000110101000000
+00100000010000000011101010111100
+00110111110110011000001000000000
+00011110001000100110000000000000
+00100000010000000011101010011111
+01110000100000000100001000000100
+00100000000000000000000000001010
+00110111110110011000001000000000
+00011110001000100111111000000000
+10011110000001100111111000000000
+00011111111000001111111000110000
+11011000010000000000000011111111
+00100000010000000111010111011011
+01100111111000001100000011000111
+00100000000000000111010100110000
+00100000000000000111010100110000
+00100000000000000111010100110000
+00100000011000000000000000000000
+11011000101000000000111111111111
+10011000101000010000101000000000
+01101111111000001100000011000100
+00011111111000010111111011110000
+00011111111011010111111000000000
+10011000101000011111111000000000
+01100111111100010000000001001100
+11101111111000010000000000000110
+11100111111000010000000000000101
+01000100100101000100000000000101
+01011000000000000000000000000001
+00100000001000000011110000111100
+01000100100101001100000000000101
+01011000000000000000000000000010
+00110111110110011000001000000000
+01100111111100001000000000000101
+00110111110110011000001000000000
+00110111110110011000001000000000
+00100000011000000000000000000000
+01000100100101010100000000000101
+01101111111100100000000100111000
+01100111111100100000000001001100
+01101111111100001000000100111000
+00011111111000010111111001000001
+01101000010010001100000011001100
+10011000010000011111111000000000
+01100111111100001000000001001100
+01011000000000000000000000100000
+00100000001000000011110000111100
+01000100100101011100000000000101
+01101111111000100000000000010110
+01100111111100100000000001001100
+01011000000000000000000000000100
+00100000010000000011110000111100
+01101111111000100000000000011010
+01100111111100100000000001001100
+01011000000000000000000000001000
+00100000001000000011110000111100
+01101111111000010100000010100011
+11111001001000000111111000000000
+01100111111000010100000010100011
+00100000011000000000000000000000
+01101111111000010100000010100011
+11111001001111111111111000000000
+01100111111000010100000010100011
+00100000011000000000000000000000
+01000100100101100100000000000101
+00100000010000000100110111000100
+01101111111000010100000010100011
+00011111111000100010001000000000
+01101111111000011100001111111000
+01111101001110100010001000000001
+01101111111001000100010000011001
+01111101001110100010001000001111
+01101111111001000100010000100001
+01111101001110100010001000001110
+01101111111000001100000100001101
+01111101001110100010001000001000
+01101111111000001100000010010101
+00101111111000011111111000001010
+00100000010000001011110001101110
+00011010001000100111111000000000
+01100111111000010100000010100011
+00100000011000000000000000000000
+01101111111100010000000100010010
+01111101001110100010001000000110
+01101111111100010000000100001110
+01111101001110100010001000000101
+00100000011000000000000000000000
+01101111111100100000000100110000
+01111001001111111111111000011011
+01100111111100100000000001001100
+00100000010000000011110000110111
+00100000001000000011101010111010
+01101111111100100000000100110100
+01111001001111111111111000010100
+01100111111100100000000001001100
+00100000001000000011110000111010
+01000100111001000100000000011001
+01111000010101011111110000000000
+01110000000000010111100100000001
+01110000000000010110001100000011
+01110000000000010111101000000001
+01011111111111111111111111111111
+01100111111000010000000101111101
+00011000000000000111111000000000
+01100111111000001000000101111011
+01100111111000001000000110000110
+01100111111000011100000010111000
+01100111111000011100000010111011
+00100000010000000011111111011000
+01110000010000010010100100000001
+01110000010000010010101000000000
+01110000000000011001100000000001
+01110000000000011001100100000001
+01110000010000110110100100000000
+00100000001000000100000010110100
+01000100111001001100000000011001
+01111000001101001111110000000000
+01110000000000010110010000000011
+01110000010000110110101100000001
+01110000000001010000011000000001
+01011000000000001111111111111111
+01100111111000010000010100001000
+00011000000000000111111000000000
+01100111111000101100010000000010
+01111001001000000111111000100111
+01100111111000101100001111111101
+00100000001000000011110001111100
+01000100111001010100000000011001
+01111000010101001111110000000000
+01011000000000000000000000010111
+01100111111000010100001010110110
+00011111111000001111111000000100
+01100111111000010100001101111000
+01110000000000010110010000000001
+01110000010000110101101100000000
+01110000000000000001010100000000
+00100000010000000011110100000101
+01101111111000010000000110010001
+01100111111000010100001011001000
+01101111111000010000000101100101
+00011111111011111111111000000101
+00011111111100011111111000000000
+01100111111000010000000110010001
+00100000001000000011110001111100
+01000100111001011100000000011001
+00100000010000000011110100101111
+01101111111000001000000101100011
+00101111111011111111111000000100
+01111001001000001000000000110010
+00100000010000000100110110110011
+01101111111000001000000101100100
+11000010100000001011110010110101
+00100000001000000011110011000111
+01000100111001100100000000011001
+01111000001101001111110000000000
+00100000010000000100000010101010
+00100000001000010011110011000100
+00100000010000000011110101110101
+00100000010000000011111111101101
+01111000010101101111110000000000
+00100000010000000011111010101011
+00100100011101101000000000000000
+01101111111000001000000000000101
+00011111111000001111111000000001
+01100111111000001000000000000101
+00100000010000000011111110011110
+01111000010101001111110000000000
+00100000011000000000000000000000
+00100000010000000011110011111010
+01111000010101001111110000000000
+00100000011000000000000000000000
+01000100111001101100000000011001
+01110000010000110001000100000000
+01111001001111111000000000110000
+01111000010101110111110000000000
+00100000010000000100000010101010
+00100000001000010011110011111010
+01101111111000001000000110011000
+00100000010000000011110100010110
+00100000010000000011110101110101
+00100000010000000011110111001100
+00100100001011000011110011101011
+00100000010000000011110100001001
+00100000001101101011110011010110
+11000101000110000011110011010110
+00100000001000000011110011100101
+01000100111001110100000000011001
+01101111111000001100001100010001
+00011111111000001111111000000001
+01100111111000001100001100010001
+11000000000001100011110011100101
+00100000010000000011111110011110
+00100000010000000011111111101101
+01101111111000001000000110011001
+00100000010000000011110100010110
+00100000010000000011111010111100
+00100000010000000100000001010000
+01101111111000010100001110010110
+00100000010000000111010111100110
+00100000010000000011110011101111
+00100000001101000011110011110100
+01000100111001111100000000011001
+00100000010000000100011011000001
+00100000010000000100011010111000
+00100000010000000111000010110001
+01101111111000001000000110000110
+11000010100000011011110011111010
+01000100111010000100000000011010
+00100000010000000011100011001011
+00100000010000000100000101111110
+00100000001000000011100011110011
+01111000010101000111110000000000
+11000101000101010111011000110110
+11000101000101001111011000110110
+11000101000110000111011000110110
+00100000011000000000000000000000
+01000100111010001100000000011010
+01111000001101110111110000000000
+00100000010000000011111010101111
+00100000001101101011110011010110
+11000101000110000011110011010110
+00100000001000000011110011100101
+01000100111010010100000000011010
+00100000010000000011110100000000
+00100000010000000100111000000011
+00100000010000000011110100000101
+01110000000001001100001100010101
+00100000001000000111000010011011
+11011000101000000100001111101110
+00100000010000000111010100000100
+01110000000000010111100100000000
+01110000000000010110010000000000
+01110000000000010110001100000000
+01000100111010011100000000011010
+01110000010000101101000000000000
+01110000010000101100111100000000
+00100000011000000000000000000000
+01000100111010100100000000011010
+01101111111000001000000000000101
+00011111111000001111111000000001
+01100111111000001000000000000101
+01101111111000001000000101100011
+11000011100000011000000000000000
+01111001001000000111111000000011
+01100111111000001000000101100011
+01101111111000010100001011001000
+01100111111000010000000110010001
+01011000000000000000000000000000
+01100111111000100100001011110000
+00100000011000000000000000000000
+00011111111000100000010000000000
+01000100111010101100000000011010
+00011000010000100111111000000000
+11000010100000000011110100101111
+11000010100000001011110100011111
+11000011000000010011110100101111
+11000010100000111011110100101100
+11000010100000010011110100100101
+00100000001000000011110100101111
+00100000010000000011110100101111
+01111001001000000000000000101101
+01111001001111111000000000101111
+01110000100010010000000100000011
+01110000100010010010000010000100
+00100000011000000000000000000000
+00100000010000000011110100101111
+01111001001000000000000000101111
+01111001001111111000000000101110
+01110000100010010000000100000101
+01110000100010010010000010000000
+01110000100010010011000000100000
+00100000011000000000000000000000
+00100000010000000011110100100101
+01111001001000000000000000101110
+00100000011000000000000000000000
+01000100111010110100000000011010
+01111001001111111000000000101101
+01111001001111111000000000101111
+01110000100010010000000100000001
+01110000100010010010000010000000
+01110000100010010011000000000011
+00100000011000000000000000000000
+01000100111010111100000000011010
+01111001001111111000000000110010
+01110000100010010000000100000001
+01110000100010010010000010000000
+01110000100010010011000000000011
+00100000011000000000000000000000
+01000100111011000100000000011011
+01111000010001001111110000000000
+01111000010000111111110000000000
+01101111111000011000000110001011
+10011000000000000001111000000000
+01101111111000001000000000000111
+00011111111011011000010000000000
+01111001001000000000010000000001
+00011000010000110001110000000000
+00100000011000000000000000000000
+00100000010000000011110101001111
+00100000010000000011100101010100
+01101111111000010000000000111001
+00100000010000000011101010111100
+00100000001000000011100101101010
+00100000001101101011100111001111
+11000101000110000011100111001111
+00100000010000000011110101001111
+00100000001000000011100111001001
+01000100111011001100000000011011
+00100000010000000011100100100101
+01101111111000001000000110110110
+00100100001110100011110101100010
+01101111111000001000000000000111
+00011111111001100111110000100100
+00100000001000010011110101011100
+00011000000000000000010000000000
+11000001000100101000000000000000
+00011000000000000000010000011000
+11000001000100110000000000000000
+00011000000000000000010001001110
+00100000011000000000000000000000
+00011111111001100111110000001010
+00100000001000010011110101011111
+00011111111000001111111000000001
+00011111111000111111111000000000
+00011111111000001000010000000010
+00100000011000000000000000000000
+01101111111000001000000000000111
+00011111111000111000010000000000
+00100000011000000000000000000000
+11011000010000000000000111110100
+00100000011110100000000000000000
+11011000010000000000000011111010
+11000001000000001000000000000000
+11011000010000000000000010010110
+11000001000000010000000000000000
+11011000010000000000000001100100
+11000001000000011000000000000000
+11011000010000000000000001001011
+11000001000000100000000000000000
+11011000010000000000000000110010
+11000001000000101000000000000000
+11011000010000000000000000101000
+11000001000000110000000000000000
+11011000010000000000000000010100
+00100000011000000000000000000000
+01000100111011010100000000011011
+01111000001010000111110000000000
+01101111111000100000000110000111
+10011000000000000001001000000000
+00100000010000000011110110101010
+01011000000000000000001000000000
+00100000001101001011110101111110
+01101111111000010000000101110001
+00011111111000110111111000000000
+01101000010010010000000000111001
+10011000010000001111111000000000
+00100000010000000011101010100011
+00011011010000100111111000000000
+00100000011000000000000000000000
+01000100111011011100000000011011
+00100000010000000111010010110111
+01100111001000010000010011101111
+00011010001000001000110000000001
+11101111111000001000000000000110
+11000100000000000000000000000000
+00011010001000001000101000011010
+11101111111000010000000000000101
+00011111111000001111111000000001
+11100111111000010000000000000101
+00100000010000000011111100011101
+00100000010000000011111100111111
+00100000010000000011111101001000
+00100000010000000011110110010100
+00100000010000000111010011000110
+01101111001000010000010011101111
+00100000011000000000000000000000
+00011010001000001000110000011001
+11101111111000001000000000000110
+00011010001000001000101000011000
+11101000010000001000000000000101
+10011000010000001111111000000000
+00011111111001100111110000100100
+00100000001000010011110110011100
+00011111111000001111111111011011
+11100111111000001000000000000101
+00100000011000000000000000000000
+00011010001000001000110000110000
+11101111111000101000000000000110
+00011000000000000000010000000000
+00011000000000000111001000100101
+11000011000000000011110110100100
+00011000010000001000010000000001
+00011111111000110111111000000000
+11000010000000000011110110100010
+00011000010000001111111111111111
+00011010001000001000101000100010
+11100111111000001000000000000101
+00100000011000000000000000000000
+01000100111011100100000000011011
+01101111111000001000000101111011
+10011000000000000000111000000000
+01101000010010101000000110010011
+10101000010011111111111111111111
+00100000001000001011110110111111
+01101111111000001000000110000101
+10011000111001100111111000000000
+00100000001000010011110110110101
+00011111111001100000111111111111
+00100000001000000011110110110000
+00011000111000100111001000000000
+00011000000000000000111000000000
+10101000010011111111111111111111
+00100000001000001011110110111010
+00011111001000001111001000000001
+00011111001000100111111000000000
+00100000001110100011110110111111
+00011000111000001000111000000001
+00011111001000001111001111111111
+00100000001000000011110110110111
+00011000111000100111111000000000
+01100111111000001000000000000111
+00100000011000000000000000000000
+00100000001101001011110111000101
+00110111110000011000001000000000
+00100000011000000000000000000000
+11011001011000000000111010100000
+00110100011100110000001000000000
+00100000011000000000000000000000
+01111000010010000111110000000000
+01101111111000010100001100011001
+00011111111000100001011000000000
+00100000001000000011110111010010
+01000100111011101100000000011011
+00100000010000000011111000111001
+01111000001010000111110000000000
+01101111111000010000000101110001
+01101000010010100100001011110000
+10011000010000001001011000000000
+00100000010000000011110101000110
+01000100111011110100000000011011
+00100000010000000011110100111100
+11000101100101111011110111011010
+01111000001111001111110000000000
+00100000000000000000000000011110
+00100000010000000011110100111100
+00011001011010011001011000000000
+01111000010101101111110000000000
+01111000001001101111110000000000
+01111000001100001111110000000000
+01111000010100000111110000000000
+00011001011000100011011000000000
+00110111110000011000010000000000
+00100000001101110011110111100011
+00011011010000100000010000000000
+01100000010010110000000000001111
+00100100001011000011111001110101
+01000100111011111100000000011011
+01111000001010000111110000000000
+11011011011000000100111010101011
+01101111111000001100000100011101
+10011011011011111011011000000000
+00100000010000000110010001001011
+00100000001101110011110111110000
+00100000010000000011111001111010
+01101111111000001000000101100011
+11000011000000011011110111110000
+01101000010010110000000000001111
+00100000010101011011101101011010
+00100000010000000011101001000101
+01111000001000111111110000000000
+01111000001001001111110000000000
+00001001100000000000000000001000
+00011001100010010111111000000000
+01100111111000001000000001000111
+00001001100000000000000000001000
+00011001100010010111111000000000
+01100111111000001000000001001000
+00011111111000100111001000000000
+00100000001000101011111000010110
+11000101000110010011111000000001
+00001001100000000000000000001000
+00011001100010010111111000000000
+11100111111000001000000000000101
+11000010000000000011110111111100
+00100000001000000011111000010110
+00011000101000100010010000000000
+01000100111100000100000000011100
+00100000010000000011111110010111
+01101010001000001000000001001000
+00011010001000001010001111111100
+00100100001000010011111001101101
+00100000010000000011111000111110
+00011010010000100000101000000000
+11011000010000000000000000000000
+01101111001000001000000001001000
+00011111001000001111001111111100
+00100000001000101011111000010100
+00001001100000000000000000001000
+00011001100010010111111000000000
+11100111111000001000000000000101
+00011000010000001000010000000001
+00011000010000010111110000001111
+00100000010000101011111001011100
+11000010000000000011111000001101
+00100000010000000011111001100100
+00011010010000100000101000000000
+01000100111100001100000000011100
+00001001100000000000000000011000
+00011111111011110111111000000000
+00011111111100010111111000000000
+11100111111000011000000000000101
+01111000001010000111110000000000
+00100000010000000011111010001000
+00100000001000110011111001110001
+11000101100110010011111000101000
+01101111111000001000000001001000
+00100000001110100011111000101000
+00011111111000001111111111111100
+01100111111000001000000001001000
+00100000010000000110111100000111
+01101111111100001000000100001000
+11000011000000111011111001101101
+00011000000000000111000000001100
+01100101111000100000000101001111
+00100000010000000110010001001010
+01111000001101101111110000000000
+01111001001111111000000000110000
+01000100111100010100000000011100
+00100000010000000110111100001001
+01101111111000001000000110011000
+01111101001111100111111000000111
+01100111111000001000000110011000
+00100000010000000011111000110011
+01111000010001101111110000000000
+00100000001000000011100100100101
+01000100111100011100000000011100
+01101000010010001000000000001000
+00011000010000001010001000000010
+11000101000101101011100110001110
+00011000010000001010001000000001
+00100000001000000011100110001110
+11000110100110010000000000000000
+00100000010000000110111110100100
+00011000000000000111000000001100
+00100000010000000110111110101100
+00100000001000000110111110101011
+01000100111100100100000000011100
+01110000100000000110110000000000
+01110000100000000110110100000001
+01101111111000001000000001000111
+00011111111000010111111000000011
+01100111111100001000000001101110
+01011000000000000000000001001001
+01100111111100010000000001101000
+01100111111100010000000001101010
+01101010001000001000000001001000
+00011010001000001010001111111100
+01101000010010101100010000000010
+00101000000011111111111000001111
+00100000010000001011111001010010
+00100000010000000110111001110100
+01011000000000000000000000000000
+01100111111100010000000011000001
+01110000100000000000101000000110
+01110000100000000000101000000111
+00100000011000000000000000000000
+00011000010001100111110000000000
+00100000001000101011111001010111
+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
+00100000001000000011111001110111
+00100000010000000011111010001000
+00100000010000000011100011001011
+00100000001000000011111000101000
+00100000010000000110010001001100
+11000101000110000011111001110101
+01111001001000000000000000110000
+00100000001000000011111000101011
+01111001001111111000000000110000
+00100000001000000011111001110111
+01000100111100101100000000011100
+00100000010000000110111100001001
+00100000001000000011100011001011
+11000101000101111011111010000000
+11000101000101101011111010000100
+01101111111000010000000001000001
+00011111111000100101001000000000
+00011100001000100101000000000000
+00100000011000000000000000000000
+01101111111000010000000001000101
+00011111111000100101001000000000
+00011100001000001101000000000001
+00100000011000000000000000000000
+01101111111000010000000001000011
+00011111111000100101001000000000
+00011100001000100101000000000000
+00100000011000000000000000000000
+01101111111000001000000001001000
+00011111111000001000010000000101
+00011000010010011000010000000000
+01101111111000001000000110011000
+11000101000101111011111010001111
+11000010100000000011111010010001
+11000010100000001011111010010010
+00100000001111100011111010010100
+00100000001000000011111010010111
+00100000001000000011111010011100
+00011000010000110000010000000000
+00100000001000000011111010011100
+00011000010000001000010000000011
+00011000010000111000010000000000
+00100000001000000011111010011001
+00011000010000001000010000000011
+00011000010010011000010000000000
+01011000000000000000000000101000
+10011000010000001000010000000000
+00100000001000000011111010011100
+01101111111000001100000100011101
+10011000010011111000010000000000
+11011010001000000100111000100000
+10011010001011111111111000000000
+10011000010001100000010000000000
+00011011011000100111111000000000
+10011000010001100011011000000000
+00100000011000000000000000000000
+00100000010000000011111010111100
+01101000010010001000000000001000
+00100000010000000011100101010100
+00100000010000000011100101101010
+01111000001010000111110000000000
+11011001011000000001010101111100
+00100000001000000011110111010011
+01000100111100110100000000011100
+01101111111000001000000110011001
+00100000010000000011110100010110
+00100000010000000011111010111100
+01101111111000001000000110011000
+00100000010000000011110100010110
+01101000010010001000000000001000
+00100000010000000011100101010100
+00100000010000000011100101101010
+01111000001010000111110000000000
+11011001011000000001010101111100
+11000101100101111011110111010011
+11011001011000000010000100110100
+00100000001000000011110111010011
+01000100111100111100000000011100
+00100000010000000011111010111100
+00100000001000000011100011001011
+01000100111101000100000000011101
+00100000010000000011110100111100
+00100000010000000011110101001011
+00100000010000000110010001010001
+01111001001000000010101000000000
+01111000001011101111110000000000
+01111000001100000111110000000000
+01111000010100001111110000000000
+00100000010000000011110111000010
+01111000010111010111110000000000
+11000101000101111011111011111111
+11000101000101101011111100010001
+00011001001100010111111000000000
+00011111111011001111111000000000
+00011111111100011111111000000000
+00001000000000001000011000101000
+01111000001000111111110000000000
+01111000001001001111110000000000
+01000100111101001100000000011101
+01101111111000001100000100101001
+00001000000000001000011000001000
+11101111111000001000000000000110
+00011111111000100111001000000000
+00001000000000001000011000001000
+00011111001001100111110000000000
+00100000001000101011111011011101
+01101111111100001000000000001010
+00100000001110100011111011011001
+11000101000110010011111011110100
+11011000110000000100000100101011
+11101111111000001000000000000110
+00001000000000001000011000001000
+11000010000000000011111011011010
+01111000001001000111110000000000
+00001000000000001000011000011000
+01111000010001000111110000000000
+11000101100101111011111011100100
+01111000010000111111110000000000
+01011000000000000000000000000000
+00001000000000001000011000000011
+00110111110100111000001000000000
+00100000000000000000000001100100
+01000100111101010100000000011101
+01111000010011101111110000000000
+01111000010111000111110000000000
+00100000010000000011100100100101
+00100000010000000110010001001111
+01101111111000001100000100101001
+00011111111000010111111000000011
+11000001100000011000000000000000
+01101111111000001100001011010000
+11000000000000010011111111011000
+11000001100000101000000000000000
+01101111111000001100000100101011
+11000000000000101011111111010011
+00100000011000000000000000000000
+00011111001000001111001111111100
+00011111001000100000010000000000
+00100000010000000110111011110100
+11011000110000000100000100101011
+11101111111000001000000000000110
+00001000000000001000011000001000
+11000010000000000011111011111000
+00100000010000000110111011111001
+00011101111000100111111000000000
+00001000000000001000011000100000
+00100000001000000011111011011101
+11011111001000000000000000001010
+01011000000000000000000000111100
+00001000000000001000011000001000
+11000010000000000011111100000000
+01111000010011101111110000000000
+01111000001111000111110000000000
+00011001001100010111111000000000
+00011111111100010111111000000000
+00011111111100011111111000000000
+00001000000000001000011000100000
+11000101000101110011111100001110
+01011000000000000000000000000001
+00001000000000001000011000000101
+01111000001111010111110000000000
+00100000001000000011111011001100
+01011000000000000000000000000000
+00001000000000001000011000000101
+00100000001000000011111011001100
+01101111111000001100000100011101
+00011111111000110111001000000000
+00100000000000000000000000000010
+11000010000000000011111100010011
+00011001001100010111111000000000
+00011111111011001111111000000000
+00011111111100011000010000000000
+00011000010000100111111000000000
+00001000000000001000011000001000
+00011000010000100111111000000000
+00001000000000001000011000101000
+00100000001000000011111011001100
+11011010011000000011111100100001
+11011010010000000011111100110111
+11011000111000000000000000000101
+00100000001000000011111101110110
+00011010001000001000110000000100
+11101000010000100000000000000110
+00011010001000001000110000110111
+11101111111000001000000000000110
+00011010001000001000101000101011
+11100111111000001000000000000101
+11101111111000010000000000000110
+00011111111010111111111000000000
+10011000010000001001011000000000
+00011010001000001000101000000100
+00011001011000100111111000000000
+11100111111000100000000000000101
+11101111111000010000000000000110
+00011111111010111111111000000000
+00011010001000001000101000000010
+11100111111000010000000000000101
+11101111111000010000000000000110
+00011010001000001000101000101100
+11100111111000010000000000000101
+11101111111000010000000000000110
+01100111111000010100001011001000
+00100000001000000100000010110111
+11101111111000001000000000010001
+01111001001111111111111000000011
+11100111111000001000000000010001
+01100010001000010000010011011000
+01110000000001001100001101000100
+00100000010000000111000010011011
+01101010001000010000010011011000
+00100000011000000000000000000000
+11011010011000000000000000000000
+11011010010000000011111101000011
+11011000111000000000000000000110
+00100000001000000011111101110110
+00011010001000001000110000110111
+11101111111000101000000000000110
+00011010001000001000101000110000
+11100111111000101000000000000101
+00100000001000000011110110011110
+11011010011000000000000000000000
+11011010010000000011111101001100
+11011000111000000000000000000111
+00100000001000000011111101110110
+00011010001000001000110000110111
+11101111111000001000000000000110
+00100000010000000011111101011001
+11100111111000001000000000000101
+00011010001000001000110000111000
+11101111111000001000000000000110
+00100000010000000011111101100111
+11100111111000001000000000000101
+01100010001000010000010011011000
+01110000000001001100001101000010
+00100000010000000111000010011011
+01101010001000010000010011011000
+00100000011000000000000000000000
+00100000010110100011111101100001
+00011010001000001000101000110101
+00100100011101001000000000000000
+01101000010010001100001101110110
+00101000010011111111111000000111
+01111001001000001111111000000111
+00011010001000001000101000110110
+00100000011000000000000000000000
+00011010001000001000110000110101
+11101111111000001000000000000110
+00100100011101001000000000000000
+00011010001000001000110000110110
+11101111111000001000000000000110
+00100000011000000000000000000000
+00100000010110100011111101110000
+01101000010010001100001101110110
+00101000010011111111111000000111
+01111001001000001111111000000111
+00011010001000001000101000110110
+00100100011101001000000000000000
+01111001001111111111111000000111
+00011010001000001000101000110101
+00100000011000000000000000000000
+00011010001000001000110000110110
+11101111111000001000000000000110
+00100100011101001000000000000000
+00011010001000001000110000110101
+11101111111000001000000000000110
+00100000011000000000000000000000
+01000100111101011100000000011101
+11101111111000001000000000010001
+10101111111011000000000000000000
+00100000011000001000000000000000
+00011010001000001000110000011010
+11101000010000010000000000000110
+00011010001000001000110000100000
+11101111111000010000000000000110
+10011000010001100111111000000000
+00100000001000101011111110000110
+00100100001000010011111110001011
+00011111111001100111110000000001
+00100000001000101011111110000100
+00100000011000000000000000000000
+00011010011000100111111000000000
+00100000001000000111010111100110
+11101111111000001000000000010001
+11111001001111111111111000000000
+11100111111000001000000000010001
+00011010010000100111111000000000
+00100000001000000111010111100110
+00011010001000001000110000011010
+11101111111000010000000000000110
+00011010001000001000110000100000
+11101111111000010000000000000110
+10011000010001100111111000000000
+11011000010000001111111111111111
+10011000010001100111110000000000
+00100000001000101011111110000110
+11011000010000001111000000000000
+10011000010001100111110000000000
+00100100001000010011111110000110
+00100000011000000000000000000000
+01101000010010001000000101111010
+01101111111000001000000001000111
+00011111111000110111111000000000
+10011000010000101111111000000000
+00101111111011111111111000000010
+01111001001000001000000000001111
+00100000011000000000000000000000
+01000100111101100100000000011101
+00100000010000000100000010110100
+11000110000110000000000000000000
+00100000010000000011111111000101
+01101111111000001000000001000111
+00101111111011111111111000000100
+01111001001000001000000000101010
+00011111111000110111111000000000
+10011000010000101111111000000000
+00101111111011111111111000000010
+01111001001000001000000000001111
+11000110000001111000000000000000
+01101111111000001000000001001000
+00100000001110100011111110110111
+01101111111000001000000101100011
+11000011000000100011111110110111
+01101000010010100000000101001111
+01101111111000100100010000000111
+10011000010001100111110000000000
+00100000001000101011101010111010
+01100000010010100100010000000111
+01101111111000101100010000000010
+00011111111000001111111000000001
+01111001001000000111111000100111
+01100111111000101100010000000010
+01101000010010001000000101111010
+01111001010000000000010000000010
+01100000010010001000000101111010
+01101111111000001100001011110100
+11000100000000110000000000000000
+01000100111101101100000000011101
+01101111111000001000000001001000
+00100000011110100000000000000000
+01101111111000001000000001000111
+00101111111000000000011000000001
+00100000001000001100010111000101
+00101111111000000000011000000010
+00100000001000001100010110110011
+00100000011000000000000000000000
+01000100111101110100000000011101
+01101000010010001000000101111010
+00101000010011000000000000000101
+00100000011000001000000000000000
+01101111111000001000000001000111
+00011111111000111111111000000000
+10011000010000101111111000000000
+11000100000000011000000000000000
+01111001001111111000010000000101
+01111001010000000000010000000011
+01100000010010001000000101111010
+00101000010000000000011000000011
+00100100011000001000000000000000
+00100000011000000000000000000000
+01101111111000001000000101100011
+01111001001000000111111000000100
+01100111111000001000000101100011
+01111001001000000000000000110010
+00100000011000000000000000000000
+01000100111101111100000000011101
+01110000010000101101000000000000
+11011111111000000000000000000000
+01100111111000100100010000000111
+01100111111000101100001111111101
+01111001001000000111111000100111
+01100111111000101100010000000010
+01101111111000001000000101100011
+01111001001111111111111000000100
+01100111111000001000000101100011
+01111001001111111000000000110010
+00100000011000000000000000000000
+11011010001000000000000000000001
+01101111111000001000000001000111
+11000011100000110000000000000000
+11011010001000000000000000000000
+00100000011000000000000000000000
+00011000110000100000101000000000
+01101000010010010100001101111000
+00011000101000100000110000000000
+00100000011000000000000000000000
+01000100111110000100000000011110
+01101111111000001000000101111010
+11000011100000101000000000000000
+00100000010000000100000000001110
+00100000010000000100000111101011
+00100000001110100100000000110010
+11101111111000010000000000000110
+11101000010000010000000000000110
+00011000010000100010001000000000
+10011010001001100111111000000000
+00100000010000000011111111101001
+00100000010000000111011000101100
+00011111111000100000010000000000
+11101000001000001000000000000110
+00011010001000100111111000000000
+10011000110000001111111000000000
+01100111111000010000010011100011
+00100000010000000100000000100010
+00100000010000000100000000110100
+00100000010000000100000111101011
+11101111111000010000000000000110
+00011111111000100010001000000000
+00011000110000100010011000000000
+11101000010000010000000000000110
+00011000010000100010010000000000
+10011010010001100111111000000000
+00100000010000000011111111101001
+00100000010000000111011000101100
+10011010010000001111111000000000
+11100111111000010000000000010011
+10011010001001100111110000000000
+00100100011000101000000000000000
+00100000001000000100001000000101
+00100000010000000100000000010101
+11000110000101001000000000000000
+01101111111000001100001011110100
+11000011000000010100000000100000
+00100000010000000100000111101111
+00100000001110100100000000100000
+00100000001000000100000000011110
+00100000010000000100000111101011
+00100000001110100100000000100000
+11101111111000010000000000000110
+11101000010000010000000000000110
+10011000010001100010001000000000
+00100000010000000011111111101001
+00011000010000100111111000000000
+10011010001001100111110000000000
+00100000001000010100000000100000
+01111001001000000000000000101001
+00100000011000000000000000000000
+01111001001111111000000000101001
+00100000011000000000000000000000
+00011010001000100111111000000000
+00100000011110100000000000000000
+11011000001000000000000000000001
+00100000011000000000000000000000
+01000100111110001100000000011110
+00011000010000001000010000000001
+00100000010000000100000011100110
+00011000110000001000110111111110
+11101111111000010000000000000110
+11011000010000000010100100000010
+10011000010001100111110000000000
+00100100011000101000000000000000
+00011000110000001000110000000001
+00011000110000100010001000000000
+11101111111000001000000000000110
+00100000011000000000000000000000
+00011000000000000000010000000000
+00011000000000000000001000000001
+01000100111110010100000000011110
+01100000010010001100000100101010
+01101000010010001000000101111010
+01111001001000000000010000000101
+00011000010000010111111011111100
+10011000001000011111111000000000
+01100111111000001000000101111010
+00011111111000010111111000011111
+00101000000011111111111000101001
+01111001001000001111111000000100
+01100111111000001100000100101001
+01101111111000001100000100101001
+00101000001000000000011000000001
+00100100001000001100000001000100
+01101111111000001100000100101010
+00100000011110100000000000000000
+11000101000110010100000001001010
+01101111001000001100000100101010
+01101111111000010000010011100011
+00011111111000100000110000000000
+11011000101000000100000100101011
+00100000001000000111010100111011
+00100000010000000110111110100100
+00100000001000000110111011011011
+11011000111000000000000000000000
+00100000001000000011110001010100
+11011000111000000000000000000000
+00100000001000000011110001011000
+01000100111110011100000000011110
+11000110000001111000000000000000
+11000110000110000000000000000000
+01101111111000001000000001000111
+00011111111000010111111000000011
+01100111111000001100001100000111
+01101111111000001000000001001000
+00100000011110100000000000000000
+01011000000000000000000001001001
+01100111111000010100001100001100
+01000100111110100100000000011110
+01101111111000001100001100000111
+11000000000000011100011011111111
+00100000010000000100000001101010
+00100100001101000100000001001100
+00100000010000000100000001001110
+01011000000000000000000000000000
+01100111111000010100001100001010
+01101111111000010100001100001100
+00011111111000001000110000000010
+01000100111110101100000000011110
+11101111111000010000000000000110
+11000000000000100100001101100010
+11000000000000110100011000010110
+11000000000000101100010111101010
+00100000011000000000000000000000
+01101111111000001100001100000111
+11000000000000010100000001111001
+11000000000000001100000010010000
+00100000011000000000000000000000
+00100000010000000111011000110110
+11011000010000000000000000000100
+10011111111001100111110000000000
+00100000011000101000000000000000
+11011000010000000000000000000101
+10011111111001100111110000000000
+00100000011000101000000000000000
+11011000010000000000000000000110
+10011111111001100111110000000000
+00100000011000101000000000000000
+00100000001000000111011000111000
+01101111111000010100001100001100
+00011111111000100000110000000000
+11101111111000010000000000000110
+01100111111000010100001100001000
+11101111111000010000000000000110
+00100000010000000100000001101110
+00100100011101000000000000000000
+01101000010010001000000001001000
+01100000010010010100001100001010
+01101111111000010100001100001000
+00011111111000001111111000000100
+10011000010001100111110000000000
+00100000001000101111011000110110
+01101111001000001000000001001000
+11011000101000000000111100000000
+01101111111000010100001100001100
+00011111111000100000110000000000
+00100000010000000111010100111011
+00100000001000000111011000111000
+00100000010000000111011000110110
+01101111111000010100001100001010
+00100100011110100000000000000000
+00100000001000000111011000111000
+00100000010000000100000010001100
+00100100011101000000000000000000
+01101111111000010100001100001010
+11011000101000000000111100000000
+10011000101000001010001000000000
+01101000010010001000000001001000
+10011000010000001111111000000000
+01100111111000010100001100001010
+01101111001000001000000001001000
+00011010001000100000101000000000
+01101111111000010100001100001100
+00011111111000100000110000000000
+00100000010000000111010100111011
+01011000000000000000111100000000
+01100111111000010100001100001100
+01101111111000010100001100001000
+00011111111000001111111000000100
+01101000010010010100001100001010
+10011000010001100111110000000000
+00100000001000101111011000110110
+00100000001000000111011000111000
+00100000010000000111010011010011
+11011000101000000100001010001101
+00100000001000000100010110101101
+01101111111000010100001110010100
+00100000001000000111010111100110
+01000100111110110100000000011110
+01101000010010100000000101111111
+00100000010000000011101010110110
+10011000010001100001011000000000
+00011001011000100111111000000000
+01101000010010010000000110010001
+00011000010100100000010000000000
+00011000010000111000010000000000
+10011000010001100111111000000000
+00100000011000000000000000000000
+00100000010000000011101010110110
+01100111111000100000000101111111
+00100000011000000000000000000000
+01000100111110111100000000011110
+00011010001000001000110001010000
+11101111111000001000000000000110
+00100000010000000011110101100101
+00011010001000001000110000000010
+11101111111000010000000000000110
+10011000010011111111111000000000
+01101000010010010000000000111111
+10011000010011111111111000000000
+11011000010011110100001001000000
+10011000010001101111110000000000
+11011000010000000000011010000010
+01101111111000001100000100011101
+10011000010011111000010000000000
+00011010001000001000110000101011
+11101111111000001000000000000110
+10011000010011111111111000000000
+10011000010000001111111000000000
+01100111111000100100001011110000
+01101111111000010100000010011011
+00100000010000000111010111010000
+00011000000001111000010000000000
+10011000010000001111111000000000
+00011010001000001000101000001110
+11100111111000010000000000000101
+00100000011000000000000000000000
+01000100111111000100000000011111
+01101111111000010000010100000110
+10011000000000000010010000000000
+01101111111000010000010100001000
+10011000000000000010011000000000
+01101111111000010100001011001010
+10011000000000000000110000000000
+01111000001101000111110000000000
+00100000011000000000000000000000
+11101111111000010000000000000110
+00011111111000010111111011111111
+00100000011110100000000000000000
+10011010010001100111110000000000
+00100100011000010000000000000000
+10011010011001100111110000000000
+00100000011000101000000000000000
+00100000001000010100000011100100
+00011000000000000111110000000001
+00100000011000000000000000000000
+00011000000000000111111000000000
+00100000011000000000000000000000
+00100000010000000100000011101001
+00100000001000101100000011110110
+00100000011000000000000000000000
+01000100111111001100000000011111
+01101111111000010100001011001010
+10011000000000000000110000000000
+11101111111000010000000000000110
+00011111111000010111111011111111
+00100000011110100000000000000000
+10011000010001100111110000000000
+00100000011000101000000000000000
+11101111111000001000000000000110
+10011000110000001000110000000000
+11101111111000001000000000000110
+10011000110000001000110000000000
+00100000001000000100000011101100
+11101111111000001000000000000110
+10011000110000001000110000000000
+00100000011000000000000000000000
+01000100111111010100000000011111
+01101111111000010100001011001010
+10011000000000000000110000000000
+11101111111000010000000000000110
+00011111111000010111111011111111
+00100000011110100000000000000000
+11101111111000001000000000000110
+10011000110000001000110000000000
+00011000110000001000110111111110
+11101111111000010000000000000110
+10011000010001100111110000000000
+00100000011000101000000000000000
+11101111111000001000000000000110
+10011000110000001000110000000000
+00100000001000000100000011111100
+01101111111000010100001011001010
+10011000000000000000110000000000
+11101111111000010000000000000110
+00011111111000010111111011111111
+00100000011110100000000000000000
+00011111111000001000010000000001
+11101111111000001000000000000110
+10011000110000001000110000000000
+11101111111000001000000000000110
+10011000110000001000110000000000
+00011000110000100000101000000000
+00100000001000000100000100001010
+01101111111000010000010100011100
+00100000001000000100000100011000
+01000100111111011100000000011111
+01101111111000010100001011001010
+10011000000000000000110000000000
+11101111111000010000000000000110
+00011111111000010111111011111111
+00100000001110100100000100100011
+10011000010001100111110000000000
+00100000001000101100000100100100
+11101111111000001000000000000110
+10011000110000001000110000000000
+11101111111000001000000000000110
+10011000110000001000110000000000
+00100000001000000100000100011001
+00100000001000000111011001000100
+11101111111000001000000000000110
+01100111111000001000010100100010
+00011111111000100111001000000000
+11011000101000000000010100100011
+00100000010000000111010100111011
+11101111111000001000000000000110
+01100111111000001000010100011011
+00100000010000000111010011010011
+00100000001000000111011001000110
+01000100111111100100000000011111
+00100000010000000100000100110000
+00100000001000000100000101000010
+11011000010000000010101000000000
+00100000010000000100000011111001
+00100000011110100000000000000000
+11101111111000001000000000000110
+00011000110000100000101000000000
+01101000010010001100001000101011
+00011000010000100111001000000000
+10011000010001100111110000000000
+00100100001000010100000100111111
+10011000010001100000010000000000
+11011000110000000100001000101100
+00100000010000000111010100111011
+00011000010000100111001000000000
+00100100010000101100000101111010
+00100000011000000000000000000000
+00011111111000100111001000000000
+11011000110000000100001000101100
+00100000001000000111010100111011
+11011010011000000100001100111011
+11011010001000000100001100011100
+00100000010000000100000101001111
+01011000000000000000000000000000
+01111001001101000111111000000000
+01100111111000001000010011000100
+11011010011000000100001101011011
+11011010001000000100001100111100
+00100000010000000100000101001111
+00100000011101000000000000000000
+01101111111000001000010011000100
+00100000001110100011101010111010
+00100000011000000000000000000000
+01000100111111101100000000011111
+00100000010000000111011000110110
+00100000010000000111010100010101
+11011010010000000000000000000000
+11011000101000000000010011110111
+00100000010000000100000101101001
+01101111111000001100001000101011
+00011111111000001000010000000001
+10011010010000001010001000000000
+00011010001000001010001000000010
+00011010001001100111110000011111
+00100100001000010100000101100111
+11100000010000001000000000000101
+11011000010000000000000000001001
+11100000010000001000000000000101
+10011000000000000111001000000000
+00100000010000000111010100111011
+00011010001000100010010000000000
+00011010010000100111111000000000
+01100111111000001000010011110110
+11011000110000000000010011110110
+01011111111111111111111111100000
+10011010011000001000101000000000
+00100000001000000111010011110011
+00100000010000000111011000111000
+00100000001000000100000101100001
+11101111111000001000000000010001
+00100000011110100000000000000000
+00011111111000001111111000000001
+11101000010000001000000000000110
+00011000010001100111110000001001
+00100000001000101100000101111000
+10011010010000001010010000000000
+00011010001000100000110000000000
+10011000000000000111001000000000
+00100000010000000111010100111011
+00011000110000100010001000000000
+00011010001000100111111000000000
+10011010011001100111110000000000
+00100000011000010000000000000000
+00100000001000000100000101101001
+10011010001000001010001000000000
+00100000001000000100000101110100
+01011000000000000000000000100000
+11100111111000001000000000000101
+11000010000000000100000101111010
+00100000011000000000000000000000
+01000100111111110100000000011111
+01111000010101011111110000000000
+00100000001101110100000110000010
+00100100001101101100000110010001
+00100000010000000011110000000010
+01101111111000010100000010011011
+01100111111000010000000101110001
+01101111111000001100001011110100
+11000010100000101011110000010000
+11000101000001111011110000010000
+01101111111000001000000001001000
+00100100001110100011110000010000
+01101111111000001100000100101010
+00100100001110100011110000010000
+01101111111000001000000101100011
+11000010100000101011110000010000
+11000010100000111011110000010000
+11000010100000110011110000010000
+00100000001000000011101111111000
+01101111111000001100000010101001
+00011111111001100111110000011110
+00100100001000010011110000000111
+01101000010010010100000010011011
+00011000010000110000010000000000
+01101111111000010000000101110001
+10011000010000001111111000000000
+01100111111000010000000101110001
+00100000001000000011110000000111
+11011000111000000000000000000000
+00100000001000000100000110110010
+11011000111000000000000000000000
+00100000001000000100000110110110
+11011000111000000000000000000001
+00100000001000000100000110110010
+11011000111000000000000000000001
+00100000001000000100000110110110
+11011000111000000000000000000010
+00100000001000000100000110110010
+11011000111000000000000000000010
+00100000001000000100000110110110
+11011000111000000000000000000011
+00100000001000000100000110110010
+11011000111000000000000000000011
+00100000001000000100000110110110
+11011000111000000000000000000100
+00100000001000000100000110110010
+11011000111000000000000000000100
+00100000001000000100000110110110
+11011000111000000000000000000101
+00100000001000000100000110110010
+11011000111000000000000000000101
+00100000001000000100000110110110
+01101111111000001100001011110100
+11111001001000000111111000000000
+01100111111000001100001011110100
+00100000011000000000000000000000
+01101111111000001100001011110100
+11111001001111111111111000000000
+01100111111000001100001011110100
+00100000011000000000000000000000
+01011000000100010010001000110011
+01100111111000011100001011110101
+01011000010001000101010101100110
+11100111111000011000000000000101
+01011000011101111000100010011001
+11100111111000011000000000000101
+01011000000000000001000100100010
+11100111111000011000000000000101
+01011000001100110100010001010101
+11100111111000011000000000000101
+01011000000000000000000001100110
+11100111111000001000000000000101
+00100000011000000000000000000000
+01011001000000000000001100000010
+01100111111000100100001010000100
+01011000000000010000000000010000
+01100111111000011100001010001000
+01110000010000101101000100000001
+00100000011000000000000000000000
+11011010001000000000000000000000
+11011000001000000000000000000001
+00100000001000000100000111100000
+01000100111111111100000000011111
+11011000001000000000000000000011
+00100000010000000100000111100000
+00011010010000100111111000000000
+11100111111000001000000000000101
+00100000011000000000000000000000
+01000111000000000100000000100000
+00011000000000000000001000000010
+00011010001000001010001000000100
+00100000010000000100000111100000
+00011010001000001010001111111100
+00011010001000100111111000000000
+11100111111000010000000000000101
+00011010010000100111111000000000
+11100111111000010000000000000101
+00100000011000000000000000000000
+01000111000000001100000000100000
+00011010001000001010001000000101
+00100000010000000110011001010100
+00011010001000001010001111111011
+00011010001000100111111000000000
+11100111111000010000000000000101
+01011000000000000000000000000000
+11100111111000010000000000000101
+00011000001000100111111000000000
+11100111111000001000000000000101
+00100000011000000000000000000000
+01000111000000010100000000100000
+00100000010000000110011010001110
+00011111111000100000110000000000
+00100000011000000000000000000000
+01101111111000010100001111110110
+00100000011000000000000000000000
+00100000010000000100000111110100
+00011111111000100000110000000000
+00100000011000000000000000000000
+01101111111000010100001111111001
+00100000011000000000000000000000
+00100000010000000100000111101011
+00011000110000001000110000000101
+00100000011000000000000000000000
+00100000010000000100000111101011
+00011000110000001000110000001001
+00100000011000000000000000000000
+00100000010000000100000111110001
+00011000110000001000110000001001
+00100000011000000000000000000000
+00100000010000000100000111110001
+00011000110000001000110000000101
+00100000011000000000000000000000
+00100000001000000110011010100100
+00100000001000000110011010100111
+00100000001000000110011010101010
+00100000001000000110011010010011
+01100111111001000100001110000000
+00100000001000000100001000010111
+00011000010000010010001011111111
+00100000010000000100001000001101
+00011000010011001010001000000000
+01100010001000001100001101110111
+00100000001000000100001000001110
+01100010001000001100001101110110
+00101010001011111111111000000001
+00100000010000001100001000010011
+00101010001011111111111000000010
+00100000010000001100001000010101
+00100000011000000000000000000000
+11011000111000000000000000001000
+00100000001000000100001000011000
+11011000111000000000000000001011
+00100000001000000100001000011000
+11011000111000000000000000000101
+01101111111001000100001101101110
+11111001001000000111111000000000
+01100111111001000100001101101110
+00100000011000000000000000000000
+01110000000000011001100000000001
+01110000000000011001100100000001
+00100000010000000011110100101111
+00100000010000000100001000100010
+00100000010000000100001010011111
+00100000001000000011110100110110
+01000111000000011100000000100000
+01101111111000001100001100010110
+11000001100000001000000000000000
+11011000111000000000000000000010
+00100000010000000111010101011101
+00100100011110100000000000000000
+01101111111000010100001100010111
+01101000010010010100001100011001
+10011000010001100111111000000000
+11011000111000000000000000000010
+00100000010000000111010101001111
+01111000010101001111110000000000
+00100000010000000100001011001001
+00100000010000000100001001000001
+00100100011101101000000000000000
+01000111000000100100000000100000
+01101111111000110000000001001001
+01100111111000110000000101110011
+01101111111000001000000000000010
+00011111111000001111111000000001
+01100111111000001000000000000010
+00100000010000000100001001001000
+00100000011101001000000000000000
+00100000010000000100001011110000
+00100100011101101000000000000000
+01101111111000001000000000000100
+00011111111000001111111000000001
+01100111111000001000000000000100
+01101111111001001000000001001111
+01100111111001001000010011110110
+00100000011000000000000000000000
+01000111000000101100000000100000
+00100000010000000100001100111011
+00100000010000000011110111001000
+01101111111000001000000000000001
+00011111111000001111111000000001
+01100111111000001000000000000001
+00100000011000000000000000000000
+01000111000000110100000000100000
+01101111111000001000000110110111
+11000001100011011000000000000000
+01101111111000110000000101110011
+01101000010010110100001010011111
+10011000010001100111110000000000
+00100100011000101000000000000000
+00100000010000000011100001010010
+00100100011000101000000000000000
+00100000010000000100001001011000
+00100000010000000011110010001111
+01110000010000010000110100000000
+01110000000000011011001100000000
+01110000010000110001011000000000
+01110000000000011011011100000000
+00100000001000000011100000111101
+01000111000000111100000000100000
+00011000000000000111111111111111
+00111000000010000000000000000001
+01100111111000101000000110010011
+11011010001000000000000101100011
+00100000010000000011110110011110
+00011000000000000111001000000100
+11011000101000000000000110000111
+00100000010000000111011001100010
+01101111111000010100001010101100
+01100111111000010000000110010001
+00011000000010100111111000000000
+00011111111000010111111000001111
+00011111111001100111110000000100
+00100000001000010100001001100011
+01100111111000001000000101111100
+01000111000001000100000000100001
+01101000010010010100000100100111
+01100000010010010000000101100101
+00011000010000100010011000000000
+00011100010000001111111000000111
+10011010011001101111110000000000
+00100000010000000111010111010000
+00011000000001110010001000000000
+10011010001001100111111000000000
+10011010011000001111111000000000
+01101000010010010100000100100101
+10011000010000001111111000000000
+01100111111000100000000101100111
+10011100010001100010001000000000
+00011010001000001010001111111010
+11011010010000000010001000000101
+01101111111000001100001010100101
+01111101001110100010010000000110
+01101111111000001100001010011110
+01111101001110100010010000000111
+00011010010000100111111000000000
+01100111111000010100000100101001
+01101111111000110100001010101110
+11100111111000110000000000000101
+01101111111000110000000101110011
+11100111111000110000000000000101
+01101111111000100000000110000111
+11100111111000100000000000000101
+00011000000010100111111000000000
+11100111111000010000000000000101
+00011000000010100111111000000000
+11100111111000001000000000000101
+00011000000000000111111000000010
+11100111111000001000000000000101
+00011010001010110111111000000000
+11100111111000010000000000000101
+00011010011010110111111000000000
+11100111111000010000000000000101
+01000111000001001100000000100001
+01011000000000000000000000000000
+11100111111000010000000000000101
+01101111111000010100001010101100
+11100111111000010000000000000101
+01101111111000101000000110010011
+11100111111000101000000000000101
+01101111111000001000000101111100
+11011000010000000000000010100000
+10011000010000011111111000000000
+11100111111000001000000000000101
+00100000010000000011111010111001
+01011000000000000100000100101001
+00011111111000001000110000010010
+11101111111000011000000000000110
+01100111111000011000000110001011
+00100000011000000000000000000000
+01110000000000000000011100100100
+01110000000001001111011000000000
+00100000010000000100001011000011
+00100000010000000100001010100100
+00100000001000000100001011000110
+01000111000001010100000000100001
+01101111111000001100001101011011
+00100000011110100000000000000000
+11011000111000000000000000000000
+00100000010000000111010101011101
+00100100011110100000000000000000
+01111000001010000111110000000000
+00100000010000000100001011001001
+00100000010000000100001100111011
+00100000010000000100001011010010
+00100100001101101100001010110110
+01101111111000001000000000000011
+00011111111000001111111000000001
+01100111111000001000000000000011
+01101111111000001000000001000111
+00011111111000010111111000001111
+11000000000000011100001100000001
+11000000000000101100001100010011
+01000111000001011100000000100001
+01101111111000001000010011110110
+01101000010010001100001101100110
+10011000010001100111110000000000
+00100100001000101100001010100100
+00011000000010100111111000000000
+11011000010000000000000111111111
+10011000010000010111111000000000
+00011111111000001111111011111010
+00100000010000000111010011110111
+11011000111000000000000000000000
+01101111111000010100001101011100
+00100000001000000111010101001111
+11011000101000000000010100000110
+11011000110000000100000100101001
+00100000001000000111010011110010
+11011000110000000000010100000110
+11011000101000000100000100101001
+00100000001000000111010011110010
+01000111000001100100000000100001
+01111000010101001111110000000000
+01011000100011101000100110111110
+00011111111011010111111000000000
+00011111111000011111111011010110
+10011000000000000001001000000000
+01011000010101010101010101010101
+01100111111000011000000110001011
+00100000011000000000000000000000
+01000111000001101100000000100001
+01101111111000001100001101011110
+01101000010010001100001101011111
+00011000010100100000010000000000
+00011000010010111000010000000000
+10011000010000001000010000000000
+01100000010010001100000100101001
+11000000000000001100001011100011
+01101000010010001100001100011011
+00011000010000001111111000000110
+01100111111000001100000100101010
+01101111111000110100001010101110
+01100111111000110100000100101011
+00011000010000100111001000000000
+11011000110000000100001100011100
+00100000010000000111010100111011
+00100000001000000100001011101001
+01011000000000000000000000001100
+01100111111000001100000100101010
+01101111111000110100001010101110
+01100111111000110100000100101011
+01101111111000110100000100001111
+11100111111000110000000000000101
+01000111000001110100000000100001
+01101111111000001000000000000000
+00011111111000001111111000000001
+01100111111000001000000000000000
+11011011011000000000011100001000
+01111000010101101111110000000000
+00100000001000000011111010100100
+01000111000001111100000000100001
+01101111111000001100001101100111
+11000001100000001000000000000000
+01101111111000001000000000000000
+00011111111000001111111000000001
+01100111111000001000000000000000
+11011000010000000000110000000011
+01101111111000001100001101101000
+01111101001110100000010000000110
+00011010001000100111111000000000
+01111101001110100000010000000111
+01100000010010010100000100101001
+01101111111000110100001010101110
+11100111111000110000000000000101
+01101111111000110000000101110011
+11100111111000110000000000000101
+00100000001000000011111010100100
+01101111111000110000000001001111
+01101000010010110100001010101110
+10011000010001100111110000000000
+00100100011000101000000000000000
+11011000010000000000000000000100
+01101111111000001100001101011111
+01111101001110100000010000000110
+01100000010010001100000100101001
+01101000010010001100001100111011
+00011000010000001111111000000110
+01100111111000001100000100101010
+01101111111000110100001010101110
+01100111111000110100000100101011
+11011000110000000100001100111100
+00011000010000100111001000000000
+00100000010000000111010100111011
+00100000010000000011111010111001
+00100000001000000100001010110110
+01101111111000110000000001001111
+01101000010010110100001010101110
+10011000010001100111110000000000
+00100100011000101000000000000000
+00100000010000000011111111100100
+01100010001000001100001010011110
+01101111111000110000000001001001
+01100111111000110000000101110011
+01101111111001000000000001010101
+01100111111001000000000110000111
+01101000010010010000000001011101
+01000111000010000100000000100010
+00011000010010111000010000000000
+01101111111000010000000001011111
+00011111111010111111111000000000
+01100111111000010000000101100101
+01100111111000100000000101100111
+10011000010001100111111000000000
+00011111111000001101000111111110
+01101111111001001000000001100001
+01100111111001001000000110001111
+01101111111000001000000001101010
+00011111111000010000010000011111
+01100000010010001000000101111100
+00011111111100011000010000000000
+00011000010000110000010000000000
+01100000010010001000000110110011
+11011010001000000000000101100011
+00100000010000000100000010110111
+11011010001000000000000101100011
+00100000010000000011110110011110
+00100000010000000011110010011011
+00100000010000000011100001010010
+00100100011000101000000000000000
+01000111000010001100000000100010
+00100000010000000011100011110011
+00100000010000000100011000000111
+01110000000001001100001100010100
+00100000010000000111000010011011
+00100000001000000011100000111101
+01000111000010010100000000100010
+01101111111000001000000000000111
+11000000000100101100001101000001
+11000000000100110100001101000111
+11000000000100111100001101001101
+00100000001000000100001101001101
+01101000010010001100001101100110
+00101000010011111111111000000001
+00100000001000001100001101011000
+00101000010011111111111000000010
+00100000001000001100001101011101
+00100000001000000100001101010011
+01101000010010001100001101100110
+00101000010011111111111000000010
+00100000001000001100001101011101
+00101000010011111111111000000000
+00100000001000001100001101010011
+00100000001000000100001101011000
+01101000010010001100001101100110
+00101000010011111111111000000000
+00100000001000001100001101010011
+00101000010011111111111000000001
+00100000001000001100001101011000
+00100000001000000100001101011101
+01110000000000000000011100100101
+01101111111000001000010011110110
+01111001001000000111111000000000
+01100111111000001000010011110110
+00100000011000000000000000000000
+01110000000000000000011100100110
+01101111111000001000010011110110
+01111001001000000111111000000001
+01100111111000001000010011110110
+00100000011000000000000000000000
+01110000000000000000011100100111
+01101111111000001000010011110110
+01111001001000000111111000000010
+01100111111000001000010011110110
+00100000011000000000000000000000
+11101111111000011000000000000110
+01100111111000011100001101101010
+11000000000000010100001101111001
+11000000000000011100001110000001
+11000000000000100100001110000100
+11000000000000110100001110101101
+11000000000001000100001111111010
+11000000000001010100010001111000
+11000000000001100100010010100111
+11000000000010000100010010111101
+11000000000010010100010100000000
+11000000000010110100010100100110
+11000000000011000100010100111001
+11000000000011110100010100111110
+11000000001010010100010101000010
+00100000011000000000000000000000
+00011000000000000010001000000011
+00100000010000000100010101101000
+01011000000000000000000000000010
+11100111111000001000000000000101
+01101111111000010100001010110100
+11100111111000010000000000000101
+00100000011000000000000000000000
+00100000010000000100001110000001
+00011000000000000010001000000011
+00100000010000000100010101101000
+01011000000000000000000000000011
+11100111111000001000000000000101
+01101111111000010100001010110100
+11100111111000010000000000000101
+00100000011000000000000000000000
+00011111111011001111111000000000
+01100111111000010100001010110110
+00100000011000000000000000000000
+00100000010000000100010110011100
+00100000010000000111011000110110
+00100000001000000100001110000111
+11011001011000000000000000000011
+00100000010000000100000011010001
+00100000010000000100000011011010
+00100000001110100100001110101011
+00100100001000010100001110101000
+00011000110000001000110111111110
+00100000010000000111010011010011
+00100000010000000111010011001010
+00100100001101000100001110011011
+00100000010000000111010010110111
+00100000010000000111011000111000
+01100001011000100000010011010100
+00011000000000000010001000010100
+00100000010000000100010101101000
+01101001011000100000010011010100
+00100000010000000111010011000110
+01011000000000000000000000000101
+11100111111000001000000000000101
+01011000000000000000000000000001
+11100111111000001000000000000101
+00100000010000000111010011001101
+11101111111000010000000000000110
+00011111111000010111111011111111
+11100111111000010000000000000101
+11101111111000001000000000000110
+00011111111000100111001000000000
+00100000010000000111010101001000
+00100000010000000111010011010000
+00011001011000001001011111111111
+00100000001000101100001110101011
+11101111111000001000000000000110
+10011000110000001000110000000000
+00100000001000000100001110001001
+11101111111000001000000000000110
+10011000110000001000110000000000
+00100000001000000100001110100101
+00100000001101000100010101011011
+00100000001000000100010110001111
+00100000010000000100010110011100
+11101111111000010000000000000110
+01100111111000010100001010001110
+00100000010000000111010011010011
+11011000101000000000010100001010
+01101111111000010100001100001000
+00011111111000001111111111111001
+00100000010000000100010110101111
+00100000001000000100001111000000
+01111000010101000111110000000000
+01101000010010010000010100000110
+01101111111000010000010100001000
+10011000010001100111110000000000
+00100100001000010100001110111101
+00011000010000100111111000000000
+11000001100000000000000000000000
+01111000001101000111110000000000
+01110000000000011011010000000001
+00100000001000000100010101011101
+00100000010000000100001110110110
+00100000011101000000000000000000
+01101000010010010100001010001110
+01011000000000000010100000000000
+10011000010001100111110000000000
+00100000001000101100001111000111
+00100000001000000100010101011011
+01110000010000110110110100000000
+01101000010010010000010100000110
+01100000010010010000010011001100
+00100000010000000100000100010110
+00100100001110100100010101011011
+01101000010010010000010011001100
+00100000010000000100000100010110
+00100100001110100100001111100000
+00011000110000100010001000000000
+01101111111000001000010100011011
+00011111111000100111001000000000
+01101000010010001000010100001010
+10011000010001100111110000000000
+00100100001000101100001111011100
+11011010010000000000010100001011
+00100000010000000111010111010010
+00100000001000101100001111100011
+01101111111000010000010100100011
+01101000010010010100001010001110
+10011000010001100111110000000000
+00100000001000101100001111101011
+01101111111000010000010011001100
+00011111111000001111111000000001
+01100111111000010000010011001100
+00100000001000000100001111001100
+01101111111000001100001101101101
+11000000000000001100001111101011
+00100000001000000100010101011011
+01101111111000010000010100100011
+01101000010010010100001010001110
+10011000010001100111110000000000
+00100100001000101100001111011100
+01110000010000110110110100000001
+01101000010010010000010011001100
+01100000010010010000010100011110
+00100000001000000100001111011100
+01101111111000001100001101101101
+11000000000000000100001111011100
+01110000010000110110110100000010
+01101000010010010000010011001100
+00011000010000001000010111111111
+01100000010010010000010100100000
+11011010001000000000000000000101
+00100000010000000100010101101000
+01011000000000000000000000000111
+11100111111000001000000000000101
+01101111111000010000010100011110
+11100111111000010000000000000101
+01101111111000010000010100100000
+11100111111000010000000000000101
+00100000011000000000000000000000
+00100000010000000100010110011100
+00100000010000000100010110101010
+00100000001000000100001111111101
+01101000010010010000010100000110
+01100000010010010000010011001100
+00100000010000000100000011010001
+00100000010000000100000011101001
+00011000110000001000110111111110
+00011000110000100111111000000000
+01100111111000010000010100011100
+01101000010010010000010100001011
+01011000000000000010101000000000
+10011000010001100111110000000000
+00100000001000101100010001100100
+01011000000000000010100000000011
+10011000010001100111110000000000
+00100100001000101100010001010000
+11011001011000000000000000000010
+00100000010000000100010101101111
+00100100001000010100010000101101
+01101000010010010000010011001100
+00100000010000000100000100010100
+00100100001110100100010000101101
+00100000010000000100010101110011
+00100100001000101100010000101011
+00100100001101000100010000101111
+01111000010101000111110000000000
+11011010001000000000000000010100
+00100000010000000100010101101000
+01011000000000000000000000001001
+11100111111000001000000000000101
+00011000101000100110000000000000
+00011000101000001000101000000001
+00100000010000000100010000111101
+00100000010000000100010101101011
+00100000010000000100000100010100
+00100000010000000100010001000100
+01101111111000001000010100100010
+00011111111000001010001000000101
+11100010001000001000000000110000
+00011010001001100111110000000111
+00100100010000101111011000111010
+00100000010000101111011000111100
+00100000010000000100010110100001
+10011010001001101111110000000000
+00100000010000000111010111010000
+00011000000001111001011000000000
+00011001011000001001011111111111
+00100000001000101100010000101101
+00100000010000000100010101101011
+00100000001000000100010000001100
+00100000001101000100010101011011
+00100000001000000100010110001111
+00100000010000000100010101111111
+00100000010000000100010101101011
+00100000010000000100000100010100
+00100000010000000100010011101110
+00100100001110100100010000101101
+00100000010000000111010011001010
+01101111111000010000010011001100
+00011111111000001111111111111111
+11100111111000010000000000000101
+00100000010000000100010110001011
+00100000010000000100010001000100
+00011001011000001001011111111111
+00100000001000101100010000101101
+00100000001000000100010000101011
+01101111111000010000010011001100
+11100111111000010000000000000101
+01101111111000001000010100011011
+00011111111000100111001000000000
+00100000010000000111010011001101
+00100000010000000111010100111011
+00100000001000000111010011010000
+00100000010000000111010011001010
+01101111111000010000010011001100
+11100111111000010000000000000101
+00100000010000000111010011010000
+01101111111000001000010100100010
+00011111111000100111001000000000
+00100000010000000111010011001010
+00100000010000000111010011001101
+10011111001001100000110000000000
+00011000110000001000110111111111
+00100000010000000111010100111011
+00100000001000000111010011010000
+00100000010000000100000011111001
+00100000001110100100010101011011
+00011000110000100010011000000000
+00011000110000001000110111111011
+11101111111000010000000000000110
+01100111111000010000010011001100
+11011010001000000000000000010100
+00100000010000000100010101101000
+01011000000000000000000000001001
+11100111111000001000000000000101
+11101111111000001000000000010011
+00011111111000100111001000000000
+00011111111000001111111000000010
+11100111111000001000000000000101
+01101111111000010000010011001100
+11100111111000010000000000000101
+00011010011000001000110000000001
+00100000010000000111010100111011
+00100000010000000111010011010000
+00100000001000000100010110001111
+11011000010000000010101000000000
+00100000010000000100000011111001
+00100000011110100000000000000000
+00011000110000001000110111111011
+11101111111000010000000000000110
+01100111111000010000010011001100
+11011010001000000000000000010100
+00100000010000000100010101101000
+01011000000000000000000000001001
+11100111111000001000000000000101
+01101111111000001100001000101011
+00011111111000100111001000000000
+00011111111000001111111000000010
+11100111111000001000000000000101
+01101111111000010000010011001100
+11100111111000010000000000000101
+11011000110000000100001000101100
+00100000010000000111010100111011
+00100000010000000111010011010000
+00100000001000000100010110001111
+00100000010000000100010100011111
+01101000010010010100001101101011
+01101111111000001100001011110100
+11000010100000011100010010011101
+00100000010000000100000011101001
+00100100001000101100010101011011
+00100000010101000100010010100011
+00100000011101000000000000000000
+00100000010000000100000011110110
+00011000110000001000110111111110
+11101111111000010000000000000110
+11011000010000000010101000000000
+10011000010001100111110000000000
+00100000001000101100010010010011
+11101111111000001000000000000110
+00011111111001100111110000010110
+00100000001000010100010010001010
+00011000000000000111111000010110
+00011111111000100010011000000000
+00100000010000000111010011010011
+00011010011000001010001000000001
+00100000010000000100010101101000
+01011000000000000000000000001011
+11100111111000001000000000000101
+00011010011000100111001000000000
+00100000010000000111010011001101
+00100000001000000111010101001000
+00100000010000000111010011010011
+01101111111000001100001000101011
+00011111111000001010001000000001
+00100000010000000100010101101000
+01011000000000000000000000001011
+11100111111000001000000000000101
+01101111111000001100001000101011
+00011111111000100111001000000000
+11011000110000000100001000101100
+00100000001000000111010101001000
+01101111111000010100001100000101
+10011000010001100111110000000000
+00100100001000101100010001111100
+00100100001101000100010001111100
+01110000000000011011010000000101
+00100000001000000100010101011101
+00011000110000001000110111111110
+11101111111000010000000000000110
+11000010100001110100010010100001
+00100000001000000111011000111000
+11101111111000010000000000000110
+01100111111000010000010100001010
+11011010001000000000000000010100
+00100000010000000100010101101000
+01011000000000000000000000001101
+11100111111000001000000000000101
+01101111111000010000010100001010
+10011000000000000010001000000000
+01101000010010010100001101101011
+00100000010000000100000011100110
+00100000001110100100010101011011
+11101111111000001000000000000110
+10011010001001100111001000000000
+00100100001000010100010101011011
+00011111001001100111110000010110
+00100000001000010100010010111000
+00011000000000000111001000010110
+00011010001000100111111000000000
+10011000110000001000110000000000
+00100000010000000111010100111011
+00100000010000000111010011010000
+00100000001000000100010110001111
+00100000010000000100010110011100
+00100000010000000100010110101010
+00100000001000000100010011000000
+11011001011000000000000000000010
+01101000010010010000010100000110
+01100000010010010000010011001100
+00100000010000000100000011101001
+00011000110000001000110111111110
+00011000110000100111111000000000
+01100111111000010000010100011100
+00100000010000000100010101101111
+00100100001000010100010011110110
+01101000010010010000010011001100
+00100000010000000100000100010100
+00100100001110100100010011111001
+00100000010000000100010101110011
+00100100001000101100010011101100
+00011001011000100111111000000000
+11000000000000000100010011111001
+00100100001101000100010011100010
+01111000010101000111110000000000
+11011010001000000000000000010100
+00100000010000000100010101101000
+01011000000000000000000000010001
+11100111111000001000000000000101
+01101111111000001000010100011011
+00011111111000001010001000000100
+11100010001000001000000000000101
+00100000010000000111010011010000
+00011010001001100111110000000110
+00100100010000101111011000111010
+00100000010000101111011000111100
+00100000010000000100010110100001
+10011010001001101111110000000000
+00100000010000000111010111010000
+00011000000001111001011000000000
+00100000001000000100010011101000
+00100000010000000100010011110000
+00100100001110100100010011111001
+01101111111000010000010011001100
+00011111111000001111111111111111
+01100111111000010000010100100000
+00100000010000000100010110000101
+01101111111000010000010011001100
+01100111111000010000010100011110
+00100000010000000100010101111111
+00011001011000001001011111111111
+00100000010000000100010101101011
+00100000001000000100010011000111
+01101111111000001000010100100010
+00100000001000000100010011110001
+01101111111000001000010100011011
+00100000001101100100010011110100
+00011111111000001111111111111110
+00100000011000000000000000000000
+00011111111000001111111111110000
+00100000011000000000000000000000
+01101111111000010000010011001100
+01100111111000010000010100100000
+00100000001000000100010011111101
+01101111111000010000010011001100
+00011111111000001111111111111111
+01100111111000010000010100100000
+00100000001000000100010011111101
+00100000001101000100010101011011
+00100000010000000100010110000101
+00100000001000000100010110001111
+00011000110000100010001000000000
+01101111111000010100001100001000
+00011111111000001010010111111101
+00100000010000000100000010101000
+01000111000010011100000000100010
+00100000010000000100010100011111
+01101000010010010100001101101011
+00100000010000000100000011101001
+00100100001000101100010100011101
+00100000010101000100010100011001
+00100000011101000000000000000000
+01101111111000001100001011110100
+11000011000000100100010100010100
+01101000010010010100001101101011
+01101111111000010100001100000101
+10011000010001100111110000000000
+00100100001000101100010100010100
+00100000010000000100010100011111
+00100100001101000100010100010100
+00100000001000000100010010100001
+00011000000000000010001000000001
+00100000010000000100010101101000
+01011000000000000000000000010011
+11100111111000001000000000000101
+00100000011000000000000000000000
+00011000110000001000110111111110
+11101111111000010000000000000110
+11000010100001111100010010100001
+00100000001000000111011000111000
+01110000000000011011010000000001
+00100000001000000100010101011101
+01000111000010100100000000100010
+00100000010000000111011000111000
+01101111111000001100001011010001
+11000001000000000000000000000000
+01101111111000001100000001000000
+11000011100000100000000000000000
+00100000001000000111011000110110
+00011000110000001010001000000010
+01101111111000010100001100001000
+00011111111000001010010111111011
+00100000010000000100000010101000
+00100000001000000100010100101011
+01101111111000010100001100001000
+00011111111000100010001000000000
+00100000010000000100010101101000
+01011000000000000000000000010111
+11100111111000001000000000000101
+01101111111000010100001101101011
+11100111111000010000000000000101
+01101111111000010100001100001000
+00011111111000001111001111111011
+01101111111000010100001100001100
+00011111111000001000110000000111
+11101111111000010000000000000110
+11100111111000010000000000000101
+00100000001000000111010100111011
+00011000000000000010001000000001
+00100000010000000100010101101000
+01011000000000000000000000011001
+11100111111000001000000000000101
+00100000011000000000000000000000
+01101111111000001100001101101001
+01111001001111111111111000000000
+01100111111000001100001101101001
+00100000011000000000000000000000
+00011000110000100010001000000000
+01101111111000010100001100001000
+00011111111000001010010111111101
+00100000001000000100000010101000
+00011000010000100010011000000000
+00011010001000001010001000000011
+00100000010000000100010101101000
+00011010001000001010001111111101
+01011000000000000000000000011011
+11100111111000001000000000000101
+00011010011000100000010000000000
+11100000010000010000000000000101
+00100000011000000000000000000000
+01101111111000001100001101101001
+01111001001000000111111000000000
+01100111111000001100001101101001
+00011000010000100010011000000000
+00011010001000001010001000000011
+00100000010000000100010101101000
+00011010001000001010001111111101
+01011000000000000000000000011101
+11100111111000001000000000000101
+00011010011000100000010000000000
+11100000010000010000000000000101
+00100000011000000000000000000000
+01000111000010101100000000100010
+01110000000000011011010000001010
+00011000000000000010001000000101
+00100000010000000100010101101000
+01011000000000000000000000000001
+11100111111000001000000000000101
+01101111111000001100001101101010
+11100111111000001000000000000101
+01101111111000010100001101101011
+11100111111000010000000000000101
+01101111111000001000000110110100
+11100111111000001000000000000101
+00100000011000000000000000000000
+01000111000010110100000000100010
+00011000000000000010010000000100
+00100000001000000100000111010110
+01101000010010010000010011001100
+00011000010000001000010000000001
+01100000010010010000010011001100
+00100000011000000000000000000000
+01101000010010010000010011001100
+01101111111000010000010100001000
+10011000010001100111110000000000
+00100000011000000000000000000000
+01000111000010111100000000100010
+01101000010010001000010100001010
+11011010001000000000010100001011
+01101111111000001000010100100010
+00011111111000100111001000000000
+10011000010001100111110000000000
+00100100011000101000000000000000
+11011010010000000000010100100011
+00100000001000000111010111010010
+01101000010010001100001010001101
+11011010001000000100001010001110
+00100000001000000100010101110110
+01000111000011000100000000100011
+01101111111000001000010100011011
+01100111111000001000010011110110
+00011111111000100111001000000000
+00100000010000000111010011001101
+00100000001000000111010100111011
+01000111000011001100000000100011
+00100000010000000111010011001010
+01101111111000010000010100011110
+11100111111000010000000000000101
+01101111111000010000010100100000
+11100111111000010000000000000101
+01101111111000001000010011110110
+00011111111000100111001000000000
+00100000010000000111010100111011
+00100000001000000111010011010000
+01000111000011010100000000100011
+00100000010000000111010011001010
+00100000010000000100000111111100
+00011000101000100111111000000000
+10011000110001100010001000000000
+00100000010000000100000111111111
+00011010001000100111111000000000
+11100111111000010000000000000110
+00011010001000001010001000000100
+00100000010000000100000111110001
+00011010001000100111111000000000
+11100111111000001000000000000110
+00100000011000000000000000000000
+00011111111011001111111000000000
+01100111111000010000010100000110
+11101111111000010000000000000110
+01100111111000010000010100001000
+00100000011000000000000000000000
+01000111000011011100000000100011
+01101111111000010100001010110110
+00011111111000001111111111111110
+01101000010010010100001010110100
+00011000010000001000010111111110
+00100000010000000111011000101100
+11011000010000000000000011110000
+00100000010000000111011000101100
+00100000011000000000000000000000
+01000111000011100100000000100011
+00100000010000000111010011010011
+11011000101000000000010100001010
+01101111111000010100001100001000
+00011111111000001111111111111011
+11100111111000001000000000000101
+00011111111000100111001000000000
+00100000010000000111010011001101
+00100000001000000111010100111011
+01101111111000010000000001001011
+11000001100000100000000000000000
+01101111111000001100001101101001
+01111001001000000111111000000001
+01100111111000001100001101101001
+01101111111000011000000001001101
+01100111111000011100001101101010
+01111001001000000000000000001111
+11000000000010010100010111001110
+11000000001010010100010111010011
+11000000000011000100010100111001
+11000000000000010100001101111001
+11000000000011110100010100111110
+01111001001111111000000000001111
+01101111111000001100001101101001
+01111001001111111111111000000001
+01100111111000001100001101101001
+00100000011000000000000000000000
+01101111111000001100001101101001
+11000100000000001000000000000000
+01111001001000000000000000001111
+00100000010000000100010111011110
+00100000010000000100010111100100
+00100000010101000100010111000001
+01101111111000001100001101101010
+11000000000010010100010100000100
+00100000011000000000000000000000
+00100000010000000100010111010011
+00100000001000000100010111010000
+00100000010000000100010111100100
+00100100011101000000000000000000
+00100000001000000100010100000100
+01000111000011101100000000100011
+00100000010000000100010111010111
+11011010001000000000000001010000
+00100000001000000100000010101000
+01101111111000001000000001001000
+00011111111000001010010111111001
+00011111111000001111111111111100
+01100111111000010100001100001010
+01101000010010010000000001001001
+01100000010010010100001100001000
+00100000011000000000000000000000
+01101010010000001000000001001000
+01101111111000010100001100001010
+10011010010000001000010000000000
+01100000010010010100001100001010
+11011010001000000000000001001001
+00100000001000000100000010101000
+00100000010000000111011000111000
+01101111111000010100001100001010
+01101000010010010100001100001000
+10011000010001100111110000000000
+00100100011000101000000000000000
+00100000001000000111011000110110
+11101111111000001000000000000110
+11101000010000001000000000000110
+11101000010000010000000000000110
+11000000000010011100010111101111
+00100000011000000000000000000000
+11101111111000010000000000000110
+01100111111000010100001100001111
+01110000000001001100001101000000
+00100000001000000111000010011011
+11011010001000000000000000001100
+11011010011000000000000000010010
+00100000010000000100010111111011
+01011000000000000000000000001000
+11100111111000010000000000000101
+01101111111001000100001010100110
+11100111111001000000000000000101
+00100000011000000000000000000000
+00100000010000000100011000000011
+11011010010000000000000000000101
+00100000010000000100000111010110
+00011010011000100111111000000000
+11100111111000001000000000000101
+01101111111000001100001100001110
+11100111111000001000000000000101
+00100000011000000000000000000000
+01101111111000001100001100001110
+00011111111000001111111000000001
+01100111111000001100001100001110
+11000001100000000000000000000000
+01110000010000110000111000000001
+00100000011000000000000000000000
+01101111111000001100001011010001
+11000000000000000100011000001110
+11000000000000001100011000010001
+11000000000000010100011000010011
+00100000011000000000000000000000
+01110000010000101000011100000000
+01110000010000101000010100000011
+00100000011000000000000000000000
+01110000010000101000011100000101
+00100000001000000100011000001111
+01110000010000101000011100000101
+01110000010000101000010100000000
+00100000011000000000000000000000
+11101111111000001000000000000110
+11000000000000001100011000101000
+11000000000000011100011001001001
+11000000000000100100011001011000
+11000000000000101100011001100011
+11000000000000111100011010110111
+11000000000001000100011010100011
+11000000000001001100011010110011
+11000000000001010100011010110111
+11000000000001011100011010110111
+00100000011000000000000000000000
+00011000000000000010001000000010
+00100000010000000100011011111100
+01011000000000000000000000001011
+11100111111000001000000000000101
+01101111111000001100001010000111
+11100111111000001000000000000101
+00100000011000000000000000000000
+01100111111000001100001001111101
+11101111111000110000000000000110
+11100111111000110000000000000101
+01101111111000001100001011010001
+11000000000000000100011001101001
+00100000010000000100011001000100
+01110000010000101100111100000011
+01101111111000001100001001111110
+11000000000000000100011000110110
+11000000000000001100011000110110
+11000000000000011100011000110110
+01101111111000001100001011010001
+11000000000000010100011000111001
+11000001010000011000000000000000
+11011111111000000000000000000000
+01100111111000100100001011010010
+00100000011000000000000000000000
+01101111111000001100001011110100
+11000010100000000100011001000010
+11011010001000000100001011010010
+00011010001000100000101000000000
+11011111001000000000000000000011
+00100000010000000111011001100010
+01101111111000010100001011010100
+00011111111000010111111000000111
+01100111111000010100001011010100
+01110000000001001100001100110100
+00100000001000000111000010011011
+00011000000000000010001000000111
+00100000010000000100011011111100
+01101111111000111100001010000100
+11100111111000111000000000000101
+00100000011000000000000000000000
+01110000010000101100111100000101
+11011000101000000100001001011011
+00100000010000000111010011110101
+01101111111000001100001011010001
+11000000000000100100011001001111
+00100000001000000100011001010001
+01110000000001001100001101000011
+00100000001000000111000010011011
+01110000010000101100111100000110
+00100000010000000110111001100101
+00011000000000000010001000010001
+00100000010000000100011011111100
+01011000000000000000000000000011
+11100111111000001000000000000101
+00100000001000000110111110110001
+00011000110000100010001000000000
+00011010001000100000110000000000
+00100000010000000110111001011101
+00100000001000101100011001101011
+01110000000000011011010100000100
+00011000000000000010001000000010
+00100000010000000100011011111100
+01011000000000000000000000000101
+11100111111000001000000000000101
+01101111111000001000000110110101
+11100111111000001000000000000101
+01000111000011110100000000100011
+00011000000000000000111000000111
+00100000010000000111010101001110
+01110000010000101100111100000000
+01110000000001001100001100110000
+00100000001000000111000010011011
+01110000000000011011010100000101
+00100000001000000100011001011101
+00100000010000000110111001011001
+01110000000001001100001100110001
+00100000010000000111000010011011
+01110000010000100101101000000001
+01110000010000101100111100001001
+00011000000000000010001000010001
+00100000010000000100011011111100
+01011000000000000000000000000100
+11100111111000001000000000000101
+11011000110000000100001001101011
+00100000001000000111010011110101
+00011000000000000010001000010001
+00100000010000000100011011111100
+01011000000000000000000000000110
+11100111111000001000000000000101
+01101111111000001100001011110100
+11000010100000001100011001111110
+11011000110000000100001001001010
+00100000001000000111010011110101
+11011000110000000100001011110101
+00100000001000000111010011110101
+11011000101000000100001011010110
+00011000000000000111001000001010
+00100000010000000111011001100010
+00011000000000000010001000001011
+00100000010000000100011011111100
+01011000000000000000000000000111
+11100111111000001000000000000101
+01101111111000010100001011010110
+11100111111000010000000000000101
+01101111111001000100001011011000
+11100111111001000000000000000101
+00100000011000000000000000000000
+00011000000000000010001000010001
+00100000010000000100011011111100
+01011000000000000000000000001000
+11100111111000001000000000000101
+01011000000000000000000000000000
+11100111111001000000000000000101
+11100111111001000000000000000101
+00100000011000000000000000000000
+00011000000000000010001000001000
+00100000010000000100011011111100
+01011000000000000000000000001001
+11100111111000001000000000000101
+01101111111000001100001010100101
+11100111111000001000000000000101
+01101111111000110100001010101110
+11100111111000110000000000000101
+00100000011000000000000000000000
+01110000000000011011010100001000
+00100000001000000100011001011101
+01101111111000001100001010001001
+01101000010010001100001010001001
+10011000010000010111111000000000
+00100000011000000000000000000000
+11011000101000000100001011100000
+00100000010000000111010011110101
+00100000010000000100011010011111
+00101111111011000000000000000001
+00100000001000001100011010011101
+01101111111000001100000010010101
+11000001100001010000000000000000
+00100000010000000100011010101101
+00100100011101000000000000000000
+00100000001000000100111000101010
+00100000010000000111011000111000
+01101111111000001100001010011110
+11000001000000000000000000000000
+01101111111000001100001010000010
+11000100000000001000000000000000
+00100000001000000111011000110110
+00100000010000000100011010011111
+00101111111011000000000000000001
+00100000001000001100011010011101
+00100000011000000000000000000000
+00100000011000000000000000000000
+01101111111000001100001011001111
+11000001011111111000000000000000
+11011000010000000000000000000011
+10011000010001100111110000000000
+00100100011000010000000000000000
+11011000111000000000000000000111
+00100000010000000111010101011101
+00100100011110100000000000000000
+00100000001000000100011010011101
+01000111000011111100000000100011
+00100000010000000100001000000011
+00100100011110100000000000000000
+01101111111000001100001011001111
+11000000000000000100011011001110
+11000000000000001100011011010100
+11000000000000010100011011001110
+11000000000000011100011011010110
+11000000000001001100011011011010
+11000000000001011100011011101010
+11000000000001100100011011101100
+11000000000001101100011011110011
+00100000011000000000000000000000
+01101111111000001100001011010000
+11000001100000100000000000000000
+01110000010000101101000011111111
+01110000010000101100111111111111
+01110000000001001100001100111111
+00100000001000000111000010011011
+01110000010000101100111100000010
+00100000001000000100011000100001
+01110000010000101100111100000100
+01011000000000010111011100000000
+11011000111000000000000000000111
+00100000001000000111010101001111
+01101111111000001100001011010000
+11000000000000100100011011011101
+00100000011000000000000000000000
+01101111111000001100001011010001
+11000010100000111100011011101000
+01110000010000101100111100001011
+00100000010000000100011001110110
+01110000000001001100001100101001
+00100000010000000111000010011011
+01101111111000001100000010010101
+11000001100001010000000000000000
+00100000010000000100011010101101
+00100000011101000000000000000000
+00100000001000000100111000101010
+01110000010000101100111100001100
+00100000001000000100011011100001
+01110000010000101100111100001100
+00100000001000000100011010000000
+01101111111000001100001010000011
+01101000010010001100001010001010
+10011000010000010111111000000000
+00101111111011000000000000000001
+00100000001000001100011011110101
+01110000010000101100111100001101
+00100000001000000100011010001100
+00100000010000000100011010010100
+00100000001000000100011011110101
+01000111000100000100000000100100
+00011000000000000000111000000111
+00100000010000000111010101001110
+01110000010000101101000011111111
+01110000010000101100111111111111
+01110000000001001100001100111110
+00100000001000000111000010011011
+01000111000100010100000000100100
+00011000000000000010010000000110
+00100000001000000100000111010110
+01101111111000001000000001001001
+11000000000000000100011100010110
+11000000000000001100011100011110
+11000000000000010100011100100110
+11000000000000011100011100101010
+11000000000000100100011101001000
+11000000000000101100011101001101
+11000000000000110100011101010001
+11000000000000111100011101010110
+11000000000001000100011101010111
+11000000000001001100011101011000
+11000000000001010100011101011001
+11000000000001011100011101011101
+11000000000001100100011101011110
+11000000000001101100011101100000
+11000000000010010100011101100001
+11000000000010011100011101100010
+11000000000010100100011101100011
+11000000000010101100011101100101
+11000000000010110100011101110000
+11000000000011000100011101110001
+01101010011000001000000001001001
+00100000001000000100011110010100
+11101111111001001000000000000110
+01100111111001001000000110011010
+11101111111000010000000000000110
+01100111111000010000000110000011
+01101111111000001000000101100011
+01111001001000000111111000000101
+01100111111000001000000101100011
+00100000011000000000000000000000
+11101111111000101000000000000110
+01100111111000101000000110011010
+11101111111000010000000000000110
+01100111111000010000000110000011
+01101111111000001000000101100011
+01111001001000000111111000000110
+01100111111000001000000101100011
+00100000011000000000000000000000
+01011000000000000000000000010100
+01100111111000010000000110010001
+01100111111000010100001011001000
+00100000011000000000000000000000
+11101111111001000000000000000110
+01100111111001000100001011011000
+11101111111000010000000000000110
+01100111111000010100001011010110
+11101111111001000000000000000110
+01100111111001000100001010111000
+11101111111000100000000000000110
+01100111111000100100010000001011
+00100000010000000100011110000001
+01000111000100011100000000100100
+01101111111000001100001011001111
+11000000000001001100011100111100
+01101111111000001100001011110100
+11000010100000001100011100111111
+01101111111000001100001110101111
+00100100010110100110101111111000
+01101111111000001100001001011010
+11000000000000000100011101000100
+01110000010000101101000000000001
+00100000010000000100011110001111
+00100000001000000110111001101011
+01110000010000100101101000000001
+11011000110000000100001011110101
+11011000101000000100001001001010
+00100000010000000111010011110101
+00100000001000000100011100111100
+01110000010000101101000000000000
+01110000010000101100111100000000
+01110000000001001100001101000001
+00100000001000000111000010011011
+11101111111001000000000000000110
+01100111111001000100001011000000
+11101111111000100000000000000110
+01100111111000100100010000001111
+00100000001000000110111001101011
+01101111111000001000000101100011
+01111001001000000111111000000100
+01100111111000001000000101100011
+00100000011000000000000000000000
+00100000011101001000000000000000
+01110000000001001100001100110010
+00100000010000000111000010011011
+01110000010000101101000000000100
+00100000001000000100011110010010
+00100000011000000000000000000000
+00100000001000000100011110011001
+00100000011000000000000000000000
+01110000010000101101000000000010
+00100000010000000100011110100000
+01110000000001001100001100110011
+00100000001000000111000010011011
+00100000011000000000000000000000
+00100000011101001000000000000000
+00100000001000000100011110100010
+00100000011000000000000000000000
+00100000001000000100011110101110
+00100000011000000000000000000000
+00100000010000000100011101100101
+00100000001000000100011110110010
+11101111111001000000000000000110
+01100111111001000100001101111000
+01101111111000010100001101111000
+01101000010010010100001110000100
+00100000010000000111011000101100
+01100111111000010100001101111000
+01101111111000010100001101111100
+01101000010010010100001110000000
+00100000010000000111011000101100
+01100111111000010100001101111100
+00100000011000000000000000000000
+00100000001000000100011110111000
+11101111111000010000000000000110
+01100111111000010000000110011010
+11101111111000010000000000000110
+01100111111000010000000110000011
+00100000011110100000000000000000
+01101111111000001000000101100011
+01111001001000000111111000000111
+01100111111000001000000101100011
+00100000011000000000000000000000
+11011010011000000000000000010011
+11011010001000000000000000000010
+11011010010000000000000000000010
+00100000010000000100000111010000
+00011010011000100111111000000000
+11100111111000001000000000000101
+00100000011000000000000000000000
+11011000101000000100001011000000
+00011000000000000111001000001000
+00100000010000000111011001100010
+11011000101000000100010000001111
+00011000000000000111001000000100
+00100000010000000111011001100010
+11011010001000000000000000001101
+11011010010000000000000000000100
+00100000010000000100000111010000
+01101111111001000100001011000000
+11100111111001000000000000000101
+01101111111000100100010000001111
+11100111111000100000000000000101
+00100000011000000000000000000000
+01110000010000101101000000000101
+11011010010000000000000000000101
+00100000001000000100011111000010
+11011010010000000000000000000110
+00100000001000000100011111000010
+11011010001000000000000000000010
+11011010010000000000000000000111
+00100000010000000100000111010000
+11100010011000001000000000000101
+00100000011000000000000000000000
+11011010001000000000000000001001
+11011010010000000000000000001001
+00100000010000000100000111010000
+01101111111001000100001101101110
+00011111111000011111111000000001
+11100111111001000000000000000101
+00100000011000000000000000000000
+11011010010000000000000000001011
+00100000001000000100011111000010
+11011010001000000000000000000110
+11011010010000000000000000001100
+00100000010000000100000111010000
+01101111111000101100000100100000
+11100111111000101000000000000101
+00100000011000000000000000000000
+11011010001000000000000000000010
+11011010010000000000000000001101
+00100000010000000100000111010000
+01011000000000000000000000000110
+11100111111000001000000000000101
+00100000011000000000000000000000
+11011010010000000000000000010011
+00100000001000000100011111000010
+11011010010000000000000000010100
+00100000001000000100011110110011
+11011010010000000000000000010101
+11011010001000000000000000001001
+00100000010000000100000111010000
+01101111111001000100001110000000
+11100111111001000000000000000101
+00100000011000000000000000000000
+11011010001000000000000000000011
+11011010010000000000000000010111
+00100000010000000100000111010000
+01101111111000001100001101110110
+00011111111000010111111000000111
+11100111111000001000000000000101
+01101111111000001100001101110111
+00011111111000010111111000000111
+11100111111000001000000000000101
+00100000011000000000000000000000
+11011010001000000000000000000001
+00100000001000000100000111010000
+01000111000100100100000000100100
+11000101000100111100101000111001
+00100000001000000100110010000110
+01000111000100101100000000100100
+01111000010001001111110000000000
+01111000010000111111110000000000
+01011000010101010101010101010101
+10011000000000000001111000000000
+01101111111000001100010011010011
+00100000001000000011110101000010
+01000111000100110100000000100100
+01101111111000001100010011111101
+00100000010000000011110100010110
+01101111111000100100010011010101
+10011000000000000001001000000000
+00100000010000000011100100100101
+01101000010010001100010011010011
+00100000010000000011110101000111
+00100000010000000100011111000111
+11000101100101111100011111011011
+01111000001111001111110000000000
+00100000000000000000000000011110
+00100000010000000100011111000111
+01111000010101111111110000000000
+01111000001001101111110000000000
+01111000001100001111110000000000
+01111000010100000111110000000000
+01111000001010000111110000000000
+01101111111000010100010011010001
+10011000000000000011011000000000
+00110111110000011000010000000000
+00100100001011000100100000110101
+00100000010000000110010001001011
+11000101000101111100011111101010
+01101111111000001100010100010000
+00100100001110100100011111101010
+01111000010001101111110000000000
+01111000001001011111110000000000
+01111000001000111111110000000000
+01111000001001001111110000000000
+00100000010000000100100000110010
+01100111111000001100010011110011
+01101000010010001100010011110010
+10011000010001100111110000000000
+00100100001000101100100000110111
+01000111000100111100000000100100
+01111000010110001111110000000000
+00101000000011111111111000101111
+00100000010000001100100000100100
+00100000001110001100100000110111
+00100000010000000100100000110010
+01100111111000001100010000111101
+11000101000100111100011111111101
+01101111111000001100010000111101
+01101000010010001100010011001111
+10101000010000000000111000000000
+00100100001000001100100000110111
+00100000010000000100100000110010
+00101000000011111111111000101111
+00100000010000001100100000101101
+11100111111000001000000000000101
+00011111111010010111111000000000
+00011111111001100111110000011111
+00100100001000010100100000110111
+00011111111000100111001000000000
+00100000001000101100100000001001
+00100000010000000100100000110010
+11100111111000001000000000000101
+11000010000000000100100000000110
+11000101000100111100100000001110
+00011000101000100010001000000000
+00100000010000000100100000110010
+01100111111000001100010100011000
+00011010001000100000101000000000
+00001001100000000000000000011000
+00011111111011110111111000000000
+00011111111100010111111000000000
+11100111111000011000000000000101
+01101111111000001100010100010000
+00100100001110100100100000100010
+01111000010001011111110000000000
+00101000000011111111111000100111
+00100000010000001100110001001001
+00100000001000110100100000110111
+00100000010000000110010001001010
+01111000001101111111110000000000
+00100000010000000011111000110011
+01000111000101000100000000100101
+11000110000100111000000000000000
+01101111111000001100010100011000
+01101000010010001100010101100111
+10011000010001100111110000000000
+00100000010000010111011000101110
+00100000001000000100110001001101
+01111000010001101111110000000000
+00100000001000000100100000010101
+00100000010000000100100000110010
+00011111111001100111110000000001
+00100000001000010111011000111110
+00011111111000001111111111111110
+11000101000100111100100000101011
+00100000001110100111011000111110
+00011111111000001111111111111111
+01100111111000001000010011001100
+00100000011000000000000000000000
+00011111111000010111111000000111
+01101000010010001000010011001100
+00011000010010011000010000000000
+10011000010000011111111000000000
+00100000011000000000000000000000
+00001001100000000000000000001000
+00011001100010010111111000000000
+00100000011000000000000000000000
+00101000000011111111111000100111
+00100000010000001100110001100101
+01000111000101001100000000100101
+00100000010000000011110100110110
+01111000010011011111110000000000
+01111000010001011111110000000000
+00100000001000000011100011001011
+00100000010000000011100100100101
+01101000010010001100010011010011
+00100000001000000011100111001001
+01000111000101010100000000100101
+01101111111000001100010011111110
+00100000010000000011110100010110
+01101111111000100100010011010101
+10011000000000000001001000000000
+00100000010000000100011111000111
+00100000010000000100100000111100
+01111001001000000010101000000000
+01111000001011101111110000000000
+01111000001100000111110000000000
+01111000010100001111110000000000
+00100000010000000110010001010001
+01111000010111010111110000000000
+11000101000101111100100001110001
+11000101000101101100100010000011
+00011001001100010111111000000000
+00011111111011001111111000000000
+00011111111100011111111000000000
+00001000000000001000011000101000
+01000111000101011100000000100101
+11000101000101111100100001011000
+01101111111000001100010100010000
+00100100001110100100100001011000
+01111000010011101111110000000000
+01111000001011011111110000000000
+01111000001000111111110000000000
+01111000001001001111110000000000
+01101111111000001100010011010000
+10011000000000000111001000000000
+11011000110000000100010001111111
+11101111111000001000000000000110
+00001000000000001000011000001000
+11000010000000000100100001011101
+01111000001001000111110000000000
+00001000000000001000011000011000
+01111000010001000111110000000000
+11000101100101111100100001100111
+01111000010000111111110000000000
+01011000000000000000000000000000
+00001000000000001000011000000011
+00110111110100111000001000000000
+00100000000000000000000001100100
+01111000010111010111110000000000
+01111000010011101111110000000000
+01101111111000001100010100010000
+00100100001110100100100001101110
+01111000010011011111110000000000
+01111000010111000111110000000000
+00100000010000000011100100100101
+00100000001000000110010001001111
+11011111001000000000000000001010
+01011000000000000000000000111100
+00001000000000001000011000001000
+11000010000000000100100001110010
+01111000010011101111110000000000
+01111000001111000111110000000000
+00011001001100010111111000000000
+00011111111100010111111000000000
+00011111111100011111111000000000
+00001000000000001000011000100000
+11000101000101110100100010000000
+01011000000000000000000000000001
+00001000000000001000011000000101
+01111000001111010111110000000000
+00100000001000000100100001010010
+01011000000000000000000000000000
+00001000000000001000011000000101
+00100000001000000100100001010010
+01101111111000001100000100011101
+00011111111000110111001000000000
+00100000000000000000000000000010
+11000010000000000100100010000101
+00011001001100010111111000000000
+00011111111011001111111000000000
+00011111111100011000010000000000
+00011000010000100111111000000000
+00001000000000001000011000001000
+00011000010000100111111000000000
+00001000000000001000011000101000
+00100000001000000100100001010010
+01000111000101100100000000100101
+01101111111000001100010011111110
+11000010100000010100100010110000
+01101111111000001100010011001110
+00011111111000001111111000000011
+01100111111000001100010011010000
+01101111111000001100010011110010
+01100111111000001100010001111111
+01101111111000001100010011001111
+11100111111000001000000000000101
+01101111111000001100010011001110
+00011111111010011111111000000000
+01101000010010001100010011000100
+00011000010000010000010000000011
+00011000010000111000010000000000
+10011000010000011111111000000000
+01101000010010001100010011000101
+10011000010000001111111000000000
+11100111111000001000000000000101
+01101111111000001100010011001110
+10011000000000000111001000000000
+11011000110000000100010001011111
+00100000010000000111010101001000
+01000111000101101100000000100101
+11000110100100111000000000000000
+01101111111000001000000000110000
+11100111111000001000000000000101
+01101111111000001100010011111110
+11000011100000010000000000000000
+01101111111000001100010011010000
+00011111111000001111111000000001
+01100111111000001100010011010000
+00100000011000000000000000000000
+01101111111000001100010011001110
+00011111111000001111111000000100
+11000101100100111100100010110100
+00011111111000001111111000000001
+01100111111000001100010011010000
+01101111111000001100010011110010
+01100111111000001100010001111111
+01101111111000001100010011010000
+00011111111000001111111111111110
+11100111111000001000000000000101
+01101111111000001100010011001111
+11100111111000001000000000000101
+01011000000000000000000000000000
+00100000001000000100100010011010
+01000111000101110100000000100101
+01101111111000001100010000111110
+00011111111010010111111000000000
+01100111111000001100010011000011
+00011111111000001111111000000001
+11011000110000000100010000111110
+10011000110000001000110000000000
+11101111111000011000000000000110
+01100111111000011100010011000110
+01101111111000001100010000111110
+00011111111000110111111000000000
+00011111111000010111111000000011
+01100111111000001100010011001100
+00100000011000000000000000000000
+01000111000101111100000000100101
+01101000010010001100010011010100
+00100000010000000100100011010001
+01100000010010001100010011010100
+00100000011000000000000000000000
+01000111000110000100000000100110
+00100000010000000100100011010110
+00011000010000001000010000000001
+00011000010000010000010000000011
+00100000011000000000000000000000
+01000111000110001100000000100110
+01101111111000001100010011010101
+00011111111000010111111000000011
+00011111111011111010001000000100
+01011000000000000100010011011001
+10011010001000001111111000000000
+10011000010000001000110000000000
+11101111111000001000000000000110
+01100111111000001100010011010011
+00100000011000000000000000000000
+01100111111000100100010011010101
+01000111000110010100000000100110
+11011010001000000000000000000000
+11011111001000000000000000000100
+11011000110000000100010011010101
+11101111111000001000000000000110
+10011010001000001010001000000000
+11000010000000000100100011100101
+00011010001000100111111000000000
+01100111111000010100010011110000
+01101111111000001100010011110000
+01101000010010001100010011110001
+10011000010000001111111000000000
+01100111111000001100010011110010
+00100000011000000000000000000000
+01000111000110011100000000100110
+00100000010000000111011000111000
+01101000010010100100010011101001
+00011100010000100111111000000000
+10011000010001100111110000000000
+00100100010000010100100011111111
+00011111111000100010010000000000
+01101111111000100100010011101001
+01101000010010001100010011101101
+10011000010000001000010000000000
+00011010010000100111111000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+01111001001111111111111000011100
+01100111111000100100010011101001
+00100000001000000111011000110110
+00100000011000101000000000000000
+01111001001000000111111000011100
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000100100010011101001
+00100000011000000000000000000000
+01000111000110100100000000100110
+00111000000000000001001100000000
+00111000000001011001000010001011
+00111000000010110110000101010000
+00111000000011000011110100100000
+01100111111001001100010011011001
+00111000000000000011101000011010
+00111000000001001100010001010011
+00111000000010001101001100010010
+00111000000011000000000000000001
+11100111111000111000000000000101
+01101111111000001100010011111111
+00100000011110100000000000000000
+11011000110000000100010100000000
+11011000101000000100010011011001
+00100000001000000111010011110101
+01000111000110101100000000100110
+01011000010011100000000000011110
+01100111111000011100010100000001
+01011000000000110010001100000011
+11100111111000011000000000000101
+01011000001001010000011001000010
+11100111111000011000000000000101
+01011000000010010100110000000110
+11100111111000011000000000000101
+01011000001111000000100100100111
+11100111111000011000000000000101
+01110000010001001111111100000001
+00100000011000000000000000000000
+01000111000110110100000000100110
+11011000010000000110100101111000
+11000101000100111100100100101001
+11011000010000000001001011000000
+01101111111000001100010011111101
+11000011000000010100100100101001
+11011000010000000010111011100000
+01100000010010010100010011010001
+00100000011000000000000000000000
+01110000010001001111110100000001
+01110000010001001111111000000001
+00100000011000000000000000000000
+01110000010001001111110100000010
+01110000010001001111111000000010
+00100000011000000000000000000000
+01000111000110111100000000100110
+01110000010001010001010101001110
+01011000000100000001010100100000
+01100111111000011100010100010001
+01011000000000000000000000000101
+11100111111000001000000000000101
+00100000011000000000000000000000
+11011010011000000100010100011101
+11011010010000000100110011101011
+00100000001000000100110111101000
+01111001001000000000000000100110
+01101111111000001100010100111011
+01111001001111111111111000000010
+01111001001000000111111000000001
+01100111111000001100010100111011
+01011000000000000000000000000000
+01100111111000010100010100100001
+01101111111000010100010100011011
+01100111111000010100010100011101
+01110000010001010001101000000000
+00100000010000000100100101111001
+01110000010001001100010000000000
+01101111111000001100010100010101
+01100111111000001100010011010011
+01101111111000001100010100010110
+01100111111000001100000100010110
+01101111111000100100010100010001
+00100000001000000100100011100000
+01000111000111000100000000100111
+01101111111000001100010100011001
+11000000011111111100100110011011
+11000000000000001100100101010101
+11000000000000010100100101010111
+11000000000000011100100101011101
+11000000000000100100100101100011
+00100000011000000000000000000000
+01110000010001000101111111111111
+00100000001000000100100101100100
+01101111111000001100010011110100
+00100000001110100100100101011011
+01101111111000100100010101000011
+00100000010000000100100011100000
+01110000010001000101111110101010
+00100000001000000100100101100100
+01110000010001000101111101010101
+01101111111000001100010011110100
+00100000001110100100100101100100
+01101111111000100100010100101011
+01100111111000100100010001100001
+00100000001000000100100101100110
+01110000010001000101111100100010
+01101111111000100100010101000011
+01100111111000100100010001100001
+01101111111000001100010011001111
+00011111111000010111111000000111
+01100111111000001100010001100000
+01110000010001000110010100000000
+01110000010001001100111000000111
+00100000010000000100100010001111
+00100000010000000100110011001000
+00100100011011000000000000000000
+00100100011101111000000000000000
+00100000010000000100110000000001
+00100000010000000100110011011111
+01000111000111001100000000100111
+01101111111000001100010100011001
+11000001011111111000000000000000
+11000000000000001100100101111110
+11000000000000010100100110000000
+11000000000000011100100110000110
+11000000000000100100100110001110
+00100000011000000000000000000000
+01110000010001010001100100000010
+01101111111000001100010011110100
+00100000011110100000000000000000
+01110000010001010001100100000001
+00100000011000000000000000000000
+01110000010001010001100100000010
+00100000001000000100110011000011
+01101111111000001100010011110100
+00100000001110100100100110000100
+01101111111000100100010010100101
+01100111111000100100010100101011
+01110000010001010001100100000011
+00100000001000000100110011000011
+01101111111000001100010011110100
+00100000001110100100100110001100
+01101111111000100100010010100101
+01101000010010100100010101000011
+10011000010001100111110000000000
+00100100011000101000000000000000
+01110000010001010001100100000100
+00100000001000000100110011000011
+01101111111000001100010011110100
+00100000001110100100100110010100
+01101111111000100100010010100101
+01101000010010100100010100101011
+10011000010001100111110000000000
+00100100011000101000000000000000
+01110000010001010001100111111111
+01110000000001001100001100111001
+00100000010000000111000010011011
+01011000000000000000000000000000
+01100111111000010100010100011101
+01101111111000100100010010100101
+00100000010000000100100011100000
+01101111111000001100010100111011
+01111001001111111111111000000001
+01100111111000001100010100111011
+00100000001000000100110011000011
+01110000010001010101100100000001
+01110000010001010101100000000000
+00100000011000000000000000000000
+01101111111000001100010101011000
+11000011100000001000000000000000
+01111001001000000111111000000001
+01100111111000001100010101011000
+01011000000000000000000000000000
+01100111111000011100010100011000
+01100111111000100100010101101111
+01110000010001010101010000000001
+00100000001000000100100101000110
+01110000010001010101010000000001
+01110000010001001100111000001000
+11011000110000000100010100011011
+11011000101000000100010001011111
+00100000001000000111010011101111
+01000111000111010100000000100111
+00100000010000000100101001010100
+00100000010000000100011111001110
+00100100001101111100101001010100
+00100000010000000100100110111111
+00100000010000000100101010000111
+00100000010000000100101000101110
+00100000010000000101001111000011
+01101111111000001100010011110100
+00100000011110100000000000000000
+01101111111000100100010101101111
+00100000011110100000000000000000
+00100000001000000100100011100000
+00100000010000000100101001010100
+00100000001000000100100000110111
+01110000010001010110010100000101
+11011000110000000100010000111101
+11011000101000000100010100101011
+00100000010000000111010011101111
+01000111000111011100000000100111
+01101111111000001100010100101101
+11000000010101010100100111001010
+11000000001010101100100111010111
+11000000000100010100100111110100
+11000000011111111100110000100000
+00100000011000000000000000000000
+01101111111000001100010100101110
+11000000000000001100100111001110
+11000000000000010100100111010100
+00100000011000000000000000000000
+01110000010001010001100000000001
+01110000010001010001101100000001
+01110000010001010001110010000000
+01101111111000110100010000110111
+01100111111000110100010100011101
+00100000011000000000000000000000
+01110000010001010001100100000001
+01110000010001010001101100000010
+00100000001000000100100111010000
+01101111111000001100010011110100
+00100000001110100100100111011101
+01101111111000100100010100101111
+01101000010010100100010000110111
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000001100010100101110
+11000000000000001100100111100001
+11000000000000010100100111101100
+00100000011000000000000000000000
+01101111111000001100010100011000
+11000000000000001100100111100100
+00100000011000000000000000000000
+01110000010001010001100000000010
+01101111111000001100010011110100
+00100000001110100100100111001111
+01110000010001010001101100000001
+01110000010001010001110010000000
+01101111111000100100010101101111
+01100111111000100100010100011101
+00100000001000000111011000110110
+01101111111000001100010100011001
+11000000000000001100100111101111
+00100000011000000000000000000000
+01110000010001010001100100000010
+01101111111000001100010011110100
+00100000001110100100100111010101
+01110000010001010001101100000010
+00100000001000000100100111101000
+01101111111000001100010011110100
+00100000001110100100100111111010
+01101111111000100100010100101111
+01101000010010100100010101101111
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000001100010100101110
+11000000000000001100100111111110
+11000000000000010100101000001001
+00100000011000000000000000000000
+01101111111000001100010100011000
+11000000000000010100101000000001
+00100000011000000000000000000000
+00100000010000000100101000100010
+00100000010000000100100111001111
+01101111111000001100010100011010
+00011111111000011111111000000001
+01100111111000001100010100011010
+01011000000000000000000000000000
+01100111111000010100010100011000
+00100000011000000000000000000000
+01101111111000001100010100011001
+11000000100000000100101000001100
+00100000011000000000000000000000
+00100000010000000100101000101000
+00100000010000000100100111010101
+01101111111000001100010100011010
+00011111111000011111111000000010
+01100111111000001100010100011010
+00100000010000000100101000000110
+00100000001000000101001110111101
+01101111111000001100010101011001
+11000001100000001000000000000000
+01101111111000001100010101010011
+00100100011110100000000000000000
+01101111111000001100010001000000
+11000000000000001100101000011011
+11000000000000010100101000011111
+00100000011000000000000000000000
+01101111111000001100010101101110
+11000100000000000000000000000000
+01111000010101111111110000000000
+00100000011000000000000000000000
+01101111111000001100010101101110
+11000100000000001000000000000000
+00100000001000000100101000011101
+01101111111000001100010101010011
+00100100011110100000000000000000
+01101111111000001100010101101110
+00011111111000011111111000000001
+01100111111000001100010101101110
+00100000011000000000000000000000
+01101111111000001100010101010011
+00100100011110100000000000000000
+01101111111000001100010101101110
+00011111111000011111111000000010
+01100111111000001100010101101110
+00100000011000000000000000000000
+01101111111000001100010100011010
+00100000011110100000000000000000
+01101111111000001100010100101110
+11000000000000001100101000100010
+11000000000000010100101000101000
+00100000011000000000000000000000
+01111001001000000000000000100111
+01101111111000001100000100010110
+01100111111000001100010101100110
+00100000010000000100100100100010
+00100000001000000100110001011000
+01101111111000010100010100100011
+00100000001000000111010111100110
+01000111000111100100000000100111
+01110000010001001100111000000000
+01101111111000001100010101010100
+00100000011110100000000000000000
+01101111111000010100010100100101
+00100000001000000111010111100110
+00100000010000000100101010000100
+00100100001101111100101001010100
+00100000010000000100101001110110
+00100100001101000100101001010100
+01101111111000001100010011000011
+00100000001110100100101001010100
+00011111111000001111111000000010
+10011000000000000111001000000000
+11011000110000000100010000111101
+11011000101000000100010100101011
+00100000010000000111010101001000
+01110000010001010101011000000000
+01101111111000001100010101010011
+00100000010110100100101010010001
+01000111000111101100000000100111
+01101111111000001100010100101101
+11000000000000001100101001011010
+11000000000000010100101001101001
+11000000011111111100101001011000
+01000111000111110100000000100111
+11011000101000000100010000111101
+11011111001000000000000001000010
+00100000001000000111010100001111
+00100000010000000100101000110000
+00100000001000000100110000100000
+00100000010000000100101000100010
+00100000010000000100101110111101
+01101111111000001100010101001101
+01101000010010001100010100101011
+00101000010011111111111000000011
+01111001001000001111111000000000
+01100111111000001100010101001101
+11000000000000001100101001101111
+01101111111000001100010101010101
+01101000010010001100010100101011
+00101000010011111111111000000100
+01111001001000001111111000000000
+01100111111000001100010101010101
+01101111111000010100010100100111
+00100000001000000111010111100110
+00100000010000000100101000101000
+01101000010010001100010100101011
+00101000010011111111111000000011
+00100000001000001100101001110100
+01101111111000010100010100101001
+00100000001000000111010111100110
+01101111111000001100000010010101
+00011111111001100111110000001110
+00100000010000101100111100000001
+01101111111000100100010100110101
+00100000001000000100110000100110
+01101111111000100100010100110101
+00100000001000000100110000101010
+00100000010000000111011000111000
+01101111111000001100010011001100
+01101000010010001100010011001101
+10011000010001100111110000000000
+00100100010000101111011000110110
+01101111111000001100010011001100
+01100111111000001100010011001101
+01101111111000011100010011000110
+01101000010010011100010011001001
+10011000010001100111110000000000
+00100100010000101111011000110110
+01101111111000011100010011000110
+01100111111000011100010011001001
+00100000011000000000000000000000
+00100000010000000100101001010100
+00100000010000000100011111001110
+00100100011101111000000000000000
+01101111111000001100010000111101
+01100111111000001100010011001111
+00100000010000000100100010111110
+01101111111000001100010000111110
+00101111111011111111111000000000
+00100000001000001100101010010000
+00100000010000000100101000111011
+00100000010000000100100010001111
+00100000010000000100100000111111
+00100000001000000100100000110111
+01110000010001010101011100000001
+01011000000000000000001010000000
+11011000111000000000000000001000
+00100000001000000111010101001111
+01000111000111111100000000100111
+01110000010001010101011000000001
+01110000010001010101101000000000
+01110000010001001110110111111111
+00100000001000000100100100000010
+01000111001000000100000000101000
+01101111111000001100010101010110
+00100000011110100000000000000000
+00100000010000000100100011101111
+00100100011101000000000000000000
+00100000010000000100101010100111
+01101111111000001100010101011010
+00011111111000001111111000000001
+00011111111000010111111000000001
+01100111111000001100010101011010
+11000000000000000100101010101100
+11000000000000001100101010101111
+00100000011000000000000000000000
+01101111111000001100010101100101
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000001100010101100101
+00100000011000000000000000000000
+01101111111000001100010101100101
+00100100011110100000000000000000
+00100000001000000100101011110001
+01101111111000001100010101100101
+00100100011110100000000000000000
+00100000001000000100100110011111
+01101111111000001100010101101101
+00100100011110100000000000000000
+01101111111000001100010101101011
+00100000010110100100101011100000
+01101111111000001100010101101000
+11000011100000000000000000000000
+01111001001000000111111000000000
+01100111111000001100010101101000
+01110000010001010110011100000001
+01110000010001010110110000000000
+01011000000000000000000000000000
+01100111111000010100010101101001
+01110000010001001110110101100000
+00100000001000000100100100000010
+01000111001000001100000000101000
+01101111111000001100010101011001
+11000001000000000000000000000000
+01101111111000001100010101101101
+00100100011110100000000000000000
+01101111111000001100010101101011
+00100100011110100000000000000000
+01101111111000001100010101100111
+00100000011110100000000000000000
+00100000010000000100100011101111
+00100100011101000000000000000000
+01101111111000010100010101101001
+00011111111000001111111000000001
+01100111111000010100010101101001
+11011000010000000000011111010000
+10011000010001100111110000000000
+00100000001000010100101011011100
+00100000010000000100101010100111
+01101111111000001100010101101100
+00011111111000001111111000000001
+00011111111000010111111000000001
+01100111111000001100010101101100
+11000000000000000100101011011001
+11000000000000001100100110011111
+00100000011000000000000000000000
+01101111111000001100010101100101
+00100100001110100100100110011111
+00100000001000000100101110100011
+01110000010001010110101100000001
+00100000001000000100101110100011
+01110000010001010110011100000000
+00100000011000000000000000000000
+01110000010001010110011100000001
+00100000011000000000000000000000
+01000111001000010100000000101000
+01101111111000001100010101011000
+11000011100000000000000000000000
+01111001001000000111111000000000
+01100111111000001100010101011000
+01101111111000001100010101100110
+01100111111000001100000100010110
+01110000010001010101010000000000
+01110000000001110110000100000000
+01110000010001010100110100000001
+01110000010001001100010000000000
+01101111111000100100010000110111
+00100000010000000100100011100000
+00100000010000000100100011001100
+00100000001000000100101001010100
+01110000010001010101010000000000
+01110000010001010101100100000000
+01110000010001010101100000000000
+00100000011000000000000000000000
+01101111111000001100010101011001
+11000001100000000000000000000000
+00100000010000000100101011100010
+00100000010000000100101110100111
+00100000001000000100101001000001
+01000111001000011100000000101000
+01101111111000001100010101011001
+11000001100000001000000000000000
+00100000010000000100100110100010
+00100000010000000100100110110000
+01101111111000001100010101010011
+00100100011110100000000000000000
+01101111111000001100010100011010
+00100000011110100000000000000000
+01110000010001010101011000000000
+00100000010000000100101011110001
+00100000010000000100101010010001
+00100000001000000100100100000010
+01101111111000001100010101011000
+11000011100000111000000000000000
+01111001001000000111111000000111
+01100111111000001100010101011000
+01110000010001010101101000000000
+01110000010001010101010000000001
+01011000000000000000000000000000
+01100111111000011100010110000000
+01100111111000111100010101011101
+00100000010000000100101110010101
+00100100011000101000000000000000
+01101111111000001100010011010100
+01100111111000001100010101011100
+01101111111000001100010011010011
+01100111111000001100010101011011
+00100000011000000000000000000000
+01000111001000100100000000101000
+01101111111000001100010101011001
+11000001100000111000000000000000
+00100000010000000100101100000111
+00100000010000000100101100111101
+00100000010000000100101010000100
+00100100001101111100101001010100
+00100000010000000100101110010101
+00100000010000101100101001000011
+01101111111000001100010101001101
+00100000010110100100101011011110
+01110000010001010101100100000000
+01101111111000001100010101011000
+01111001001000000111111000000000
+01100111111000001100010101011000
+01101111111000001100010101010100
+00011111111001100111110000000010
+00100100010000101100101110010011
+00100000010000000100101001010100
+00100000010000000100101010010001
+00100000010000000100101110010101
+00100000001000101100101100110110
+01101111111000100100010011010101
+01101000010010100100010101110111
+10011000010001100111110000000000
+00100000001000101100101100111001
+01101111111000100100010011010101
+01101000010010100100010101110011
+10011000010001100111110000000000
+00100000001000101100101100111011
+00100000011000000000000000000000
+01101111111000001100010101011100
+01100111111000001100010011010100
+00100000011000000000000000000000
+01101111111000001100010101100010
+00100000001000000100101100110111
+01101111111000001100010101011111
+00100000001000000100101100110111
+01000111001000101100000000101000
+01101111111000001100010101011010
+00011111111000001111111000000001
+00011111111000010111111000000011
+01100111111000001100010101011010
+11000000000000000100101101100001
+11000000000000001100101101111011
+11000000000000010100101101000111
+11000000000000011100101101111011
+00100000011000000000000000000000
+00100000010000000100100111001111
+01101111111000100100010101110011
+00100000001110100100101100111101
+00100000010000000100100011100000
+01101111111000001100010101100000
+00100000010110100100101101011100
+01101111111000001100010101011110
+01100111111000001100010011010011
+01101000010010001100010110000001
+01101010001000010100010110000111
+00100000010000000100110000101100
+01100000010010001100010110000001
+00100000010000000100110000110101
+01100000010010001100010101111110
+00011000010001100111110001010000
+00100100011000010000000000000000
+01101000010010001100010101011111
+00100000010000000100100011010001
+01100000010010001100010101011111
+01100111111000001100010101011110
+00100000011000000000000000000000
+01110000010001010110000000000001
+11011000010000000000000000000000
+00100000010000000100100011010110
+01100111111000001100010101011110
+00100000011000000000000000000000
+00100000010000000100100111010101
+01101111111000100100010101110111
+00100000001110100100101100111101
+00100000010000000100100011100000
+01101111111000001100010101100011
+00100000010110100100101101110110
+01101111111000001100010101100001
+01100111111000001100010011010011
+01101000010010001100010110000010
+01101010001000010100010110001001
+00100000010000000100110000101100
+01100000010010001100010110000010
+00100000010000000100110000110101
+01100000010010001100010101111111
+00011000010001100111110001010000
+00100100011000010000000000000000
+01101000010010001100010101100010
+00100000010000000100100011010001
+01100000010010001100010101100010
+01100111111000001100010101100001
+00100000011000000000000000000000
+01110000010001010110001100000001
+11011000010000000000000000000000
+00100000010000000100100011010110
+01100111111000001100010101100001
+00100000011000000000000000000000
+00100000010000000100100111001111
+01101111111000100100010000110111
+00100000010000000100100011100000
+01101111111000001100010101011101
+00100000010110100100101110001111
+01101111111000001100010101011011
+01100111111000001100010011010011
+01101000010010001100010110000000
+01101010001000010100010110000101
+00100000010000000100110000101100
+01100000010010001100010110000000
+00100000010000000100110000110101
+01100000010010001100010101111101
+00011000010001100111110001010000
+00100100011000010000000000000000
+01101000010010001100010101011100
+00100000010000000100100011010001
+01100000010010001100010101011100
+01100111111000001100010101011011
+00100000011000000000000000000000
+01110000010001010101110100000001
+01101111111000001100010101011011
+01100111111000001100010011010011
+00100000011000000000000000000000
+01110000010001010101010000000000
+00100000011000000000000000000000
+01101111111000100100010011010101
+01101000010010100100010000110111
+10011000010001100111110000000000
+00100000011000000000000000000000
+01101111111000001100010101010100
+11000001000000010000000000000000
+01101111111000001100010101010111
+00100000011110100000000000000000
+11011000111000000000000000001000
+00100000010000000111010101011101
+00100100011110100000000000000000
+01110000010001010101011100000000
+01110000010001010110010100000000
+00100000010000000100101010110010
+01000111001000110100000000101000
+01110000010001010101100100000111
+01110000010001010101100000000000
+00100000001000000100101001010100
+01000111001000111100000000101000
+01101111111000001100010101001101
+11000000000000001100110001101100
+01101111111000001100010101010101
+11000000000000001100101110111011
+01101000010010100100010101001110
+00011100010000100111111000000000
+10011000010001100111110000000000
+00100100010000010100100011111111
+00011111111000100010010000000000
+01101111111000100100010101001110
+01101000010010001100010101010010
+10011000010000001000010000000000
+00011010010000100111111000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+01111001001111111111111000011100
+01100111111000100100010101001110
+01110000010001010100110100000001
+00100000001000000100100011001100
+01110000010001010101010100000000
+00100000001000000100100011001100
+00011100010000100111111000000000
+01100111111000100100010101001110
+00100000011000000000000000000000
+11011010011000000100010100100001
+11011010010000000100110011101011
+00100000001000000100110111101000
+01000111001001000100000000101001
+01111001001000000000000000100110
+01101111111000001100010100111011
+01111001001111111111111000000001
+01111001001000000111111000000010
+01100111111000001100010100111011
+01101111111000001100010100100110
+00100000001110100100101111011000
+01101111111000001100010100100101
+11000000000000001100101111010000
+11000000000000010100101111010000
+11000000000000011100101111011111
+11000000000000100100101111011111
+01101111111000001100010100010110
+01100111111000001100000100010110
+01101000010010001100010100101111
+01100000010010001100010011010100
+01101111111000100100010100100111
+00100000010000000100101111101000
+01100000010010001100010100101111
+00100000011000000000000000000000
+01110000010000010001011000000011
+01101000010010001100010100110000
+01100000010010001100010011010100
+01101111111000100100010100101011
+00100000010000000100101111101000
+01100000010010001100010100110000
+00100000011000000000000000000000
+01110000010000010001011000000011
+01101000010010001100010100110001
+01100000010010001100010011010100
+01101111111000100100010101000011
+00100000010000000100101111101000
+01100000010010001100010100110001
+00100000011000000000000000000000
+01101111111000100100010010100101
+01100111111000100100010100101011
+00100000010000000100100011100000
+00100000001000000100100011001100
+01000111001001001100000000101001
+00100000010000000100110000000101
+00100000010000000100110011001000
+00100100001011000100110000001100
+00100100001101111100110000001100
+00100000010000000100110011011111
+01101111111000001100010100111011
+01111001001111111111111000000010
+01100111111000001100010100111011
+01011000000000000000000000000000
+01100111111000010100010100011101
+01100111111000010100010100100011
+01100111111000010100010100100001
+01101111111000100100010100010001
+01101000010010100100010011010101
+10011000010001100111110000000000
+00100000001000101100100100111011
+01101111111000100100010101000011
+01101000010010100100010011010101
+10011000010001100111110000000000
+00100000010000101100101111100110
+01110000000001001100001100111100
+00100000010000000111000010011011
+01000111001001010100000000101001
+11011111001000000000000000000100
+11011000101000000100010001011111
+00100000001000000111010100000000
+01110000010001000101111111111111
+01101111111000001100010011001111
+01100111111000001100010001100000
+01101111111000100100010101000011
+01100111111000100100010001100001
+01110000010001001100111000000110
+00100000001000000100100010001111
+01101111111000001100010100100110
+00100000001110100100100011001100
+01101111111000010100010100100011
+00011111111000001111111000000001
+01100111111000010100010100100011
+00101111111011111111111000000011
+01101111111000001100010100100101
+11000000000000001100110000011000
+11000000000000010100110000011010
+11000000000000011100110000011100
+11000000000000100100110000011110
+00100000001000000100101111011000
+00100000001000001100101111011000
+00100000001000000100101111010000
+00100000001000001100101111011111
+00100000001000000100101111010000
+00100000001000001100101111011111
+00100000001000000100101111011000
+00100000001000001100100101000110
+00100000001000000100101111011111
+01101111111000001100010100101110
+11000000000000001100110000100100
+11000000000000010100110000101000
+00100000011000000000000000000000
+01101111111000100100010100101111
+01100111111000100100010101101111
+01100111111000100100010101110011
+00100000011000000000000000000000
+01101111111000100100010100101111
+01100111111000100100010101101111
+01100111111000100100010101110111
+00100000011000000000000000000000
+01000111001001011100000000101001
+00011010001000100111111000000000
+10011000010000001000101000000000
+01101111111000001000000000001001
+11100111111000001000000000000101
+00011000010000001000010000000001
+01101111111000001100010100010111
+10011000010000010000010000000000
+00100000011000000000000000000000
+01000111001001100100000000101001
+01101111111000001100010100010111
+00011111111000001111111000000001
+01100111111000010000010011101111
+00011111111000100111001000000000
+00011010001000100000110000000000
+11011111111000000000000000000000
+11101000010000001000000000000110
+10011000010000001111111000000000
+11000010000000000100110000111100
+01101000010010010000010011101111
+10011000010001101111110000000000
+00100000010000000111010111010000
+00011000000001111000010000000000
+11000110000100111000000000000000
+00011000010000100111111000000000
+11000110100100110000000000000000
+00100000010000000011101001100100
+00011111111000100000010000000000
+00100000011000000000000000000000
+00100000010000000011101001000101
+00100000001000000011101001100000
+01101111111000010100010100110011
+00100000001000000100110001011111
+00011111111000100010001000000000
+01101000010010001100010100110010
+01101111111000010100010100110011
+10011000010000001000101000000000
+00011010001000100111111000000000
+11100111111000001000000000000101
+00011000010000001000010000000001
+01101111111000001100010100010111
+10011000010000010000010000000000
+01100000010010001100010100110010
+00100000011000000000000000000000
+01101111111000010100010110000011
+00100000010000000100110001011111
+01101111111000010100010110000101
+00100000010000000100110001011111
+01101111111000010100010110000111
+00100000010000000100110001011111
+01101111111000010100010110001001
+00100000011110100000000000000000
+00011111111000100000101000000000
+01101111111000001100010100010111
+00011111111000001111111000000001
+00011111111000100111001000000000
+00100000001000000111010100001111
+00100000010000000100110001001001
+00100000011110100000000000000000
+01101000010010001100010101111100
+01101010001000010100010110000011
+00100000010000000100110000101100
+01100000010010001100010101111100
+00100000011000000000000000000000
+01101010001000010100010110000011
+00100000010000000100110000110101
+01100000010010001100010101111011
+00011000010001100111110001010000
+00100100011000010000000000000000
+00100000001000000100100011001100
+01101111111000100100010000110111
+01100111111000100100010101000011
+00100000010000000100100100100010
+00100000001000000100110001001011
+01011000000000000010111110110010
+01100111111000011100010101000111
+01011000000100000000110000001100
+01100111111000011100010011101101
+01011000000000001011101110000000
+01100111111000011100010101001010
+01110000010001010110000000000101
+00100000011000000000000000000000
+01011000000000001111100000001100
+01100111111000011100010101000111
+01011000000111000001100100011001
+01100111111000011100010011101101
+01011000000000010111011100000000
+01100111111000011100010101001010
+01110000010001010110000000001011
+00100000011000000000000000000000
+11000110100100110000000000000000
+01101111111000001100010100111011
+11000010100000001100100101001101
+11000010100000010100101111101010
+01101111111000001100010101010111
+11000000000000001100110100110101
+01000111001001101100000000101001
+00100000010000000100110010011101
+00100100001101000100110100010000
+00100000010000000100110010110010
+00100000010000000100110101011101
+01101111111000001100000010010101
+11000000000001000110000010110001
+01101111111001000100010101001010
+01100111111001000100010011110101
+01101111111000010100010101011100
+01100111111000010100010101011110
+01000111001001110100000000101001
+00100000010000000100110100101100
+00100100011101000000000000000000
+00100000010000000111011001011110
+01101111111000011100010101000111
+00100000001000000100110100101001
+00100000010000000100110010100000
+00100100011101000000000000000000
+00100000001000000100100010001111
+01101111111000010100010100110101
+00100000010000000111010111100110
+00100000001101000100110010100110
+01101111111000111100010001100000
+00100000011110100000000000000000
+00100000001000000111011000110110
+01110000010001010100000100000000
+00011010001000001111111000000001
+01100111111000001100010011001110
+00100000010000000100110010101110
+01100111111000001100010001011111
+00011010010000100000110000000000
+00011010001000100111001000000000
+00100000001000000111010101001000
+01101111111000001100010011001111
+00011111111000010111111000000111
+01100111111000001100010011001111
+00100000011000000000000000000000
+01110000010001010100000000000000
+01101001011000010000000000111011
+00110100011100110000001000000000
+00100000010000000100110011001000
+01101111111000001100010011000101
+11000000000000001100110010111101
+00100100001011000100110011010110
+00100100001101111100110011010110
+00100000010000000100110011011111
+01101111111000001100000010010101
+11000000000001000110000010100100
+00100000010000000100110110001101
+00100000010000000100110000000001
+01101111111000001100010011000100
+00011111111000001111111000000001
+01100111111000001100010011000100
+00100000010000000100110100000011
+01000111001001111100000000101001
+01011000000000000000000000000000
+01100111111000001100010100111100
+01100111111000010100010100111101
+00100000011000000000000000000000
+01000111001010000100000000101010
+01111000010101111111110000000000
+00100000010000000100100000111111
+01101111111000001100010011000101
+11000000000000001100100000110111
+00011000000000000010101000000000
+01101111111000100100010011010101
+10011000000000000001001000000000
+01101000010010001000000000001000
+00100000010000000011100101010100
+00100000010000000011100101101010
+00100000010000000100011111010110
+00100000010101111100100000110111
+00100000011000000000000000000000
+01101111111000001100010101000001
+00100100011110100000000000000000
+01101111111000010100010100111101
+00011111111000001111111000000001
+01100111111000010100010100111101
+01101111111000001100010100111110
+11000010100000100100110011100111
+00100000010000000100110011101101
+00100000001000000100110010110011
+01000111001010001100000000101010
+00100000010000000100100010111110
+01101111111000001100010011000011
+00100000011110100000000000000000
+10011000000000000111001000000000
+11011000110000000100010000111111
+11011000101000000100010010100011
+00100000001000000111010101001000
+01000111001010010100000000101010
+01011000000000000000000000000000
+01100111111000010100010100111101
+01110000010001010011111100000001
+01110000000001001100001100111010
+00100000001000000111000010011011
+01000111001010011100000000101010
+01101000010010001100010101000000
+01101111111000001100010101100000
+10011000010001100111110000000000
+00100100001000010100110100001011
+00011000010000001000010000000001
+01100000010010001100010101000000
+01101111111000001100010101100000
+11000000000000101100110011111010
+01101111111000001100010101000000
+11000000000000110100110100000101
+11000000000001100100110100000101
+00100000011000000000000000000000
+01101111111000001100010101000000
+11000000000000011100110100000101
+11000000000000110100110100000101
+00100000011000000000000000000000
+11000101000101111100110100000001
+01100111111000001100010010000000
+00100000011000000000000000000000
+01100111111000001100010010000001
+00100000011000000000000000000000
+01101111111000001100010011001111
+11000100000000100000000000000000
+01101111111000001100010011001111
+01111001001111111111111000000100
+01100111111000001100010011001111
+00100000010000000100110011111110
+00100000010000000100110110010001
+00100000001000000100100011001100
+00100000010000000100110110000001
+00100000010000000100110110010001
+00100000001000000100100011001100
+01101111111000010100010100110111
+00100000001000000111010111100110
+01101111111000001100010101000001
+00100000010110100100110100010101
+00100000010000000100110100111111
+00100000010000000100110100001110
+00100000001000000100110100100011
+01110000010001001100111100000001
+01110000010001010100000100000001
+00100000010000000100110010101110
+01100111111000001100010001011111
+01011000000000000000000000000000
+01100111111000111100010001100000
+01101111111000100100010101000011
+01100111111000100100010001100111
+01110000010001001100111000001100
+01101111111000001100010011001111
+01111001001000000111111000000011
+01100111111000001100010011001111
+00100000010000000100100010001111
+00100000001000000100110010001111
+01000111001010100100000000101010
+00100000010000000100110100101100
+00100100011101000000000000000000
+01101111111000001100000010010101
+11000000000001000110000010100000
+01101111111001000100010011110101
+00100000010000000111010110010011
+01100000010010100100000010101010
+00100000001000000011101101111010
+01000111001010101100000000101010
+01111000001101000111110000000000
+00100000010000000011101101001011
+01101111111000011100000010111110
+00100000001110100111011000111000
+01101111111000001100000010010100
+00100000001110100111011000111000
+01101111111000010100010100111001
+00100000001000000111010111100110
+00100000010000000100100011101111
+00100100011101000000000000000000
+00100000010000000100110101001010
+01101111111000010100010101011000
+00011111111000001111111000000001
+01100111111000010100010101011000
+01101000010010010100010101011010
+10011000010001100111110000000000
+00100000010000101100110100111111
+00100000001000000100110010001100
+01110000010001010101011100000000
+01011000000000000000000000000000
+01100111111000010100010101011000
+01011000000000000000000001100100
+01100111111000010100010101011010
+01110000010001010101011000000000
+01101111111000001100010011101110
+01100111111000001100010011101101
+00100000011000000000000000000000
+01101111111000001100010011101111
+00100000001000000100110101000110
+01101111111000001100010101010110
+00011111111000001111111000000001
+01100111111000001100010101010110
+11000000000000100100110101001000
+11000000000000101100110101000100
+00100000011000000000000000000000
+01110000010001010101011100000001
+01011000000000000000000000000000
+01100111111000010100010101011000
+00100000011000000000000000000000
+11011111001000000000000000000010
+11011000110000000100010011010101
+00100000010000000111011000110110
+01011000000000001111111111111111
+11101000010000010000000000000110
+10011000010001100111110000000000
+00100100010000101111011000111000
+11000010000000000100110101011000
+00100000011000000000000000000000
+01000111001010110100000000101010
+01101111111000010100010000101111
+11000011100001011000000000000000
+01101010001000010100010100110011
+00100000010000000100110000110101
+01100000010010001100010101100001
+01101111111000001100010101100110
+11000101000100110100110101100110
+01101111111000001100010101101001
+10011000010001100111110000000000
+00100100001000010100110110000000
+01101111111000001100010101100011
+00011111111001100111110000000010
+00100100001000010100110101101110
+01101111111000001100010101100011
+11000000000000000100110110000001
+00100000011000000000000000000000
+01101111111000001100010101100011
+01101000010010001100010101100100
+10011000010001100111110000000000
+00100100011000101000000000000000
+01110000010001010110001100000000
+01101000010010001100010101100001
+01101111111000001100010101100101
+11000101000100110100110101110111
+01101111111000001100010101101000
+10011000010001100111110000000000
+00100100011000010000000000000000
+01101111111000001100010101100010
+11000000000000000100110110001000
+00011111111000001111111111111111
+01100111111000001100010101100010
+11000000000000000100110110001000
+01110000010000010001011000000000
+00100000011000000000000000000000
+01110000010001010110001100000000
+01101111111000001100010101100010
+11000000000000010100110110000110
+00011111111000001111111000000001
+01100111111000001100010101100010
+11000000000000001100110101111110
+01110000010000010001011000000110
+00100000011000000000000000000000
+01110000010000010001011010000101
+00100000011000000000000000000000
+01110000010001010110001000000001
+01110000010001010110001100000000
+00100000011000000000000000000000
+01101111111000001100010101100011
+00011111111000001111111000000001
+01100111111000001100010101100011
+00100000011000000000000000000000
+01101111111000001100010101100011
+00011111111001100111110000000010
+00100100010000010100110110011001
+01101111111000001100010101100011
+11000001000000000000000000000000
+00011111111000001111111111111111
+01100111111000001100010101100011
+00100000011000000000000000000000
+01110000010001010110001100000011
+00100000011000000000000000000000
+01000100101100010100000000001100
+01101111111000001100000010010101
+00100000001110100100110110011011
+11000000000000100101001001001001
+11000000000001001110001010010101
+11000000000001010101001111010010
+11000000000001110100111001001101
+11000000000001101101000100000010
+11000000000001100110010100000110
+11000000000001000101011011101101
+00100000011000000000000000000000
+00100000011101011000000000000000
+00100000010000000110110010001000
+01101111111000001100000010010101
+11000000000001001110001111010011
+11000000000000100101001001010100
+11000000000001000101011100101110
+11000000000001101101001000000100
+00100000011000000000000000000000
+00100000010000000110111111100000
+00100000010000000111000010110001
+00100000010000000100110110110101
+01101111111000010100001110010000
+00100000001000000111010111100110
+01101111111000010100001110001110
+00100000001000000111010111100110
+01000100101100011100000000001100
+11011010001000000100010000011001
+00100000010000000111011000010011
+00100000011110100000000000000000
+00011111111000100010011000000000
+00100000010000000100110110111110
+00100000001000000100110111000010
+11011010011000000000000000000000
+00100000011000000000000000000000
+11000000000010000100110111010001
+11000000000010100100110111001000
+11000000000010101100110111001100
+00100000011000000000000000000000
+01101111111000010100001110010010
+00100000001000000111010111100110
+01101111111000010100001110001000
+00100000001000000111010111100110
+01101111111000010100001110001100
+00100000001000000111010111100110
+01101111111000010100010000101111
+01111001001000000111111000001001
+01100111111000010100010000101111
+00100000011000000000000000000000
+01110000010000110110100100000000
+01101111111000010100010000101111
+01111001001111111111111000001001
+01100111111000010100010000101111
+00100000001000000100111000101110
+01101111111000010100001110100110
+01111001001000000111111000000000
+01100111111000010100001110100110
+00100000011000000000000000000000
+01100111111000001000000111011100
+01000100101100100100000000001100
+01101111111000001000000111011100
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000001000000111011100
+00100000010000000110111111101100
+00100000010000000100111000001111
+00100000010000000110100101000100
+01101111111000010100001110011000
+00100000010000000111010111100110
+00100000001000000100110111010110
+11101111111000001000000000010011
+00100000011110100000000000000000
+00011111111000001111111111111111
+11100111111000001000000000010011
+00100100011110100000000000000000
+00011010010000100111111000000000
+00100000001000000111010111100110
+11101111111000010000000000010011
+00100000011110100000000000000000
+00011111111000001111111111111111
+11100111111000010000000000010011
+00100100011110100000000000000000
+00011010010000100111111000000000
+00100000001000000111010111100110
+01101000010010010100001111011110
+00011000010000001010011000000001
+11011010010000000100110111110011
+00100000001000000100110111100001
+00100000010000000100111001000100
+11000000000000001100110111110110
+00100000001000000100111000101000
+01011000000000000000000000000010
+11100111111000001000000000010011
+00011000010000001010010000001000
+11101111111000010000000000010010
+00100000001000000111010111100110
+00100000010000000100110111111101
+00100000001000000100111000101000
+01011000000000000000000000000000
+01100111111000010100001110100100
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000010100001110100110
+00100000011000000000000000000000
+01101111111000010100001110100110
+01111001001000000111111000000111
+01100111111000010100001110100100
+01011000000000000000000000000000
+01100111111000010100001110100110
+00100000011000000000000000000000
+11011000111000000000000000001001
+00100000001000000011110001010100
+11011000111000000000000000001001
+00100000001000000011110001011000
+01110000010000111010001000000101
+00100000001000000100111000001001
+11011010011000000100001110100010
+11011010010000000100111000001011
+00100000001000000100110111100001
+01110000000001001100001100001111
+00100000001000000111000010100100
+01110000000001001100001100010000
+00100000001000000111000010100100
+01110000000001001100001100001110
+00100000001000000111000010100100
+01110000000001001100001100001101
+00100000001000000111000010100100
+01110000000001001100001100010111
+00100000001000000111000010100100
+01110000000001001100001100011000
+00100000001000000111000010100100
+01110000000001001100001100010110
+00100000001000000111000010100100
+01110000000001001100001100010001
+00100000001000000111000010100100
+01110000000001001100001100010101
+00100000001000000111000010100100
+01110000000001001100001100010100
+00100000001000000111000010100100
+01110000000001001100001100010011
+00100000001000000111000010100100
+01110000000001001100001100011001
+00100000001000000111000010100100
+01110000000001001100001100011111
+00100000001000000111000010100100
+01111001001000000000000000001101
+00100000011000000000000000000000
+01111001001111111000000000001101
+00100000011000000000000000000000
+00100000010000000100111001000100
+11000000000000010100111000111010
+01011000000000000000000000000001
+11100111111000001000000000010011
+00011000010000001010001000000011
+00011000010000001010010000000110
+11101000010000001000000000010001
+00011010011000001010011000000001
+11100000010000001000000000010011
+00100000001000000100110111111001
+01011000000000000000000000000000
+11100111111000001000000000010011
+01101111111000010100010000101111
+11000011000001001100111001000000
+00100000010000000100011101111010
+00100000010000000100111000100000
+01101000010010010100001111011110
+00011000010000001010001000000010
+00011000010000001010010000000100
+00100000001000000100111000110110
+01101000010010010100001111011110
+00011000010000001010011000000000
+11101111111000001000000000010011
+00100000011000000000000000000000
+00100000010000000100111001000100
+11000000100000000100111001001011
+00100000001000000100111000101000
+00011000010000001010010000001010
+00100000001000000100110111111001
+00100000010000000110111111010011
+00100000011101011000000000000000
+01011000000000000101000001010110
+01100111111000010100010100100011
+01011000000000000100100110101011
+01100111111000010100010100100101
+01011000000000000101000011101110
+01100111111000010100010100100111
+01011000000000000100111011001010
+01100111111000010100001110001010
+01011000000000000100111011001100
+01100111111000010100001110001100
+01011000000000000100111011101101
+01100111111000010100001110010000
+01011000000000000100111100001110
+01100111111000010100001110010010
+01011000000000000100111000001001
+01100111111000010100001110001000
+01011000000000000100111101101001
+01100111111000010100001110010100
+01011000000000000100111100101100
+01100111111000010100001110011000
+01000100100101101100000000000101
+00100000010000000100111010101110
+00100000010000000100111011111011
+00100000010000000111000100011101
+01110000010000001100000100000010
+01110000010010001111101000000000
+01101111111000001100011010111100
+01100111111000001100010110001011
+11000000000000000100111001110111
+01101111111000001100011010111101
+01100111111000001100010000110010
+01110000010000110101101100000000
+00100000010000000110111111100010
+00100000010000000110111111101100
+01110000010001101110010000000001
+01101111111000010100010000101111
+11000011100001100000000000000000
+00100000001000000100111000101000
+00100000011000000000000000000000
+00100000001000000100111010010101
+01110000010001101110010000000010
+01110000010000110101101100000001
+01011000000000000000000000100000
+00100000010000000110001111000111
+11011000101000000100001000110011
+01101111111000001100001010101110
+00011111111000010000010011110000
+00011000010100011000010000000000
+00100000010000000100111010001111
+11100000010000001000000000000101
+00011111111000010000010000001111
+00100000010000000100111010001111
+11100000010000001000000000000101
+00100000010000000100000100110000
+01101000010010001100001000101011
+00011000010000100111001000000000
+11011000101000000100001100011110
+11011000110000000100001000101100
+00100000010000000111010101001000
+01101000010010001100001000101011
+00011000010000100111001000000000
+11011000101000000100001100111110
+11011000110000000100001000101100
+00100000001000000111010101001000
+00011000010001100111110000001001
+00100000001000010100111010010011
+00011000010000001000010000110111
+00100000011000000000000000000000
+00011000010000001000010000110000
+00100000011000000000000000000000
+01101111111000001100011010110001
+11000000111111111100111010100111
+01101111111000001100011010101111
+11000000111111111100111010101010
+01101111111000001100011010111010
+11000000111111111100111010101100
+01101111111000001100011000011101
+00011111111000100111001000000000
+01011000000000000100011000011110
+00011111111000100010001000000000
+00011010001000100000110000000000
+11101111111000001000000000000110
+00011000110000100010001000000000
+11000000011111111100111010100101
+00011111111000100000010000000000
+00100000010000000110110001000011
+11000010000000000100111010011111
+00100000011000000000000000000000
+01101111111001000100011010110001
+01100111111001000100011000100000
+00100000001000000100111010010111
+01100111111000001100011000011110
+00100000001000000100111010011001
+01100111111000001100011000011111
+00100000001000000100111010011011
+00100000010000000101000001010010
+00100000010000000101000011010000
+11011010001000000000000000000000
+00100000010000000110110101101110
+00100000010000000100111010010101
+00100000010000000100111100000011
+00100000010000000100111011001000
+00100000001000000100111010110111
+00100000011000000000000000000000
+01101111111000001100100011100111
+00011111111000100111001000000000
+01011000000000000100100011101000
+00011111111000100010001000000000
+00011010001000100000110000000000
+11101111111000001000000000000110
+00011000110000100010001000000000
+11000000011111111100111011000010
+00011111111000100000010000000000
+01100111111000001100100011101100
+00100000010000000100111011000100
+11000010000000000100111010111011
+00100000011000000000000000000000
+01101111111000001100100011101100
+11000001011111111000000000000000
+10011000000000000000010000000000
+00100000001000000110110001000011
+01110000010001101100000001100100
+00100000011000000000000000000000
+00100000010000000100111011001101
+00100000010000000111011001011110
+00100000001000000110110100110100
+00100000010000000111000011111011
+11011111001000000000000000010100
+11011000110000001000000001110000
+00011000110000100000101000000000
+11101111111000001000000000000110
+11000000000011111100111011011101
+11000000000100000100111011011101
+11000000000100001100111011011101
+11000000000100010100111011011101
+11000000000100011100111011011101
+11000000000101100100111011011101
+11000000000101101100111011011101
+11000000000000000100111011011101
+11000010000000000100111011010000
+00100000010000000100111011100011
+00100000011000000000000000000000
+01011000000000000000000001000000
+11100111111000001000000000000101
+00100000001000000100111011011010
+01011000000000000000000010000000
+11100111111000001000000000000101
+00100000001000000100111011011010
+01101111111000001100100011100111
+00011111111000100111001000000000
+11011000110000000100100011101000
+11101111111000001000000000000110
+01111001001000000111111000000111
+11011000010000000000000000111110
+00100000010000000110110001100111
+11000010000000000100111011100110
+00100000011000000000000000000000
+00100000001000000110110101000000
+00100000010000000100111100000101
+00100000010000000100111011110000
+00100000001000000100111011101100
+01101111111000010100010000101111
+11000011100001001000000000000000
+01101111111000001100100011111010
+11000000000000001100111011110101
+00100000011000000000000000000000
+01101111111000001100011011011011
+11000001000000001000000000000000
+01110000010001101101101100000001
+00100000010000000100111011111111
+00100000010000000100111100000001
+00100000001000000100111100011000
+01101111111000010100100011111111
+01100111111000010100100100000001
+01110000010010010000001100000000
+00100000011000000000000000000000
+01011000000000000000000000000000
+00100000001000000100111011111100
+11011010001000000000000000000000
+00100000001000000111000000101011
+11011010001000000000000000000000
+00100000001000000111000000110000
+01101111111000010100010000101111
+11000100000001001000000000000000
+00100000010000000100001000000011
+00100100011110100000000000000000
+11011010001000000100011000001001
+00100000010000000111000100111010
+00100100011101000000000000000000
+11011000110000000100011000001001
+00100000001000000110001111001011
+00011010011000100111111000000000
+11000000000101101100111001001000
+11000000000010000100111000110000
+11000000000010100100111100010100
+11000000000010101100111100011110
+00100000011000000000000000000000
+00100000010000000100111011111111
+00100000010000000100111100000001
+01111001001111111000000000100111
+00100000001000000100111100011010
+01101111111000010100011011011100
+01100111111000010100011011011110
+01110000010001101011111100010100
+01110000010000001001010000000000
+00100000010000000100111000010110
+00100000001000000100111000101100
+01111001001000000000000000100111
+00100000010000000100111011111011
+00100000010000000101000000000110
+00100000010000000100111111111010
+01011000000000000000000000000000
+01100111111000101100011010001101
+00100000010000000111000100011101
+01110000010001100100111100001010
+01110000010001100101000100001010
+01110000010001100101001100001010
+01110000010000001100000100000010
+01011000000000000000000000100000
+00100000010000000110001111000111
+00100000001000000100111000011000
+00100000010000000100111110100111
+00100000010000000100111110101010
+00100000010000000100111110101101
+00100000010000000100111100111001
+00100000001000000100111100110001
+11011010011000000100100011111011
+11011010010000000000000000000000
+00100000001000000100110111100001
+11011010011000000100100100000001
+11011010010000000100111100110111
+00100000001000000100110111101000
+01110000010010010000001100000001
+00100000011000000000000000000000
+11011010011000000100011011011110
+11011010010000000100111100111100
+00100000001000000100110111101000
+01110000010001101101101100000010
+01110000010010001111101000000000
+00100000001000000100111100100010
+01101111111000001100011010111001
+00100000011110100000000000000000
+11011010011000000100011010111111
+11011010010000000100111101000100
+00100000001000000100110111100001
+01101111111000001100011010111110
+01100111111000001100011010111111
+01101111111000001100011011000010
+00100100011110100000000000000000
+00100000010000000110110011000000
+01100111111000010100011011011001
+11011010001000000100011011010011
+00100000010000000110110011101111
+01101000010010001100011011000000
+10011000010001100111110000000000
+00100000001000010100111101010001
+01100111111000001100011011000000
+00011111111000100000010000000000
+01100000010010001100011011000001
+01101111111000001100011010111011
+10011000010001100111110000000000
+00100000010000010100111101011100
+01100000010010001100011011001100
+11011111001000000000000000000110
+11011000110000000100011011000111
+00100000010000000100111101100011
+01100111111000001100011011001101
+11011010001000000100011011000100
+00100000001000000111000100100010
+01101111111000001100011011000011
+00100100011110100000000000000000
+01110000010001101100001100000001
+11011010001000000000000000000001
+00100000001000000111000000110000
+11011010001000000000000000000001
+00100000001000000111000000101011
+11011010001000000000000000000000
+11101111111000001000000000000110
+10011010001000001010001000000000
+11000010000000000100111101100100
+00011010001000010111111011111111
+00100000011000000000000000000000
+01101111111000001100001101101010
+11000000000010010100111101101100
+00100000011000000000000000000000
+01101111111000010100001101101011
+11000000000011001100111110000011
+00100000011000000000000000000000
+01000100100101110100000000000101
+11101111111000101000000000010001
+01100111111000101000010101000110
+01101111111000010000010101000110
+11011000010000000110101101011010
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000010000010101001001
+00011111111100001111111000000000
+01100111111000010000010101001001
+00011111111000100111001000000000
+00011010001000001010001000000101
+00011010001000100000110000000000
+11011000101000000000010101001011
+00100000010000000111010101001000
+11101111111000001000000000000110
+01100111111000001000010101010101
+11011010001000000000010101001000
+11011010010000000000010101001011
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000101100011001000011
+01100111111000101100011001001000
+00100000010000000100111101101111
+00011010010000100000110000000000
+11011000101000000100011001000011
+11011111001000000000000000001010
+00100000010000000111010101001000
+01000100100101111100000000000101
+11101111111000001000000000010001
+11000000000000010100111110110110
+11000000000000011100111111001011
+11000000000000100100111111010010
+11000000000000101100111111010010
+11000000000000110101000001000010
+11000000000000111101000001000011
+11000000000001000101000001000110
+00100000011000000000000000000000
+00100000010000000100111110000011
+01101111111000001000010101001000
+11000000000000100100111110011010
+11000000000000101100111110011010
+00100000011000000000000000000000
+01101111111000001100011001000011
+00100100010110100100111110100001
+01101111111000001100011001000101
+00100100010110100100111110100011
+01101111111000001100011001000111
+00100100010110100100111110100101
+00100000011000000000000000000000
+01110000010010001110010000000101
+00100000011000000000000000000000
+01110000010010001110010100000101
+00100000011000000000000000000000
+01110000010010001110011000000101
+00100000011000000000000000000000
+11011010011000000100100011100100
+11011010010000000100111110110000
+00100000001000000100110111100001
+11011010011000000100100011100101
+11011010010000000100111110110010
+00100000001000000100110111100001
+11011010011000000100100011100110
+11011010010000000100111110110100
+00100000001000000100110111100001
+01110000010001100100001100000000
+00100000001000000100111111010010
+01110000010001100100010100000000
+00100000001000000100111111010010
+01110000010001100100011100000000
+00100000001000000100111111010010
+01101111111000001100011001000011
+01100111111000001100011001001110
+01101111111000001100011001000100
+01100111111000001100011001010000
+00100000001000000100111111011100
+01101111111000001100011001000011
+01100111111000001100011001010000
+00100000001000000100111111101010
+01101111111000001100011001001111
+00100000010000000100111111000011
+01101111111000001100011001000100
+01100111111000001100011001001110
+00100000001000000100111111101000
+11000000000000010100111111000111
+11000000000000011100111111001001
+01100111111000001100011001001111
+00100000011000000000000000000000
+01110000010001100100111100000101
+00100000011000000000000000000000
+01110000010001100100111100001010
+00100000011000000000000000000000
+01101111111000001100011001000011
+00100000010000000100111111000011
+01101111111000001100011001001111
+00100000010000000101000000110110
+00100000010000000101000000111001
+01110000000001001100010100000000
+00100000001000000110110110010011
+01101111111000001100011011100001
+00100100011110100000000000000000
+01101111111000110100011001000011
+01100111111000110100011001001110
+01101111111000001100011001001111
+01101000010010001100011001010001
+10011000010000010111111000000000
+01101000010010001100011001010011
+10011000010000010111111000000000
+00100000010110100100111111101110
+01000100100110000100000000000110
+01101111111000010100010000101111
+00101111111011111111111000001001
+00100100010000001100111011111011
+00100000010000000100111111101000
+00100000010000000100111111101010
+00100000001000000100111111100011
+01101111111000001100011001001110
+01101000010010001100011001010000
+10011000010000001111111000000000
+00100100001110100111000011111101
+00100000001000000111000011111011
+11011000110000000100011001001110
+00100000001000000100111111110000
+11011000110000000100011001010000
+00100000001000000100111111110101
+11011000110000000100011001010010
+00100000001000000101000000010010
+01110000010001101100001000000000
+00100000011000000000000000000000
+11101111111000001000000000000110
+11000000000000000100111111111010
+11000000000000001100111111111110
+11000000000000010101000000000010
+00100000011000000000000000000000
+11101111111000001000000000000110
+11000000000000000101000000000110
+11000000000000010101000000001010
+11000000000000001101000000001110
+00100000011000000000000000000000
+01101000010010001100100011101000
+00100000010000000110110000111111
+01101000010010001100100011101001
+00100000001000000110110000111111
+01101000010010001100100011101000
+00100000010000000110110001000011
+01101000010010001100100011101001
+00100000001000000110110000111111
+01101000010010001100100011101000
+00100000010000000110110000111111
+01101000010010001100100011101001
+00100000001000000110110001000011
+01101000010010001100100011101010
+00100000010000000110110000111111
+01101000010010001100100011101011
+00100000001000000110110000111111
+01101000010010001100100011101010
+00100000010000000110110001000011
+01101000010010001100100011101011
+00100000001000000110110000111111
+01101000010010001100100011101010
+00100000010000000110110000111111
+01101000010010001100100011101011
+00100000001000000110110001000011
+01000100100110001100000000000110
+11101111111000001000000000000110
+11000000000000000101000000011111
+11000000000000001101000000011000
+11000000000000010101000000011010
+00100000011000000000000000000000
+01110000010001100110110000000000
+00100000001000000101000000011011
+01110000010001100110110000000001
+11101111111000001000000000000110
+01100111111000001100011001101110
+11101111111001000000000000010010
+00100000001000000101000000100100
+11101111111000001000000000010010
+00100000010000000110110111010110
+00011010010000001010010000000001
+11101111111000001000000000010010
+00100000001000000110110111010110
+01100111111001000100011001101111
+01110000010001101100001000000001
+01101111111000001100011001101100
+11000000000000000101000000110010
+01101111111000001100011001110000
+01100111111000001100011001110001
+01101111111000001100011001101111
+00100000010000000110110111010110
+01101111111000001100011001101110
+00100000010000000101000000110110
+01100111111000001100011001110110
+01101111111000110100011001110001
+01100111111000110000010011000100
+00100000001000000110110101111111
+01101111111000001100011001101111
+01100111111000001100011001110001
+01101111111000001100011001110000
+00100000001000000101000000101011
+00011111111011111111111000000101
+00011111111000001111111000110010
+00100000011000000000000000000000
+11011000010000000010111011100000
+10011000010011111111111000000000
+00011111111001101111110001100100
+00100000010000000111010111010000
+00011000000001111000010000000000
+00011000010000100010001000000000
+01011000000000000010111011100000
+10011000010001100010010000000000
+00100000011000000000000000000000
+00100000011000000000000000000000
+01101111111001000100011001000011
+01100111111001000100011010001101
+00100000011000000000000000000000
+01101111111000001100011010101010
+01100111111000001100011010100000
+01101111111000001100011010101011
+01100111111000001100011010100001
+01101111111000001100011010101100
+01100111111000001100011010100010
+11011111001000000000000000001101
+11011000110000000100011010011011
+00100000010000000100111101100011
+01100111111000001100011010101000
+11011010001000000100011010011000
+00100000001000000111000100100010
+01011000000000000000000000000000
+01100111111001000100010100011011
+00100000010000000100101000110100
+00100000001000000100101010010101
+00100000010000000101000001011010
+00100000010000000101000001100010
+00100000010000000101000010100011
+00100000001000000101000011110101
+00100000010000000100101010011010
+01101111111000001100010101011001
+11000001100000001000000000000000
+01101111111000001100100011111011
+00100100001110100100101011110001
+01101111111000001100011011011011
+11000000000000010100101011110001
+00100000011000000000000000000000
+01101111111000001100010101011001
+11000001100000000000000000000000
+00100000010000000101000001110001
+00100000001101111101000001101111
+01101111111000001100100100000011
+00100000011110100000000000000000
+01101111111000001100100100000100
+00011111111000001111111000000001
+01100111111000001100100100000100
+11000000000000100101000001101111
+00100000010000000100100011001100
+00100000010000000101000010000010
+00100100001101111101000001100110
+01110000010010010000010000000000
+00100000011000000000000000000000
+01101111111000001100010101011001
+11000001100000000000000000000000
+00100000010000000101000001110110
+00100000010000000100101110100111
+00100000001000000101000010000010
+01101111111000001100010101011000
+11000011100000000000000000000000
+01111001001000000111111000000000
+01100111111000001100010101011000
+01101111111000001100010101100110
+01100111111000001100000100010110
+01110000010001010101010000000000
+01110000000001110110000100000000
+01110000010001010100110100000001
+01110000010001001100010000000000
+01101111111000100100100100011101
+00100000001000000100101011101101
+00100000010000000100101010000100
+00100100001101111100101001010100
+00100000010000000100101001110110
+00100100001101000100101001010100
+01101111111000001100010011000011
+00100000001110100100101001010100
+00011111111000001111111000000010
+10011000000000000111001000000000
+11011000110000000100010000111101
+11011000101000000100010100101011
+00100000010000000111010101001000
+01110000010001010101011000000000
+01101111111000001100010101010011
+00100000010110100100101010010001
+01101111111000001100010100101101
+11000000011111111101000010010100
+11000000000000001101000010010110
+00100000001000000100101001010001
+00100000010000000111000011111101
+00100000001000000100110000100000
+00100000010000000100101110111101
+01101111111000001100010101001101
+01101000010010001100010100101011
+00101000010011111111111000000011
+01111001001000001111111000000000
+01100111111000001100010101001101
+11000000000000001101000010011110
+00100000001000000100101001100001
+01101111111000001100000010010101
+00011111111001100111110000001110
+00100000010000101111000011111101
+01101111111000100100010100110101
+00100000001000000100110000100110
+01101111111000001100010101011001
+11000001100000001000000000000000
+00100000010000000100100110100010
+00100000010000000101000011101011
+00100000010000000100100110110000
+01101111111000001100010100011010
+00100100001110100101000010110000
+00100000010000000100101110011001
+01101111111000001100010101010111
+00100000011110100000000000000000
+01011000000000000000000000000000
+01100111111000100100010101110011
+00100000011000000000000000000000
+01110000010001010101011000000000
+11011010001000000000000000000000
+00100000010000000111000011111101
+00100000010000000100101011110001
+00100000010000000100100100000010
+01101111111000100100010000110111
+01100111111000100100100100011101
+01101111111000001100100100101001
+00100100010110100101000010111011
+01101111111000100100100100011101
+00100000001000000100100011100000
+01101111111000001100100100101001
+00100000011110100000000000000000
+01101111111000001100010101110000
+01100111111000001100100100100000
+01101111111000001100010000111000
+01100111111000001100100100011111
+01101111111000001100010101101111
+01100111111000001100100100011110
+01101111111000001100010000110111
+01100111111000001100100100011101
+00100000011000000000000000000000
+00100000010000000101000011011010
+01101111111000100100100100011101
+01101000010010100100100100100001
+10011000010001100111110000000000
+00100000011000101000000000000000
+00011010011000100111111000000000
+11011010001000000100100100011101
+11011111001000000000000000000100
+00100000010000000110100001101010
+00100000011000000000000000000000
+01101111111000100100010000110111
+01100111111000100100100100011101
+01101111111000001100100100101001
+00100000011110100000000000000000
+00100000011000000000000000000000
+00100000010000000101000011011010
+01101111111000100100100100100001
+00100000011110100000000000000000
+01100111111000100100100100011101
+00100000011000000000000000000000
+00100000011000000000000000000000
+01101111111000001100100100101001
+00100000011110100000000000000000
+11011010011000000000011100000000
+00011010011000100111111000000000
+11011010001000000100100100100001
+11011000010000000000000000000100
+00100000010000000110100010101100
+01101111111000100100100100100101
+00100000011110100000000000000000
+01100111111000100100100100100001
+00011010011000100111111000000000
+11011000010000000000011111001100
+10011000010001100111110000000000
+00100000011000010000000000000000
+00011010011000001010011000000100
+00100000001000000101000011011110
+01101111111000100100010101110011
+00100000011110100000000000000000
+00100000001000000100100011100000
+01101111111000010100010000101111
+11000011100001001000000000000000
+01101111111000010100011011011100
+01100111111000010100011011011110
+01110000010010001111101000000001
+11011010001000000100010100101110
+00100000001000000100111110010101
+01101111111000001100100100000011
+00100000011110100000000000000000
+00100000010000000101000011111101
+00100100011101000000000000000000
+01101111111000011100010011110101
+00100000010000000111010110010011
+01100000010010100100000010101010
+00100000001000000011101101111010
+01111000001101000111110000000000
+00100000010000000011101101001011
+01101111111000011100000010111110
+00100000001110100111011000111000
+00100000001000000100111011001100
+00100000011101011000000000000000
+00100000010000000101001000000100
+00100000010000000110110100001111
+01011000000000000101000111101000
+01100111111000010100010100110101
+01011000000000000101000101000110
+01100111111000010100010100111001
+01011000000000000101000101000001
+01100111111000010100001110001010
+01011000000000000101000110000001
+01100111111000010100001110010000
+01011000000000000101000110000011
+01100111111000010100001110010010
+01011000000000000101000111001101
+01100111111000010100001110011000
+01011000000000000101000100110110
+01100111111000010100011000101011
+01011000000000000101000100100110
+01100111111000010100011000101111
+01000100100110010100000000000110
+00100000010000000110101000100110
+00100000010000000101000100111101
+00100000010000000111000100011101
+01101111111000001100010111111011
+01100111111000001100010101101010
+11000000000000000101000100100101
+01101111111000001100010111111100
+01100111111000001100010000110010
+00100000010000000101000100110110
+00100000010000000110111111100010
+00100000010000000110111111101100
+01110000010001100010011100000001
+01101111111000010100010000101111
+11000011100001100000000000000000
+00100000001000000100111000101000
+01110000010001100010011100000010
+00100000010000000101000100110110
+11011010001000000000000000000000
+00100000010000000111000000110000
+00100000010000000101000110101011
+01101111111000100100011000111101
+01100111111000100100010011010101
+00100000001110100100100100111011
+01101111111000100100010011010101
+01100111111000100100010100101011
+01101111111000010100010100011111
+01100111111000010100010100100001
+00100000001000000100101111000011
+11011000010000000000000000000100
+11011010001000000100010011010101
+11011010010000000000000000000000
+00100000011000000000000000000000
+01000100100110011100000000000110
+01101111111000001100010111111001
+11000000111111111101000100111011
+01101000010010001100010111010110
+00100000001000000110110001000011
+01100111111000001100010111010110
+00100000001000000101000100111001
+00100000010000000100110001110010
+01101111111000010100011000100011
+01100111111000010100011000100101
+00100000011000000000000000000000
+00100000010000000101000101000110
+01101111111000001100010111001100
+01111001001000000111111000000111
+11011000010000000000000000111111
+00100000001000000110110001100111
+00100000010000000110110001110100
+00100000001000000110110100110100
+00100000010000000110110101000000
+00100000010000000101000101011001
+00100000010000000101000101001100
+00100000001000000101000101100111
+01101111111000001100011000110010
+11000001100000001000000000000000
+01101111111000100100011000110110
+00100000001110100101000101010011
+01110000010001100011110000000000
+01111000001101000111110000000000
+00100000001000000111000011111101
+01101111111000001100011000111100
+11000001011111111000000000000000
+00011111111000001111111000000001
+01100111111000001100011000111100
+01111000010101000111110000000000
+00100000001000000111000011111011
+01101000010010010100001111011100
+00011000010000010111111000000001
+00011000010000110000010000000000
+01100111111000001100011000110110
+00011000010000010111111000000001
+00011000010000110000010000000000
+01100111111000001100011000110111
+00011000010000010111111000000001
+00011000010000110000010000000000
+01100111111000001100011000111000
+00011000010000010111111000000001
+00011000010000110000010000000000
+01100111111000001100011000111001
+00100000011000000000000000000000
+01000100100110100100000000000110
+00100000010000000101000101110111
+00100000010000000101000101111100
+00100000010000000101000101101101
+00100100011101000000000000000000
+00100000001000000101000111100100
+01101111111000001100011000110010
+11000001100000001000000000000000
+01101111111000001100011000111100
+00100000011110100000000000000000
+00011111111001100111110000000001
+00100100011000010000000000000000
+01101111111000010100010100011111
+01100111111000010100010100100001
+01111000001101000111110000000000
+00100000011000000000000000000000
+01101111111000001100011000110110
+00100100001110100101000111011000
+01101111111000001100011000110111
+00100100001110100101000111011010
+00100000001000000101000111100000
+01101111111000001100011000111000
+00100100001110100101000111011100
+01101111111000001100011000111001
+00100100001110100101000111011110
+00100000001000000101000111100010
+00100000010000000101000111000010
+00100000001000000101000101001000
+00011010011000100111111000000000
+11000000000101101100111001001000
+11000000000010000100111000110000
+11000000000111001101000110001011
+11000000000111100101000110010010
+11000000000111010101000110001010
+00100000011000000000000000000000
+00100000001000000100110000000001
+01000100100110101100000000000110
+01101111111000100100010100101011
+01100111111000100100011000111101
+01101111111000001100011001001001
+00100100010110100101000110010111
+01101111111000100100011000111101
+00100000010000000100100011100000
+01110000010001010011101100000000
+01110000010001100011001100000001
+01110000010001100011010000000001
+01110000010001010010000100000000
+00100000011000000000000000000000
+01101111111000001100011001001001
+00100000011110100000000000000000
+01101111111000001100010000111000
+01100111111000001100011001000000
+01101111111000001100010100101100
+01100111111000001100011000111111
+01101111111000001100010000110111
+01100111111000001100011000111110
+01101111111000001100010100101011
+01100111111000001100011000111101
+00100000010000000101000110110010
+01101111111000100100011000111101
+01101000010010100100011001000001
+10011000010001100111110000000000
+00100000011000101000000000000000
+00011010011000100111111000000000
+11011010001000000100011000111101
+11011111001000000000000000000100
+00100000010000000110100001101010
+00100000011000000000000000000000
+01101111111000001100011001001001
+00100000011110100000000000000000
+00100000010000000101000110110010
+01101111111000100100011001000001
+00100000011110100000000000000000
+01100111111000100100011000111101
+00100000011000000000000000000000
+01101111111000001100011001001001
+00100000011110100000000000000000
+11011010011000000000011100000000
+00011010011000100111111000000000
+11011010001000000100011001000001
+11011000010000000000000000000100
+00100000010000000110100010101100
+01101111111000100100011001000101
+00100000011110100000000000000000
+01100111111000100100011001000001
+00011010011000100111111000000000
+11011000010000000000011111001100
+10011000010001100111110000000000
+00100000011000010000000000000000
+00011010011000001010011000000100
+00100000001000000101000110110101
+01101111111000001100011000110011
+11000001000000000000000000000000
+01101111111000001100011000110010
+11000001000000001000000000000000
+01110000010001100011001000000001
+11011010001000000000000000000000
+00100000001000000111000000101011
+11011010001000000000000000000000
+00100000010000000111000000101011
+00100000010000000101000100110110
+00100000001000000100111000101000
+00100000010000000100110111101111
+00100000010000000100100100111000
+00100000010000000100101111000000
+00100000001000000101000111010001
+01101111111000001100010111111101
+00100000011110100000000000000000
+01101111111000001100001111011100
+00100100001110100101000100111110
+11011010011000000100011000100101
+11011010010000000101000111001001
+00100000001000000100110111101000
+01110000010001100000010000000001
+00100000011000000000000000000000
+01110000010001100000010000000010
+00100000011000000000000000000000
+01110000010001100000011000000001
+00100000011000000000000000000000
+01110000010001100000011000000010
+00100000011000000000000000000000
+01110000010001100000010000000000
+00100000011000000000000000000000
+01110000010001100000011000000000
+00100000011000000000000000000000
+11011010001000000100010111111110
+00100000001000000111000100100010
+11011010001000000100011000001011
+00100000001000000111000100100010
+01101111111000001100011000110100
+11000000000000001101000111110010
+11011010001000000100011000010100
+00100000010000000111000100111010
+00100100001101000101000111110111
+11011000110000000100011000010100
+11101111111000001000000000000110
+00011111111000100010001000000000
+11011010010000000100011000010101
+00100000011000000000000000000000
+01110000010001100011010000000000
+01111000001101000111110000000000
+11011010001000000000000000000001
+11011010010000000100011000110101
+00100000011000000000000000000000
+01101111111000001100011000010111
+11000000000000100101000111111011
+11000000000000101101000111111011
+00100000011000000000000000000000
+01101111111000001100011000011010
+00100100001110100101001000000010
+01101111111000001100011000011100
+00100100001110100101001000000010
+01101111111000001100011000011110
+00100100001110100101001000000010
+00100000011000000000000000000000
+01111000001101000111110000000000
+00100000001000000101000111101101
+01110000010001000011000100010100
+01110000010001000010101000000001
+01011000000000000000011000001111
+01100111111000010100010101101011
+01011000000000000100010101101011
+01100111111000010100001110110000
+01110000010000001001010000000001
+01110000010000001010011100000110
+01110000010000001100001000000010
+01110000010001010110101000000000
+01011000000000000100010111001010
+01100111111000010100010000110101
+01110000010001000011010000000001
+01110000010001011100101111111111
+01011000000000000000001010010110
+01100111111000010100010111001101
+01011000000000000000011100111010
+01100111111000010100010111001111
+01011000000000000100011000100111
+01100111111000010100001111011110
+01011000000000000000110000001100
+01100111111000010100011000101001
+01011000000000000100010111011110
+01100111111000010100001111011010
+01110000010001011111101100000000
+01110000010001011111100111111111
+01110000010001011111110011111111
+01110000010001011111011100000000
+01110000010001011111100000000000
+01110000010001011111101000000000
+01110000010001011111110100000001
+01011000000000000100111001010101
+01100111111000010100010111101010
+01100111111000010100010111101100
+01011000000000000000000000000111
+01100111111000010100010111110000
+01110000010000111100001000000010
+00111000000000110101101000001100
+00111000000001000000000100011010
+00111000000010000000000001100000
+00111000000011000000000000101000
+01100111111001001100010111111110
+00111000000000100000000000001010
+00111000000001000000000000000010
+11100111111000100000000000000101
+00111000000000110101101000001000
+00111000000001000000000110011010
+00111000000010000000000000000000
+00111000000011000000000000000000
+01100111111001001100011000001011
+01011000000000000000000001100100
+01100111111000010100011000100011
+01110000010000010001011000000000
+01110000010001001100111100000001
+01110000010001010100001000000110
+01110000010001001111010000000001
+01110000010001010010011000000000
+00100000010000000100100100100010
+00100000010000000100110001111110
+00100000010000000100100100000101
+01011000000000000000011100001000
+01100111111000010100010100011011
+01011000000000000000000001010000
+01100111111000010100010100011111
+01011000000010100111011100000000
+01100111111000011100010101001010
+01011000011000000100100000000000
+01100111111000011100010011110101
+00100000011000000000000000000000
+01011000000000000101001001111100
+01100111111000010100010100100011
+01011000000000000101001101011010
+01100111111000010100010100100111
+01011000000000000101001101101011
+01100111111000010100010100101001
+01011000000000000101001100110001
+01100111111000010100010100100101
+01011000000000000101001010001011
+01100111111000010000011010101101
+00100000001000000111000110000010
+01000111010000000100000000110000
+00100000010000000101001010000001
+00100000010000000101001001110111
+01101111111000001100010110101011
+00101111111011111111111000000101
+00100000001000001101001001011101
+01101111111000001100010110101011
+00101111111011111111111000000110
+00100000010000001100100100010101
+01101111111000001100010111010110
+01100111111000001100000100010110
+01110000010001010001011111111111
+01011000000000000000011110110011
+01100111111000010100010110000011
+01011000000000000000100010110011
+01100111111000010100010110000101
+01011000000000000000100110110011
+01100111111000010100010110000111
+01011000000000000000101010110011
+01100111111000010100010110001001
+01110000010001010001011010000101
+01110000010001011101010000000000
+01110000010001010110111000000000
+00100000010000000100100100101011
+01101111111000001100010110101011
+00101111111011111111111000000011
+00100000010000001100100100101110
+00100000010000000100101000110100
+00100000010000000100100100110001
+00100000010000000100100100000101
+01101111111000001100010110110101
+01100111111000001000011010101111
+01101111111001001100010110101100
+01100111111001001000011010110000
+00100000011000000000000000000000
+01110000010000001001101000011000
+01101111111000001100010110101011
+11000100000000111000000000000000
+01110000010000001001101000001000
+00100000011000000000000000000000
+01101111111000001100010101010011
+11000000000000000101001100100001
+11000000000000001101001010110100
+11000000000001111101001010110000
+00100000011000000000000000000000
+01000111010000001100000000110000
+01011000000000000001111111011111
+11011010001000000100010110001011
+11011000010000000000000000000001
+00100000001000000110100010101100
+01000111010000010100000000110000
+11011111001000000000000000000001
+11011010001000000100010110001011
+11011111111000000001111111011111
+00100000001000000110100001101010
+01101111111000001100010110101011
+11000010100000100101001010001111
+01101111111000001100010110001011
+11000000101011010101001010010011
+01110000010001011000101101011010
+01101111111100100001001101111010
+01111001001000000111111000011101
+01100111111000100000011000001000
+00100000010000000101001010101010
+00100000010000000111000111010101
+00100000010000000101001010010111
+00100000001000000101001010100000
+01101111111000001000011010110000
+00100000011110100000000000000000
+01101111111000001100010110001011
+11000000001011010101001010011110
+01101111111000100000011010110001
+01100111111000100000011000001000
+00100000011000000000000000000000
+01101111111000100000011010110101
+00100000001000000101001010011100
+01101111111000001100010110001011
+11000000001011010101001010100110
+01011000000000001001001001110010
+01100111111000010000010111111011
+01110000000001100010110000011010
+00100000011000000000000000000000
+01011000000000001001001010001101
+01100111111000010000010111111011
+01110000000001100010110000111111
+00100000011000000000000000000000
+01101111111000001100010110110110
+00100000011110100000000000000000
+11011000110000000100010110110110
+11011000101000000000011001110001
+11011111001000000000000000011110
+00100000001000000111010101001000
+00100000010000000100101011110001
+00100000010000000101001100101001
+00100000010000000101001011101101
+00100000001000000101001010110001
+00100000010000000100101011110001
+00100000010000000101001100101001
+00100000010000000100101011111010
+00100000010000000101001011101101
+00100000001000000101001010110101
+00100000010000000101001010111100
+00100000010000000101001011001100
+00100000001000000101001011011110
+01000111010000011100000000110000
+01101111111000001100010110101010
+00100000011110100000000000000000
+11011000111000000000000000001101
+00100000010000000111010101011101
+00100100011110100000000000000000
+01110000010001011010101000000000
+01011000000000000000000000000001
+01100111111000001000011101100111
+01011000000000000000000000000000
+11100111111000111000000000000101
+01110000000001110110000000100000
+01101111111000001000011101100001
+01111001001000000111111000000010
+01100111111000001000011101100001
+00100000011000000000000000000000
+01000111010000100100000000110000
+01101111111000001100010110101000
+00100000011110100000000000000000
+11011000111000000000000000001110
+00100000010000000111010101011101
+00100100011110100000000000000000
+01110000010001011010100000000000
+11011000101000000000011101110111
+11011111001000000000000000000010
+00100000010000000111010100000000
+01101111111001000000011101110111
+01100111111001000100010110010100
+01110000000001110111011100000000
+01110000000001110101111100010000
+01101111111000001000011101100001
+01111001001000000111111000000001
+01100111111000001000011101100001
+00100000011000000000000000000000
+01000111010000101100000000110000
+01101111111000001100010110101001
+00100000011110100000000000000000
+11011000111000000000000000001100
+00100000010000000111010101011101
+00100100011110100000000000000000
+01110000010001011010100100000000
+11011000101000000000011110000111
+11011111001000000000000000000010
+00100000010000000111010100000000
+01110000000001111000011100000011
+01101111111000011000011110000111
+01100111111000011100010110011111
+01110000000001110110000000100001
+00100000001000000101001011001000
+01000100100110110100000000000110
+01101111111000001000011101010101
+00100000010110100101001100111011
+00100000010000000111000101110110
+01101111111000001000011101001011
+00100000011110100000000000000000
+01110000000001110100101100000000
+01101111111000010000011101001001
+11011000010000000000001010111010
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000001000011011001001
+11000001110111010000000000000000
+01101111111000001000011011001010
+11000000010100000101001100000010
+11000000010100001101001100001000
+11000000010100110101001100010100
+11000000010100111101001100010110
+11000000010101001101001100011100
+01110000000001110100110000000000
+00100000011000000000000000000000
+01101111111000001000011011001011
+11000000010000001101001100000101
+00100000001000000101001100000000
+00100000010000000100100110011111
+01110000000001110100110000000001
+00100000011000000000000000000000
+01101111111000001000011011001011
+11000000000000001101001100001101
+11000000010000100101001100010000
+11000000010100111101001100010010
+00100000001000000101001100000000
+01101111111000001100010100011010
+01100111111000001000011100001010
+00100000001000000101001100000110
+00100000010000000100101011110010
+00100000001000000101001100001101
+01110000000001110000101010100001
+00100000001000000101001100000110
+01110000000001110000101000010101
+00100000001000000101001100000110
+01101111111000001100010101011001
+11000000000000000101001100011010
+11000000000000001101001100010010
+00100000011000000000000000000000
+01110000000001110000101010100000
+00100000001000000101001100000110
+01110000000001110000101000000000
+01110000000001110000101100000000
+01110000000001110000110000000001
+01110000000001110000110100000111
+00100000001000000101001100000110
+00100000010000000100101010010101
+00100000010000000100101010011010
+00100000010000000100101011000000
+00100000010000000101001100101001
+00100000010000000100101011111010
+00100000010000000100101100010111
+00100000010000000101001011101101
+00100000001000000101001100100010
+01000100100110111100000000000110
+01101111111000001100010101011001
+11000001100000000000000000000000
+00100000010000000100101011110101
+00100000010000000101001010111001
+01101111111000001100010101010011
+00100100011110100000000000000000
+00100000001000000100101110011001
+01101111111000001100010011001111
+11000000000000001101001100110100
+11000000000000010101001100111101
+01101111111000001100010111010101
+11000010100000000101001101000011
+00100000001000000101001100111111
+01101111111000001100000010010101
+11000001100000100000000000000000
+01110000010001011101010100000011
+00100000011000000000000000000000
+01110000010001011101010100000000
+00100000011000000000000000000000
+01101111111000001100010111010101
+11000010100000001101001101000111
+01101111111000001100010101010100
+11000000000000001101001101001110
+11000000000000011101001101010010
+00100000011000000000000000000000
+01101111111000001100010111010101
+01111001001111111111111000000000
+01100111111000001100010111010101
+00100000001000000101001101001010
+01101111111000001100010111010101
+01111001001111111111111000000001
+01100111111000001100010111010101
+01110000010001001100111000000001
+01011000000000000000000011111111
+01100111111000001100010001011111
+00100000011000000000000000000000
+01110000010001010101010000000001
+00100000010000000100101000010011
+00100100011101111000000000000000
+00100000001000000100100110101011
+01101111111000001100010000111111
+11000000000000001101001101001110
+11000000011111111101001101001110
+01110000000001110100110100000000
+01110000010001001100111000000001
+01101111111000001100010101100100
+01100111111000001100010001011111
+00100000011000000000000000000000
+01011000000000000000000000000001
+01100111111000001000011101100111
+01101111111000111100010100101110
+11100111111000111000000000000101
+01101111111000001100010100101110
+00100100010110100101001101100011
+01101111111000001100010100101110
+00100000010110100101001101100111
+00100000001000000101001011000111
+01110000010001011010101000000001
+01011000000000000000000110000000
+11011000111000000000000000001101
+00100000001000000111010101001111
+01110000010001011010101000000000
+01011000000000000000000000000000
+11011000111000000000000000001101
+00100000001000000111010101001111
+01101111111000001100010100101110
+11000000000000000101001101110000
+11000000000000010101001110100011
+11000000000000011101001110001011
+00100000001000000100101001010100
+01101111111000001100010100110000
+01100111111000001100010101010100
+01110000010001010011000000000000
+11011000101000000000011101110111
+11011000110000000100010100101111
+11011111001000000000000000001000
+00100000010000000111010101001000
+01101111111001000000011101110111
+00100100010110100101001110000011
+01101111111001000000011101110111
+00100000010110100101001110000111
+01101111111001000000011101110111
+01100111111001000100010110001100
+01101000010011000100010110010100
+10011000010001100111110000000000
+00100100010000101101001011011001
+01101111111001000100010110001100
+01100111111001000100010110010100
+00100000001000000100101001010100
+01110000010001011010100000000001
+01011000000000000000000110000000
+11011000111000000000000000001110
+00100000001000000111010101001111
+01110000010001011010100000000000
+01011000000000000000000000000000
+11011000111000000000000000001110
+00100000001000000111010101001111
+11011000101000000000011110000111
+11011000110000000100010100101110
+11011111001000000000000000000011
+00100000010000000111010101001000
+01101111111000010000011110001000
+00100100010110100101001110011011
+01101111111000010000011110001000
+00100000010110100101001110011111
+01101111111000011000011110000111
+01100111111000011100010110011100
+01101000010010011100010110011111
+10011000010001100111110000000000
+00100100010000101101001011101011
+01101111111000011100010110011100
+01100111111000011100010110011111
+00100000001000000100101001010100
+01110000010001011010100100000001
+01011000000000000000000110000000
+11011000111000000000000000001100
+00100000001000000111010101001111
+01110000010001011010100100000000
+01011000000000000000000000000000
+11011000111000000000000000001100
+00100000001000000111010101001111
+11011000101000000000011110010111
+11011000110000000100010100101110
+11011111001000000000000000000010
+00100000010000000111010101001000
+01101111111000010000011110010111
+00100100010110100101001110110011
+01101111111000010000011110010111
+00100000010110100101001110110111
+01101111111000010000011110010111
+01100111111000010100010110100010
+01101000010010010100010110100101
+10011000010001100111110000000000
+00100100010000101101001110111011
+01101111111000010100010110100010
+01100111111000010100010110100101
+00100000001000000100101001010100
+01110000010001011010100100000001
+01011000000000000000000110000000
+11011000111000000000000000001100
+00100000001000000111010101001111
+01110000010001011010100100000000
+01011000000000000000000000000000
+11011000111000000000000000001100
+00100000001000000111010101001111
+01110000000001110110000000100010
+00100000001000000101001011001000
+01101111111000001100000010010101
+11000001100000100000000000000000
+01101111111000001100010110001011
+11000001001011010000000000000000
+01110000010001011101010000000001
+00100000011000000000000000000000
+01101111111000001100000010010101
+11000001100000100000000000000000
+01101111111000001100010111010100
+00100000011110100000000000000000
+01110000000001001100110000000000
+01110000010001011000101101011010
+00100000010000000101001010000110
+00100000010000000101001010000001
+01101111111000001000010011001100
+00011111111000001111111000000001
+01100111111000001000010011001100
+11000000011111111110100111110110
+01101111111000001100010110001011
+11000000101011010101001111001000
+00100000001000000110100111110110
+00100000001101011101001111110110
+00100000010000000100000100101101
+01011000000000000101010000000000
+01100111111000010100001110010000
+01011000000000000101010000000011
+01100111111000010100001110010010
+01011000000000000101001111111100
+01100111111000010100001110001000
+01011000000000000101010010110111
+01100111111000010100001110010110
+01011000000000000101011011000000
+01100111111000010100001110010100
+01011000000000000101011011010001
+01100111111000010100001110011000
+01000100100111000100000000000111
+00100000010000000101001111100100
+00100000010000000101001111110111
+00100000001000000101011001010001
+01101111111100001000000001100000
+01111001001111111111111000000000
+01100111111100001000000001100000
+01101111111001000100010001000110
+00100000010000000110101011001101
+01101111111000010100010001001110
+00100000010000000110101011011000
+00100000010000000110101011100111
+01110000100000000111010100001000
+01110000100000000111011001001001
+01110000100000000111100100001010
+01110000100000000111101000001011
+11011000010000000000000010000001
+01101111111000010100010001010101
+00101111111011111111111000000000
+01111001001000001000010000000100
+01100000010110001000000001100000
+00100000011000000000000000000000
+00100000001000000101001111100100
+01101000010010001100010000111011
+00100000010000000110110001000011
+00100000010000000101010000100101
+01101000010010001100010000111001
+00100000001000000110110000101001
+01101000010010001100010000111001
+00100000010000000110110000110010
+00100100001000001100111000001011
+00100000001000000100111000001001
+00100000010000000110011010100100
+00100100011110100000000000000000
+00100000001000000101010000100111
+00011010011000100111111000000000
+11000000000010100101010000010100
+11000000000010101101010000010000
+11000000000110000101011010000101
+11000000000110001101011010000111
+11000000000110010101011010010001
+11000000000110011101011010001111
+11000000000110100101011001111111
+11000000000111101101011001100101
+11000000001000001101010000011010
+11000000001000010101010000011100
+11000000001000011101011001111101
+00100000011000000000000000000000
+00100000010000000100000110100100
+01110000010001000101011100000000
+00100000010000000101010000011000
+00100000001000000101011000110111
+00100000010000000101010000011111
+01101111111000001100010001000100
+01100111111000001100000011000001
+00100000001000000101011000110101
+00100000010000000101010010000000
+00100000001000000101010000011101
+00100000010000000100011110101000
+00100000001000000100011000100001
+00100000001000000101011010100001
+01101000010010001100010000111011
+00100000001000000110110001000011
+00100000010000000101010000100001
+00100000001000000101010000100101
+01101111111000001100010000111110
+00101111111011111111111000000001
+00100000010000001100111000010110
+00100000011000000000000000000000
+01101000010010001100010000111011
+00100000001000000110110000111111
+01101111111100001000000100001011
+11000011100000010000000000000000
+00100000010000000110101011111011
+11101111111000001000000000000011
+11000000100000001101010000111101
+01101111111100010000000100010010
+00011111111001100111110000000010
+00100000011000010000000000000000
+11101111111000001000000000000011
+01100111111000001000010100110111
+11101000010000001000000000000011
+00011000011000100010001000000000
+01100000010010001000010100111000
+00011000010000001000010000000011
+01101111111100010000000100010010
+10011000010001100000010000000000
+00100100011000010000000000000000
+01110000000001010011100100000001
+00100000010000000101010001001011
+01101111111000001000010100111001
+11000001000000000000000000000000
+00100000001000000101010001000110
+00100000010000000111010011111011
+00100000010000000101011001101110
+00100000001000000101010001000000
+01000100100111001100000000000111
+00100000010000000110101011111011
+01101111111100010000000100010010
+00100000011110100000000000000000
+10011000011000001000011000000000
+00100000001000000101010001001010
+00100000010000000110101011111011
+00011000011000001000011000000010
+11101111111000001000000000000011
+10011000011000001000011000000000
+00100000001000000110101100000001
+01000100100111010100000000000111
+01101111111000001000010100110111
+11000000000000001101010001110100
+11000000000000010101010001111001
+11000000000000100101010010000111
+11000000000001001101010010001011
+11000000000001011101010011100010
+11000000000001110101010011100011
+11000000000001111101010011101011
+11000000000010000101010011110011
+11000000000010010101010011110111
+11000000000100110101010011111011
+11000000000101000101010100000000
+11000000000101010101010100000011
+11000000000101011101010100110110
+11000000000101100101010100111100
+11000000000110000101010101000011
+11000000000110001101010101001000
+11000000000110010101010101011001
+11000000000110011101010101100100
+11000000000110100101010101111001
+11000000000110101101010101111100
+11000000000110110101010110000101
+11000000000110111101010110001110
+11000000000111000101010110010001
+11000000001000000101010110011001
+11000000001000010101010110100011
+11000000001001000101010110101000
+11000000001010001101010110110011
+11000000001100001101010110110111
+11000000001110110101010111000110
+11000000001110111101010111001100
+11000000001111000101010111010001
+11000000001111010101011000000111
+11000000010010000101011000010101
+11000000010010001101011000011010
+11000000010010010101011000011110
+11000000010010011101011000100011
+11000000010010100101011000100111
+11000000011111111101011000101101
+00100000001000000101011000101111
+01101111111000001000010100111000
+11000000100000110101011000101111
+11101111111000110000000000000011
+01100111111000110100001010101110
+00100000001000000101011000110010
+01101111111000001000010100111000
+11000000100000001101011000101111
+11101000010000001000000000000011
+01100000010010001100010001000101
+00100000010000000101011000110010
+01101111111000010100010000101111
+11000011100001001000000000000000
+01101111111000001100010000111110
+00101111111011111111111000000001
+00100100011000001000000000000000
+01101000010010001100010001000101
+00101000010011111111111000000010
+00100000001000001100111000011000
+00100000001000000100111000010110
+11011111111000000000000000011101
+11011000101000000100001000101011
+00100000010000000101010101111111
+00100000001000000100000100101101
+01101111111000010100010000101111
+11000011000001001101011000101111
+00100000010000000101010011011111
+00100000001101000101011000101111
+01110000000001010011100100000000
+01101111111000010100010001010101
+11000010100001000101010010110000
+01101111111000001100010001010111
+00100100011110100000000000000000
+01110000000001010011100100000001
+11101111111000010000000000000011
+01100111111000010100010001011000
+01100000011000010100010001011010
+01101111111000001000010100111000
+00011111111000001111111111111110
+00100100001000010101011000101111
+00100000001000101101011000101111
+01100111111000001100010001010111
+01101000010010010100010001011000
+00011000010000001000010111111111
+00100000010000000100000011101001
+00100000001110100101010010110011
+11101000010000100000000000000110
+01011001001010000000001100000010
+10011000010001100111110000000000
+00100100001000101101010010110011
+11101111111000001000000000000110
+01100111111000001100010001011100
+00011111111000010111111000110000
+00100000001110100101010010110011
+01110000000001010011100100000000
+00100000010000000100000110100010
+00100000010000000101010010110111
+00100000010000000101010010110111
+00100000010000000101010010110111
+01101111111000010100010001010101
+11000100000001000000000000000000
+01110000000001010011100100000001
+00100000010000000101011011100011
+00100000001000000101011000110010
+01110000010001000101011100000000
+01110000000001010011100100000001
+00100000010000000101011011100011
+00100000001000000101011000101111
+01101111111000001100010001010111
+00100000011110100000000000000000
+00100000010000000100001000000011
+00100100011110100000000000000000
+00100000010000000101010011011010
+01000100100111011100000000000111
+01101111111000010100001010110100
+00100000010000000111011000101100
+00011111111000100000010000000000
+01101111111000001100001101101001
+11000011100000000000000000000000
+00011000010000001111111111111101
+11011000010000000000000011111011
+00100000010000000111011000101100
+01101000010010001100010001010111
+00100000010000000111011000101100
+00011111111000100010001000000000
+00011000010000100111111000000000
+10011010001001100111111000000000
+01100111111000001100010001010111
+00100000010000000101010011010101
+01101111111000010100010001011010
+00011111111000100000011000000000
+00011010001000100111001000000000
+00100000010000000110101100101100
+00011000011000100111111000000000
+01100111111000010100010001011010
+01101111111000001100010001010111
+00100100011110100000000000000000
+00100000001000000101011011100001
+01101000010010010100010001011000
+01101111111000001100010001011100
+11000010100000101100010101001111
+11000010100000100100010101000110
+00100000011000000000000000000000
+11011000010000000000000000010111
+01101111111000010100010001010101
+11000011100000001000000000000000
+01101000010010010100001010110110
+00100000011000000000000000000000
+01101111111000010100010001010101
+11000010100000010100010100011111
+00100000001000000111011000111000
+00100000001000000101011001010101
+11101111111000001000000000000011
+01101000010010001100010001010101
+01111101001110100000010000000000
+01100000010010001100010001010101
+01101000010110001000000001100000
+01111101001110100000010000000100
+01100000010110001000000001100000
+00100000001000000101011000110010
+01101111001000001000010100111000
+00100000010000000111010110100001
+00100000010000000110101011011100
+01100111111000010100010001001110
+00100000010000000101011000110010
+00100000010000000111010111101000
+01101111111000010100010001001110
+00100000001000000110101011011000
+11011010001000000000000000000010
+11011010010000000100010000110111
+11011000010000000000000000000000
+00100000001000000101011000111001
+01101111111000010100010000101111
+11000011000001001101011000101111
+00100000010000000101011000110010
+00100000001000000100111000100000
+01101111001000001000010100111000
+01101111111000010100001110101101
+00011111111000100000101000000000
+00100000010000000110101100101100
+00100000001000000101011000110010
+01101111111000010100010000101111
+11000010100001001101010110101000
+00100000001000000101011000101111
+11011111001000000000000001000000
+11011000101000000100001100011011
+00100000010000000111010100001111
+01011000000000000000000000000000
+01100111111000001000010011011100
+00011010001000100000011000000000
+00011000011000100111111000000000
+01100111111000010000010011100000
+00100000010000000101010100110001
+01101111111000001000010011011100
+01101000010010001000010011001100
+00011000010000001000010000000001
+10011000010000001111111000000000
+01100111111000001000010011011100
+00011111111001100111110000011111
+00100100001000010101010100011101
+01101000010010001100001100011011
+01011000000000000100001100011100
+10011000010000001111111000000000
+01100111111000010000010011100101
+01101000010010001000010011001100
+00011000010000001000010000000001
+01101111111000001100001100011011
+10011000010000001111111000000000
+01100111111000001100001100011011
+00100000001000000101010100100110
+01101000010010001100001100111011
+01011000000000000100001100111100
+10011000010000001111111000000000
+01100111111000010000010011100101
+01101000010010001000010011001100
+00011000010000001000010000000001
+01101111111000001100001100111011
+10011000010000001111111000000000
+01100111111000001100001100111011
+01101111111000010000010011100101
+00011111111000100000101000000000
+01101111111000010000010011100000
+00011111111000100000011000000000
+00011000010000100111001000000000
+00100000010000000110101100101100
+01101111111000001000010100111000
+01101000010010001000010011011100
+10011000010001100111110000000000
+00100100001000101101010100001001
+00100000001000000101011000110010
+11101111111000001000000000000011
+01100111111000001000010011001100
+11101111111000001000000000000011
+01100111111000001000010011011000
+00100000011000000000000000000000
+11011000010000000000000000000000
+11011010001000000000000000000010
+01101111111000010100010001010010
+01100111111000010000010011110110
+11011010010000000000010011110110
+00100000001000000101011000111001
+01101111111000001000010100111000
+11000000100000001101011000101111
+11101111111000001000000000000011
+01100111111000001100010001010000
+01011000000000000000000000000000
+01100111111000010100010001010010
+00100000001000000101011000110010
+01101111111000001000010100111000
+11000000100000100101011000101111
+01101111111000010100010000101111
+11000010100001001101011000000111
+00100000001000000101011000101111
+01101111111000001000010100111000
+11000000100000011101011000101111
+11101111111000001000000000000011
+11000000000000000101010101001110
+11000000000000001101010101010100
+00100000001000000101011000101111
+00100000010000000101011000110010
+11101000010000001000000000000011
+11101111111000001000000000000011
+11000000000000010110110001011011
+01111101001110100000010000000111
+00100000001000000110110000101001
+00100000010000000101011000110010
+11101000010000001000000000000011
+11101111111000001000000000000011
+00100000001110100110110001000011
+00100000001000000110110000111111
+01101111111000001000010100111000
+11000000100000001101011000101111
+11101000010000001000000000000011
+00100000010000000110110000110010
+01011000000000000000000000000000
+01111101001000001111111000000000
+11011010001000000000000000000001
+01100111111000010000010011110110
+11011010010000000000010011110110
+11011000010000000000000000000000
+00100000001000000101011000111001
+11101111111000001000000000000011
+01100111111000001100001011010001
+01101111111000001100001011010001
+11000000000000000101010101101100
+11000000000000001101010101101111
+11000000000000010101010101110001
+11000000000000100101010101110011
+00100000001000000101011000101111
+01110000010000101000011100000000
+01110000010000101000010100000011
+00100000001000000101011000110010
+01110000010000101000011100000001
+00100000001000000101010101101101
+01110000010000101000011100000101
+00100000001000000101010101110111
+01110000010000101000011100000101
+00100000001000000101010101110101
+01110000010000101000010100000010
+00100000001000000101011000110010
+01110000010000101000010100000000
+00100000001000000101011000110010
+11011111111000000000000000011111
+11011000101000000100001100011011
+00100000001000000101010101111111
+11011111111000000000000000011111
+11011000101000000100001100111011
+00100000001000000101010101111111
+01101111001000001000010100111000
+10011111001001100111110000000000
+00100100001000010101011000101111
+11100111001000001000000000000101
+00100000010000000110101100101100
+00100000001000000101011000110010
+01101111111000010100010000101111
+11000011000001001101011000101111
+01101111111000001000010100111000
+11000000100001000101011000101111
+11101111111001000000000000000011
+01100111111001000100001010100110
+01110000000001001100001100010010
+00100000010000000111000010100100
+00100000001000000101011000110010
+11101111111000010000000000000011
+01100111111000010100001101011100
+00100000001000000101011000110010
+01101111111000001100001011010001
+00100000001110100101011000101111
+01101111111000001100001011001111
+11000000100000000101011000101111
+01101111111000001100001011010000
+11000000100000000101011000101111
+00100000010000000111000100011001
+00100000001000000101011000110010
+01101111111000001000010100111000
+11000000100000101101011000101111
+11101111111000001000000000000011
+01100111111000001100010000111111
+11101111111000100000000000000011
+01100111111000100100010001000000
+01101000010010001100010000111111
+00100000010000000110110001000011
+00100000010000000101011010111110
+00100000001000000101011000110010
+01101111111000001000010100111000
+11000000100000001101011000101111
+11101111111000001000000000000011
+01100111111000001100000100010110
+00100000001000000101011000110010
+11101111111000001000000000000011
+11000000000000001101010110110001
+01101111111000001100001011001101
+11000000000000011101010110101111
+11000000000000110101010110101111
+11000000000000111101010110101111
+00100000001000000101011000101111
+01110000010000101100111000000001
+00100000001000000101011000110010
+00100000010000000100011001011100
+00100000001000000101011000110010
+00100000010000000101011000110010
+00100000010000000111010111101000
+01110000100000000001000000000001
+00100000001000000011101010111010
+01101111111000001000010100111000
+11000000000000000101011000101111
+11101111111000001000000000000011
+00100000001110100101010111000100
+01101111111000001000010100111000
+11000000100000101101011000101111
+11101111111000100000000000000011
+11011000010011110100001001000000
+10011000010001100111110000000000
+00100000001000010101011000101111
+01100111111000100100001011010010
+00100000010000000100000110011010
+00100000001000000101011000110010
+00100000010000000100000110011100
+00100000001000000101011000110010
+11101000010000010000000000000011
+00100000010000000100000011101001
+00011000110000001000101111111110
+01011000000000000000000000000000
+11100111111000010000000000000101
+00100000001000000101011000110010
+00100000010000000101010111010101
+00100000010000000101011000000011
+01011000000000000000000000000000
+11100111111000010000000000000101
+00100000001000000101011010011000
+11101111111000001000000000000011
+00100000010000000101010111011001
+00100000010000000101010111100000
+00100000001000000101011010011000
+00100000010000000101011000000000
+01011000001010000000000000000010
+11100111111000011000000000000101
+00100000011000000000000000000000
+01100111111000001000010011000100
+00100000010000000101011000000000
+01011001001010000000001100000010
+11100111111000100000000000000101
+01101111111000001000010011000100
+11100111111000011000000000000101
+00100000011000000000000000000000
+00100000010000000100000100001000
+11101111111000001000000000000011
+00011111111000010111001000011111
+00011111111000100010001000000000
+00101010001011111111111000000111
+01111001001000001000010000001111
+00101010001011111111111000000110
+01111001001000001000010000001110
+11100000010000010000000000000101
+00011111001000100111111000000000
+11100111111000001000000000000101
+00100000010000000110101100111111
+00100000010000000101011000000011
+01011000000000000000000000000000
+11100111111000010000000000000101
+00011000010000010000010011111111
+00011000010000001000010111111111
+00100000010000000100000011101001
+00011000110000001000110000000100
+11101111111000001000000000000110
+11000010100000100101010111111000
+11000010100000101101010111111000
+00011000010000001000010000000001
+00100000011000000000000000000000
+00100000010000000100000100001000
+00101010001011111111111000000101
+01111001001000001000010000001111
+11100000010000010000000000000101
+01011010001010010000001000000010
+11100111111001000000000000000101
+00011000010000001000010111111111
+00100000011000000000000000000000
+00100000010000000100000100001000
+11100000010000010000000000000101
+00100000011000000000000000000000
+11101111111000001000000000000011
+00011111111000100111001000000000
+11100111111000001000000000000101
+00100000001000000110101100111111
+01101111111000001100001011001111
+11000000100000101101011000101111
+01101111111000001100001011010001
+11000000000000100101011000010011
+11000000010000100101011000001101
+00100000001000000101011000101111
+01110000010000101100110000000010
+01110000010000101100110100001000
+00100000001000000101011000010000
+11101111111000100000000000000011
+01100111111000100100001011010010
+00100000001000000101011000110010
+00100000010000000101011000010000
+00100000001000000100011001010001
+01101111111000001000010100111000
+11000000100000010101011000101111
+11101000010000010000000000000011
+00100000010000000100001000001000
+00100000001000000101011000110010
+11011000010000000000000000000000
+11011010001000000000000000000010
+11011010010000000100000001110101
+00100000001000000101011000111001
+01101111111000001000010100111000
+11000000100001000101011000101111
+11101111111001000000000000000011
+00100000010000000100001000000110
+00100000001000000101011000110010
+11101010001000001000000000000011
+11101010010000010000000000000011
+11011000010000000000000000000000
+00100000001000000101011000111001
+01101111001000001000010100111000
+00011111001000001111001111111110
+11101111111000010000000000000011
+00011111111000100000101000000000
+00100000010000000110101100101100
+00100000001000000101011000110010
+01110000010000001001010000000000
+00100000001000000101011000110010
+11011000010000000000000000000001
+11011010001000000000000000000000
+00100000001000000101011000111001
+11011000010000000000000000000000
+11011010001000000000000000000000
+00100000001000000101011000111001
+01110000000001010011011100000010
+00100000001000000101011001010010
+01110000000001010011011100000101
+00100000001000000101011001010010
+01101111111000001000010100110111
+00011111111000100010011000000000
+01110000000001010011011100000110
+01011000000000000000000000000010
+10011010001000001111111000000000
+00100000010000000101011010100111
+00011010011000100111111000000000
+11100111111000001000000000000011
+11100000010000001000000000000011
+00011010001000100111001000000000
+00011010010000100000110000000000
+00100000010000000110101100100110
+00100000001000000101011010110001
+01110000000001010011011100001000
+00011111001000001111111000000010
+00100000010000000101011010100111
+01101111111000010000010101100010
+11100111111000010000000000000011
+01101111111000010000010101100000
+00011111111000100000110000000000
+00100000010000000110101100010011
+00011000110000100111111000000000
+01100111111000010000010101100000
+00100000001000000101011010110001
+01110000000001010011011100001001
+01011000000000000000000000000000
+00100000010000000101011010100111
+00100000001000000101011010110001
+01110000000001010011011100001010
+01011000000000000000000000000001
+00100000010000000101011010100111
+00100000010000000101011001011111
+01101111111000010100010000101111
+11011000111000000000000000001001
+10101111111011111111111111111111
+01111001001000001000010000000101
+11100000010000001000000000000011
+00100000001000000101011010110001
+11011000010000000000000000000000
+01101111111000001100001101011011
+11011000111000000000000000000000
+10101111111011111111111111111111
+01111001001000001000010000000010
+00100000011000000000000000000000
+01110000000001010011011100001101
+01101111111000001100001110101111
+00011111111011111111111000100010
+00011111111000100111001000000000
+00100000010000000101011010100111
+01101111111000010100001110101101
+00011111111000100000110000000000
+00100000010000000110101100010011
+00100000001000000101011010110001
+01110000000001010011011100001111
+01101111111100010000000100010010
+11011000010000000000000001000000
+00100000010000000111011000101100
+00011111111000100010001000000000
+00011111111000100111001000000000
+00100000010000000110101011111011
+11011000101000000000010011110110
+00100000010000000110101100101100
+00011010001000100111111000000000
+00011010001000100111001000000000
+00100000010000000101011010100111
+11011000110000000000010011110110
+00100000010000000110101100010011
+00100000001000000101011010110001
+01110000000001010011011100010000
+00100000001000000101011001010010
+01110000000001010011011100010001
+01011000000000000000000000000100
+00100000010000000101011010100111
+01101111111000100100001011010010
+11100111111000100000000000000011
+00100000001000000101011010110001
+11011010001000000000000110000000
+00100000001000000101011010001001
+11011010001000000000000010000000
+00100000001000000101011010001001
+01110000000001010011011100010100
+01011000000000000000000000000010
+00100000010000000101011010100111
+00011010001000100111111000000000
+11100111111000010000000000000011
+00100000001000000101011010110001
+11011010011000000000000000000000
+00100000001000000101011010010010
+11011010011000000000000000000001
+01110000000001010011011100010101
+01011000000000000000000000000001
+00100000010000000101011010100111
+00011010011000100111111000000000
+11100111111000001000000000000011
+00100000001000000101011010110001
+01100000010010010000010011001100
+01110000000001010011011100101001
+01011000000000000000000000000010
+00100000010000000101011010100111
+01101000010010010000010011001100
+11100000010000010000000000000011
+00100000001000000101011010110001
+01110000000001010011011100101011
+00100000001000000101011001010010
+01110000000001010011011101000000
+01011000000000000000000000000010
+00100000010000000101011010100111
+01101111111000010100000001110101
+11100111111000010000000000000011
+00100000001000000101011010110001
+01110000000001010011011000000010
+01100111111000001000010100111000
+01100000010011000000010011001100
+01000100100111100100000000000111
+00100000010000000101011010110011
+01101000010011000000010011001100
+00100000010000000110101100000111
+01101111111000011000010100110110
+11100111111000011000000000000011
+00100000011000000000000000000000
+01000100100111101100000000000111
+00100000001000000110101100001001
+00100000010000000101011010111100
+00100000011000001000000000000000
+00100000010000000101011010111010
+01101111111000100100010001000000
+00011111111010110111111000000000
+00100000011110100000000000000000
+00100000001000000111010011110111
+01101000010010001100010000111111
+00100000001000000110110001000011
+01101000010010001100010000111111
+00100000001000000110110001001110
+01101000010010001100010000111111
+00100000001000000110110000111111
+01100010001000010000010101100000
+01100010010000010000010101011110
+01101111111000010100001101101011
+01100111111000010000010101100010
+00100000010000000101010011011111
+00100000011101000000000000000000
+01101000010010010000010101011110
+01101111111000001100010001010100
+00100000010000000111011000101100
+00011111111000100111001000000000
+00011000010000100111111000000000
+10011111001001100111111000000000
+01100111111000010000010101011110
+00100000010000000101011001000110
+01101111111000010000010101011110
+00100000011110100000000000000000
+00100000001000000101011011000110
+01101111111000001100010001010000
+00100000011110100000000000000000
+01101111111000001100010001010001
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000001100010001010001
+00100100011110100000000000000000
+01110000010001000101000100000101
+00100000010000000110110010011000
+00100000010000000110110011000000
+00011111111001101111110001100100
+00100000010000000111010111001101
+00011000000001110000010000000000
+01100111111000001100010001010010
+01100000010010001100010001010011
+00100000011000000000000000000000
+11011000111000000000000000001000
+00100000001000000101011011101001
+11011000111000000000000000001000
+00100000001000000101011011100101
+01101111111000010100010001010101
+11111001001111111111111000000000
+01100111111000010100010001010101
+00100000011000000000000000000000
+01101111111000010100010001010101
+11111001001000000111111000000000
+01100111111000010100010001010101
+00100000011000000000000000000000
+00100000010000000110111111010011
+00100000010000000101011100011000
+00100000010000000101101101100100
+00100000011101011000000000000000
+00100000010000000101101001001110
+00100000010000000101111111011011
+00100000010000000101011011111001
+00100000010000000101101111111001
+01101111111000010100010000101111
+11000010100001100101111000100001
+00100000010000000101111101010011
+00100000001000000101011110001100
+01011000000000000110000110010110
+01100111111000010100001110011110
+01011000000000000110000100110100
+01100111111000010100010100110101
+01011000000000000110000101011110
+01100111111000010100010100110111
+01011000000000000101100000000010
+01100111111000010100010100111001
+01011000000000000101110100101011
+01100111111000010100001110001110
+01011000000000000101011111111101
+01100111111000010100001110001100
+01011000000000000101110011001010
+01100111111000010100001110010010
+01011000000000000101111100000000
+01100111111000010100001110010000
+01011000000000000101011111001011
+01100111111000010100001110001010
+01011000000000000101110100010000
+01100111111000010100001110010100
+01011000000000000101110110001101
+01100111111000010100001110011000
+01011000000000000101100100101010
+01100111111000010100001110011100
+01011000000000000101011110110111
+01100111111000010100001110001000
+01011000000000000110001010001011
+01100111111000010100001110010110
+01011000000000000110001010010010
+01100111111000010100001110011010
+00100000011000000000000000000000
+00100000011101011000000000000000
+00100000010000000100110001110010
+00100000010000000100100100000101
+00100000010000000101100011011110
+00100000010000000101011101001111
+00100000010000000100000110011110
+00100000010000000100000111000111
+00100000010000000100000110111010
+00100000010000000100000110100110
+01101111111001000100100001001000
+11000010100010011101111011101010
+11000010100010010101111010101011
+00100000011000000000000000000000
+01110000010000001001101000001000
+01101111111001000100100001001000
+11000011100001100000000000000000
+01110000010000001001101000011000
+00100000011000000000000000000000
+00100000010000000100100100101011
+01101111111001000100100001001000
+11000100000111101000000000000000
+00100000001000000100100100101110
+01101111111000010100010110011010
+01100111111000010100010100011011
+01101111111000001100010110011101
+01100111111000010100010100011111
+01101111111000101100010110011111
+01100111111000101100010101100101
+01101111111000001100010110011110
+01100111111000001100010100010110
+01101111111000001100010110100100
+00101111111011111111111000000000
+00100000010000001101111110010111
+01101111111000001100010110100100
+00101111111011111111111000000010
+00100000010000001101111110011001
+01101111111000001100010110100100
+00101111111011111111111000000001
+00100000010000001101111110011011
+01101111111000001100010110100100
+00101111111011111111111000000011
+00100000010000001101111110011101
+01101111111000001100010110100100
+00101111111011111111111000000100
+00100000010000001101111110011111
+01101111111000001100010110100100
+00101111111011111111111000000101
+00100000010000001101111110101001
+01101111111000001100010011111111
+00100100010110100100100100010101
+00100000010000000101011100100101
+00100000010000000101100000111101
+00100000010000000101011100101010
+00100000010000000110000010001000
+00100000001000000100100100110001
+01011000000000001001000000000000
+01100111111000010100001011001010
+01110000010000001100001000000011
+01110000010000001010011100001000
+01110000010010000011101100000000
+01110000010010000011101100000000
+01110000010010000011110000000000
+01011000000000000000001000000000
+01100111111000010100000010100101
+01110000010000101011010000010111
+01110000010000101011011000010111
+01011000000000000000101001110111
+01100111111000010100001110101010
+00111000000000000001001000100100
+00111000000001000100000000000000
+00111000000010000000000000000000
+11100111111000101000000000000101
+01011000000000000100011110010011
+01100111111000010100001100010010
+01011000000000000000000000010000
+01100111111000010100001100010100
+00100000010000000110000111101111
+00100000010000000110000110100111
+00100000010000000101100001010000
+01101111111001000100100001001000
+11000011000011011101011101101100
+01011000000000000000000000000110
+01100111111000010100001010100110
+01100111111000010100001010101000
+00100000010000000100110001111110
+01101111111001000100100001001000
+11000011000011000101011101110000
+00100000010000000100110001110110
+01101111111000001100010111010001
+01100111111000001100011101010010
+01101111111000011100001010110001
+01100111111000011100011101100111
+01101111111000001100010110010111
+00011111111000010111111011111110
+01100111111000001100010110010111
+01100111111000001100001111000010
+01011000000000000000000000000000
+01100111111000111100010101101010
+01101111111000001100010000110001
+01100111111000001100100000111000
+01100111111000001100100000111001
+00100000010000000100000101000010
+01000111010001010100000000110001
+01101111111000001100010110110000
+01100111111000001100010111000001
+01101111111000001100010110101111
+11000001011111111000000000000000
+01101000010010001100010110101111
+00100000010000000101100100010101
+01101000010010001100010110101111
+00100000010000000110110000110010
+00100000010000001101011110001001
+00100000001000000101100100010001
+01101111111000001100010110110001
+01100111111000001100010111000001
+00100000011000000000000000000000
+01000100100111110100000000000111
+01101111111001000100100001001000
+11000010100101111110000011001000
+01101111111000001100010111010001
+11000000000000000110000010111000
+00100000010000000101011110011110
+00100100001101000101110010011100
+01000100100111111100000000000111
+11011010001000000100010111010010
+01101111111000001100010111010001
+00011111111000001111111111111111
+00011111111011111111111000011101
+10011010001000001010001000000000
+11101111111000001000000000010001
+01100111111000001100001110101000
+01101111111000001100001110101000
+11000000000110100101011110101000
+00100000001000000101111000100001
+01000100101000000100000000001000
+01111000010101000111110000000000
+01101111111001000100100001001000
+11000011000001011101011110100101
+01101111111000001000010011110001
+11000011000000010101011110100101
+01111000001101000111110000000000
+01101111111000001100011101001111
+01100111111000001100011101001110
+00100000011000000000000000000000
+01110000010001110110010100000001
+01101000010010001100100001010011
+01101111111000001100011101011111
+11000000011111111101011110101101
+01101000010010001100010110011100
+01100000010010001100100000010101
+00100000010000000100111000101110
+01101111111000011100011101101101
+01100111111000011100001100100000
+00100000010000000101110101110011
+01011000000000000000000000000100
+11100111111000001000000000000110
+11011000110000000100001100111100
+00100000010000000101110101111010
+00100000001000000111000011100000
+11000101000100110100111000001001
+01101111111000001100011101001010
+00100000001110100100111000001001
+01101111111000001100011110010010
+11000000000000001100111000001001
+01101111111000001100010101111011
+00100100001110100100111000001001
+00100000001000000100111000001011
+01101111111000001100010110011100
+01100111111000001100011101100010
+00100000011000000000000000000000
+00100000010000000110000111101111
+01000100101000001100000000001000
+01011000000000000000000000000110
+00100000010000000110011100100011
+11000010100000011101011111001001
+00100000010000000101101111101111
+00100000010000000101101111111001
+00100000010000000101011111010111
+00100000001000000100111000101000
+01000100101000010100000000001000
+01101111111100100000000100110000
+01111001001000000111111000011010
+01100111111100100000000001001100
+00100000010000000011110000110111
+00100000010000000110111111010111
+00100000010000000110000111101111
+00100000010000000101100111010111
+00100000010000000101011111010111
+00100000010000000101111011100010
+01101000010010001100010110111000
+00100000001000000110110000011011
+01000100101000011100000000001000
+00100000010000000101110010011010
+00100000010000000111011001011110
+00100000010000000101100000000010
+00100000010000000101011111110100
+01101000010010001100010110111010
+00100000010000000101100100010101
+00100000010000000101100100011001
+00100000010000000101011111101101
+00100000001000000101011111100001
+01101111111001000100100001001000
+11000100000111100000000000000000
+01101000010010001100010110101011
+00100000010000000110110000011011
+01101000010010001100010110101100
+00100000010000000110110000011011
+01101111111000001100010110101011
+11011000010000000000000010000000
+00100000010000000110110001101000
+01101111111000001100010110101100
+11011000010000000000000010000000
+00100000001000000110110001101000
+01101111111001000100100001001000
+11000100000010100000000000000000
+01101111111000001100010110010111
+11000001100000010000000000000000
+01101111111000001100010110010110
+11011000010000000000000011000000
+00100000001000000110110001101000
+11011000110000001000000001110000
+11011111001000000000000000010011
+11101111111000001000000000000110
+00100100001110100101011111111011
+01011000000000000000000001000000
+00011000110000001000101111111111
+11100111111000001000000000000101
+11000010000000000101011111110110
+00100000011000000000000000000000
+11000110000100110000000000000000
+00100000010000000101100000000010
+01101111111000001000000000010101
+00100100011110100000000000000000
+00100000001000000110110000011011
+01000100101000100100000000001000
+01101000010010001100010110101011
+00100000010000000110110000101001
+01101000010010001100010110101100
+00100000010000000110110000101001
+00100000010000000101100101001010
+01101111111000001100010110101101
+11011000010000000000000000111111
+00100000010000000110110001101000
+00100000010000000110011100011010
+01101000010010001100010110100101
+00100000010000000110110000001111
+01101000010010001100010110100111
+00100000010000000110110000001111
+01101000010010001100010110100110
+00100000010000000110110000001111
+01101000010010001100010110101000
+00100000010000000110110000001111
+01101000010010001100010110101001
+00100000010000000110110000001111
+01101000010010001100010110101010
+00100000010000000110110000001111
+01101000010010001100010110110110
+00100000010000000110110000001111
+01101000010010001100010110110111
+00100000010000000110110000001111
+01101000010010001100010110101011
+00100000010000000110110000001011
+01101000010010001100010110101100
+00100000010000000110110000001011
+01101000010010001100010110110011
+00100000010000000110110000001011
+01101000010010001100010110110100
+00100000010000000110110000001011
+01101000010010001100010110111000
+00100000001000000110110000001111
+01101111111000010100010000101111
+11000010100001001101100000101001
+00100000011000000000000000000000
+00011010001000100111111000000000
+00100100001110100100000110101110
+00100000001000000100000110110000
+01101111111000001100001111000010
+11000001100000010000000000000000
+01000100101000101100000000001000
+01101000010010001100001111000011
+00011000010001100111110000000011
+00100000001000010101100000111010
+00011000010000001000010000000101
+01100000010010001100010110010110
+00011000010000100010001000000000
+00100000010000000110110001101111
+11000000000111111110001000110111
+00100000010000000110001000110101
+00011010001000100000010000000000
+00100000001000000110110001011011
+00011000010000001000010000000100
+01100000010010001100010110010110
+00100000001000000101100000110100
+01101111111000001100010110010111
+11000000000000010101100001000110
+11000000000000000101100001001011
+01110000010001011001011100000000
+01011000001011000000000101110010
+01100111111000011100010101111101
+01011000000000010100000000000001
+11100111111000011000000000000101
+00100000011000000000000000000000
+01011000010111010000000010011001
+01100111111000011100010101111101
+01011000000000000111000100000000
+11100111111000011000000000000101
+00100000011000000000000000000000
+01011000110010000000000100101100
+01100111111000011100010101111101
+01011000000000001101110000000000
+11100111111000011000000000000101
+00100000011000000000000000000000
+01101111111001000100100001001000
+11000100000010100000000000000000
+01110000010001011000111100000001
+11000011100101110000000000000000
+11000011100101011000000000000000
+01110000010001011000111100000000
+00100000011000000000000000000000
+01101111111000001100010110010000
+00011111111000001111111000000001
+01100111111000001100010110010000
+01101000010010001100010110010001
+10011000010001100111110000000000
+00100000011000000000000000000000
+01101111111001000100100001001000
+11000100000010100000000000000000
+00100000010000000101100000101100
+01101111111000001100010110001111
+00100000001110100101100001110100
+01101111111000001100001111000010
+11000000000000010101100001101001
+01110000010001011000111100000011
+00100000010000000101100001010111
+00100000001000010101100001101011
+00100000010000000101100001110000
+00100000001000000101100001111010
+01110000010001011000111100000010
+00100000001000000101100001111010
+00100000010000000101100000101110
+01110000010000111100001000000010
+01101111111000001100100001000111
+00100100010110100101100001110000
+00100000001000000101100001111010
+01110000010001011001000000000000
+01101111111000001100010110010111
+01100111111000001100001111000010
+00100000011000000000000000000000
+01101111111000001100001111000010
+11000000100000010101100001111000
+01101111111000001100100001000111
+00100100011110100000000000000000
+00100000010000000101100001010111
+00100100011000010000000000000000
+01000100101000110100000000001000
+01101111111000001100100001000111
+00100100011110100000000000000000
+01110000010001011001000000000000
+00100000010000000110110010011000
+00100000010000000110110011000000
+01100111111000010100010110000011
+01101111111000001100001111000010
+11000000100000010101100010001001
+01101000010010010100010110000011
+00011000010011111111111000001000
+00011111111001101111110000001010
+00100000010000000111010111001101
+10011000010000001111111000000000
+01100111111000010100010110000011
+11011010001000000100010101111101
+00100000010000000101100010011011
+01101111111000001100001111000110
+11000010100000010101100011011100
+11000010100000001101011111000010
+11000011000000000101100010010011
+01110000010001011001010000000001
+00100000001000000101100010010001
+11011000111000000000000000000100
+00100000001000000101111110100001
+11011000111000000000000000000100
+00100000010000000101111110100101
+01110000010001011001001000001100
+01101111111000001100010110010100
+00100000011110100000000000000000
+01110000010001011001010000000000
+01101000010010001100010110111011
+00100000001000000110001000001100
+01000100101000111100000000001000
+11101111111001000000000000010001
+01100111111001000000010011000100
+01101111111000001100010110001111
+11000000000000000101100010110010
+11000000000000010101100010100010
+11000000000000011101100011010001
+01101111111001000100100001001000
+11000011000101110101100010101000
+01101111111000010000010011001010
+01101000010010010100010110000101
+10011000010001100111110000000000
+00100100001000010101100011010100
+01101111111001000100100001001000
+11000011000101011101100010110010
+01110000010001011001010100000000
+01101111111000010000010011001010
+01101000010010010100010110000111
+10011000010001100111110000000000
+00100100001000010101100010110001
+00100000010000000101111101011100
+00100000001000000101100010110010
+00100000010000000101111101100000
+00100000010000000101100011011000
+00100000010000000110110100001011
+00100000010000000110110100000011
+01101111111000010000010011001010
+01101000010010010000010011000110
+10011000010001100111110000000000
+00100100010000010110110100000111
+01101000010010010000010011001000
+10011000010001100111110000000000
+00100100010000010110110011111111
+01101111111000010000010011001010
+01101000010010010000010011000100
+10011000010001100111110000000000
+00100000001000010101100011001101
+01101000010010010000010011000110
+10011000010001100111111000000000
+00100100001000010101100011001111
+00100000001110100101100011001111
+00011111111011111010001001100100
+01101111111000010000010011000100
+01101000010010010000010011000110
+10011000010001100000010000000000
+00011010001000100111111000000000
+10011000010001101111110000000000
+00100000010000000111010111001101
+01100111111000001100011110001101
+00100000011000000000000000000000
+01110000010001111000110101100100
+00100000011000000000000000000000
+01110000010001111000110100000000
+00100000011000000000000000000000
+01101111111000001100001111000010
+11000000000000010101100010100010
+00100000001000000101100010110010
+01101000010010001100001111000110
+01111001001000000000010000000010
+01100000010010001100001111000110
+00100000011000000000000000000000
+01101000010010001100001111000110
+01111001001111111000010000000010
+01100000010010001100001111000110
+00100000011000000000000000000000
+01110000010001011001010100000001
+00100000011000000000000000000000
+01101000010010001100001111010101
+00100000010000000110110001000011
+00100000010000000111000110011001
+01101000010010001100010110100101
+00100000010000000101100100010101
+01101000010010001100010110100111
+00100000010000000101100100010101
+01101000010010001100010110100110
+00100000010000000101100100010101
+01101000010010001100010110101000
+00100000010000000101100100010101
+01101000010010001100010110101001
+00100000010000000101100100010101
+01101000010010001100010110101010
+00100000010000000101100100010101
+01101000010010001100010110110101
+00100000010000000101100100010101
+01101000010010001100010110110110
+00100000010000000101100100010101
+01101000010010001100010110110111
+00100000010000000101100100010101
+01101000010010001100010110101011
+00100000010000000101100100010101
+01101000010010001100010110101100
+00100000010000000101100100010101
+01101000010010001100010110110011
+00100000010000000101100100010101
+01101000010010001100010110110100
+00100000010000000101100100010101
+01101000010010001100010110111000
+00100000010000000101100100010101
+01101000010010001100010110111001
+00100000010000000101100100010101
+01101000010010001100010110111011
+00100000010000000110110001000011
+01101000010010001100010110111100
+00100000010000000110110001000011
+01101000010010001100010110111101
+00100000010000000110110001000011
+01101000010010001100010110111110
+00100000010000000110110001000011
+01101000010010001100010110111111
+00100000010000000110110001000011
+01101000010010001100010110101111
+00100000001000000101100100010101
+00011000010001100111110011111111
+00100000011000101000000000000000
+00011000010000010000111001111111
+01101111111100100000000100011100
+10101111111011111111111111111111
+00100000001000001101100100010101
+00011000010001100111110011111111
+00100000011000101000000000000000
+01111001001000000000010000000111
+00100000001000000110110000101001
+00011000010001100111110011111111
+00100000011000101000000000000000
+01111001001111111000010000000111
+00100000001000000110110000101001
+01101111111000011100100001111010
+01100111111000011000010011000100
+11011111001000000000000000001101
+11011000010000000000000000000000
+01101111111000011000010011000100
+00101111111011111111111000000000
+00100000010000001110110001011011
+01101111111000011000010011000100
+00011111111000111111111000000000
+01100111111000011000010011000100
+00011000010000001000010000000001
+11000010000000000101100100011101
+00100000011000000000000000000000
+00100000010000000101100100101011
+01110000010000111010101001110011
+00100000010000000101100100101010
+00100000001000000110011100011110
+00100000001000000110100100011111
+01101111111000001100010110101101
+11011000010000000000000000100001
+00100000010000000110110001101000
+01101111111000001100010110101110
+11011000010000000000000000100011
+00100000001000000110110001101000
+01000100101001000100000000001001
+01111000010101000111110000000000
+01011000000000000000000000000000
+01100111111000110100010101101011
+00100000010000000101101111111110
+00100000010000000101101001001110
+00100000010000000101100101000000
+00100000010000000101100101000101
+00100000010000000101101010011011
+01101111111000001100010101101010
+00011111111000010111111000011111
+01100111111000001100010101101010
+00100100001101000101111111011011
+00100000010000000101111111001010
+00100000001000000101111000010010
+01101111111000001100010101111010
+00100000011110100000000000000000
+01100111111000001100010101101111
+01110000010001010111101000000000
+00100000001000000111011000110110
+01101111111000001100010101110110
+00100000011110100000000000000000
+01100111111000001100010101110000
+01110000010001010111011000000000
+00100000001000000111011000110110
+00100000010000000101100101010111
+00100000010000000101100110010011
+01101111111000001100010101110100
+01101000010010001100010101110011
+01100111111000001100010101110011
+10011000010001100111110000000000
+00100100001000101100111000001101
+01101111111000001100010101111000
+01101000010010001100010101110111
+01100111111000001100010101110111
+10011000010001100111110000000000
+00100100001000101100111000001101
+00100000011000000000000000000000
+01101111111000001100010110110011
+11000001011111111000000000000000
+11011010001000000000000000000000
+01101000010010001100010110110011
+00100000010000000110110000110010
+01111001001000001010001000000000
+01101000010010001100010110110100
+00100000010000000110110000110010
+01111001001000001010001000000001
+00011010001000100111111000000000
+01100111111000001100010101110100
+11000000000000001101100101100111
+11000000000000010101100101101011
+01101111111000001100010101110101
+11000010100000111101100101110111
+00100000011000000000000000000000
+01101111111000001100010101110011
+11000000000000000101100101101111
+11000000000000011101100101110001
+00100000011000000000000000000000
+01101111111000001100010101110011
+11000000000000000101100101110011
+11000000000000011101100101110101
+00100000011000000000000000000000
+01110000010001010111010110000010
+00100000011000000000000000000000
+01110000010001010111010110000001
+00100000011000000000000000000000
+01110000010001010111010110000000
+00100000011000000000000000000000
+01110000010001010111010110000011
+00100000011000000000000000000000
+01101111111000001100010101110101
+01111001001111111111111000000111
+01100111111000001100010101110101
+11000000000000000101100101111111
+11000000000000001101100110000010
+11000000000000010101100110000101
+11000000000000011101100110001000
+00100000011000000000000000000000
+01101111111000001100010101110100
+11000000000000011101100110001011
+00100000011000000000000000000000
+01101111111000001100010101110100
+11000000000000000101100110001011
+00100000011000000000000000000000
+01101111111000001100010101110100
+11000000000000011101100110001111
+00100000011000000000000000000000
+01101111111000001100010101110100
+11000000000000000101100110001111
+00100000011000000000000000000000
+01101111111000001100010101110110
+00011111111000001111111000000001
+01100111111000001100010101110110
+00100000011000000000000000000000
+01101111111000001100010101110110
+00011111111000001111111111111111
+01100111111000001100010101110110
+00100000011000000000000000000000
+01101111111000001100010110101011
+11000001011111111000000000000000
+11011010001000000000000000000000
+01101000010010001100010110101011
+00100000010000000110110000110010
+01111001001000001010001000000000
+01101000010010001100010110101100
+00100000010000000110110000110010
+01111001001000001010001000000001
+00011010001000100111111000000000
+01100111111000001100010101111000
+11000000000000001101100110100011
+11000000000000010101100110100111
+01101111111000001100010101111001
+11000010100000111101100110110011
+00100000011000000000000000000000
+01101111111000001100010101110111
+11000000000000000101100110101011
+11000000000000011101100110101101
+00100000011000000000000000000000
+01101111111000001100010101110111
+11000000000000000101100110101111
+11000000000000011101100110110001
+00100000011000000000000000000000
+01110000010001010111100110000010
+00100000011000000000000000000000
+01110000010001010111100110000001
+00100000011000000000000000000000
+01110000010001010111100110000000
+00100000011000000000000000000000
+01110000010001010111100110000011
+00100000011000000000000000000000
+01101111111000001100010101111001
+01111001001111111111111000000111
+01100111111000001100010101111001
+11000000000000000101100110111011
+11000000000000001101100110111110
+11000000000000010101100111000001
+11000000000000011101100111000100
+00100000011000000000000000000000
+01101111111000001100010101111000
+11000000000000011101100111000111
+00100000011000000000000000000000
+01101111111000001100010101111000
+11000000000000000101100111000111
+00100000011000000000000000000000
+01101111111000001100010101111000
+11000000000000011101100111001011
+00100000011000000000000000000000
+01101111111000001100010101111000
+11000000000000000101100111001011
+00100000011000000000000000000000
+01101111111000001100010101111010
+00011111111000001111111000000001
+01100111111000001100010101111010
+00100000011000000000000000000000
+01101111111000001100010101111010
+00011111111000001111111111111111
+01100111111000001100010101111010
+00100000011000000000000000000000
+01101000010010001100010110101011
+00100000010000000110110000001011
+01101000010010001100010110101100
+00100000010000000110110000001011
+01101000010010001100010110110011
+00100000010000000110110000001011
+01101000010010001100010110110100
+00100000001000000110110000001011
+01101000010010001100010110101011
+00100000010000000101100100001011
+01101000010010001100010110101100
+00100000010000000101100100001011
+01101000010010001100010110110011
+00100000010000000101100100001011
+01101000010010001100010110110100
+00100000001000000101100100001011
+01101111111000010100010101101111
+00100000011110100000000000000000
+01110000010001010111101100000001
+01110000010001010111110000001010
+00100000011000000000000000000000
+11011010011000000100010101111100
+11011010010000000101100111100111
+00100000001000000100110111100001
+01110000010001010111101100000000
+00100000011000000000000000000000
+01101111111001000100100001001000
+11000010100101110101101000010000
+01101111111000001100010110101010
+11000001011111111000000000000000
+11011010001000000000000000000000
+01110000010010000011001100000101
+01101000010010001100010110101010
+00100000010000000101100111111000
+01100111111000001100100000110000
+01101111111000001100010110110101
+11000000011111111101101000001000
+00100000010000000101101100011110
+00011010001000100111111000000000
+11000010100000101101101000010010
+00100000001000000101101000011001
+01101111111001000100100001001000
+11000010100101100101101000001110
+01101111111000001100100000110000
+00011111111000100010011000000000
+01101111111000001100010110110101
+11000000011111111101101101010010
+01101111111000001100100000110111
+00100100001110100101101000001011
+00100000010000000110110000110010
+01101000010010001100010110110101
+00100000001000001101101000001110
+01101000010010001100010110110101
+00100000010000000110110001000011
+01101000010010001100010110101010
+01101111111000001100100000110000
+00100000001000000101101101000110
+01101000010010001100010110101010
+00100000010000000101100100010101
+00100000001000000101100111110101
+01110000010001100111011000000000
+01110000010010000011000000000000
+00100000011000000000000000000000
+01101111111000001100100000110000
+00100000001000000101101101000110
+01101111111000001100010110010101
+00100000001110100101101000011001
+01101111111000001100011001110110
+11000001000000001000000000000000
+01110000010001100111011000000001
+01101111111001000100100001001000
+11000011100101000000000000000000
+11000011100110110000000000000000
+00100000001000000101101000101001
+01101111111000001100011001110110
+11000001000000000000000000000000
+01110000010001100111011000000000
+01101111111001000100100001001000
+11000010100101000101101000100000
+11000010100110110101101000100000
+00100000011000000000000000000000
+01101111111000001100011001110111
+00100100001110100101101000100100
+01101111111000001100100000111001
+00100100010110100101101000101001
+01110000010001100111011100000000
+01101111111000001100010000110001
+01100111111000001100100000111001
+01100111111000001100100000111000
+00100000011000000000000000000000
+01000100101001001100000000001001
+00100000010000000101101000110010
+00100000011101000000000000000000
+01101111111000001100011000101011
+00011111111000001111111000000001
+00011111111000010111111000000011
+01100111111000001100011000101011
+00100000010000000101101001010101
+00100000001000000101111010100011
+01111000010101000111110000000000
+01101111111001000100100001001000
+11000011100101100000000000000000
+11000011100101110000000000000000
+01101111111000001100100000101011
+00100000011110100000000000000000
+01101111111000001100100000101100
+00100000011110100000000000000000
+01111000001101000111110000000000
+00100000011000000000000000000000
+01101111111001000100100001001000
+11000010100101000101101001000000
+11000010100110110101101001000111
+00100000011000000000000000000000
+01101111111000001100011001110110
+11000001100000001000000000000000
+11011010011000000100100000111001
+11011010010000000101101001000101
+00100000001000000100110111100001
+01110000010001100111011100000001
+00100000001000000101111101101000
+01101111111000001100011001110110
+11000001100000001000000000000000
+11011010011000000100100000111000
+11011010010000000101101001001100
+00100000001000000100110111100001
+01110000010001100111011100000001
+00100000001000000101110110101010
+00100000001000000101101001011000
+01101111111001000100100001001000
+11000011100011100000000000000000
+01101111111000001100011000101011
+11000001100000011000000000000000
+01110000010001100010101100000000
+00100000011000000000000000000000
+01000100101001010100000000001001
+00100000010000000101101001001111
+00100000010000000110000111000010
+01101111111000001100010111000000
+11000000000000011101101001111010
+11000000000001011101101010001110
+01101111111000001100011000101011
+11000000000000000101101001100010
+11000000000000001101101001100000
+11000000000000010101101001100100
+11000000000000011101101001100110
+01101000010010001100011001101010
+00100000001000000101101001100111
+01101000010010001100011001101001
+00100000001000000101101001100111
+01101000010010001100011001101011
+00100000001000000101101001100111
+01101000010010001100011001101100
+01101111111000001100010111000000
+11000000000000100101101001110110
+11000000000000101101101001110110
+11000000000001000101101001111000
+11000000000000111101101001111000
+11000000000000110101101001110110
+01100000010010001100011001110101
+01011000000000000000000000000110
+00100000010000000110011100100011
+00011111111000010000010011111000
+01101111111000001100011001110101
+10011000010000001111111000000000
+00011111111011010111111000000000
+00011111111000001111111000000110
+00100000001000000110011100100010
+00011000010000001000010111111111
+00100000001000000101101001101101
+00011000010000001000010000000010
+00100000001000000101101001101101
+01101111111000001100011000101011
+11000000000000000101101010000001
+11000000000000001101101001111111
+11000000000000010101101010000011
+11000000000000011101101010000101
+01101111111000001100011001101110
+00100000001000000101101010000110
+01101111111000001100011001101101
+00100000001000000101101010000110
+01101111111000001100011001101111
+00100000001000000101101010000110
+01101111111000001100011001110000
+01100111111000001100011001110101
+00011111111011010111111000000000
+00011111111000100010001000000000
+00011111111000001111111000001101
+00100000010000000110011100100010
+00011010001000100111111000000000
+00011111111000001111111000001110
+00100000001000000110011100100010
+01101111111000001100011000101011
+11000000000000000101101010010101
+11000000000000001101101010010011
+11000000000000010101101010010111
+11000000000000011101101010011001
+01101111111000001100011001110010
+00100000001000000101101010000110
+01101111111000001100011001110001
+00100000001000000101101010000110
+01101111111000001100011001110011
+00100000001000000101101010000110
+01101111111000001100011001110100
+00100000001000000101101010000110
+00100000010000000101101011010100
+00100000010000000101101010101100
+00100000010000000101100000100110
+00100000010000000101101010100111
+00011010001000100111111000000000
+01101000010010001100010101110010
+01100111111000001100010101110010
+01100111111000001100010101101010
+10011000010000101111111000000000
+00011111111001100111110000000000
+00100000011000101000000000000000
+00100000001000000111011000110110
+11000110100100110000000000000000
+00011010001000100111111000000000
+00100000011110100000000000000000
+01100111111000001100010101101010
+00100000001000000111011000110110
+01110000010010000011010100000000
+01110000010010000011011000000000
+01110000010010000011011100000000
+00011111111000100000010000000000
+00100000010000000101101010111100
+00100000010000000101101010111111
+00100000010000000101101011000010
+00100000010000000101101011000101
+01101111111000001100100000110110
+00100000011110100000000000000000
+01101111111000001100100000110101
+00100000011110100000000000000000
+01110000010010000011011100000001
+01101111111000001100010101110010
+00011111111000100010001000000000
+00100000011000000000000000000000
+00011000010000010111111000001001
+11000000000001001101101011001101
+00100000011000000000000000000000
+00011000010000010111111000010100
+11000000000010100101101011001101
+00100000011000000000000000000000
+00011000010000010111111000011000
+11000000000011000101101011001011
+00100000011000000000000000000000
+00011000010000010111111000000111
+11000000000000011101101011001011
+11000000000000101101101011001011
+11000000000000110101101011001011
+11000000000000111101101011001011
+00100000011000000000000000000000
+01110000010010000011011000000001
+00100000011000000000000000000000
+01110000010010000011010100000001
+00100000011000000000000000000000
+00100000010000000101101011100000
+00100000010000000101101011010100
+01011000000000000000000000000000
+01100111111000011100100000101011
+00100000011000000000000000000000
+01000100101001011100000000001001
+01101111111000001100100001111101
+00100100010110100101101011100000
+11011010001000000000000000000000
+00100000010000000101101011100011
+00100000010000000101101011101001
+00100000010000000101101011101111
+00100000010000000101101011110101
+00100000010000000101101100001110
+00100000010000000101101100101000
+00011010001000100111111000000000
+00100000011000000000000000000000
+01011000000000110000001100000011
+01100111111000011100100000101011
+00100000011000000000000000000000
+01110000010010000011001100000000
+01101000010010001100010110100101
+01101111111000001100100000101011
+00100000010000000101101101000110
+01100111111000001100100000101011
+00100000011000000000000000000000
+01110000010010000011001100000001
+01101000010010001100010110100111
+01101111111000001100100000101100
+00100000010000000101101101000110
+01100111111000001100100000101100
+00100000011000000000000000000000
+01110000010010000011001100000010
+01101000010010001100010110100110
+01101111111000001100100000101101
+00100000010000000101101101000110
+01100111111000001100100000101101
+00100000011000000000000000000000
+01101111111000001100010110101000
+11000001011111111000000000000000
+01110000010010000011001100000011
+01101111111000001100100000101110
+00011111111000100010011000000000
+01101000010010001100010110101000
+01101111111000001100010110110101
+11000000011111111101101100001010
+00100000010000000110110000110010
+00100000001000001101101100000110
+01101000010010001100010110110101
+00100000010000000110110001000011
+01101000010010001100010110101000
+01101111111000001100100000101110
+00100000010000000101101101000110
+01100111111000001100100000101110
+00100000001000000101101100011110
+01101000010010001100010110110101
+01101111111000001100100000101110
+00100000010000000101101101000110
+00100000001000000101101100000100
+00100000010000000101101101010010
+01100111111000001100100000101110
+01101000010010001100010110101000
+00100000001000000101100100010101
+01101111111000001100010110101001
+11000001011111111000000000000000
+01110000010010000011001100000100
+01101111111000001100100000101111
+00011111111000100010011000000000
+01101000010010001100010110101001
+01101111111000001100010110110101
+11000000011111111101101100100100
+00100000010000000110110000110010
+00100000001000001101101100100000
+01101000010010001100010110110101
+00100000010000000110110001000011
+01101000010010001100010110101001
+01101111111000001100100000101111
+00100000010000000101101101000110
+01100111111000001100100000101111
+01101000010010001100010110110101
+00100000001000000101100100010101
+01101000010010001100010110110101
+01101111111000001100100000101111
+00100000010000000101101101000110
+00100000001000000101101100011101
+00100000010000000101101101010010
+01100111111000001100100000101111
+01101000010010001100010110101001
+00100000001000000101100100010101
+01110000010010000010100000000000
+01101111111001000100100001001000
+11000100000010101000000000000000
+01101111111000001100010110110111
+11000001011111111000000000000000
+01110000010010000011001100000111
+01101000010010001100010110110111
+01101111111000001100100000110010
+00100000010000000101101101000110
+01100111111000001100100000110010
+00011010001000100111111000000000
+11000010100000111101101100111000
+00100000010000000101101100111011
+01101111111000001100100000101001
+01100111111000001100100000101010
+00100000011000000000000000000000
+01110000010010000010100100000001
+00100000010000000101101100111110
+00100000001000000101101100110101
+01110000010010000010100100000000
+01101111111000001100100000101010
+00100000011110100000000000000000
+01110000010010000010100000000001
+00100000011000000000000000000000
+00100000010000000110110000110010
+01101000010010001100100000110011
+00011000010000100000111000000000
+00100000001000001101101101010000
+11111001001111111010001000000000
+00100000011000000000000000000000
+00011111111000111111111000000000
+00011111111000100010010000000000
+00100000010000000110110000110010
+01111001001000001010010000000000
+00011010010000010111111000000111
+01101000010010001100100000110011
+00011000010000100000111000000000
+11000000000000111101101101010000
+11000000000000000101101101000100
+00100000011000000000000000000000
+11111001001000000010001000000000
+00100000011000000000000000000000
+01000100101001100100000000001001
+00011010011000100111111000000000
+01100111111000001100100000110100
+00011111111000111111111000000000
+00011111111000100010010000000000
+00011000010000100010011000000000
+00100000010000000101100100010001
+00011010011000100000010000000000
+00100000010000000110110000110010
+01111101001000001010010000000000
+00100000010000000101101101011110
+00100000001000000101101101001011
+01101000010010001100100000110100
+00011000010000010000010000000001
+00011010010000010111111000000001
+10011000010001100111110000000000
+00100100001000101101110011000101
+00100000011000000000000000000000
+01000100101001101100000000001001
+00100000010000000101100100100110
+00100000011101011000000000000000
+00100000010000000101101111110011
+01000100101001110100000000001001
+00100000010000000101101101110011
+11000000000110000101101101111010
+11000000000110001101101111011011
+11000000001011000101101111100100
+00100000010000000101101101110000
+00100000000000000001101011110100
+00100000001000000101101101101000
+01101111111000001100010110101101
+00100000010000000110011100001011
+00100000001000000101100100101011
+01011000000000000000000000000001
+00100000010000000110011100100011
+01100111111000001100011001011011
+01011000000000000000000000000000
+00100000010000000110011100100011
+01100111111000001100011001011010
+00100000011000000000000000000000
+01101111111000001100011001011011
+11000000001011010101101110000011
+11000000011011000101101110001001
+11000000011010001101101110011000
+11000000011010010101101110100001
+11000000000000010101101110101000
+11000000001010100101101110110001
+11000000001010000101101111011000
+00100000001000000101101101101000
+01110000010001011100000000000101
+00100000010000000101101111101111
+00100000010000000111010011111011
+11011010011000000100011011010010
+00100000010000000101101110101010
+00100000001000000101101001001110
+01011000000000000000000000010110
+00100000010000000110011100100011
+00011111111001100111110010111101
+00100100001000101101101101100100
+01011000000000000000000000011001
+00100000010000000110011100100011
+00011111111001100111110001010101
+00100100001000101101101101100100
+01011000000000000000000000011011
+00100000010000000110011100100011
+00011111111001100111110000011101
+00100100001000101101101101100100
+01110000010001011100000000000110
+11011010011000000100011100010110
+00100000001000000101101110101010
+01110000010001011100000000000000
+11011010011000000100011010001100
+00100000010000000101101110101010
+11011010011000000100011010010110
+00100000010000000101101110101010
+01011000000000000000100101000011
+00100000010000000110011100100010
+11011010011000000100011010110000
+00100000001000000101101110101010
+01110000010001011100000000000010
+11011010011000000100011010000010
+00100000010000000101101110101010
+11011010011000000100011010010110
+00100000010000000101101110101010
+11011010011000000100011010110000
+00100000001000000101101110101010
+01110000010001011100000000000011
+11011010011000000100011001111000
+11101111111000010000000000010011
+11011000010000001111111111111111
+10011000010001100111110000000000
+00100000011000101000000000000000
+00100000010000000110011100100010
+00011010011000001010011000000010
+00100000001000000101101110101010
+00100000010000000101101111101101
+01011000000000001001101001011011
+00100000010000000110011100100010
+01011000000000000000000000001101
+00100000010000000110011100100011
+00011111111001100111110000010010
+00100000001000101101101111000101
+00011111111001100111110000001010
+00100100001000101101101111001000
+01011000000000000000000000001110
+00100000010000000110011100100011
+00011111111001100111110011100101
+00100100001000101101101101101000
+01011000000000000000000000010000
+00100000010000000110011100100011
+00011111111001100111110010100101
+00100000001000101101101111000101
+00100000010000000101101111010101
+01110000010001011100000000001000
+00100000011000000000000000000000
+01110000010001011100000000001001
+11011010011000000100011011111000
+00100000001000000101101110101010
+00011111111001100111110000010000
+00100100001000101101101101101000
+01011000000000000000000000001110
+00100000010000000110011100100011
+00011111111001100111110011000101
+00100100001000101101101101101000
+01011000000000000000000000010000
+00100000010000000110011100100011
+00011111111001100111110000111000
+00100100001000101101101101101000
+00100000010000000101101111010101
+01110000010001011100000000001010
+00100000011000000000000000000000
+01011000000000000000000001011011
+00100000010000000110011100100010
+00100000001000000101101111101011
+01110000010001011100000000000111
+11011010011000000100011100110110
+00100000001000000101101110101010
+00100000010000000101101111110011
+01101111111000001100011001011011
+11000000001110000101101111100010
+11000000000000000101101111100000
+00100000001000000101101101101000
+01110000010001011100000000000001
+00100000011000000000000000000000
+01110000010001011100000000000100
+00100000011000000000000000000000
+00100000010000000101101111110011
+01101111111000001100011001011011
+11000000001011001101101111101000
+00100000001000000101101101111010
+01110000010001011100000000001011
+11011010011000000100011100100110
+00100000001000000101101110101010
+01011000000000000000000000001001
+00100000001000000110011100100010
+01011000000000000101101000001001
+00100000001000000110011100100010
+01011000000000001000000000000110
+00100000010000000110011100100010
+00100000000000000010111011100000
+00100000011000000000000000000000
+01000100101001111100000000001001
+00100000010000000101100100100110
+00100000010000000101101111101111
+11011010011000000100011101000010
+00100000010000000101101110101010
+00100000001000000101101001001110
+01000100101010000100000000001010
+00100000010000000101101101100100
+00100000010000000101100100100110
+01011000000000000000100000000110
+00100000001000000110011100100010
+01101111111000001100001111001110
+11000001100000000000000000000000
+01101111111000001100010111000000
+11000000000000000101110000001010
+11000000000000001101110000001010
+11000000000001000101110000001010
+11000000000000010101110000001010
+11000000000000011101110000101110
+11000000000000100101110000001010
+11000000000000110101110001010011
+11000000000001011101110001001100
+00100000001000000101110000001010
+00100000010000000101110001110101
+01111000010101000111110000000000
+01101111111000001100010110111000
+11000000011111111101110000010001
+01101000010010001100010110111000
+00100000010000000110110000110010
+00100100011000001000000000000000
+01011000000000000000000000000000
+00100000010000000110011100100011
+11000000100110000101110000100100
+01011000000000000000000000000010
+00100000010000000110011100100011
+11000100000000111000000000000000
+00100000010000000101110010001100
+01101111111000001100010101101011
+00100000010000000101110010000100
+01100111111000010100010101101011
+01101111111000001100010101101101
+00100000010000000101110010000100
+01100111111000010100010101101101
+01101111111000001100010111000001
+11000000000000000101110000100110
+11000000000000001101110000101000
+11000000000000010101110000101010
+11000000000000011101110000101100
+00100000011000000000000000000000
+11000000000110001101110000010100
+00100000001000000101101101110000
+00100000010000000101110001011110
+00100000001000000101110010010011
+00100000010000000101110001100110
+00100000001000000101110010010011
+00100000010000000101110001100010
+00100000001000000101110010010011
+00100000010000000101110001101110
+00100000001000000101110010010011
+00100000010000000101110001110101
+01101111111000001100010110111000
+11000000011111111101110000110100
+01101000010010001100010110111000
+00100000010000000110110000110010
+00100100011000001000000000000000
+01011000000000000000000000000000
+00100000010000000110011100100011
+11000000100110000101101101110000
+01011000000000000000000000000010
+00100000010000000110011100100011
+11000100000000111000000000000000
+00100000010000000101110010001100
+00100000010000000101110001001010
+01100111111000001100010101110001
+00011111111100011111111000000000
+00100000010000000101110010001000
+01100111111000001100010101101100
+01101111111000001100010101110001
+00011111111000010111111000001111
+00100000010000000101110010001000
+01100111111000001100010101101110
+01101111111000001100010111000001
+11000000000000000101110001011110
+11000000000000001101110001100110
+11000000000000010101110001100010
+11000000000000011101110001101110
+00100000011000000000000000000000
+01011000000000000000000000010010
+00100000001000000110011100100011
+00100000010000000101110001110101
+01101111111000001100010110111000
+11000000011111111101110001010010
+01101000010010001100010110111000
+00100000010000000110110000110010
+00100100011000001000000000000000
+00100000001000000101110000110111
+00100000010000000101110001110101
+01111000010101000111110000000000
+01011000000000000000000000000010
+00100000010000000110011100100011
+11000100000000111000000000000000
+01011000000000000000000000001000
+00100000010000000110011100100011
+00100000001110100101110000010111
+01011000000000000000000000000000
+01100111111000110100010101101011
+00100000011000000000000000000000
+01101111111000010100010101101011
+00011111111001100111111000000000
+01100111111000010100010101101011
+00100000001000000111011000110110
+01101111111000010100010101101101
+00011111111001100111111000000000
+01100111111000010100010101101101
+00100000001000000111011000110110
+01101111111000010100010101101101
+00011111111001100111111000000000
+01100111111000010100010101101101
+01101111111000010100010101101011
+00011111111001100111111000000000
+01100111111000010100010101101011
+00100000010000000101110001110000
+00100000001000000111011000110110
+00100000010000000101110001110000
+00100000001000000111011000110110
+01101111111000010100010101101101
+01101000010010010100010101101011
+01100111111000010100010101101011
+01100000010010010100010101101101
+00100000011000000000000000000000
+01101111111000001100011001100001
+00100000010110100101110010001100
+01110000010001100110000100000001
+00100000011000000000000000000000
+01110000010001110100101000000001
+00100000010000000100000110100010
+00100000001000000101101101100100
+01101111111000001100010110111000
+11000001111111111000000000000000
+01101111111000001100011101001100
+11000001100000001000000000000000
+01011000000000000000000000000000
+01100111111000001100011101001100
+01100111111000100100010101101011
+00100000001000000101110001111011
+11000100000000111000000000000000
+11011000010000001111111100000000
+10011000010000011111111000000000
+00100000011000000000000000000000
+11000100000000011000000000000000
+11011000010000000000000011110000
+10011000010000011111111000000000
+00100000011000000000000000000000
+11011111111000000000000000000011
+00100000010000000110011100100011
+01100111111000010100010101101011
+11011111111000000000000000000100
+00100000010000000110011100100011
+01100111111000010100010101101101
+00100000011000000000000000000000
+01101000010010001100010110101110
+00100000010000000110110000110010
+00100000011000001000000000000000
+01011000000000000000000000001010
+00100000010000000110011100100011
+00100000000000000000001111101000
+00100000001000000101110010010011
+01011000000000001000000100000000
+00100000001000000110011100100010
+01110000010001110101111111111111
+01110000010000111010100000110100
+01011000000011110000111100001111
+01100111111000011100001010101110
+01100111111000011100001010110001
+00100000001000000101011110011011
+01000100101010001100000000001010
+00100000010000000101111001111000
+00100000010000000101110010110000
+01101111111000001100010111010001
+11000000000000001101110010101001
+11000000000000010101110010101011
+00100000011000000000000000000000
+01101111111000110100010111010011
+00100000001000000101110010101100
+01101111111000110100010111110000
+01101000010010110100011000001101
+10011000010001100111110000000000
+00100000001000101101111000100001
+00100000001000000101011110010011
+01110000010001110101111101011010
+00100000011000000000000000000000
+01101111111000010100010000101111
+11000010100001001100111000100000
+00100000001000000101111001000010
+01011000000000000000000000000000
+01100111111000010100011101010000
+01101111111000010100010000101111
+11000010100001001100111000100000
+00100000011000000000000000000000
+01101111111001000100100001001000
+11000100000011011000000000000000
+00100100001101000101110011000010
+01101111111000001100011101001011
+00011111111000001111111000000001
+00011111111000010111111000001111
+01100111111000001100011101001011
+00100100011110100000000000000000
+01110000010001110100101100000000
+01111000010101000111110000000000
+00100000011000000000000000000000
+01101111111000001100010110111000
+11000001111111111000000000000000
+01110000010000001100000100000000
+01110000010001110100110100011110
+00100000011000000000000000000000
+01000100101010010100000000001010
+00011010011000100111111000000000
+11000000000010100101110011011001
+11000000000010101101110011101000
+11000000000010000101111000011100
+11000000000110001101110011110101
+11000000000101001101110011110111
+11000000000110010101110011111001
+11000000000111110100111000101010
+11000000001000000101110100000100
+11000000000111001110000100100100
+11000000000111010110000011110000
+11000000000111100110000100010101
+11000000001000100101110100011000
+00100000011000000000000000000000
+01110000010001110100110000000000
+00100000010000000101110001111011
+01110000010001110110010000000001
+00100000010000000110000011011111
+01101111111000001100011101100101
+00100100001110100101110011100000
+01110000010001110110011000010100
+01101111111000010100001110100110
+01111001001111111111111000000000
+01100111111000010100001110100110
+01110000010010000001010100000000
+01101111111000010100011110001110
+01100111111000010100011110010000
+00100000010000000101111000010010
+00100000001000000101111001000010
+01011000000000000000000000000000
+01100111111000010100011110010000
+01110000010001110110010000000000
+11011000010000000000000000000110
+01101111111001000100100001001000
+11000010100011011101110011101111
+11011000010000000000000000000111
+01100000010010010100001010100110
+01100000010010010100001010101000
+01110000010001111001001000000000
+01110000010001110100101000000000
+00100000010000000100000110100100
+00100000001000000101110101111110
+11011000111000000000000000000010
+00100000001000000101110100000000
+01110000000001001100001100010010
+00100000001000000111000010100100
+01101111111000001100011101100101
+11000000000000001101110011111100
+00100000001000000101110011111110
+00100000010000000101110011110111
+01110000010010000001010000010100
+11011000111000000000000000000001
+00100000001000000101110100000000
+01101111111000001100100000010011
+11111001001000000111111000000000
+01100111111000001100100000010011
+00100000011000000000000000000000
+01101111111000010100001100001111
+11000001000000000000000000000000
+01101111111000001000000101100101
+00011111111010110111111000000000
+00011111111001100111110000001100
+00100000011000010000000000000000
+01011000000000000000000000001001
+01100111111000010100001010100110
+01100111111000010100001010101000
+00100000010000000101110011110111
+01110000010001111001001000000001
+00100000011000000000000000000000
+01101111111000001100011101100101
+00100100011110100000000000000000
+01101111111000001100001101101011
+00011111111001100111111000100010
+00100100011000101000000000000000
+01110000010010000001010000000000
+11011000111000000000000000000000
+00100000001000000101110100000000
+01101111111000001000000110011101
+00011111111001100111110000001100
+00100100001000010101110100001110
+01100111111000010100001010100110
+01100111111000010100001010101000
+01101111111000001000000110011111
+00100000001110100101110100100101
+01101000010010001100100000100111
+10011000010001100111110000000000
+00100000001000010101110100100101
+01101111111000001000000110011111
+01100111111000001100000011000001
+00100000001000000101110100100111
+01101111111000001100100000100111
+01100111111000001100000011000001
+01110000010001111001001000000000
+00100000011000000000000000000000
+01110000010010000001001100000000
+00100000011000000000000000000000
+01000100101010011100000000001010
+00100000010000000100001000000011
+00100100011110100000000000000000
+01101111111000001100011101011111
+11000000011111111101110100110011
+01101111111000001100100000010011
+00011111111000010111111000000011
+11000001100000011000000000000000
+01101111111000001100011101001010
+00100000010110100101110001111001
+01101111111001000100100001001000
+11000010100000001101110101100011
+11000010100000000101110101100011
+11000010100000101101110101100011
+11000010100000110101110101100011
+00100000010000000101100100110001
+00100000010000000101110010111010
+00100100011101000000000000000000
+00100000010000000101110011000101
+00100000010000000101110001111100
+00100000010000000101100111011111
+01101111111001000100100001001000
+11000011000010101101110101000100
+01101111111000001100100000101000
+11000000000000001101110101000101
+00100000001000000101110101100101
+01101111111000001100100000101001
+00100000001110100101110101010101
+01101111111001000100100001101001
+01100111111001000000010011000100
+01101111111000001100100001101000
+11000000000000011101110101010111
+11000000000000010101110101011010
+01110000010001111000010000001000
+01101000010010010100011110000101
+01101111111000001100011110000100
+00011111111000100010001000000000
+00100000010000000100010101000110
+01101000010010001100011110000100
+00011000010000100111001000000000
+11011000110000000000010011000100
+00100000001000000111010101001000
+01101111111001000100100001110010
+00100000001000000101110101001000
+01110000010001111000010000000011
+01101000010010010100011110000111
+00100000001000000101110101001110
+01110000010001111000010000000010
+01101000010010010100011110001001
+00100000001000000101110101001110
+11011010001000000000000000000001
+01101000010010010100011110001011
+00100000010000000100010101000110
+01101111111000001100011110001101
+11100111111000001000000000000101
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000111100010101101010
+01110000010001111000010000000111
+01101111111000111100010101101010
+01100111111000111000010011000100
+01101000010010010100001010001011
+00100000001000000101110101001110
+01110000010001110110010100000000
+01101111111000011100011101101010
+01100111111000011100001100100000
+00100000010000000101110101110011
+01011000000000000000000000000101
+11100111111000001000000000000110
+11011000110000000100011101110000
+00100000010000000101110101111010
+00100000001000000111000011100000
+11011010001000000100001100011100
+11101111111000001000000000010001
+00100000011110100000000000000000
+10011000110000001010001000000000
+11101111111000001000000000000110
+11000001000000001000000000000000
+00100000001000000101110101110100
+11011000101000000100001100100111
+11011111001000000000000000010011
+00100000010000000111010101001000
+00100000001000000100000101000010
+00100000010000000101110110000011
+01101111111000010100001110100100
+11000010100000111101110110001001
+11000010100000000100110111111101
+00100000001000000101111000100001
+01011000000000000000000000000000
+01100111111001000100010101110011
+11100111111000100000000000000101
+01110000010001100110000100000000
+01110000010000100101101000000000
+00100000011000000000000000000000
+00100000010000000101110100101001
+01101111111000010100001110100100
+11000010100000000100110111111101
+00100000001000000101011111000011
+01000100101010100100000000001010
+00100000010000000101100001011101
+00100000010000000110001000111001
+00100000010000000100100100111000
+00100000010000000100101111000000
+00100000010000000110000010000001
+00100000010000000110000110011111
+00100000010000000110000111010000
+00100000010000000101101000111100
+00100000010000000101110110100010
+00100000010000000101110110110010
+00100000010000000101110111010101
+00100000010000000101110111011010
+00100000010000000101110111101000
+00100000010000000101110111110101
+00100000010000000101110111101011
+00100000010000000101111000000010
+00100000010000000101111000000101
+00100000010000000101100111100100
+00100000010000000101111000010101
+00100000001000000101111000001100
+01101111111001000100100001001000
+11000010100110111101110110100101
+00100000011000000000000000000000
+01101111111000001100100000111011
+11000001100000001000000000000000
+11011010011000000100100000111000
+11011010010000000101110110101010
+00100000001000000100110111100001
+01101111111000001100010111010001
+11000001000000000000000000000000
+01101111111001000100100001001000
+11000011100000110000000000000000
+11011000111000000000000000000110
+00100000010000000101111110100001
+00100000010000000100110111010001
+00100000001000000101111000011100
+01101111111000001100010111010001
+11000000000000000101110110111000
+01101111111001000100100001001000
+11000100000110101000000000000000
+01101000010010001100100001100110
+00100000001000000101110110111011
+01101111111001000100100001001000
+11000100000110010000000000000000
+01101000010010001100100001100111
+01100000010010001100100000111010
+00100000010000000101101011010100
+00011111111000010111111000000111
+01101000010010001100100000111010
+10011000010001100111110000000000
+00100000001000101101110111000111
+01101111111000001100010000110001
+01100111111000001100100000111101
+01101111111000001100100000111100
+11000001000000000000000000000000
+01110000010010000011110000000000
+00100000011000000000000000000000
+00100000010000000101110111001100
+01101111111000001100100000111100
+11000001000000001000000000000000
+01110000010010000011110000000001
+00100000011000000000000000000000
+11011010010000000110000011100100
+11011010011000000100100000111101
+01101111111000001100010111010001
+11000000000000000100110111100001
+11011010010000000101110110101010
+00100000010000000100110111100001
+01101111111000001100100000111101
+11000000000000001101111110010011
+00100000011000000000000000000000
+11011010011000000100011101100000
+11011010010000000101110111011000
+00100000001000000100110111101000
+00100000010000000101111001000010
+00100000001000000101011111000011
+11011010011000000100100000010101
+11011010010000000101110111100000
+00100000010000000100110111101000
+01101111111000001100100000010101
+11000000000000001100111000010100
+00100000011000000000000000000000
+01101111111000001100011101011111
+11000000011111111101110010100010
+01101111111000001100011101001110
+00100100001110100101111110111111
+01101111111001000100100001001000
+11000010100110011101111000100001
+11000010100101111110000011011100
+00100000001000000101011111000011
+11011010011000000100100000010100
+11011010010000000101110100010110
+00100000001000000100110111100001
+01101111111000001100011101100100
+00100000011110100000000000000000
+11011010011000000100011101100110
+11011010010000000101110111110000
+00100000001000000100110111100001
+01101111111000001100011101100101
+00100100011110100000000000000000
+01101111111000001100001011001111
+11000001100000000000000000000000
+00100000001000000100011011010100
+01101111111001000100100001001000
+11000011100111011000000000000000
+11011010011000000100011110010000
+11011010010000000101110111111010
+00100000001000000100110111100001
+01101111111000010100011110001110
+01100111111000010100011110010000
+00100000001000000101110101011101
+01101111111000001100100000010011
+11000011100000010000000000000000
+00100000010000000101110011110111
+11011000111000000000000000000000
+00100000001000000101110100000000
+11011010011000000100011101100010
+11011010010000000101011111000011
+00100000001000000100110111100001
+11011010011000000100011101001101
+11011010010000000101111000001000
+00100000001000000100110111100001
+01101111111000001100100000100111
+01100111111000001100000011000001
+01110000010001110100110000000001
+00100000011000000000000000000000
+11011010011000000100011101010000
+11011010010000000101111000001111
+00100000001000000100110111101000
+01101111111000001100010111010001
+11000000000000000110000010010110
+00100000001000000101110010110101
+01101111111000010100100001011010
+01100111111000010100011101010000
+00100000011000000000000000000000
+11011010011000000100011001011000
+11011010010000000101111000011000
+00100000001000000100110111100001
+00100000010000000101111010100110
+01101111111000001100011101100011
+00100100001110100101111101110010
+00100000011000000000000000000000
+00101000000011111111111000100110
+00100000010000001110000010110100
+00100000010000000101110010110101
+00100000010000000101110100101001
+00100000001000000101111000100001
+01000100101010101100000000001010
+01101111111000010100010000101111
+00101111111011111111111000001011
+00100000010000001101111001001000
+00100000010000000101110010110000
+01101111111000010100010000101111
+11000010100001011101111000110000
+01101111111001000100100001001000
+11000011000001000101111000110000
+01101000010010010100011000110000
+00011000010000001000010000000001
+01100000010010010100011000110000
+01100000010010010100001010101111
+00011000000010100111111000000000
+01100111111000001100001010101110
+01101111111000011100011101100111
+01100111111000011100001010110001
+00100000010000000100111000101110
+01101111111000010100010110011000
+01100111111000010100011101100000
+01011000000000000000000000000000
+01100111111000010100011101010000
+01100111111000010100011110010000
+01100111111000001100100000010101
+01100111111000001100011101100010
+01100111111000001100100001000100
+01100111111000001100011101001010
+11011000111000000000000000000010
+00100000010000000101111110100001
+00100000010000000101111110010101
+00100000010000000101110101101010
+00100000010000000110001001110001
+00100000001000000110000110101101
+01000100101010110100000000001010
+11011000111000000000000000000110
+00100000010000000101111110100101
+01110000010001110110001000000000
+00100000010000000101111001001000
+00100000001000000110000111110011
+01110000010010000001010100000000
+00100000001000000111000011100110
+01000100101010111100000000001010
+01101111111001000100100001001000
+11000100000000010000000000000000
+00100000010000000110000110100111
+11011000111000000000000000000010
+00100000010000000101111110100101
+00100000010000000101111001010011
+00100000010000000101111001100010
+00100000001000000101111010100011
+01101111111000001000000000101101
+11000000000110100101111001010110
+00100000011000000000000000000000
+01100111111000001100100000010110
+01101111111000110000000101110011
+01100111111000110100100000010111
+01101111111000111100100000010110
+11011000110000000100010111010010
+11011111001000000000000000000011
+11101000010000111000000000000110
+10011000010001100111110000000000
+00100000001000101101111001110010
+00011000110000001000110000010110
+11000010000000000101111001011100
+00100000011000000000000000000000
+11011010001000000100010111010010
+01101111111000001100010111010001
+00011111111000001111111111111111
+00011111111011111111111000011101
+10011010001000001010001000000000
+01101111111000001000000000101101
+11100111111000001000000000010001
+11000000000110100101111001101011
+00100000011000000000000000000000
+01101111111000110000000101110011
+11100111111000110000000000000101
+11011000110000000100001001001010
+00100000010000000111010011110101
+01101111111000110100001010101110
+11100111111000110000000000000101
+00100000011000000000000000000000
+00011000110000001000110111111010
+00011000110000100000101000000000
+01101000010010110100100000010111
+00011000010000001000010000000011
+11100000010000110000000000000101
+00100000011000000000000000000000
+11011010001000000100010111010010
+01101111111000001100010111010001
+11000001000000000000000000000000
+00011111111000001111111111111111
+00011111111011111111111000011101
+10011010001000001010001000000000
+11101111111000001000000000010001
+01100111111000001100001110101000
+11000000000110100101111010000010
+00100000011000000000000000000000
+11101111111000110000000000000110
+01100111111000110100000100001111
+11011000101000000100001001001010
+00100000010000000111010011110101
+11101111111000110000000000000110
+01100111111000110100001010101110
+00100000011000000000000000000000
+01101111111000010100011000101001
+11011000010000001010101001010101
+10011000010001100111110000000000
+00100000001000101101111010010111
+01100000010010010100011000101001
+00100000010000000101111010011100
+01101111111000001100011101010010
+01100111111000001100010111010001
+01101111111000001100010110110010
+01100111111000001100011000101011
+01101111111000100100010100100111
+01100111111000100100010100101011
+01100111111000100100010011010101
+00100000011000000000000000000000
+00100000010000000101111001111000
+01101111111000100100011000101100
+01100111111000100100010100101011
+01100111111000100100010011010101
+00100000011000000000000000000000
+01101111111000110100001010101110
+01100111111000110100010111101001
+00011111111000001111111100000000
+01100111111000110100011000000110
+00011111111000001111111100000000
+01100111111000110100011000100011
+00100000011000000000000000000000
+01101111111000001100011001011001
+01100111111000001100011001011000
+00100000011000000000000000000000
+01000100101011000100000000001011
+01101111111001000100100001001000
+11000010100010011101111011110100
+11000010100010010101111010111000
+00100000011000000000000000000000
+00100000010000000110100101111001
+00100000010000000101111010111111
+00100000010000000101111010110010
+00100000010000000110100110011101
+00100000010000000101111011000110
+00100000010000000101111010001001
+00100000001000000101100100100110
+01011000000000000100011001010001
+11011000010000000100010111010001
+10011000010001100000010000000000
+01101111111000011100011001010001
+11011010001000000100010111010001
+00100000011000000000000000000000
+00100000010000000110100101111001
+00100000010000000101111010111111
+00100000010000000101111011010100
+00100000010000000101111010110010
+00100000010000000101111011010111
+00100000010000000101111011000110
+00100000001000000101100100100110
+01110000000001001100110010101011
+00100000010000000110110101110100
+00100000010000000110100101111111
+11011010001000000100011001010100
+01101000010010001000010011001100
+00100000010000000101111011001000
+00100000001000000110110101110100
+01110000000001001100110010111001
+00100000001000000101111011000000
+11100000010000001000000000010001
+00011111111100010000010000000000
+11100000010000001000000000000101
+00011111111011001000010000000000
+11100000010000001000000000000101
+11100111111000001000000000000101
+00011010001000100111111000000000
+01100111111100010000000010000100
+01011000000000000000000000000000
+01100111111100010000000010001000
+01110000100000000000011000000010
+00100000001000000110100100111001
+01101111111000011100011001010001
+01100111111000011100001111000111
+00100000001000000110100101010011
+00011111111000100010011000000000
+00011010001000100111111000000000
+00011111111000001111111111111100
+00011111111000100010010000000000
+11101111111000100000000000010010
+01100111111000100100011001010100
+00011010011000100111111000000000
+00100000010000000110100110001100
+01101111111000100100011001010100
+11100111111000100000000000010010
+00100000011000000000000000000000
+01101111111001000100100001001000
+11000100000010010000000000000000
+00100000010000000101111011000110
+00100000010000000110011100011110
+01101000010010001100001111001111
+00100000010000000110110000111111
+01101000010010001100001111010100
+00100000001000000101100100010001
+00100000010000000110101000001111
+01101111111001000100100001001000
+00101111111011111111111000001001
+00100100010000001110101000101001
+00100000010000000101111011110000
+00100000001000000101111010001001
+11011000010000000000000010000000
+11011010001000000100010111010001
+11011010010000000000000000000000
+00100000001000000110101001000110
+11011000010000000000000010000000
+11011010001000000100010111010001
+11011010010000000000000000000000
+00100000001000000110101000111000
+11011000010000000000000000000001
+11011010001000000100011000101011
+11011010010000000000000001011010
+00100000001000000110101000111000
+11011000010000000000000000000001
+11011010001000000100011000101011
+11011010010000000000000001011010
+00100000001000000110101001000110
+01000100101011001100000000001011
+00100000010000000110001001110011
+00100000010000000111000100011010
+00100000010000000101100111101001
+00100000010000000101111100001000
+00100000010000000101111101010011
+00100000010000000101111110001000
+00100000001000000101100101001010
+01101111111001000100100001001000
+11000010100101001101111100001101
+11000010100110111101111100001101
+00100000011000000000000000000000
+01110000010010000011000100000011
+01101111111000001100010110110110
+11000001011111111000000000000000
+11011010001000000000000000000000
+01110000010010000011001100000110
+01101000010010001100010110110110
+00100000010000000101111100011101
+01100111111000001100100000110001
+01101111111000001100010110110101
+11000000011111111101111100011010
+00100000010000000101101100011110
+00011010001000100111111000000000
+11000010100000110101111100111110
+00100000001000000101111100110011
+01101000010010001100010110110110
+00100000010000000101100100010101
+00100000001000000101111100010111
+01101111111001000100100001001000
+11000010100101101101111100101001
+01101111111000001100100000110001
+00011111111000100010011000000000
+01101111111000001100010110110101
+11000000011111111101101101010010
+01101111111000001100100000110111
+00100100001110100101111100100110
+00100000001000000101111100101011
+01110000010010000011101100000000
+01110000010010000011000100000000
+00100000011000000000000000000000
+01101111111000001100100000110001
+00100000001000000101101101000110
+00100000010000000110110000110010
+01101000010010001100010110110101
+00100000001000001101111100101001
+01101000010010001100010110110101
+00100000010000000110110001000011
+01101000010010001100010110110110
+01101111111000001100100000110001
+00100000001000000101101101000110
+01101111111000001100100000111011
+11000001000000000000000000000000
+01110000010010000011101100000000
+01101111111001000100100001001000
+11000011100110100000000000000000
+01101111111000001100100000111000
+00011111111001100111110000010100
+00100100010000010101111101101000
+01101111111000001100010000110001
+01100111111000001100100000111000
+00100000011000000000000000000000
+00100000010000000101111101001010
+00100000011101000000000000000000
+01101111111000001100100000111011
+11000001000000001000000000000000
+01110000010010000011101100000001
+01101111111001000100100001001000
+11000010100110100101110110101010
+01101111111000001100100000010101
+00100000011110100000000000000000
+01101111111000001100010110011100
+01100111111000001100100000010101
+00100000011000000000000000000000
+01111000010101000111110000000000
+01101111111001000100100001001000
+11000011100101101000000000000000
+01101111111000001100100000101011
+00100000011110100000000000000000
+01101111111000001100100000101100
+00100000011110100000000000000000
+01111000001101000111110000000000
+00100000011000000000000000000000
+01101111111001000100100001001000
+11000010100101010101111101010111
+11000010100101011101100001011101
+00100000011000000000000000000000
+01101000010010001100010110111001
+00100000010000000101100100010101
+01101000010010001100010110111001
+00100000010000000110110000110010
+00100000001000001101111101100000
+01101111111000001100010111010001
+11000001000000001000000000000000
+01110000010001011101000100000001
+00100000001000000101110010110010
+01101111111001000100100001001000
+11000011000101011101111101100100
+01101111111000110100010110001001
+01100111111000110100010101111101
+01101111111000001100010111010001
+11000001000000000000000000000000
+01110000010001011101000100000000
+00100000001000000110000010110100
+01000100101011010100000000001011
+01101111111000001100100001010000
+11000001000000001000000000000000
+00100000010000000101111101110100
+01100000010010001100010111010001
+00100000010000000101111110001011
+00100000010000000101110010110010
+00100000010000000101111110001101
+01110000010001110110001100000001
+00100000001000000101111010100011
+00100000010000000101111110001011
+00100000001000000110100111110110
+01101000010010001100010111010001
+00011000010000001000010000000001
+01101111111001000100100001001000
+11000010100010001101111101111011
+00011000010001100111110000000010
+00100100010000010101111110000010
+00100000011000000000000000000000
+01101111111000001100100001010000
+00011111111000001111111111111111
+10011000010001100111110000000000
+00100100010000010101111110000000
+00100000011000000000000000000000
+11011000010000000000000000000000
+00100000011000000000000000000000
+11011000010000000000000000000001
+00100000011000000000000000000000
+11011000010000000000000000000001
+11011010001000000100010111010001
+11011010010000000000000000000000
+00100000001000000110101000111000
+01101111111001000100100001001000
+11000100000110100000000000000000
+00100000001000000101111100001101
+11011000111000000000000000000000
+00100000001000000101111110100001
+11011000111000000000000000000000
+00100000001000000101111110100101
+11011000111000000000000000000011
+00100000001000000101111110100001
+11011000111000000000000000000011
+00100000001000000101111110100101
+11011000111000000000000000000101
+00100000001000000101111110100001
+11011000111000000000000000000101
+00100000001000000101111110100101
+11011000111000000000000000010100
+00100000001000000101111110100001
+11011000111000000000000000011000
+00100000001000000101111110100001
+11011000111000000000000000010110
+00100000001000000101111110100001
+11011000111000000000000000001100
+00100000001000000101111110100001
+11011000111000000000000000011100
+00100000001000000101111110100001
+01101111111001000100100001001000
+11111001001000000111111000000000
+01100111111001000100100001001000
+00100000011000000000000000000000
+01101111111001000100100001001000
+11111001001111111111111000000000
+01100111111001000100100001001000
+00100000011000000000000000000000
+11011000111000000000000000010101
+00100000010000000101111110100001
+01011000000000000000000000000000
+01100111111001000100100001101000
+01100111111001000100100001110001
+01101111111000001100010110100100
+00011111111000010111111011000000
+11000000001000000101111110110110
+11000000010000000101111110111000
+11000000011000000101111110111101
+01011000000001110000000000001000
+01100111111001000100100001101001
+00100000011000000000000000000000
+01011000000001000000000000000101
+00100000001000000101111110110100
+01011000000000100010001100000011
+01100111111001000100100001101000
+01011000000000000000000000000011
+01100111111001000100100001110001
+00100000011000000000000000000000
+01011000000000001100110100000011
+00100000001000000101111110111001
+01000100101011011100000000001011
+01101111111000001100011101001110
+00011111111000001111111111111111
+01100111111000001100011101001110
+01101000010010001100010111010001
+00011000010001100111110000000001
+00100100010000101101111101110100
+01100000010010001100010111010001
+00100000010000000101111110000100
+00100000010000000101111001100010
+00100000001000000101011110010011
+01000111010000110100000000110000
+01101111111000001100010111000000
+11000001000000011000000000000000
+01101111111001000100100001001000
+11000100000111000000000000000000
+01101111111000100100010101101011
+00100000011110100000000000000000
+00100000010000000110000001110001
+01011000000000000000000000000011
+00100000010000000110000001100111
+00100000010110100110000001100011
+00100100010110100110000001100101
+01011000000000000000000000000010
+00100000010000000110000001101100
+00100000010110100110000001100011
+01101111111000001100011001100010
+11000000000000001101111111100000
+01101111111001000100100001001000
+11000100000111000000000000000000
+11011111001000000000000000000101
+11011000101000000100011001100010
+00100000001000000111010100001111
+00100000010000000101111111110100
+01101111111000010100011001100011
+01100111111000010000010101100000
+01101111111000010100010101101011
+01100111111000010000010101100010
+00100000010000000110000000101101
+01101111111000010000010101100000
+01100111111000010100011001100011
+01101111111000010000010101100010
+01100111111000010100010101101011
+01101111111000010100011001100101
+01100111111000010000010101100000
+01101111111000010100010101101101
+01100111111000010000010101100010
+00100000010000000110000000110101
+01101111111000010000010101100000
+01100111111000010100011001100101
+01101111111000010000010101100010
+01100111111000010100010101101101
+00100000011000000000000000000000
+01101111111001000100100001001000
+11000100000111001000000000000000
+01000111010001001100000000110001
+01101111111000010100011001100011
+01100111111000010000010101100111
+00100000010000000110000000001000
+01100111111000010100011001100011
+01101111111000010100010101101011
+01100111111000010000010101100111
+00100000010000000110000000010110
+01100111111000010100010101101011
+01101111111000010100011001100101
+01100111111000010000010101100111
+00100000010000000110000000001000
+01100111111000010100011001100101
+01101111111000010100010101101101
+01100111111000010000010101100111
+00100000010000000110000000010110
+01100111111000010100010101101101
+00100000011000000000000000000000
+01101111111000001000010101101000
+00100000001110100110000000001011
+00100000001000000110000000010000
+01101111111000001000010101100111
+00100000010000000110000000100011
+01100111111000001000010101100111
+01101111111000010000010101100111
+00100000011000000000000000000000
+01101111111000001000010101100111
+00100000010000000110000001011111
+00100000010000000110000000100011
+00100000010110100111011001000100
+00100000010000000110000001011011
+00100000001000000110000000001110
+01101111111000001000010101101000
+00100000001110100110000000011001
+00100000001000000110000000011101
+01101111111000001000010101100111
+00100000010000000110000000101000
+01100111111000001000010101100111
+00100000001000000110000000001110
+01101111111000001000010101100111
+00100000010000000110000001011111
+00100000010000000110000000101000
+00100000010110100111011001000100
+00100000010000000110000001011011
+00100000001000000110000000001110
+00011111111011111111111000000100
+00011111111001101111110000000101
+00100000010000000111010111010000
+00011000000001111111111000000000
+00100000011000000000000000000000
+00011111111011111111111000001100
+00011111111001101111110000001010
+00100000010000000111010111010000
+00011000000001111111111000000000
+00100000011000000000000000000000
+01101111111000010000010101100000
+01101000010010010000010101100010
+10011000010000001111111000000000
+01101000010010001100011001100111
+10011000010000001111111000000000
+00011111111000010000010000000001
+01100000010010001100011001100111
+00100000001000000110000000111101
+01101111111000010000010101100000
+01101000010010010000010101100010
+10011000010000001111111000000000
+01101000010010001100011001101000
+10011000010000001111111000000000
+00011111111000010000010000000001
+01100000010010001100011001101000
+00100000001000000110000000111101
+01100111111000011000010101100100
+00101111111011111111111000010000
+00100000001000001110000001000111
+01101111111000001000010101100101
+11000000011111111110000001001110
+01101111111000001000010101100100
+00011111111000110111111000000000
+01100111111000010000010101100000
+01100111111000010000010101100010
+00100000011000000000000000000000
+01101111111000001000010101100101
+11000000000000000110000001001011
+01101111111000011000010101100100
+00100000001000000110000001000011
+01110000000001010110011000000000
+01101111111000001000010101100100
+00100000001000000110000001000011
+01101111111000001000010101100100
+00100000010000000110000001011001
+01100111111000001000010101100000
+01100111111000001000010101100010
+00100000001110100110000001010111
+01011000000000000000000011111111
+01100111111000001000010101100001
+01100111111000001000010101100011
+00100000011000000000000000000000
+01011000000000000000000000000000
+00100000001000000110000001010100
+00100000010000000110000001011111
+00011111111000110111111000000000
+00100000010000000110000001100000
+00011111111001100111111000000000
+01100111111000001000010101100111
+00100000011000000000000000000000
+00011111111001100111111000000000
+01100111111000001000010011011000
+01101111111000001000010011011000
+00100000011000000000000000000000
+01110000010001100110001000000000
+00100000011000000000000000000000
+01110000010001100110001000000001
+00100000011000000000000000000000
+10011010001001100111110000000000
+00100100001000010111011001000100
+10011010010001100111110000000000
+00100100001000010111011001000100
+00100000001000000111011001000110
+10011010001001100111110000000000
+00100100011000010000000000000000
+10011010010001100111110000000000
+00100100011000010000000000000000
+00100000001000000111011001000110
+01101111111000010100010101101011
+00100000010000000110000001111000
+00011111111000100010001000000000
+01101111111000010100010101101101
+00100000010000000110000001111000
+00011111111000100010010000000000
+00100000011000000000000000000000
+01100111111000010000010101100010
+01101111111000001000010101100011
+11000000011111111110000001111110
+01101111111000001000010101100010
+00011111111000010111111011111111
+00100000011000000000000000000000
+01101111111000010000010101100010
+00011111111001100111111000000000
+00100000001000000110000001111100
+11011010011000000100010101011110
+11011010010000000110000010000100
+00100000001000000100110111100001
+01101111111000100100010101010010
+01100111111000100100010011110101
+01110000010001110100110000000001
+00100000011000000000000000000000
+01101111111000001100100001111110
+11000000000000000110000010010000
+11000000000000001110000010010010
+11000000000000010110000010001101
+11000000000000011110000010010100
+01011000000011101010011000000000
+01100111111000100100010101010010
+00100000011000000000000000000000
+01011000000001011110011101000000
+00100000001000000110000010001110
+01011000000010010010011111000000
+00100000001000000110000010001110
+01011000000100100100111110000000
+00100000001000000110000010001110
+01000111010000111100000000110000
+01110000010001010011111100000000
+00100000010000000100110010111110
+01011111111111111111111111111111
+01100111111000100100010011110101
+01011000000000000000000000000000
+01100111111000111100010101101010
+01110000010010000111110100000001
+00100000010000000101101111111001
+00100000010000000101011111010111
+01101111111000001100100001111101
+00100100010110100101011111010111
+01101111111001000100010011110101
+00100000001000000100110100101001
+01101111111000001100100001111101
+00100100010110100110000010101000
+01110000010010000111110100000000
+00100000001000000100110010111101
+00100000010000000101101101100111
+01101111111001000100100001001000
+11000100000111100000000000000000
+01101111111000001100010110101011
+11011000010000000000000001000000
+00100000010000000110110001101000
+01101111111000001100010110101100
+11011000010000000000000001000000
+00100000001000000110110001101000
+01101111111000001100100001111101
+00100100001110100100110010010111
+00100000001000000100110010010011
+01111001001111111000000000100110
+01110000010001010011101100000000
+11011000111000000000000000000001
+00100000001000000101111110100101
+01101111111001000100100001001000
+11000011000010001110000011000101
+00100000010000000101011110011110
+00100000001101000110000100000111
+01101111111001000100100001001000
+11000010100110000110000011001010
+11000011000110001110000011001010
+00100000010000000101101011001111
+00011010001000010111111000000111
+01101000010010001100100001100111
+10011000010001100111110000000000
+00100000001000101110000011100100
+00100000001000000110000011001010
+01101111111000001100011101001110
+00100100001110100101111110111111
+00100000011000000000000000000000
+00100000010000000101011110011110
+00100000001101000110000011010100
+01110000010001011101000100000000
+01101111111000010100100001010110
+01100111111000010100010100100001
+01110000010001010010010100000010
+00100000001000000100101111000011
+00100000010000000110000110101101
+01101111111000010100010100011011
+01100111111000010100010100100001
+01110000010001010010010100000100
+00100000001000000100101111000011
+01101111111000001100010111010001
+11000000000000000110000100000111
+00100000010000000101110010110000
+00100000010000000110000010110100
+00100000010000000110000111101111
+01110000010001011101000100000001
+00100000010000000101111001111000
+00100000001000000101011110010011
+00100000010000000101011110011110
+00100000001101000101011111000011
+00100000001000000101111000100001
+00100000010000000101011110011110
+00100000011101000000000000000000
+01101111111001000100100001001000
+11000010100101111101111010100011
+00100000011000000000000000000000
+11011000111000000000000000000001
+00100000010000000101111110100001
+01011000000000000000000000000000
+01100111111000010100010100100001
+00100000010000000101111001000010
+00100000010000000110001001110001
+00100000010000000110000110101101
+01110000010001001100111100000001
+01101111111001000100100001001000
+11000011000010101100100100111011
+01110000010001001100111100000010
+00100000001000000100100100111011
+01101111111000001100010100111111
+00100100001110100110000010010110
+01101111111000001100010100100101
+11000000000000010110000011111111
+11000000000000100110000100001011
+11000000000000011110000100010000
+01101111111001000100100001001000
+11000010100111100110000010010110
+00100000010000000110000111110011
+00100000010000000110000010110100
+01101111111000001100011101001110
+00100100001110100101111110111111
+01101111111000001100010111010001
+11000000000000000101011111000011
+00100000011000000000000000000000
+01101111111001000100100001001000
+11000010100101111110000011001111
+11000010100110000110000011001111
+11000011000111010110000100000111
+01101111111000100100011000101100
+01101000010010100100011000001101
+10011000010001100111110000000000
+00100000001000101110000011100100
+01101111111000010100010100011111
+01100111111000010100010100100001
+01110000010001010010010100000011
+00100000001000000100101111000011
+01101111111001000100100001001000
+11000011000101111110000011110110
+01101111111000001100100001010000
+11000000000000001110000011110110
+00100000001000000110000011010111
+01101111111001000100100001001000
+11000011000101111110000011110110
+11000010100010011110000011110110
+11000010100010010110000011110110
+00100000001000000110000011010000
+01101111111000100100010011010101
+01100111111000100100010100101011
+01100111111000100100011000101100
+00100000010000000100101111101000
+00100000010000000110000110100111
+00100000010000000101111000010010
+00100000010000000101110001111011
+01110000010001110100110000000000
+01110000010001010011101100000000
+01110000010001010010010100000000
+01101111111000100100010100101011
+01101111111000100100010100100111
+10011000010001100111110000000000
+00100000011000101000000000000000
+00100000001000000110000011011111
+00100000010000000101111000010010
+11011000111000000000000000000001
+00100000010000000101111110100101
+00100000010000000110000110100111
+01011000000000000000000000000000
+01100111111000010100010100011101
+01100111111000010100010100100001
+01100111111000001100010100111011
+01100111111000001100011001100001
+01100111111000001100010100100101
+00100000010000000101110001111011
+00100000010000000101110010001100
+01101111111000100100010011010101
+01100111111000100100010100101011
+01100111111000100100011000101100
+00100000001000000101111010100011
+01000111010001000100000000110001
+11000110100100110000000000000000
+00100000010000000101100100110001
+00100100011101000000000000000000
+01101111111001000100100001001000
+11000011000010101110000100111100
+01101111111000001100100000101000
+00100100001110100110000101010011
+00100000010000000101110001111100
+01101111111000001100010011001111
+11000010100000001110000101001011
+01101000010010001100010001100000
+01101111111000001100010101101010
+10011000010000011111111000000000
+01100111111000001100010101101010
+01101000010010001100010001100101
+01101111111000001100010101101111
+10011000010000001111111000000000
+01100111111000001100010101101111
+01101000010010001100010001100110
+01101111111000001100010101110000
+10011000010000001111111000000000
+01100111111000001100010101110000
+01110000010001001100111100000001
+11011010001000000000000000000111
+11011010010000000100010101101010
+01101111111001000100100001001000
+11000010100011000100110101010000
+01101111111000010100010101101111
+00100000011110100000000000000000
+00100000001000000100110101010000
+01110000010001001100111100000010
+11011010001000000000000000001001
+01101111111000001100100000101001
+00100100001110100110000101011001
+11011010010000000100100001110001
+00100000011000000000000000000000
+11011010010000000100100001101000
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000011100100001000001
+00100000011000000000000000000000
+01101111111001000100100001001000
+11000100000010110000000000000000
+01101111111000001100011101001100
+00100000011110100000000000000000
+01101111111000001100010101000001
+00100000011110100000000000000000
+01101111111000001100100000111110
+00011111111000001111111000000001
+00011111111000010111111000000011
+01100111111000001100100000111110
+00100100011110100000000000000000
+01110000010010000011111100000000
+01000100101011100100000000001011
+01101111111000001100100000111111
+00011111111000001111111000000001
+01100111111000001100100000111111
+00011111111001100111110000001000
+00100100001000010110000101110110
+00100000010000000100110000000101
+00100000010000000100110011001000
+00100100001011000110000101111100
+00100100001101111110000101111100
+00100000010000000110000110001111
+00100000010000000110000110000110
+00100000010000000100110000000001
+01101111111000001100100001000000
+00011111111000001111111000000001
+01100111111000001100100001000000
+11000000000010000110000101111110
+00100000011000000000000000000000
+00100000010000000100100011001100
+00100000001000000110000101101010
+01110000010010000100000000000000
+01101111111000001100100001000001
+11000011100000000000000000000000
+01111001001000000111111000000000
+01100111111000001100100001000001
+01101111111000010100100001011000
+01100111111000010100011101010000
+00100000001000000101101111111001
+01101111111000001100010101000001
+00100000001110100110000101011011
+01110000010010000100000000000000
+01101111111000001100100001000001
+11000100000000000000000000000000
+01111001001111111111111000000000
+01100111111000001100100001000001
+00100000010000000101111000010010
+00100000001000000101101101100111
+00100000010000000100110011011111
+01101111111000001100010000111110
+00101111111000011111000000001000
+00100100011000001000000000000000
+01101111111000001100010000111111
+11000000011111111110000010010110
+00100000011000000000000000000000
+01101111111000001100010111010001
+11000000100000000011101101111110
+01101111111000001100010100010000
+00100000011110100000000000000000
+01110000100000000100001000000010
+01101111111100001000000100110000
+00011111111000010111111011111100
+01100111111100001000000001001100
+00100000001000000011110000110111
+01101111111001000100100001001000
+11000100000100000000000000000000
+01101111111000001100100001000100
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000001100100001000100
+00100000001110100110000111110011
+00100000001000000110001000000001
+01101111111001000100100001001000
+11000100000100000000000000000000
+00100000010000000110001001110001
+01101111111000001100100001011100
+01100111111000001100100001000100
+00100000011000000000000000000000
+01110000010010000100010000000000
+01101111111000010100100001100000
+01100111111000010100010111001001
+01100111111000010100010111001011
+01101111111000001100010111010001
+11000000000000000110000110110110
+11000000000000001110000110111000
+11000000000000010110000110111010
+00100000011000000000000000000000
+01101111111000001100010110111100
+00100000001000000110000110111011
+01101111111000001100010110111101
+00100000001000000110000110111011
+01101111111000001100010110111110
+01100111111000001000010011001100
+00100000010000000110000111110011
+01101111111000001000010011001100
+01100111111000001100010111001000
+11011010001000000000000000000000
+01110000010001011100011000000001
+00100000001000000111000000110000
+01101111111000001100010110111111
+11000001011111111000000000000000
+01101111111000010100011101100000
+00100100011110100000000000000000
+01101111111000010100010100011101
+00100100011110100000000000000000
+01101111111000010100010100100001
+00100100011110100000000000000000
+01101111111000001100100001000100
+00100100011110100000000000000000
+01101111111000001100100001011101
+00100000001110100110000111010011
+01100111111000001100100001000101
+00100000011000000000000000000000
+11011010011000000100100001000101
+11011010010000000110000111010011
+00100000001000000100110111100001
+01101111111000001100010110111111
+01100111111000001100010111001000
+01101111111000010100100001011110
+01100111111000010100010111001001
+01100111111000010100010111001011
+11011010001000000000000000000000
+01101000010010001100011000101011
+00011000010000001000010000000001
+01101111111001000100100001001000
+11000011000011100110000111100000
+00011000010000001000010000000001
+00011000010001100111110000000100
+00100100010000010110000111100011
+01100000010010001100010111000111
+01110000010001011100011000000001
+00100000011000000000000000000000
+11011000010000000000000000000001
+00100000011000000000000000000000
+01111000010101000111110000000000
+01101111111000001100010110111111
+01101000010010001100010111001000
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000001100010111000111
+00100000011110100000000000000000
+01110000010001011001001100000000
+01111000001101000111110000000000
+00100000011000000000000000000000
+00100000010000000110000111111111
+00100000010000000110000111111000
+00100000010000000110000111111011
+00100000001000000110000111111101
+01101111111000001100010111010001
+11000000000000000110000111111000
+11000000000000001110000111111011
+11000000000000010110000111111101
+00100000011000000000000000000000
+01110000010010000100011100000000
+01101000010010001100010110111100
+00100000001000000110001000001100
+01101000010010001100010110111101
+00100000001000000110001000001100
+01101000010010001100010110111110
+00100000001000000110001000001100
+01101000010010001100010110111111
+00100000001000000110001000001100
+01101111111000001100010111010001
+11000000000000000110001000000110
+11000000000000001110001000001000
+11000000000000010110001000001010
+00100000011000000000000000000000
+01101000010010001100010110111100
+00100000001000000110001000010000
+01101000010010001100010110111101
+00100000001000000110001000010000
+01101000010010001100010110111110
+00100000001000000110001000010000
+01000100101011101100000000001011
+01100000010010001100010111001000
+11011010001000000000000000000000
+00100000001000000111000000101011
+01000100101011110100000000001011
+01100000010010001100010111001000
+11011010001000000000000000000000
+00100000001000000111000000100110
+01000100101011111100000000001011
+01101111111000001100010110111100
+10011000010001100111110000000000
+00100000010000101110001000110101
+01101111111001000100100001001000
+11000011000100100110110000111111
+00100000010000000110001000100110
+00100000010000000110001000101010
+00100000010000000110001000101110
+01101111111000001100100001000110
+00100000001110100110110000111111
+01110000010010000100011000000000
+00100000001000000110110001011011
+01000100101100000100000000001100
+01101111111000001100010110111100
+10011000010001100111110000000000
+00100000010000101110001000110111
+00100000001000000110110001000011
+01101111111001000100100001001000
+11000100000100110000000000000000
+01101111111000001100010110111110
+00100000001000000110001000110001
+01101111111001000100100001001000
+11000100000100101000000000000000
+01101111111000001100010110111111
+00100000001000000110001000110001
+01101111111001000100100001001000
+11000100000100111000000000000000
+01101111111000001100010110111011
+10011000010001100111110000000000
+00100100011000101000000000000000
+01110000010010000100011000000001
+00100000011000000000000000000000
+01110000010010000100011100000000
+00100000011000000000000000000000
+01110000010010000100011100000001
+00100000011000000000000000000000
+01101111111000010100011101100000
+00100100011110100000000000000000
+01101111111000010100010100011101
+00100100011110100000000000000000
+01101111111000010100010100100001
+00100100011110100000000000000000
+01101111111000001100100001000100
+00100100011110100000000000000000
+00100000010000000110000111100101
+00100000011101000000000000000000
+01101111111001000100100001001000
+11000100000100001000000000000000
+11000100000000100000000000000000
+11000010100100011110001001011111
+01101111111000001100010110010010
+00011111111000001111111000000001
+01100111111000001100010110010010
+00011111111001100111110000010100
+00100100010000010110001001010001
+11000000000000010110001001010011
+11000000000000100110001001011001
+11000000000000110110001001010011
+11000000000001000110001001011001
+00100000011000000000000000000000
+01110000010001011001001000000001
+00100000001000000110001001011001
+01101111111001000100100001001000
+11000010100100010110001000000001
+01101111111000001100010110111011
+11000001011111111000000000000000
+01101000010010001100010110111011
+00100000001000000110001000010000
+01101111111001000100100001001000
+11000010100100010110000111110011
+01101111111000001100010110111011
+11000001011111111000000000000000
+01101000010010001100010110111011
+00100000001000000110001000001100
+01101111111000010100100001011010
+01101000010010010100011101010000
+10011000010001100000010000000000
+01101111111000010100100001100100
+10011000010001100111110000000000
+00100100001000010110001001110001
+01101111111000001100010110010011
+00100100011110100000000000000000
+01110000010001011001001100000001
+00100000001000000110001001101001
+01101111111000010100100001100010
+01100111111000010100010111001001
+01100111111000010100010111001011
+01101111111001000100100001001000
+11000010100100010110000110110001
+01101111111000001100010110111011
+11000001011111111000000000000000
+00100000001000000110000110111011
+01110000010001011001001100000000
+00100000001000000110001001011001
+01101111111001000100100001001000
+11000100000100001000000000000000
+11000100000000100000000000000000
+11000010100100011110001010000101
+01101111111000001100010110010010
+00011111111001100111110000001010
+00100000001000010110001010000001
+01101111111000001100010111010001
+11000000000000000110001001111110
+01110000010000001001010000000001
+00100000011000000000000000000000
+01101111111001000100100001001000
+11000011100011000000000000000000
+00100000001000000100110100111111
+01101111111000001100010111010001
+11000000000000000100110101010000
+01110000010000001001010000000000
+00100000011000000000000000000000
+01101111111000001100010110010011
+00100100001110100110001010000001
+00100000001000000110001001111010
+00100000010000000011101001100000
+01101111111000001000000000001001
+00100000001000000100110001001101
+00100000010000000110001010001000
+00100000001000000100110101011101
+01101111111000001100100000010011
+00101111111000000000011000000011
+00100100001000001111011001000100
+00100000010000000100111000101100
+00100000001000000111011001000110
+01101111111000010100010000101111
+11000010100001001110001010001101
+00100000011000000000000000000000
+00100000010000000110111111010011
+00100000011101011000000000000000
+01011000000000000110001100010110
+01100111111000010100001110001010
+01011000000000000110001100010100
+01100111111000010100001110001100
+01011000000000000110001100010010
+01100111111000010100001110010000
+01011000000000000110001011000011
+01100111111000010100001110010010
+01011000000000000110001010111101
+01100111111000010100001110001000
+01011000000000000110001110000010
+01100111111000010100001110010100
+01011000000000000110001011111001
+01100111111000010100001110011000
+01011000000000000110001101011101
+01100111111000010100010001111001
+01011000000000000110001110011001
+01100111111000010100010001110100
+01011000000000000110001110011010
+01100111111000010100010001110110
+00100000010000000110001010111000
+00100000010000000100000101000010
+00100000010000000110001110000101
+00100000010000000110110100001111
+00100000010000000111000100011101
+00100000010000000111000000011000
+01000100101100001100000000001100
+00100000010000000110001110010010
+01101111111000001100010001101111
+11000000000000000110001010111010
+01101111111000001100010001110000
+01100111111000001100010000110010
+00100000001000000110001110100001
+01110000010000010010000000000111
+00100000011000000000000000000000
+01110000010001000011001011111111
+01110000010001000111000100000001
+00100000001000000110001100110001
+01101111111000001100010001110001
+11000000000000010100111000001001
+00100000010000000110011010110100
+01101111111000001100001111101110
+00100100001110100100111000001001
+00100000001000000100111000001011
+00011010011000100111111000000000
+11000000000010100110001011001100
+11000000000010101110001011010000
+11000000000111111110001011010011
+11000000001000000110001011011001
+11000000000010000110001011011111
+11000000000101100110001011100000
+11000000000101101110001011101011
+00100000011000000000000000000000
+00100000010000000110001100011000
+01011000000000000000000000000000
+01100111111000010100010001001001
+00100000001000000100111000100110
+00100000010000000111000100011101
+01110000010001000100001000000000
+00100000001000000110001100110001
+00100000010000000111000100011101
+01110000010001000100001000000001
+01101111111001000100010001010011
+01100111111001000100001010100110
+00100000010000000100111000101100
+00100000001000000100010111110011
+01101111111000010100001100001111
+11000001000000000000000000000000
+01101111111001000100010001011011
+00100000011110100000000000000000
+01100111111001000100001010100110
+00100000001000000100010111110011
+00100000001000000110001110110110
+01101111111000001100010001101111
+11000001000000000000000000000000
+01101111111000001100010001110001
+11000001100000001000000000000000
+00100000010000000110001011100110
+00100000001000000100111000100100
+01110000010001100111000100000001
+11011111001000000000000000001011
+11011000101000000100011001110010
+11011000110000000100011001011011
+00100000001000000111010101001000
+01101111111000001100010001101111
+11000001000000000000000000000000
+01101111111000001100010001110001
+11000000000000001110001011110000
+00100000001000000110001110110010
+01101111111000001100011001110001
+11000001100000001000000000000000
+01110000010001100111000100000000
+01101111111000010100010000101111
+11000010100001001100111000100110
+11011111001000000000000000001011
+11011000110000000100011001110010
+11011000101000000100011001011011
+00100000001000000111010101001000
+00100000010000000110001011111100
+00100000010000000110001100000011
+00100000001000000110001100001101
+11011010011000000100010001101101
+11011010010000000110001011111111
+00100000001000000100110111101000
+01110000010001000111000100000010
+00100000010000000100111000100110
+00100000010000000110001101000010
+00100000001000000110001110011110
+11011010011000000100011001111110
+11011010010000000110001100000110
+00100000001000000100110111100001
+01101111111000010100010000101111
+11000010100001001110001110011110
+01101111111000001100011001011011
+11000000000000001110001110011110
+11000000000000100110001110011110
+11000000000000101110001110011110
+00100000001000000100111000101000
+01101111111000001100010001110001
+11000001100000001000000000000000
+11011010011000000100010001001001
+11011010010000000110001100011111
+00100000001000000100110111101000
+00100000010000000110001101101110
+00100000001000000110110101000000
+00100000010000000110110001110100
+00100000001000000110110100110100
+00100000010000000110110001110100
+00100000001000000110111111010111
+01101111111000001100010000110111
+11000010100000000110001100011011
+00100000011000000000000000000000
+01101111111000010100010001101001
+01100111111000010100010001101011
+01100111111000010100010001101101
+00100000001000000100111000010110
+01101111111000001100010001110001
+11000001100000001000000000000000
+01101111111000001100010000110111
+11000010100000000110001100100100
+00100000011000000000000000000000
+01101111111000010100010000101111
+11000011100001001000000000000000
+01101111111000010100010001100111
+01100111111000010100010001101011
+01100111111000010100010001101101
+01101111111000010100010001000101
+00100000010000000110001111000111
+00100000010000000100111000100010
+01101111111000100100010001001111
+01100111111000100100011001011110
+01101111111000010100010000101111
+11000011100001011000000000000000
+00100000001000000100111000011000
+01101111111000001100010001110001
+11000001100000001000000000000000
+01101111111000001100010000110111
+11000010100000000110001100110110
+00100000011000000000000000000000
+01101111111000010100010001001001
+01101000010010010100010001000111
+01100000010010010100010001001001
+00100100011110100000000000000000
+01101111111000010100010001000011
+00100000010000000110001111000111
+00100000010000000100111000100010
+01101111111000100100010001001011
+01100111111000100100011001011110
+01101111111000010100010000101111
+11000011100001011000000000000000
+00100000001000000100111000011000
+01101111111000010100010000101111
+11000010100001001100111000100000
+00100000001000000110001100011000
+00100000010000000111011000111000
+01101111111000010100010000101111
+11000010100001001110001101001001
+00100000011000000000000000000000
+01101111111000001100010001000010
+00100000011110100000000000000000
+00100000001000000111011000110110
+00100000010000000111011000111000
+01101111111000010100010000101111
+11000011100001001000000000000000
+00100000001000000111011000110110
+01101111111000001100010000110111
+11000010100000000110001101010011
+00100000011000000000000000000000
+00100000001000000110001100110001
+01111000010101100111110000000000
+01101111111000010100010001101011
+01100111111000010100010001101101
+00100000010000000110001101001100
+00100000001101000110001101010000
+00100000010000000110001101000101
+00100100011101000000000000000000
+01111000001101100111110000000000
+00100000011000000000000000000000
+00100000010000000110001101010100
+00100100011101100000000000000000
+00011010001000100111111000000000
+00100000001110100110001101100100
+00100000010000000100111000100100
+11011010011000000100010010000011
+00100000001000000110001101100110
+00100000010000000100111000100110
+11011010011000000100010010101011
+11011111111000000000000000000101
+10011000111011111111111000000000
+10011010011000001010011000000000
+11101111111000001000000000010011
+00100000011110100000000000000000
+00100000010000000110001101111010
+00011010011000001010011000000001
+00100000001000000110001101101001
+01101111111000010100010000101111
+11000010100001001110001101110001
+00100000011000000000000000000000
+00100000010000000100001000000011
+00100100011110100000000000000000
+00100000010000000110001101111101
+00100100011101000000000000000000
+00011111111000001111111111111111
+00011111111011111111111000000101
+11011000010000000100010011010011
+10011000010000001000110000000000
+00100000001000000110001111001011
+01100111111000001000010011000100
+11011010001000000000010011000100
+00100000001000000111000100100010
+11011010001000000000010011000100
+00100000010000000111000100111010
+00100100011101000000000000000000
+01101111111000001000010011000100
+00100000011000000000000000000000
+01101111111000010100001101101011
+11000000000011000110001011010011
+00100000011000000000000000000000
+01011000000000000000000000000010
+01100111111000001100011001111101
+01011000001000000000000000001000
+01100111111000100100010001010011
+01011001001011000000000000000101
+11100111111000100000000000000101
+01110000010000101011010000010111
+01011000000000000000000000011011
+01100111111000010100001100000101
+00100000010000000100000110011110
+00100000010000000100000110111010
+00100000010000000100000111000111
+00100000001000000100000110100110
+11011111001000000000000000101000
+11011000101000000100010011010011
+11011000110000001001010011111001
+00100000001000000111010100111011
+11011111001000000000000100111001
+11011000110000001001001111000000
+00100000001000000111010100111011
+00100000001000000110001100110001
+11011010001000000000000000000000
+11011010011000000100011001100110
+00100000010000000111000000110110
+00100000010000000110001101000010
+01101111111000001100011001111101
+01100111111000001100011001111110
+00100000011000000000000000000000
+01011000000000000000000000000000
+00100000010000000110001110101101
+01110000010001000010101000000001
+00100000010000000110111111100010
+00100000010000000110111111101100
+01101111111000001100011010000100
+00100000001110100110001110101010
+01101111111000001000010011110001
+11000011000000010110001110111001
+01101111111000010100010000101111
+11000011100001100000000000000000
+00100000001000000100111000101000
+01101000010010010100001111011110
+11100111111000001000000000000010
+11101111111000001000000000000101
+01100111111000001100010000110001
+00100000011000000000000000000000
+01101111111000010100001111011110
+11101111111000001000000000111111
+11000001100000000000000000000000
+00100000001000000100111000101000
+01101000010010010100001111011110
+11101111111000001000000000000010
+11000000000000001110001111000001
+01011000000000000000000000000001
+01101000010010010100001111011110
+11100111111000001000000000000010
+00011000010000001000110000000010
+11101111111000001000000000000110
+11100111111000001000000000110001
+11101111111000010000000000000110
+00100000001000000111010111100110
+01011000000000000000000000000010
+00100000010000000110001110101101
+00011000010000001000110000000101
+11101111111000010000000000000110
+00100000001110100100111000101000
+00100000001000000111010111100110
+01100111111000010100000010100101
+00011111111000001111111111111100
+01100111111000010100001101011100
+00100000011000000000000000000000
+11101111111000001000000000000110
+00011111111000100010001000000000
+11101000010000010000000000000110
+00100000010000000111010011010011
+00100000010000000100010101000110
+00011010001000100111001000000000
+00100000010000000111010011001101
+00100000001000000111010101001000
+01101111111000010100011001111111
+01100111111000010100010001111011
+01101111111000001100011010000001
+01100111111000001100011001011101
+01100111111000001100011001101000
+01101111111000001100011010000010
+01100111111000001100010001101111
+01101111111000001100011010000011
+01100111111000001100010001110000
+01110000010001000011011100000001
+01011000000000000000000000110000
+01100111111000010100010001000000
+01011000000000000000000000000000
+01100111111000010100010000111000
+01011000000000000000000000000010
+01100111111000010100010010000011
+01100111111000010100010010001000
+01011000000000000000000000000110
+01100111111000010100010010101011
+01100111111000010100010010110000
+01011000000000000000000000000111
+01100111111000010100010010001101
+01011000000000000000000000001000
+01100111111000010100010010110101
+01011000000000000100010001110001
+01100111111000010100001111011110
+01011000001000000001010000000000
+01100111111000011100010001110001
+01110000010000001001010000000001
+01011000000000000000000100000000
+01100111111000010100000010100101
+01110000010000001010011100001000
+01110000010000001100000100000101
+01110000010000001100001000000010
+01011000000000000000000010010110
+01100111111000010100010001001011
+11100111111000010000000000000101
+01011000000000000000001010010110
+01100111111000010100010001001111
+11100111111000010000000000000101
+00111000000000000000000000010000
+00111000000001001000000000001000
+00111000000010101100000000000000
+00111000000011000000000000000100
+01100111111001000100010001011011
+01110000010001000011010000000001
+01011000000000000100011001011011
+01100111111000010100010000110101
+01011000000000000000000000000000
+01100111111000010100011001011011
+00111000000000000000000110100000
+00111000000001000000000001101000
+00111000000010000000000000000000
+00111000000011000000000000000000
+01100111111001000100011001011110
+01011000000000000000001100000001
+01100111111000010100011001100110
+00111000000000000000000110100000
+00111000000001000000000011101000
+00111000000010000000000000000000
+00111000000011000000000000000000
+01100111111001000100011001101001
+01011000000000000000000000001110
+01100111111000010100010001000011
+01011000000000000000000101000000
+01100111111000010100010001000101
+01100111111000010100001101011100
+01011000000000000000000001010000
+01100111111000010100010001000111
+01110000010000110110011000000111
+01110000010000110101101100000000
+00111000000000000000000011111011
+00111000000001101100001000010010
+00111000000010001000000000001111
+00111000000011000000000000100001
+01100111111001000100001110000000
+00111000000000000000101110111000
+00111000000001000000001011101110
+01100111111000100100010001100111
+01011000000000000100010110001100
+01100111111000010100001110110000
+01011000000000000010000000000001
+01100111111000010100010110001100
+01110000010000110001101100011111
+00111000000000010000000100000010
+00111000000001001000000011000001
+00111000000010011000000100100000
+00111000000011000110010000001100
+01100111111001001100001100011100
+00111000000000000000001111000001
+11100111111000010000000000000101
+01110000010000110011101100011111
+00111000000000100000100100001101
+00111000000001110100110000010101
+00111000000010101000010100110010
+00111000000011011101000111010101
+01100111111001001100001100111100
+00111000000000100110010101110100
+00111000000001000000000000011100
+11100111111000011000000000000101
+01011000000000000100010001111000
+01100111111000010100001111011010
+01110000010001000111100000000010
+01011000000000000100010110110001
+01100111111000010100001110101101
+01110000010000111010111100000101
+01011000000000001001001111000000
+01100111111000010100001011001010
+00100000011000000000000000000000
+01101111111000001100001111101100
+11011000010000000000000000111110
+00100000001000000110110001100111
+01101111111000001100001111101100
+11011000010000000000000000111111
+00100000001000000110110001100111
+00100000010000000110010001000011
+00100000010000000110010001000000
+00100000001000000110010001000011
+00100000010000000110010001000111
+00100000001000000110010001000000
+00100000001000000110010001000111
+00100000010000000110010001000111
+00100000001000000110010001001001
+00100000001000000110010001000000
+01101111111000001100001111101101
+00100000001000000110010001000001
+01101111111000001100001111101101
+00100000001000000110010001000100
+00100000010000000110010001001111
+00100000010000000110010001010001
+00100000001000000110010001001111
+00100000010000000110010010011111
+00100000001000000110010001011000
+01000100101100101100000000001100
+01110000000000011110100000000001
+01110000000000011110101000000001
+01110000000000011110110000011001
+01110000000000011110110100000010
+01101111111000010000000111101111
+00100000010000000111010111100110
+01101111111001000000000111100111
+01100111111001000000000111011111
+01101111111000001000000111101110
+01100111111000001100000100010110
+01101111111000001000000111101001
+11000000000000001110010001100110
+11000000000000010110010011110111
+01101000010010001000000111100111
+01101111111000001000000111101010
+11000000000000010110010001101010
+11000000000000001110010010000110
+01000100101100110100000000001100
+00100000010000000110010011100100
+00100000010000000011100111001001
+00100000010000000110010010110010
+01111001001000000010101000000000
+01111000001011101111110000000000
+01111000001100000111110000000000
+01111000010100001111110000000000
+00100000010000000011110111000010
+01101111111000001000000111101011
+01100111111100001000100100001101
+00100000001000000110010001110110
+01000100101100111100000000001100
+01101111111000001000000111101000
+11000000000000001110010001111001
+01101111111000001000000111101100
+11000000000011001110010001111101
+11000000001111000110010010000000
+11000000011110000110010010000011
+11011111001000000000000000110101
+11011000110000000000101100000000
+00100000001000000110010011010101
+11011111001000000000000011001011
+11011000110000000000101100000000
+00100000001000000110010011010101
+11011111001000000000000101100010
+11011000110000000000101100000000
+00100000001000000110010011010101
+01000100101101000100000000001101
+00100000010000000110010011100100
+00100000010000000011100111001001
+01111000010000111111110000000000
+01111000001011101111110000000000
+01111000001100000111110000000000
+01101000010010001000000111101000
+00011000010000100010101000000000
+01101111111000001000000111101011
+01100111111100001000100100001101
+11000000000000000110010001110110
+01000100101101001100000000001101
+01101111111000001000000111101100
+00011111111000100111001000000000
+11011000110000000000101100000000
+11101111111000001000000000000110
+00001000000000001000011000001000
+11000010000000000110010010010101
+01101111111000010000000111101111
+00100000010000000111010111100110
+01101111111001000000000111100111
+01101000010011000000000111011111
+10011000010001100111110000000000
+00100000001000101110010010010001
+00100000001000000110010001011000
+11011111001000000000001111111110
+11011000101000000000101100000000
+01011000000000000000000111111111
+00011000000000000010010000000000
+00011111111010010010001000000000
+00011010001000110010001000000000
+10011010001000101010001000000000
+00101010001011111111111000000000
+01111001001000001111111000001001
+00011000010000110000010000000000
+00101111111011111111111000000000
+01111001001000001000010000000111
+00011111111000110111111000000000
+00011010010000001010010000000001
+00101010010000000000111000000000
+00100100001000001110010010100011
+11100000010000001000000000000101
+11000010000000000110010010100011
+00100000011000000000000000000000
+01000100101101010100000000001101
+01111001001111111000000000101111
+01110000100010010000000100000011
+01110000100010010010000010000100
+01110000100010010010010110100111
+01110000100010010011000000000011
+01110000100010010011011101000000
+01110000100010100110110110000101
+01110000100010100110110110001001
+01101111111000001000000101100100
+11000011100101101000000000000000
+01110000100010010000000100000001
+01110000100010010010000010000000
+01110000100010100110110100000101
+01110000100010100110110100001001
+01111001001000000000000000101111
+01110000100010010000000100000101
+01110000100010010011000000100100
+01110000100010010011010000001010
+00100000011000000000000000000000
+01000100101101011100000000001101
+00011000000000000010101000001000
+00011000000000000010101000000000
+01111000010100001111110000000000
+01111000010100000111110000000000
+01111000001011110111110000000000
+01110000100010010000000000000101
+00100000000000000000000000000010
+01110000100010010000000000000000
+00100000010000000110010011100100
+01110000100010100001011000000000
+01110000100010100000101000010000
+01110000100010100000101100000000
+00100000011000000000000000000000
+00100000001000000110010011000110
+11101111111000001000000000000110
+00001000000000001000011000001000
+11000010000000000110010011010101
+00100000010000000110010011010100
+01111000001010000111110000000000
+11011011011000000000001101010000
+00100000001000011110010001011000
+01101111111000010000000111101111
+00100000010000000111010111100110
+01101111111001000000000111100111
+01101000010011000000000111011111
+10011000010001100111110000000000
+00100000001000101110010011011011
+00100000010000000110010011010100
+00100000001000000110010001011000
+01000100101101100100000000001101
+01110000100010010000000000000101
+00100000000000000000000000000010
+01110000100010010000000000000000
+01110000100010100001000010101010
+01110000100010100001000110101010
+01110000100010100001001000010101
+01110000100010100000101011111000
+01110000100010100000101100000100
+00100000000000000000000001111000
+01110000100010100001011001111010
+01110000100010100001011100000000
+01110000100010100001100000000000
+01110000100010100001100100000000
+01110000100010100001101000000000
+01110000100010100001000100101010
+01110000100010100000101001111000
+01110000100010100100001100000000
+00100000011000000000000000000000
+00100000010000000110010100000000
+01000100101101101100000000001101
+01101111111000010000000111101111
+00100000010000000111010111100110
+01101111111001000000000111100111
+01101000010011000000000111011111
+10011000010001100111110000000000
+00100000001000101110010011111000
+00100000001000000110010001011000
+01000100101101110100000000001101
+00100000010000000110010011010100
+00100000010000000011100101010100
+01011000000000000000010100000000
+00100000010000000011101010111100
+00100000001000000011100101101010
+00100000100000000000000000000000
+00100000010000000110110111110000
+00100000010000000110010100010001
+00100000010000000110010100010011
+00100000010000000110010100100111
+00100000010000000110010101000011
+00100000010000000110010101000111
+01110000000001010110010000000001
+01110000000001010110000100000100
+00100000010000000110010101010010
+00100000001000000110010100001111
+01110000100000000100001000000100
+00100000011000000000000000000000
+00100000010000000110010100010111
+00100000010000000110010100011011
+00100000010000000110010100011111
+00100000001000000110010100100011
+01101111111000001100010000110111
+00100100011110100000000000000000
+01110000010001000011011100000101
+00100000011000000000000000000000
+01101111111000001100010000111000
+00100100011110100000000000000000
+01110000010001000011100000000110
+00100000011000000000000000000000
+01101111111000001100010000111001
+00100100011110100000000000000000
+01110000010001000011100100001001
+00100000011000000000000000000000
+01101111111000001100010000111010
+00100100011110100000000000000000
+01110000010001000011101000001010
+00100000011000000000000000000000
+01011000000000000000110000000000
+01100111111000010000010011000100
+01011000000000000000111011111111
+11100111111000010000000000000101
+01011000000000000000111100000000
+11100111111000010000000000000101
+01011000000000000000111111111111
+11100111111000010000000000000101
+01101111111001000000010011000100
+00100000010000000110101011001101
+00100000010000000110101011100111
+11011000010000011100001000000000
+00100000010000000110101011011010
+01101111111000001100010000110111
+11011000010000000000000000001000
+00100000010000000110110001101000
+01101111111000001100010000111000
+11011000010000000000000001001001
+00100000010000000110110001101000
+01101111111000001100010000111001
+11011000010000000000000000001010
+00100000010000000110110001101000
+01101111111000001100010000111010
+11011000010000000000000000001011
+00100000010000000110110001101000
+11011000010000000000000010000001
+01100000010110001000000001100000
+00100000001000000111010111100011
+01101111111000001100010000111011
+00100100011110100000000000000000
+01110000010001000011101100001100
+00100000011000000000000000000000
+01101111111000001100010000111011
+11011000010000000000000000010000
+00100000010000000110110001101000
+11011010001000000000000001000000
+00100000010000000110110101101110
+11011010001000000000000000000000
+11011010010000000000000000000000
+01011000000000000000000000000000
+00100000010000000110110110010011
+11011000111000000000000000000000
+00100000001000000110110111011001
+01101111111100010000000100010010
+00011111111000001010001111111100
+00100100011000010000000000000000
+00100000010000000110101011111011
+11101111111000001000000000000011
+11000000000000001110010101011010
+00100000010000000111010011111011
+00100000001000000110101100000011
+11101111111000010000000000000011
+01100111111000010000010101100101
+11011000010000000000001111111111
+10011000010000010000010000000000
+01100000010010010000010101011110
+00011111111010110111111000000000
+00011111111011001111111000000000
+01100111111000001000010101100000
+11101111111000001000000000000011
+00011111111000001111111111111111
+10011010001001100111110000000000
+00100000011000010000000000000000
+00100000010000000110010101101000
+00100000001000000110010111000011
+01101111111000001000010101100000
+11000000000111111110010101101011
+00100000001000000110010110101111
+01000100101101111100000000001101
+01101111111000001000010101011110
+11000000000000000110010110101110
+11000000000000001110010101110110
+11000000000000010110010101111011
+11000000000000011110010110001001
+11000000000000100110010110010011
+11000000000000101110010110101110
+11000000000010000110010110100100
+11000000000010100110010110101010
+00100000001000000110010110101110
+01110000000001010110011100000000
+01101111111100010000000000000000
+01100111111000010000010101101000
+11011111001000000000000000000011
+00100000001000000110010110110110
+11101111111000010000000000000011
+01100111111100010000000001010010
+00100000011000000000000000000000
+11101111111000001000000000000011
+00011111111000100000010000000000
+01100111111100001000000000100100
+11101111111000001000000000000011
+10011000010000001000010000000000
+01111001001000000111111000000111
+01100111111100001000000000100011
+11101111111000001000000000000011
+10011000010000001000010000000000
+00011111111000100111001000000000
+00100000011000000000000000000000
+00100000010000000110010101111110
+11101111111000001000000000000011
+01100111111100001000000000100101
+10011000010000001000010000000000
+11000010000000000110010110001010
+00011000010000010000010011111111
+11101111111000001000000000000011
+10011000010001100111110000000000
+00100100001000101110010110100010
+00100000001000000110010110101110
+11011111001000000000000000100000
+11011000101000000100000000000000
+11011000010000000000000000000000
+11101111111000001000000000000011
+11100111111000001000000000000101
+10011000010000001000010000000000
+11000010000000000110010110010110
+00011000010000010000010011111111
+11101111111000001000000000000011
+10011000010001100111110000000000
+00100100001000101110010110100010
+01110000100000000010001100000000
+00100000010000000110010110101110
+00100000010000000111010111101000
+00100000001000000011100000000001
+01110000100000000010001100000000
+00100000001000000110010110101111
+11101111111000001000000000000011
+00011111111000100111001000000000
+11101111111000010000000000000011
+00011111111000100000101000000000
+00100000010000000110101100111111
+00100000001000000110010110101110
+01101111111100001000000001100000
+01111001001000000111111000000100
+01100111111100001000000001100000
+00100000001000000110010110101110
+00100000001000000110010110110011
+01110000000001010110011100000001
+00100000001000000110010110110100
+01110000000001010110011100001100
+00100000001000000110010110110100
+01110000000001010110011100000000
+11011111001000000000000000000001
+00100000001000000110010110110110
+01110000000001010110001000001110
+00011111001000001111111000000011
+01100111111000001000010101100011
+00100000010000000110010110111111
+01101111111000011000010101100100
+11100111111000011000000000000011
+11011000110000000000010101100111
+00100000010000000110101100100110
+00100000001000000110101100001001
+00100000010000000110101100000111
+01101111111000011000010101100001
+11100111111000011000000000000011
+00100000011000000000000000000000
+00100000010000000110101011111011
+00011000011000001000011000000011
+11101111111000001000000000000011
+10011000011000001000011000000000
+00100000001000000110101100000001
+01110000010000010000110100000000
+00100000011000000000000000000000
+01101111111000010100001111011000
+00011111111000100010011000000000
+00100000010000000110010111100000
+00100000001000000110010111100110
+01011000000000000000000000000000
+00011010011000001010001000001011
+11100111111000001000000000010001
+00011010011000001010001000000000
+11101111111000001000000000010001
+00100000001110100110010111110001
+00011111111000100111001000000000
+00011010011000001010010000000010
+11101000010000001000000000010010
+00100000010000000110110001000011
+11101000010000001000000000010010
+00100000010000000110110001000011
+00100000010000000110010111110001
+11101000010000001000000000010010
+00100000010000000110110000101001
+00011010010000001010010000000001
+11000010000000000110010111010110
+00100000011000000000000000000000
+00011010011000001000101000000001
+11101111111000001000000000000101
+00100000011110100000000000000000
+00011111111000100111001000000000
+00011010011000001010001000000110
+00100000001000000110010111101100
+00011010011000001000101000000000
+11101111111000001000000000000101
+00100000011110100000000000000000
+00011111111000100111001000000000
+00011010011000001010001000000010
+00100000001000000110010111101100
+11101000010000001000000000010001
+00100000010000000110110000101001
+00011010001000001010001000000001
+11000010000000000110010111101100
+00100000011000000000000000000000
+01011000000000000000000000000000
+00011010011000001010001000001010
+11100111111000001000000000010001
+00011010011000001010001000000110
+11101000010000001000000000010001
+00100000010000000110110000110010
+00011010011000001000010000001100
+11101111111000010000000000000010
+00011010011000001000110000001011
+11101000010000001000000000000110
+00011000010000100000111000000000
+11111001001000001111111000000000
+00011010011000001000010000001100
+11100111111000010000000000000010
+00011010001000001010001000000001
+00011010011000001000101000001011
+11101111111000001000000000000101
+00011111111000001111111000000001
+11100111111000001000000000000101
+00011010011000001000101000001010
+11101000010000001000000000000101
+00011000010000001000010000000001
+11100000010000001000000000000101
+00011010011000001000101000000001
+11101111111000001000000000000101
+10011000010000101111110000000000
+00100100001000101110010111110101
+00100000011000000000000000000000
+01101111111000010100001111011000
+00011111111000100010011000000000
+00011010011000001000101000000001
+11101111111000001000000000000101
+00011111111000100111001000000000
+00011010011000001010001000000010
+11101000010000001000000000010001
+00100000010000000110110000001111
+00011010001000001010001000000001
+11000010000000000110011000010011
+00100000011000000000000000000000
+11101000010000100000000000010001
+00011100010000100111111000000000
+10011000010001100111110000000000
+00100000011000010000000000000000
+01011000000000000000000000000000
+11100111111000100000000000010001
+00100000011000000000000000000000
+01101111111000010100001111011000
+00011111111000100010011000000000
+00011010011000001010001000010010
+00100000010000000110011000011000
+11101111111000100000000000010001
+00011010011000001010010000010110
+11101000010000001000000000010010
+10011000010000001000010000000000
+00011100010000100111111000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+11100111111000100000000000010001
+00100000010000000110010111001110
+00011010011000001010001000001100
+11101111111000010000000000010001
+00011010011000001010001000001110
+11101000010000010000000000010001
+11100111111000010000000000010001
+10011000010000010111111000000000
+00011010011000001010001000010000
+11100111111000010000000000010001
+00100000011000000000000000000000
+00100000001101011110011000111010
+01011000000000000100001111111101
+11011000101000000100001111101110
+10011000101001100111001000000000
+00100000010000000111010100001111
+00100000011000000000000000000000
+01000100101110000100000000001110
+00100000010000000110011010110100
+01101111111000001100001111101110
+11000000000000000111011001000110
+11000000000000001111011001000110
+11000000000000010111011001000110
+11000000000000011111011001000110
+11000000010000001111011001000110
+11000000011000000111011001000110
+11000000010000000111011001000110
+11000000001000000111011001000110
+00100000011000000000000000000000
+11011000111000000000000000000000
+11011010010000000000000000000000
+00011000111001100111110000000111
+00100100011000010000000000000000
+10101010001011111111111111111111
+00100000001000001110011001001110
+00100000001000000110011001010010
+00011000010000100111111000000000
+00100000001110100110011001010010
+11111001001000000010010000000000
+00011000010000001000010111111111
+00011000111000001000111000000001
+00100000001000000110011001001001
+01101011000000010100001100010010
+01101101011000010100001100010100
+00100000010000000111011000111000
+00100000001000000110011001011000
+01000100101110001100000000001110
+00100000010000000110011010100100
+00100100001110100011101010111010
+00100000010000000110011010110100
+11011111001000000000000000001000
+01101000010010001100001111101110
+00011111001001100000111000001000
+10101000010011111111111111111111
+00100000001000001110011001100101
+00100000010000000110011001101100
+00100100001000010110011001100101
+00100000010000000110011010000010
+00100000001000000110011001101001
+00011101011000100111111000000000
+10011011000000001011000000000000
+11000010000000000110011001011101
+00100000001000000011101010111010
+00011011000000100111111000000000
+00011011000000100000101000000000
+00100000011000000000000000000000
+01000100101110010100000000001110
+00011111001001100000111000001000
+11011000010000000000000000000000
+11011001011000000000000000000000
+00011000111000100111111000000000
+11000000000001000110011001111101
+01101111111000001100001111101110
+10101111111011111111111111111111
+00100000001000001110011001111101
+11111001001000000001011000000000
+00011101011000100111111000000000
+10011000010000001000010000000000
+00011000111000001000111000000001
+00011010001000100111111000000000
+10011000010001100111110000000000
+00100000001000101110011001111101
+00100000001000010110011001110000
+00011000010000100111111000000000
+10011010001001100111110000000000
+00100100011000101000000000000000
+11111001001000000001011000000000
+00100000011000000000000000000000
+01000100101110011100000000001110
+00100000010000000110011010100100
+00100100001110100011101010111010
+00100000010000000110011010101010
+00100000001110100110011010001011
+01101111111001001100001111110010
+01100111111001001100001111101111
+01011000000000000000000000000000
+11100111111000011000000000000101
+01100001011000001100001111111000
+01100011000000010100001111111001
+00100000011000000000000000000000
+01000100101110100100000000001110
+00100000010000000110011010101101
+00011000110000001000110000000001
+11101111111000010000000000000110
+00100000011000000000000000000000
+01000100101110101100000000001110
+00100000010000000110011010101101
+00011000110000100000101000000000
+00011000110000100000010000000000
+01011000000000000000000000000000
+11100111111000011000000000000101
+00100000011000000000000000000000
+01000100101110110100000000001110
+00100000010000000110011010101010
+00100000001110100011101010111010
+01101111111000011100001111110101
+01100111111000011100001111111000
+01101111111000011100001111110010
+01100111111000011100001111110101
+01101111111000011100001111101111
+01100111111000011100001111110010
+00100000011000000000000000000000
+01000100101110111100000000001110
+01101111111000011100001111101111
+00100000011000000000000000000000
+01000100101111000100000000001111
+01101111111000011100001111110010
+00100000011000000000000000000000
+01000100101111001100000000001111
+01101111111000011100001111111000
+00100000011000000000000000000000
+00100000010000000110011010101010
+00100000001110100110011010110010
+11011000110000000100001111101111
+11101111111000011000000000000110
+00100000001110100110011010110000
+00011000110000001000110111111101
+00100000011000000000000000000000
+01000100101111010100000000001111
+11011111001000000000000000000100
+11011000110000000100001111101111
+11011000010000000000000000000000
+11101111111000011000000000000110
+00011111111000010111111011111111
+10011000010000011000010000000000
+11000010000000000110011010111000
+01100000010010001100001111101110
+00100000011000000000000000000000
+00100000001110100011101010111010
+00011111111000100000101000000000
+00100000011000000000000000000000
+01000100101111011100000000001111
+11011010010000000000000000000000
+11011010001000000100001111101111
+00011010001000001010001111111110
+00011010001000001010001000000010
+01011000000000000100001111111011
+10011010001001100111110000000000
+00100000001000101110011011010001
+11101111111000001000000000010001
+00011010001000001010001000000001
+00100000001110100110011011000101
+11101000010000010000000000010001
+11101111111000010000000000000010
+10011010010000001010010000000000
+00011010010000001010010000000100
+00100000001000000110011011000101
+00011010010000100111111000000000
+00100000011000000000000000000000
+11011000111000000000000000001100
+00100000001000000011110001010100
+11011000111000000000000000001100
+00100000001000000011110001011000
+00100000010000000110011010110100
+01101111111000001100001111101110
+00100000011110100000000000000000
+00100000010000000110011011000001
+11011000010000000000000100000000
+10011000010001100111110000000000
+00100000001000010110011011010011
+00100000010000000110011011010101
+01101111111000010100001111111011
+00011000110000100000101000000000
+11011010001000000100001111101111
+01011000000000000100001111111011
+10011010001001100111110000000000
+00100000011000101000000000000000
+11101111111000001000000000010001
+00011010001000001010001000000001
+00100100001110100110011011101011
+11100111111000010000000000000101
+00011010001000001010001000000010
+00100000001000000110011011100010
+11101111111000010000000000010001
+00011010001000001010001000000010
+00011111111000100000110000000000
+11101111111000010000000000000110
+11100111111000010000000000000101
+00011111111000100111001000000000
+00011111001000001111001000000010
+00100000010000000111010101001000
+00100000001000000110011011100010
+00100000010000000110011010110100
+01101111111000001100001111101110
+00100000011110100000000000000000
+11011010001000000100001111110000
+00011010001000001010001111111101
+00011000110000100000101000000000
+01101111111000010100001111111011
+00011000101000100000110000000000
+00011010001000001010001000000011
+01011000000000000100001111111100
+10011010001001100111110000000000
+00100000011000101000000000000000
+11101111111000010000000000000110
+00100000001110100110011011111100
+00011111111000001111111000000100
+00011111111000100111001000000000
+00011000110000100010010000000000
+11101111111000010000000000010001
+00011111111000100000101000000000
+00011010010000100000110000000000
+00011000110000001000110111111110
+00100000010000000111010101001000
+00100000001000000110011011111100
+01000100101111100100000000001111
+00011111111000010111111011111111
+00011111111001100111110000001100
+00100100001000010011101010111010
+11011000101000001000000001110000
+10011000101000001000101000000000
+00011000101000100010001000000000
+11011000010000000000000000111110
+11100000010000001000000000000101
+00100000010000000110011100011010
+00100000000000000000000000011110
+00011010001000100000101000000000
+11011000010000000000000000111111
+11100000010000001000000000000101
+00100000001000000110011100011110
+01101111111100001000000010000001
+00011111111000010111111001111111
+01100111111100001000000010000001
+00100000011000000000000000000000
+01101111111100001000000010000001
+00011111111000011111111010000000
+01100111111100001000000010000001
+00100000011000000000000000000000
+00100000001000000110100100101001
+00100000001000000110100100110000
+01101111111100001000000001101111
+00011111111000010111111011111101
+01100111111100001000000001101111
+00100000011000000000000000000000
+00100100001101000110011100101100
+01101111111100001000000001101111
+00011111111000011111111000000010
+01100111111100001000000001101111
+00011000010000100111110000000000
+00100000001000101110011100101111
+00011010011000100111101000000000
+00101111110011000000000000000000
+00100000001000000110100000011011
+00011000000000000000010000000100
+11011010001000000000000111000100
+00100000010000000110011100100100
+00100000010000000110011100101100
+11011010001000000101010110101010
+01101111111000010000000111000100
+11101000010000010000000000000110
+10011010001001100111110000000000
+00100000011000000000000000000000
+00100000010101000110011101001100
+11011000010000000000000000000010
+11011010001000000000000111001010
+00100000010000000110011100101100
+01101111111000010000000111001010
+01100111111000010000000110111101
+00100000010101000110011101000010
+00100000011000000000000000000000
+11011000010000000000000000010000
+11011010001000000000000111001100
+00100000010000000110011100100100
+00100000010000000110011100101100
+11011000110000000000000111001100
+11011111001000000000000000010000
+00100000010000000110111110001111
+00100000010000000110111100010110
+00100000010000000110111110101011
+00100000001000000110111100010000
+01110000100000000010001100000000
+00100000010000000110011100100100
+00100000001000000110111110101011
+01011000000000000000000000000000
+01100111111000010000010011101101
+01111000010101101111110000000000
+00100000010000000110011100110001
+00100100011000101000000000000000
+01111000001101101111110000000000
+01110000100000000010001110000000
+01110000100000000010001000000000
+01110000100000000010010000000000
+11011010001000001000000000100101
+00100000010000000110011100101000
+01110000100000000010001100000000
+01101111111000001000000110111010
+11000100000000000000000000000000
+11011000010000000000000000000110
+00100000010000000110011100110010
+00100100001000101110011101101110
+11101111111000010000000000000110
+10011000000000000010001000000000
+00100000010000000110011100101100
+00100000010000000110011101100101
+00100000001000000110011101011101
+01101111111000010000010011101101
+11011111001000000000000000000110
+11011000110000000000000111000100
+00100000010000000111011001001000
+01101111001000010000000111000110
+00011010001000100000110000000000
+00100000010000000111011001001000
+01100111111000010000010011101101
+00100000011000000000000000000000
+01101111111000001000000111011110
+11000000001011010110011101111100
+11011010001000001010101001010101
+01101111111000010000000111000100
+10011010001001100111110000000000
+00100100001000101110011101111110
+11011010001000000101010110101010
+01101111111000010000000111000110
+10011010001001100111110000000000
+00100100001000101110011101111110
+01101111111000010000000111001000
+01101000010010010000010011101101
+10011000010001100111110000000000
+00100100001000101110011101111110
+01111001001000000010001000001111
+00100000001000000110011100101111
+01110000000000011011101000000000
+00100000011000000000000000000000
+00100000010000000111010111100011
+01011000000000000001000000000000
+01100111111000010000000110111101
+11011010011000000110101001001100
+11011111001000000000000000000010
+00100000010000000110011100110001
+00100100011000101000000000000000
+01101111111000010000000110111101
+00011111111100001111111000000000
+10011000010000001111111000000000
+00011111111100001111111000000000
+01100111111000010000000110111101
+11000010000000000110011110000101
+00100000001000000110011101011101
+01101111111100010000000100011110
+01100111111000010000000110111000
+01111001001111111111111000001110
+00100100011110100000000000000000
+01011000000000000000011111010000
+11011010001000000000000110111000
+11011000010000000000000000000010
+00100000010000000110100010110000
+01101111111000001000000111001010
+00011111111100011000010000000000
+01101111111000001000000110111000
+00011111111100100111111000000000
+10011000010000011111111000000000
+01100111111000001000000110111000
+00100000001000000110100011000110
+01110000100000000101000000100101
+00100000010000000111010111100011
+01111000010101000111110000000000
+01110000000000011011101000000000
+00100000010000000110100000111101
+00100000010000000110100010111110
+01011000000000000000000000000000
+11011010001000000000000111001010
+11011000010000000000000000000010
+00100000010000000110100010110000
+00100000010000000110011110001110
+01011000000000000000011111010011
+11011010001000000000000111011101
+11011000010000000000000000000010
+00100000010000000110100010110000
+01101111111000001000000110111000
+11000011000000011110011110110111
+01011000000000000000011111110000
+11011010001000000000000111001100
+11011000010000000000000000010000
+00100000010000000110100010110000
+01110000100000000000011000001000
+01111001001000000000000000101011
+11011000110000000000000111001100
+00100000010000000110111110011011
+01111000001101000111110000000000
+01110000010000010001010100000000
+00100000010000000110100000001100
+00100100001000010110100000011000
+00100000010101000110011101001100
+01101111111000010000000111001010
+00011111111100001111111000000000
+11011000010000000000011111111111
+10011000010000010111111000000000
+00100000001000101110011111001001
+00100000010000000110100001100110
+11011010011000000110100010110100
+00100000010101000110011101000010
+00100000010000000110011101001111
+00100100001101101110011111001001
+01101111111000001000000110111010
+00101111111000000000011000000011
+00100100001000001110011110111000
+00100000010000000110011111010111
+00100000010000000110100001011010
+01110000010000010001010100000000
+00100000010000000110100000001100
+00100100001000010110100000011000
+00100000010000000110011111111110
+00100000010000000110101000101001
+01101111111000001000000110111000
+11000010100000010110011111100011
+00100000010000000110100000000110
+00100100001101101110011111011010
+01101111111000001000000110111010
+00101111111000000000011000000011
+00100100001000001110011111001011
+00100000001000000110011111100011
+01011000000000000000000111111111
+11011111101000000000000000000000
+00100000011000000000000000000000
+00100000010000000110101000100110
+01101111111000001000000110111000
+11000010100000010110011111100011
+00100000010000000110100000000110
+00100100001101101110011111100011
+01101111111000001000000110111010
+00101111111000000000011000000011
+00100100001000001110011111001011
+00100000001000000110011111110011
+01110000010000010001010100000000
+00100000010000000110100000001100
+00100100001000010110100000011000
+01101111111000001000000110111000
+11000010100000001110011111110011
+00100000010000000110100101111001
+00100000000000000000000011001000
+00100000010000000110100110001000
+00100000000000000000000001100100
+11011010011000000110100110111100
+00100000010000000110011100111010
+00100000010000000110011101001111
+00100100001101101110011111110011
+01101111111000001000000110111010
+00101111111000000000011000000011
+00100100001000001110011111100100
+00100000010000000110011111110111
+01101111111000001000000110111000
+11000100000000000000000000000000
+00100000001000000110010100000110
+01011000000000000000000000000000
+01100111111001000000000111001100
+01100111111001000000000111010100
+00011000000000000111000000000100
+00100000010000000110111110101100
+01110000100000000101000000100001
+00100000011000000000000000000000
+01101111111000001100001111010111
+01101000010010001100001111010110
+10011000010001100111110000000000
+00100100001000101110101000001111
+01110000010000111101010100000010
+01110000010000111101011000000001
+01110000010000111101011100000000
+00100000001000000110101000001111
+01011000000000000000000000000000
+01100111111000010000000110111101
+11011010011000000110101001001100
+00100000010000000110100111111000
+00100000010000000110011100111010
+00100000001000000110011101001111
+00100000010000000110100000010010
+01101111111000001100000100010101
+00011111111000001111111000000001
+00011111111001100111110000000011
+01100111111000001100000100010101
+00100000011000000000000000000000
+01101111111000001100000100010101
+00100000011110100000000000000000
+01101111111000001000000111011101
+00100000011110100000000000000000
+00011111111000100111001000000000
+00100000001000000111010011111100
+00100000010000000110011111110111
+00100000010000000111010111101100
+00100000011000000000000000000000
+01101111111000001000000110111010
+00011111111000111111111000000000
+01111001001000001111111000000000
+00101010001011000000000000001111
+00100000011000001000000000000000
+01100111111000001000000110111010
+00100000011000000000000000000000
+01101111111100001000000001101111
+11000100000000001000000000000000
+00100000001000000110100000101000
+01101111111100001000000100101000
+10101111111011111111111111111111
+00100000011000001000000000000000
+01101111111100001000000100001000
+11000011000000001110100000100101
+00100000010000000110111100010000
+00100000001000000110100000100101
+01101111111000010100000011101001
+00100000011110100000000000000000
+01110000100000000010001110000000
+01110000100000000010001000000000
+01110000100000000010010000000000
+01101000010010010100000011101011
+00011000010010111111001000000000
+10011000000000000000110000000000
+11101111111000001000000000000110
+01100111111100001000000000100101
+11000010000000000110100000110100
+01110000100000000010001100000000
+00100000011000000000000000000000
+01110000100010101010000000000100
+01110000100010101010000100110011
+01110000100010101010001000000001
+00100000001000000110100001000000
+01110000100010101010000000001100
+01110000100010101010000111111011
+01110000100010101010001000000011
+01100111111000010000010011010100
+01000100101111101100000000001111
+01110000100010100000000111111111
+01101111111100001000101000001011
+01100111111000001000010011010110
+00011111111000011111111000000100
+01100111111100001000101000001011
+01101111111100001000101000010011
+01100111111000001000010011010111
+01110000100010100001001100010001
+00100000000000000000001111101000
+01101111111100001000101000000010
+00011111111000011111111000000001
+01100111111100001000101000000010
+01110000100010100000000000000011
+01000100101111110100000000001111
+01101111111100001000101010100000
+00011111111000011111111011010000
+01100111111100001000101010100000
+00100000000000000001011101110000
+01101111111100001000101010100000
+00011111111000011111111000100000
+01100111111100001000101010100000
+00100000000000000010111011100000
+01101111111000010000010011010100
+00100000011000000000000000000000
+01000100101111111100000000001111
+01110000100010101010000000000100
+01110000100010101010000101000011
+01110000100010101010001000000001
+01101111111100001000101000000010
+00011111111000010111111011111110
+01100111111100001000101000000010
+01101111111000001000010011010110
+01100111111100001000101000001011
+01101111111000001000010011010111
+01100111111100001000101000010011
+00100000011000000000000000000000
+00011111111010011111111000000000
+01100111111100010000000001000101
+01110000100000000100101100000000
+00100000011000000000000000000000
+00100000010000000110100000111001
+00100000010000000110100001100110
+00100000010000000110100010011000
+11101000010000001000000000010001
+00011010001000001010001000000001
+00011000000000000000111000000000
+10101000010011000000000000000000
+00100000001000001110100010001111
+01101111111100001000000001000110
+01111001001000000111111000000110
+01111001001000000111111000000111
+01100111111100001000000001000110
+01110000100000000100011100000010
+01110000100000000100011110000010
+01111001001111111111111000000111
+01100111111100001000000001000110
+01110000100000000100011110001010
+00100000000000000000000000001011
+01110000100000000100011111001010
+00100000000000000000000000100001
+01110000100000000100011101001010
+00100000000000000000000000101100
+01110000100000000100011111001010
+00100000000000000000000000010110
+01110000100000000100011110001010
+00100000000000000000000000100001
+01110000100000000100011110000010
+00100000000000000000000000000001
+01110000100000000100011110010010
+00100000000000000000000000001010
+01110000100000000100011110110010
+01101111111100001000000000000111
+01110000100000000100011110010010
+00100000000000000000000000000001
+01110000100000000100011110000010
+10101111111011000000000000000000
+00100000001000001110100001110000
+01101111111100010000000001000101
+00011111111000001111111000000001
+01100111111100010000000001000101
+00011000111000001000111000000001
+00101000111000000001111000001000
+00100100001000001110100001110000
+11000010000000000110100001101101
+01110000100000000100011110000011
+00100000001000000110100001011010
+01110000100000000100011110000010
+00100000000000000000000000001100
+01110000100000000100011110000000
+01110000100000000100011110000010
+00100000000000000000000010010110
+00100000011000000000000000000000
+00100000010000000110100010011000
+01110000100000000100011110100010
+00011010001000100111111000000000
+01100111111100010000000001001000
+01111001001000000000010000001011
+00101111111011000000000000001111
+01111001001000001000010000001111
+01100000010110010000000001001010
+01110000100000000000011100000001
+00100000011000000000000000000000
+01101111111100001000000100101000
+11000011000000001110100010101000
+01110000100000000100011110000011
+00100000011000000000000000000000
+01000100110000000100000000010000
+00100000010000000110100000111101
+00100000010000000110100010110000
+00100000001000000110100001011010
+00100000010000000110100001100110
+00100000010000000110100010011110
+00100000010000000110100010101000
+00100000011000000000000000000000
+00100000010000000110100000111101
+01101111111100010000000100100010
+01100111111100010000000001000101
+00100000010000000110100010011110
+11011000111000000000000000000001
+00100000010000000110100000100010
+00100000010000000110100010101000
+00101111111011111111111000000000
+00100000010000000110100000011011
+00100000001000000110100001011010
+01011000000000000000011111010010
+11011010001000000100000011001100
+11011000010000000000000000000001
+00100000010000000110100010110000
+01101111111000001100000011001100
+00100100001110100110100011000101
+01110000010000001100110000000100
+00100000001000000011110001000001
+01101111111000010000000110111000
+00011111111100011111111000000000
+00100000011110100000000000000000
+01101111111000001000000110111000
+00011111111100011111111000000000
+11000000000001010110100011010100
+11000000000000100110100011010110
+11000000000001011110100011011011
+11000000000001000110100011011111
+11000000000001001110100011100011
+11000000000001100110100011010100
+11000000000001101110100011100111
+11000000000001110110100011100111
+00100000001000000110100100000001
+00100000010000000110100011111110
+00100000001000000110100100000110
+11011111111000000101001111010010
+11011000010000000110001111000001
+00100000010000000110100011110001
+00100000001000000110100100000110
+00100000001000000110100100000110
+11011111111000000100111001001101
+11011000010000000110001111010011
+00100000010000000110100011110001
+00100000001000000110100100000110
+11011111111000000100111001001101
+11011000010000000101011011101001
+00100000010000000110100011110001
+00100000001000000110100100000110
+11011111111000000100111001001101
+11011000010000000101001000000010
+00100000010000000110100011110001
+00100000001000000110100100000110
+11011111111000000101001001001001
+11011000010000000110001111000001
+00100000010000000110100011110001
+00100000001000000110100100000110
+11011111111000000100111001001101
+11011000010000000110001111000001
+00100000010000000110100011110001
+00100000001000000110100100000110
+11011111111000000101001111010010
+11011000010000000101011011101001
+00011000010100000000010000000000
+10011000010000011111111000000000
+01100111111100100000000001001100
+00100000001000000110100100011011
+11011111111000000100111001001101
+11011000010000000110001111000001
+00100000001000000110100011110001
+11011111111000000100001101100010
+11011000010000000100011111000010
+00011000010100000000010000000000
+10011000010000011111111000000000
+01100111111100100000000001001100
+00100000001000000110100100011101
+11011111111000000100011111000111
+11011000010000000100100100101011
+00100000001000000110100011111010
+00100000010000000110100011111110
+11011111111000000100001101100010
+11011000010000000100011111000010
+00100000010000000110100011110001
+00100000001000000110100100000110
+01101111111000010000000110111000
+01111001001000000111111000001101
+01111001001000000111111000001110
+01100111111100100000000001001100
+00100000010000000110100100001101
+01110000100000000001000100001000
+00100000011000000000000000000000
+01011000000000000000000000000010
+00110111110110011000001000000000
+01100111111100001000000000010010
+00110111110110011000001000000000
+00110111110110011000001000000000
+00100000011000000000000000000000
+01101111111100010000000100011110
+01111001001111111111111000001110
+01100111111100100000000001001100
+00100000001000000110100100001101
+01101111111100010000000100011110
+01111001001000000111111000001110
+01100111111100100000000001001100
+00100000001000000110100100001101
+01011000000000000000000000000100
+00100000001000000110100100001110
+01011000000000000000000000001000
+00100000001000000110100100001110
+01000100110000001100000000010000
+01101111111000001100001110101010
+01100111111100001000000010000000
+01101111111000001100001110101011
+01100111111100001000000010000001
+01011000000000000000000110111011
+01100111111100010000000010000100
+01011000000000000000000111000000
+01100111111100010000000010000110
+00100000001000000110011100011010
+01111001001000000111111000000111
+01100111111000010000000110111011
+01000100110000010100000000010000
+01110000100000001000001000000010
+01110000100000001000100000000000
+01110000100000000000011000000010
+00100000001000000110100100111001
+00011000000000000000010000000001
+01100111111000001000000110111011
+01000100110000011100000000010000
+01110000100000001000001000000001
+01100000010110010000000010001000
+01110000100000000000011000000010
+00100000010000000110100100111001
+01101111111000001000000111000000
+00100000011000000000000000000000
+00100000000000000000000000000101
+01101111111100001000000100101000
+11000011000000011110100100111001
+00100000011000000000000000000000
+01111000010101000111110000000000
+00011111111000100010010000000000
+01101111111000001100001111001110
+11000001100000000000000000000000
+01111000001101000111110000000000
+00011010010000100111111000000000
+00100000001000000110100101001011
+01101111111000001100001111001110
+11000000000000001110100101001011
+11000000000000010110100101010001
+11000000000000011110100101011001
+11000000000000100110100101011101
+11000000000000101110100101100100
+00100000011000000000000000000000
+01100111111000011100001111000111
+00011010001000100111111000000000
+01100111111000010100001111001010
+01100000010010010100001111001100
+01110000010000111100111000000010
+00100000001000000110100101111001
+00100000010000000110100101111001
+01110000010000111100111000000011
+00100000010000000110100101111111
+11011010001000000000000110111011
+01110000100000001000001000000100
+01101111111000011100001111000111
+11011000010000000000000000100000
+00100000001000000110100110010000
+00100000010000000110100101111001
+00100000010000000110100110110011
+01110000010000111100111000000100
+00100000011000000000000000000000
+01000100110000100100000000010000
+00100000010000000110100101111001
+01110000010000111100111000000101
+00100000010000000110100101111111
+00100000010000000110100101110001
+00100000010000000110100110001100
+00100000001000000110100101101100
+00100000010000000110100101111001
+00100000010000000110100101111111
+01011000000000000000000000000101
+00100000010000000110100100110000
+11000011100000000000000000000000
+01110000010000111100111000000000
+01101111111000010100001110011100
+00100000001000000111010111100110
+01101111111000100000010011001100
+01101000010010010100001111001010
+00011000010000001000010111111100
+11100111111000100000000000000010
+00100000011000000000000000000000
+01101000010010010100001111001010
+00011000010000100010001000000000
+00011000010000001000010111111100
+11101111111000100000000000000010
+01100111111000100000010011001100
+01101000010010010100001111001100
+01101111111000011100001111000111
+00100000011000000000000000000000
+01000100110000101100000000010000
+00100000010000000110100111011110
+00100000010000000110011100011010
+01011000000000000000000000000000
+01100111111000100000000110111011
+00100000011000000000000000000000
+01110000000000011011101100000110
+01011000000000000000000000000000
+01100111111100010000000010001000
+01011000000000000000000000000001
+01100111111100010000000010000010
+01011000000000000000000110111011
+01100111111100010000000010000100
+01110000100000000000011000000010
+00100000001000000110100100111001
+01110000000000011011101110101011
+00100000001000000110100110000000
+01110000000000011011101110111001
+00100000001000000110100110000000
+00011000010000001000010000000100
+01100000010110010000000010000010
+11011000010000000000000000000010
+00011010001000001010001111111100
+11100000010000001000000000010001
+00011111111100010000010000000000
+11100000010000001000000000000101
+00011111111011001000010000000000
+11100000010000001000000000000101
+11100111111000001000000000000101
+00011010001000100111111000000000
+01100111111100010000000010000100
+01011000000000000000000000000000
+01100111111100010000000010001000
+01110000100000000000011000000010
+00100000010000000110100100111001
+00100000001000000110100110110011
+01100000010110010000000010001000
+00011111111100010000010000000000
+01100000010010001000000110111100
+00011111111011001000010000000000
+01100000010010001000000110111101
+01100111111000001000000110111110
+01011000000000000000000000000100
+01100111111100010000000010000010
+01110000000000011011101100000011
+01011000000000000000000110111011
+01100111111100010000000010000100
+00011010001000100111111000000000
+01100111111100010000000010000110
+01101111111100001000000010000000
+00101010001011000000000000001111
+01111001001000001111111000000110
+01100111111100001000000010000000
+01110000100000000000011000000010
+01101111111100001000000100101000
+11000010100000111110100110101111
+11011000111000000000000000000011
+00100000001000000110100100111001
+01011000000000000000011111010000
+00100000010000000011101010111100
+00100000010000000110100101111111
+01011000000000000000000111000000
+01100111111100010000000010000110
+01011000000000000000000000000101
+00100000010000000110100100110000
+11000010100000000110100110110011
+00100000011000000000000000000000
+01100000010110010000000010001000
+01011000000000000000000000000100
+01100111111100010000000010000010
+01110000000000011011101100000011
+01011000000000000000000110111011
+01100111111100010000000010000100
+00011010001000100111111000000000
+01100111111100010000000010000110
+01101111111100001000000010000000
+00101010001011000000000000001111
+01111001001000001111111000000110
+01100111111100001000000010000000
+01110000100000000000011000000010
+01101111111100001000000100101000
+11000010100000111110100111001001
+11011000111000000000000000000011
+00100000010000000110100000100010
+00100000010000000110100100111001
+00101111111011111111111000000010
+00100000010000000110100000011011
+01101111111000001000000110111100
+00011111111100000010010000000000
+01101111111000001000000110111101
+00011111111011010111111000000000
+10011010010000011010010000000000
+01101111111000001000000110111110
+10011010010000011111111000000000
+10011000010000001111111000000000
+01100111111000001000000110111110
+00011111111011001111111000000000
+01100111111000001000000110111101
+00011111111011001111111000000000
+01100111111000001000000110111100
+00100000011000000000000000000000
+01101111111000001100001111001111
+01101000010010001100001111010001
+10011000010001100111110000000000
+00100100001000101110100111100011
+00100000010000000110100111101111
+01101111111000001100001111001111
+11011000010000000000000000100000
+00100000010000000110110001101000
+01101111111000001100001111010010
+11011000010000000000000000100001
+00100000010000000110110001101000
+01101111111000001100001111010000
+11011000010000000000000000100010
+00100000010000000110110001101000
+01101111111000001100001111010001
+11011000010000000000000000011111
+00100000001000000110110001101000
+01110000010000111100111100000001
+01110000010000111101000000000011
+01110000010000111101000100000000
+01110000010000111101001000000010
+01110000010000111101001100001011
+01110000010000111101010000001010
+00100000011000000000000000000000
+01110000100000000001000000000001
+00100000011000000000000000000000
+01110000100000001000101100000101
+01110000100000001000110000000111
+01110000100000001000110100000111
+01110000100000001000111000000111
+01110000100000001000111100000111
+01110000100000001001000000000101
+01110000100000001001000100000000
+00100000011000000000000000000000
+01110000100000001000101100001100
+01110000100000001000110000001101
+01110000100000001000110100001101
+01110000100000001000111000001101
+01110000100000001000111100001101
+01110000100000001001000000001100
+01110000100000001001000100000000
+00100000011000000000000000000000
+00100000010000000110101000111101
+01101111111000001100001111010110
+11011000010000000000000001101100
+00100000010000000110110001101000
+01101111111000001100001111010111
+11011000010000000000000001101101
+00100000001000000110110001101000
+00100000010000000110101001000100
+00100000001000000110101000001001
+01101111111100001000000100101000
+11000011000000101110101000010001
+00100000011000000000000000000000
+01100111111000001000000110111111
+01011000000000000000000110111111
+01100111111100010000000010010100
+01011000000000000000000000000001
+01100111111100010000000010010010
+01100000010110010000000010011000
+01100010001100010000000010010110
+01110000100000001000101000000001
+01110000100000000000011000000100
+00100000001000000110101000010001
+01011000000000000000000000000000
+01100111111100010000000010011000
+01100111111100010000000010010110
+01100000010110010000000010010010
+01100010001100010000000010010100
+01110000100000001000101000000001
+01110000100000000000011000000100
+00100000001000000110101000010001
+01111001001000000000000000101000
+01110000010000111010100100001000
+00100000011000000000000000000000
+01111001001111111000000000101000
+01110000010000111010100100100000
+00100000011000000000000000000000
+01101111111000001100001110100000
+10011010010000001111111000000000
+01100111111000001000000110111101
+00100000001000000110101000110011
+01101111111000010000000110111101
+00011111111100001111111000000000
+01100111111000001000000110111101
+01011000000000000000000000000011
+01100111111100010000000010010010
+01110000000000011011110010100000
+01110000000000011011111010100001
+00100000001000000110101001010010
+01100000010010010000010011001100
+00100000010000000110101000111101
+01101000010010010000010011001100
+00100000010000000110101001101100
+00100000001000000110101001000100
+01101111111000001100001111010101
+11000001011111111000000000000000
+11000011000000110110101001000010
+01011000000000100100100111110000
+00100000010000000011101010111100
+01101000010010001100001111010101
+00100000001000000110110001000011
+01101000010010001100001111010101
+00100000001000000110110000111111
+01000100110000110100000000010000
+11000101000101000110101000101100
+01101111111000010100001110100000
+10011010010000001111111000000000
+00011111111100001111111000000000
+01100111111000010000000110111101
+01000100110000111100000000010000
+11000101000101000110101000110000
+01011000000000000000000000000100
+01100111111100010000000010010010
+01110000000000011011110010100000
+01110000000000011011111110100001
+01011000000000000000000110111100
+01100111111100010000000010010100
+01100000010110010000000010011000
+01100010001100010000000010010110
+01011000000000000000000000000010
+00101010001011000000000000001111
+01111001001000001111111000000000
+01100111111100001000000010001010
+01110000100000000000011000000100
+11011000111000000000000000000101
+00100000010000000110100000100010
+00100000010000000110101000010001
+00101111111011111111111000000100
+00100000010000000110100000011011
+11000101000101000110101001100111
+01101111111000010000000110111101
+00011111111100001111111000000000
+10011000010000001111111000000000
+00011111111100001111111000000000
+01100111111000010000000110111101
+00100000011000000000000000000000
+01101111111000001000000110111101
+10011000010000001111111000000000
+00011111111100001111111000000000
+01100111111000010000000110111101
+00100000011000000000000000000000
+01101111111000010100001110100000
+10011010010000001111111000000000
+01100111111000010000010011000100
+01000100110001000100000000010001
+01100000010010010000010011001100
+01100010001000010000010011100011
+00100000010000000110101010000001
+01101000010010010000010011011100
+01101010001000010000010011100011
+01101111111000010000010011000100
+00100000010000000110101010100010
+01101111111000010000010011011100
+01101000010010010000010011100011
+10011000010000001000010000000000
+01100000010010010000010011100011
+01101000010010010000010011000100
+10011000010000001000010000000000
+01100000010010010000010011000100
+01101111111000010000010011001100
+00100100001110100110101001110010
+00100000011000000000000000000000
+01000100110001001100000000010001
+01101111111000001100001110101001
+00011111111000001111111111111111
+01101000010010010000010011000100
+10011000010000011111111000000000
+00011111111000001111111000000001
+01100111111000011000010011100000
+01101111111000010000010011001100
+10011000010000001111111000000000
+01101000010010011000010011100000
+10011000010001100111111000000000
+00100100001000010110101010010011
+01100111111000010000010011001100
+01101111111000011000010011100000
+01101000010010010000010011000100
+10011000010001100111111000000000
+01100111111000010000010011011100
+00100000011000000000000000000000
+01101111111000010000010011001100
+01100111111000010000010011011100
+01011000000000000000000000000000
+01100111111000010000010011001100
+00100000011000000000000000000000
+00011010010000100111111000000000
+00011000010000001000010000000010
+01100000010110010000000010010010
+00011010001000001010001111111110
+11101000010000011000000000010001
+00011000010000100010010000000000
+11011000010000000000000010100000
+11100000010000001000000000010001
+11100111111000001000000000000101
+00100000001000000110101010101111
+00011111111000100010010000000000
+01000100110001010100000000010001
+11000101000101000110101010011000
+00011010010000100111111000000000
+00011000010000001000010000000011
+01100000010110010000000010010010
+00011010001000001010001111111101
+11101000010000011000000000010001
+00011000010000100010010000000000
+11011000010000000000000010100000
+11100000010000001000000000010001
+00011111111100001111111000000000
+11100111111000010000000000000101
+01100010001100010000000010010100
+01011000000000000000000000000000
+01100111111100010000000010011000
+01110000100000001000101000000001
+01110000100000000000011000000100
+00100000010000000110101000010001
+11100010010000011000000000010001
+01000100110001011100000000010001
+01110000000000011011111100000000
+01011000000000000000000000000001
+01100111111100010000000010010010
+01110000000000011011110010100000
+01011000000000000000000110111100
+01100111111100010000000010010100
+01011000000000000000000000000000
+01100111111100010000000010011000
+01100111111100010000000010010110
+01011000000000000000000000000011
+01100111111100001000000010001010
+01110000100000000000011000000100
+00100000010000000110101000010001
+01101111111100001000000100101000
+11000100000000110000000000000000
+00100000000000000000010111011100
+01101111111000001000000110111111
+00011111111000001111111000000001
+01100111111000001000000110111111
+00011111111001100111110000101000
+00100100011000010000000000000000
+00100000001000000110101010111000
+00100000010000000111011000110110
+00100000001000000110101011001111
+00011111111100010000010000000000
+00100000010101000110101011110011
+00011111111011110111111000000000
+00011111111100010000010000000000
+00100000010101000110101011101111
+01101111111100010000000001010000
+01111001001111111111111000001111
+01100111111100010000000001010000
+00100000011000000000000000000000
+01100111111100010000000001010010
+00100000011000000000000000000000
+00100000010000000110101011011100
+00100000001000000110101011011000
+00100000010000000110101011100001
+10011000010001101111110000000000
+00100000010000000111010111010000
+00011000000001111111111000000000
+00100000011000000000000000000000
+01101111111100001000000001000011
+11000011000000000110101011100101
+01011010110111000110110000000000
+00100000011000000000000000000000
+01011001011011100011011000000000
+00100000011000000000000000000000
+01101111111100001000000001000011
+00011111111000010111111011111110
+01100111111100001000000001000011
+00100000011000000000000000000000
+01101111111100001000000001000011
+00011111111000011111111000000001
+01100111111100001000000001000011
+00100000011000000000000000000000
+01100111111100010000000001011010
+01100111111100010000000001011110
+01100000010110010000000001011100
+00100000011000000000000000000000
+01100111111100010000000001010100
+01100111111100010000000001011000
+01100000010110010000000001010110
+00100000011000000000000000000000
+01101001010100010000000001011010
+01101010000100010000000001011100
+01101000011100010000000001011110
+00100000011000000000000000000000
+01101001010100010000000001010100
+01101010000100010000000001010110
+01101000011100010000000001011000
+00100000011000000000000000000000
+01100000011100010000000001011110
+00100000011000000000000000000000
+01100000011100010000000001011000
+00100000011000000000000000000000
+00100000010000000110101011111011
+01101111111100010000000100010010
+10011000011000001000011000000000
+00100000001000000110101100000001
+00100000010000000110101100001011
+00100000001000000110101011110111
+00100000010000000110101011111111
+00100000001000000110101100001111
+01100000011000010000010011101011
+01100001010000010000010011101001
+01100010000000010000010011100111
+00100000011000000000000000000000
+01101000011000010000010011101011
+01101001010000010000010011101001
+01101010000000010000010011100111
+00100000011000000000000000000000
+00011111001000100111111000000000
+00100000011110100000000000000000
+00011111001000001111001111111000
+00100000010000010110101100100000
+00100000011000101000000000000000
+00100000001000010110101100010101
+00011111001000001111001000001000
+00011111001000001111001111111100
+00100000010000010110101100100011
+00100000011000101000000000000000
+00100000001000010110101100011010
+00011111001000001111001000000100
+00100000001000000110101100100110
+11101111111001000000000000000110
+11100111111001000000000000000011
+00100000011000000000000000000000
+11101111111000100000000000000110
+11100111111000100000000000000011
+00100000011000000000000000000000
+00011111001000100111111000000000
+00100000011110100000000000000000
+11101111111000001000000000000110
+11100111111000001000000000000011
+11000010000000000110101100101000
+00100000011000000000000000000000
+00011111001000100111111000000000
+00100000011110100000000000000000
+00011111001000001111001111111000
+00100000010000010110101100111001
+00100000011000101000000000000000
+00100000001000010110101100101110
+00011111001000001111001000001000
+00011111001000001111001111111100
+00100000010000010110101100111100
+00100000011000101000000000000000
+00100000001000010110101100110011
+00011111001000001111001000000100
+00100000001000000110101100111111
+11101111111001000000000000000011
+11100111111001000000000000000101
+00100000011000000000000000000000
+11101111111000100000000000000011
+11100111111000100000000000000101
+00100000011000000000000000000000
+00011111001000100111111000000000
+00100000011110100000000000000000
+11101111111000001000000000000011
+11100111111000001000000000000101
+11000010000000000110101101000001
+00100000011000000000000000000000
+01110000000001001100001100111101
+00100000001000000111000010011011
+01000100110001100100000000010001
+01101111111000001100001110101111
+00100000011110100000000000000000
+00100000010000000110101111101001
+00100000010000101110101111101111
+00100000010000000111011000111100
+00100000010000000110101101111010
+01101111111000001100001110101111
+00011111111000100010011000000000
+01101000010010010100001110101101
+01100000010010010000000000101110
+00011010011000100111111000000000
+00100000001110100110101101000101
+00011010011000001010011111111111
+00011000010000100010001000000000
+11101111111000001000000000010001
+01101000010010001000000000101100
+10011000010001100111110000000000
+00100000010000101110101101100010
+00100000001000010110101101011110
+11101111111000001000000000010001
+00011111111000001111111000000001
+11100111111000001000000000010001
+01101000010010010000000000101110
+00011000010000001000010000100010
+01100000010010010000000000101110
+00100000001000000110101101010010
+01011000000000000000000000000000
+11100111111000001000000000010001
+01101111111000001000000000101101
+11100111111000001000000000000101
+11000000100110011110101101101111
+11101111111000110000000000000110
+11100111111001000000000000000101
+01011000000000000000000000000000
+11100111111001000000000000000101
+00011010010000100000110000000000
+00100000010000000111010011110101
+00011000000000000111110000000001
+00100000011000000000000000000000
+11000000000110110110101101110011
+11000000000110111110101101110111
+11011010010000000100001001001010
+00100000001000000110101101100111
+11011000110000000100001011100000
+00100000010000000111010011110101
+11011000110000000100001001001010
+00100000001000000110101101101100
+11011000110000000100001011011000
+00100000010000000111010011110101
+00100000001000000110101101110101
+01000100110001101100000000010001
+00100000010000000111011000111000
+01101111111000001100001110101111
+00100000011110100000000000000000
+01000100110001110100000000010001
+01101111111000010100010000101111
+11000100000001001000000000000000
+01101111111000001100001010011110
+11000000000000000110101110010110
+01101111111000001000000101111000
+00101111111000011000000011000000
+00100000001000001110101110001001
+00101111111000011000000001000000
+00100000001000001110101110011011
+00100000001000000110101110010000
+00100000001101100110101110001101
+01101111111000001100001010000010
+11000011000000001110101110010110
+00100000001000000110101110010000
+00100000010000000110101110010110
+00100000011101000000000000000000
+00100000001000000110101110010000
+01101111111000001100001011010001
+11000010100000111110101110010011
+00100000001000000110101110011001
+01101111111000110000000101110011
+01100111111001000100001011011000
+00100000001000000110101110011001
+01110000000000000010110100110101
+01101111111000110000000101110011
+00100000001000000110101110011101
+01110000000000000010110100110111
+00100000001000000110101110011101
+01110000000000000010110100110110
+00100000001000000110101110011101
+01000100110001111100000000010001
+01101111111000010100001110101101
+11101000010000001000000000111111
+00011111111000001111111000000001
+01100111111000010000000000101110
+01100000010010001000000000101100
+01101111111000001100001110101111
+00011111111000100010011000000000
+01101111111000010000000000101110
+00011111111000100010001000000000
+00100000010000000110101110110101
+00100000011101000000000000000000
+01101000010010010000000000101110
+00011000010000001000010000100010
+01100000010010010000000000101110
+00011000010000001000010111111111
+11101111111000001000000000000010
+01100111111000001000000000101100
+00011010011000001010011111111111
+00100100001000101110101110100101
+01101111111000001100001110101111
+00011111111000001111111111111111
+01100111111000001000000000101100
+00100000011000000000000000000000
+01101111111000001000000000101101
+11000000100110011110101110111100
+11011010010000000000000000101101
+11011111001000000000000000000111
+00100000010000000111010111010010
+00100000001000101111011000110110
+00100000011000000000000000000000
+11000000000110110110101110111111
+11000000000110111110101111011010
+00100000001000000110101110110111
+11101000010000001000000000010001
+10011000010001100111110000000000
+00100100011000101000000000000000
+11011000101000000000010011110110
+11011111001000000000000000010000
+00100000010000000111010100001111
+01101111111000011000000101110110
+01100111111000011000010011110110
+00100000010000000110101111010001
+01101111111000010000010100010011
+00011111111100001111111000000000
+00011111111011010000010000000000
+11101111111000001000000000000110
+10011000010000001111111000000000
+01101000010010011000000101110011
+10011000010001100111110000000000
+00100000001000101111011000110110
+00100000011000000000000000000000
+11011000110000000000010011110110
+00100000010000000110111110011101
+11101111111000001000000000010001
+00100000010000000110111110011110
+00011000000000000110110000111000
+00011000000000000110110000000000
+00100000010000000110111100001011
+11011000101000000000010100000110
+00100000001000000110111110110001
+11101000010000001000000000010001
+10011000010001100111110000000000
+00100100011000101000000000000000
+00011000110000100010001000000000
+00011000110000001010011000001000
+11011010010000000100001011011000
+11011111001000000000000000001000
+00100000010000000111010111010010
+00100000001000101111011000110110
+00011010011000100010001000000000
+11011010010000000100001011100000
+11011111001000000000000000001000
+00100000010000000111010111010010
+00100000001000101111011000110110
+00100000011000000000000000000000
+01101111111000010100001110101101
+11101000010000001000000000111111
+00011111111000001111111000100010
+11101111111000001000000000111111
+10011000010001100111110000000000
+00100000011000000000000000000000
+01101111111000001100001110101111
+00011111111000100111001000000000
+01101000010010010100001110101101
+01011000000000000000000000000000
+11100111111000001000000000000010
+00011000010000001000010000100010
+00011111111000001111111000000001
+11000010000000000110101111110011
+00100000011000000000000000000000
+00100000010000000111011000111010
+00100000010000000110101101111010
+00100100001101000110110000000011
+01101111111000010000000000101110
+00011111111000001000110000000001
+11011000101000000100001011100000
+00100000010000000111010011110101
+11011000101000000100001001001010
+00100000010000000111010011110101
+01110000010000100101101000000001
+00100000011000000000000000000000
+01110000010000100101101000000000
+00100000011000000000000000000000
+01110000000000000010110100110100
+00100000001000000110110000000111
+01101111111000001100000010010101
+11000000000001010110101101000111
+11000000000001000101111001001010
+00100000011000000000000000000000
+01000100110010000100000000010010
+01111001001000000000010000000111
+00100000010000000110110000110010
+01111101001000001000010000000111
+01000100110010001100000000010010
+00011000010001100111110011111111
+00100000011000101000000000000000
+00101000010011000000000000000111
+00011000010000010000111000011111
+01101111111000100000000000010110
+11111001001000001111111000000000
+01100111111000100000000000010110
+01101111111000100000000000011010
+11111101001000001111111000000000
+01100111111000100000000000011010
+00100000011000000000000000000000
+01000100110010010100000000010010
+00011000010001100111110011111111
+00100000011000101000000000000000
+00101000010011000000000000000111
+00011000010000010000111000011111
+01101111111000100000000000010110
+11111001001111111111111000000000
+01100111111000100000000000010110
+01101111111000100000000000011010
+11111001001111111111111000000000
+01100111111000100000000000011010
+00100000011000000000000000000000
+00100000010000000110110000011011
+00100000001000000110110000101100
+00011000010001100111110011111111
+00100000011000101000000000000000
+00100100010101011110110000001111
+00100000010000000110110001011110
+01011000000000000000000000000000
+00101000010011111111111000000111
+01111101001000001111111000000110
+01111001001000001111111000000111
+00100000001000000110110001011001
+01000100110010011100000000010010
+11011000101000001000000100011100
+00011000010000010000111000000111
+00011000010010010111111000000000
+00011111111000010111111000000011
+10011000101000001000101000000000
+11101111111000001000000000000101
+00101000010011111111111000000111
+00100000001000001110110000111101
+10101111111011000000000000000000
+00100000011000000000000000000000
+10101111111011111111111111111111
+00100000011000000000000000000000
+00011000010001100111110011111111
+00100000011000101000000000000000
+00101111110011111111111000000111
+00100000001000000110110001000110
+00011000010001100111110011111111
+00100000011000101000000000000000
+00101111110011000000000000000111
+01011000000000000000000000000000
+01111101001000001111111000000111
+10011000010000101000010000000000
+00100000010000000110110001011110
+01011000000000000000000000111111
+00101000010011111111111000000111
+01111001001000001111111000000000
+00100000001000000110110001011001
+00011000010001100111110011111111
+00100000001000101111011001000000
+00100000010000000110110001011110
+11101111111000001000000000000101
+11000010100000000110110001010101
+00101000010011000000000000000111
+00100000011000000000000000000000
+00101000010011111111111000000111
+00100000011000000000000000000000
+00100000010000000110110001011110
+01011000000000000000000011000000
+11100111111000001000000000000101
+00100000011000000000000000000000
+00100000010000000110110001011110
+01011000000000000000000000000000
+00100000001000000110110001011001
+00011000010000010111111000111111
+00011111111001100111110000001100
+00100100001000010011101010111010
+11011000101000001000000001110000
+10011000101000001000101000000000
+00100000011000000000000000000000
+00011111111000010000010011111111
+00011111111011001111111000000000
+00100000001000000110110001101000
+11000100000000111000000000000000
+00011111111000010111111000111111
+00011111111001100111110000001100
+00100100001000010011101010111010
+11011000101000001000000001110000
+10011000101000001000101000000000
+11100000010000001000000000000101
+00100000011000000000000000000000
+00011000010000010000010000111111
+01011000000000001000000001110000
+10011000010000001000110000000000
+11101111111000001000000000000110
+00100000011000000000000000000000
+11011111001000000000000000001101
+11011000110000001000000001110000
+00011000110000100000101000000000
+11101111111000001000000000000110
+11000000000011111110110010000010
+11000000000100000110110010000010
+11000000000100001110110010000010
+11000000000100010110110010000010
+11000000000100011110110010000010
+11000000000101100110110010000010
+11000000000101101110110010000010
+11000000000000000110110010000010
+11000010000000000110110001110110
+00100000011000000000000000000000
+01011000000000000000000001000000
+11100111111000001000000000000101
+00100000001000000110110010000000
+01011000000000000000000010000000
+11100111111000001000000000000101
+00100000001000000110110010000000
+01000100110010100100000000010010
+01011000000000000000011111100000
+11011010001000000100001110110010
+11011000010000000000000000001100
+00100000010000000110100010101100
+01101111111001000100001110110010
+00100100011110100000000000000000
+01011000000000000100011010011010
+01100111111000010100001110110010
+01011000000000001010101101110111
+01100111111000010100001110111000
+01011000000000000111001111010000
+01100111111000010100001110111100
+01011000000000001001011001011000
+01100111111000010100001110110110
+00100000011000000000000000000000
+01000100110010101100000000010010
+01101010010100001000101000010010
+01110000100010100001001000111101
+01110000100010100001000110101010
+01110000100010100000101000001100
+01101111111100001000101000001001
+01111001001000000111111000000111
+01100111111100001000101000001001
+01110000100010100000101100000100
+00100000000000000000000000111100
+01110000100010100001011000000000
+01110000100010100001011100000110
+00100000010000000110110010110100
+01100111111100001000101010010111
+01110000100000001100011000000011
+00100000000000000000000000111100
+01101111111100001000000001010011
+01111001001000000111111000000111
+01100111111100001000000001010011
+00100000000000000000001111101000
+01101111111100010000000101001100
+01100111111000010100001111000100
+01101111111100001000000001010011
+01111001001111111111111000000111
+01100111111100001000000001010011
+01110000100010101001011100000000
+01100010010100001000101000010010
+00100000011000000000000000000000
+01000100110010110100000000010010
+01101111111000001100001111000010
+11000000000000000110110010111100
+11000000000000001110110010111110
+01101111111000001100001111000011
+00011111111010011111111000000000
+00011111111000011111111000000111
+00100000011000000000000000000000
+01011000000000000000000001010111
+00100000011000000000000000000000
+01011000000000000000000001001111
+00100000011000000000000000000000
+01000100110010111100000000010010
+01101111111000001100001111000010
+11000000000000000110110011000110
+11000000000000001110110011001100
+11000000000000010110110011010010
+00100000011000000000000000000000
+01011000000000000000000001100100
+01100111111000010100001111000000
+01101000010010010100001110111100
+01101111111000010100001110110110
+11011010011000000000000100101100
+00100000001000000110110011010111
+01011000000000000000000001100100
+01100111111000010100001111000000
+01101000010010010100001110111010
+01101111111000010100001110110100
+11011010011000000000000100101100
+00100000001000000110110011010111
+01011000000000000000000011001000
+01100111111000010100001111000000
+01101000010010010100001110110010
+01101111111000010100001110111000
+11011010011000000000000100101100
+10011000010001100010001000000000
+01101111111000010100001111000100
+10011000010001100111111000000000
+00100100001000010110110011100110
+01101000010010010100001111000000
+10011000010011111010010000000000
+00011010011000100111111000000000
+10011010001011111111111000000000
+10011010010001100111111000000000
+01000100110011000100000000010011
+00100100001000010111011001000110
+10011010001001101111110000000000
+00100000010000000111010111010000
+00011000000001111111111000000000
+00100000011000000000000000000000
+00011000010000100111111000000000
+01101000010010010100001111000100
+10011000010001100111111000000000
+01101000010010010100001111000000
+10011000010011111010010000000000
+00011010011000100111111000000000
+10011010001011111111111000000000
+10011010010000001111111000000000
+00100000001000000110110011100010
+11101111111001000000000000010001
+01100111111001000000010011000100
+01101111111000010000010011000100
+01101000010010010000010011000110
+10011000010001100010001000000000
+01101111111000010000010011001010
+10011000010001100010010000000000
+01101000010010010000010011001000
+10011000010001100111110000000000
+00100100010000010110110011111111
+00011010010011111111111001100100
+10011010001001101111110000000000
+00100000010000000111010111010000
+00011000000001111111111000000000
+00100000010110100110110100000111
+00100000011000000000000000000000
+01101111111000001100001111000110
+01111001001000000111111000000000
+01100111111000001100001111000110
+00100000011000000000000000000000
+01101111111000001100001111000110
+01111001001111111111111000000000
+01100111111000001100001111000110
+00100000011000000000000000000000
+01101000010010001100001111000110
+01111001001000000000010000000001
+01100000010010001100001111000110
+00100000011000000000000000000000
+01101000010010001100001111000110
+01111001001111111000010000000001
+01100000010010001100001111000110
+00100000011000000000000000000000
+01101111111000010100001111011010
+11101111111000001000000000111111
+00100000011110100000000000000000
+00011111111000100111001000000000
+01101111111000010100001111011010
+00011111111000001111111000000011
+00011111111000100010001000000000
+11101000010000001000000000010001
+00100000010000000110110000101001
+00011010001000001010001000000001
+11000010000000000110110100010110
+00100000011000000000000000000000
+01101111111000010100001111011010
+00011111111000001111111000000011
+00011111111000100010001000000000
+00011000000000000010010000000000
+01011000000000000000000000000000
+01100111111000010000010101000110
+11101000010000001000000000010001
+00100000010000000110110000110010
+01000100110011001100000000010011
+01101111111000010000010101000110
+00011010010000100000111000000000
+11111001001000001111111000000000
+01100111111000010000010101000110
+00011010001000001010001000000001
+00011010010000001010010000000001
+01101111111000010100001111011010
+11101111111000001000000000111111
+10011010010000101111110000000000
+00100100001000101110110100100001
+01101111111000010000010101000110
+01101000010010010100001111011100
+10011000010000101111110000000000
+00100000011000101000000000000000
+01111000001101000111110000000000
+00100000011000000000000000000000
+01101111111000010100001111011010
+11101111111000001000000000111111
+00100000011110100000000000000000
+00011111111000100111001000000000
+01101111111000010100001111011010
+00011111111000001111111000000011
+00011111111000100010001000000000
+11101000010000001000000000010001
+00100000010000000110110000001011
+00011010001000001010001000000001
+11000010000000000110110100111011
+00100000011000000000000000000000
+11011000111000000000000000001001
+00100000010000000111010101011101
+00100100011110100000000000000000
+01011000000000000000000000100000
+11011000111000000000000000001001
+00100000010000000111010101001111
+01111000010101000111110000000000
+00100000010000000110110100110100
+01000100110011010100000000010011
+01101111111000010100001111011010
+11101111111000001000000000111111
+00100000011110100000000000000000
+00100000010000000110110100011011
+00100100001101000111000000010001
+00100000010000000111000000001111
+01111000010101000111110000000000
+01101111111000010000010101000110
+01100111111000010000010101001101
+01110000000001010100111100000000
+00011000000000000000111000000000
+01101111111000010100001111011100
+00011111111000110000010000000000
+01100000010010010100001111011100
+00011111111000010111111000000001
+01101000010010010000010101001101
+00011000010000010010001000000001
+00011000010000110000010000000000
+01100000010010010000010101001101
+10011010001000101111110000000000
+00100100010000101110110101101001
+01101111111000010100001111011010
+11101111111000001000000000111111
+01101000010010001000010101001111
+00011000010000001000010000000001
+01100000010010001000010101001111
+00011000010000100000111000000000
+10011000111000101111110000000000
+00100100001000101110110101010100
+01101111111000010000010101000110
+01100111111000010100001111011100
+00100000011000000000000000000000
+01000100110011011100000000010011
+01101111111000010100001111011010
+00011111111000001111111000000001
+11101111111000010000000000111111
+00100000001000000111010111100110
+01101111111100001000000001000010
+10011010001000011111111000000000
+01100111111100001000000001000010
+01101111111100010000000001010000
+01111001001111111111111000001101
+01100111111100010000000001010000
+00100000000000000000000001100100
+00100000011000000000000000000000
+01101111111100001000000001000010
+11000010100000110110110101111011
+11000010100000111110110101111101
+01011000101101110001101100000000
+00100000011000000000000000000000
+01011001011011100011011000000000
+00100000011000000000000000000000
+01011000000000001000000011101000
+00100000011000000000000000000000
+01101000010010011000010011000110
+00100000010000000110110101110110
+10011000010001101111110000000000
+00100000010000000111010111010000
+00011000000001111000010000000000
+01101111111000001000010011001001
+10011000010011111111111000000000
+00011111111001101111110001100100
+00100000010000000111010111010000
+00011000000001111010001000000000
+00011000010000100111111000000000
+10011010001001100010010000000000
+01101111111000001000010011000101
+00100000010000000110110110010011
+01101111111000001000010011000100
+01101000010010001000010011000101
+00011000010000010000010000001111
+00011000010011010000010000000000
+10011000010000011111111000000000
+00100000001000000110110111010011
+10011000000000000000111000000000
+00100000010000000110110110100001
+00100000001000000110110110010110
+01101111111100001000000011000101
+11111001001000000111111000000000
+01100111111100001000000011000101
+01101000010110001000000001000010
+00101000010011111111111000000111
+00100000010000001110110110011111
+11111001001111111111111000000000
+01100111111100001000000011000101
+00100000011000000000000000000000
+00100000000000000000000111100000
+00100000011000000000000000000000
+00011111111000010111111000001111
+11011000101000001000000010011100
+00011111111011111111111000000100
+10011000101000001000101000000000
+00011010001000100111111000000000
+11100111111000010000000000000101
+00011010010000100111111000000000
+11100111111000010000000000000101
+00100000011000000000000000000000
+00011010010011001000111000000000
+00100000010000000110110111001000
+00011010010011001000111000000000
+00100000010000000110110111000010
+00011010001011001000111000000000
+01111000001000001111110000000000
+00100000010000000110110111000011
+00011010001000100111111000000000
+00100000010000000110110111001110
+00011010010000100111111000000000
+00100000001000000110110111010011
+00011010001000100111111000000000
+00100000010000000110110111010110
+00011010010000100111111000000000
+00100000010000000110110111010110
+00011010001011001000111000000000
+01111000010000001111110000000000
+00100000010000000110110111000011
+00011010010011001000111000000000
+01111000010000001111110000000000
+00100000010000000110110111001001
+00011010010011001000111000000000
+01111000010000001111110000000000
+00100000001000000110110111000011
+00101000111011111111111000000111
+00011000111000010000111000001111
+01101111111100001000000011000011
+11111001001000001111111000000000
+01100111111100001000000011000011
+00100000011000000000000000000000
+00101000111011111111111000000110
+00011000111000010000111000001111
+01101111111100001000000010011011
+11111001001000001111111000000000
+01100111111100001000000010011011
+00100000011000000000000000000000
+00100000010000000110110111011110
+00011111111011010111111000000000
+00011000111000001000010000010000
+10011000010000011111111000000000
+00100000001000000110110001100100
+01111000001101000111110000000000
+00100000010000000110110111001110
+00100000001000000110110111011001
+01111000010101000111110000000000
+00100000010000000110110111011110
+00100000001000000110110111011001
+00011000111000010000111000001111
+01101111111100001000000010011010
+11111001001101000111111000000000
+01100111111100001000000010011010
+00100000011000000000000000000000
+00011111111011001000111000000000
+00011000111000010000111000001111
+00100000011000000000000000000000
+00011111111000100000010000000000
+01000100110011100100000000010011
+00100000010000000110110111101110
+01011000000000000000100000000000
+10011000010001100111111000000000
+00011111111000100000010000000000
+00011000010100011000010000000000
+01100000010110001000000000000100
+00100000000000000000010101111000
+00011111111000100000010000000000
+00011000010000010000010000001111
+01100000010110001000000000001011
+00100000011000000000000000000000
+01111000001101100111110000000000
+00100000001000000110110111110010
+01000100110011101100000000010011
+01111000010101100111110000000000
+01101111111100001000000001000011
+01111001001101100111111000000011
+01100111111100001000000001000011
+00100000011000000000000000000000
+11011000010000000000000000110001
+01100111111100100000000001100001
+01100111111100010000000001100101
+01100000010110001000000001100111
+00100000011000000000000000000000
+01101111111100010000000100101100
+00100000011000000000000000000000
+01101000011100010000000001100101
+01101001010100010000000001100001
+01101010000100010000000001100011
+00100000011000000000000000000000
+01100000011100010000000001100101
+00100000011000000000000000000000
+00100000010000000111011000110110
+11011101011000000000000000000000
+00100000010000000110110111111011
+11000000000000010110111001000101
+00011111111001100111110000000100
+00100000011000010000000000000000
+00100000010000000110110111111101
+11101000010000010000000000000011
+01011000000000001010011001010100
+00100000010000000110111001001110
+00100100001000010110111000110011
+00011011000000100000010000000000
+01011000000000010111111110001110
+00100000010000000110111001001110
+00100100001000010110111000110011
+00011011000000100000010000000000
+01011000000000000010001100101000
+00100000010000000110111001001110
+00100000001000010110111000101010
+11101000010000010000000000000011
+01011000000000000001000110010100
+00100000010000000110111001001110
+00100000001000010110111000101010
+00100000010000000110110111111011
+00011111111001100111110010000101
+00100000011000010000000000000000
+11011111001000000000000000100000
+11101000010000010000000000000011
+01011000000000000000001000110000
+00100000010000000110111001001110
+00100000001000010110111000101010
+11101000010000010000000000000011
+01011000000000000000011010011010
+00100000010000000110111001001110
+00100100001000010110111000101111
+00011011000000100000010000000000
+01011000000000000000001000110000
+00100000010000000110111001001110
+00100100001000010110111000110000
+00011011000000100000010000000000
+01011000000000001111111111111111
+10011000010001100111110000000000
+00100000001000101110111001001010
+00100000001000000110111000000001
+01111001001000000101011000100000
+00011101011000110101011000000000
+11000010000000000110111000011110
+00100000001000000110111000111110
+00100000010000000110110111111011
+00011111111001100111110000000111
+00100000011000010000000000000000
+11101000010000010000000000000011
+01011000000000000010001100101000
+00100000010000000110111001001110
+00100000001000010110111000101010
+11101000010000010000000000000011
+01011000000000000000100011001010
+00100000010000000110111001001110
+00100000001000010110111000101010
+11101000010000010000000000000011
+01011000000000000000001000110000
+00100000010000000110111001001110
+00100000001000010110111000101010
+00100000010000000110111000000001
+00011010011000100111111000000000
+00100000001000000111010111100110
+00100000010000000110110111111101
+11101000010000010000000000000011
+01011000000000001111111111111111
+10011000010001100111110000000000
+00100100011000101000000000000000
+00100000010000000110111000000001
+00100000010000000111011000111000
+00011010011000100111111000000000
+00100000001000000111010111100110
+01101010010000001100001111101010
+00011000010000100011000000000000
+10011010010011111010010000000000
+00011000010000111000010000000000
+10011000010001100010001000000000
+00100100010000010110111001010111
+00011010001011111111111001100100
+10011010010001100111110000000000
+00100000011000000000000000000000
+00011010001001100010001000000000
+00100000011000000000000000000000
+01000100110100100100000000010100
+00100000010000000110111101000010
+11011000101000000100001001001010
+00100000001000000110111110110001
+11011000101000000100001001101011
+00100000001101001110111001100000
+11011000101000000000000101010011
+00011000110000100010001000000000
+00100000010000000111010011110101
+00100000010000000110111101010111
+11011000110000000100001001011011
+00100000001000000110111111001010
+11011010001000000000000101010011
+00100000001101001110111001101000
+11011010001000000100001001101011
+00011010001000100000101000000000
+00100000010000000111011001100001
+00100000001000000110111101010111
+11011000110000000100001010111000
+00100000010000000110111110011101
+11011000110000000100001001001010
+00100000010000000110111110011110
+00011000000000000110110000111000
+00011000000000000110110000000000
+00100000010000000110111100001011
+11011000101000000000000110100011
+00100000001000000110111110110001
+00011000000000000111000000001000
+00011000000000000111111001001001
+00100000001000000110111001111011
+00011000000000000111111001001001
+00100000001000000110111001111010
+00011000000000000111111000000001
+00011000000000000111000000000000
+00011000010011010101111000000000
+10011101111000011101111000000000
+00011111000000001111000000000001
+00011000010011001101111000000000
+00011101111100010101111000000000
+01101111111000010100010000001011
+00011111111100000111111000000000
+10011101111000011101111000000000
+00011111000000001111000000000001
+11101101111000100000000000000110
+00011111000000001111000000000001
+11101111111000010000000000000110
+00011010001100001101111000000000
+00011101111100000101111000000000
+10011101111000011101111000000000
+00011111000000001111000000000001
+00100000011000000000000000000000
+00011010011000001000110000000001
+11101111111000001000000000000110
+10011000000000000010001000000000
+00100000010000000110111001110111
+00100000010000000110111100001101
+00011000000000000111000000000000
+11101111111000001000000000010011
+00011111111000010111111000000011
+00011111111100000101111000000000
+01111001001000000101111000001000
+00100000010000000110111110100110
+00100000010000000110111100010000
+00011010001000100111001000000000
+00011010011000001000110000000010
+00100000010000000110111110000101
+00100000010000000110111110001111
+00100000010000000110111100010000
+00011111001000100111111000000000
+00100000001110100110111010100000
+00100000001000000110111010011011
+00011000000000000111000000001100
+00011101111000100111111000000000
+01100111111000100000000101001011
+00100000011000000000000000000000
+00011010001000001010001000000001
+00100000010000000110111001111001
+00011010011000100000110000000000
+00100000010000000110111110011001
+00100000010000000110111100010011
+00100000010000000110111110111000
+00011010011000001010011000010000
+00011010010000001010010111110000
+00100000001000010110111010100100
+00100000011000000000000000000000
+00100000010000000110111100000000
+01110000100000000110110000000000
+01110000100000000110110100000001
+01101111111000001000000001000111
+00011111111000010111111000000011
+01100111111100001000000001101110
+01011000000000000000000001001001
+01100111111100010000000001101000
+01100111111100010000000001101010
+01101010001000001000000001001000
+00011010001000001010001111111100
+00100100001000010111011001000100
+01100010001000001000000001001000
+01011000000000000000000001001001
+10011010001000001000110000000000
+00011000000000000111000000000000
+11101101111000100000000000000110
+01100101111000100000000101001111
+01101000010010101100010000000010
+00100000010000000110111001110100
+01110000100000000000101000000110
+01110000100000000000101000000111
+01101111111000001000000001001000
+01100111111100010000000011000001
+00100000010000000110111100000111
+01101111111100001000000100001000
+11000011000000111111011001000100
+01101000010010100000000101001111
+01101111111000100100010000000111
+10011000010001100111111000000000
+00100000011110100000000000000000
+01100000010010100100010000000111
+01101111111000101100010000000010
+00011111111000001111111000000001
+01111001001000000111111000100111
+01100111111000101100010000000010
+00011000000000000111111000000000
+00100000011000000000000000000000
+00100000010000000110111011011011
+01011000000000000100000100101011
+10011010001000001010001000000000
+00100000010000000110111100000111
+11011111000000000000000000001100
+11100101111000100000000000010001
+00100000011000000000000000000000
+00100000010000000110111100000000
+01000100110100101100000000010100
+01110000100000000110110000000000
+01110000100000000110110100000001
+01101111111000001100000100101001
+00011111111000010111111000000011
+01100111111100001000000001101110
+01101111111000010000010011100011
+01100111111100010000000001101000
+01011000000000000100000100101011
+01100111111100010000000001101010
+01101010001000001100000100101010
+01101000010010101100001111111101
+00100000010000000110111001110100
+01110000100000000000101000000010
+01110000100000000000101000000011
+01101111111000001100000100101010
+01100111111100010000000011000001
+00011111111000001111111000000100
+01100111111000001100000100101010
+01101111111000101100001111111101
+00011111111000001111111000000001
+01111001001111111111111000100111
+01100111111000101100001111111101
+00100000011000000000000000000000
+01101111111100010000000100011010
+10011000010001100111110000000000
+00100000011000101000000000000000
+00100100011110100000000000000000
+00100000001000000110111011110100
+01101111111100001000000100001000
+11000011000000110011101010111010
+01011000000000000100000100101011
+10011000010000001000101000000000
+11011111000000000000000000001100
+11100101111000100000000000000101
+00100000001000000110111100001001
+01000100110100110100000000010100
+00011000000000000111000000001100
+00100000010000000110111110101100
+00100000010000000110111110101011
+01011000000000000000000000000000
+01100111111100010000000011000001
+00100000011000000000000000000000
+01101111111100001000000100001000
+11000011000000110110111100000111
+01110000100000000000101000000000
+00100000011000000000000000000000
+00100100001110111110111100001011
+00100000011000000000000000000000
+00011000000000000110110000110000
+00011000000000000110110000000000
+00100000001000000110111100001011
+00011000000000000110110000110010
+00011000000000000110110000000010
+00100000001000000110111100001011
+00011000000000000110110000110100
+00011000000000000110110000000100
+00100000001000000110111100001011
+00011000000000000110110000000001
+00011000000000000110110000000000
+00100000011000000000000000000000
+01101111111100001000000101000100
+11000011000000101110111100011001
+00100000011000000000000000000000
+01100111111100010000000001111110
+00011000000000000110110011000000
+00011000000000000110110010000000
+00100000001000000110111100011001
+00011000000000000111000000000000
+00011010010000100000110000000000
+00011000000000000111001000000100
+00100000010000000110111100101111
+00011000000000000110110110000000
+00011000000000000110110010000000
+00100000010000000110111100001011
+00011000000000000111000000001100
+00011010011000100000101000000000
+00011000000000000111001000000100
+00011101111000100111111000000000
+11100111111000100000000000000101
+00011111000000001111000000000001
+11000010000000000110111100101010
+00100000011000000000000000000000
+11101111111000010000000000000110
+11101000010000010000000000000110
+00011000010100000000010000000000
+10011000010000011101111000000000
+00011111000000001111000000000001
+11000010000000000110111100101111
+00100000011000000000000000000000
+00011000000000000111000000001000
+00011010001000100000110000000000
+00011000000000000111001000000100
+00100000010000000110111100101111
+00011000000000000111000000000000
+00011010010000100000110000000000
+00011000000000000111001000000100
+00100000010000000110111100101111
+00011000000000000110110110000010
+00011000000000000110110010000010
+00100000010000000110111100001011
+00100000001000000110111100100111
+00011000000000000111000000000000
+01101111111000100000000101010011
+10011000000000000101111000000000
+00011111000000001111000000000001
+11101111111000100000000000000110
+10011000000000000101111000000000
+00011111000000001111000000000001
+01101111111000100100001001101011
+10011000000000000101111000000000
+00011111000000001111000000000001
+11101111111000100000000000000110
+10011000000000000101111000000000
+00011111000000001111000000000001
+00100000010000000110111110101100
+00011111000000001111000111111100
+01101111111000100100001011010010
+00011111111000100101111000000000
+00011111000000001111000000000100
+00011000000000000110110000111000
+00011000000000000110110000001000
+00100000001000000110111100001011
+01000100110100111100000000010100
+01101111111000110100001010101110
+01101000010010110000000101110011
+00100000001101001110111101011101
+01101111111000110000000101110011
+01101000010010110100001010101110
+00011000000000000111000000001000
+00011000010000100101111000000000
+00011111000000001111000000000001
+00011000010011110101111000000000
+00011111111100000111111000000000
+10011101111000011101111000000000
+00011111000000001111000000000001
+00011111111011110101111000000000
+00011111000000001111000000000001
+00011000000000000101111000000000
+00011000000000000111111000000000
+01101111111000001100001010011110
+01101000010010001100001101011111
+00100100001101001110111101101101
+01101111111000001100001010100101
+01101000010010001100001010011110
+01100111111000001100001001111011
+01100000010010001100001001111100
+00011000000000000111000000000000
+11011010010000000100001001111011
+00011000000000000111001000000100
+11101111111000100000000000010001
+11101000010000100000000000010010
+10011000010000101101111000000000
+00011111000000001111000000000001
+00011010001000001010001000000100
+00011010010000001010010000000100
+11000010000000000110111101110010
+00100000010000000110111110101100
+00011111000000001111000111111100
+01101111111000100100001011010010
+00011111111000100101111000000000
+00011111000000001111000000000100
+00011000000000000110110000111000
+00011000000000000110110000001100
+00100000010000000110111100001011
+00100000010000000110111110101011
+00011000000000000110110000111010
+00011000000000000110110000001000
+00100000001000000110111100001011
+00101111001000000000011000000000
+00100000011000001000000000000000
+00011000110000100111111000000000
+10011111001000001000101000000000
+00011000000000000111111000000000
+11100111111000001000000000000101
+00011111001000001111001000000001
+00101111001000000000011000000000
+00100000011000001000000000000000
+00100000001000000110111110001010
+00011000000000000111000000000000
+00011111001000100111111000000000
+00100000001110100110111110010100
+11101111111000100000000000000110
+00011111001000001111001111111100
+10011000000000000101111000000000
+00011111000000001111000000000001
+00101111000000000001111000000100
+00100000011000001000000000000000
+00100000001000000110111110010000
+00011000000000000111000000001000
+00100000001000000110111110011110
+00011000000000000111000000000100
+00100000001000000110111110011110
+00011000000000000111000000000000
+00011000000000000111001000000100
+11101111111000100000000000000110
+10011000000000000101111000000000
+00011111000000001111000000000001
+11000010000000000110111110011111
+00100000011000000000000000000000
+11011000110000000000000110100011
+00100000001000000110111110011011
+00011000000000000111001000000100
+00100000001000000110111110101110
+00011000000000000111000000000000
+00011000000000000111001000010000
+00100000001000000110111110101101
+00011000000000000111000000000000
+00011000000000000111001000000100
+00011000000000000101111000000000
+00011111000000001111000000000001
+11000010000000000110111110101101
+00100000011000000000000000000000
+00011000000000000111000000001100
+00011000000000000111001000000100
+00011101111000100111111000000000
+11100111111000100000000000000101
+00011111000000001111000000000001
+11000010000000000110111110110011
+00100000011000000000000000000000
+00011000000000000111000000001100
+00011010011000100000101000000000
+00011010010000001111001000000001
+00011111001001100111110000001111
+00100000001000010110111110111110
+00011000000000000111001000010000
+00011101111000100111111000000000
+00011111001001100111110000000011
+00100000001000010110111111000110
+11100111111000100000000000000101
+00011111001000001111001111111100
+00100000011000101000000000000000
+00011111000000001111000000000001
+00100000001000000110111110111110
+11100111111000001000000000000101
+00011111111011001111111000000000
+11000010000000000110111111000110
+00100000011000000000000000000000
+00011000000000000111000000001100
+00011000000000000111001000000100
+11101111111000100000000000000110
+10011101111001100111110000000000
+00100100011000101000000000000000
+00011111000000001111000000000001
+11000010000000000110111111001100
+00011000000000000111110000000000
+00100000011000000000000000000000
+01101111111100001000000001010000
+01111001001111111111111000000000
+01100111111100001000000001010000
+00100000011000000000000000000000
+01101111111100001000000001010000
+01111001001000000111111000000000
+01100111111100001000000001010000
+00100000011000000000000000000000
+00100000011101011000000000000000
+00100000010000000011110001111000
+00100000010000000110111111100010
+00100000010000000111000010001011
+00100000001000000111000000011000
+00100000010000000111000000111011
+00100000001000000111000001111010
+01101111111000001100010000110010
+11000001011111111000000000000000
+10011000000000000000010000000000
+00100000010000000110110001000011
+01101000010010001100010000110010
+00100000010000000110110000111111
+00100000000000000000000001100100
+01101000010010001100010000110010
+00100000010000000110110000101001
+00100000001000000110111111101100
+01000100110101110100000000010101
+01101111111000001100010000110010
+11000001011111111000000000000000
+00011111111000100000010000000000
+00100000010000000110110000110010
+00100100001000001110111111111110
+00100000010000000111000000001000
+01101111111000010100010000101111
+01111001001000000111111000001100
+01100111111000010100010000101111
+01101111111000001100010000101010
+11000001000000000000000000000000
+01110000010001000010101000000000
+01101111111000001100010000110001
+01100111111000001100010000101001
+00100000010000000111000000001111
+01110000000001001100001100101100
+00100000001000000111000010011011
+01101111111000010100010000101111
+01111001001111111111111000001100
+01100111111000010100010000101111
+01101111111000001100010000101010
+11000001000000001000000000000000
+01110000010001000010101000000001
+01110000010001000010100100000000
+00100000010000000111000000010001
+01110000000001001100001100101101
+00100000001000000111000010011011
+01101111111000001100010000101001
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000001100010000101001
+00100100011110100000000000000000
+01110000000001001100001100010000
+00100000001000000111000010011011
+11011000111000000000000000000111
+00100000001000000011110001010100
+11011000111000000000000000000111
+00100000001000000011110001011000
+01000100110101111100000000010101
+01101111111000010100010000110101
+00011010001011111010010000001011
+10011010010000001010010000000000
+00100000011000000000000000000000
+01101111111000001100010000110100
+00100000011110100000000000000000
+00011111111000100111001000000000
+01101111111000010100010000110101
+00011111111000100010010000000000
+00011010010000001010011000000010
+11101000010000001000000000010011
+00100000010000000111000000100011
+00011010010000001010010000001011
+11000010000000000111000000011101
+00100000011000000000000000000000
+01101111111000001100010000110011
+00100000001110100110110000111111
+00100000001000000110110001000011
+00100000010000000111000000010011
+01011000000000000000000000000010
+11100111111000001000000000010010
+00100000010000000111000001110100
+00100000001000000111000001001001
+00100000010000000111000000010011
+01011000000000000000000000000011
+11100111111000001000000000010010
+00100000010000000111000001110100
+00100000001000000111000001000100
+00100000010000000111000000010011
+01011000000000000000000000000001
+11100111111000001000000000010010
+01011000000000000000000011111111
+11100111111000001000000000000101
+00100000001000000111000001000100
+00100000010000000111000000010011
+11011111001000000000000000001011
+00011010011000100000110000000000
+00011010010000100000101000000000
+00100000001000000111010100111011
+01101111111000001100010000110100
+00100000011110100000000000000000
+11011010001000000000000000000000
+00100000010000000111000001001110
+00011010001000001010001000000001
+01101111111000001100010000110100
+10011010001001100111110000000000
+00100000011000101000000000000000
+00100000001000000111000000111110
+00011010010000001010011000000010
+11101000010000001000000000010011
+01101111111000001100000010010101
+11000000000001000110001000010100
+00100000001000000110110000111111
+00011010010000001010011000000010
+11101000010000001000000000010011
+01101111111000001100000010010101
+11000000000001000110001000100001
+00100000001000000110110001000011
+00011010001000001000111000001011
+00100000010000000111010101011101
+00100100011110100000000000000000
+00100000010000000111000000010011
+11101111111000001000000000010010
+11000000000000010111000001001001
+11000000000000011111000001000100
+11000000000000000111000001000100
+11000000000000101111000001100010
+00100000010000000111000001001001
+00011010010000001010011000000111
+00100000010000000111010010101111
+11101111111000010000000000010011
+00100000010000000111010111100110
+00100000010000000111010010111011
+01011000000000000000000000000101
+11100111111000001000000000010010
+00011010010000001010011000000011
+11101111111000010000000000010011
+00100000001000000111000001110010
+00100000010000000111000001000100
+00011010010000001010011000001001
+00100000010000000111010010101111
+11101111111000010000000000010011
+00100000010000000111010111100110
+00100000010000000111010010111011
+00011010010000001010011000000001
+11101111111000001000000000010011
+11000000011111111111000001101110
+00011111111000001111111111111111
+11100111111000001000000000010011
+00100000001110100111000000101011
+01011000000000000000000000000100
+11100111111000001000000000010010
+00011010010000001010011000000101
+11101111111000010000000000010011
+00011010001000001000111000001011
+00100000001000000111010101001111
+01011000000000000000000000000000
+00100000001000000111000001110010
+01011000000000000001000000000000
+00011111111100000111111000000000
+10011010010000001010010000000000
+00100000011000000000000000000000
+01000100110110000100000000010110
+11011010001000000000000000000000
+01101000010010100100010000101011
+00011100010000100010010000000000
+00011010010000100111111000000000
+10011000010001100111110000000000
+00100100010000010111000001110110
+00011010010000100111111000000000
+00011000010000001000010010100000
+00011000010000001000010010100000
+10011000010001100111110000000000
+00100100001000010111000010001110
+00011010001000001010001000000001
+00011010001000010111111000001111
+00100100001110100111000010000001
+11011010001000000000000000000000
+00100000010000000111000010010100
+00011100010000100111111000000000
+01100111111000100100010000101011
+00100000011000000000000000000000
+00011010001000100111111000000000
+00100000011110100000000000000000
+00011000010000001000010101100000
+00011000010000001000010101100000
+01111001001111111000010000011100
+01100000010010100100010000101011
+00100000001000000100110111010101
+01110000010001000001011100000001
+01101111111000001100010000011000
+00100100001110100111000010010110
+00100000011000000000000000000000
+01110000010001000001011100000000
+00100000011000000000000000000000
+01000100110110001100000000010110
+00100000010000000111000010010101
+00011010001000100111111000000000
+01100111111000100000010011011000
+11011010001000000100010000011001
+00100000010000000111011000000111
+01101111111000100000010011011000
+00011111111000100010001000000000
+00100000001000000111000010011001
+01000100110110010100000000010110
+00100000010000000111000010010101
+00011010001000100111111000000000
+01100111111000100000010011011000
+11011010001000000100010000100001
+00100000010000000111011000000111
+01101111111000100000010011011000
+00011111111000100010001000000000
+00100000001000000111000010011001
+01011000000000000000000000000000
+01100111111001000100010000100001
+01100111111001000100010000011001
+00100000011000000000000000000000
+01000100110110011100000000010110
+01101111111000001100000100001101
+00100100011110100000000000000000
+11011010001000000100010000100001
+00100000010000000111011000011111
+00100000011110100000000000000000
+01110000000001001100001000000000
+00100000010000000111000010111100
+01101111111000001000010011000010
+00100000001110100111000010110001
+00100000011000000000000000000000
+00100000010000000111000010010101
+11011010001000000100010000100001
+00100000010000000111011000010011
+00011111111000100000010000000000
+00100000010000000111000010011001
+01000100110110100100000000010110
+00011000010000100111111000000000
+00100000011110100000000000000000
+11000000000001101111000011100000
+11000000000001110111000011100110
+11000000000001111111000011101011
+11000000000010000111000011110001
+11000000000010011111000011111011
+11000000000010100111000011111101
+11000000000010101111000011111111
+11000000000010110111000100001001
+11000000000010111111000100001100
+11000000000011000111000100001110
+11000000000011001111000100010001
+01100111111000001000010011000011
+01101111111000001000010011000011
+11000101100001001111000011011001
+01000100110110101100000000010110
+01101111111000001000010011000011
+11000000000010001111000011110110
+11000000000011011111000100011001
+11000000000010010111000011111010
+11000000000011111110110000000101
+00100000011000000000000000000000
+01100111111000001000010011000011
+00100000010000000011100001011010
+00100000001000101111000011011110
+00100000010000000011100001011111
+00100100011000101000000000000000
+01110000000001001100001000000001
+00100000001000000111000010100100
+01110000010000110101101100000001
+01110000010000110101111000000000
+01101111111000010100010000101111
+01111001001000000111111000001011
+01100111111000010100010000101111
+00100000011000000000000000000000
+01101111111000010100010000101111
+01111001001111111111111000001011
+01100111111000010100010000101111
+01110000010000110101101100000000
+00100000011000000000000000000000
+01110000010000110101101100000001
+01110000010000110101111000000001
+01101111111000010100010000101111
+01111001001000000111111000001011
+01100111111000010100010000101111
+00100000011000000000000000000000
+01101111111000010100010000101111
+01111001001111111111111000001011
+01100111111000010100010000101111
+01110000010000110101101100000000
+00100000011000000000000000000000
+01011000000000000000000000010100
+01100111111000010000000110010001
+01100111111000010100001011001000
+00100000001000000100011101111010
+00100000001000000100010111110011
+11011010001000000000000000000000
+00100000001000000111000000101011
+11011010001000000000000000000000
+00100000001000000111000000100110
+11011010001000000000000000000000
+00100000010000000111000000010011
+11101111111000001000000000010010
+11000000000000001111000100000110
+11000000000000100111000100000110
+11000000000000101111000100000110
+00100000001000000111000000110000
+11101111111000001000000000000110
+11000001011111111000000000000000
+00100000001000000111000000110000
+01110000010000110001011000000001
+01110000010000010000110100011011
+00100000011000000000000000000000
+01110000010000110001011000000001
+00100000011000000000000000000000
+01110000010000110001011000000000
+01110000010000010000110100000000
+00100000011000000000000000000000
+01101111111000010100001110001010
+00100000010000000111010111100110
+01101111111000001100010000110010
+11000000011111111111000100010111
+00011111111000100000010000000000
+00100000010000000110110000101001
+00100000010000000111000010101101
+00100000001000000011101101101111
+00100000001000000100011000100001
+01101111111000001100010000101111
+11000100000001100000000000000000
+00100000011000000000000000000000
+01101111111000010100001110110000
+00011111111000001000101000000010
+01011000000000000000000000000000
+11100111111000011000000000000101
+00100000011000000000000000000000
+01000100110110110100000000010110
+00100000010000000111011000111000
+00100000010000000111000101101110
+00100000011110100000000000000000
+01101111111000010100001110110000
+00011111111000001010010000000010
+11101000010000001000000000010010
+00011000010000001000010000000001
+11100000010000001000000000010010
+11101000010000001000000000111111
+00011000010000100111001000000000
+00011111111000001010010000000100
+11101111111000001000000000010010
+10011000010011111111111000000000
+10011000110000001000101000000000
+00011010001000100000110000000000
+00100000010000000111010101001000
+00100000010000000111000101110010
+00011111111000001111111111111111
+11101000010000001000000000010010
+00011000010000001000010000000001
+10011000010000010000010000000000
+11100000010000001000000000010010
+00100000001000000111011000110110
+01000100110110111100000000010110
+00100000010000000111011000111000
+00100000010000000111000101101010
+00100000011110100000000000000000
+01101111111000010100001110110000
+00011111111000001010010000000010
+11101000010000001000000000010010
+00011000010000001000010111111111
+11100000010000001000000000010010
+11101000010000001000000000111111
+00011000010000100111001000000000
+00011111111000001010010000000011
+11101111111000001000000000010010
+10011000010011111111111000000000
+10011000110000001000110000000000
+00011000110000001000110000000001
+00011010001000100000101000000000
+00100000001000000111000100110010
+00100000010000000111011000111000
+00100000010000000111000101101010
+00100000011110100000000000000000
+01101111111000010100001110110000
+11101000010000001000000000111111
+00011000010000100111001000000000
+00011111111000001010010000000011
+11101111111000001000000000010010
+10011000010011111111111000000000
+10011000110000001000110000000000
+00011000110000001000110000000001
+00011000110000100010010000000000
+00011010001000100000101000000000
+00100000010000000111010101001000
+00100000001000000111011000110110
+00100000010000000111011000111000
+00100000010000000111000101101010
+00100000011110100000000000000000
+01101111111000010100001110110000
+11101000010000001000000000111111
+00011000010000100111001000000000
+00011111111000001010010000000011
+11101111111000001000000000010010
+10011000010011111111111000000000
+10011000110000001000110000000000
+00011000110000001000101000000010
+00011010001000100000110000000000
+00011111001000001111001111111111
+00100000010000000111010101001000
+00100000001000000111011000110110
+01101111111000010100001110110000
+00011111111000001000110000000010
+11101111111000001000000000000110
+00100000011000000000000000000000
+00100000010000000111000101110010
+11101000010000001000000000000110
+10011000010001100111111000000000
+00100000011000000000000000000000
+01101111111000010100001110110000
+00011111111000001000110000000001
+11101111111000001000000000000110
+00100000011000000000000000000000
+01000100110111000100000000010111
+01101111111100001000110000100011
+00101111111011111111111000000011
+00100000010000001111000110000010
+01101111111100001000110000100011
+01100111111100001000110000100011
+01100111111000001000010101011110
+00100000010000000111000111100010
+00100000010000000111001000001010
+00100000010000000111001111111101
+00100000010000000111010001000101
+00100000001000000111000111011010
+01000100110111001100000000010111
+00100000010000000110111111010011
+00100000010000000111000110100001
+01110000100011000000000000000000
+00100000000000000010011100010000
+01110000100011000001100011000000
+01101111111100010000000001010000
+01111001001111111111111000001010
+01100111111100010000000001010000
+01110000100011000001000100000000
+01110000100011000000000000111100
+01011000000000000000010110110111
+01100111111100010000110000000011
+01100111111100010000110000000111
+01011000000000000000010111110111
+01100111111100010000110000000101
+01110000100011000001000100000100
+01110000100011000000001000000000
+01110000100011000010001111111111
+01011000000000000000011110110011
+11011000101000000000011011000001
+10011000101001100111001000000000
+00100000001000000111010100001111
+01101000010010001000011011000000
+00100000001000000110110000101001
+01101111111000001000011101100010
+00100000011110100000000000000000
+01101000010010001000011011000000
+00100000010000000110110000110010
+00100000001000001111000110000010
+00100000011000000000000000000000
+01110000000001101011111100000010
+01011000000000000000000000000000
+01100111111000001000010111111010
+01100111111000010000011010111001
+00011111111000001111111000000001
+01100111111000010000011010111011
+00011111111000001111111000000001
+01100111111000010000011010111101
+11011000101000000000011001001110
+01011000000000110000010000000100
+11100111111000011000000000000101
+01011000000000000000010000001001
+11100111111000010000000000000101
+11011000101000000000011001010011
+00111000000000010101100100000110
+00111000000001100001000011010010
+00111000000010010000010010010100
+00111000000011000000000000000001
+11100111111001001000000000000101
+11011000101000000000011001110001
+00111000000000010101011100001111
+00111000000001010101110010011010
+00111000000010100101011011000110
+00111000000011011100110111001101
+11100111111001001000000000000101
+00111000000000010100010000100000
+00111000000001100101110110011001
+00111000000010100101011000110110
+00111000000011000000000000000001
+11100111111000111000000000000101
+11011000101000000000011010001111
+00111000000000010110001000001010
+00111000000001000000110010001100
+00111000000010110000001100110011
+00111000000011001100000011000000
+11100111111001001000000000000101
+00111000000000000011000100110000
+11100111111000010000000000000101
+01011000000000001001001001110010
+01100111111000010000010111111011
+01011000000000001001001011001101
+01100111111000010000010111111101
+11011000110000001001001101110001
+11011000101000000000010111111111
+11011111001000000000000000010011
+00100000010000000111010101001000
+11011000110000001001001110000100
+11011000101000000000011000010010
+11011111001000000000000000111100
+00100000010000000111010101001000
+01101111111000010000011010101101
+00100000001000000111010111100110
+01101111111000001000011010101111
+00100000011110100000000000000000
+01100111111000001000011000110100
+01100111111000001000011001001101
+00100000011000000000000000000000
+11011000111000000000000000000001
+00100000010000000111010101011101
+00100100011110100000000000000000
+01101111111000001000011101100011
+00100100011110100000000000000000
+01101111111000001000011101100010
+00100100010110100111010010011110
+00100000011000000000000000000000
+01101111111000001000010101011110
+11000010100000010111000111100101
+00100000011000000000000000000000
+00100000010000000111000111101010
+00100000010000000111010101011100
+01011000000000000000001010000000
+11011000111000000000000000000001
+00100000001000000111010101001111
+01101111111000001000011101010100
+11000000100000010111000111101111
+01110000000001110110001100000000
+01110000000001110110010000000000
+00100000011000000000000000000000
+01101111111000001000011101100110
+00100000011110100000000000000000
+01110000000001110110011000000000
+01110000000001110101010000000010
+01110000000001110110001000000001
+00100000011000000000000000000000
+01101111111000001000010101011110
+11000010100000000111001000010111
+00100000011000000000000000000000
+01101111111100001000110000100100
+11000011100000110000000000000000
+01101001010100010000110000000011
+01101010000100010000110000000101
+01101000011100010000110000000111
+11101111111000010000000000000011
+00011111111011001000010000000000
+00011000010100011000010000000000
+11011000110000000000111111111111
+10011000110000010111001000000000
+00011111001000100010001000000000
+11101111111000001000000000000011
+11100111111000001000000000000101
+11000010000000000111001000000011
+01100000011100010000110000000111
+01100010001000010000010101100000
+00100000011000000000000000000000
+00100000011000000000000000000000
+01000100110111010100000000010111
+01101111111000001000010101011110
+11000100000000101000000000000000
+11011000101000000000011011000001
+00100000010000000111000111111000
+00011000010000100111111000000000
+11000000000000000111001000010010
+00100000001000000111001000001001
+01101111111000001000010101100000
+11000000000000000111000111110101
+11000000000000001111001000011110
+00011111111001100111110000000111
+00100000011000010000000000000000
+01000100110111011100000000010111
+01111001001111111000000000100011
+01101111111000001000011011000001
+00011111111000010111111010000000
+11000000010000000111001000100010
+11000000000000000111001000101010
+00100000001000000011101010111010
+01101111111000001000011011000001
+11000011100000111000000000000000
+00100000010000000111001111010010
+00100000001000000111001001010001
+01101111111000001000011011000001
+00011111111100011111111000000000
+00011111111000110111111000000000
+00011111111000010111111000000011
+11000000000000000111001000110010
+11000000000000001111001000111000
+11000000000000010111001000111101
+00100000001000000011101010111010
+01101111111000001000011011000001
+00011111111100011111111000000000
+00011111111000110111111000000000
+00011111111000010111111000000011
+11000000000000000111001000111110
+11000000000000001111001001000110
+11000000000000010111001001001011
+00100000001000000011101010111010
+01101111111000001000011011000010
+11000000000001000111001001010011
+11000000000000110111001001101001
+11000000000001010111001010101110
+11000000000000000111001011000000
+00100000001000000111001001001100
+01101111111000001000011011000010
+11000000000000010111001011110101
+11000000000000001111001011111001
+11000000000000011111001100001010
+00100000001000000111001001001100
+00100000001000000111001001001100
+01101111111000001000011011000010
+11000000000000001111001100010100
+11000000000000011111001101000011
+11000000000000101111001101101110
+11000000000001001111001110000111
+11000000000001011111001110100010
+11000000000000111111001001001100
+00100000001000000111001001001100
+01101111111000001000011011000010
+11000000000001010111001110110011
+11000000000001001111001111000101
+11000000000001011111001111100100
+00100000001000000111001001001100
+00100000001000000111001001001100
+01000100110111100100000000010111
+01101111111100001000110000011001
+01111001001000000111111000000000
+01100111111100001000110000011001
+00100000001000000111001001010001
+01110000100011000001100000010000
+00100000011000000000000000000000
+01101111111000001000011011000001
+11000000110000000111001001001100
+01101111111000001000011011000101
+11000000100000000111001001001100
+01101111111000001000011011000110
+11000000100000000111001001001100
+01101111111000001000011011000111
+11000000100000001111001001001100
+01101111111000001000011011001000
+11000000100000000111001001001100
+01101111111000001000011011000011
+11000000100000000111001001001100
+01101111111000001000011011000100
+11000000100000000111001001001100
+01101111111000001000011010111111
+11000000000000100111001001100101
+11000000000000011111001001100111
+00100000001000000111001001001100
+11011010010000000000000000000001
+00100000001000000111001011011010
+11011010010000000000000000000001
+00100000001000000111001011011000
+01000100110111101100000000010111
+01101111111000001000011011000100
+11000000000000001111001001111100
+11000000000000010111001010010101
+11000000000000011111001010011000
+11000000000100001111001001110001
+11000000000100010111001010100110
+00100000001000000111001001001100
+01110000000001110101000100000000
+01101111111000001000011011000101
+11000000000000000111001001110110
+11000000000000001111001001111001
+00100000001000000111001001001100
+01101010010000001000011000100101
+11011010001000000000011000100101
+00100000001000000111001111110011
+01101010010000001000011000111110
+11011010001000000000011000111110
+00100000001000000111001111110011
+01101111111000001000011101100101
+00100100010110100111001010001101
+01011000000000000000010111111111
+01101000010010001000010111111111
+01100111111000010000011101011100
+01100000010010001000011101011110
+01101111111000001000011011000111
+10011000010001100111110000000000
+00100100001000010111001010001011
+01101111111000001000011101011110
+10011000000000000010010000000000
+01101111111000010000011101011100
+00011111111000001111111000000001
+10011000000000000010001000000000
+00100000001000000111001111110011
+01101111111000001000011011000111
+00100000001000000111001010000110
+01101111111100001000110000000010
+00100100010110100111001010010001
+01110000000001110110010100000000
+00100000011000000000000000000000
+01101111111100001000110000000010
+01111001001000000111111000000111
+01100111111100001000110000000010
+00100000011000000000000000000000
+01011000000000000000011000010010
+01101000010010001000011000010010
+00100000001000000111001010000000
+01101111111000001000011011000011
+00011111111001100111110000000011
+00100100001000010111001001001100
+01101111111000001000011011000011
+11011010001000000000011001001110
+11000000000000000111001111110001
+01111001001000000000000000100011
+11011010001000000000011001010011
+11000000000000001111001111110001
+11011010001000000000011001110001
+11000000000000010111001111110001
+11011010001000000000011010001111
+11000000000000011111001111110001
+00100000011000000000000000000000
+01101111111000010000011011000101
+11000000000000001111001010101010
+01101010001000010000010111111011
+00100000001000000111001111110001
+01110000000001110110001000000001
+01110000000001110101010000000001
+01101010001000010000010111111101
+00100000001000000111001111110001
+01101111111000001000011010111111
+11000000100000100111001001001100
+01101111111000001000011011000001
+11000000110000001111001001001100
+01101111111000001000011011000011
+11000000100000000111001001001100
+01101111111000001000011011000100
+11000000100000000111001001001100
+01101111111000001000011011000111
+11000000100000001111001001001100
+01101111111000001000011011001000
+11000000100000000111001001001100
+01101111111000001000011011000101
+11000000100000000111001001001100
+01101111111000001000011011000110
+11000000100000000111001001001100
+11011010010000000000000000000001
+00100000001000000111001011011000
+01101111111000001000011010111111
+11000000000000010111001001001100
+01101111111000001000011011000011
+11000000100000000111001001001100
+01101111111000001000011011000100
+11000000100000000111001001001100
+01101111111000001000011011000111
+11000000100000010111001001001100
+01101111111000001000011011001000
+11000000100000000111001001001100
+01101111111000001000011011000110
+11000000100000000111001001001100
+01101111111000001000011011000001
+11000000010000000111001011010011
+11000000010000001111001011011110
+11000000010000010111001011100010
+00100000001000000111001001001100
+01110000000001110101011100000001
+00100000001000000111001011011100
+01101111111000001000011011000101
+11000000100000000111001001001100
+11011010010000000000000000000010
+01101111111000001000011101010101
+11000000000000001111001011010001
+11011010001000000000011010111001
+00100000001000000111001111110011
+11011010001000000000011010111011
+00100000001000000111001111110011
+11011010001000000000011010111101
+00100000001000000111001111110011
+01101111111000001000011010111111
+11000000100000100111001001001100
+11011010010000000000000000000010
+00100000001000000111001011011000
+01101111111000001000011010111111
+11000000100000100111001001001100
+01101111111000001000011011000101
+11000000010000001111001011101111
+11000000010000010111001011110001
+11000000010000011111001011110011
+00011111111000010111111001111111
+11000000000000000111001011101011
+00100000001000000111001001001100
+01101111111000001000011101011000
+11011010010000000000000000000010
+11000000000000001111001011011010
+00100000001000000111001011011000
+01101111111000001000011101011001
+00100000001000000111001011101100
+01101111111000001000011101011010
+00100000001000000111001011101100
+01101111111000001000011101011011
+00100000001000000111001011101100
+01110000000001110100111100000001
+11011010001000000000011101010000
+11011010010000000000000000000001
+00100000001000000111001111110011
+01101111111000010000011011000011
+11011000010000000000000110111010
+10011000010001100111110000000000
+00100100001000101111001001001100
+01101111111000001000011101001100
+00100100001110100111001100000111
+01110000000001110000100100000000
+01101111111000001000011011000111
+10011000000000000010010000000000
+11011010001000000000011100001001
+00100000010000000111001111110011
+11011000101000000000011100001001
+11011111001000000000000000001000
+00100000001000000111010100000000
+01110000000001110100110000000000
+01110000000001110000100100000001
+00100000001000000111001100000000
+01101111111000001000011011000111
+11000000100000001111001001001100
+01110000000001110101000100000001
+11011010010000000000000000000001
+01101111111000001000011101010011
+11000000000000000111001100010010
+11000000000000001111001100010011
+00100000001000000111001011011000
+00100000001000000111001011011010
+00100000001000000111001011011000
+01101111111000001000011010111111
+11000000100000100111001001001100
+01101111111000001000011011000111
+11000000100000000111001001001100
+01101111111000001000011011001000
+11000000100000000111001001001100
+01101111111000001000011011000100
+11000000100000000111001001001100
+01101111111000001000011011000110
+11000000100000000111001001001100
+01101111111000001000011011000001
+11000000000000000111001100100011
+11000000000000001111001100110000
+11000000000000010111001100110001
+00100000001000000111001001001100
+01101111111000001000011011000011
+11000000100000001111001001001100
+01101111111100001000110000000000
+01111001001111111111111000000111
+01100111111100001000110000000000
+01110000000001110101010100000000
+01110000000001110101011000000001
+01101111111000001000011101010111
+00100000001110100111001001010001
+01110000000001110101011100000000
+01110000000001110101011000000000
+01110000000001110101010000000010
+00100000001000000111001001010001
+00100000001000000111001001001100
+01101111111000001000011011000011
+11000000100000000111001001001100
+01101111111000001000011011000101
+11000000010000001111001100111100
+11000000010000010111001100111111
+11000000010000011111001101000001
+00011111111000010111111001111111
+11000000000000000111001100111010
+00100000001000000111001001001100
+01110000000001110101100000000000
+00100000001000000111001001010001
+01110000000001110101100100000000
+01110000000001110110011000000001
+00100000001000000111001001010001
+01110000000001110101101000000000
+00100000001000000111001100111101
+01110000000001110101101100000000
+00100000001000000111001100111101
+01101111111000001000011011000111
+11000000100000000111001001001100
+01101111111000001000011011001000
+11000000100000000111001001001100
+01101111111000001000011011000001
+11000000000000000111001101001100
+11000000000000001111001101011010
+11000000000000010111001101011011
+00100000001000000111001001001100
+01101111111000001000011011000011
+11000000100000001111001001001100
+00100000010000000101001100110111
+01101111111100001000110000000000
+01111001001000000111111000000111
+01100111111100001000110000000000
+01110000000001110101010100000001
+01110000000001110101010000000011
+01110000000001110100110100000000
+00100000010000000111001001010001
+00100000010000000111010101011100
+01011000000000000001001110001000
+11011000111000000000000000001111
+00100000001000000111010101001111
+00100000001000000111001001001100
+01101111111000001000011011000011
+11000000100000000111001001001100
+01101111111000001000011011000100
+11000000100000000111001001001100
+01101111111000001000011011000101
+11000000010000001111001101101000
+11000000010000010111001101101010
+11000000010000011111001101101100
+00011111111000010111111001111111
+11000000000000000111001101100110
+00100000001000000111001001001100
+01110000000001110101100000000001
+00100000001000000111001001010001
+01110000000001110101100100000001
+00100000001000000111001001010001
+01110000000001110101101000000001
+00100000001000000111001001010001
+01110000000001110101101100000001
+00100000001000000111001001010001
+01101111111000001000011011000001
+11000000100000000111001001001100
+01101111111000001000011011000101
+11000000100000000111001001001100
+01101111111000001000011011000110
+11000000100000000111001001001100
+01101111111000001000011011000111
+11000000100000000111001001001100
+01101111111000001000011011001000
+11000000100000000111001001001100
+01101111111000001000011011000100
+11000000100000000111001001001100
+01101111111000001000011011000011
+00011111111000010111111010000000
+11000000100000000111001001001100
+01101111111000001000011011000011
+11000000100000000111001110000101
+01110000000001101011111100000010
+01101111111000001000011011000011
+01100111111100001000110000000010
+00100000010000000111001001010001
+01110000000001110110010100000001
+00100000011000000000000000000000
+01110000000001101011111100000011
+00100000001000000111001110000000
+01101111111000001000011010111111
+11000000000000010111001001001100
+01101111111000001000011011000001
+11000000100000000111001001001100
+01101111111000001000011011000101
+11000000100000000111001001001100
+01101111111000001000011011000110
+11000000100000000111001001001100
+01101111111000001000011011000111
+11000000100000000111001001001100
+01101111111000001000011011001000
+11000000100000000111001001001100
+01101111111000001000011011000100
+11000000100000000111001001001100
+01101111111000001000011011000011
+00011111111001100111110000000001
+00100100001000010111001001001100
+01101111111000001000011010111111
+11000000000000011111001110011100
+11000000000000100111001110011100
+00100000001000000111001001001100
+01101111111000001000011011000011
+11000000000000000111001110100000
+01110000000001101011111100000100
+00100000001000000111001001010001
+01110000000001101011111100000011
+00100000001000000111001001010001
+01101111111000001000011010111111
+11000000100000100111001001001100
+01101111111000001000011011000001
+11000000100000001111001001001100
+01101111111000001000011011000011
+11000000100000000111001001001100
+01101111111000001000011011000100
+11000000100000000111001001001100
+01101111111000001000011011000111
+11000000100000000111001001001100
+01101111111000001000011011001000
+11000000100000000111001001001100
+01101111111000001000011011000101
+11000000100000000111001001001100
+01101111111000001000011011000110
+11000000100000000111001001001100
+00100000001000000111001001010001
+01000100110111110100000000010111
+01110000000001110100111100000001
+01101111111000001000011011000100
+01100111111000001000011101010000
+01101111111000001000011011000101
+00011111111001100111110000000001
+00100000010000101111001111000001
+01101111111000001000011101010100
+11000000100000100111001001010001
+01110000000001110101010000000010
+00100000010000000111001001010001
+00100000000000000111010100110000
+00100000000000000111010100110000
+00100000011000000000000000000000
+01110000000001110110001000000001
+01110000000001110101011000000000
+01110000000001110101010000000100
+00100000011000000000000000000000
+00100000000000000011101010011000
+11011000101000000000011011001001
+00100000010000000111000111111000
+01110000000001110100101100000001
+00100000010000000111001111010110
+01101111111000010000011011000011
+01100111111000010000011101001001
+00100000010000000111001001010001
+01101111111000001100000010010101
+11000001100000100000000000000000
+01101111111000001000011101001101
+00100000011110100000000000000000
+01101111111000001000011011001001
+01100111111000001100010101100100
+01110000000001110100110100000000
+01110000010001010101010000000011
+00100000011000000000000000000000
+01101111111000010000011011000011
+11011000010000000000001000000000
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000010000011011000101
+11011000010000000000000000000000
+10011000010001100111110000000000
+00100100011000101000000000000000
+01101111111000010000011011000111
+11011000010000000000000000000001
+10011000010001100111110000000000
+00100100011000101000000000000000
+01110000000001110100110100000001
+00100000011000000000000000000000
+01101111111000001000011011000111
+11000000100000000111001001001100
+01101111111000001000011011000011
+11000000000000000111001111101010
+11000000000000001111001111101101
+00100000001000000111001001001100
+01110000000001110101001000000000
+01110000000001110101001100000001
+00100000001000000111001001010001
+01110000000001110100111000000001
+01110000000001110101001000000001
+01110000000001110101001100000000
+00100000001000000111001001010001
+11101010010000001000000000010001
+00011010001000001010001000000001
+01000100110111111100000000010111
+01111001001000000000000000001110
+11000101100100011111001111111000
+00011010010000001010010000000001
+00011010010000111010010000000000
+01100010001000010000010111111000
+01100010010000001000010111111010
+00100000001000000111001111111101
+11011000111000000000000000000000
+00100000001000000111010000111101
+01000100111000000100000000011000
+01101111111100001000110000100100
+11000011100000000000000000000000
+01101111111000001000010111111010
+00100000011110100000000000000000
+00011111111000100111001000000000
+10011000000000000000010000000000
+01101111111000010000011011000111
+00011111111001100111110001000000
+00100000001000010111010000001011
+00011111001001100111110001000000
+00100000001000010111010000001111
+00011000000000000111001001000000
+00100000001000000111010000001111
+10011111001001100111110000000000
+00100000001000010111010000001111
+10011000000000000111001000000000
+01100111111000001000010111111010
+01101111111000001000010111111010
+10011111001001100111111000000000
+01100111111000001000010111111010
+00011111001000001111111111111111
+01100111111000001000010101100010
+11000101100100011111010000100001
+00011111111000110111111000000000
+00011111001000001111111111111111
+01100111111000001000010101100010
+11000101100001110111010000100001
+01111001001111111000000000001110
+11100000010000001000000000000101
+01011000000000000000000000000011
+11100111111000001000000000000101
+00011111001000001111001111111111
+00011111001000100111111000000000
+00100100001000101111010000100001
+00011111001000001111001000000001
+01101111111000010000010111111000
+00011111111000100000110000000000
+11101111111000001000000000000110
+11100111111000001000000000000101
+11000101100100011111010000101000
+01011000000000000000000000000000
+11100111111000001000000000000101
+11000010000000000111010000100011
+00011000110000100111111000000000
+01100111111000010000010111111000
+01011000000000000000010101100010
+01100111111100010000110000001001
+11011000111000000000000000000000
+00100000010000000111010000111101
+01101111111000001000010111111010
+00100100011110100000000000000000
+01101111111000001000011101010100
+11000001100000001000000000000000
+01110000000001110101010000000010
+00100000011000000000000000000000
+11011000111000000000000000000001
+11011010001000000000010110100011
+01100010001100010000110000001011
+00011111001000001111111111111111
+11100111111000001000000000010001
+11101111111000001000000000000110
+11100111111000001000000000000101
+11000010000000000111010000111010
+01011000000000000000000000000000
+11111001001000000111111000000000
+01100111111100001000110000011000
+00100000011000000000000000000000
+11011000111000000000000000000010
+11011010001000000000010110101101
+01100010001100010000110000001101
+00100000001000000111010000111000
+01000100111000001100000000011000
+01101111111000001000011101100001
+00100000011110100000000000000000
+01101111111100001000110000100100
+00011111111000010111111000001111
+00100100001110100111010010010110
+01101111111000001000011101100010
+00100000001110100111010001101100
+01101111111000001000011101010100
+11000000000000011111010010100110
+11000000100000010111010001101100
+01101111111000001000011101010110
+00100100001110100111010001101100
+00100000010000000111010001010100
+00100000001000000111010001011111
+01101111111100001000110000100100
+11000011100000001000000000000000
+01101111111000001000011101100001
+11000100000000001000000000000000
+01101111111000001000011101100001
+01111001001111111111111000000001
+01100111111000001000011101100001
+01101111111000001000011101011111
+00100000011110100000000000000000
+11000000000010000111010010001110
+00100000001000000011101010111010
+01101111111100001000110000100100
+11000011100000010000000000000000
+01101111111000001000011101100001
+11000100000000010000000000000000
+01101111111000001000011101100001
+01111001001111111111111000000010
+01100111111000001000011101100001
+01101111111000001000011101100000
+00100000011110100000000000000000
+11000000000100000111010001101111
+11000000000100001111010010001010
+11000000000100010111010010010010
+00100000001000000011101010111010
+11011000101000000000011101100111
+11011111001000000000000000001000
+00100000001000000111010100000000
+01101111111000001000011101001111
+01101000010010001000011101010001
+10011000010000010111111000000000
+00100000001110100111010010000110
+01101000010010001000011101010010
+10011000010000001111111000000000
+11000000000000001111010001110111
+00100000001000000111010010000110
+01110000000001110110000000000000
+01101111111000001000011101101000
+11000000000000010111010010000111
+11000000000000011111010010000111
+01101111111000001000011101101000
+01100111111000001000011101100111
+01101111111000001000011101101001
+11100111111000001000000000000101
+01101111111000001000011101101011
+11100111111000001000000000000101
+01101111111000001000011101101101
+11100111111000001000000000000101
+11011111001000000000000000000100
+11011000110000000000011101100111
+00100000001000000111010001000001
+01110000000001110110000000000000
+11011111001000000000000000001000
+11011000110000000000011101100111
+00100000001000000111010001000001
+01110000000001110110000000000000
+11011111001000000000000000000011
+11011000110000000000011110000111
+00100000001000000111010001000001
+01110000000001110101111100000000
+11011111001000000000000000001000
+11011000110000000000011101110111
+00100000001000000111010000110101
+01110000000001110110000000000000
+11011111001000000000000000000010
+11011000110000000000011110010111
+00100000001000000111010001000001
+01101111111000001000011101010100
+11000000000000010111010010011001
+00100000011000000000000000000000
+01101111111100001000110000000000
+01111001001000000111111000000111
+01100111111100001000110000000000
+01110000000001110110010000000001
+00100000011000000000000000000000
+01101111111000001000011101010100
+11000001000000011000000000000000
+11000000000000010111010010100010
+00100000011000000000000000000000
+01101111111000001000011101100100
+00100000011110100000000000000000
+01110000000001110110001100000001
+00100000001000000111010010101001
+11011000111000000000000000001111
+00100000010000000111010101011101
+00100100011110100000000000000000
+01101111111100001000110000000000
+11000100000000111000000000000000
+01110000100011000000000011111100
+00100000000000000111010100110000
+01110000100011000000000000111100
+00100000011000000000000000000000
+01100000101000010000010011100101
+01100000010011000000010011001100
+01100001011000100000010011010100
+00100000010000000111010010110111
+01100000110000010000010011100011
+01100111001000010000010011101111
+01100000111000010000010011101101
+00100000011000000000000000000000
+01100010001000100000010011011000
+01100010010000100000010011011100
+01100010011000011000010011100000
+00100000011000000000000000000000
+01000100111000010100000000011000
+01101111111000010000010011100101
+10011000000000000000101000000000
+01101000010011000000010011001100
+01101001011000100000010011010100
+00100000010000000111010011000110
+01101111001000010000010011101111
+01101000111000010000010011101101
+01101111111000010000010011100011
+10011000000000000000110000000000
+00100000011000000000000000000000
+01101010001000100000010011011000
+01101010010000100000010011011100
+01101010011000011000010011100000
+00100000011000000000000000000000
+01101111111000010000010011100101
+00011111111000100000101000000000
+00100000011000000000000000000000
+01101111111000010000010011100011
+00011111111000100000110000000000
+00100000011000000000000000000000
+00011000101000100111111000000000
+01100111111000010000010011100101
+00100000011000000000000000000000
+00011000110000100111111000000000
+01100111111000010000010011100011
+00100000011000000000000000000000
+00011000101000100111111000000000
+01100111111000010000010011100101
+00011000110000100111111000000000
+01100111111000010000010011100011
+00100000011000000000000000000000
+01101111111000010000010011100101
+00011111111000100000101000000000
+01101111111000010000010011100011
+00011111111000100000110000000000
+00100000011000000000000000000000
+10011000010001100010001000000000
+00100000011000010000000000000000
+11011010001000000000000100000000
+10011010001000001111111000000000
+10011000010001100010001000000000
+00100000011000000000000000000000
+00100000010000000111010011110011
+00100000010000000111010011110011
+00100000001000000111010011110011
+00100000010000000111010011101111
+11101111111000001000000000000110
+11100111111000001000000000000101
+11101111111000011000000000000110
+11100111111000011000000000000101
+00100000011000000000000000000000
+11101111111001000000000000000110
+11100111111001000000000000000101
+00100000011000000000000000000000
+00100000010000000111010011110101
+00100000010000000111010011101111
+00100000010000000111010011101111
+00100000010000000111010011101111
+00100000001000000111010011101111
+00011111111000001111111111111111
+00100000000000000000000000100110
+00100100001110100111010011110111
+00100000011000000000000000000000
+11011111001000000000000000001010
+00100000000000000010111011100000
+11000010000000000111010011111100
+00100000011000000000000000000000
+00011000000000000111001000000011
+00011000000000000111111000000000
+11100111111001000000000000000101
+11000010000000000111010100000001
+00100000011000000000000000000000
+00100000010000000111010100000101
+00011000000000000111111000000000
+11100111111001000000000000000101
+00100000011000000000000000000000
+00011000000000000111111000000000
+11100111111000100000000000000101
+00100000011000000000000000000000
+00011000000000000111001000000100
+00100000001000000111010100000000
+00011000000000000111001000001000
+00100000001000000111010100000000
+00011111001000100111111000000000
+00100000011110100000000000000000
+01011000000000000000000000000000
+11100111111000001000000000000101
+11000010000000000111010100010010
+00100000011000000000000000000000
+11011111001000000000000000100000
+11011000101000000000010011110110
+00100000001000000111010100001111
+11101111111000100000000000010011
+11101000010000100000000000010001
+10011000010000101111111000000000
+11100111111000100000000000000101
+00011010001000001010001000000100
+00011010011000001010011000000100
+11000010000000000111010100011000
+00100000011000000000000000000000
+01000100111000011100000000011000
+00011111001000100111111000000000
+00011111111001100111110000000001
+00100000011000010000000000000000
+10011010001000001010010000000000
+00011010010000001010010111111111
+00011111001000110111001000000000
+11101000010000001000000000010001
+11101111111000001000000000010010
+11100111111000001000000000010001
+11100000010000001000000000010010
+00011010010000001010010111111111
+00011010001000001010001000000001
+11000010000000000111010100100111
+00100000011000000000000000000000
+00011111111011110000010000000000
+00100000010000000111010100110101
+00011000010100001000010000000000
+00011111111100000111111000000000
+10011000010000011111111000000000
+00100000011000000000000000000000
+00011111111100010000110000000000
+00011000110100001000110000000000
+00011111111100001111111000000000
+00011111111100000111111000000000
+10011000110000011111111000000000
+00100000011000000000000000000000
+00011111001000100111111000000000
+00100000011110100000000000000000
+00011111001000001111001111111000
+00100000010000010111010011101111
+00100000011000101000000000000000
+00100000001000010111010100111101
+00011111001000001111001000001000
+00011111001000001111001111111100
+00100000010000010111010011101010
+00100000011000101000000000000000
+00100000001000010111010101000010
+00011111001000001111001000000100
+00100000001000000111010101001000
+00011111001000100111111000000000
+00100000011110100000000000000000
+11101111111000001000000000000110
+11100111111000001000000000000101
+11000010000000000111010101001010
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000010000010011000100
+01000100111000100100000000011000
+00100000010000000111010101011101
+01101000010010010000010011000100
+11011000101000000100000011101101
+00011000111000111111111000000000
+10011000101000001000101000000000
+11100000010000010000000000000101
+00100000011000000000000000000000
+11011001011000000000100000000000
+00011001011100000001011000000000
+10011001011000001111111000000000
+00100000011000000000000000000000
+11011000111000000000000000000000
+01000100111000101100000000011000
+01101000010010100100000010010110
+00011100010000110111111000000000
+01100111111000100100000010010110
+10011000010001100111110000000000
+00100100010000010111010101011000
+10011000010001100001011000000000
+00011001011000100000010000000000
+11011000110000000100000011101101
+00011000110000100000101000000000
+11011111001000000000000000010000
+11101111111000010000000000000110
+10011000010001100111111000000000
+00100000001000010111010101101100
+00011000000000000111111000000000
+11100111111000010000000000000101
+11000010000000000111010101101000
+11011000110000000100000011101101
+00011000111000111111111000000000
+10011000110000001000110000000000
+11101111111000010000000000000110
+00100000011000000000000000000000
+10011000010000001000010000000000
+00011000010000100111001000000000
+01101111111000010000000000111111
+10011111001001100111111000000000
+00100000011000010000000000000000
+00011111111001100111111000000000
+00011000010100010000010000000000
+00011000010000001000010000000001
+00011000010100000000010000000000
+10011000010000011000010000000000
+00100000011000000000000000000000
+00100000010000000111010110000000
+00100000001000000111010110001101
+01111000010101000111110000000000
+10011000010001100111111000000000
+00100000001000010111010110000101
+01111000001101000111110000000000
+00011111111001100111111000000000
+11000100000001111000000000000000
+00011111111000100010100000000000
+11011000010000010000000000000000
+01101111111000010000000000111111
+10011000010001100111111000000000
+10011010100000001111111000000000
+01111001001111111111111001000000
+00100000011000000000000000000000
+01101000010010010000000000111111
+10011000000000000000110000000000
+00011111111100010111111000000000
+10011000010011111111111000000000
+10011000110000001111111000000000
+00100000011000000000000000000000
+00011111111011010111111000000000
+00011111111100100111111000000000
+01101000010010011100000010111110
+10011000010001101111110000000000
+00100000010000000111010111010000
+00011000000001111000010000000000
+00100000011000000000000000000000
+01101000010010010000000000111111
+10011000010001101111110000000000
+00100000010000000111010111001101
+00011111111100000111111000000000
+00011000000001110000010000000000
+10011000010000011000010000000000
+00100000011000000000000000000000
+11011000010000000000000000000000
+00011000010000100010100000000000
+11101111111000001000000000000011
+00100000010000000111010110101101
+00011010100000100000010000000000
+00100000010000000111010111011111
+11011010010000000000000000001010
+10011010010011111111111000000000
+10011000010000001111111000000000
+00011111111000100000010000000000
+11000010000000000111010110100010
+00100000011000000000000000000000
+11011000010000000000000000111010
+10011000010001100111110000000000
+00100100001000010111010110110110
+11011000010000000000000001100001
+10011000010001100111110000000000
+00100000001000010111010110111001
+11011000010000000000000000110111
+10011000010001100111111000000000
+00100000011000000000000000000000
+11011000010000000000000000110000
+10011000010001100111111000000000
+00100000011000000000000000000000
+11011000010000000000000001010111
+10011000010001100111111000000000
+00100000011000000000000000000000
+00011111001001100111110000000000
+00100000011000101000000000000000
+00011111111000110111111000000000
+11000010000000000111010110111110
+00100000011000000000000000000000
+00011000000000000111111000000001
+00011111001001100111110000000000
+00100000011000101000000000000000
+00011111111000111111111000000000
+11000010000000000111010111000100
+00100000011000000000000000000000
+01011000000000000000000000000000
+00011111001000100010001000000000
+11101000010000010000000000000110
+10011000010000001111111000000000
+11000010000000000111010111001001
+10011010001001101111110000000000
+00100000010000000111010111010000
+00011000000001111111111000000000
+00100000011000000000000000000000
+00100000011110101000000000000000
+00100000001000000111010111010000
+11101111111000001000000000010001
+11101000010000001000000000010010
+10011000010001100111110000000000
+00100100011000101000000000000000
+00011010001000001010001000000001
+00011010010000001010010000000001
+11000010000000000111010111010010
+00011000000000000111110000000000
+00100000011000000000000000000000
+10011000010001100111110000000000
+00100100011000010000000000000000
+00011000010000100111111000000000
+00100000011000000000000000000000
+10011000010000001111111000000000
+10011000010001100000010000000000
+10011000010001100111111000000000
+00100000011000000000000000000000
+11011111001000000000001000000000
+11011000101000000100000000000000
+00100000001000000111010100000000
+00100000011110100000000000000000
+00011111111000100111101000000000
+01101111111100010000000100001110
+00100100001110100111010111101000
+00100000011000000000000000000000
+00100000010000000110110111110000
+01110000100000100000001100000001
+00100000011000000000000000000000
+01100111111100010000001000000101
+01101111111100001000001000000011
+01111001001000000111111000000100
+01100111111100001000001000000011
+00100000011000000000000000000000
+01100111111100010000001000000111
+01101111111100001000001000000011
+01111001001000000111111000000110
+01100111111100001000001000000011
+00100000011000000000000000000000
+01100111111100010000001000000101
+01110000100000100000001100110000
+00100000011000000000000000000000
+01101111111100001000000001000011
+01111001001000000111111000000100
+01100111111100001000000001000011
+00100000011000000000000000000000
+01101111111100001000000001000011
+01111001001111111111111000000100
+01100111111100001000000001000011
+00100000011000000000000000000000
+01101111111100010000000100001110
+11011000010000000000001000000000
+10011000010001100111110000000000
+00100000011000000000000000000000
+01000100111000110100000000011000
+11101000010001000000000000010001
+00011000010000010111111011111111
+00100100001110100111011000001101
+00011000010011001111111000000000
+11100111111001000000000000010001
+00011010001000001010001000000111
+11101111111000001000000000010001
+00100100001110100011101010111010
+01101111111000001000010011000011
+11100111111000001000000000010001
+00100000011000000000000000000000
+01000100111000111100000000011000
+11011111001000000000000000001000
+11101111111001000000000000010001
+00100000011110100000000000000000
+11101111111000001000000000010001
+00100100001110100111011000011100
+00011010001000001010001000000001
+11000010000000000111011000010111
+00100000001000000011101010111010
+11011000010000000000000000000000
+11100000010000001000000000010001
+00100000011000000000000000000000
+11101111111001000000000000010001
+00100000011000000000000000000000
+11101111111000001000000000010001
+00100000011000000000000000000000
+11101111111000010000000000010001
+00100000011000000000000000000000
+11011000010000000000000000000000
+01101111111000001000000000000110
+11000010000000000111011000100110
+00011000010000001000010000000001
+11000010000000000111011000100110
+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
+11000010000000000111011001001010
+00100000011000000000000000000000
+00011111001000100111111000000000
+00100000011110100000000000000000
+00011000110000100111111000000000
+10011111001000001111111000000000
+00011111111000001111111111111111
+00011111111000100000110000000000
+11101111111000001000000000000110
+00011000110000001000110111111110
+11100111111000001000000000000101
+11000010000000000111011001010100
+00100000011000000000000000000000
+00011111111100000111111000000000
+00011111111010110111111000000000
+00100000011000000000000000000000
+00011111111011010111111000000000
+00100000001000000111011001011010
+01011000000000000000000000000000
+01100111111001000000000000010110
+00100000011000000000000000000000
+11011111001000000000000000010000
+00011000000010100111111000000000
+11100111111000001000000000000101
+11000010000000000111011001100010
+00100000011000000000000000000000
+01110000010001011001000100000001
+00100000010000000111100100000100
+01110000010001001100100001000010
+01110000010001001100100100010101
+01110000010001001101100001010101
+01101111111000001100010011011101
+00011111111000001111111000000001
+01100111111000001100010011011101
+00100000010000000111011001110100
+00100000010000000111110001000101
+11011111001000000000000000010111
+11011000110000000100010011001000
+11011000101000000100011001001010
+00100000001000000111010100111011
+11011000010000000000000000000000
+11011000110000000100010011010111
+11011111001000000000000000000111
+11101111111000001000000000000110
+10011000010000001000010000000000
+11000010000000000111011001110111
+01100000010010001100010011011110
+00100000011000000000000000000000
+01101111111000001100010011100011
+00100000011110100000000000000000
+01110000010001001110001100000000
+01101111111000010100010110001111
+00100000011110100000000000000000
+01101111111000001100010011010111
+00011111111000001111111000000001
+01100111111000001100010011010111
+11000000000000001111011010001010
+11000000000001001111011010001010
+00100000010000000111011001100110
+01011000000000000000000000000011
+01100111111000010100010011011111
+00100000011000000000000000000000
+01101111111000001100010011011100
+00011111111000001111111001000000
+01100111111000001100010011011100
+00100000010000000111011001100110
+00100000001000000111011010001111
+01011000000000000000000000000011
+01100111111000010100010011011111
+00100000011000000000000000000000
+01110000010001001101110000000111
+01110000010001001101011100000000
+00100000001000000111011001100110
+01101111111000001100010010011110
+00100100010110100111101011101011
+01110000010001001101110000010001
+01110000010001001101011100000000
+00100000001000000111011001100110
+01110000010001001101110000010010
+01110000010001001101011100000000
+00100000001000000111011001100110
+01110000010001001101110000010011
+01110000010001001101011100000000
+00100000001000000111011001100110
+01110000010001001101110000000101
+01110000010001001101101100000000
+01110000010001001101011100000000
+00100000001000000111011001100110
+01110000010001001101110000001001
+01110000010001001101011100000000
+01110000010001001101101100000000
+00100000001000000111011001100110
+01110000010001001101110000010100
+01110000010001001101011100000000
+00100000001000000111011001100110
+01110000010001001101110000010101
+01110000010001001101011100000000
+00100000001000000111011001100110
+01101111111000001100010010011110
+00100100010110100111101100100001
+01110000010001001101110000001100
+01110000010001001101101100000001
+01110000010001001101011100000000
+00100000001000000111011001100110
+01101111111000001100010010011110
+00100100010110100111101100101001
+01110000010001001101110000001110
+01110000010001001101101100000001
+01110000010001001101011100000000
+00100000001000000111011001100110
+01101111111000001100010010011110
+00100100010110100111101100100011
+01110000010001001101110000000001
+01110000010001001101101100000010
+01110000010001001101011100000000
+00100000001000000111011001100110
+01101111111000001100010010011110
+00100100010110100111101100101011
+01110000010001001101110000000100
+01110000010001001101101100000010
+01110000010001001101011100000000
+00100000001000000111011001100110
+01101111111000001100010010011110
+00100100010110100111101100100101
+01110000010001001101110000001101
+01110000010001001101101100000011
+01110000010001001101011100000000
+00100000001000000111011001100110
+01101111111000001100010010011110
+00100100010110100111101100101101
+01110000010001001101110000001111
+01110000010001001101101100000011
+01110000010001001101011100000000
+00100000001000000111011001100110
+01101111111000001100010010011110
+00100100010110100111101100100111
+01110000010001001101110000001000
+01110000010001001101101100000100
+01110000010001001101011100000000
+00100000001000000111011001100110
+01101111111000001100010010011110
+00100100010110100111101100101111
+01110000010001001101110000000110
+01110000010001001101101100000100
+01110000010001001101011100000000
+00100000001000000111011001100110
+01101111111000001100011100011111
+11000000000000001111011010010010
+01110000010001110000000110110001
+00100000001000000111100011001000
+01101111111000001100010010011110
+00100100010110100111101011010100
+01110000010001001101110000010110
+01110000010001001101011100000000
+01110000010001001101101100000000
+00100000001000000111011001100110
+01101111111000001100010010011110
+00100100010110100111101011011010
+01110000010001001101110000010111
+01110000010001001101011100000000
+01110000010001001101101100000000
+00100000001000000111011001100110
+01110000010001110000000100000000
+01101111111000001100010010011110
+00100100010110100111101010100000
+01110000010001001101110000001010
+00100000001000000111011001100110
+01110000010001110000000100000000
+01101111111000001100010010011110
+00100100010110100111101010100010
+01110000010001001101110000001011
+00100000001000000111011001100110
+01110000010001110000000100000000
+01101111111000001100010010011110
+00100100010110100111101010100100
+01110000010001001101110000000011
+00100000001000000111011001100110
+01110000010001110000000100000000
+01101111111000001100010010011110
+00100100010110100111101010100110
+01110000010001001101110000000010
+00100000001000000111011001100110
+01101111111000001100010010011110
+00100100010110100111101010111100
+01110000010001001101110000010000
+01110000010001001101011100000000
+00100000001000000111011001100110
+00100000010000000111111101000011
+00100000010000000111011100101011
+00100000010000000111011100110101
+01000111001100001100000000101100
+01110000010001010111100000000001
+01110000010001010111100100000001
+01101111111000010100001010101110
+00011111111100100111111000000000
+11011000010000001111111111111111
+10011000010000010111111000000000
+00100000001110100111011100111100
+11011000010000001111111111110000
+10011000010001100111110000000000
+00100000001000101111011100111110
+00011111111100001111111000000000
+01100111111000010100010101110110
+01100111111000010100010011011001
+11011010001000001111111111111111
+00011010001100000000010000000000
+01011000000000001111111111111111
+10011000010000011000010000000000
+01101111111000100100001010101110
+00100000010110100111011100111010
+10011000010001100111110000000000
+00100000010000101111011100111010
+01100111111000100100010010100010
+01011000000000000111110011111110
+01100111111000010100001110011000
+01011000000000000111101100110010
+01100111111000010100001110010000
+00100000001000000111100001001100
+01011000000000000000000100000010
+01100111111000011100001111010101
+01110000100000000111000001101101
+01110000100000000111000101101100
+00100000011000000000000000000000
+01101111111000001100010101011001
+10011000000000000111001000000000
+01101000010010100100011100110011
+11011000110000000100010101011011
+11101111111000001000000000000110
+10011000000000000000111000000000
+11111001001000000000010000000000
+11000010000000000111011100101111
+01100000010010100100011100110011
+00100000011000000000000000000000
+01101111111000001100010101011010
+10011000000000000111001000000000
+01101000010010100100011100110011
+11011000110000000100010101100011
+00100000001000000111011100101111
+01011000000100010001001000010011
+00100000011000000000000000000000
+11011111111000000000000000010000
+00100000001000000111011100010101
+11011111111000001111111111100000
+00100000001000000111011100010101
+11011000010000000111100001111000
+00100000011000000000000000000000
+01101111111000100100001010101110
+01100111111000100100010100100000
+01110000010001010010010011010001
+01101111111000001100010100100110
+00011111111000001111111000000001
+01100111111000001100010100100110
+11011000010000000000000000000000
+11011000110000000100010100011111
+11011111001000000000000000001000
+00100000010000000111011110000011
+00011000010100001000010000000000
+01100000010010010100010100100111
+11011010011000000100010100011110
+11011111001000000000000000001011
+01011000000000000000000000000000
+01100111111000010100010011000001
+00100000010000000111110011000001
+01101111111000010100010011000001
+01100111111000010100010100101001
+11011111001000000000000000010111
+11011000110000000100010011100100
+11011000101000000100011001001010
+00100000010000000111010100111011
+11011111001000000000000000001101
+11011000110000000100010100011110
+11011000101000000100011001100001
+00100000010000000111010100111011
+01110000010001100111010100100101
+01110000010001100111011000110011
+00100000010000000111110011100001
+11011111001000000000000000100101
+11011000110000000100011001001010
+11011000101000000100010100101011
+00100000001000000111010100111011
+11101111111000001000000000000110
+00011111111011011111111000000000
+11100111111000001000000000000101
+11000010000000000111011101100100
+00100000011000000000000000000000
+00100000010000000111110001000101
+00100000010000000111011110000000
+00011000010100001000010000000000
+01100000010010010100010100000011
+11011010011000000100010011111011
+11011111001000000000000000001010
+01011000000000000000000000000000
+01100111111000010100010011000001
+00100000010000000111110011000001
+01101111111000010100010011000001
+01100111111000010100010100000101
+01101111111000010100010100000111
+00011111111100001111111000000000
+00011111111000001111111000000001
+00011111111100001111111000000000
+01100111111000010100010100000111
+11011111001000000000000000100101
+11011000110000000100010011100100
+11011000101000000100011001001010
+00100000010000000111010100111011
+01110000010001100111010100100101
+01110000010001100111011000110011
+00100000001000000111110011100001
+11011000010000000000000000000000
+11011000110000000100010011111100
+11011111001000000000000000000111
+11101111111000001000000000000110
+10011000010000001000010000000000
+11000010000000000111011110000011
+00100000011000000000000000000000
+11011010010000000000000000110011
+00100000011000000000000000000000
+01101111111000001100010100001001
+01100111111000001100010100000000
+00100000011000000000000000000000
+00100000010000000111101100011111
+01110000010001010001111101101000
+01110000010001010010010101000110
+00100000010000000111011101000010
+01110000010001001111110001101000
+01110000010001010000001001000110
+00100000001000000111011101101001
+01110000010001010001111101101110
+01110000010001010010010111110000
+00100000010000000111011101000010
+01110000010001001111110001101110
+01110000010001010000001011110000
+00100000001000000111011101101001
+00100000010000000111101010100000
+01110000010001010001111101101001
+01110000010001010010010100000000
+00100000010000000111011101000010
+01110000010001001111110001101001
+01110000010001010000001000000000
+00100000001000000111011101101001
+00100000010000000111101010100010
+01110000010001010001111101101010
+01110000010001010010010100000000
+00100000010000000111011101000010
+01110000010001001111110001101010
+01110000010001010000001000000000
+00100000001000000111011101101001
+00100000010000000111101010100100
+01110000010001010001111101100101
+01110000010001010010010100000000
+00100000010000000111011101000010
+01110000010001001111110001100101
+01110000010001010000001000000000
+00100000001000000111011101101001
+00100000010000000111101010100110
+01110000010001010001111101100110
+01110000010001010010010100000000
+00100000010000000111011101000010
+01110000010001001111110001100110
+01110000010001010000001000000000
+00100000001000000111011101101001
+01110000010001010001111101100000
+01110000010001010010010100000000
+01110000010001010010010011010010
+00100000010000000111011101000010
+01110000010001001111110001100000
+01110000010001010000001011010001
+01110000010001010000000111010010
+00100000001000000111011101101001
+01110000010001010001111101100000
+01110000010001010010010100000000
+01110000010001010010010011010100
+00100000010000000111011101000010
+01110000010001001111110001100000
+01110000010001010000001011010001
+01110000010001010000000111010100
+00100000001000000111011101101001
+01110000010001010001111101100000
+01110000010001010010010100000000
+01110000010001010010010000000011
+00100000010000000111011101000010
+01110000010001001111110001100000
+01011000000000000000000011010001
+01100111111000010100010100000010
+01110000010001010000100100000011
+00100000001000000111011101101001
+01110000010001010001111101100000
+01110000010001010010010100000000
+01110000010001010010010000000100
+00100000010000000111011101000010
+01110000010001001111110001100000
+01011000000000000000000011010001
+01100111111000010100010100000010
+01110000010001010000100100000100
+00100000001000000111011101101001
+01110000010001010001111101101111
+01110000010001010010010100000000
+01110000010001010010010011010010
+00100000010000000111011101000010
+01110000010001001111110001101111
+01110000010001010000001011010001
+01110000010001010000000111010010
+00100000001000000111011101101001
+01110000010001010001111101101111
+01110000010001010010010100000000
+01110000010001010010010011010100
+00100000010000000111011101000010
+01110000010001001111110001101111
+01110000010001010000001011010001
+01110000010001010000000111010100
+00100000001000000111011101101001
+01110000010001010001111101101111
+01110000010001010010010100000000
+01110000010001010010010000000011
+00100000010000000111011101000010
+01110000010001001111110001101111
+01011000000000000000000011010001
+01100111111000010100010100000010
+01110000010001010000100100000011
+00100000001000000111011101101001
+01110000010001010001111101101111
+01110000010001010010010100000000
+01110000010001010010010000000100
+00100000010000000111011101000010
+01110000010001001111110001101111
+01011000000000000000000011010001
+01100111111000010100010100000010
+01110000010001010000100100000100
+00100000001000000111011101101001
+01110000010001010010010011010010
+01110000010001010000000111010010
+00100000001000000111100000001111
+01110000010001010010010011010100
+01110000010001010000000111010100
+00100000001000000111100000001111
+01110000010001010010010000000011
+01110000010001010000000100000011
+00100000001000000111100000001111
+01110000010001010010010000000100
+01110000010001010000000100000100
+00100000001000000111100000001111
+00100000010000000111101011000011
+01110000010001010001111101101111
+01110000010001010010010110101010
+00100000010000000111011101000010
+01110000010001001111110001101111
+01011000000000000000000010101010
+01100111111000010100010100000010
+00100000001000000111011101101001
+01110000010001010000000111010001
+01110000010001010010010011010001
+00100000010000000111101010111110
+01110000010001010001111101101111
+01110000010001010010010101010101
+00100000010000000111011101000010
+01110000010001001111110001101111
+01110000010001010000001001010101
+01110000010001010000100100000000
+00100000010000000111011110001001
+00100000001000000111011101101001
+00100000010000000111101010111100
+01110000010001010001111101101110
+01110000010001010010010100000000
+00100000010000000111011101000010
+01110000010001001111110010100001
+01110000010001010000001000000000
+00100000001000000111011101101001
+01101111111000001100010110010010
+11000000000000000111100000100100
+11000000000000001111100000101100
+11000000000000010111100000110100
+00100000011000000000000000000000
+00100000010000000111101011001101
+01110000010001011001001000000001
+01110000010001010001111101101101
+01110000010001010010010100000001
+00100000010000000111011101000010
+01110000010001001111110001101101
+01110000010001010000001000000001
+00100000001000000111011101101001
+00100000010000000111101011010100
+01110000010001011001001000000010
+01110000010001010001111101101101
+01110000010001010010010100000010
+00100000010000000111011101000010
+01110000010001001111110001101101
+01110000010001010000001000000010
+00100000001000000111011101101001
+00100000010000000111101011011010
+01110000010001011001001000000000
+01110000010001010001111101101101
+01110000010001010010010100000011
+00100000010000000111011101000010
+01110000010001001111110001101101
+01110000010001010000001000000011
+00100000001000000111011101101001
+01110000010001010001111101100000
+01110000010001010010010100000000
+01110000010001010010010011010001
+00100000010000000111011101000010
+01110000010001001111110001100000
+01110000010001010000001000000000
+01110000010001010000000111010001
+00100000001000000111011101101001
+01110000010001010001111101101111
+01110000010001010010010100000000
+01110000010001010010010011010001
+00100000010000000111011101000010
+01110000010001001111110001101111
+01110000010001010000001000000000
+01110000010001010000000111010001
+00100000001000000111011101101001
+01101111111000010100010101110100
+00100100011110100000000000000000
+00100000010000000111100001011000
+11011010001000000100010101011011
+01101111111000001100010101011001
+10011000000000000111001000000000
+11101000010000001000000000010001
+00100000010000000110110000101001
+00011010001000001010001000000001
+11000010000000000111100001010010
+00100000000000000010111011100000
+00100000011000000000000000000000
+11011010001000000100010101100011
+01101111111000001100010101011010
+10011000000000000111001000000000
+11101000010000001000000000010001
+00011000010000011000010010000000
+00100000010000000111100010110111
+00011010001000001010001000000001
+11000010000000000111100001011011
+00100000000000000010111011100000
+00100000011000000000000000000000
+01101111111000010100010101110100
+00100100011110100000000000000000
+01110000010001010110110100000000
+01011000000000000000000000000000
+01100111111001000100010101010001
+01110000010001010110101100000000
+11011010011000000100010101011011
+11101000010000001000000000010011
+00100000010000000110110000110010
+00100000010000001111100010000011
+11101000010000001000000000010011
+00100000010000000110110000101001
+00100000010000000111100001011000
+00011010011000001010011000000001
+01101111111000001100010101101011
+00011111111000001111111000000001
+01100111111000001100010101101011
+01101000010010001100010101011001
+10011000010001100111110000000000
+00100100001000010111100001101001
+00100000011000000000000000000000
+01101111111000001100010101101011
+00011111111000001111111000000001
+01101000010010001100010101011010
+00011000010000001000010000000001
+10011000010011111111111000000000
+10011000000000000000111000000000
+01101111111001000100010101010001
+11111001001000000111111000000000
+01100111111001000100010101010001
+00100000011000000000000000000000
+11011111001000000000000000000001
+00100000011000000000000000000000
+01101111111000010100010101101110
+10011000000000000111001000000000
+00100000010110100111100010000001
+00100000010000000111010011111100
+11101000010000001000000000010011
+00100000010000000110110000110010
+00100100011000001000000000000000
+00100000000000000010111011100000
+11101000010000001000000000010011
+00100000010000000110110000110010
+00100100011000001000000000000000
+00100000000000000010111011100000
+11101000010000001000000000010011
+00100000010000000110110000110010
+00100100011000001000000000000000
+00100000010000000111100010110011
+11101000010000001000000000010011
+00100000010000000110110000110010
+00100000001000001111100001110111
+11101000010000001000000000010011
+00011000010000011000010010000000
+00100000010000000111100010110111
+01110000010001010110110000000000
+11011010001000000100010101100011
+11101000010000001000000000010001
+00100000010000000110110000110010
+00100000010000001111100010100110
+00011010001000001010001000000001
+01101111111000001100010101101100
+00011111111000001111111000000001
+01100111111000001100010101101100
+01101000010010001100010101011010
+10011000010001100111110000000000
+00100100001000010111100010011011
+00100000011000000000000000000000
+01101111111000001100010101101011
+01101000010010001100010101011010
+00011000010000001000010000000001
+10011000010011111111111000000000
+01101000010010001100010101101100
+00011000010000001000010000000001
+10011000010000001111111000000000
+10011000000000000000111000000000
+01111000001000001111110000000000
+01101111111001000100010101010001
+11111001001000001111111000000000
+01100111111001000100010101010001
+00100000011000000000000000000000
+11011010001000000100010101100011
+01101111111000001100010101011010
+10011000000000000111001000000000
+00100000001000000111100001010010
+01111001010000000000010000000111
+00100000001000000110110001000011
+01101111111000001100011100011111
+11000000000000001111100011101011
+01110000010001110000000110100000
+00100000001000000111100011001000
+01101111111000001100011100011111
+11000000000000001111100011100001
+01110000010001110000000110100001
+00100000001000000111100011001000
+01101111111000001100011100011111
+11000000000000001111100011010111
+01110000010001110000000110100010
+00100000001000000111100011001000
+01101111111000001100011100011111
+11000000000000001111100011001101
+01110000010001110000000110100011
+01101111111000010100011100011101
+00100100011110100000000000000000
+01110000010000110101101100000000
+01110000010001110001110100000101
+00100000011000000000000000000000
+01000111001100010100000000101100
+01101111111000001100011100011100
+11000000000000001111011011101110
+11000000000000010111011110011001
+01110000010001110000000100000000
+00100000010000000111101010100000
+01110000010001010111111100100001
+01110000010001011000011000011000
+00100000010000000111100011110101
+00100000001000000111110001010111
+01000111001100011100000000101100
+01101111111000001100011100011100
+11000000000000001111011011110011
+11000000000000010111011110100000
+01110000010001110000000100000000
+00100000010000000111101010100010
+01110000010001010111111100100001
+01110000010001011000011000100100
+00100000010000000111100011110101
+00100000001000000111110001010111
+01000111001100100100000000101100
+01101111111000001100011100011100
+11000000000000001111011011111000
+11000000000000010111011110100111
+01110000010001110000000100000000
+00100000010000000111101010100100
+01110000010001010111111100100001
+01110000010001011000011000101000
+00100000010000000111100011110101
+00100000001000000111110001010111
+01000111001100101100000000101100
+01101111111000001100011100011100
+11000000000000001111011011111101
+11000000000000010111011110101110
+01110000010001110000000100000000
+00100000010000000111101010100110
+01110000010001010111111100100001
+01110000010001011000011000010100
+00100000010000000111100011110101
+00100000001000000111110001010111
+01011000000000000000000000000000
+01100111111000011100010110000010
+00100000001000000111110000110110
+01110000010001011001000100000001
+00100000010000000111100100000100
+01110000010001110000000100000001
+00100000011000000000000000000000
+01110000010001011001000100000010
+00100000010000000111100100000100
+01110000010001110000000100000010
+00100000011000000000000000000000
+01110000010001011001000100000011
+00100000010000000111100100000100
+01110000010001110000000100000011
+00100000011000000000000000000000
+01101111111000010100010110001111
+00100100011110100000000000000000
+01101111111000010100011101101001
+01100111111000010100010110001111
+00011111111000001111111000000001
+01100111111000010100011010100001
+01101111111000001100011100011100
+00011111111001100111110000000001
+00100000001000101111011010001111
+00100000011000000000000000000000
+00100000010000000111101010111100
+01110000010001010111111100100011
+00100000001000000111110000110100
+01110000010001010111110000000000
+01110000010001001010011000000000
+01011000000000000000000000000001
+01100111111000010100011010100100
+01110000010001101010001100000001
+01110000010000110101101100000001
+01101111111000010100011101100111
+00011111111010111111111000000000
+01100111111000010100010110011101
+00011111111000001111111000000001
+01100111111000010100011010100001
+01000111001100110100000000101100
+00100000010000000111101010111110
+01101111111000001100010101111010
+01100111111000001100010110000110
+01110000010001010111111100101000
+01101111111000001100010110000101
+00011111111000001111111000000001
+01100111111000001100010110000101
+01110000010001011000010010000001
+01101111111000001100010010100001
+00011111111001100111110000000011
+00100000010000101111110001000001
+01101111111000001100010010100001
+00011111111001100111110000000101
+00100000010000101111110001000011
+00100000010000000111100100101101
+00100000001000000111110001010111
+01101111111000010100010101110110
+11011000010000001111000011111111
+10011000010000010111111000000000
+01100111111000010100010110000010
+00100000001000000111110001001110
+01110000010001101010001100000001
+01110000010000110101101100000001
+01011000000000000000000000000001
+00011111111010111111111000000000
+01100111111000010100011010100100
+01101111111000010100011101100111
+00011111111010111111111000000000
+01100111111000010100010110011101
+00011111111000001111111000000001
+01100111111000010100011010100001
+01000111001100111100000000101100
+00100000010000000111101011000011
+01110000010001010111111101000101
+01011000000000011111111011111111
+01100111111000011100010110000000
+01101111111000001100010110000101
+00011111111000001111111000000001
+01100111111000001100010110000101
+01101111111000001100010010100001
+00011111111001100111110000000011
+00100000010000101111110001000001
+01101111111000001100010010100001
+00011111111001100111110000000101
+00100000010000101111110001000011
+00100000001000000111110001010111
+01110000010001011001000100000000
+00100000010000000111100100000100
+01110000010001010111110000000000
+00100000010000000111101011000101
+01101111111000001100011100011100
+11000000000000001111011010100000
+11000000000000010111100001000100
+01110000010001101010011000000001
+01110000010001010111111100010000
+00100000010000000111110001001110
+00100000001000000111110000110100
+01110000010001011001000100000000
+00100000010000000111100100000100
+00100000001000000111100101011011
+01101111111000001100011010100110
+00100000001110100111100101001101
+00100000010000000111101011001000
+01110000010001010111110000000000
+01101111111000001100011100011100
+11000000000000001111011010100100
+11000000000000010111100000111100
+01110000010001101010011000000000
+01110000010001010111111100010001
+00100000010000000111110001001110
+00100000001000000111110000110100
+01110000010001011001000100000000
+00100000010000000111100100000100
+00100000010000000111101011001011
+01110000010001010111111100001001
+00100000001000000111110000110100
+01110000010001010111111100100001
+01110000010001011000001011111111
+01110000010001011000001111111111
+01110000010001011000011001000000
+00100000011000000000000000000000
+01110000010001010111111100100001
+01110000010001011000001011111111
+01110000010001011000011001000000
+00100000011000000000000000000000
+01110000010001010111111100100001
+01110000010001011000001111111111
+01110000010001011000011001000000
+00100000011000000000000000000000
+01101111111000001100010110010010
+00011111111001100111110000000011
+00100000010000101111100101111101
+11000000000000000111100110000000
+11000000000000001111100110001000
+11000000000000010111100110010000
+00100000011000000000000000000000
+01011000000000000000000000000000
+01100111111000001100010110010010
+00100000011000000000000000000000
+01101111111000001100010110010010
+00011111111000001111111000000001
+01100111111000001100010110010010
+00100000010000000111101011001101
+01101111111000001100011100011100
+11000000000000001111011010010010
+00100000010000000111100101101001
+00100000001000000111110000110100
+01101111111000001100010110010010
+00011111111000001111111000000001
+01100111111000001100010110010010
+00100000010000000111101011010100
+01101111111000001100011100011100
+11000000000000001111011010010010
+00100000010000000111100101101110
+00100000001000000111110000110100
+01101111111000001100010110010010
+00011111111000001111111000000001
+01100111111000001100010110010010
+00100000010000000111101011011010
+01101111111000001100011100011100
+11000000000000001111011010010010
+00100000010000000111100101110010
+00100000001000000111110000110100
+01101111111000001100011010101000
+11000000000000000111100110100001
+00100000010000000111101011100000
+01110000010001101010100000000000
+01101111111000001100011100011100
+11000000000000001111011010011101
+11000000000000010111011110010011
+01110000010001010111111100010011
+00100000001000000111110000110100
+00100000010000000111101011100010
+01110000010001101010100000000001
+01101111111000001100011100011100
+11000000000000001111011010011101
+11000000000000010111011110010011
+01110000010001010111111100010010
+00100000001000000111110000110100
+01101111111000001100010110010011
+11000000000000000111100110110001
+00100000010000000111101011100100
+01110000010001010111111100100001
+01110000010001011000001011111111
+01110000010001011000001111111111
+01110000010001011001001100000000
+01110000010001011000011000000010
+00100000001000000111110000110100
+00100000010000000111101011101011
+01110000010001011000011000000001
+01110000010001010111111100100001
+01110000010001011000001001111111
+01110000010001011000001101111111
+01110000010001011001001100000001
+00100000001000000111110000110100
+01101111111000001100011100011100
+00011111111001100111110000000001
+00100000010000101111011010101000
+01110000010001101111100100000001
+01101111111000001100010110010110
+11000000000000000111100111000010
+00100000010000000111101011110010
+01110000010001010111111100011111
+01110000010001011001011000000000
+00100000001000000111110000110100
+00100000010000000111101011110100
+01110000010001010111111100011110
+01110000010001011001011000000001
+00100000001000000111110000110100
+01101111111000001100011100011100
+00011111111001100111110000000001
+00100000010000101111011010101011
+01110000010001010111111100100010
+01101111111000001100010110010100
+11000000000000000111100111110000
+11000000000000001111100111101100
+11000000000000010111100111101000
+11000000000000011111100111100011
+11000000000000100111100111011110
+11000000000000101111100111011001
+11000000000000110111100111010011
+00100000011000000000000000000000
+00100000010000000111101100010001
+01110000010001011001010000000000
+01110000010001011000001011111111
+01110000010001011000001111111111
+01110000010001011000010011111111
+00100000001000000111110000110100
+00100000010000000111101100001100
+01110000010001011001010000000110
+01110000010001011000001011111111
+01110000010001011000010011111111
+00100000001000000111110000110100
+00100000010000000111101100000111
+01110000010001011001010000000101
+01110000010001011000001111111111
+01110000010001011000010011111111
+00100000001000000111110000110100
+00100000010000000111101100000010
+01110000010001011001010000000100
+01110000010001011000001011111111
+01110000010001011000001111111111
+00100000001000000111110000110100
+00100000010000000111101011111110
+01110000010001011001010000000011
+01110000010001011000010011111111
+00100000001000000111110000110100
+00100000010000000111101011111010
+01110000010001011001010000000010
+01110000010001011000001111111111
+00100000001000000111110000110100
+00100000010000000111101011110110
+01110000010001011001010000000001
+01110000010001011000001011111111
+00100000001000000111110000110100
+00100000010000000111101100010111
+01110000010001011000001000000001
+01110000010001010111111101000001
+00100000001000000111110000110100
+01110000010001011001000100000001
+00100000010000000111100100000100
+00100000010000000111101100100001
+01110000010001011001100000000001
+01110000010001010111111100010000
+01110000010001010111110000000001
+00100000001000000111110000110100
+01110000010001011001000100000010
+00100000010000000111100100000100
+00100000010000000111101100100011
+01110000010001011001100100000001
+01110000010001010111111100010000
+01110000010001010111110000000010
+00100000001000000111110000110100
+01110000010001011001000100000011
+00100000010000000111100100000100
+01110000010001011001101000000001
+01110000010001010111111100010000
+01110000010001010111110000000011
+00100000001000000111110000110100
+01110000010001011001000100000100
+00100000010000000111100100000100
+00100000010000000111101100100111
+01110000010001011001101100000001
+01110000010001010111111100010000
+01110000010001010111110000000100
+00100000001000000111110000110100
+01110000010001011001000100000001
+00100000010000000111100100000100
+01101111111000001100010110011000
+00100000001110100111100111111010
+00100000010000000111101100101001
+01110000010001011001100000000000
+01110000010001010111111100010001
+01110000010001010111110000000001
+00100000001000000111110000110100
+01110000010001011001000100000010
+00100000010000000111100100000100
+01101111111000001100010110011001
+00100000001110100111101000000001
+00100000010000000111101100101011
+01110000010001011001100100000000
+01110000010001010111111100010001
+01110000010001010111110000000010
+00100000001000000111110000110100
+01110000010001011001000100000011
+00100000010000000111100100000100
+01101111111000001100010110011010
+00100000001110100111101000001000
+00100000010000000111101100101101
+01110000010001011001101000000000
+01110000010001010111111100010001
+01110000010001010111110000000011
+00100000001000000111110000110100
+01110000010001011001000100000100
+00100000010000000111100100000100
+01101111111000001100010110011011
+00100000001110100111101000001110
+00100000010000000111101100101111
+01110000010001011001101100000000
+01110000010001010111111100010001
+01110000010001010111110000000100
+00100000001000000111110000110100
+01110000010001010111110000000001
+01110000010001001010011000000001
+00100000001000000111100100010011
+01110000010001010111110000000010
+01110000010001001010011000000010
+00100000001000000111100100010011
+01110000010001010111110000000011
+01110000010001001010011000000011
+00100000001000000111100100010011
+01110000010001010111110000000100
+01110000010001001010011000000100
+00100000001000000111100100010011
+00100000010000000111101001111111
+01110000010001010111111101101111
+01110000010001011000001000000000
+00100000001000000111110000110100
+01101111111000001100010110100001
+00100000001110100111101001001011
+01110000010001011010000100000000
+00100000001000000111101001010000
+00100000010000000111101010000010
+01110000010001011010000100000001
+01110000010001010111111100010101
+01110000010001011000001000000001
+00100000001000000111110000110100
+00100000010000000111101010000011
+01110000010001010111111100010101
+01110000010001011000001000000000
+00100000001000000111110000110100
+00100000010000000111101010000110
+01110000010001010111111100110011
+01110000010001011000001000000010
+00100000001000000111110000110100
+00100000010000000111101010001010
+01011000000000000000000000000001
+01100111111000001100010110000010
+01110000010001010111111100110010
+01110000010001011000001100000110
+00100000001000000111110000110100
+00100000010000000111101010010000
+01011000000000000000000000000010
+00100000001000000111101001011010
+00100000010000000111101010010010
+01011000000000000000000000000011
+00100000001000000111101001011010
+00100000010000000111101010010100
+01011000000000000000000000000100
+00100000001000000111101001011010
+00100000010000000111101010010110
+01011000000000000000000000000101
+00100000001000000111101001011010
+00100000010000000111101010011000
+01011000000000000000000000000110
+00100000001000000111101001011010
+01110000010001011001000100000001
+00100000010000000111100100000100
+00100000010000000111101010011010
+01110000010001010111111100110001
+01110000010001011000001000000000
+00100000001000000111110000110100
+01101111111000001100011010100111
+00100000001110100111101001111010
+00100000010000000111101010011101
+01110000010001101010011100000000
+01110000010001010111111100010110
+01110000010001011000001000000000
+00100000001000000111110000110100
+00100000010000000111101010011100
+01110000010001101010011100000001
+01110000010001010111111100010110
+01110000010001011000001000000001
+00100000001000000111110000110100
+01011000000000000000000001101111
+01100111111000010100010010100111
+00100000001000000111101010101011
+01110000010001001010101000000001
+01011000000000000000000000010101
+01100111111000010100010010100111
+00100000001000000111101010101011
+01110000010001001010101000000010
+01011000000000000000000000110011
+01100111111000010100010010100111
+00100000001000000111101010101011
+01011000000000000000000000000001
+01100111111000001100010010101011
+01011000000000000000000000110001
+01100111111000010100010010100111
+01110000010001001010101000100000
+00100000001000000111101010101011
+01011000000000000000000000000010
+00100000001000000111101010001011
+01011000000000000000000000000011
+00100000001000000111101010001011
+01011000000000000000000000000100
+00100000001000000111101010001011
+01011000000000000000000000000101
+00100000001000000111101010001011
+01011000000000000000000000000110
+00100000001000000111101010001011
+01011000000000000000000000000000
+00100000001000000111101010001011
+01110000010001001010101000000001
+01011000000000000000000000010110
+01100111111000010100010010100111
+00100000001000000111101010101011
+01110000010001001010101000011000
+00100000001000000111101010101000
+01110000010001001010101000100100
+00100000001000000111101010101000
+01110000010001001010101000101000
+00100000001000000111101010101000
+01110000010001001010101000010100
+00100000001000000111101010101000
+01011000000000000000000000100001
+01100111111000010100010010100111
+00100000001000000111101010101011
+00100000010000000111111101110010
+01101111111000001100011010101010
+00100100010110100111101010101111
+00100000011000000000000000000000
+11011111001000000000000000100111
+11011000110000000100010001110111
+11011000101000000100011011010010
+00100000010000000111010100111011
+01101111111000001100011010101010
+01100111111000001100010010011110
+01101111111000001100010010011111
+00011111111000001111111111111111
+01100111111000001100010010011111
+00100000010000000111111101110010
+01101111111000001100011101101011
+01100111111000001100010010011110
+00100000011000000000000000000000
+01011000000000000000000000100011
+00100000001000000111101010111111
+01011000000000000000000000101000
+01100111111000010100010010100111
+01011000000000000000000000000000
+01100111111000100100010010101001
+00100000001000000111101010101011
+01011000000000000000000001000101
+00100000001000000111101010111111
+01110000010001001010011000000000
+01011000000000000000000000010000
+00100000001000000111101010111111
+01110000010001001010011000000000
+01011000000000000000000000010001
+00100000001000000111101010111111
+01011000000000000000000000001001
+00100000001000000111101010111111
+01011000000000000000000000100001
+01100111111000010100010010100111
+01110000010001001010100100000000
+01110000010001001010101001000000
+01110000010001001010101111111111
+01110000010001001010110011111111
+00100000001000000111101010101011
+01011000000000000000000000100001
+01100111111000010100010010100111
+01110000010001001010100100000000
+01110000010001001010101001000000
+01110000010001001010101111111111
+00100000001000000111101010101011
+01011000000000000000000000100001
+01100111111000010100010010100111
+01110000010001001010100100000000
+01110000010001001010101001000000
+01110000010001001010110011111111
+00100000001000000111101010101011
+01011000000000000000000000010011
+00100000001000000111101010111111
+01011000000000000000000000010010
+00100000001000000111101010111111
+01011000000000000000000000100001
+01100111111000010100010010100111
+01110000010001001010100100000000
+01110000010001001010101000000010
+01110000010001001010101111111111
+01110000010001001010110011111111
+00100000001000000111101010101011
+01011000000000000000000000100001
+01100111111000010100010010100111
+01110000010001001010100100000000
+01110000010001001010101000000001
+01110000010001001010101101111111
+01110000010001001010110001111111
+00100000001000000111101010101011
+01011000000000000000000000011111
+00100000001000000111101010111111
+01011000000000000000000000011110
+00100000001000000111101010111111
+01011000000000000000000000100010
+01100111111000010100010010100111
+01110000010001001010101011111111
+00100000001000000111101010101011
+01011000000000000000000000100010
+01100111111000010100010010100111
+01110000010001001010101111111111
+00100000001000000111101010101011
+01011000000000000000000000100010
+01100111111000010100010010100111
+01110000010001001010110011111111
+00100000001000000111101010101011
+01011000000000000000000000100010
+01100111111000010100010010100111
+01110000010001001010101011111111
+01110000010001001010101111111111
+00100000001000000111101010101011
+01011000000000000000000000100010
+01100111111000010100010010100111
+01110000010001001010101011111111
+01110000010001001010110011111111
+00100000001000000111101010101011
+01011000000000000000000000100010
+01100111111000010100010010100111
+01110000010001001010101111111111
+01110000010001001010110011111111
+00100000001000000111101010101011
+01011000000000000000000000100010
+01100111111000010100010010100111
+01110000010001001010101011111111
+01110000010001001010101111111111
+01110000010001001010110011111111
+00100000001000000111101010101011
+01011000000000000000000000000001
+01110000010001001010000100000001
+01100111111000010100010010101010
+01011000000000000000000001000001
+01100111111000010100010010100111
+01110000010001001010100100000000
+01110000010001001010110000000000
+00100000001000000111101010101011
+01011000000000000000000000000000
+00100000001000000111101100011000
+01110000010001001010011000000001
+00100000001000000111101011000110
+01110000010001001010011000000010
+00100000001000000111101011000110
+01110000010001001010011000000011
+00100000001000000111101011000110
+01110000010001001010011000000100
+00100000001000000111101011000110
+01110000010001001010011000000001
+00100000001000000111101011001001
+01110000010001001010011000000010
+00100000001000000111101011001001
+01110000010001001010011000000011
+00100000001000000111101011001001
+01110000010001001010011000000100
+00100000001000000111101011001001
+00100000011000000000000000000000
+01000111001101000100000000101101
+00100000010000000111100001001100
+00100000010000000111100001100010
+01101111111001000100010101010001
+00100100010110100111101101101100
+00100000010000000111101101011111
+01101111111000001100011100000001
+00100100010110100111101101010011
+00100000010000000111101101000011
+01101111111000001100001101011011
+00100000010110100111101101110010
+01101111111000001100011010100011
+00100100010110100111101101111010
+01101111111000001100011010100011
+00100000010110100111101101111111
+01000111001101001100000000101101
+00100000001000000111101110000101
+01000111001101010100000000101101
+01101111111000001100011100011100
+00011111111001100111110000000001
+00100000010000101111011001111100
+01101111111000010100010101110010
+00100100011110100000000000000000
+01101111111001000100010101010001
+00100000011110100000000000000000
+01011000000000000000000000000000
+01100111111000011100010110000010
+01100111111000100100010010101001
+01110000010001011000011000000000
+01101111111000001100011100000001
+00100100010110100111101101010011
+01101111111000010100011101011101
+00100000001000000111010111100110
+01101111111000010100011101011111
+00100000001000000111010111100110
+01101111111001000100010101010001
+00011111111000100000010000000000
+11011111001000000000000000011001
+11011000111000000000000000000000
+00100000010000000111101101100111
+00011000111000100111111000000000
+01100111111000001100010110011100
+01011000000000000000000000000000
+01100111111001000100010101010001
+00100000001000000111110100101111
+01101111111000001100010101101101
+00100100011110100000000000000000
+01110000010001010111110100000000
+01110000010001110001111100000000
+01011000000000000000000000000000
+01100111111000010100010110001111
+01100111111000010100010011011111
+00100000011000000000000000000000
+10101111111011111111111111111111
+00100000011000001000000000000000
+00011000111000001000111000000001
+11000010000000000111101101100111
+00100000011000000000000000000000
+01110000010001010110110100000001
+01110000010001101010001100000001
+01011000000000000000000000000001
+01100111111000010100011010100100
+01110000010001010111010000000001
+00100000011000000000000000000000
+01000111001101011100000000101101
+01101111111000001100010101101101
+00100100011110100000000000000000
+01011000000000000000000000000000
+01100111111000010100011010100100
+01110000010001101010001100000000
+01000111001101100100000000101101
+00100000011000000000000000000000
+01000111001101101100000000101101
+01101111111000001100010101111011
+00100000011110100000000000000000
+01101000010010001100010101111011
+00100000001000000111100010110111
+01000111001101110100000000101101
+01101111111000001100010101111011
+00100000011110100000000000000000
+01101000010010001100010101111011
+00011000010000011000010010000000
+00100000001000000111100010110111
+01000111001101111100000000101101
+01101111111000010100011010100001
+00100100011110100000000000000000
+01101111111000010100011010100100
+00100100011110100000000000000000
+00100000010000000111101110001111
+00100000010000000111101110011111
+01000111001110000100000000101110
+11011000010111111111111111111111
+00100000001000000011101101111010
+11011111001000000000000000010000
+01110000010001110011011100000011
+01101000010010001100011100110111
+00011000010000100000111000000000
+01101111111000100100011100110011
+10101111111011111111111111111111
+00100000001000001111101110011000
+00011000010000011000010010000000
+00100000010000000110110000101001
+01101111111000001100011100110111
+00011111111000001111111000000001
+01100111111000001100011100110111
+11000010000000000111101110010001
+01110000100000000111001101000000
+01110000100000001000001101000000
+00100000011000000000000000000000
+01101000010010001100010101011001
+00011000010000100010001000000000
+11011010010000000000000000000000
+11011000010000000000000000000000
+01100000010011000000000000010110
+11011000110000000100010101011011
+00100000010000000111101110101001
+01111001001000000000010000000011
+01100000010010100000000000010110
+00100000011000000000000000000000
+11101111111000001000000000000110
+10011000000000000000111000000000
+11111001001000000000010000000000
+00011010010000001010010000000001
+00011010001000100111111000000000
+10011010010001100111110000000000
+00100000011000101000000000000000
+00100000001000000111101110101001
+01000111001110001100000000101110
+01101111111000001100011100011100
+11000000000000010111101111110111
+01101111111000001100010010011110
+00100100001110100111101111011100
+01101111111000001100011100011100
+11000000000000001111101111100001
+01101111111000001100010101111010
+00100100001110100111101111100001
+01101111111000001100011010101001
+00100100001110100111101111101000
+01101111111000001100011010101010
+00100100001110100111101111101101
+01011000000000000000000000000000
+01100111111000001100011011111100
+01100111111000001100011011111101
+01100111111000001100011011111110
+01100111111000001100011011111111
+00100000011000000000000000000000
+01000111001110010100000000101110
+11011111001000000000000000100111
+11011000101000000100000100101001
+11011000110000000100011001001010
+00100000010000000111010100111011
+00100000001000000100001011101001
+01000111001110011100000000101110
+11011111001000000000000000100111
+11011000101000000100000100101001
+11011000110000000100010001110111
+00100000010000000111010100111011
+00100000001000000100001011101001
+01000111001110100100000000101110
+11011111001000000000000000100111
+11011000101000000100000100101001
+11011000110000000100011010101011
+00100000010000000111010100111011
+00100000001000000100001011101001
+01000111001110101100000000101110
+11011111001000000000000000100111
+11011000101000000100000100101001
+11011000110000000100011011010010
+00100000010000000111010100111011
+00100000001000000100001011101001
+01101111111000001100011011111100
+11000000000000011111101110110110
+00011111111000001111111000000001
+01100111111000001100011011111100
+00100000001000000111101111001010
+01101111111000001100011011111101
+11000000000000011111101110111010
+00011111111000001111111000000001
+01100111111000001100011011111101
+01101111111000001100011100011100
+11000000000000001111101111110010
+00100000001000000111101111000100
+01101111111000001100011011111110
+11000000000000011111101110111100
+00011111111000001111111000000001
+01100111111000001100011011111110
+00100000001000000111101111010000
+01101111111000001100011011111111
+11000000000000011111101110111110
+00011111111000001111111000000001
+01100111111000001100011011111111
+00100000001000000111101111010110
+11011111001000000000000000010111
+11011000101000000100000100101001
+11011000110000000100011001001010
+00100000010000000111010100111011
+00100000001000000100001011101001
+01101111111000001100010101010000
+00011111111000001111111000000001
+01100111111000001100010101010000
+00011111111001100111110000000011
+00100000001000010111101111001010
+00011111111001100111110000000110
+00100000001000010111110000000011
+00011111111001100111110000001001
+00100000001000010111110000001000
+01011000000000000000000000000000
+01100111111000001100010101010000
+00100000001000000111101111001010
+11011111001000000000000000100101
+11011000101000000100000100101001
+11011000110000000100010100101011
+00100000010000000111010100111011
+00100000001000000100001011101001
+11011111001000000000000000100101
+11011000101000000100000100101001
+11011000110000000100011001001010
+00100000010000000111010100111011
+00100000001000000100001011101001
+01101111111000001100011100011010
+00100000010110100111110000011001
+01101111111000001100011100011010
+00101111111011111111111000000000
+00100000001000001111110000011100
+01101111111000001100011100011010
+00101111111011111111111000000001
+00100000001000001111110000100100
+01101111111000001100011100011010
+00101111111011111111111000000010
+00100000001000001111110000101100
+00100000011000000000000000000000
+01101111111000001100011100011001
+01100111111000001100011100011010
+00100000011000000000000000000000
+01101111111000001100011100011010
+01111001001111111111111000000000
+01100111111000001100011100011010
+01101000010010001100001101100110
+01111001001000000000010000000000
+01100000010010001100001101100110
+01110000000000000000011100100101
+00100000001000000100001100111100
+01101111111000001100011100011010
+01111001001111111111111000000001
+01100111111000001100011100011010
+01101000010010001100001101100110
+01111001001000000000010000000001
+01100000010010001100001101100110
+01110000000000000000011100100110
+00100000001000000100001100111100
+01101111111000001100011100011010
+01111001001111111111111000000010
+01100111111000001100011100011010
+01101000010010001100001101100110
+01111001001000000000010000000010
+01100000010010001100001101100110
+01110000000000000000011100100111
+00100000001000000100001100111100
+00100000010000000111110000110110
+00100000001000000111110001010111
+00100000010000000111110001000101
+01101111111000001100010110000101
+00011111111000001111111000000001
+01100111111000001100010110000101
+01101111111000001100010010100001
+00011111111001100111110000000011
+00100000010000101111110001000001
+01101111111000001100010010100001
+00011111111001100111110000000101
+00100000010000101111110001000011
+00100000001000000111110001001110
+01110000010001011000010010000011
+00100000011000000000000000000000
+01110000010001011000010010001000
+00100000011000000000000000000000
+01000111001110110100000000101110
+01110000010000110101101100000001
+01110000010001101010010000000001
+01110000010001101010001100000001
+01101111111000010100011101100111
+01100111111000010100010110011101
+00011111111000001111111000000001
+01100111111000010100011010100001
+00100000011000000000000000000000
+01101111111000001100010101110111
+11011000010000000000000011110000
+10011000010000010111111000000000
+01101000010010001100010101111100
+10011000010000001111111000000000
+01100111111000001100010101110111
+01101111111000010100010101110110
+01100111111000010100010110000000
+00100000011000000000000000000000
+01101111111000001100010101111010
+00100100010110100111110001101111
+01101111111000001100010101111111
+00011111111001100111110000101000
+00100000010000101111110001101100
+00100000010000000111110010001000
+11011000101000000100011000111010
+11011000110000000100010101111111
+11011111001000000000000000001110
+00100000010000000111010100111011
+11011111001000000000000000100111
+11011000110000000100011000100011
+11011000101000000100011001001010
+00100000010000000111010100111011
+01110000010001100111010100100111
+01110000010001100111011001010011
+00100000010000000111110011011011
+01101111111000001100010101111010
+01100111111000001100011001010100
+01000111001110111100000000101110
+00100000011000000000000000000000
+01101111111000001100010101111010
+01100111111000001100010110000110
+00100000011000000000000000000000
+01101111111000001100010101111111
+00011111111001100111110000101000
+00100000010000101111110010000101
+00100000010000000111110010001000
+11011000101000000100011000111010
+11011000110000000100010101111111
+11011111001000000000000000001110
+00100000010000000111010100111011
+11011111001000000000000000100111
+11011000110000000100011000100011
+11011000101000000100011001001010
+00100000010000000111010100111011
+01110000010001100111010100100111
+01110000010001100111011001010011
+00100000010000000111110011011011
+11011111001000000000000000100111
+11011000110000000100011001001010
+11011000101000000100011010101011
+00100000010000000111010100111011
+01101111111000001100011010101001
+01100111111000001100011010110101
+00100000011000000000000000000000
+01101111111000001100011010101001
+01100111111000001100010110000110
+00100000011000000000000000000000
+01110000010001011000011100000001
+01110000010001011000100000000000
+00011000000010100111111000000000
+00011111111011001000010000000000
+01100000010010001100010110001001
+01100111111000001100010110001010
+00011111111001000111111000000000
+01100111111000010100010011000001
+01101111111000001100010110001010
+01101000010010001100010110000111
+10011000010000101111111000000000
+01100111111000001100010110000111
+01101000010010001100010110001000
+10011000010000101111111000000000
+01100111111000001100010110001000
+11011010011000000100010101111111
+11011111001000000000000000001100
+01101111111000001100011100011100
+00011111111001100111110000000010
+00100000010000101111110011000001
+00100100010000101111110010100101
+01101111111000010100010011000001
+11011010001000001111111100000000
+10011010001000010000010000000000
+00011000010011001000010000000000
+01100000010010001100010110001011
+01101111111000001100010011000001
+01100111111000001100010110001100
+00100000011000000000000000000000
+11101000010000001000000000010011
+00011000010011010000010000000000
+01101111111000010100010011000001
+10011000010000101000010000000000
+11011000111000000000000000000000
+00100000010000000111110010101111
+01100000010010010100010011000001
+00011010011000001010011000000001
+11000010000000000111110010100101
+00100000011000000000000000000000
+00011000010000100111111000000000
+00011111111011001010001000000000
+00011010001100011010001000000000
+00011010001010010010001000000000
+00011111111000111000010000000000
+00011010001000100111111000000000
+00100100010110100111110010111010
+00011000111000001000111000000001
+00011000111000100111111000000000
+11000000100001000111110010101111
+00100000011000000000000000000000
+01101111111000010100010011000011
+00011111111000100010001000000000
+00011000010000100111111000000000
+10011010001000101111111000000000
+11011010001000001111111111111111
+10011010001000010000010000000000
+00100000011000000000000000000000
+01101111111000010100010011000001
+11101000010000001000000000010011
+00011010011000001010011000000001
+00011000010011011000010000000000
+00011000010011010000010000000000
+10011000010000101111111000000000
+00011111001000100010010000000000
+11011111001000000000000000001000
+00101111111011111111111000001111
+00011111111000111111111000000000
+00100100001000001111110011001110
+01101000010010010100010011000011
+10011000010000101111111000000000
+11000010000000000111110011001001
+00011010010000100111001000000000
+11000010000000000111110011000010
+01100111111000010100010011000001
+01101000010010001100010011000001
+00011000010011011000010000000000
+01101111111000001100010011000010
+00011111111011011111111000000000
+01100000010010001100010011000010
+01100111111000001100010011000001
+00100000011000000000000000000000
+00100000010000000111110011100001
+00100000001000000111110011011101
+00100000010000000111110011011101
+00100000001000000111110011100001
+11011000110000000100011001001010
+11011000101000000100011001001010
+11011111001000000000000000100111
+00100000001000000111110011101000
+11011111001000000000000000100111
+11011010011000000100011001001010
+11011010010000000000000001010011
+01101111111000001100011100011100
+00011111111001100111110000000010
+00100000010000101111011110000111
+00100000001000000111110011101101
+11101111111000001000000000000110
+00011111111011011111111000000000
+11100111111000001000000000000101
+11000010000000000111110011101000
+00100000011000000000000000000000
+00100000010000000111110011110001
+00011010011000001010011000000001
+11000010000000000111110011101101
+00100000011000000000000000000000
+11011010001000000000000000000001
+00011010010000111010010000000000
+00101010010011111111111000000111
+00100000010000001111110011111001
+00011010001000111010001000000000
+00011010001000100111111000000000
+11000011100001000000000000000000
+00100000001000000111110011110010
+11101111111000001000000000010011
+10011010001000101111111000000000
+11100111111000001000000000010011
+00011010010000101010010000010001
+00100000011000000000000000000000
+01000111001111000100000000101111
+01101111111000001100011100011100
+00011111111001100111110000000001
+00100000010000101111110100110010
+00100000010000000111110100101000
+00100000010000000111110100001010
+00100000010000000111110100001110
+00100000010000000111110100100101
+00100000010000000111110100010011
+00100000010000000111110100010111
+00100000010000000111110100011100
+00100000001000000111110100100000
+11011010011000000100010101110100
+11011010010000000111110100001101
+00100000001000000100110111101000
+00100000011000000000000000000000
+11011010011000000100010110011101
+11011010010000000111110100010001
+00100000001000000100110111101000
+01110000010000110101101100000000
+00100000011000000000000000000000
+11011010011000000100010101110010
+11011010010000000111110100010110
+00100000001000000100110111101000
+00100000011000000000000000000000
+11011010011000000100011010100100
+11011010010000000111110100011010
+00100000001000000100110111101000
+01110000010001101010001100000000
+00100000011000000000000000000000
+11011010011000000100011010100001
+11011010010000000111110100011111
+00100000001000000100110111101000
+00100000011000000000000000000000
+11011010011000000100011100011101
+11011010010000000111110100100011
+00100000001000000100110111101000
+01110000010001110001111100000001
+00100000011000000000000000000000
+11011010011000000100010110001111
+11011010010000000111110100101011
+00100000001000000100110111101000
+11011010011000000100011100000100
+11011010010000000111110100101101
+00100000001000000100110111101000
+01101111111000010100011101100001
+00100000001000000111010111100110
+01101111111000010100011101100011
+00100000001000000111010111100110
+01101111111000010100011101100101
+01100111111000010100011100000100
+00100000011000000000000000000000
+11011010011000000100010011011111
+11011010010000000111110100110101
+00100000001000000100110111101000
+01101111111000010100010110001111
+00100000011110100000000000000000
+01110000010001001110001100000001
+00100000011000000000000000000000
+01000111001010111100000000101010
+00100000001000000111110100111100
+00100000011000000000000000000000
+01000111001011000100000000101011
+00100000010000000011110100101111
+01111000010101001111110000000000
+00100000010000000100001011001001
+00100000010000000111110101000110
+00100100011101101000000000000000
+01101111111000001000000000000010
+00011111111000001111111000000001
+01100111111000001000000000000010
+00100000001000000111110111000010
+00100000010000000111110101001000
+00100000001000000011110111001000
+01101111111000001100011101110100
+01100111111000001000000000000111
+00100000011000000000000000000000
+01011000000000000000000000000011
+00100000001000000111111010111000
+01011000000000000000000000001000
+00100000001000000111111010111000
+01101111111000110100011110000011
+01101000010010110100011101111101
+10011000010001100111110000000000
+00100000011000000000000000000000
+01101111111000001100011101101110
+00100000001110100111110101011011
+01101111111000001100011101110011
+11000000000000001111110101011011
+01101111111000001100011101110010
+11000000001010000111110101011011
+00100000010000000111110101001111
+00100000001000101111110101001101
+01011000000000000000000000010100
+00100000001000000111111010111000
+01101111111000001100011101101110
+00100000001110100111110101100101
+01101111111000001100011101110011
+11000000000000001111110101100101
+01101111111000001100011101110010
+11000000001010000111110101100101
+00100000010000000111110101001111
+00100000001000101111110101001101
+01011000000000000000000000011000
+00100000001000000111111010111000
+01011000000000000000000000000110
+00100000001000000111111010111000
+01101111111000001100011110100100
+11000001101000000000000000000000
+01011000000000000000000000000101
+00100000001000000111111010111000
+01101111111000010100011110100100
+00100100001110100111110101110001
+01011000000000000000000000011011
+00100000001000000111111010111000
+01011000000000000000000000010111
+00100000001000000111111010111000
+01101111111000001100011110100101
+11000000000000000111110110000101
+11000000000000001111110110000111
+11000000000000010111110110001011
+11000000000000011111110110001111
+00100000011000000000000000000000
+01101111111000001100011110100100
+11000000000100000111110101111100
+00100000001000000111110101110011
+01101111111000001100011110100101
+11000000000000000111110110000101
+11000000000000001111110110000111
+11000000000000010111110110001001
+11000000000000011111110110001011
+11000000000000100111110110001101
+11000000000000101111110110001111
+11000000000000110111110110010001
+00100000011000000000000000000000
+01011000000000000000000000010110
+00100000001000000111111010111000
+01011000000000000000000000010000
+00100000001000000111111010111000
+01011000000000000000000000010010
+00100000001000000111111010111000
+01011000000000000000000000011100
+00100000001000000111111010111000
+01011000000000000000000000001010
+00100000001000000111111010111000
+01011000000000000000000000001111
+00100000001000000111111010111000
+01011000000000000000000000001100
+00100000001000000111111010111000
+01101111111000001100011110100100
+00100000001110100111110110010111
+01011000000000000000000000010001
+00100000001000000111111010111000
+01011000000000000000000000000100
+00100000001000000111111010111000
+01011000000000000000000000000111
+00100000001000000111111010111000
+01011000000000000000000000010011
+00100000001000000111111010111000
+01101111111000001100011110100100
+00100000001110100111110110100001
+01011000000000000000000000001101
+00100000001000000111111010111000
+01011000000000000000000000001110
+00100000001000000111111010111000
+01000111001011001100000000101011
+01101111111000001100011110100100
+11000000000000001111110110101000
+11000000000000010111110110101010
+00100000011000000000000000000000
+01011000000000000000000000011110
+00100000001000000111111010111000
+01011000000000000000000000010101
+00100000001000000111111010111000
+01101111111000010100011110100100
+11000000011111111111110110111011
+01000111001011010100000000101011
+01101111111000010100011110100100
+11000000011100000111110110111011
+11000000000111100111110110110101
+11000000001111000111110110110111
+11000000011110000111110110111001
+00100000011000000000000000000000
+01011000000000000000000000000010
+00100000001000000111111010111000
+01011000000000000000000000001001
+00100000001000000111111010111000
+01011000000000000000000000011001
+00100000001000000111111010111000
+01011000000000000000000000011010
+00100000001000000111111010111000
+01011000000000000111110100111001
+01100111111000010100001110010000
+01011000000000000111111010100101
+01100111111000010100001110011000
+00100000001000000111111010111101
+01101111111000001100011101101100
+11000000000000000111110111001000
+01101111111000010100011101110101
+00100000010000000111010111100110
+00100000001101000111111000011000
+00100000011000000000000000000000
+01101111111000001000000001010010
+11000000001010101111110111111011
+01110000010001110111001000000000
+01011000000000000000000000000000
+01100111111000110100011110000011
+01101000010010011000000001010011
+01011000010100101000011100011000
+10011000010001100111110000000000
+01110000010001110111001100000000
+00100000001000101111110111011101
+01110000010001110111001100000001
+01011000000010001111100111111111
+10011000010001100111110000000000
+00100000001000101111110111011101
+01011000000010001111100100000011
+10011000010001100111110000000000
+00100000001000101111110111011101
+01110000010001110111001100000010
+01011000111110000111011100000011
+10011000010001100111110000000000
+00100100011000101000000000000000
+11011000110000000000000001000111
+11011000101000000100011001001010
+11011111001000000000000000100111
+00100000010000000111010101001000
+01110000010001100111011001010011
+01110000010001100111010100100111
+00100000010000000111110011011001
+01101111111000001100011101110011
+11000000000000001111110111111001
+11011000110000000100011001100001
+11011000101000000100011100111001
+11011111001000000000000000001110
+00100000010000000111010100111011
+01101111111000010100011101000011
+00011111111100001111111000000000
+00011111111001000111111000000000
+01100111111000010100010011000001
+11011010011000000100011100111001
+11011111001000000000000000001100
+01011000000000000001000000100001
+01100111111000010100010011000011
+00100000010000000111110010100101
+01101111111000010100010011000001
+00011111111100001111111000000000
+01101000010010010100011101000101
+10011000010001100111110000000000
+00100100011000101000000000000000
+00100000001000000111111000001100
+11011000110000000100011001100010
+00100000001000000111110111100111
+01000111001011011100000000101011
+11011000101000000100011110000011
+11011000110000000000000001001001
+11011111001000000000000000000110
+00100000010000000111010100111011
+01101111111000001000000001010001
+01100111111000001100011101110010
+01101000010010001100011101101111
+10011000010001100111110000000000
+00100000001000101111110111001101
+01101000010010001100011101110000
+10011000010001100111110000000000
+00100000001000101111110111001101
+01101000010010001100011101110001
+10011000010001100111110000000000
+00100000001000101111110111001101
+00100000011000000000000000000000
+01101111111000001100011100111001
+01100111111000010100011110100001
+01101111111000010100011100111100
+01100111111000010100011110100100
+01101111111000001100011100111010
+01100111111000001100011110101000
+01101111111000001100011100111011
+01100111111000001100011110100111
+01101111111000001100011100111011
+00011111111000010111111000001111
+01100111111000001100011110101001
+00100000001000000111111000100101
+01101111111000010100010010110001
+00011111111100100111111000000000
+01100111111000010100011110100111
+01101111111000110100010010110110
+01100111111000110100011110100001
+01101111111000001100010010110101
+01100111111000001100011110101001
+01101111111000001100010011000000
+01100111111000001100011101110011
+01101111111000001100010010101101
+01100111111000001100011101110010
+01101111111000001100010010101110
+01100111111000001100011100111111
+01101111111000010100011110011111
+00100000010000000111010111100110
+01000111001011100100000000101011
+00100000010000000111111001001110
+00100000011101000000000000000000
+01101111111000010100011110100001
+11000000000101000111110101001011
+11000000000001001111110101001101
+11000000000010000111110101010011
+11000000000010001111110101011101
+11000000001101111111110101100111
+11000000000110000111110101101101
+11000000000010101111110110010011
+11000000000010111111110110011001
+11000000000010110111110110011101
+11000000000011000111110110011011
+11000000000110011111110110100011
+01101111111000001100011101101100
+11000000000000000111111000111010
+11000000000000001111111001001000
+00100000011000000000000000000000
+01000111001011101100000000101011
+01101111111000010100011110100001
+11000000001010001111110110101100
+11000000001000001111110110101100
+01101111111000010100011100111100
+01100111111000010100011110100101
+01101111111000010100011110100001
+11000000000110001111110101110011
+11000000000110010111110101111100
+01101111111000001100011101000000
+01100111111000001100011110100100
+01101111111000010100011110100001
+11000000000100001111110101101001
+00100000011000000000000000000000
+01000111001011110100000000101011
+01101111111000010100011110100001
+11000000000110001111110101111001
+11000000001000001111110110101110
+11000000000100001111110101101001
+00100000011000000000000000000000
+01000111001011111100000000101011
+00100000010000000111011000111000
+01101000010010010100011110100111
+11011000111000000000000000001001
+11011111001000000000000000001010
+00011111001001100010011000001010
+00011000111000100111111000000000
+10011010011001100111110000000000
+00100000001000010111111001011010
+00011010011001100111110000000011
+00100100001000010111111001011010
+00100000001000000111111001100101
+11011000110000000000010101011110
+00011010011011111111111000000011
+10011000110000001000110000000000
+11101111111000010000000000000110
+10011000010001100111110000000000
+00100100001000101111111001100101
+11101010001000001000000000000110
+01101111111000001100011110101001
+00100000001110100111111001110101
+10011010001001100111110000000000
+00100000001000101111111001110101
+11000010000000000111111001010011
+11011010001000000000010101110110
+11011111001000000000000000001001
+11101111111000011000000000010001
+00011010001000001000010000000011
+11100111111000011000000000000010
+00011010001000001010001111111101
+11000010000000000111111001101000
+01101111111000011100011110100111
+01100111111000011000010101011110
+01101111111000001000010110000100
+01100111111000001000010110000101
+01101111111001000000010101111100
+01100111111001000000010101111101
+01110000000001010111110000000000
+00100000001000000111111001001110
+00011111001000100000010000000000
+01100000010010001000010110000111
+11011000010000000000010101111100
+00011111001001100111111000001010
+10011000010000001000010000000000
+00011000010000100010001000000000
+11101000010000001000000000000010
+01101111111000001100011100111111
+10011000010001100111110000000000
+00100000001000101111011000110110
+00100000001000010111111010000110
+00011111111000001111111100000000
+10011000010001100111111000000000
+00011111111000010111111011111111
+00011111111001100111110000000110
+00100000001000010111111010000110
+00100000011000000000000000000000
+01101111111000001100011100111111
+01100111111000001000010110100110
+01101111111000010000000001101010
+01100111111000010000010110100111
+01101000010010011000010110100110
+11011000110000000000010110001000
+11011111001000000000000000001010
+11101111111000011000000000000110
+10011000010001100111110000000000
+00100000001000101111011000110110
+11000010000000000111111010001101
+01110000000001011010101000011110
+01101111111000011000010110100000
+01100111111000011000010110100011
+01101111111001000000010110010000
+01101000010011000000010110011000
+01100111111001000000010110010011
+01100000010011000000010110011011
+01101111111001000000010110001000
+01100111111001000000010110001011
+01101111111000011000010110100110
+01100111111000011000010110001000
+01101111111000001000010110000111
+00011111111000100111001000000000
+11011000010000000000010101111100
+00011111001001100111111000001010
+10011000010000001000010000000000
+01101111111000001100011100111111
+11100111111000001000000000000010
+01110000000001011010100100011110
+00100000011000000000000000000000
+01000111001100000100000000101100
+00100000010000000111111010101000
+00100000011000000000000000000000
+00100000010000000111111010101010
+00100000001000000111111010110000
+11011010011000000000010110101010
+11011010010000000111111010101101
+00100000001000000100110111100001
+11011111001000000000000000011110
+11011000101000000000010110001000
+00100000001000000111010100001111
+11011010011000000000010110101001
+11011010010000000111111010110011
+00100000001000000100110111100001
+01110000010001110111110000000000
+11011111001000000000000000001010
+11011000101000000000010101111100
+00100000001000000111010100001111
+00100000011000000000000000000000
+01100111111000001100011110001011
+01101111111000010100011110011101
+00100000001000000111010111100110
+01101000010010001100011110011010
+00100000001000000111100010110111
+01101000010010001100011110011010
+00011000010000011000010010000000
+00100000001000000111100010110111
+00100000010000000111111100100010
+00100000010000000111111011000011
+00100000001000000111111100110001
+11011111111000000000000000000100
+00011111111010011111111000000000
+01100111111000010100011110001001
+00011111111000100000111000000000
+00011000111000001000111111111111
+01101000010010100100011110001101
+01101111111000010100011110001001
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000010100011110001001
+10101000010011111111111111111111
+00100000001000001111111011010101
+00100000010000000111111100101011
+00011000111000001000111111111111
+01101111111000010100011110001001
+01101000010010100100011110001101
+00100100001110100111111011001001
+00100000011000000000000000000000
+00100000010000000111111100100101
+00100000001000000111111011010000
+01101111111000010100011110010111
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000010100011110010111
+00100000010000000111111011000000
+00100000001000000111111011010111
+00100000010000000111111011111110
+01011000000000000000000000000011
+01100111111000010100011110010111
+00100000001000000111111011010111
+01101111111000001100011101110010
+01101000010010001100011101110001
+10011000010001100111110000000000
+00100000001000101111111011101010
+01101111111000001100011101110011
+11000000000000000111111011101000
+00100000001000000111111011101010
+01011000000000000000000000000000
+00100000001000000111111011101011
+01011000000000000000000010000000
+01101000010010001100011110101001
+00011000010000010010001001111111
+10011010001000011111111000000000
+00011111111100011000010000000000
+01100000010010001100011110101100
+00011111111000010111111000001111
+00011111111100100111111000000000
+01101000010010001100011110101000
+00011000010000010010001011110000
+00011010001100011010001000000000
+10011010001000011111111000000000
+01100111111000001100011110101011
+00011000010000010111111000001111
+00011111111100100111111000000000
+01101000010010001100011110100111
+00011000010100011000010000000000
+10011000010000011111111000000000
+01100111111000001100011110101010
+00100000011000000000000000000000
+01101111111000011100011110101010
+00011111111100100111111000000000
+00011111111011010111111000000000
+01101000010010001100011110001011
+00011000010010011000010000000000
+00011000010100100000010000000000
+10011000010000011010001000000000
+00100000010000000111111100011010
+00011111111100100111111000000000
+10011010001000011010001000000000
+00100000010000000111111100001100
+10011010001000011111111000000000
+01100111111000100100011110001101
+00100000011000000000000000000000
+11011111001000000000000000000100
+00011010001000100010010000000000
+11011110000000000000000000000000
+00011010010000010010011011111111
+00011010011000010111111011110000
+00011111111100011111111000000000
+10011110000000101110000000000000
+00011010011000010111111000001111
+10011110000000101110000000000000
+00011010010011001010010000000000
+11000010000000000111111100001111
+00011110000000101110000000001010
+00011110000000010111111000001111
+00100000011000000000000000000000
+01101111111000001100011110001100
+00011111111000001111111000000001
+00011111111000010111111000000111
+01100111111000001100011110001100
+00100000011000000000000000000000
+00100000000000000000000000001100
+11000010000000000111111100011111
+00100000011000000000000000000000
+00100000010000000111111010111101
+11011111001000000001100100000000
+00100000001000000111111100011111
+00100000010000000111111010111011
+11011111001000000000001001010111
+00100000010000000111111100011111
+00100000010000000111111010111101
+11011111001000000000000011001000
+00100000001000000111111100011111
+00100000010000000111111010111011
+11011111001000000000000011001000
+00100000010000000111111100011111
+00100000010000000111111010111101
+11011111001000000000001001010111
+00100000001000000111111100011111
+00100000010000000111111010111011
+11011111001000000000000011001000
+00100000010000000111111100011111
+00100000010000000111111010111101
+11011111001000000000001000101111
+00100000001000000111111100011111
+01101111111000010100011110010101
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000010100011110010101
+00100000010000000111111100100101
+00100000001000000111111100110111
+01101111111000010100011110010101
+00100000011110100000000000000000
+00011111111000001111111111111111
+01100111111000010100011110010101
+00100000010000000111111100101011
+00100000001000000111111100111101
+01011000100100111111110110110111
+01100111111000011100010000110111
+01011000001111110011011000100110
+01100111111000011100010000111010
+01011000001101001100110011110111
+01100111111000011100010000111101
+01011000111100011110010110100101
+01100111111000011100010001000000
+01011000001100011101100001110001
+01100111111000011100010001000011
+01011000110001110000010000010101
+01100111111000011100010001000110
+01011000000110001100001100100011
+01100111111000011100010001001001
+01011000100110100000010110010110
+01100111111000011100010001001100
+01011000100000000001001000000111
+01100111111000011100010001001111
+01011000001001111110101111100010
+01100111111000011100010001010010
+01011000000000000111010110110010
+01100111111000010100010001010101
+01011000100010011010000110001100
+01100111111000011100010001010111
+01011000111001101011111100001101
+01100111111000011100010001011010
+01011000010000010110100001000010
+01100111111000011100010001011101
+01011000000011110010110110011001
+01100111111000011100010001100000
+01011000000000000101010010110000
+01100111111000010100010001100011
+01011000000000000001011010111011
+01100111111000010100010001100101
+01011000010100011100001010011011
+01100111111000011100010001100111
+01011000000110100101001100101111
+01100111111000011100010001101010
+01011000101101011000001101101010
+01100111111000011100010001101101
+01011000000100000110111000000010
+01100111111000011100010001110000
+01011000000000001010101100010110
+01100111111000010100010001110011
+01011000000000000100001010100011
+01100111111000010100010001110101
+00100000011000000000000000000000
+01011000000000000010010101000010
+01100111111000010100010001110111
+01011000000100000010010101011101
+01100111111000011100010001111001
+01011000000100001001111000111010
+01100111111000011100010001111100
+01011000000000000000000000000000
+01100111111000011100010010010111
+01011000000000100000000100000010
+01100111111000011100010001111111
+01011000111100000001011000011011
+01100111111000011100010010000010
+01011000000000000001000000001000
+01100111111000011100010010000101
+01101111111000001100010010011111
+00011111111000001111111000000001
+01100111111000001100010010011111
+01101111111000010100010011000101
+00100000001000000111010111100110
+01011000000000001111111111111111
+00100000011000000000000000000000
Index: output/eeprom.dat
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/output/eeprom.dat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/output/eeprom.dat	(working copy)
@@ -0,0 +1,1493 @@
+00
+02
+aa
+55
+a2
+04
+c2
+84
+00
+08
+c0
+00
+00
+11
+c0
+0a
+80
+82
+c0
+1b
+00
+26
+c0
+31
+00
+2a
+c0
+5c
+80
+39
+c0
+6a
+80
+7d
+20
+20
+3a
+ba
+c1
+7f
+80
+00
+c0
+14
+00
+88
+c0
+1d
+00
+ab
+c0
+1d
+80
+bf
+c0
+1e
+81
+10
+c0
+20
+80
+91
+c0
+22
+01
+01
+c0
+40
+00
+1e
+20
+20
+3a
+ba
+20
+80
+00
+00
+6f
+e2
+40
+cc
+67
+f2
+00
+4c
+20
+40
+3c
+49
+20
+40
+4d
+a6
+20
+40
+3a
+0e
+20
+40
+6a
+00
+20
+40
+00
+1a
+20
+20
+38
+07
+58
+00
+00
+00
+67
+e4
+00
+00
+e7
+e3
+00
+05
+20
+20
+3a
+c5
+20
+40
+52
+55
+70
+45
+16
+94
+70
+45
+10
+00
+20
+40
+49
+2b
+6f
+e0
+c5
+ab
+c4
+00
+00
+00
+70
+45
+10
+01
+20
+20
+49
+2e
+20
+40
+00
+28
+20
+20
+52
+ee
+58
+00
+00
+10
+20
+20
+6d
+e1
+58
+00
+00
+2d
+67
+e1
+45
+23
+20
+20
+52
+4b
+6f
+e0
+c5
+53
+c0
+00
+00
+30
+20
+20
+52
+7d
+20
+40
+4a
+95
+20
+40
+4a
+9a
+20
+40
+4a
+c0
+20
+40
+53
+29
+20
+40
+4a
+fa
+20
+40
+4b
+17
+20
+40
+52
+ed
+20
+40
+00
+57
+20
+20
+00
+31
+20
+40
+6f
+d3
+20
+40
+71
+a1
+58
+00
+03
+20
+20
+40
+00
+75
+20
+40
+00
+4d
+70
+06
+10
+03
+70
+8c
+00
+00
+20
+00
+27
+10
+70
+8c
+18
+00
+6f
+f1
+00
+50
+79
+3f
+fe
+0a
+67
+f1
+00
+50
+70
+8c
+11
+00
+70
+8c
+00
+3c
+58
+00
+0b
+b3
+67
+f1
+0c
+03
+67
+f1
+0c
+07
+58
+00
+0b
+f7
+67
+f1
+0c
+05
+20
+20
+71
+92
+70
+45
+e6
+01
+68
+48
+c5
+e5
+20
+40
+6c
+43
+68
+48
+c5
+e5
+20
+20
+6c
+3f
+70
+45
+e6
+00
+68
+48
+c5
+e5
+20
+40
+6c
+43
+68
+48
+c5
+e5
+20
+20
+6c
+43
+6f
+e0
+c5
+59
+c0
+00
+00
+5c
+c0
+00
+80
+64
+c0
+03
+80
+6a
+20
+60
+00
+00
+6f
+e0
+c5
+2d
+20
+7a
+00
+00
+20
+40
+00
+77
+24
+7a
+00
+00
+6f
+e0
+c5
+e6
+c0
+00
+80
+6f
+20
+40
+00
+4d
+20
+20
+00
+70
+20
+40
+00
+77
+24
+7a
+00
+00
+6f
+e0
+c5
+e6
+c0
+00
+80
+72
+20
+40
+00
+4d
+20
+20
+00
+73
+20
+40
+00
+77
+24
+7a
+00
+00
+6f
+e0
+c5
+e6
+c1
+00
+00
+00
+20
+20
+00
+52
+20
+40
+00
+52
+58
+00
+00
+50
+20
+20
+00
+75
+20
+40
+00
+52
+58
+00
+03
+20
+20
+20
+00
+75
+d8
+e0
+00
+06
+20
+20
+75
+4f
+d8
+e0
+00
+06
+20
+20
+75
+5d
+d8
+e0
+00
+0a
+20
+20
+75
+4f
+d8
+e0
+00
+0a
+20
+20
+75
+5d
+18
+42
+7e
+00
+c2
+80
+80
+80
+20
+20
+3d
+19
+70
+8a
+6d
+89
+20
+20
+3d
+1f
+70
+8a
+3d
+12
+60
+48
+80
+08
+18
+40
+a2
+02
+20
+40
+39
+8e
+20
+00
+03
+c0
+20
+20
+39
+cf
+6f
+e0
+c5
+ab
+c3
+00
+48
+1c
+20
+00
+01
+2c
+6f
+e0
+c4
+3e
+79
+20
+7e
+00
+67
+e0
+c4
+3e
+20
+40
+4a
+3b
+20
+40
+48
+8f
+20
+20
+48
+3f
+6f
+e0
+c5
+59
+c1
+00
+00
+00
+6f
+e0
+c5
+6d
+24
+7a
+00
+00
+6f
+e0
+c5
+6b
+24
+7a
+00
+00
+6f
+e0
+c5
+67
+20
+7a
+00
+00
+6f
+e0
+c5
+6e
+2f
+e0
+06
+03
+20
+20
+ca
+dc
+20
+40
+48
+ef
+24
+74
+00
+00
+6f
+e1
+45
+69
+1f
+e0
+fe
+01
+67
+e1
+45
+69
+d8
+40
+07
+d0
+98
+46
+7c
+00
+20
+21
+4a
+dc
+6f
+e0
+c5
+6c
+1f
+e0
+fe
+01
+1f
+e1
+7e
+01
+67
+e0
+c5
+6c
+c0
+00
+4b
+a3
+c0
+00
+c9
+9f
+20
+60
+00
+00
+20
+40
+4a
+54
+20
+40
+47
+ce
+24
+37
+ca
+54
+20
+40
+49
+bf
+20
+40
+00
+b7
+20
+40
+4a
+2e
+20
+40
+53
+c3
+6f
+e0
+c4
+f4
+20
+7a
+00
+00
+6f
+e2
+45
+6f
+20
+7a
+00
+00
+20
+20
+48
+e0
+6f
+e0
+c4
+3d
+67
+e0
+c4
+cf
+20
+40
+48
+be
+20
+40
+4a
+3b
+24
+37
+c8
+37
+20
+40
+48
+8f
+20
+40
+48
+3f
+20
+20
+48
+37
+6f
+e0
+c5
+2d
+c0
+55
+00
+c5
+c0
+2a
+80
+cf
+c0
+11
+00
+df
+c0
+7f
+80
+f7
+20
+60
+00
+00
+6f
+e0
+c5
+2e
+c0
+00
+80
+c9
+c0
+01
+00
+cc
+20
+60
+00
+00
+6f
+e0
+c5
+d7
+24
+7a
+00
+00
+20
+20
+49
+ce
+6f
+e0
+c5
+d8
+24
+7a
+00
+00
+20
+20
+49
+d4
+6f
+e0
+c4
+f4
+20
+3a
+00
+d5
+6f
+e2
+45
+2f
+68
+4a
+44
+37
+98
+46
+7c
+00
+24
+62
+80
+00
+6f
+e0
+c5
+2e
+c0
+00
+80
+d9
+c0
+01
+00
+dc
+20
+60
+00
+00
+6f
+e0
+c5
+d7
+24
+7a
+00
+00
+20
+20
+49
+e1
+6f
+e0
+c5
+d8
+24
+7a
+00
+00
+20
+20
+49
+ec
+6f
+e0
+c4
+f4
+20
+3a
+00
+e5
+6f
+e2
+45
+2f
+68
+4a
+45
+6f
+98
+46
+7c
+00
+24
+62
+80
+00
+6f
+e0
+c5
+2e
+c0
+00
+80
+e9
+c0
+01
+00
+f0
+20
+60
+00
+00
+6f
+e0
+c5
+d7
+24
+7a
+00
+00
+6f
+e0
+c5
+18
+c0
+01
+00
+ee
+20
+60
+00
+00
+70
+45
+d7
+01
+20
+20
+4a
+02
+6f
+e0
+c5
+d8
+24
+7a
+00
+00
+6f
+e0
+c5
+19
+c0
+80
+00
+f5
+20
+60
+00
+00
+70
+45
+d8
+01
+20
+20
+4a
+0d
+6f
+e0
+c5
+2e
+c0
+00
+80
+fb
+c0
+01
+00
+fe
+20
+60
+00
+00
+6f
+e0
+c5
+d7
+24
+7a
+00
+00
+20
+20
+4c
+24
+6f
+e0
+c5
+d8
+24
+7a
+00
+00
+20
+20
+4c
+28
+6f
+e0
+c5
+59
+c1
+83
+80
+00
+20
+40
+01
+09
+20
+40
+4b
+3d
+20
+40
+4a
+84
+24
+37
+ca
+54
+70
+45
+e8
+00
+20
+20
+4b
+1e
+6f
+e0
+c5
+58
+c3
+83
+80
+00
+79
+20
+7e
+07
+67
+e0
+c5
+58
+6f
+e0
+c5
+66
+67
+e0
+c1
+16
+20
+20
+4b
+0b
+6f
+e0
+c5
+2d
+c0
+00
+81
+15
+c0
+01
+4a
+69
+c0
+7f
+81
+26
+20
+20
+4a
+54
+20
+40
+4a
+22
+20
+40
+4b
+bd
+6f
+e0
+c5
+4d
+68
+48
+c5
+2b
+28
+4f
+fe
+03
+79
+20
+fe
+00
+67
+e0
+c5
+4d
+c0
+00
+81
+1e
+20
+20
+4a
+62
+6f
+e0
+c0
+95
+1f
+e6
+7c
+0e
+20
+42
+cf
+01
+6f
+e0
+c5
+d7
+24
+7a
+00
+00
+70
+45
+d7
+01
+6f
+e2
+45
+35
+20
+20
+4c
+26
+20
+40
+4a
+30
+20
+20
+00
+f7
+fa
+90
+aa
+55
+40
+00
+00
+40
+01
+00
+20
+00
+00
+00
+40
+00
+00
+00
+00
+00
+04
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+02
+00
+00
+20
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+01
+00
+2c
+12
+00
+00
+00
+00
+00
+00
+00
+01
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+aa
+55
+01
+00
+95
+40
+04
+aa
+55
+01
+00
+32
+44
+ff
+aa
+55
+01
+00
+de
+01
+5a
+aa
+55
+01
+00
+eb
+43
+01
+aa
+55
+01
+00
+ab
+45
+00
+aa
+55
+01
+00
+d6
+45
+06
+aa
+55
+1a
+00
+ac
+45
+01
+51
+31
+01
+11
+51
+31
+01
+31
+00
+0f
+57
+69
+72
+65
+6c
+65
+73
+73
+20
+44
+65
+76
+69
+63
+65
+aa
+55
+06
+00
+37
+44
+75
+46
+13
+ad
+06
+13
+aa
+55
+02
+00
+52
+45
+1e
+00
+aa
+55
+02
+00
+d9
+45
+0a
+ff
+aa
+55
+02
+00
+e3
+45
+d0
+00
+aa
+55
+08
+00
+db
+45
+00
+1c
+ff
+1f
+00
+4f
+ff
+4f
+aa
+55
+01
+00
+e5
+45
+05
+aa
+55
+08
+00
+16
+00
+00
+20
+00
+00
+00
+00
+00
+00
+aa
+55
+08
+00
+c4
+40
+88
+0b
+ca
+35
+3f
+0c
+33
+03
+aa
+55
+01
+00
+e9
+43
+d3
+aa
+55
+01
+00
+e8
+43
+02
+aa
+55
+01
+00
+e6
+43
+00
+aa
+55
+04
+00
+cc
+40
+3a
+80
+10
+24
+aa
+55
+01
+00
+a8
+40
+00
+aa
+55
+05
+00
+18
+41
+ff
+08
+00
+00
+08
+aa
+55
+01
+00
+1e
+41
+ff
+aa
+55
+02
+00
+9d
+40
+1e
+41
+55
+aa
+aa
+55
+e1
+42
+da
+60
Index: output/flash.dat
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/output/flash.dat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/output/flash.dat	(working copy)
@@ -0,0 +1,8192 @@
+00
+02
+aa
+55
+b6
+03
+c2
+84
+00
+10
+c0
+00
+00
+34
+c0
+01
+80
+c2
+c0
+0b
+b9
+ff
+c0
+26
+80
+14
+c0
+27
+00
+14
+c0
+27
+80
+14
+c0
+28
+00
+14
+c0
+31
+00
+3b
+c0
+4a
+80
+df
+c0
+5c
+80
+4c
+c0
+6a
+80
+a5
+c0
+6f
+00
+aa
+c0
+71
+00
+c5
+c0
+74
+00
+cf
+20
+20
+3a
+ba
+c1
+7f
+80
+00
+c0
+14
+00
+5d
+c0
+1d
+80
+6e
+20
+20
+3a
+ba
+20
+60
+00
+00
+20
+40
+00
+1c
+20
+40
+38
+26
+20
+40
+4d
+ae
+20
+40
+38
+15
+20
+40
+47
+c4
+20
+40
+3b
+c2
+20
+20
+00
+15
+70
+01
+98
+02
+70
+01
+99
+02
+20
+40
+3d
+2f
+20
+40
+42
+22
+20
+40
+42
+9f
+20
+20
+3d
+36
+78
+55
+fc
+00
+70
+01
+79
+01
+70
+01
+63
+03
+70
+01
+7a
+01
+5f
+ff
+ff
+ff
+67
+e1
+01
+7d
+18
+00
+7e
+00
+67
+e0
+81
+7b
+67
+e0
+81
+86
+67
+e1
+c0
+b8
+67
+e1
+c0
+bb
+20
+40
+3f
+d8
+70
+41
+29
+01
+70
+41
+2a
+00
+70
+01
+98
+02
+70
+01
+99
+02
+70
+43
+69
+00
+20
+20
+40
+b4
+20
+35
+b8
+02
+6f
+e2
+40
+cc
+67
+f2
+00
+4c
+20
+40
+3c
+49
+20
+80
+00
+00
+20
+40
+4d
+a6
+20
+20
+38
+04
+6f
+e0
+c0
+95
+20
+3a
+4d
+9b
+20
+40
+6f
+d3
+20
+40
+57
+18
+20
+40
+5b
+64
+20
+75
+80
+00
+20
+40
+5a
+4e
+20
+40
+5f
+db
+20
+40
+56
+f9
+20
+20
+56
+f5
+20
+75
+80
+00
+70
+40
+cc
+3a
+20
+40
+3c
+41
+70
+44
+fd
+02
+70
+44
+fe
+02
+70
+45
+10
+01
+20
+20
+52
+49
+20
+40
+6f
+d3
+20
+40
+71
+a1
+70
+06
+10
+03
+70
+8c
+00
+00
+20
+00
+27
+10
+70
+8c
+18
+00
+6f
+f1
+00
+50
+79
+3f
+fe
+0a
+67
+f1
+00
+50
+70
+8c
+11
+00
+70
+8c
+00
+3c
+58
+00
+0b
+b3
+67
+f1
+0c
+03
+67
+f1
+0c
+07
+58
+00
+0b
+f7
+67
+f1
+0c
+05
+20
+20
+71
+92
+6f
+e0
+c4
+fe
+20
+40
+3d
+16
+6f
+e2
+44
+d5
+98
+00
+12
+00
+20
+40
+47
+c7
+20
+40
+39
+25
+68
+48
+c4
+d3
+70
+8a
+3d
+12
+60
+48
+80
+08
+18
+40
+a2
+02
+20
+40
+39
+8e
+20
+40
+39
+cf
+20
+00
+00
+64
+20
+40
+4a
+3b
+20
+40
+48
+8f
+20
+40
+48
+46
+20
+20
+48
+1c
+6f
+e0
+c5
+2d
+c0
+55
+00
+73
+c0
+2a
+80
+7d
+c0
+11
+00
+8d
+20
+20
+49
+c8
+6f
+e0
+c5
+2e
+c0
+00
+80
+77
+c0
+01
+00
+7a
+20
+60
+00
+00
+6f
+e0
+c5
+d7
+24
+7a
+00
+00
+20
+20
+49
+ce
+6f
+e0
+c5
+d8
+24
+7a
+00
+00
+20
+20
+49
+d4
+6f
+e0
+c4
+f4
+20
+3a
+00
+83
+6f
+e2
+45
+2f
+68
+4a
+44
+37
+98
+46
+7c
+00
+24
+62
+80
+00
+6f
+e0
+c5
+2e
+c0
+00
+80
+87
+c0
+01
+00
+8a
+20
+60
+00
+00
+6f
+e0
+c5
+d7
+24
+7a
+00
+00
+20
+20
+49
+e1
+6f
+e0
+c5
+d8
+24
+7a
+00
+00
+20
+20
+49
+ec
+6f
+e0
+c4
+f4
+20
+3a
+00
+93
+6f
+e2
+45
+2f
+68
+4a
+45
+6f
+98
+46
+7c
+00
+24
+62
+80
+00
+6f
+e0
+c5
+2e
+c0
+00
+80
+97
+c0
+01
+00
+9e
+20
+60
+00
+00
+6f
+e0
+c5
+d7
+24
+7a
+00
+00
+6f
+e0
+c5
+18
+c0
+01
+00
+9c
+20
+60
+00
+00
+70
+45
+d7
+01
+20
+20
+4a
+01
+6f
+e0
+c5
+d8
+24
+7a
+00
+00
+6f
+e0
+c5
+19
+c0
+80
+00
+a3
+20
+60
+00
+00
+70
+45
+d8
+01
+20
+20
+4a
+0c
+18
+42
+7e
+00
+c2
+80
+80
+a8
+20
+20
+3d
+19
+70
+8a
+6d
+89
+20
+20
+3d
+1f
+20
+40
+3d
+3c
+c5
+97
+80
+b0
+78
+3c
+fc
+00
+20
+00
+00
+1e
+20
+40
+3d
+3c
+19
+69
+96
+00
+78
+56
+fc
+00
+78
+26
+fc
+00
+78
+30
+fc
+00
+78
+50
+7c
+00
+19
+62
+36
+00
+37
+c1
+84
+00
+20
+37
+00
+b9
+1b
+42
+04
+00
+60
+4b
+00
+0f
+24
+2c
+3e
+75
+78
+28
+7c
+00
+db
+60
+4e
+ab
+6f
+e0
+c1
+1d
+9b
+6f
+84
+00
+98
+40
+b6
+00
+20
+20
+3d
+e9
+70
+00
+06
+00
+20
+20
+38
+22
+20
+40
+38
+63
+24
+22
+80
+c0
+20
+20
+38
+1d
+20
+40
+6f
+09
+6f
+e0
+81
+98
+7d
+3e
+7e
+07
+67
+e0
+81
+98
+78
+46
+fc
+00
+20
+40
+39
+25
+70
+8a
+3d
+12
+68
+48
+80
+08
+18
+40
+a2
+02
+20
+20
+39
+8e
+20
+40
+3d
+3c
+20
+40
+3d
+4b
+20
+40
+64
+51
+79
+20
+2a
+00
+78
+2e
+fc
+00
+78
+30
+7c
+00
+78
+50
+fc
+00
+20
+40
+3d
+c2
+78
+5d
+7c
+00
+c5
+17
+be
+ff
+c5
+16
+80
+db
+20
+20
+3e
+c8
+6f
+20
+c1
+1d
+20
+00
+00
+01
+c2
+00
+00
+dc
+20
+20
+3f
+15
+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
+b4
+67
+f0
+8a
+97
+20
+20
+6c
+a7
+98
+aa
+aa
+55
+40
+00
+00
+40
+09
+00
+80
+00
+00
+00
+00
+00
+00
+e0
+01
+00
+04
+00
+00
+00
+00
+00
+20
+00
+00
+00
+00
+02
+00
+00
+20
+40
+04
+01
+00
+00
+00
+00
+00
+00
+00
+01
+00
+08
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+aa
+55
+08
+00
+48
+48
+04
+08
+4a
+00
+00
+80
+0b
+03
+aa
+55
+1c
+00
+a4
+45
+02
+0a
+0b
+0c
+0c
+0b
+0a
+04
+03
+05
+06
+ff
+02
+01
+00
+ff
+ff
+08
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+aa
+55
+01
+00
+95
+40
+08
+aa
+55
+01
+00
+50
+48
+02
+aa
+55
+01
+00
+32
+44
+ff
+aa
+55
+01
+00
+31
+44
+1e
+aa
+55
+03
+00
+34
+44
+01
+c6
+45
+aa
+55
+01
+00
+16
+41
+00
+aa
+55
+01
+00
+17
+45
+07
+aa
+55
+02
+00
+33
+45
+53
+47
+aa
+55
+02
+00
+9f
+45
+85
+90
+aa
+55
+02
+00
+a2
+45
+75
+80
+aa
+55
+01
+00
+a1
+45
+63
+aa
+55
+01
+00
+64
+45
+7d
+aa
+55
+02
+00
+62
+48
+90
+01
+aa
+55
+04
+00
+5e
+48
+90
+01
+e8
+03
+aa
+55
+01
+00
+5c
+48
+14
+aa
+55
+01
+00
+c0
+06
+ff
+aa
+55
+01
+00
+91
+45
+0a
+aa
+55
+01
+00
+97
+45
+02
+aa
+55
+02
+00
+64
+48
+64
+00
+aa
+55
+01
+00
+c3
+43
+04
+aa
+55
+01
+00
+cf
+44
+01
+aa
+55
+05
+00
+26
+45
+01
+0f
+0f
+0f
+0f
+aa
+55
+01
+00
+67
+48
+03
+aa
+55
+01
+00
+ff
+44
+00
+aa
+55
+01
+00
+7e
+48
+02
+aa
+55
+01
+00
+10
+45
+00
+aa
+55
+01
+00
+9e
+45
+94
+aa
+55
+02
+00
+9a
+45
+06
+00
+aa
+55
+03
+00
+f5
+44
+00
+48
+60
+aa
+55
+02
+00
+5c
+45
+2c
+01
+aa
+55
+02
+00
+5a
+45
+50
+00
+aa
+55
+01
+00
+9d
+45
+05
+aa
+55
+04
+00
+56
+48
+05
+00
+06
+00
+aa
+55
+01
+00
+59
+46
+05
+aa
+55
+06
+00
+37
+44
+11
+21
+31
+41
+51
+61
+aa
+55
+01
+00
+94
+40
+01
+aa
+55
+01
+00
+c1
+40
+20
+aa
+55
+01
+00
+27
+48
+20
+aa
+55
+06
+00
+ae
+42
+71
+81
+91
+a1
+b1
+c1
+aa
+55
+01
+00
+66
+43
+07
+aa
+55
+01
+00
+9c
+45
+32
+aa
+55
+02
+00
+98
+45
+b0
+04
+aa
+55
+02
+00
+5a
+48
+70
+17
+aa
+55
+08
+00
+80
+43
+fb
+00
+48
+08
+fb
+00
+48
+08
+aa
+55
+02
+00
+8e
+47
+96
+00
+aa
+55
+02
+00
+85
+47
+15
+00
+aa
+55
+02
+00
+8b
+42
+19
+00
+aa
+55
+04
+00
+87
+47
+1d
+00
+21
+00
+aa
+55
+02
+00
+05
+43
+2d
+00
+aa
+55
+02
+00
+8b
+47
+30
+00
+aa
+55
+0c
+00
+1b
+43
+1f
+02
+01
+05
+03
+03
+12
+18
+03
+19
+c2
+03
+aa
+55
+14
+00
+70
+47
+06
+ff
+06
+00
+03
+00
+80
+0c
+09
+42
+54
+35
+2e
+63
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0e
+00
+3b
+43
+1f
+0c
+09
+42
+54
+35
+2e
+63
+20
+4d
+6f
+75
+73
+65
+aa
+55
+0c
+00
+2b
+42
+0b
+42
+54
+35
+2e
+63
+20
+4d
+6f
+75
+73
+65
+aa
+55
+08
+00
+a6
+42
+07
+00
+07
+00
+20
+00
+2c
+01
+aa
+55
+06
+00
+6a
+47
+03
+12
+18
+ff
+00
+00
+aa
+55
+02
+00
+6e
+43
+21
+01
+aa
+55
+02
+00
+76
+43
+07
+07
+aa
+55
+02
+00
+d1
+45
+00
+34
+aa
+55
+06
+00
+e9
+45
+71
+81
+91
+a1
+b1
+c1
+aa
+55
+03
+00
+51
+46
+00
+50
+00
+aa
+55
+02
+00
+a0
+43
+80
+1f
+aa
+55
+01
+00
+a9
+43
+80
+aa
+55
+0c
+00
+69
+46
+03
+04
+01
+02
+20
+2a
+3f
+15
+22
+33
+44
+11
+aa
+55
+0a
+00
+78
+46
+09
+5a
+26
+34
+19
+04
+09
+00
+ff
+ff
+aa
+55
+0a
+00
+8c
+46
+09
+5a
+0d
+10
+1d
+ed
+7d
+80
+ff
+ff
+aa
+55
+44
+00
+d2
+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
+aa
+55
+10
+00
+26
+47
+09
+a5
+46
+34
+60
+07
+69
+04
+7d
+20
+7e
+00
+09
+00
+ff
+ff
+aa
+55
+10
+00
+16
+47
+09
+5a
+06
+02
+09
+69
+0d
+48
+0e
+9f
+0f
+ba
+09
+00
+ff
+ff
+aa
+55
+08
+00
+42
+47
+09
+5a
+0b
+f3
+09
+00
+ff
+ff
+aa
+55
+08
+00
+16
+00
+00
+10
+00
+00
+00
+00
+00
+00
+aa
+55
+08
+00
+c4
+40
+88
+0b
+ca
+70
+3f
+0c
+33
+03
+aa
+55
+03
+00
+cd
+40
+9d
+10
+22
+aa
+55
+01
+00
+a8
+40
+00
+aa
+55
+01
+00
+1f
+41
+18
+aa
+55
+01
+00
+9a
+40
+18
+aa
+55
+01
+00
+e9
+43
+d3
+aa
+55
+01
+00
+e8
+43
+00
+aa
+55
+01
+00
+e7
+43
+29
+aa
+55
+01
+00
+e6
+43
+01
+aa
+55
+05
+00
+18
+41
+ff
+88
+66
+44
+00
+aa
+55
+02
+00
+9b
+40
+00
+0c
+aa
+55
+05
+00
+20
+41
+09
+0e
+05
+04
+00
+aa
+55
+01
+00
+e3
+43
+7f
+aa
+55
+01
+00
+1e
+41
+ff
+aa
+55
+02
+00
+9d
+40
+1e
+41
+aa
+55
+02
+00
+ec
+43
+06
+07
+55
+aa
+aa
+55
+bb
+14
+1f
+1c
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+ff
+e6
+bc
Index: output/memmap.format
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/output/memmap.format	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/output/memmap.format	(working copy)
@@ -0,0 +1,1886 @@
+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_hci_opcode_ocf
+0x0560 mem_hci_opcode_ogf
+0x0561 mem_hci_event_head_type
+0x0562 mem_hci_event_head_event_code
+0x0563 mem_hci_event_para_total_length
+0x0564 mem_hci_command_complete_num_hci_command_packet
+0x0565 mem_hci_command_complete_command_opcode
+0x0565 mem_hci_opcode
+0x0567 mem_hci_command_complete_return_parameter
+0x0567 mem_hci_command_complete_return_parameter_status
+0x0568 mem_hci_command_complete_return_parameter_chip_id
+0x055e mem_module_le_rx_data_len
+0x0560 mem_module_le_rx_data_address
+0x0562 mem_module_le_rx_data_handle
+0x055e mem_init_cnt
+0x0560 mem_data_pre
+0x0562 mem_data_current
+0x0564 mem_data_sum
+0x0567 mem_data_value
+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_devicedesc
+0x0612 mem_confdesc
+0x064e mem_string0
+0x0653 mem_string1
+0x0671 mem_string2
+0x068f mem_string3
+0x06ad mem_cb_usb_config
+0x06af mem_usb_tx_interval
+0x06b0 mem_usb_vid_pid
+0x06b9 mem_usb_zero_packet
+0x06bb mem_usb_ones_packet
+0x06bd mem_usb_two_packet
+0x06bf mem_usb0_state
+0x06c0 mem_usb_offline_check_gpio
+0x06c1 mem_usb_clear_mem_start
+0x06c1 mem_usb_setup
+0x06c1 mem_usb_setup_bmRequestType
+0x06c2 mem_usb_setup_bRequest
+0x06c3 mem_usb_setup_bValue
+0x06c4 mem_usb_setup_bValueH
+0x06c5 mem_usb_setup_wIndex
+0x06c7 mem_usb_setup_bLength
+0x06c8 mem_usb_setup_bLengthH
+0x06c9 mem_usb0_set_report_data
+0x0709 mem_usb0_get_report_data
+0x0749 mem_usb_setup_bValue_temp
+0x074b mem_usb0_get_set_report
+0x074c mem_usb0_data_ready_report
+0x074d mem_usb_tx_win_enable
+0x074e mem_usb_tx_mac_enable
+0x074f mem_usb_idle_flag
+0x0750 mem_usb_idle_rate
+0x0751 mem_usb_get_protocol_flag
+0x0752 mem_usb_set_protocol_status
+0x0753 mem_usb_set_protocol_value
+0x0754 mem_usb_state
+0x0755 mem_usb_remote_wakeup
+0x0756 mem_usb_clear_remote_wakeup
+0x0757 mem_sdsystem_wakeup_flag
+0x0758 mem_usb_ep0_stall_status
+0x0759 mem_usb_ep1_stall_status
+0x075a mem_usb_ep2_stall_status
+0x075b mem_usb_ep3_stall_status
+0x075c mem_dsc_info_data_pointer
+0x075e mem_dsc_info_len
+0x075f mem_usb_ep1_data
+0x0760 mem_usb_ep2_data
+0x0761 mem_usb_tx_enable
+0x0762 mem_usb_device_enumeration_endflag
+0x0763 mem_usb_wakestate_onetime_flag
+0x0764 mem_usb_mac_wakeup_trig
+0x0765 mem_usb_set_high_addr_flag
+0x0766 mem_usb_clear_halt
+0x0767 mem_usb_mouse_data
+0x0777 mem_usb_kb_data
+0x0787 mem_usb_kb_multikey
+0x0797 mem_usb_kb_system
+0x07a7 mem_usb_test_cnt
+0x07a9 mem_usb_test_kb
+0x07b3 mem_usb_clear_mem_end
+0x07b3 mem_dg_rssi_noise_buffer
+0x08b3 mem_dg_rssi_noise_dg_buffer
+0x09b3 mem_dg_rssi_noise_ms_buffer
+0x0ab3 mem_dg_rssi_noise_kb_buffer
+0x0bb3 mem_usb_rxbuf_new//at least 68B
+0x0bf7 mem_usb_rxbuf_new_end
+
+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_txheader
+0x412a mem_le_txlen
+0x412b mem_le_txpayload
+0x422b mem_le_name_len
+0x422c mem_le_name
+0x424a mem_le_ltk
+0x425a mem_ltk_exists
+0x425b mem_le_rconfirm
+0x426b mem_le_srand
+0x427b mem_le_iat
+0x427c mem_le_rat
+0x427d mem_le_preq
+0x427e mem_le_preq_iocap
+0x427f mem_le_preq_oob
+0x4280 mem_le_preq_auth
+0x4281 mem_le_preq_max_keysize
+0x4282 mem_le_preq_init_key_distribution
+0x4283 mem_le_preq_resp_key_distribution
+0x4284 mem_le_pres
+0x4285 mem_le_pres_iocap
+0x4286 mem_le_pres_oob
+0x4287 mem_le_pres_auth
+0x4288 mem_le_pres_max_keysize
+0x4289 mem_le_pres_init_key_distribution
+0x428a mem_le_pres_resp_key_distribution
+0x428b mem_le_notify_handle
+0x428d mem_le_search_uuid_length
+0x428e mem_le_search_uuid
+0x429e mem_le_conn_param
+0x429e mem_le_conn_peer_addr_type
+0x429f mem_le_conn_peer_addr
+0x42a5 mem_le_conn_own_addr_type
+0x42a6 mem_le_interval_min
+0x42a8 mem_le_interval_max
+0x42aa mem_le_latency
+0x42ac mem_le_timeout
+0x42ae mem_le_lap
+0x42b1 mem_le_uap
+0x42b2 mem_le_nap
+0x42b4 mem_le_local_mtu
+0x42b6 mem_le_remote_mtu
+0x42b8 mem_le_skdm
+0x42c0 mem_le_skds
+0x42c8 mem_le_init_superto
+0x42ca mem_ui_le_uuid_table
+0x42cc mem_le_secure_connect_flag
+0x42cd mem_le_secure_connect_state
+0x42ce mem_le_sc_confirm_gkey_flag
+0x42cf mem_le_pairing_state
+0x42d0 mem_le_enc_state
+0x42d1 mem_le_pairing_mode
+0x42d2 mem_le_tk
+0x42d6 mem_le_ediv
+0x42d8 mem_le_rand
+0x42e0 mem_le_irk
+0x42f0 mem_le_transmit_window
+0x42f4 mem_le_configuration
+0x42f5 mem_le_fixed_ltk
+0x4305 mem_le_pairing_handle
+0x4307 mem_le_packet_llid
+0x4308 mem_le_l2cap_size
+0x430a mem_le_packet_len_recved
+0x430c mem_le_payload_ptr
+0x430e mem_le_signaling_identifier
+0x430f mem_le_l2cap_signaling_conn_param_update_rsp_result
+0x4311 mem_le_md_count
+0x4312 mem_ble_l2cap_tx_buff0_ptr
+0x4314 mem_ble_l2cap_tx_buff_size_ptr
+0x4316 mem_le_scan_enable
+0x4317 mem_le_scan_interval
+0x4319 mem_le_scan_window
+0x431b mem_le_adv_data_len
+0x431c mem_le_adv_data
+0x433b mem_le_scan_data_len
+0x433c mem_le_scan_data
+0x435b mem_le_adv_enable
+0x435c mem_le_adv_param
+0x435c mem_le_adv_interval
+0x435e mem_le_adv_type
+0x435f mem_le_adv_own_addr_type
+0x4360 mem_le_adv_direct_addr
+0x4366 mem_le_adv_channel_map
+0x4367 mem_le_scan_params
+0x4367 mem_le_scan_type
+0x4368 mem_le_scan_own_addr_type
+0x4369 mem_le_l2cap_att_states
+0x436a mem_le_att_opcode
+0x436b mem_le_att_handle
+0x436d mem_le_search_res
+0x436e mem_le_local_feature
+0x4376 mem_le_tx_phys
+0x4377 mem_le_rx_phys
+0x4378 mem_remote_rx_max_octets
+0x437a mem_remote_rx_max_time
+0x437c mem_remote_tx_max_octets
+0x437e mem_remote_tx_max_time
+0x4380 mem_local_rx_max_octets
+0x4382 mem_local_rx_max_time
+0x4384 mem_local_tx_max_octets
+0x4386 mem_local_tx_max_time
+0x4388 mem_cb_check_wakelock
+0x438a mem_cb_before_hibernate
+0x438c mem_cb_before_lpm
+0x438e mem_cb_le_process
+0x4390 mem_cb_idle_process
+0x4392 mem_cb_bb_event_process
+0x4394 mem_cb_att_write
+0x4396 mem_cb_ble_transmit
+0x4398 mem_cb_event_timer
+0x439a mem_cb_bt_set_mult
+0x439c mem_cb_spi_flash_write_complate
+0x439e mem_cb_before_lpm_sleep
+0x43a0 mem_eeprom_base
+0x43a2 mem_wake_up_delay_timer
+0x43a3 mem_app_connection_options
+0x43a4 mem_app_disconn_reason
+0x43a6 mem_app_disconn_reason_flag
+0x43a8 mem_xrecord_mode
+0x43a9 mem_eeprom_block_size
+0x43aa mem_spi_init_clk
+0x43ab mem_spi_init_delay_time
+0x43ac mem_spi_ncs_gpio
+0x43ad mem_nv_data_ptr
+0x43af mem_nv_data_number
+0x43b0 mem_queue_ptr
+0x43b2 mem_3v_adc_io_data
+0x43b4 mem_2v_adc_hvin_data
+0x43b6 mem_2v_adc_vinlpm_data
+0x43b8 mem_1v_adc_io_data
+0x43ba mem_3v_adc_hvin_data
+0x43bc mem_3v_adc_vinlpm_data
+0x43be mem_app_adc_read_count
+0x43bf mem_start_adc_clkn
+0x43c0 mem_reference_voltage
+0x43c2 mem_adc_config_flag
+0x43c3 mem_adc_channel
+0x43c4 mem_adc_current_value
+0x43c6 mem_adc_power_flag//bit0:low power falg ; bit1:no power flag
+0x43c7 mem_spi_write_addr
+0x43ca mem_spi_write_ptr
+0x43cc mem_spi_write_len
+0x43ce mem_spi_write_flash_sm
+0x43cf mem_spi_cs_gpio
+0x43d0 mem_spi_si_gpio
+0x43d1 mem_spi_so_gpio
+0x43d2 mem_spi_sclk_gpio
+0x43d3 mem_spi_wp_gpio
+0x43d4 mem_spi_hold_gpio
+0x43d5 mem_eeprom_wp_gpio
+0x43d6 mem_eeprom_scl_gpio
+0x43d7 mem_eeprom_sda_gpio
+0x43d8 mem_kscan_ptr
+0x43da mem_key_num_ptr
+0x43da mem_keyscan_ptr
+0x43dc mem_key_value_retention
+0x43de mem_power_param_ptr
+0x43e0 mem_efuse_header
+0x43e3 mem_seqi
+0x43e4 mem_set_cdb_on
+0x43e5 mem_syn_cal_ctrl
+0x43e6 mem_dig_aon_vsel
+0x43e7 mem_syn_afc_cfg1
+0x43e8 mem_rf_ldo_cfg1
+0x43e9 mem_rc_cal
+0x43ea mem_nec_decode_error_value
+0x43eb mem_wdt_always_work
+0x43ec mem_rf_debug_rx_gpio
+0x43ed mem_rf_debug_tx_gpio
+0x43ee mem_l2cap_xmem_start
+0x43ee mem_used_map
+0x43ef mem_tx_fifo0
+0x43ef mem_tx_fifo0_map
+0x43f0 mem_tx_fifo0_ptr
+0x43f2 mem_tx_fifo1
+0x43f2 mem_tx_fifo1_map
+0x43f3 mem_tx_fifo1_ptr
+0x43f5 mem_tx_fifo2
+0x43f5 mem_tx_fifo2_map
+0x43f6 mem_tx_fifo2_ptr
+0x43f8 mem_tx_fifo3
+0x43f8 mem_tx_fifo3_map
+0x43f9 mem_tx_fifo3_ptr
+0x43fb mem_tx_fifo_end
+0x43fb mem_l2cap_lpm_txbuf_ptr
+0x43fd mem_l2cap_xmem_end
+0x43fd mem_ccm_pcnt_tx
+0x4402 mem_ccm_pcnt_rx
+0x4407 mem_ccm_last_mic
+0x440b mem_ccm_iv
+0x440b mem_ccm_ivm
+0x440f mem_ccm_ivs
+0x4413 mem_ccm_len
+0x4415 mem_ccm_rx_ptr
+0x4417 mem_ipc_lock_bt
+0x4418 mem_ipc_lock_c51
+0x4419 mem_ipc_fifo_bt2c51
+0x4421 mem_ipc_fifo_c512bt
+0x4429 mem_ui_button_timer
+0x442a mem_ui_button_last_state
+0x442b mem_ui_timer_last_btclk
+0x442f mem_ui_state_map
+0x4431 mem_ui_button_timeout
+0x4432 mem_ui_button_gpio
+0x4433 mem_ui_led_init_state_set
+0x4434 mem_ui_led_struct_num
+0x4435 mem_ui_led_struct_ptr
+0x4437 mem_ble_v2_xbox
+0x4477 mem_ble_v2_pdu
+0x449e mem_ble_v2_customer_id
+0x449f mem_ble_v2_packet_num
+0x44a0 mem_ble_v2_subtype
+0x44a1 mem_ble_v2_maintype
+0x44a2 mem_ble_v2_addr
+0x44a6 mem_ble_v2_group_index
+0x44a7 mem_ble_v2_cmd
+0x44a9 mem_ble_v2_para
+0x44ad mem_ble_customer_id
+0x44ae mem_ble_count
+0x44af mem_ble_sub_type
+0x44b0 mem_ble_main_type
+0x44b1 mem_ble_addr
+0x44b5 mem_ble_group
+0x44b6 mem_ble_cmd
+0x44b8 mem_ble_para
+0x44bc mem_ble_rfu
+0x44bf mem_ble_relay
+0x44c0 mem_ble_is_app
+0x44c1 mem_adv_CRC_False_initValue
+0x44c3 mem_CRC16_polynomial
+0x44c5 mem_ble_pack_cb
+0x44c7 mem_ble_v2_tx_end_dummy
+0x44c7 mem_ftd_device_option
+0x44c8 mem_light_gm_tx_addr_type
+0x44c9 mem_light_gm_tx_len
+0x44ca mem_light_gm_tx_header
+0x44d7 mem_light_gm_tx
+0x44d7 mem_light_gm_tx_press_time
+0x44d8 mem_light_gm_tx_remoter_ID
+0x44d9 mem_light_gm_tx_remoter_addr
+0x44db mem_light_gm_tx_group_num
+0x44dc mem_light_gm_tx_code
+0x44dd mem_light_gm_tx_count
+0x44de mem_light_gm_tx_sum
+0x44df mem_gem_cnt_inces_timeout
+0x44e1 mem_gem_long_keypress_timeout
+0x44e3 mem_gem_long_cnt_enable
+0x44e4 mem_light_KY_tx
+0x44e4 mem_light_KY_tx_header
+0x44fb mem_light_KY_tx_len
+0x44fc mem_light_KY_tx_code1
+0x44fd mem_light_KY_tx_remoter_ID
+0x4501 mem_light_KY_tx_group_num
+0x4502 mem_light_KY_tx_code2
+0x4503 mem_light_KY_tx_sum
+0x4505 mem_light_KY_tx_CRC
+0x4507 mem_light_KY_tx_count
+0x4509 mem_light_group_num
+0x450a mem_light_JYM_whitening_header
+0x4516 mem_light_JYM_tx
+0x4516 mem_light_JYM_tx_header
+0x451e mem_light_JYM_tx_len
+0x451f mem_light_JYM_tx_cmd
+0x4520 mem_light_JYM_tx_ID
+0x4524 mem_light_JYM_tx_group
+0x4525 mem_light_JYM_tx_data
+0x4526 mem_light_JYM_tx_count
+0x4527 mem_light_JYM_tx_sum
+0x4529 mem_light_JYM_tx_CRC
+0x452b mem_light_JYM_tx_temp
+0x4550 mem_adv_cnts
+0x4551 mem_cb_light_ac_detecting
+0x4553 mem_cb_light_gradual_dimmer
+0x4555 mem_light_pwm_freq_w
+0x4557 mem_light_pwm_freq_y
+0x4559 mem_light_pwm_freq_l
+0x455b mem_light_W_aim_pcnt
+0x455d mem_light_Y_aim_pcnt
+0x455f mem_light_L_aim_pcnt
+0x4561 mem_light_gradual_step_w
+0x4562 mem_light_gradual_step_y
+0x4563 mem_light_gradual_step_l
+0x4564 mem_light_mix_change_delay_time
+0x4566 mem_temp_flag
+0x4567 mem_light_pwm_enable_flag
+0x4568 mem_light_gpio_pin_w
+0x4569 mem_light_gpio_pin_y
+0x456a mem_light_gpio_pin_l
+0x4551 mem_kscan_record_keypress
+0x4559 mem_kscan_row_nums
+0x455a mem_kscan_col_nums
+0x455b mem_kscan_row_gpio_pin
+0x4563 mem_kscan_col_gpio_pin
+0x456b mem_kscan_row_scanned
+0x456c mem_kscan_col_scanned
+0x456d mem_keypress_analysis_flag
+0x456e mem_kscan_avoid_shake_delay_time
+0x4570 mem_scan_col
+0x4571 mem_kscan_enable
+0x4572 mem_long_press_adv_timeout
+0x4574 mem_kscan_analysis_interval_timeout
+0x4576 mem_FTD_adv_raw_device_add_temp
+0x4578 mem_set_clear_code_timeout_enable
+0x4579 mem_light_lpm_enable
+0x457a mem_light_manufacture_id
+0x457b mem_light_indicator_led
+0x457c mem_groups_num
+0x457d mem_light_last_key
+0x457e mem_light_different_key_press_flag
+0x457f mem_FTD_adv_raw
+0x457f mem_FTD_adv_raw_cmd
+0x4580 mem_FTD_adv_raw_device_add
+0x4582 mem_FTD_adv_raw_data
+0x4585 mem_FTD_adv_raw_packet_num
+0x4586 mem_FTD_adv_raw_reserved
+0x4587 mem_FTD_adv_raw_encryption
+0x458f mem_long_press_timeout
+0x4591 mem_light_num_of_long_press
+0x4592 mem_light_color_switch_cnt
+0x4593 mem_light_brightness_switch_flag
+0x4594 mem_light_rgb_hand_actuated_flag
+0x4595 mem_rgb_switch
+0x4596 mem_light_rgb_auto_flag
+0x4597 mem_rgb_on_and_off
+0x4598 mem_light_group1_on_and_off_flag
+0x4599 mem_light_group2_on_and_off_flag
+0x459a mem_light_group3_on_and_off_flag
+0x459b mem_light_group4_on_and_off_flag
+0x459c mem_light_current_key
+0x459d mem_ble_light_adv_timeout
+0x459f mem_light_on_off_alternant
+0x45a0 mem_fan_speed
+0x45a1 mem_fan_direction_alternant
+0x45a2 mem_fan_on_off_flag
+0x45a3 mem_ble_xboxes
+0x4623 mem_adv_packet
+0x4623 mem_adv_packet_header
+0x463a mem_adv_packet_payload
+0x4648 mem_adv_packet_tailer
+0x464a mem_light_whitening_buffer
+0x4671 mem_light_whitening_k
+0x4673 mem_light_for_loop_cnt1
+0x4674 mem_light_for_loop_cnt2
+0x4675 mem_light_recvd_len
+0x4676 mem_light_whitening_i
+0x4677 mem_light_whitening_i1
+0x467b mem_light_whitening_i2
+0x467f mem_light_whitening_i3
+0x4683 mem_light_whitening_i4
+0x4687 mem_light_whitening_n
+0x4688 mem_light_para1
+0x468c mem_light_para2
+0x4691 mem_light_for_loop_lshift
+0x4699 mem_light_integer_1_lshift_temp
+0x46a1 mem_light_lpm_enable_timeout
+0x46a3 mem_indicator_turn_on_enable
+0x46a4 mem_indicator_led_turn_on_timeout
+0x46a6 mem_light_on_and_off_flag
+0x46a7 mem_fan_deflector_flag
+0x46a8 mem_light_aid_swtich_flag
+0x46a9 mem_light_manufacture_id2
+0x46aa mem_light_manufacture_id2_v2
+0x46ab mem_light_whitening_buffer_2
+0x46d2 mem_ble_v2_pdu_2
+0x46f9 mem_light_rgb_on_and_off_flag
+0x46fa mem_rgb_loop_on_and_off
+0x46fb mem_r_g_b_switch_flag
+0x46fc mem_adv_manufacturer_switch_flag
+0x46fd mem_adv_manufacturer_switch_flag1
+0x46fe mem_adv_manufacturer_switch_flag2
+0x46ff mem_adv_manufacturer_switch_flag3
+0x4700 mem_fan_on_and_off_flag
+0x4701 mem_light_release_adv_flag
+0x4702 mem_light_blink_state_flag
+0x4703 mem_light_indicator_led_blink_enable
+0x4704 mem_light_continuous_kps_cnt_reset_timeout
+0x4706 mem_light_key1_continuous_kps_cnt
+0x4707 mem_light_key2_continuous_kps_cnt
+0x4708 mem_light_key3_continuous_kps_cnt
+0x4709 mem_light_key4_continuous_kps_cnt
+0x470a mem_light_key5_continuous_kps_cnt
+0x470b mem_light_key6_continuous_kps_cnt
+0x470c mem_light_key7_continuous_kps_cnt
+0x470d mem_light_key8_continuous_kps_cnt
+0x470e mem_light_key9_continuous_kps_cnt
+0x470f mem_light_key10_continuous_kps_cnt
+0x4710 mem_light_key11_continuous_kps_cnt
+0x4711 mem_light_key12_continuous_kps_cnt
+0x4712 mem_light_key13_continuous_kps_cnt
+0x4713 mem_light_key14_continuous_kps_cnt
+0x4714 mem_light_key15_continuous_kps_cnt
+0x4715 mem_light_key16_continuous_kps_cnt
+0x4716 mem_16groups_on_off
+0x4718 mem_group_flag
+0x4719 mem_channel_enable
+0x471a mem_channel_num
+0x471b mem_scene_enable
+0x471c mem_special_agreemeet_enable
+0x471d mem_light_short_keypress_timeout
+0x471f mem_light_color_and_lgtness_long_press_adv_enable
+0x4720 mem_airchange_speed
+0x4721 mem_fan_tap_speed
+0x4722 mem_light_airchange_flag
+0x4723 mem_light_warm_wake_flag
+0x4724 mem_light_warm_powerful_flag
+0x4725 mem_light_fan_on_and_off
+0x4726 mem_light_bath_on_off_flag
+0x4727 mem_long_press_protect_enble_flag
+0x4728 mem_long_press_protect_cnt
+0x4729 mem_long_press_protect_start_flag
+0x472a mem_kscan_press_row_gpio
+0x4732 mem_light_fan_on_and_off_flag
+0x4733 mem_light_lpm_gpio_config_flag
+0x4737 mem_light_lpm_gpio_config_io_temp
+0x4738 mem_light_timing_of_alter_flag
+0x4739 mem_light_adv_packet
+0x4739 mem_light_adv_packet_cmd
+0x473a mem_light_adv_packet_addr
+0x473c mem_light_adv_packet_data
+0x473f mem_light_adv_packet_packetnum
+0x4740 mem_light_adv_packet_reserve
+0x4741 mem_light_adv_packet_encry
+0x4747 mem_light_adv_packet_CRC
+0x4749 mem_scene_led_timeout
+0x474b mem_scene_led_cnt
+0x474c mem_ble_rx_on_and_off
+0x474d mem_long_press_scene_timeout
+0x474e mem_le_adv_scan_channel
+0x474f mem_le_lap_addr
+0x4753 mem_le_lap_addr_temp
+0x4757 mem_le_lap_v2_addr
+0x475b mem_light_scene_mode
+0x475c mem_le_addr_change_flag
+0x475d mem_rmt_keydown_cb
+0x475f mem_rmt_released_cb
+0x4761 mem_rmt_long_press_cb
+0x4763 mem_rmt_continuous_keydown_cb
+0x4765 mem_rmt_continuous_kps_time
+0x4767 mem_light_adv_time
+0x4769 mem_claer_code_time
+0x476b mem_ble_v2_customer_id_copy
+0x476c mem_ftd_fan_cfg_catch
+0x476c mem_fan_protocol_select_flag
+0x476d mem_fan_tx_pin
+0x476e mem_fan_yc_identify_flag
+0x476f mem_customer_id
+0x4770 mem_customer_id_v2
+0x4771 mem_id_universal
+0x4772 mem_manufacture_id_temp
+0x4773 mem_light_device_flag
+0x4774 mem_ble_ch_mapped
+0x4775 mem_ble_v2_decoder
+0x4777 mem_light_speed_temp
+0x4778 mem_light_blink_count
+0x4779 mem_pairing_timeout
+0x477b mem_light_pairing_enable
+0x477c mem_light_last_packetnum
+0x477d mem_yc_fan_ble_addr
+0x4783 mem_recv_addr
+0x4789 mem_fan_tx_bits_loop
+0x478b mem_fan_opcode
+0x478c mem_fan_tx_cnt
+0x478d mem_fan_433code_packet//预留8字节
+0x4795 mem_fan_tx_loop
+0x4797 mem_fan_tx_loop2
+0x4799 mem_fan_433_opcode
+0x479a mem_fan_tx_gpio
+0x479b mem_fan_tx_gpio_reg
+0x479d mem_433_tx_cb
+0x479f mem_fan_packet_indiscriminate_cb
+0x47a1 mem_ble_parameter
+0x47a1 mem_ble_parameter_cmd
+0x47a3 mem_ble_parameter_para
+0x47a7 mem_ble_parameter_addr
+0x47a9 mem_ble_parameter_group
+0x47aa mem_fan_addr_433
+0x4437 mem_24g_lap
+0x443d mem_24g_rxbuf
+0x445f mem_24g_txbuf
+0x447f mem_24g_txpayload
+0x44a3 mem_24g_rxpayload
+0x44c3 mem_24g_rxdata_length
+0x44c4 mem_24g_pid
+0x44c5 mem_24g_no_ack
+0x44c6 mem_24g_sta_crc
+0x44c9 mem_24g_last_crc
+0x44cc mem_24g_sta_pid
+0x44cd mem_24g_last_pid
+0x44ce mem_24g_datalen
+0x44cf mem_24g_data_type
+0x44d0 mem_24g_txlen
+0x44d1 mem_24g_rx_window
+0x44d3 mem_24g_ch
+0x44d4 mem_24g_current_ch_number
+0x44d5 mem_24g_addr
+0x44d9 mem_24g_ch_map1
+0x44dd mem_24g_ch_map2
+0x44e1 mem_24g_ch_map3
+0x44e5 mem_24g_ch_map4
+0x44e9 mem_24g_tx_btclk
+0x44ed mem_24g_interval
+0x44ee mem_24g_interval_min
+0x44ef mem_24g_interval_max
+0x44f0 mem_24g_syncword
+0x44f2 mem_24g_syncword_crc8
+0x44f3 mem_24g_get_syncword_crc8
+0x44f4 mem_24g_pair_switch
+0x44f5 mem_24g_enter_hibernate
+0x44fd mem_24g_rx_phy
+0x44fe mem_24g_tx_phy
+0x44ff mem_24g_ch_map_update
+0x4500 mem_24g_ch_update_map1
+0x4504 mem_24g_ch_update_map2
+0x4508 mem_24g_ch_update_map3
+0x450c mem_24g_ch_update_map4
+0x4510 mem_24g_disable_fec1
+0x4511 mem_24g_pair_addr
+0x4515 mem_24g_pair_ch
+0x4516 mem_24g_pair_tx_power
+0x4517 mem_rssi_buff_index
+0x4518 mem_24g_device1_bind_step
+0x4519 mem_24g_device2_bind_step
+0x451a mem_24g_bind_device_status
+0x451b mem_24g_bind_payload
+0x4523 mem_cb_24g_receive_process
+0x4525 mem_cb_24g_ackpayload
+0x4527 mem_cb_24g_data_device1
+0x4529 mem_cb_24g_data_device2
+0x452b mem_24g_rxdata_temp
+0x454d mem_24g_abort_packet
+0x454e mem_24g_hop_btclk
+0x4552 mem_24g_hop_interval
+0x4553 mem_24g_pair_mode
+0x4554 mem_24g_ackpayload_enable
+0x4555 mem_24g_hop_packet
+0x4556 mem_24g_mode_switch
+0x4557 mem_24g_nodata_timer_enable
+0x4558 mem_24g_mode_init
+0x4559 mem_24g_work_mode
+0x455a mem_24g_time_slice
+0x455b mem_24g_self_last_ch
+0x455c mem_24g_self_ch_number
+0x455d mem_24g_self_config_ch_once
+0x455e mem_24g_device1_last_ch
+0x455f mem_24g_device1_ch_number
+0x4560 mem_24g_device1_config_ch_once
+0x4561 mem_24g_device2_last_ch
+0x4562 mem_24g_device2_ch_number
+0x4563 mem_24g_device2_config_ch_once
+0x4564 mem_24g_led_status
+0x4565 mem_24g_bind_mode_continue
+0x4566 mem_tx_power_temp
+0x4567 mem_24g_mode_B_S_switch
+0x4568 mem_24g_mode_B_S_switch_init
+0x4569 mem_24g_mode_B_S_switch_cnt
+0x456b mem_24g_mode_B_S_switch_exit
+0x456c mem_24g_B_S_time_slice
+0x456d mem_24g_B_S_mode_switch_disable
+0x456e mem_24g_bind_device_living
+0x456f mem_24g_transmitter_addr
+0x4573 mem_24g_device1_addr
+0x4577 mem_24g_device2_addr
+0x457b mem_rssi_noise_avg
+0x457c mem_rssi_noise_index
+0x457d mem_rssi_noise_self_avg
+0x457e mem_rssi_noise_device1_avg
+0x457f mem_rssi_noise_device2_avg
+0x4580 mem_rssi_noise_self_index
+0x4581 mem_rssi_noise_device1_index
+0x4582 mem_rssi_noise_device2_index
+0x4583 mem_rssi_noise_buffer_ptr
+0x4585 mem_rssi_noise_self_buffer_ptr
+0x4587 mem_rssi_noise_device1_buffer_ptr
+0x4589 mem_rssi_noise_device2_buffer_ptr
+0x458b mem_car_hard_soft_switch
+0x458c mem_car_queue_each_size
+0x458d mem_car__queue_length
+0x458e mem_car_queue_curr_num
+0x458f mem_car_queue_read_ptr
+0x4590 mem_car_queue_write_ptr
+0x4591 mem_car_queue_ele
+0x4609 mem_car_pop_queue_buff
+0x461d mem_car_led_num
+0x461e mem_car_led_map
+0x4628 mem_car_style1_led_type
+0x4629 mem_car_style1_blink_count
+0x462a mem_car_style1_struct_led_gpio
+0x462b mem_car_style1_on_time
+0x462d mem_car_style1_off_time
+0x462f mem_car_style1_cb_ledon
+0x4631 mem_car_style1_cb_ledoff
+0x4633 mem_car_style2_led_type
+0x4634 mem_car_style2_blink_count
+0x4635 mem_car_style2_struct_led_gpio
+0x4636 mem_car_style2_on_time
+0x4638 mem_car_style2_off_time
+0x463a mem_car_style2_cb_ledon
+0x463c mem_car_style2_cb_ledoff
+0x463e mem_le_receive_data
+0x463e mem_le_receive_packet_head
+0x4640 mem_le_receive_cmd
+0x4641 mem_le_receive_length
+0x4643 mem_le_receive_payload
+0x464d mem_le_receive_checksum
+0x464e mem_motor1_status
+0x464f mem_motor1_speed
+0x4650 mem_motor2_status
+0x4651 mem_motor2_speed
+0x4652 mem_motor3_status
+0x4653 mem_motor3_speed
+0x4654 mem_motor1_pwm_set
+0x4654 mem_motor1_pwm_pin1_set
+0x4655 mem_motor1_pwm_pin2_set
+0x4656 mem_motor1_pwm_pin_set
+0x4657 mem_motor1_pwm_channel_set
+0x4658 mem_motor1_pwm_freq_set
+0x465b mem_motor1_pwm_dute_set
+0x465c mem_motor2_pwm_set
+0x465c mem_motor2_pwm_pin1_set
+0x465d mem_motor2_pwm_pin2_set
+0x465e mem_motor2_pwm_pin_set
+0x465f mem_motor2_pwm_channel_set
+0x4660 mem_motor2_pwm_freq_set
+0x4663 mem_motor2_pwm_dute_set
+0x4664 mem_motor3_pwm_set
+0x4664 mem_motor3_pwm_pin1_set
+0x4665 mem_motor3_pwm_pin2_set
+0x4666 mem_motor3_pwm_pin_set
+0x4667 mem_motor3_pwm_channel_set
+0x4668 mem_motor3_pwm_freq_set
+0x466b mem_motor3_pwm_dute_set
+0x466c mem_motor_select_p_n
+0x466d mem_car_motor_status
+0x466e mem_car_motor_speed
+0x466f mem_motor_pwm_set
+0x466f mem_motor_pwm_pin1_set
+0x4670 mem_motor_pwm_pin2_set
+0x4671 mem_motor_pwm_pin_set
+0x4672 mem_motor_pwm_channel_set
+0x4673 mem_motor_pwm_freq_set
+0x4676 mem_motor_pwm_dute_set
+0x4677 mem_ir_rx_gpio
+0x4678 mem_ir_data
+0x467a mem_ir_rx_buf
+0x467c mem_ir_receive_clkn
+0x4680 mem_ir_notify_data
+0x4683 mem_ir_notify_data_head
+0x4688 mem_ir_notify_data_payload
+0x468a mem_ir_notify_data_check_sum
+0x468b mem_car_ir_breakdown_check_timer
+0x468c mem_car_ir_breakdown_flag
+0x468d mem_car_led_control
+0x468d mem_car_led1_status
+0x468e mem_car_led2_status
+0x468f mem_car_led3_status
+0x4690 mem_car_led4_status
+0x4691 mem_car_led5_status
+0x4692 mem_car_led6_status
+0x4693 mem_car_led7_status
+0x4694 mem_car_led8_status
+0x4695 mem_car_led_control_timer
+0x4696 mem_car_led_blink_status
+0x4697 mem_car_led_no
+0x4698 mem_car_info_request
+0x469b mem_car_info_request_head
+0x46a0 mem_car_info_request_payload
+0x46a8 mem_car_info_request_checksum
+0x46a9 mem_car_config_param
+0x46a9 mem_car_config_setting_flag
+0x46aa mem_car_config_device_select
+0x46ab mem_car_config_motor_layout
+0x46ac mem_car_config_ir_enable
+0x46ad mem_car_config_ir_rx_gpio
+0x46ae mem_car_config_pairing_led_conn_status
+0x46af mem_car_config_pairing_led_gpio
+0x46b0 mem_car_config_led_num
+0x46b1 mem_car_config_blood_led_gpio
+0x46b1 mem_car_config_blood_led1_gpio
+0x46b2 mem_car_config_blood_led2_gpio
+0x46b3 mem_car_config_blood_led3_gpio
+0x46b4 mem_car_config_blood_led4_gpio
+0x46b5 mem_car_config_blood_led5_gpio
+0x46b6 mem_car_config_blood_led6_gpio
+0x46b7 mem_car_config_blood_led7_gpio
+0x46b8 mem_car_config_blood_led8_gpio
+0x46b9 mem_car_config_bat_notify_enable
+0x46ba mem_car_config_low_voltage_led_gpio
+0x46bb mem_car_config_low_voltage_percent
+0x46bc mem_car_config_soft_switch_enable
+0x46bd mem_car_config_soft_switch_gpio
+0x46be mem_car_notify_vdd_count
+0x46bf mem_car_notify_vdd_timer
+0x46c0 mem_car_notify_vdd_value_last
+0x46c1 mem_car_notify_vdd_percent
+0x46c2 mem_car_working_flag
+0x46c3 mem_low_bat_flag
+0x46c4 mem_notify_bat_packet
+0x46c7 mem_notify_bat_head
+0x46cc mem_notify_bat_payload
+0x46cd mem_notify_bat_check_sum
+0x46ce mem_vdd_notify_flag
+0x46cf mem_car_current_vdd_value_temp
+0x46d1 mem_car_last_vdd_value
+0x46d3 mem_vdd_calculate_set
+0x46d3 mem_vdd_full_vol
+0x46d5 mem_vdd_empty_vol
+0x46d7 mem_vdd_low_vol
+0x46d9 mem_vdd_now_vol
+0x46db mem_car_24g_status
+0x46dc mem_car_24g_no_data_timeout_count
+0x46de mem_car_24g_no_data_timeout_timer
+0x46e0 mem_car_24g_ir_receive_attack_count
+0x46e1 mem_car_24g_go_die_flag
+0x46e2 mem_car_attack_shake_timer
+0x46e3 mem_car_attack_shake_flag
+0x46e4 mem_car_soft_power
+0x46e4 mem_car_power_state
+0x46e5 mem_car_power_timer
+0x46e6 mem_car_power_off_timeout
+0x46e7 mem_car_power_starting_timeout
+0x46e8 mem_car_power_off_cb
+0x46ea mem_car_power_starting_cb
+0x46ec mem_car_power_standby_cb
+0x46ee mem_car_ui_button_up_cb
+0x46f0 mem_car_le_att_list
+0x48e4 mem_car_moto1_blank_timer
+0x48e5 mem_car_moto2_blank_timer
+0x48e6 mem_car_moto3_blank_timer
+0x48e7 mem_car_motor_gpio_num
+0x48e8 mem_car_motor_gpio_map
+0x48e8 mem_car_motor_left_gpio
+0x48e9 mem_car_motor_right_gpio
+0x48ea mem_car_motor_front_gpio
+0x48eb mem_car_motor_back_gpio
+0x48ec mem_car_gpio
+0x48ed mem_car_app_send_speed
+0x48ee mem_rssi_sum
+0x48f0 mem_check_rssi_high_count
+0x48f2 mem_rssi_data
+0x48fa mem_car_24g_received_pac
+0x48fb mem_car_24g_bind_enable_delay_count
+0x48fc mem_car_keyscan
+0x48fc mem_car_key_num
+0x48fd mem_cb_car_keyscan
+0x48ff mem_car_enter_lpm_timer_count
+0x4901 mem_car_enter_lpm_timer
+0x4903 mem_car_enter_lpm_flag
+0x4904 mem_car_24g_ch_polling
+0x4905 mem_car_rssi_noise_buffer
+0x490d mem_car_rssi_noise_car_buffer
+0x4915 mem_car_rssi_noise_remote_buffer
+0x491d mem_car_24g_commom_addr
+0x4921 mem_car_24g_commom_addr_temp
+0x4925 mem_car_24g_commom_addr_read
+0x4929 mem_car_save_addr_flag
+0x492a mem_ble_att_list
+0x458b mem_dg_kb_bind_flag
+0x458c mem_dg_kb_data_sta_data
+0x4594 mem_dg_kb_data_last_data
+0x459c mem_dg_kb_multikey_sta_data
+0x459f mem_dg_kb_multikey_last_data
+0x45a2 mem_dg_kb_system_sta_data
+0x45a5 mem_dg_kb_system_last_data
+0x45a8 mem_dg_kb_blank_data_enable
+0x45a9 mem_dg_kb_mul_blank_data_enable
+0x45aa mem_dg_ms_blank_data_enable
+0x45ab mem_dg_sys_config
+0x45ac mem_dg_usb_vid_pid
+0x45b5 mem_dg_usb_tx_interval
+0x45b6 mem_dg_usb_device_name
+0x45d4 mem_dg_kb_bind_success
+0x45d5 mem_dg_pc_sleep_flag
+0x45d6 mem_dg_24g_tx_power_default
+0x45d7 mem_24g_device1_bind_disable
+0x45d8 mem_24g_device2_bind_disable
+0x45d9 mem_device_uart_tx_gpio
+0x45da mem_device_uart_rx_gpio
+0x45db mem_device_uart_rx_buffer
+0x45dd mem_device_uart_rx_buffer_end
+0x45df mem_device_uart_tx_buffer
+0x45e1 mem_device_uart_tx_buffer_end
+0x45e3 mem_device_uart_baud_rate
+0x45e5 mem_usb_state_led_gpio
+0x45e6 mem_led_state
+0x45e7 mem_dongle_led_blink_enable
+0x45e8 mem_dongle_nodata_count
+0x4518 mem_rssi_hex_received
+0x4519 mem_24g_pair_sm
+0x451a mem_24g_pair_no_ack
+0x451b mem_24g_pair_timeout_init
+0x451d mem_24g_pair_timeout
+0x451f mem_24g_reconn_timeout_init
+0x4521 mem_24g_reconn_timeout
+0x4523 mem_24g_reconn_count
+0x4525 mem_24g_reconn_type
+0x4526 mem_24g_fast_conn_enable
+0x4527 mem_24g_fast_conn_addr
+0x452b mem_24g_receiver_addr
+0x452f mem_24g_fast_conn_temp_ch
+0x4530 mem_24g_receiver_temp_ch
+0x4531 mem_24g_device_temp_ch
+0x4532 mem_rssi_signal_index
+0x4533 mem_rssi_signal_buf_ptr
+0x4535 mem_cb_24g_transmit_data
+0x4537 mem_cb_24g_search_receiver
+0x4539 mem_cb_24g_lpm_before
+0x453b mem_24g_conn_sm
+0x453c mem_24g_ensure
+0x453d mem_24g_txfail_cnt
+0x453f mem_24g_attempt_fail_flag
+0x4540 mem_24g_retry
+0x4541 mem_24g_abort_pac
+0x4542 mem_24g_max_retry
+0x4543 mem_24g_device_addr
+0x4547 mem_24g_short_sleep_set
+0x454a mem_24g_long_sleep_set
+0x4552 mem_24g_long_sleep_set1
+0x4556 mem_24g_pac_index
+0x4557 mem_24g_transmit_by_interrupt
+0x4558 mem_24g_transmit_by_interrupt_exit_count
+0x455a mem_24g_transmit_by_interrupt_exit_count_init
+0x455c mem_24g_long_sleep_param_update_timer_init
+0x455e mem_24g_long_sleep_param_update_timer
+0x4560 mem_24g_fast_hop_count
+0x4561 mem_rssi_avg_received
+0x4562 mem_power_ctrl_level
+0x4563 mem_power_ctrl_pac_succ_cnt
+0x4564 mem_power_ctrl_pac_succ_cnt_init
+0x4565 mem_rssi_dis_min_24g
+0x4566 mem_rssi_dis_max_24g
+0x4567 mem_rssi_hex_received_max_value
+0x4568 mem_rssi_dis_min_ble
+0x4569 mem_rssi_dis_max_ble
+0x456a mem_mouse_key
+0x456b mem_mouse_x
+0x456d mem_mouse_y
+0x456f mem_mouse_z
+0x4570 mem_mouse_tz
+0x4571 mem_mouse_xy_h
+0x4572 mem_mouse_key_last
+0x4573 mem_wheel_tb_old_pinlevel
+0x4574 mem_wheel_tb_new_pinlevel
+0x4575 mem_wheel_tog
+0x4576 mem_mouse_tz_data
+0x4577 mem_mwheel_b_old_pinlevel
+0x4578 mem_mwheel_b_new_pinlevel
+0x4579 mem_mwheel_tog
+0x457a mem_mouse_z_data
+0x457b mem_mouse_wheel_trigger
+0x457c mem_mouse_wheel_trigger_timer
+0x457d mem_mouse_vdd_calculate_set
+0x457d mem_mouse_vdd_full_vol
+0x457f mem_mouse_vdd_empty_vol
+0x4581 mem_mouse_vdd_low_vol
+0x4583 mem_mouse_vdd_now_vol
+0x4585 mem_mouse_vdd_button_press_vol
+0x4587 mem_mouse_vdd_switch_gnd_24g_vol
+0x4589 mem_mouse_vdd_switch_gnd_full_vol
+0x458b mem_mouse_vdd_switch_gnd_shutdown_voltage
+0x458d mem_mouse_vdd_switch_gnd_low_voltage
+0x458f mem_adc_mux_status
+0x4590 mem_adc_read_timer
+0x4591 mem_adc_read_time_init
+0x4592 mem_adc_low_volatage_led_timer_count
+0x4593 mem_adc_low_volatage_led_blink_enable
+0x4594 mem_mouse_adc_last_low_voltage_flag
+0x4595 mem_mouse_adc_button_press_flag
+0x4596 mem_adc_channel_gpio
+0x4597 mem_adc_config_flag_init
+0x4598 mem_mouse_discovery_timeout
+0x459a mem_mouse_24g_pair_timeout_init
+0x459c mem_mouse_direct_timeout
+0x459d mem_mouse_24g_reconn_timeout_init
+0x459e mem_mouse_24g_pair_tx_power
+0x459f mem_rssi_dis_min_24g_init
+0x45a0 mem_rssi_dis_max_24g_init
+0x45a1 mem_rssi_hex_received_max_value_init
+0x45a2 mem_rssi_dis_min_ble_init
+0x45a3 mem_rssi_dis_max_ble_init
+0x45a4 mem_mouse_enable_flag
+0x45a5 mem_mouse_param_config
+0x45a5 mem_lbutton_gpio
+0x45a6 mem_mbutton_gpio
+0x45a7 mem_rbutton_gpio
+0x45a8 mem_bk_button_gpio
+0x45a9 mem_fw_button_gpio
+0x45aa mem_dpi_button_gpio
+0x45ab mem_whee_a_data_gpio
+0x45ac mem_whee_b_data_gpio
+0x45ad mem_mouse_sensor_sclk_gpio
+0x45ae mem_mouse_sensor_sdio_gpio
+0x45af mem_select_sensor_angle_gpio
+0x45b0 mem_sensor_angle_default
+0x45b1 mem_sensor_angle_switch
+0x45b2 mem_config_sensor_dpi
+0x45b3 mem_whee_ta_data_gpio
+0x45b4 mem_whee_tb_data_gpio
+0x45b5 mem_matrix_public_gpio
+0x45b6 mem_config_select_device_button_gpio
+0x45b7 mem_customer_key_gpio
+0x45b8 mem_sensor_motion_gpio
+0x45b9 mem_device_switch_gpio
+0x45ba mem_mouse_reuse_2ice_gpio
+0x45bb mem_config_low_voltage_alarm_gpio
+0x45bc mem_config_device_24g_led_gpio
+0x45bd mem_config_device_bt1_led_gpio
+0x45be mem_config_device_bt2_led_gpio
+0x45bf mem_dpi_led_gpio
+0x45c0 mem_mouse_param_config_end
+0x45c0 mem_config_sensor_type
+0x45c1 mem_config_sensor_angle
+0x45c2 mem_wire_usb_interval
+0x45c3 mem_usb_addr
+0x45c4 mem_mouse_usb_vdd_status
+0x45c5 mem_mouse_usb_keyboard_flag
+0x45c6 mem_mouse_led_type
+0x45c7 mem_mouse_blink_count
+0x45c8 mem_mouse_struct_led_gpio
+0x45c9 mem_mouse_on_time
+0x45cb mem_mouse_off_time
+0x45cd mem_mouse_cb_ledon
+0x45cf mem_mouse_cb_ledoff
+0x45d1 mem_mouse_information_start
+0x45d1 mem_device_flag
+0x45d2 mem_device1_type
+0x45d3 mem_device1_addr
+0x45d9 mem_device1_link_key
+0x45e9 mem_device1_locall_addr
+0x45ef mem_device2_type
+0x45f0 mem_device2_addr
+0x45f6 mem_device2_link_key
+0x4606 mem_device2_locall_addr
+0x460c mem_device3_type
+0x460d mem_mouse_compare_addr_ff
+0x460d mem_device3_addr
+0x4613 mem_device3_link_key
+0x4623 mem_device3_locall_addr
+0x4629 mem_store_flag
+0x462b mem_mouse_dpi
+0x462c mem_mouse_24g_addr
+0x4630 mem_random_addr_increase_count
+0x4632 mem_mouse_retention
+0x4651 mem_mouse_information_end
+0x4651 mem_flash_base
+0x4654 mem_write_flash_head_temp
+0x4658 mem_store_information_delay_timer
+0x4659 mem_store_information_delay_timer_init
+0x465a mem_sensor_id1
+0x465b mem_sensor_id2
+0x465c mem_sensor_shutter_hi
+0x465d mem_sensor_shutter_lo
+0x465e mem_sensor_smart_flag
+0x465f mem_sensor_squal_reg
+0x4660 mem_sensor_iqc
+0x4661 mem_mouse_move_flag
+0x4662 mem_mouse_asm_flag
+0x4663 mem_mouse_x_pre
+0x4665 mem_mouse_y_pre
+0x4667 mem_mouse_data_xtemp
+0x4668 mem_mouse_data_ytemp
+0x4669 mem_mouse_dpi_seting
+0x4669 mem_320x_dpi_0
+0x466a mem_320x_dpi_1
+0x466b mem_320x_dpi_2
+0x466c mem_320x_dpi_3
+0x466d mem_3212_dpi_0
+0x466e mem_3212_dpi_1
+0x466f mem_3212_dpi_2
+0x4670 mem_3212_dpi_3
+0x4671 mem_ka8g2_dpi_0
+0x4672 mem_ka8g2_dpi_1
+0x4673 mem_ka8g2_dpi_2
+0x4674 mem_ka8g2_dpi_3
+0x4675 mem_mouse_cpi_count
+0x4676 mem_mouse_dpi_button_state
+0x4677 mem_mouse_dpi_long_press_flag
+0x4678 mem_sensor_3212_init
+0x4682 mem_sensor_3204_init
+0x468c mem_sensor_3205_init
+0x4696 mem_sensor_32xx_init
+0x46b0 mem_sensor_32xx_init_1
+0x46d2 mem_sensor_8650_init
+0x46f8 mem_sensor_ka8ul_init
+0x4716 mem_sensor_8009_init
+0x4726 mem_sensor_ka8g2_init
+0x4736 mem_sensor_p6520_init
+0x4742 mem_sensor_poweron_init
+0x474a mem_mouse_clear_sensor_data_flag
+0x474b mem_bluetooth_125hz_cnt
+0x474c mem_mouse_long_mult_flag
+0x474d mem_mouse_current_mult_timer
+0x474e mem_reconn_times
+0x474f mem_reconn_times_init
+0x4750 mem_mouse_no_data_timer
+0x4752 mem_device_flag_temp
+0x4753 mem_mouse_rssi_signal_buf
+0x475b mem_btclk_sensor
+0x475f mem_mouse_bluetooth_fast_conn_flag
+0x4760 mem_mouse_discovery_timer
+0x4762 mem_mouse_bluetooth_reconnect_timeout
+0x4763 mem_mouse_need_soft_reset
+0x4764 mem_mouse_le_bb_connected_flag
+0x4765 mem_mouse_le_reconnect_flag
+0x4766 mem_mouse_send_secutiry_request_timer
+0x4767 mem_mouse_le_lap_temp
+0x476a mem_le_adv_ind
+0x476d mem_le_adv_direct_ind
+0x4770 mem_le_adv_swift_pair
+0x4784 mem_le_data_len
+0x4785 mem_le_keyboard_handle
+0x4787 mem_le_multimedia_handle
+0x4789 mem_le_systemctrl_handle
+0x478b mem_le_battery_level_handle
+0x478d mem_le_battery_level_percentage
+0x478e mem_le_battery_level_updata_timer_init
+0x4790 mem_le_battery_level_updata_timer
+0x4792 mem_mouse_le_conn_param_reject
+0x4793 mem_le_tx_buffer0_omemalloc
+0x47b3 mem_le_tx_buffer1_omemalloc
+0x47d3 mem_le_tx_buffer2_omemalloc
+0x47f3 mem_le_tx_buffer3_omemalloc
+0x4813 mem_le_connect_status_flag
+0x4814 mem_le_start_encrypt_timer
+0x4815 mem_mouse_direct_timer
+0x4816 mem_device_addr_temp
+0x481d mem_mouse_bt_boot_mode
+0x481e mem_mouse_bt_boot_data
+0x4823 mem_bt_send_max_slot_req_accept_after_switch
+0x4824 mem_mouse_bt_send_first_package_timer
+0x4825 mem_mouse_bt_send_first_package_flag
+0x4826 mem_lmi_opcode_temp
+0x4827 mem_lpm_mult_init
+0x4828 mem_customer_key
+0x4829 mem_customer_data_trigger
+0x482a mem_customer_data_trigger_last
+0x482b mem_mouse_lkey_press_status
+0x482c mem_mouse_rkey_press_status
+0x482d mem_mouse_mkey_press_status
+0x482e mem_mouse_bkkey_press_status
+0x482f mem_mouse_fwkey_press_status
+0x4830 mem_mouse_dpikey_press_status
+0x4831 mem_mouse_pbkey_press_status
+0x4832 mem_mouse_customerkey_press_status
+0x4833 mem_mouse_key_temp
+0x4834 mem_mouse_key_status
+0x4835 mem_mouse_matrix_key_cow_count
+0x4836 mem_mouse_matrix_key_row_count
+0x4837 mem_mouse_ghost_flag
+0x4838 mem_bt_discovery_count
+0x4839 mem_select_device_count
+0x483a mem_mouse_commbination_key
+0x483b mem_select_device_button_statue
+0x483c mem_commbination_key_statue
+0x483d mem_combination_ui_button_count
+0x483e mem_mouse_search_dongle_interval
+0x483f mem_mouse_search_dongle_ch
+0x4840 mem_mouse_search_dongle_count
+0x4841 mem_mouse_search_dongle_action
+0x4842 mem_24g_enter_lpm_timer
+0x4843 mem_mouse_24g_enter_lpm_enable
+0x4844 mem_mouse_device_poweron_timer_count
+0x4845 mem_mouse_dpi_led_delay_count
+0x4846 mem_mouse_led_off_4_led
+0x4847 mem_24g_device_led_status
+0x4848 mem_mouse_flag
+0x4850 mem_device_number
+0x4851 mem_mouse_page_to
+0x4853 mem_mouse_fast_direct_timeout
+0x4854 mem_mouse_fast_page_to
+0x4856 mem_mouse_24g_power_on_fast_conn_timer
+0x4858 mem_mouse_24g_search_dongle_time_init
+0x485a mem_mouse_no_data_timeout
+0x485c mem_mouse_device_poweron_timer_count_init
+0x485d mem_mouse_dpi_led_delay_count_init
+0x485e mem_mouse_dpi_led_blink_time
+0x4860 mem_mouse_disconvey_led_blink_time
+0x4862 mem_mouse_low_v_led_blink_time
+0x4864 mem_adc_low_volatage_led_blink_timer
+0x4866 mem_mouse_commbination_key_bt
+0x4867 mem_mouse_commbination_key_24g
+0x4868 mem_customer_key_press
+0x4871 mem_customer_key_release
+0x487a mem_mouse_set_high_impedance_bit_set
+0x487d mem_sensor_shutdown_flag
+0x487e mem_24g_long_sleep_set_level
+0x456a mem_remote_car_hard_soft_switch
+0x456b mem_remote_car_queue_each_size
+0x456c mem_remote_car_queue_length
+0x456d mem_remote_car_queue_curr_num
+0x456e mem_remote_car_queue_read_ptr
+0x456f mem_remote_car_queue_write_ptr
+0x4570 mem_remote_car_queue_ele
+0x45ca mem_remote_style_led_type
+0x45cb mem_remote_style_blink_count
+0x45cc mem_remote_style_struct_led_gpio
+0x45cd mem_remote_style_on_time
+0x45cf mem_remote_style_off_time
+0x45d1 mem_remote_style_cb_ledon
+0x45d3 mem_remote_style_cb_ledoff
+0x45d5 mem_remote_car_led_num
+0x45d6 mem_remote_car_led_map
+0x45de mem_remote_car_keyscan
+0x45de mem_remote_car_key_num
+0x45df mem_cb_remote_car_keyscan
+0x45e1 mem_remote_car_key_conf0
+0x45e1 mem_remote_car_key_conf0_pin
+0x45e2 mem_remote_car_key_conf1
+0x45e2 mem_remote_car_key_conf1_pin
+0x45e3 mem_remote_car_key_conf2
+0x45e3 mem_remote_car_key_conf2_pin
+0x45e4 mem_remote_car_key_conf3
+0x45e4 mem_remote_car_key_conf3_pin
+0x45e5 mem_remote_car_key_conf4
+0x45e5 mem_remote_car_key_conf4_pin
+0x45e6 mem_remote_car_key_conf5
+0x45e6 mem_remote_car_key_conf5_pin
+0x45e7 mem_remote_car_key_conf6
+0x45e7 mem_remote_car_key_conf6_pin
+0x45e8 mem_rocker_negative_flag
+0x45e9 mem_rocker_work_status
+0x45ea mem_current_vdd_value_default_mid_x
+0x45ec mem_current_vdd_value_default_mid_y
+0x45ee mem_current_vdd_value_default_mid_temp
+0x45f0 mem_current_vdd_default_range
+0x45f2 mem_rocker_last_status
+0x45f4 mem_rocker_status
+0x45f4 mem_rocker_x_status
+0x45f5 mem_rocker_y_status
+0x45f6 mem_remote_car_config_param
+0x45f6 mem_remote_car_config_setting_flag
+0x45f7 mem_remote_car_config_key_map
+0x45f8 mem_remote_car_config_layout
+0x45f9 mem_remote_car_config_connect_led_gpio
+0x45fa mem_remote_car_config_check_way
+0x45fb mem_remote_car_config_soft_switch_enable
+0x45fc mem_remote_car_config_soft_switch_gpio
+0x45fd mem_remote_car_config_timeout_shutdown_enable
+0x45fe mem_remote_car_24g_motor_packet
+0x45fe mem_remote_car_24g_motor_packet_lenght
+0x45ff mem_remote_car_24g_motor_send_packet_head
+0x4601 mem_remote_car_24g_motor_send_cmd
+0x4602 mem_remote_car_24g_motor_send_length
+0x4604 mem_remote_car_24g_motor_send_payload
+0x4604 mem_remote_car_24g_motor1_payload
+0x4606 mem_remote_car_24g_motor2_payload
+0x4608 mem_remote_car_24g_motor3_payload
+0x460a mem_remote_car_24g_motor_send_checksum
+0x460b mem_remote_car_24g_fire_packet
+0x460b mem_remote_car_24g_fire_packet_lenght
+0x460c mem_remote_car_24g_fire_send_packet_head
+0x460e mem_remote_car_24g_fire_send_cmd
+0x460f mem_remote_car_24g_fire_send_length
+0x4611 mem_remote_car_24g_fire_send_payload
+0x4613 mem_remote_car_24g_fire_send_checksum
+0x4614 mem_remote_car_24g_tx_temp
+0x4623 mem_remote_car_no_data_timeout
+0x4625 mem_remote_car_no_data_timer
+0x4627 mem_remote_car_soft_power
+0x4627 mem_remote_car_power_state
+0x4628 mem_remote_car_power_timer
+0x4629 mem_remote_car_power_off_timeout
+0x462a mem_remote_car_power_starting_timeout
+0x462b mem_remote_car_power_off_cb
+0x462d mem_remote_car_power_starting_cb
+0x462f mem_remote_car_power_standby_cb
+0x4631 mem_remote_key_status
+0x4632 mem_remote_car_24g_status
+0x4633 mem_remote_car_24g_auto_work_step
+0x4634 mem_remote_car_24g_pair_success_flag
+0x4635 mem_remote_car_empty_packet
+0x4636 mem_remote_car_motor1_key0_press_state
+0x4637 mem_remote_car_motor1_key1_press_state
+0x4638 mem_remote_car_motor2_key2_press_state
+0x4639 mem_remote_car_motor2_key3_press_state
+0x463a mem_remote_car_motor1_rel_state
+0x463b mem_remote_car_motor2_rel_state
+0x463c mem_remote_car_no_data_check
+0x463d mem_remote_24g_commom_addr
+0x4641 mem_remote_24g_commom_addr_temp
+0x4645 mem_remote_24g_commom_addr_read
+0x4649 mem_remote_save_addr_flag
+0x4437 mem_hci_uart_tx_gpio
+0x4438 mem_hci_uart_rx_gpio
+0x4439 mem_hci_uart_rts_gpio
+0x443a mem_hci_uart_cts_gpio
+0x443b mem_hci_pwm_12mhz_gpio
+0x4437 mem_soft_version_num
+0x4439 mem_module_wake_up_gpio
+0x443a mem_module_state_gpio
+0x443b mem_module_connect_state_gpio
+0x443c mem_current_packet_length
+0x443e mem_module_state
+0x443f mem_module_mcu_wake_pin
+0x4440 mem_module_mcu_wake_delay_us
+0x4444 mem_module_le_lpm_mult
+0x4445 mem_module_bluetooth_stauts_by_command
+0x4446 mem_module_uart_rx_buffer
+0x4448 mem_module_uart_rx_buffer_end
+0x444a mem_module_uart_tx_buffer
+0x444c mem_module_uart_tx_buffer_end
+0x444e mem_module_uarta_baud_rate
+0x4450 mem_module_read_vdd_flag
+0x4451 mem_module_read_vdd_count
+0x4452 mem_module_vdd_quotient
+0x4453 mem_module_vdd_remainder
+0x4454 mem_module_ble_data_uart_max_length
+0x4455 mem_module_flag
+0x4457 mem_module_hci_notify_len
+0x4458 mem_module_hci_notify_handle
+0x445a mem_module_hci_nofiy_addr
+0x445c mem_module_hci_notify_type
+0x445d mem_module_le_att_list
+0x46b5 mem_module_le_att_list_end
+0x46b5 mem_module_nv_data
+0x46b5 mem_module_nv_data0
+0x46d7 mem_module_nv_data1
+0x46f9 mem_module_nv_data2
+0x471b mem_module_nv_data3
+0x473d mem_module_nv_data4
+0x475f mem_module_nv_data_end
+0x4437 mem_shutter_bluetooth_type
+0x4438 mem_shutter_config_eeprom_offset_addr
+0x443a mem_shutter_config_eeprom_start_flag
+0x443c mem_shutter_config_user_size
+0x443d mem_shutter_config_label
+0x443e mem_shutter_config_otp_addr
+0x4440 mem_classic_shutter_random_mac_offset_addr
+0x4442 mem_ble_shutter_enable_notify
+0x4443 mem_ble_shutter_reconn_adv_interval
+0x4445 mem_ble_shutter_discovery_adv_interval
+0x4447 mem_ble_shutter_reconn_timeout
+0x4449 mem_ble_shutter_reconn_timer
+0x444b mem_ble_shutter_reconn_blink_on_time
+0x444d mem_ble_shutter_reconn_blink_off_time
+0x444f mem_ble_shutter_discovery_blink_on_time
+0x4451 mem_ble_shutter_discovery_blink_off_time
+0x4453 mem_ble_shutter_interval_min
+0x4455 mem_ble_shutter_interval_max
+0x4457 mem_ble_shutter_latency
+0x4459 mem_ble_shutter_timeout
+0x445b mem_ble_shutter_interval_min_new
+0x445d mem_ble_shutter_interval_max_new
+0x445f mem_ble_shutter_latency_new
+0x4461 mem_ble_shutter_timeout_new
+0x4463 mem_classic_shutter_discovery_timeout
+0x4465 mem_classic_shutter_connect_timeout
+0x4467 mem_ble_shutter_discovery_timeout
+0x4469 mem_ble_shutter_connect_timeout
+0x446b mem_shutter_sleep_timeout
+0x446d mem_shutter_sleep_timer
+0x446f mem_shutter_hard_soft_switch_case
+0x4470 mem_shutter_soft_switch_button_gpio
+0x4471 mem_shutter_soft_switch_power_state
+0x4472 mem_shutter_soft_switch_poweron_time
+0x4473 mem_shutter_soft_switch_poweroff_time
+0x4474 mem_shutter_soft_switch_poweron_callback_function
+0x4476 mem_shutter_soft_switch_poweroff_callback_function
+0x4478 mem_shutter_keyscan
+0x4478 mem_shutter_key_num
+0x4479 mem_cb_shutter_keycan
+0x447b mem_shutter_key_conf0
+0x447c mem_shutter_key_conf1
+0x447d mem_shutter_key_conf2
+0x447e mem_shutter_key_conf3
+0x447f mem_shutter_key_conf4
+0x4480 mem_shutter_key_conf5
+0x4481 mem_shutter_key_conf6
+0x4482 mem_shutter_key_conf7
+0x4483 mem_key0_press
+0x4488 mem_key1_press
+0x448d mem_key2_press
+0x4492 mem_key3_press
+0x4497 mem_key4_press
+0x449c mem_key5_press
+0x44a1 mem_key6_press
+0x44a6 mem_key7_press
+0x44ab mem_key0_release
+0x44b0 mem_key1_release
+0x44b5 mem_key2_release
+0x44ba mem_key3_release
+0x44bf mem_key4_release
+0x44c4 mem_key5_release
+0x44c9 mem_key6_release
+0x44ce mem_key7_release
+0x44d3 mem_ble_data_buffer1
+0x44d8 mem_ble_data_buffer2
+0x44dd mem_ble_data_buffer3
+0x44e2 mem_ble_data_buffer4
+0x44e7 mem_ble_data_buffer5
+0x44ec mem_ble_data_buffer6
+0x44f1 mem_ble_data_buffer7
+0x44f6 mem_ble_data_buffer8
+0x44fb mem_ble_data_buffer9_58
+0x452d mem_classic_data_buffer
+0x4532 mem_classic_data_buffer1
+0x4537 mem_classic_data_buffer2
+0x453c mem_classic_data_buffer3
+0x4541 mem_classic_data_buffer4
+0x4546 mem_classic_data_buffer5
+0x454b mem_classic_data_buffer6
+0x4550 mem_classic_data_buffer7
+0x4555 mem_classic_data_buffer8
+0x455a mem_classic_data_buffer9_58
+0x458c mem_queue_each_size
+0x458d mem_queue_length
+0x458e mem_queue_curr_num
+0x458f mem_queue_read_ptr
+0x4590 mem_queue_write_ptr
+0x4591 mem_queue_ele
+0x45b1 mem_shutter_nv_data
+0x465b mem_shutter_led_struct_app_led
+0x465b mem_shutter_led_struct_app_led_type
+0x465c mem_shutter_led_struct_app_led_blink_count
+0x465d mem_shutter_led_struct_app_led_gpio
+0x465e mem_shutter_led_struct_app_led_on_time
+0x4660 mem_shutter_led_struct_app_led_off_time
+0x4662 mem_shutter_led_struct_app_led_on_callback
+0x4664 mem_shutter_led_struct_app_led_off_callback
+0x4666 mem_shutter_power_off_led_style
+0x4666 mem_shutter_power_off_led_style_type
+0x4667 mem_shutter_power_off_led_style_blink_count
+0x4668 mem_shutter_power_off_led_style_gpio
+0x4669 mem_shutter_power_off_led_style_on_time
+0x466b mem_shutter_power_off_led_style_off_time
+0x466d mem_shutter_power_off_led_style_on_callback
+0x466f mem_shutter_power_off_led_style_off_callback
+0x4671 mem_shutter_soft_swtich_botton_down
+0x4672 mem_shutter_soft_swtich_led_struct_temp
+0x467d mem_shutter_power_off_timeout
+0x467e mem_shutter_power_off_timer
+0x467f mem_shutter_key_conf0_temp
+0x4681 mem_shutter_led_struct_app_led_gpio_temp
+0x4682 mem_shutter_hard_soft_switch_case_temp
+0x4683 mem_shutter_soft_switch_button_gpio_temp
+0x4684 mem_shutter_soft_switch_first_power_on
+
Index: output/otp.dat
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/output/otp.dat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/output/otp.dat	(working copy)
@@ -0,0 +1,8 @@
+00
+02
+aa
+55
+00
+00
+b3
+23
Index: output/program.lis
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/output/program.lis	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/output/program.lis	(working copy)
@@ -0,0 +1,25239 @@
+              include "bt_format "
+              org 0x0000
+0000 c2840008 bbit1 8 ,pf_patch_ext 
+0001 c0000011 beq patch00_0 ,p_soft_reset 
+0002 c00a8082 beq patch02_5 ,p_set_freq_tx 
+0003 c01b0026 beq patch06_6 ,p_dongle_usb_dispatch 
+0004 c031002a beq patch0c_2 ,p_app_init 
+0005 c05c8039 beq patch17_1 ,p_usb_init 
+0006 c06a807d beq patch1a_5 ,p_le_enable_phy_by_pdata 
+0007 20203aba branch assert 
+
+pf_patch_ext:
+0008 c17f8000 rtneq patch3f_7 
+0009 c0140088 beq patch25_0 ,p_g24_receive_skip_end 
+000a c01d00ab beq patch27_2 ,p_g24_bind_data_process 
+000b c01d80bf beq patch27_3 ,p_g24_bind_data_parse_next 
+000c c01e8110 beq patch27_5 ,p_g24_receive_packet_start_next 
+000d c0208091 beq patch28_1 ,p_g24_mode_switch_bind_search 
+000e c0220101 beq patch28_4 ,p_g24_search_mode_auto 
+000f c040001e beq patch30_0 ,p_dongle_default_init 
+0010 20203aba branch assert 
+
+p_soft_reset:
+0011 20800000 clear_stack 
+0012 6fe240cc fetch 4 ,mem_lpm_ctrl3 
+0013 67f2004c store 4 ,core_lpm_reg 
+0014 20403c49 call lpm_write_ctrl3 
+0015 20404da6 call app_param_init 
+0016 20403a0e call initialize_radio 
+0017 20406a00 call iic_init_360khz 
+0018 2040001a call p_init_param 
+0019 20203807 branch soft_reset + 6 
+
+p_init_param:
+001a 58000000 setarg 0 
+001b 67e40000 store 8 ,mem_le_adv_transmit 
+001c e7e30005 istore 6 ,contw 
+001d 20203ac5 branch init_param + 2 
+
+p_dongle_default_init:
+001e 20405255 call dongle_default_init + 1 
+001f 70451694 jam tx_power_f20db ,mem_24g_pair_tx_power 
+0020 70451000 jam off ,mem_24g_disable_fec1 
+0021 2040492b call g24_enable_1m 
+0022 6fe0c5ab fetch 1 ,mem_dg_sys_config 
+0023 c4000000 rtnbit0 dg_enable_new_revision 
+0024 70451001 jam on ,mem_24g_disable_fec1 
+0025 2020492e branch g24_enable_2m 
+
+p_dongle_usb_dispatch:
+0026 20400028 call p_wdt_kick 
+0027 202052ee branch dongle_usb_dispatch + 1 
+
+p_wdt_kick:
+0028 58000010 setarg 16 
+0029 20206de1 branch wdt_init_config 
+
+p_app_init:
+002a 5800002d setarg p_dongle_dispatch 
+002b 67e14523 store 2 ,mem_cb_24g_receive_process 
+002c 2020524b branch dongle_init + 2 
+
+p_dongle_dispatch:
+002d 6fe0c553 fetch 1 ,mem_24g_pair_mode 
+002e c0000030 beq 0x00 ,p_dongle_auto_bind 
+002f 2020527d branch dongle_dispatch + 1 
+
+p_dongle_auto_bind:
+0030 20404a95 call g24_mode_switch_init 
+
+p_dongle_auto_bind_loop:
+0031 20404a9a call g24_mode_switch_bind_work 
+0032 20404ac0 call g24_mode_switch_bind_search 
+0033 20405329 call dongle_work_mode_auto 
+0034 20404afa call g24_bind_mode_auto 
+0035 20404b17 call g24_search_mode_auto 
+0036 204052ed call dongle_usb_dispatch 
+0037 20400057 call p_dongle_led_state_dispatch 
+0038 20200031 branch p_dongle_auto_bind_loop 
+
+p_usb_init:
+0039 20406fd3 call enable_authrom 
+003a 204071a1 call usb_init_param 
+003b 58000320 setarg timer_500ms 
+003c 20400075 call p_timer_init 
+003d 2040004d call p_led_on 
+003e 70061003 jam 0x03 ,mem_devicedesc + 17 
+003f 708c0000 jam 0x00 ,core_usb_config 
+0040 20002710 nop 10000 
+0041 708c1800 jam 0x00 ,core_usb_trig 
+0042 6ff10050 fetch 2 ,core_clkoff 
+0043 793ffe0a set0 clock_off_usb ,pdata 
+0044 67f10050 store 2 ,core_clkoff 
+0045 708c1100 jam 0x0 ,core_usb_hmode 
+0046 708c003c jam 0x3c ,core_usb_config 
+0047 58000bb3 setarg mem_usb_rxbuf_new 
+0048 67f10c03 store 2 ,core_usb_rx_saddr 
+0049 67f10c07 store 2 ,core_usb_rxptr 
+004a 58000bf7 setarg mem_usb_rxbuf_new_end 
+004b 67f10c05 store 2 ,core_usb_rx_eaddr 
+004c 20207192 branch usb_init + 16 
+
+p_led_on:
+004d 7045e601 jam on ,mem_led_state 
+004e 6848c5e5 fetcht 1 ,mem_usb_state_led_gpio 
+004f 20406c43 call gpio_config_output 
+0050 6848c5e5 fetcht 1 ,mem_usb_state_led_gpio 
+0051 20206c3f branch gpio_out_inactive 
+
+p_led_off:
+0052 7045e600 jam off ,mem_led_state 
+0053 6848c5e5 fetcht 1 ,mem_usb_state_led_gpio 
+0054 20406c43 call gpio_config_output 
+0055 6848c5e5 fetcht 1 ,mem_usb_state_led_gpio 
+0056 20206c43 branch gpio_out_active 
+
+p_dongle_led_state_dispatch:
+0057 6fe0c559 fetch 1 ,mem_24g_work_mode 
+0058 c000005c beq dongle_work ,p_dongle_work_led_blink_timer_check 
+0059 c0008064 beq dongle_bind ,p_dongle_bind_led_blink_timer_check 
+005a c003806a beq dongle_search ,p_dongle_search_led_blink_timer_check 
+005b 20600000 rtn 
+
+p_dongle_work_led_blink_timer_check:
+005c 6fe0c52d fetch 1 ,mem_24g_rxdata_temp + 2 
+005d 207a0000 rtn blank 
+005e 20400077 call p_timer_check 
+005f 247a0000 nrtn blank 
+0060 6fe0c5e6 fetch 1 ,mem_led_state 
+0061 c000806f beq on ,p_dongle_work_led_off 
+0062 2040004d call p_led_on 
+0063 20200070 branch p_dongle_work_led_blink_timer_init 
+
+p_dongle_bind_led_blink_timer_check:
+0064 20400077 call p_timer_check 
+0065 247a0000 nrtn blank 
+0066 6fe0c5e6 fetch 1 ,mem_led_state 
+0067 c0008072 beq on ,p_dongle_bind_led_off 
+0068 2040004d call p_led_on 
+0069 20200073 branch p_dongle_bind_led_blink_timer_init 
+
+p_dongle_search_led_blink_timer_check:
+006a 20400077 call p_timer_check 
+006b 247a0000 nrtn blank 
+006c 6fe0c5e6 fetch 1 ,mem_led_state 
+006d c1000000 rtneq off 
+006e 20200052 branch p_led_off 
+
+p_dongle_work_led_off:
+006f 20400052 call p_led_off 
+
+p_dongle_work_led_blink_timer_init:
+0070 58000050 setarg timer_50ms 
+0071 20200075 branch p_timer_init 
+
+p_dongle_bind_led_off:
+0072 20400052 call p_led_off 
+
+p_dongle_bind_led_blink_timer_init:
+0073 58000320 setarg timer_500ms 
+0074 20200075 branch p_timer_init 
+
+p_timer_init:
+0075 d8e00006 arg dongle_led_blink_timer ,queue 
+0076 2020754f branch timer_init 
+
+p_timer_check:
+0077 d8e00006 arg dongle_led_blink_timer ,queue 
+0078 2020755d branch timer_check 
+
+p_dongle_disconnected_timer_init:
+0079 d8e0000a arg ui_led_blink2 ,queue 
+007a 2020754f branch timer_init 
+
+p_dongle_disconnected_timer_check:
+007b d8e0000a arg ui_led_blink2 ,queue 
+007c 2020755d branch timer_check 
+
+p_le_enable_phy_by_pdata:
+007d 18427e00 copy temp ,pdata 
+007e c2808080 bbit1 bit_le_2m_phy ,p_le_enable_2m 
+007f 20203d19 branch le_enable_phy_by_pdata + 3 
+
+p_le_enable_2m:
+0080 708a6d89 jam 0x89 ,core_rx_bq_cfg0 
+0081 20203d1f branch le_enable_2m 
+
+p_set_freq_tx:
+0082 708a3d12 jam 0x12 ,core_syn_top_ctrl 
+0083 60488008 storet 1 ,mem_last_freq 
+0084 1840a202 add temp ,2 ,rega 
+0085 2040398e call rf_tx_write_freq 
+0086 200003c0 nop 0x3c0 
+0087 202039cf branch txon 
+
+p_g24_receive_skip_end:
+0088 6fe0c5ab fetch 1 ,mem_dg_sys_config 
+0089 c300481c bbit0 dg_enable_new_revision ,g24_receive_skip_end 
+008a 2000012c nop 300 
+008b 6fe0c43e fetch 1 ,mem_24g_rxbuf + 1 
+008c 79207e00 set1 bit_ack_24g ,pdata 
+008d 67e0c43e store 1 ,mem_24g_rxbuf + 1 
+008e 20404a3b call g24_ackpayload_prep 
+008f 2040488f call g24_transmit_prep 
+0090 2020483f branch g24_transmit 
+
+p_g24_mode_switch_bind_search:
+0091 6fe0c559 fetch 1 ,mem_24g_work_mode 
+0092 c1000000 rtneq dongle_work 
+0093 6fe0c56d fetch 1 ,mem_24g_b_s_mode_switch_disable 
+0094 247a0000 nrtn blank 
+0095 6fe0c56b fetch 1 ,mem_24g_mode_b_s_switch_exit 
+0096 247a0000 nrtn blank 
+0097 6fe0c567 fetch 1 ,mem_24g_mode_b_s_switch 
+0098 207a0000 rtn blank 
+0099 6fe0c56e fetch 1 ,mem_24g_bind_device_living 
+009a 2fe00603 compare 3 ,pdata ,3 
+009b 2020cadc branch g24_mode_b_s_switch_exit ,true 
+009c 204048ef call g24_timer_check 
+009d 24740000 nrtn user 
+009e 6fe14569 fetch 2 ,mem_24g_mode_b_s_switch_cnt 
+009f 1fe0fe01 increase 1 ,pdata 
+00a0 67e14569 store 2 ,mem_24g_mode_b_s_switch_cnt 
+00a1 d84007d0 arg 0x7d0 ,temp 
+00a2 98467c00 isub temp ,null 
+00a3 20214adc branch g24_mode_b_s_switch_exit ,positive 
+00a4 6fe0c56c fetch 1 ,mem_24g_b_s_time_slice 
+00a5 1fe0fe01 increase 1 ,pdata 
+00a6 1fe17e01 and_into 1 ,pdata 
+00a7 67e0c56c store 1 ,mem_24g_b_s_time_slice 
+00a8 c0004ba3 beq 0 ,g24_search_mode_enable 
+00a9 c000c99f beq 1 ,g24_bind_mode_enable 
+00aa 20600000 rtn 
+
+p_g24_bind_data_process:
+00ab 20404a54 call g24_rx_interrupt_clear 
+00ac 204047ce call g24_receive_packet 
+00ad 2437ca54 nbranch g24_rx_interrupt_clear ,user3 
+00ae 204049bf call g24_bind_data_parse 
+00af 204000b7 call p_g24_bind_transmit_ack 
+00b0 20404a2e call g24_bind_device_status_check 
+00b1 204053c3 call dongle_kb_bind_soft_reset 
+00b2 6fe0c4f4 fetch 1 ,mem_24g_pair_switch 
+00b3 207a0000 rtn blank 
+00b4 6fe2456f fetch 4 ,mem_24g_transmitter_addr 
+00b5 207a0000 rtn blank 
+00b6 202048e0 branch g24_update_addr_and_synccrc8 
+
+p_g24_bind_transmit_ack:
+00b7 6fe0c43d fetch 1 ,mem_24g_rxbuf 
+00b8 67e0c4cf store 1 ,mem_24g_data_type 
+00b9 204048be call g24_read_len_pid_crc 
+00ba 20404a3b call g24_ackpayload_prep 
+00bb 2437c837 nbranch g24_end_of_packet ,user3 
+00bc 2040488f call g24_transmit_prep 
+00bd 2040483f call g24_transmit 
+00be 20204837 branch g24_end_of_packet 
+
+p_g24_bind_data_parse_next:
+00bf 6fe0c52d fetch 1 ,mem_24g_rxdata_temp + 2 
+00c0 c05500c5 beq datatype_bind ,p_g24_bind_first_step 
+00c1 c02a80cf beq datatype_config ,p_g24_bind_second_step 
+00c2 c01100df beq datatype_ok ,p_g24_bind_third_step 
+00c3 c07f80f7 beq datatype_attemp ,p_g24_data_attemp 
+00c4 20600000 rtn 
+
+p_g24_bind_first_step:
+00c5 6fe0c52e fetch 1 ,mem_24g_rxdata_temp + 3 
+00c6 c00080c9 beq datatype_device1 ,p_g24_bind_first_step_device1 
+00c7 c00100cc beq datatype_device2 ,p_g24_bind_first_step_device2 
+00c8 20600000 rtn 
+
+p_g24_bind_first_step_device1:
+00c9 6fe0c5d7 fetch 1 ,mem_24g_device1_bind_disable 
+00ca 247a0000 nrtn blank 
+00cb 202049ce branch g24_bind_first_step_device1 
+
+p_g24_bind_first_step_device2:
+00cc 6fe0c5d8 fetch 1 ,mem_24g_device2_bind_disable 
+00cd 247a0000 nrtn blank 
+00ce 202049d4 branch g24_bind_first_step_device2 
+
+p_g24_bind_second_step:
+00cf 6fe0c4f4 fetch 1 ,mem_24g_pair_switch 
+00d0 203a00d5 branch p_g24_bind_second_step_skip ,blank 
+00d1 6fe2452f fetch 4 ,mem_24g_rxdata_temp + 4 
+00d2 684a4437 fetcht 4 ,mem_24g_lap 
+00d3 98467c00 isub temp ,null 
+00d4 24628000 nrtn zero 
+
+p_g24_bind_second_step_skip:
+00d5 6fe0c52e fetch 1 ,mem_24g_rxdata_temp + 3 
+00d6 c00080d9 beq datatype_device1 ,p_g24_bind_second_step_device1 
+00d7 c00100dc beq datatype_device2 ,p_g24_bind_second_step_device2 
+00d8 20600000 rtn 
+
+p_g24_bind_second_step_device1:
+00d9 6fe0c5d7 fetch 1 ,mem_24g_device1_bind_disable 
+00da 247a0000 nrtn blank 
+00db 202049e1 branch g24_bind_second_step_device1 
+
+p_g24_bind_second_step_device2:
+00dc 6fe0c5d8 fetch 1 ,mem_24g_device2_bind_disable 
+00dd 247a0000 nrtn blank 
+00de 202049ec branch g24_bind_second_step_device2 
+
+p_g24_bind_third_step:
+00df 6fe0c4f4 fetch 1 ,mem_24g_pair_switch 
+00e0 203a00e5 branch p_g24_bind_third_step_skip ,blank 
+00e1 6fe2452f fetch 4 ,mem_24g_rxdata_temp + 4 
+00e2 684a456f fetcht 4 ,mem_24g_transmitter_addr 
+00e3 98467c00 isub temp ,null 
+00e4 24628000 nrtn zero 
+
+p_g24_bind_third_step_skip:
+00e5 6fe0c52e fetch 1 ,mem_24g_rxdata_temp + 3 
+00e6 c00080e9 beq datatype_device1 ,p_g24_bind_third_step_device1 
+00e7 c00100f0 beq datatype_device2 ,p_g24_bind_third_step_device2 
+00e8 20600000 rtn 
+
+p_g24_bind_third_step_device1:
+00e9 6fe0c5d7 fetch 1 ,mem_24g_device1_bind_disable 
+00ea 247a0000 nrtn blank 
+00eb 6fe0c518 fetch 1 ,mem_24g_device1_bind_step 
+00ec c00100ee beq 2 ,p_g24_bind_dvc1_step_success 
+00ed 20600000 rtn 
+
+p_g24_bind_dvc1_step_success:
+00ee 7045d701 jam 1 ,mem_24g_device1_bind_disable 
+00ef 20204a02 branch g24_bind_dvc1_step_success + 1 
+
+p_g24_bind_third_step_device2:
+00f0 6fe0c5d8 fetch 1 ,mem_24g_device2_bind_disable 
+00f1 247a0000 nrtn blank 
+00f2 6fe0c519 fetch 1 ,mem_24g_device2_bind_step 
+00f3 c08000f5 bne 0 ,p_g24_bind_dvc2_step_success 
+00f4 20600000 rtn 
+
+p_g24_bind_dvc2_step_success:
+00f5 7045d801 jam 1 ,mem_24g_device2_bind_disable 
+00f6 20204a0d branch g24_bind_dvc2_step_success + 1 
+
+p_g24_data_attemp:
+00f7 6fe0c52e fetch 1 ,mem_24g_rxdata_temp + 3 
+00f8 c00080fb beq datatype_device1 ,p_g24_data_attemp_device1 
+00f9 c00100fe beq datatype_device2 ,p_g24_data_attemp_device2 
+00fa 20600000 rtn 
+
+p_g24_data_attemp_device1:
+00fb 6fe0c5d7 fetch 1 ,mem_24g_device1_bind_disable 
+00fc 247a0000 nrtn blank 
+00fd 20204c24 branch g24_data_attemp_device1 
+
+p_g24_data_attemp_device2:
+00fe 6fe0c5d8 fetch 1 ,mem_24g_device2_bind_disable 
+00ff 247a0000 nrtn blank 
+0100 20204c28 branch g24_data_attemp_device2 
+
+p_g24_search_mode_auto:
+0101 6fe0c559 fetch 1 ,mem_24g_work_mode 
+0102 c1838000 rtnne dongle_search 
+0103 20400109 call p_g24_search_mode_init 
+0104 20404b3d call g24_auto_addr_ch_search 
+0105 20404a84 call g24_receive_transmit_ack 
+0106 2437ca54 nbranch g24_rx_interrupt_clear ,user3 
+0107 7045e800 jam 0 ,mem_dongle_nodata_count 
+0108 20204b1e branch g24_search_mode_auto + 7 
+
+p_g24_search_mode_init:
+0109 6fe0c558 fetch 1 ,mem_24g_mode_init 
+010a c3838000 rtnbit1 dongle_search 
+010b 79207e07 set1 dongle_search ,pdata 
+010c 67e0c558 store 1 ,mem_24g_mode_init 
+010d 6fe0c566 fetch 1 ,mem_tx_power_temp 
+010e 67e0c116 store 1 ,mem_tx_power 
+010f 20204b0b branch g24_search_mode_init + 4 
+
+p_g24_receive_packet_start_next:
+0110 6fe0c52d fetch 1 ,mem_24g_rxdata_temp + 2 
+0111 c0008115 beq datatype_device1 ,p_g24_data_device1 
+0112 c0014a69 beq datatype_device2 ,g24_data_device2 
+0113 c07f8126 beq datatype_attemp ,p_g24_data_receive_attemp 
+0114 20204a54 branch g24_rx_interrupt_clear 
+
+p_g24_data_device1:
+0115 20404a22 call g24_binding_dvc1_living 
+0116 20404bbd call g24_ch_timer_reinit 
+0117 6fe0c54d fetch 1 ,mem_24g_abort_packet 
+0118 6848c52b fetcht 1 ,mem_24g_rxdata_temp 
+0119 284ffe03 isolate1 bit_abort ,temp 
+011a 7920fe00 setflag true ,0 ,pdata 
+011b 67e0c54d store 1 ,mem_24g_abort_packet 
+011c c000811e beq 1 ,p_g24_data_attemp_device1_abort 
+011d 20204a62 branch g24_data_device1 + 8 
+
+p_g24_data_attemp_device1_abort:
+011e 6fe0c095 fetch 1 ,mem_device_option 
+011f 1fe67c0e sub pdata ,dvc_op_car ,null 
+0120 2042cf01 call car_stop_blink ,zero 
+0121 6fe0c5d7 fetch 1 ,mem_24g_device1_bind_disable 
+0122 247a0000 nrtn blank 
+0123 7045d701 jam 1 ,mem_24g_device1_bind_disable 
+0124 6fe24535 fetch 4 ,mem_24g_rxdata_temp + 10 
+0125 20204c26 branch g24_store_device1_addr 
+
+p_g24_data_receive_attemp:
+0126 20404a30 call g24_bind_device_status 
+0127 202000f7 branch p_g24_data_attemp 
+              org 0x3800
+
+start:
+3800 20403af8 call lpmstate 
+
+soft_reset:
+3801 44804000 bpatch patch00_0 ,mem_patch00 
+3802 20800000 clear_stack 
+3803 20404da6 call app_param_init 
+3804 20403a0e call initialize_radio 
+3805 20406a00 call iic_init_360khz 
+3806 20403ac3 call init_param 
+3807 20406635 call l2cap_init 
+3808 4480c000 bpatch patch00_1 ,mem_patch00 
+3809 20406fdb call ui_init 
+380a 20403ae9 call ldo_abb_en_init 
+380b 20404d9b call app_init 
+380c 2055bb9a call lpm_recover_clk ,wake 
+
+main_loop:
+380d 44814000 bpatch patch00_2 ,mem_patch00 
+380e 2040421c call le_advertising_dispatch 
+380f 20403826 call idle_dispatch 
+3810 20404dae call app_process_idle 
+3811 20403815 call connection_dispatch 
+3812 204047c4 call g24_dispatch 
+3813 20403bc2 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 2040383d call context_save 
+3819 20203d36 branch le_disable 
+
+connection_incontext:
+381a 4481c000 bpatch patch00_3 ,mem_patch00 
+381b 20403863 call context_search_insniff 
+381c 2422b822 nbranch connection_nosniff ,zero 
+381d 20403832 call context_load 
+381e 1a208c01 add rega ,coffset_mode ,contr 
+381f efe08006 ifetch 1 ,contr 
+3820 c2803cac bbit1 mode_le ,le_conn_dispatch 
+3821 20600000 rtn 
+
+connection_nosniff:
+3822 20403843 call context_get_next 
+3823 1f227c00 copy loopcnt ,null 
+3824 20628000 rtn zero 
+3825 20203aba branch assert 
+
+idle_dispatch:
+3826 6fe0c10d fetch 1 ,mem_hci_cmd 
+3827 207a0000 rtn blank 
+3828 c00db82f beq hci_cmd_le_create_conn ,idle_le_create_conn 
+3829 2040385c call context_search_conn_handle 
+382a 20628000 rtn zero 
+382b 2040385f call context_search_plap 
+382c 20628000 rtn zero 
+
+idle_exit:
+382d 70410d00 jam 0 ,mem_hci_cmd 
+382e 20600000 rtn 
+
+idle_le_create_conn:
+382f 7001b71b jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
+3830 70410d00 jam 0 ,mem_hci_cmd 
+3831 20600000 rtn 
+
+context_load:
+3832 44824000 bpatch patch00_4 ,mem_patch00 
+3833 79200009 set1 mark_context ,mark 
+3834 1a227e00 deposit rega 
+3835 67e1000a store 2 ,mem_context_ptr 
+3836 18007253 force context_size ,loopcnt 
+3837 d8a00163 arg mem_le_state ,contw 
+3838 1a208c01 add rega ,coffset_mode ,contr 
+3839 efe08006 ifetch 1 ,contr 
+383a 1a220c00 copy rega ,contr 
+383b c2807548 bbit1 mode_le ,memcpy 
+383c 20600000 rtn 
+
+context_save:
+383d 4482c000 bpatch patch00_5 ,mem_patch00 
+383e 6fe1000a fetch 2 ,mem_context_ptr 
+383f 98000a00 iforce contw 
+3840 18007253 force context_size ,loopcnt 
+3841 d8c00163 arg mem_le_state ,contr 
+3842 20207548 branch memcpy 
+
+context_get_next:
+3843 df200001 arg context_num ,loopcnt 
+3844 68488006 fetcht 1 ,mem_current_context 
+
+context_get_next_loop:
+3845 18408401 increase 1 ,temp 
+3846 2841fe01 compare context_num ,temp ,0xff 
+3847 2420b849 nbranch context_get_next_cont ,true 
+3848 d8400000 arg 0 ,temp 
+
+context_get_next_cont:
+3849 60488006 storet 1 ,mem_current_context 
+384a 184ffe53 mul32 temp ,context_size ,pdata 
+384b da204040 arg mem_context ,rega 
+384c 9a20a200 iadd rega ,rega 
+384d efe08011 ifetch 1 ,rega 
+384e c280b850 bbit1 state_insniff ,context_get_next_sniff 
+384f c3800000 rtnbit1 state_inconn 
+
+context_get_next_sniff:
+3850 c2003845 loop context_get_next_loop 
+3851 20600000 rtn 
+
+context_new:
+3852 44834000 bpatch patch00_6 ,mem_patch00 
+3853 da603870 arg context_search_empty ,regc 
+3854 20403866 call context_search 
+3855 24628000 nrtn zero 
+3856 1a227e00 deposit rega 
+3857 67e1000a store 2 ,mem_context_ptr 
+3858 18007c00 force 0 ,null 
+3859 20600000 rtn 
+
+context_check_idle:
+385a da6038a7 arg context_check_inconn ,regc 
+385b 20203866 branch context_search 
+
+context_search_conn_handle:
+385c 6848c10e fetcht 1 ,mem_hci_conn_handle 
+
+context_search_conn_handle2:
+385d da603879 arg context_search_handle ,regc 
+385e 20203866 branch context_search 
+
+context_search_plap:
+385f 4483c000 bpatch patch00_7 ,mem_patch00 
+3860 684b410f fetcht 6 ,mem_hci_plap 
+
+context_search_plap2:
+3861 da603873 arg context_search_lap ,regc 
+3862 20203866 branch context_search 
+
+context_search_insniff:
+3863 da60387f arg context_search_sniff ,regc 
+3864 20203866 branch context_search 
+
+context_search_sniff_window:
+3865 da6038c2 arg context_search_window ,regc 
+
+context_search:
+3866 44844001 bpatch patch01_0 ,mem_patch01 
+3867 da204040 arg mem_context ,rega 
+3868 df200001 arg context_num ,loopcnt 
+
+context_search_loop:
+3869 efe08011 ifetch 1 ,rega 
+386a 1a627a00 copy regc ,pc 
+
+context_search_next:
+386b 4484c001 bpatch patch01_1 ,mem_patch01 
+386c 1a20a253 increase context_size ,rega 
+386d c2003869 loop context_search_loop 
+386e 18007c01 force 1 ,null 
+386f 20600000 rtn 
+
+context_search_empty:
+3870 c280386b bbit1 state_inconn ,context_search_next 
+3871 18007c00 force 0 ,null 
+3872 20600000 rtn 
+
+context_search_lap:
+3873 c300386b bbit0 state_inconn ,context_search_next 
+
+context_search_lap_cont:
+3874 1a208c10 add rega ,coffset_plap ,contr 
+3875 efe30006 ifetch 6 ,contr 
+3876 98467c00 isub temp ,null 
+3877 20628000 rtn zero 
+3878 2020386b branch context_search_next 
+
+context_search_handle:
+3879 c300386b bbit0 state_inconn ,context_search_next 
+387a 1a208c16 add rega ,coffset_conn_handle ,contr 
+387b efe08006 ifetch 1 ,contr 
+387c 98467c00 isub temp ,null 
+387d 20628000 rtn zero 
+387e 2020386b branch context_search_next 
+
+context_search_sniff:
+387f c300b86b bbit0 state_insniff ,context_search_next 
+
+context_search_sniff_loop:
+3880 204038af call context_get_anchor 
+3881 20403897 call sign_pdata_temp 
+3882 98467e00 isub temp ,pdata 
+3883 1fe0fe01 increase 1 ,pdata 
+3884 20213891 branch context_search_sniff_miss ,positive 
+3885 18c22400 copy contr ,regb 
+3886 67e484cc store 9 ,mem_temp 
+3887 44854001 bpatch patch01_2 ,mem_patch01 
+3888 6fe484cc fetch 9 ,mem_temp 
+3889 1a420c00 copy regb ,contr 
+388a 1fe0fe05 increase 5 ,pdata 
+388b 2020388c branch context_search_meet1 
+
+context_search_meet1:
+388c 2421386b nbranch context_search_next ,positive 
+
+context_search_meet:
+388d 18424200 copy temp ,bt_clk 
+388e 204038bb call context_next_anchor 
+388f 18007c00 force 0 ,null 
+3890 20600000 rtn 
+
+context_search_sniff_miss:
+3891 98002400 iforce regb 
+3892 1a208c02 add rega ,coffset_tsniff ,contr 
+3893 efe10006 ifetch 2 ,contr 
+3894 203a388d branch context_search_meet ,blank 
+3895 204038bb call context_next_anchor 
+3896 20203880 branch context_search_sniff_loop 
+
+sign_pdata_temp:
+3897 1ff11600 rshift16 pdata ,timeup 
+3898 196c9600 rshift8 timeup ,timeup 
+3899 2022b8a1 branch sign_pdata_temp_p0 ,zero 
+389a 29601e0f compare 0xf ,timeup ,0xf 
+389b 24608000 nrtn true 
+389c 18511600 rshift16 temp ,timeup 
+389d 196c9600 rshift8 timeup ,timeup 
+389e 24628000 nrtn zero 
+389f 7920041c set1 28 ,temp 
+38a0 20600000 rtn 
+
+sign_pdata_temp_p0:
+38a1 18511600 rshift16 temp ,timeup 
+38a2 196c9600 rshift8 timeup ,timeup 
+38a3 29601e0f compare 0xf ,timeup ,0xf 
+38a4 24608000 nrtn true 
+38a5 79207e1c set1 28 ,pdata 
+38a6 20600000 rtn 
+
+context_check_inconn:
+38a7 c300386b bbit0 state_inconn ,context_search_next 
+38a8 18007c00 force 0 ,null 
+38a9 20600000 rtn 
+
+context_check_a_wack:
+38aa c300386b bbit0 state_inconn ,context_search_next 
+38ab 1a208c01 add rega ,coffset_mode ,contr 
+38ac efe08006 ifetch 1 ,contr 
+38ad c280386b bbit1 mode_le ,context_search_next 
+38ae 20600000 rtn 
+
+context_get_anchor:
+38af 1a208c01 add rega ,coffset_mode ,contr 
+38b0 e8408006 ifetcht 1 ,contr 
+38b1 1c427e00 deposit clkn_bt 
+38b2 284ffe01 isolate1 mode_master ,temp 
+38b3 1a208c04 add rega ,coffset_sniff_anchor ,contr 
+38b4 e8420006 ifetcht 4 ,contr 
+38b5 20608000 rtn true 
+38b6 1a208c08 add rega ,coffset_clk_offset ,contr 
+38b7 efe30006 ifetch 6 ,contr 
+38b8 20403905 call calc_clke2 
+38b9 1d027e00 deposit clke_bt 
+38ba 20600000 rtn 
+
+context_next_anchor:
+38bb 1a208c02 add rega ,coffset_tsniff ,contr 
+38bc 1a208a04 add rega ,coffset_sniff_anchor ,contw 
+38bd efe10006 ifetch 2 ,contr 
+38be 98409600 iadd temp ,timeup 
+38bf 19627e00 deposit timeup 
+38c0 e7e20005 istore 4 ,contw 
+38c1 20203d83 branch le_context_nextevent 
+
+context_search_window:
+38c2 c300b86b bbit0 state_insniff ,context_search_next 
+38c3 204038af call context_get_anchor 
+38c4 9b60fe00 iadd stop_watch ,pdata 
+38c5 9b60fe00 iadd stop_watch ,pdata 
+38c6 98e0fe00 iadd queue ,pdata 
+38c7 98467c00 isub temp ,null 
+38c8 2421386b nbranch context_search_next ,positive 
+38c9 18007c00 force 0 ,null 
+38ca 20600000 rtn 
+
+end_of_packet:
+38cb 4485c001 bpatch patch01_3 ,mem_patch01 
+38cc 784efc00 disable encode_fec0 
+38cd 784e7c00 disable encode_fec2 
+38ce 7846fc00 disable decode_fec0 
+38cf 78467c00 disable decode_fec2 
+38d0 7844fc00 disable enable_crc 
+38d1 78477c00 disable encrypt 
+38d2 7843fc00 disable enable_white 
+38d3 2030b913 branch shutdown_radio ,is_rx 
+38d4 37d38200 until null ,tx_clear 
+38d5 20000064 nop 100 
+38d6 20203913 branch shutdown_radio 
+
+sniff_check_window:
+38d7 44864001 bpatch patch01_4 ,mem_patch01 
+38d8 78487c00 disable swfine 
+38d9 18423600 copy temp ,stop_watch 
+38da 20403865 call context_search_sniff_window 
+38db 78547c00 disable user 
+38dc 24628000 nrtn zero 
+38dd 18003600 force 0 ,stop_watch 
+38de 78347c00 enable user 
+38df 20600000 rtn 
+
+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 204075cd 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 20406449 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 20203a6b branch gain_control 
+
+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 20406443 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 204075d0 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 204075d0 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 c001b9f1 beq tx_power_3db ,set_tx_power_3db 
+39e4 c002b9f6 beq tx_power_5db ,set_tx_power_5db 
+39e5 c00339f9 beq tx_power_6db ,set_tx_power_6db 
+39e6 c003b9fc beq tx_power_7db ,set_tx_power_7db 
+39e7 c00539ff beq tx_power_10db ,set_tx_power_10db 
+39e8 c041ba02 beq tx_power_f3db ,set_tx_power_f3db 
+39e9 c042ba05 beq tx_power_f5db ,set_tx_power_f5db 
+39ea c04a3a08 beq tx_power_f20db ,set_tx_power_f20db 
+39eb c04f3a0b beq tx_power_f30db ,set_tx_power_f30db 
+
+set_tx_power_0db:
+39ec 708a396a jam 0x6a ,core_tx_pwr_ctrl0 
+39ed 708a3a07 jam 0x07 ,core_tx_pwr_ctrl1 
+
+set_rf_ldo_cfg89:
+39ee 708a14a3 jam 0xa3 ,core_rf_ldo_cfg8 
+39ef 708a1507 jam 0x07 ,core_rf_ldo_cfg9 
+39f0 20600000 rtn 
+
+set_tx_power_3db:
+39f1 708a3966 jam 0x66 ,core_tx_pwr_ctrl0 
+39f2 708a3a0b jam 0x0b ,core_tx_pwr_ctrl1 
+
+set_rf_ldo_cfg89_2:
+39f3 708a14aa jam 0xaa ,core_rf_ldo_cfg8 
+39f4 708a150a jam 0x0a ,core_rf_ldo_cfg9 
+39f5 20600000 rtn 
+
+set_tx_power_5db:
+39f6 708a396c jam 0x6c ,core_tx_pwr_ctrl0 
+39f7 708a3a0d jam 0x0d ,core_tx_pwr_ctrl1 
+39f8 202039f3 branch set_rf_ldo_cfg89_2 
+
+set_tx_power_6db:
+39f9 708a396b jam 0x6b ,core_tx_pwr_ctrl0 
+39fa 708a3a0f jam 0x0f ,core_tx_pwr_ctrl1 
+39fb 202039f3 branch set_rf_ldo_cfg89_2 
+
+set_tx_power_7db:
+39fc 708a39a7 jam 0xa7 ,core_tx_pwr_ctrl0 
+39fd 708a3a0f jam 0x0f ,core_tx_pwr_ctrl1 
+39fe 202039f3 branch set_rf_ldo_cfg89_2 
+
+set_tx_power_10db:
+39ff 708a39b6 jam 0xb6 ,core_tx_pwr_ctrl0 
+3a00 708a3a0f jam 0x0f ,core_tx_pwr_ctrl1 
+3a01 202039f3 branch set_rf_ldo_cfg89_2 
+
+set_tx_power_f3db:
+3a02 708a3968 jam 0x68 ,core_tx_pwr_ctrl0 
+3a03 708a3a05 jam 0x05 ,core_tx_pwr_ctrl1 
+3a04 202039ee branch set_rf_ldo_cfg89 
+
+set_tx_power_f5db:
+3a05 708a3960 jam 0x60 ,core_tx_pwr_ctrl0 
+3a06 708a3a05 jam 0x05 ,core_tx_pwr_ctrl1 
+3a07 202039ee branch set_rf_ldo_cfg89 
+
+set_tx_power_f20db:
+3a08 708a3953 jam 0x53 ,core_tx_pwr_ctrl0 
+3a09 708a3a01 jam 0x01 ,core_tx_pwr_ctrl1 
+3a0a 202039ee branch set_rf_ldo_cfg89 
+
+set_tx_power_f30db:
+3a0b 708a394c jam 0x4c ,core_tx_pwr_ctrl0 
+3a0c 708a3a00 jam 0x00 ,core_tx_pwr_ctrl1 
+3a0d 202039ee branch set_rf_ldo_cfg89 
+
+initialize_radio:
+3a0e 70804206 jam clksel_rc ,core_clksel 
+
+initialize_radio_wait:
+3a0f 6fe1409d fetch 2 ,mem_rf_init_ptr 
+3a10 c3073a0f bbit0 14 ,initialize_radio_wait 
+3a11 98000c00 iforce contr 
+3a12 d8408a00 arg 0x8a00 ,temp 
+
+initialize_radio_loop:
+3a13 efe08006 ifetch 1 ,contr 
+3a14 c07fba19 beq 0xff ,initialize_radio_cont 
+3a15 98418a00 ior temp ,contw 
+3a16 efe08006 ifetch 1 ,contr 
+3a17 e7e08005 istore 1 ,contw 
+3a18 20203a13 branch initialize_radio_loop 
+
+initialize_radio_cont:
+3a19 448c4003 bpatch patch03_0 ,mem_patch03 
+3a1a 6fe0c3eb fetch 1 ,mem_wdt_always_work 
+3a1b 205a6df0 call wdt_set_disable ,blank 
+3a1c 708a0305 jam 0x05 ,core_clkpll_cfg0 
+3a1d 708a7a94 jam 0x94 ,core_rx_iqadc_cfg 
+3a1e 20403a40 call initialize_rc_cal 
+3a1f 20403a3b call initialize_rf_ldo_cfg1 
+3a20 20403a36 call initialize_syn_afc_cfg1 
+3a21 708a8be6 jam 0xe6 ,core_syn_aac_cfg1 
+3a22 708a8390 jam 0x90 ,core_syn_pfd_lkd_cfg 
+3a23 708a0e0b jam 0x0b ,core_rf_ldo_cfg2 
+3a24 708a0f05 jam 0x05 ,core_rf_ldo_cfg3 
+3a25 70896876 jam 0x76 ,core_agc_wb_sat_th 
+3a26 70896976 jam 0x76 ,core_agc_nb_sat_th 
+3a27 6fe0c09a fetch 1 ,mem_fcomp_div 
+3a28 c0843a2a bne xtal_16m ,initialize_radio_cont_next 
+3a29 708a0834 jam 0x34 ,core_clkpll_cfg5 
+
+initialize_radio_cont_next:
+3a2a 708a01ff jam 0xff ,core_clkpll_ctrl1 
+3a2b 20000064 nop 100 
+3a2c 708a020e jam 0x0e ,core_clkpll_ctrl2 
+3a2d 708a0003 jam 0x03 ,core_clkpll_ctrl0 
+3a2e 204039ec call set_tx_power_0db 
+3a2f 708a9a2b jam 0x2b ,core_tx_mixer_cfg1 
+3a30 708a9b13 jam 0x13 ,core_tx_mixer_cfg2 
+3a31 20403aa1 call init_lpm_ctrl 
+3a32 20000064 nop 100 
+3a33 70804205 jam clksel_dpll ,core_clksel 
+3a34 70411d0c jam system_clk_12m ,mem_system_clk 
+3a35 20203d36 branch le_disable 
+
+initialize_syn_afc_cfg1:
+3a36 6fe0c3e7 fetch 1 ,mem_syn_afc_cfg1 
+3a37 243a3a39 nbranch initialize_syn_afc_cfg1_set ,blank 
+3a38 58000029 setarg 0x29 
+
+initialize_syn_afc_cfg1_set:
+3a39 67f08a87 store 1 ,core_syn_afc_cfg1 
+3a3a 20600000 rtn 
+
+initialize_rf_ldo_cfg1:
+3a3b 6fe0c3e8 fetch 1 ,mem_rf_ldo_cfg1 
+3a3c 243a3a3e nbranch initialize_rf_ldo_cfg1_set ,blank 
+3a3d 58000000 setarg 0x00 
+
+initialize_rf_ldo_cfg1_set:
+3a3e 67f08a0d store 1 ,core_rf_ldo_cfg1 
+3a3f 20600000 rtn 
+
+initialize_rc_cal:
+3a40 6fe0c3e9 fetch 1 ,mem_rc_cal 
+3a41 203a3a43 branch initialize_rc_cal_set ,blank 
+3a42 580000d3 setarg 0xd3 
+
+initialize_rc_cal_set:
+3a43 67f08a6c store 1 ,core_rx_bq_bw_cal 
+3a44 20600000 rtn 
+
+save_rssi:
+3a45 448cc003 bpatch patch03_1 ,mem_patch03 
+3a46 6ff089a2 fetch 1 ,modem_nb_pow 
+3a47 2feffe06 isolate1 6 ,pdata 
+3a48 7920fe07 setflag true ,7 ,pdata 
+3a49 67e0c117 store 1 ,mem_modem_rssi 
+3a4a 6ff089a3 fetch 1 ,modem_gain 
+3a4b 1fe1040f and pdata ,0x0f ,temp 
+3a4c 18438400 lshift temp ,temp 
+3a4d 1ff1fe00 rshift4 pdata ,pdata 
+3a4e 98408400 iadd temp ,temp 
+3a4f 184fa203 mul32 temp ,3 ,rega 
+3a50 6fe0c117 fetch 1 ,mem_modem_rssi 
+3a51 20403a5b call byte_sign_extern 
+3a52 1fe67e00 sub pdata ,0 ,pdata 
+3a53 9a20fe00 iadd rega ,pdata 
+3a54 1fe0fff7 increase -9 ,pdata 
+3a55 1fe17fff and pdata ,0x1ff ,pdata 
+3a56 2feffe08 isolate1 8 ,pdata 
+3a57 2420ba59 nbranch save_rssi_store ,true 
+3a58 58000000 setarg 0 
+
+save_rssi_store:
+3a59 67e08030 store 1 ,mem_rssi_hex 
+3a5a 20203a60 branch rssi_hex2dec 
+
+byte_sign_extern:
+3a5b 2feffe07 isolate1 7 ,pdata 
+3a5c 24608000 nrtn true 
+3a5d d840ff00 arg 0xff00 ,temp 
+3a5e 9841fe00 ior temp ,pdata 
+3a5f 20600000 rtn 
+
+rssi_hex2dec:
+3a60 6fe08030 fetch 1 ,mem_rssi_hex 
+3a61 20403a64 call bcd 
+3a62 67e08009 store 1 ,mem_rssi 
+3a63 20600000 rtn 
+
+bcd:
+3a64 1fe17eff and_into 0xff ,pdata 
+3a65 1fe6fc0a div pdata ,10 
+3a66 204075cd call get_div_result 
+3a67 1ff27e00 lshift4 pdata ,pdata 
+3a68 18070400 remainder temp 
+3a69 9841fe00 ior temp ,pdata 
+3a6a 20600000 rtn 
+
+gain_control:
+3a6b 448d4003 bpatch patch03_2 ,mem_patch03 
+3a6c 6fe0c118 fetch 1 ,mem_gain_fix 
+3a6d c17f8000 rtneq 0xff 
+3a6e 242c3a92 nbranch gain_increase ,sync 
+3a6f 6fe0c117 fetch 1 ,mem_modem_rssi 
+3a70 1fe67cf0 sub pdata ,0xf0 ,null 
+3a71 24213a96 nbranch gain_descend ,positive 
+3a72 1fe67c7f sub pdata ,0x7f ,null 
+3a73 20213a96 branch gain_descend ,positive 
+3a74 6a308961 fetchr rega ,1 ,core_rf_rx_gain_fix 
+3a75 6fe0c118 fetch 1 ,mem_gain_fix 
+3a76 c1000000 rtneq 0 
+3a77 d8c04119 arg mem_gain_table ,contr 
+3a78 98c08c00 iadd contr ,contr 
+3a79 efe08006 ifetch 1 ,contr 
+3a7a 9a267c00 isub rega ,null 
+3a7b 24628000 nrtn zero 
+3a7c 18c08dfe increase -2 ,contr 
+3a7d e8408006 ifetcht 1 ,contr 
+3a7e 1851fe00 rshift4 temp ,pdata 
+3a7f 1a31a400 rshift4 rega ,regb 
+3a80 9a462400 isub regb ,regb 
+3a81 18417e0f and temp ,0xf ,pdata 
+3a82 1a21220f and rega ,0xf ,rega 
+3a83 9a262200 isub rega ,rega 
+3a84 1a23fe00 lshift rega ,pdata 
+3a85 9a40a400 iadd regb ,regb 
+3a86 1a4fa403 mul32 regb ,3 ,regb 
+3a87 6848c117 fetcht 1 ,mem_modem_rssi 
+3a88 18417e80 and temp ,0x80 ,pdata 
+3a89 207a0000 rtn blank 
+
+add_negative:
+3a8a 58000100 setarg 0x100 
+3a8b 98460400 isub temp ,temp 
+3a8c 1a427e00 copy regb ,pdata 
+3a8d 98467e00 isub temp ,pdata 
+3a8e 20610000 rtn positive 
+3a8f 1fe17eff and pdata ,0xff ,pdata 
+3a90 c17f8000 rtneq 0xff 
+3a91 c17f0000 rtneq 0xfe 
+
+gain_increase:
+3a92 6fe0c118 fetch 1 ,mem_gain_fix 
+3a93 c000ba9b beq 1 ,set_rx_gain0 
+3a94 c0013a9d beq 2 ,set_rx_gain1 
+3a95 20203a9b branch set_rx_gain0 
+
+gain_descend:
+3a96 6fe0c118 fetch 1 ,mem_gain_fix 
+3a97 c0003a9d beq 0 ,set_rx_gain1 
+3a98 c000ba99 beq 1 ,set_rx_gain2 
+
+set_rx_gain2:
+3a99 70411802 jam 2 ,mem_gain_fix 
+3a9a 20600000 rtn 
+
+set_rx_gain0:
+3a9b 70411800 jam 0 ,mem_gain_fix 
+3a9c 20600000 rtn 
+
+set_rx_gain1:
+3a9d 70411801 jam 1 ,mem_gain_fix 
+3a9e 20600000 rtn 
+
+xtal_fast_wake:
+3a9f 58000f0f setarg 0xf0f 
+3aa0 20203c2e branch lpm_write_config 
+
+init_lpm_ctrl:
+3aa1 5800080f setarg 0x80f 
+3aa2 20203c2e branch lpm_write_config 
+
+ahead_window:
+3aa3 1fe20400 copy pdata ,temp 
+3aa4 448dc003 bpatch patch03_3 ,mem_patch03 
+3aa5 18427e00 copy temp ,pdata 
+3aa6 2040759a call clk2bt 
+3aa7 1c307e00 lshift16 bt_clk ,pdata 
+3aa8 79207e2c set1 44 ,pdata 
+3aa9 20407580 call clk_diff 
+3aaa 793ffe2c set0 44 ,pdata 
+3aab 20403ab2 call get_clk 
+3aac 20407580 call clk_diff 
+3aad 20740000 rtn user 
+3aae 2040758d call clk2rt 
+3aaf 98003600 iforce stop_watch 
+3ab0 37c18200 until null ,timeout 
+3ab1 20600000 rtn 
+
+get_clk:
+3ab2 1b220400 copy clkn ,temp 
+3ab3 20748000 rtn master 
+3ab4 1b420400 copy clke ,temp 
+3ab5 20600000 rtn 
+
+get_clkbt:
+3ab6 1c427e00 deposit clkn_bt 
+3ab7 20748000 rtn master 
+3ab8 1d027e00 deposit clke_bt 
+3ab9 20600000 rtn 
+
+assert:
+3aba 448e4003 bpatch patch03_4 ,mem_patch03 
+3abb 20203aba branch assert 
+
+sleep:
+3abc 207a0000 rtn blank 
+3abd 1fe37e00 rshift pdata ,pdata 
+3abe 1fe0fffd increase -3 ,pdata 
+
+sleep_loop:
+3abf 1fe0ffff increase -1 ,pdata 
+3ac0 2422babf nbranch sleep_loop ,zero 
+3ac1 18007e00 force 0 ,pdata 
+3ac2 20600000 rtn 
+
+init_param:
+3ac3 58000000 setarg 0 
+3ac4 67e30000 store 6 ,mem_le_adv_transmit 
+3ac5 d8a00163 arg mem_le_state ,contw 
+3ac6 df20000a arg 10 ,loopcnt 
+3ac7 20407500 call memset0 
+3ac8 7004c300 jam 0 ,mem_fifo_temp 
+3ac9 7001b600 jam 0 ,mem_le_testtype 
+3aca 58000e43 setarg param_tx_setup 
+3acb 67e10031 store 2 ,mem_param_tx_setup 
+3acc 58000600 setarg param_rf_setup 
+3acd 67e10033 store 2 ,mem_param_rf_setup 
+3ace 58000600 setarg param_conn_access 
+3acf 67e10035 store 2 ,mem_param_conn_access 
+3ad0 58000d00 setarg param_rx_setup 
+3ad1 67e1003b store 2 ,mem_param_rx_setup 
+3ad2 580003bb setarg param_clke_cal 
+3ad3 67e10037 store 2 ,mem_param_clke_cal 
+3ad4 58000500 setarg param_pll_setup 
+3ad5 67e10039 store 2 ,mem_param_pll_setup 
+3ad6 580007d0 setarg param_dpll_start_delay 
+3ad7 67e1003d store 2 ,mem_param_dpll_start_delay 
+3ad8 58000ea6 setarg param_rt_rthalfslot 
+3ad9 67e1003f store 2 ,mem_param_rt_rthalfslot 
+3ada 580001e0 setarg param_clke_cal_le_1m 
+3adb 67e10041 store 2 ,mem_param_clke_cal_le_1m 
+3adc 58000120 setarg param_clke_cal_le_2m 
+3add 67e10043 store 2 ,mem_param_clke_cal_le_2m 
+3ade 5800011a setarg param_clke_cal_le_coded 
+3adf 67e10045 store 2 ,mem_param_clke_cal_le_coded 
+3ae0 448ec003 bpatch patch03_5 ,mem_patch03 
+3ae1 20758000 rtn wake 
+3ae2 58000d00 setarg mem_ble_tx_buff0 
+3ae3 67e14312 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+3ae4 58000060 setarg mem_ble_l2cap_tx_buff_size 
+3ae5 67e14314 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+3ae6 1c437e00 rshift clkn_bt ,pdata 
+3ae7 67e24096 store 4 ,mem_last_clkn 
+3ae8 20600000 rtn 
+
+ldo_abb_en_init:
+3ae9 20758000 rtn wake 
+3aea 448f4003 bpatch patch03_6 ,mem_patch03 
+3aeb 6ff08a0a fetch 1 ,core_rf_ldo_en0 
+3aec 79207e03 set1 3 ,pdata 
+3aed 67f08a0a store 1 ,core_rf_ldo_en0 
+3aee 200004b0 nop 1200 
+3aef 793ffe03 set0 3 ,pdata 
+3af0 67f08a0a store 1 ,core_rf_ldo_en0 
+3af1 20600000 rtn 
+
+clk24m_init:
+3af2 70804206 jam 6 ,core_clksel 
+3af3 70804201 jam 1 ,core_clksel 
+3af4 2000000a nop 10 
+3af5 58001d4a setarg 7498 
+3af6 67f10040 store 2 ,core_halfslot 
+3af7 20600000 rtn 
+
+lpmstate:
+3af8 5800ee21 setarg 0xee21 
+3af9 67f10050 store 2 ,core_clkoff 
+3afa 6ff2011c fetch 4 ,core_gpio_in 
+3afb 67e204f2 store 4 ,mem_saved_gpio_in 
+3afc 70804783 jam 0x83 ,core_otp_ctrl 
+3afd 6ff08133 fetch 1 ,core_lpm_ctrl + 3 
+3afe 67e084f1 store 1 ,mem_wakup_from_power_flag 
+3aff 6ff08136 fetch 1 ,core_lpm_ldocnt 
+3b00 c301e79d bbit0 gpio_latch ,loadcode 
+3b01 7835fc00 enable wake 
+3b02 c303bb0a bbit0 cold_wake ,lpmwake 
+3b03 7855fc00 disable wake 
+3b04 1ce27e00 deposit auxcnt 
+3b05 243a3b0a nbranch lpmwake ,blank 
+3b06 6ff08133 fetch 1 ,core_lpm_ctrl + 3 
+3b07 c2813b0a bbit1 reload_code ,lpmwake 
+3b08 d85fffff arg param_hibernate_clks ,temp 
+3b09 20203b95 branch lpm_enter_sleep 
+
+lpmwake:
+3b0a 6ff20138 fetch 4 ,core_lpm_ctrl2 
+3b0b 67f2004c store 4 ,core_lpm_reg 
+3b0c 6ff08139 fetch 1 ,core_lpm_ctrl2 + 1 
+3b0d 1fe17ee0 and_into 0xe0 ,pdata 
+3b0e 67f0804d store 1 ,core_lpm_reg + 1 
+3b0f 20403c49 call lpm_write_ctrl3 
+3b10 6ff18134 fetch 3 ,core_lpm_xtalcnt 
+3b11 67f1804c store 3 ,core_lpm_reg 
+3b12 efe08006 ifetch 1 ,contr 
+3b13 1fe1feef or_into isogate_mask ,pdata 
+3b14 e7e08005 istore 1 ,contw 
+3b15 20403c3a call lpm_write_ctrl2 
+3b16 6ff0804f fetch 1 ,core_lpm_isogate 
+3b17 79207e04 set1 enable_retmem ,pdata 
+3b18 67f0804f store 1 ,core_lpm_isogate 
+3b19 20403c3a call lpm_write_ctrl2 
+3b1a 2055bb37 call lpm_load_context ,wake 
+3b1b 6ff0804e fetch 1 ,core_lpm_reg + 2 
+3b1c 793ffe03 set0 gpio_latch ,pdata 
+3b1d 67f0804e store 1 ,core_lpm_reg + 2 
+3b1e 20403c3a call lpm_write_ctrl2 
+3b1f 2435e79d nbranch loadcode ,wake 
+3b20 c6958000 rtnmark0 mark_otp_encrypt 
+3b21 70800608 jam lock_otp ,core_misc_ctrl 
+3b22 20600000 rtn 
+
+lpm_ctrl3_cfg_dig_vsel:
+3b23 6fe0c3e6 fetch 1 ,mem_dig_aon_vsel 
+3b24 c000bb2b beq 1 ,lpm_ctrl3_cfg_vsel_108 
+3b25 c0013b2f beq 2 ,lpm_ctrl3_cfg_vsel_096 
+3b26 c001bb33 beq 3 ,lpm_ctrl3_cfg_vsel_084 
+
+lpm_ctrl3_cfg_vsel_120:
+3b27 6fe0c0cd fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+3b28 1fe17ee0 and_into 0xe0 ,pdata 
+
+lpm_ctrl3_cfg_vsel_store:
+3b29 67e0c0cd store 1 ,mem_lpm_ctrl3_aon_vsel 
+3b2a 20600000 rtn 
+
+lpm_ctrl3_cfg_vsel_108:
+3b2b 6fe0c0cd fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+3b2c 1fe17ee0 and_into 0xe0 ,pdata 
+3b2d 1fe1fe1d or_into 0x1d ,pdata 
+3b2e 20203b29 branch lpm_ctrl3_cfg_vsel_store 
+
+lpm_ctrl3_cfg_vsel_096:
+3b2f 6fe0c0cd fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+3b30 1fe17ee0 and_into 0xe0 ,pdata 
+3b31 1fe1fe1b or_into 0x1b ,pdata 
+3b32 20203b29 branch lpm_ctrl3_cfg_vsel_store 
+
+lpm_ctrl3_cfg_vsel_084:
+3b33 6fe0c0cd fetch 1 ,mem_lpm_ctrl3_aon_vsel 
+3b34 1fe17ee0 and_into 0xe0 ,pdata 
+3b35 1fe1fe17 or_into 0x17 ,pdata 
+3b36 20203b29 branch lpm_ctrl3_cfg_vsel_store 
+
+lpm_load_context:
+3b37 6fe0c0e8 fetch 1 ,mem_saved_spidctrl 
+3b38 67f08080 store 1 ,core_spid_ctrl 
+3b39 d8c040d0 arg mem_saved_gpio ,contr 
+3b3a d8a08070 arg core_gpio_conf ,contw 
+3b3b df20000d arg gpio_number ,loopcnt 
+3b3c 20407548 call memcpy 
+3b3d 6fe440e0 fetch 8 ,mem_saved_mark 
+3b3e 98000000 iforce mark 
+3b3f 6ff4013c fetch 8 ,core_gpio_wakeup_low 
+3b40 67e40016 store 8 ,mem_gpio_wakeup_low 
+3b41 2020682c branch load_ucode 
+
+lpm_save_context:
+3b42 18027e00 deposit mark 
+3b43 67e440e0 store 8 ,mem_saved_mark 
+3b44 d8c08070 arg core_gpio_conf ,contr 
+3b45 d8a040d0 arg mem_saved_gpio ,contw 
+3b46 df20000d arg gpio_number ,loopcnt 
+3b47 20407548 call memcpy 
+3b48 6ff08080 fetch 1 ,core_spid_ctrl 
+3b49 67e0c0e8 store 1 ,mem_saved_spidctrl 
+3b4a 20203c4b branch lpm_write_gpio_wakeup 
+
+lpo_calibration:
+3b4b 6ff0806f fetch 1 ,core_aes_en 
+3b4c 1feb7e00 rshift2 pdata ,pdata 
+3b4d 1fe17e0f and pdata ,0xf ,pdata 
+3b4e 243a3b55 nbranch lpo_cal_inited ,blank 
+3b4f 6fe1c0be fetch 3 ,mem_clks_per_lpo 
+3b50 247a0000 nrtn blank 
+3b51 6ff0806f fetch 1 ,core_aes_en 
+3b52 1fe1fe30 or_into 0x30 ,pdata 
+3b53 67f0806f store 1 ,core_aes_en 
+3b54 70800680 jam ccnt_start ,core_misc_ctrl 
+
+lpo_cal_inited:
+3b55 6ff08129 fetch 1 ,core_perf_status 
+3b56 c4008000 rtnbit0 1 
+3b57 6ff18145 fetch 3 ,core_clk_counter 
+3b58 67e1c0be store 3 ,mem_clks_per_lpo 
+3b59 20600000 rtn 
+
+lpm_adjust_clk:
+3b5a 448fc003 bpatch patch03_7 ,mem_patch03 
+3b5b 1b427e00 deposit clke 
+3b5c 2040757e call clk_diff_rt 
+3b5d 684a40ae fetcht 4 ,mem_sleep_counter_all 
+3b5e 18467cff sub temp ,0xff ,null 
+3b5f 20610000 rtn positive 
+3b60 1fed7e00 lshift8 pdata ,pdata 
+3b61 1ff27e00 lshift4 pdata ,pdata 
+3b62 9846fc00 idiv temp 
+3b63 204075cd call get_div_result 
+3b64 d84000c8 arg param_lpm_adjmax ,temp 
+3b65 204075db call ceiling 
+3b66 67e0800e store 1 ,mem_lpm_adjust 
+3b67 24343b69 nbranch lpm_adjust_positive ,user 
+3b68 1fe67e00 sub pdata ,0 ,pdata 
+
+lpm_adjust_positive:
+3b69 6849c0be fetcht 3 ,mem_clks_per_lpo 
+3b6a 9840fe00 iadd temp ,pdata 
+3b6b 67e1c0be store 3 ,mem_clks_per_lpo 
+
+lpm_clear_counter:
+3b6c 58000000 setarg 0 
+3b6d 67e240ae store 4 ,mem_sleep_counter_all 
+3b6e 20600000 rtn 
+
+lpm_hibernate:
+3b6f d85fffff arg param_hibernate_clks ,temp 
+3b70 6fe0c0c5 fetch 1 ,mem_lpm_config + 1 
+3b71 793ffe07 set0 7 ,pdata 
+3b72 67e0c0c5 store 1 ,mem_lpm_config + 1 
+
+lpm_hibernate_normal:
+3b73 44904004 bpatch patch04_0 ,mem_patch04 
+3b74 20403c4b call lpm_write_gpio_wakeup 
+3b75 6fe0c0a8 fetch 1 ,mem_lpm_hibernate_switch 
+3b76 67e0c0cb store 1 ,mem_lpm_xtalcnt + 4 
+3b77 6fe0c0c9 fetch 1 ,mem_lpm_xtalcnt + 2 
+3b78 79207e07 set1 cold_wake ,pdata 
+3b79 67e0c0c9 store 1 ,mem_lpm_xtalcnt + 2 
+
+lpm_sleep:
+3b7a 4490c004 bpatch patch04_1 ,mem_patch04 
+3b7b 20403a9f call xtal_fast_wake 
+3b7c 6fe1439e fetch 2 ,mem_cb_before_lpm_sleep 
+3b7d 204075e6 call callback_func 
+
+lpm_sleep_skip_cb_function:
+3b7e 6fe240ae fetch 4 ,mem_sleep_counter_all 
+3b7f 9840fe00 iadd temp ,pdata 
+3b80 67e240ae store 4 ,mem_sleep_counter_all 
+3b81 20403b42 call lpm_save_context 
+3b82 20403b23 call lpm_ctrl3_cfg_dig_vsel 
+3b83 6fe240cc fetch 4 ,mem_lpm_ctrl3 
+3b84 1fe22400 copy pdata ,regb 
+3b85 6fe2c0c7 fetch 5 ,mem_lpm_xtalcnt 
+3b86 67f2004c store 4 ,core_lpm_reg 
+3b87 1fef2200 rshift32 pdata ,rega 
+3b88 37d98200 until null ,lpo_edge 
+3b89 1b227e00 deposit clkn 
+3b8a 67e340b2 store 6 ,mem_sleep_clkn 
+3b8b 70800502 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+3b8c 37d98200 until null ,lpo_edge 
+3b8d 37d98200 until null ,lpo_edge 
+3b8e 1a227e00 deposit rega 
+3b8f 67f0804f store 1 ,core_lpm_isogate 
+3b90 70800502 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+3b91 37d98200 until null ,lpo_edge 
+3b92 37d98200 until null ,lpo_edge 
+3b93 6252004c storer regb ,4 ,core_lpm_reg 
+3b94 70800520 jam lpmreg_sel_ctrl3 ,core_lpm_wr 
+
+lpm_enter_sleep:
+3b95 37d98200 until null ,lpo_edge 
+3b96 37d98200 until null ,lpo_edge 
+3b97 605a004c storet 4 ,core_lpm_reg 
+3b98 70800510 jam lpmreg_sel_counter ,core_lpm_wr 
+3b99 37df8200 until null ,never 
+
+lpm_recover_clk:
+3b9a 44914004 bpatch patch04_2 ,mem_patch04 
+3b9b 58000000 setarg 0 
+3b9c 1ce27c00 copy auxcnt ,null 
+3b9d 2022bba5 branch lpm_recover_timeout ,zero 
+3b9e 6ff08134 fetch 1 ,core_lpm_xtalcnt 
+3b9f 68588135 fetcht 1 ,core_lpm_buckcnt 
+3ba0 98467c00 isub temp ,null 
+3ba1 20213ba3 branch lpm_recover_xtal ,positive 
+3ba2 18427e00 deposit temp 
+
+lpm_recover_xtal:
+3ba3 9ce67e00 isub auxcnt ,pdata 
+3ba4 1fe0fe01 increase 1 ,pdata 
+
+lpm_recover_timeout:
+3ba5 1fe0fe0a increase 10 ,pdata 
+3ba6 37d98200 until null ,lpo_edge 
+3ba7 9e20fe00 iadd lpo_time ,pdata 
+3ba8 684a40aa fetcht 4 ,mem_sleep_counter 
+3ba9 9840fe00 iadd temp ,pdata 
+3baa 6849c0be fetcht 3 ,mem_clks_per_lpo 
+3bab 984ffe00 imul32 temp ,pdata 
+3bac 1fecfe00 rshift8 pdata ,pdata 
+3bad 1ff1fe00 rshift4 pdata ,pdata 
+3bae 1fe0fe6e increase param_lpm_fix ,pdata 
+3baf 6849003f fetcht 2 ,mem_param_rt_rthalfslot 
+3bb0 9846fc00 idiv temp 
+3bb1 204075cd call get_div_result 
+3bb2 1ff07e00 lshift16 pdata ,pdata 
+3bb3 18070400 remainder temp 
+3bb4 9841fe00 ior temp ,pdata 
+3bb5 684b40b2 fetcht 6 ,mem_sleep_clkn 
+3bb6 20407573 call clk_add 
+3bb7 18423200 copy temp ,clkn 
+3bb8 6fe34048 fetch 6 ,mem_context + coffset_clk_offset 
+3bb9 20403905 call calc_clke2 
+3bba 1b427e00 deposit clke 
+3bbb 67e304c4 store 6 ,mem_pdatatemp 
+3bbc 1ce27e00 deposit auxcnt 
+3bbd e7e08005 istore 1 ,contw 
+3bbe 6ff0811d fetch 1 ,core_gpio_in1 
+3bbf 1fe1fef0 or_into 0xf0 ,pdata 
+3bc0 e7e08005 istore 1 ,contw 
+3bc1 20600000 rtn 
+
+lpm_dispatch:
+3bc2 4491c004 bpatch patch04_3 ,mem_patch04 
+3bc3 20403b4b call lpo_calibration 
+3bc4 6fe1c0be fetch 3 ,mem_clks_per_lpo 
+3bc5 207a0000 rtn blank 
+3bc6 6fe0c094 fetch 1 ,mem_lpm_mode 
+3bc7 207a0000 rtn blank 
+3bc8 da6038aa arg context_check_a_wack ,regc 
+3bc9 20403866 call context_search 
+3bca 20628000 rtn zero 
+3bcb 20403c5c call lpm_check_wake_lock 
+3bcc 247a0000 nrtn blank 
+3bcd 2040385a call context_check_idle 
+3bce 2422bbed nbranch lpm_dispatch_unconn ,zero 
+3bcf 20758000 rtn wake 
+3bd0 44924004 bpatch patch04_4 ,mem_patch04 
+3bd1 68488015 fetcht 1 ,mem_lpm_current_mult 
+3bd2 6fe14042 fetch 2 ,mem_context + coffset_tsniff 
+3bd3 984ffe00 imul32 temp ,pdata 
+3bd4 18518400 rshift4 temp ,temp 
+3bd5 184b0400 rshift2 temp ,temp 
+3bd6 98467e00 isub temp ,pdata 
+3bd7 684a4044 fetcht 4 ,mem_context + coffset_sniff_anchor 
+3bd8 9840fe00 iadd temp ,pdata 
+3bd9 6848c0a7 fetcht 1 ,mem_lpm_overhead 
+3bda 98467e00 isub temp ,pdata 
+3bdb 1ff06000 lshift16 pdata ,alarm 
+3bdc 6fe1404e fetch 2 ,mem_context + coffset_rx_window 
+3bdd 1fe37e00 rshift pdata ,pdata 
+3bde 2040759a call clk2bt 
+3bdf 1e027e00 deposit alarm 
+3be0 20407580 call clk_diff 
+3be1 1b420400 copy clke ,temp 
+3be2 2040757e call clk_diff_rt 
+3be3 20740000 rtn user 
+
+lpm_dispatch_sleep:
+3be4 20407593 call clk2lpo 
+
+lpm_dispatch_lpo:
+3be5 4492c004 bpatch patch04_5 ,mem_patch04 
+3be6 6fe0c0c7 fetch 1 ,mem_lpm_xtalcnt 
+3be7 98467c00 isub temp ,null 
+3be8 20213b6c branch lpm_clear_counter ,positive 
+3be9 604a40aa storet 4 ,mem_sleep_counter 
+3bea 20404dc6 call app_will_enter_lpm 
+3beb 684a40aa fetcht 4 ,mem_sleep_counter 
+3bec 20203b7a branch lpm_sleep 
+
+lpm_dispatch_unconn:
+3bed 44934004 bpatch patch04_6 ,mem_patch04 
+3bee 6fe0c35b fetch 1 ,mem_le_adv_enable 
+3bef 243a3bf1 nbranch lpm_unconn_cont ,blank 
+3bf0 20600000 rtn 
+
+lpm_unconn_cont:
+3bf1 6fe140a5 fetch 2 ,mem_lpm_interval 
+3bf2 207a0000 rtn blank 
+
+lpm_sleep_btclk:
+3bf3 6848c0a7 fetcht 1 ,mem_lpm_overhead 
+3bf4 98467e00 isub temp ,pdata 
+3bf5 d8401d4c arg 7500 ,temp 
+3bf6 984ffe00 imul32 temp ,pdata 
+3bf7 20203be4 branch lpm_dispatch_sleep 
+
+lpm_mult_wait_timeout:
+3bf8 6fe1439a fetch 2 ,mem_cb_bt_set_mult 
+3bf9 204075e6 call callback_func 
+3bfa 243a3c10 nbranch lpm_mult_short ,blank 
+3bfb 70001500 jam 0 ,mem_lpm_current_mult 
+3bfc c586bc10 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+3bfd 6fe0c0c3 fetch 1 ,mem_lpm_mult_cnt 
+3bfe 203a3c14 branch lpm_mult_long ,blank 
+3bff 1fe0ffff increase -1 ,pdata 
+3c00 67e0c0c3 store 1 ,mem_lpm_mult_cnt 
+3c01 20600000 rtn 
+
+lpm_match:
+3c02 7040a900 jam 0 ,mem_sniff_unint_lost 
+3c03 6fe1c0b8 fetch 3 ,mem_sniff_rcv 
+3c04 1fe0fe01 increase 1 ,pdata 
+3c05 67e1c0b8 store 3 ,mem_sniff_rcv 
+3c06 20600000 rtn 
+
+lpm_lost:
+3c07 4493c004 bpatch patch04_7 ,mem_patch04 
+3c08 70001500 jam 0 ,mem_lpm_current_mult 
+3c09 6fe1c0bb fetch 3 ,mem_sniff_lost 
+3c0a 1fe0fe01 increase 1 ,pdata 
+3c0b 67e1c0bb store 3 ,mem_sniff_lost 
+3c0c 6fe0c0a9 fetch 1 ,mem_sniff_unint_lost 
+3c0d 1fe0fe01 increase 1 ,pdata 
+3c0e 67e0c0a9 store 1 ,mem_sniff_unint_lost 
+3c0f 20600000 rtn 
+
+lpm_mult_short:
+3c10 70001500 jam 0 ,mem_lpm_current_mult 
+3c11 6fe0c0c2 fetch 1 ,mem_lpm_mult_timeout 
+3c12 67e0c0c3 store 1 ,mem_lpm_mult_cnt 
+3c13 20600000 rtn 
+
+lpm_mult_long:
+3c14 6848c0c1 fetcht 1 ,mem_lpm_mult 
+3c15 60488015 storet 1 ,mem_lpm_current_mult 
+3c16 20600000 rtn 
+
+lpm_cal_xtal_startup:
+3c17 6fe0c0c7 fetch 1 ,mem_lpm_xtalcnt 
+3c18 247a0000 nrtn blank 
+3c19 70804206 jam clksel_rc ,core_clksel 
+3c1a 58000f0c setarg 0xf0c 
+3c1b 20403c2e call lpm_write_config 
+3c1c 58030d40 setarg 200000 
+3c1d 20403abc call sleep 
+3c1e 37d98200 until null ,lpo_edge 
+3c1f 1e226000 copy lpo_time ,alarm 
+3c20 20403a9f call xtal_fast_wake 
+3c21 70804204 jam clksel_xtal ,core_clksel 
+3c22 2000000a nop 10 
+3c23 37d98200 until null ,lpo_edge 
+3c24 1e227e00 deposit lpo_time 
+3c25 9e067e00 isub alarm ,pdata 
+3c26 1fe0fe30 increase 0x30 ,pdata 
+3c27 d84000ff arg 0xff ,temp 
+3c28 204075db call ceiling 
+3c29 67e0c0c7 store 1 ,mem_lpm_xtalcnt 
+3c2a 20007530 nop 30000 
+3c2b 20007530 nop 30000 
+3c2c 20007530 nop 30000 
+3c2d 20600000 rtn 
+
+lpm_write_config:
+3c2e d8a00fff arg 0xfff ,contw 
+3c2f 98a10a00 iand contw ,contw 
+3c30 6fe0c0c4 fetch 1 ,mem_lpm_config 
+3c31 1fe17ef0 and_into 0xf0 ,pdata 
+3c32 1fed7e00 lshift8 pdata ,pdata 
+3c33 98a1fe00 ior contw ,pdata 
+3c34 67f1004c store 2 ,core_lpm_reg 
+3c35 efe10006 ifetch 2 ,contr 
+3c36 e7e10005 istore 2 ,contw 
+
+lpm_write_ctrl:
+3c37 44944005 bpatch patch05_0 ,mem_patch05 
+3c38 58000001 setarg lpmreg_sel_ctrl 
+3c39 20203c3c branch lpm_write 
+
+lpm_write_ctrl2:
+3c3a 4494c005 bpatch patch05_1 ,mem_patch05 
+3c3b 58000002 setarg lpmreg_sel_ctrl2 
+
+lpm_write:
+3c3c 37d98200 until null ,lpo_edge 
+3c3d 67f08005 store 1 ,core_lpm_wr 
+3c3e 37d98200 until null ,lpo_edge 
+3c3f 37d98200 until null ,lpo_edge 
+3c40 20600000 rtn 
+
+lpm_write_sel_vdd:
+3c41 44954005 bpatch patch05_2 ,mem_patch05 
+3c42 6ff20138 fetch 4 ,core_lpm_ctrl2 
+3c43 67f2004c store 4 ,core_lpm_reg 
+3c44 6ff08138 fetch 1 ,core_lpm_ctrl2 
+3c45 1fe17e41 and_into 0x41 ,pdata 
+3c46 6848c0cc fetcht 1 ,mem_lpm_ctrl3_app_vsel 
+3c47 9841fe00 ior temp ,pdata 
+3c48 67f0804c store 1 ,core_lpm_reg 
+
+lpm_write_ctrl3:
+3c49 58000020 setarg lpmreg_sel_ctrl3 
+3c4a 20203c3c branch lpm_write 
+
+lpm_write_gpio_wakeup:
+3c4b 4495c005 bpatch patch05_3 ,mem_patch05 
+3c4c 6fe20016 fetch 4 ,mem_gpio_wakeup_low 
+3c4d 67f2004c store 4 ,core_lpm_reg 
+3c4e 58000004 setarg lpmreg_sel_gpiolow 
+3c4f 20403c3c call lpm_write 
+3c50 6fe2001a fetch 4 ,mem_gpio_wakeup_high 
+3c51 67f2004c store 4 ,core_lpm_reg 
+3c52 58000008 setarg lpmreg_sel_gpiohigh 
+3c53 20203c3c branch lpm_write 
+
+lpm_get_wake_lock:
+3c54 6fe140a3 fetch 2 ,mem_lpm_wake_lock 
+3c55 f9207e00 qset1 pdata 
+3c56 67e140a3 store 2 ,mem_lpm_wake_lock 
+3c57 20600000 rtn 
+
+lpm_put_wake_lock:
+3c58 6fe140a3 fetch 2 ,mem_lpm_wake_lock 
+3c59 f93ffe00 qset0 pdata 
+3c5a 67e140a3 store 2 ,mem_lpm_wake_lock 
+3c5b 20600000 rtn 
+
+lpm_check_wake_lock:
+3c5c 44964005 bpatch patch05_4 ,mem_patch05 
+3c5d 20404dc4 call app_check_wake_lock 
+3c5e 6fe140a3 fetch 2 ,mem_lpm_wake_lock 
+3c5f 1fe22200 copy pdata ,rega 
+3c60 6fe1c3f8 fetch 3 ,mem_tx_fifo3 
+3c61 7d3a2201 nsetflag blank ,wake_lock_ble_tx ,rega 
+3c62 6fe44419 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
+3c63 7d3a220f nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
+3c64 6fe44421 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
+3c65 7d3a220e nsetflag blank ,wake_lock_ipc_c512bt ,rega 
+3c66 6fe0c10d fetch 1 ,mem_hci_cmd 
+3c67 7d3a2208 nsetflag blank ,wake_lock_cmd ,rega 
+3c68 6fe0c095 fetch 1 ,mem_device_option 
+3c69 2fe1fe0a compare dvc_op_module ,pdata ,0xff 
+3c6a 2040bc6e call lpm_uart_wake_lock ,true 
+3c6b 1a227e00 copy rega ,pdata 
+3c6c 67e140a3 store 2 ,mem_lpm_wake_lock 
+3c6d 20600000 rtn 
+
+lpm_uart_wake_lock:
+3c6e 6ff10112 fetch 2 ,core_uart_rxitems 
+3c6f 7d3a2206 nsetflag blank ,wake_lock_uart_rx ,rega 
+3c70 6ff1010e fetch 2 ,core_uart_txitems 
+3c71 7d3a2205 nsetflag blank ,wake_lock_uart_tx ,rega 
+3c72 20600000 rtn 
+
+lpm_shut_down:
+3c73 6ff20130 fetch 4 ,core_lpm_ctrl 
+3c74 793ffe1b set0 27 ,pdata 
+3c75 67f2004c store 4 ,core_lpm_reg 
+3c76 20403c37 call lpm_write_ctrl 
+3c77 20203aba branch assert 
+
+lpm_disable_exen_output:
+3c78 6ff20134 fetch 4 ,core_lpm_xtalcnt 
+3c79 793ffe14 set0 20 ,pdata 
+3c7a 67f2004c store 4 ,core_lpm_reg 
+3c7b 20203c3a branch lpm_write_ctrl2 
+
+le_init_conn:
+3c7c 44e44019 bpatch patch19_0 ,mem_patch19 
+3c7d 7855fc00 disable wake 
+3c7e 70017901 jam 1 ,mem_le_conn_handle 
+3c7f 70016303 jam 3 ,mem_le_state 
+3c80 70017a01 jam 1 ,mem_le_arq 
+3c81 5fffffff setarg -1 
+3c82 67e1017d store 2 ,mem_le_event_count 
+3c83 18007e00 force 0 ,pdata 
+3c84 67e0817b store 1 ,mem_le_ch 
+3c85 67e08186 store 1 ,mem_le_op 
+3c86 67e1c0b8 store 3 ,mem_sniff_rcv 
+3c87 67e1c0bb store 3 ,mem_sniff_lost 
+3c88 20403fd8 call le_clear_enc 
+3c89 70412901 jam 1 ,mem_le_txheader 
+3c8a 70412a00 jam 0 ,mem_le_txlen 
+3c8b 70019801 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
+3c8c 70019901 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
+3c8d 70436900 jam 0 ,mem_le_l2cap_att_states 
+3c8e 202040b4 branch le_supervision_flush 
+
+le_init_master:
+3c8f 44e4c019 bpatch patch19_1 ,mem_patch19 
+3c90 7834fc00 enable master 
+3c91 70016403 jam lemode_master ,mem_le_mode 
+3c92 70436b01 jam 1 ,mem_le_att_handle 
+3c93 70050601 jam 1 ,mem_le_search_handle_start 
+3c94 5800ffff setarg 0xffff 
+3c95 67e10508 store 2 ,mem_le_search_handle_end 
+3c96 18007e00 force 0 ,pdata 
+3c97 67e2c402 store 5 ,mem_ccm_pcnt_rx 
+3c98 79207e27 set1 le_ccm_directionbit ,pdata 
+3c99 67e2c3fd store 5 ,mem_ccm_pcnt_tx 
+3c9a 20203c7c branch le_init_conn 
+
+le_init_slave:
+3c9b 44e54019 bpatch patch19_2 ,mem_patch19 
+3c9c 7854fc00 disable master 
+3c9d 58000017 setarg 0x17 
+3c9e 67e142b6 store 2 ,mem_le_remote_mtu 
+3c9f 1fe0fe04 increase 4 ,pdata 
+3ca0 67e14378 store 2 ,mem_remote_rx_max_octets 
+3ca1 70016401 jam lemode_slave ,mem_le_mode 
+3ca2 70435b00 jam 0 ,mem_le_adv_enable 
+3ca3 70001500 jam 0 ,mem_lpm_current_mult 
+3ca4 20403d05 call le_clear_pairing_state 
+3ca5 6fe10191 fetch 2 ,mem_le_superto 
+3ca6 67e142c8 store 2 ,mem_le_init_superto 
+3ca7 6fe10165 fetch 2 ,mem_le_tsniff 
+3ca8 1feffe05 mul32 pdata ,5 ,pdata 
+3ca9 1ff1fe00 rshift4 pdata ,pdata 
+3caa 67e10191 store 2 ,mem_le_superto 
+3cab 20203c7c branch le_init_conn 
+
+le_conn_dispatch:
+3cac 44e5c019 bpatch patch19_3 ,mem_patch19 
+3cad 20403d2f call le_enable 
+3cae 6fe08163 fetch 1 ,mem_le_state 
+3caf 2feffe04 isolate1 lestate_encryption ,pdata 
+3cb0 79208032 setflag true ,mark_ble_encryption ,mark 
+3cb1 20404db3 call app_process_ble 
+3cb2 6fe08164 fetch 1 ,mem_le_mode 
+3cb3 c280bcb5 bbit1 mode_master ,le_master_dispatch 
+3cb4 20203cc7 branch le_slave_dispatch 
+
+le_master_dispatch:
+3cb5 44e64019 bpatch patch19_4 ,mem_patch19 
+3cb6 7834fc00 enable master 
+3cb7 204040aa call le_supervision_update 
+3cb8 20213cc4 branch le_master_disconn ,positive 
+3cb9 20403d75 call le_setup 
+3cba 20403fed call le_prepare_tx 
+3cbb 7856fc00 disable match 
+3cbc 20403eab call le_transmit_receive_sifs 
+3cbd 24768000 nrtn match 
+3cbe 6fe08005 fetch 1 ,mem_le_conn_rcv 
+3cbf 1fe0fe01 increase 1 ,pdata 
+3cc0 67e08005 store 1 ,mem_le_conn_rcv 
+3cc1 20403f9e call le_acknowledge 
+3cc2 7854fc00 disable master 
+3cc3 20600000 rtn 
+
+le_master_disconn:
+3cc4 20403cfa call le_disconnect 
+3cc5 7854fc00 disable master 
+3cc6 20600000 rtn 
+
+le_slave_dispatch:
+3cc7 44e6c019 bpatch patch19_5 ,mem_patch19 
+3cc8 70431100 jam 0 ,mem_le_md_count 
+3cc9 793f8030 set0 mark_ble_crc_fail ,mark 
+3cca 78577c00 disable attempt 
+3ccb 204040aa call le_supervision_update 
+3ccc 20213cfa branch le_slave_disconn ,positive 
+3ccd 6fe08198 fetch 1 ,mem_le_rx_phy 
+3cce 20403d16 call le_enable_phy_by_pdata 
+3ccf 20403d75 call le_setup 
+3cd0 20403dcc call le_receive_slave 
+3cd1 242c3ceb nbranch le_slave_unsync ,sync 
+3cd2 20403d09 call le_got_first_packet 
+3cd3 2036bcd6 branch le_slave_match ,match 
+3cd4 c5183cd6 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
+3cd5 20203ce5 branch le_slave_cont 
+
+le_slave_crc_fail:
+
+le_slave_match:
+3cd6 44e74019 bpatch patch19_6 ,mem_patch19 
+3cd7 6fe0c311 fetch 1 ,mem_le_md_count 
+3cd8 1fe0fe01 pincrease 1 
+3cd9 67e0c311 store 1 ,mem_le_md_count 
+3cda c0063ce5 beq le_md_max_count ,le_slave_cont 
+3cdb 20403f9e call le_acknowledge 
+3cdc 20403fed call le_prepare_tx 
+3cdd 6fe08199 fetch 1 ,mem_le_tx_phy 
+3cde 20403d16 call le_enable_phy_by_pdata 
+3cdf 20403ebc call le_transmit 
+3ce0 20404050 call le_parse 
+3ce1 6fe14396 fetch 2 ,mem_cb_ble_transmit 
+3ce2 204075e6 call callback_func 
+3ce3 20403cef call le_check_md 
+3ce4 20343cf4 branch le_slave_more_data ,user 
+
+le_slave_cont:
+3ce5 44e7c019 bpatch patch19_7 ,mem_patch19 
+3ce6 204046c1 call le_pairing_sm 
+3ce7 204046b8 call le_check_paring_time 
+3ce8 204070b1 call check_51cmd 
+3ce9 6fe08186 fetch 1 ,mem_le_op 
+3cea c281bcfa bbit1 op_disconn ,le_slave_disconn 
+
+le_slave_unsync:
+3ceb 44e8401a bpatch patch1a_0 ,mem_patch1a 
+3cec 204038cb call end_of_packet 
+3ced 2040417e call le_lpm_set_mult 
+3cee 202038f3 branch calc_clke_offset 
+
+le_check_md:
+3cef 78547c00 disable user 
+3cf0 c5157636 bmark1 mark_ble_rx_md ,enable_user 
+3cf1 c514f636 bmark1 mark_ble_tx_md ,enable_user 
+3cf2 c5187636 bmark1 mark_ble_crc_fail ,enable_user 
+3cf3 20600000 rtn 
+
+le_slave_more_data:
+3cf4 44e8c01a bpatch patch1a_1 ,mem_patch1a 
+3cf5 78377c00 enable attempt 
+3cf6 20403eaf call le_transmit_receive_sifs_notx 
+3cf7 2036bcd6 branch le_slave_match ,match 
+3cf8 c5183cd6 bmark1 mark_ble_crc_fail ,le_slave_crc_fail 
+3cf9 20203ce5 branch le_slave_cont 
+
+le_slave_disconn:
+
+le_disconnect:
+3cfa 44e9401a bpatch patch1a_2 ,mem_patch1a 
+3cfb 20403d00 call le_clear_connection_info 
+3cfc 20404e03 call app_disconn_reason_collect_ble 
+3cfd 20403d05 call le_clear_pairing_state 
+3cfe 7004c315 jam bt_evt_le_disconnected ,mem_fifo_temp 
+3cff 2020709b branch ui_ipc_send_event 
+
+le_clear_connection_info:
+3d00 d8a043ee arg mem_used_map ,contw 
+3d01 20407504 call memset0_16 
+3d02 70017900 jam 0 ,mem_le_conn_handle 
+3d03 70016400 jam lemode_idle ,mem_le_mode 
+3d04 70016300 jam 0 ,mem_le_state 
+
+le_clear_pairing_state:
+3d05 44e9c01a bpatch patch1a_3 ,mem_patch1a 
+3d06 7042d000 jam flag_le_enc_null ,mem_le_enc_state 
+3d07 7042cf00 jam flag_le_pairing_null ,mem_le_pairing_state 
+3d08 20600000 rtn 
+
+le_got_first_packet:
+3d09 44ea401a bpatch patch1a_4 ,mem_patch1a 
+3d0a 6fe08005 fetch 1 ,mem_le_conn_rcv 
+3d0b 1fe0fe01 increase 1 ,pdata 
+3d0c 67e08005 store 1 ,mem_le_conn_rcv 
+3d0d 6fe08163 fetch 1 ,mem_le_state 
+3d0e c3818000 rtnbit1 lestate_got_first_packet 
+3d0f 79207e03 set1 lestate_got_first_packet ,pdata 
+3d10 67e08163 store 1 ,mem_le_state 
+3d11 6fe142c8 fetch 2 ,mem_le_init_superto 
+3d12 67e10191 store 2 ,mem_le_superto 
+3d13 58000000 setarg 0 
+3d14 67e242f0 store 4 ,mem_le_transmit_window 
+3d15 20600000 rtn 
+
+le_enable_phy_by_pdata:
+3d16 1fe20400 copy pdata ,temp 
+3d17 44eac01a bpatch patch1a_5 ,mem_patch1a 
+3d18 18427e00 copy temp ,pdata 
+3d19 c2803d2f bbit1 bit_le_1m_phy ,le_enable 
+3d1a c280bd1f bbit1 bit_le_2m_phy ,le_enable_2m 
+3d1b c3013d2f bbit0 bit_le_coded_phy ,le_enable 
+3d1c c283bd2c bbit1 bit_le_coded_phy_s8 ,le_enable_coded_s8 
+3d1d c2813d25 bbit1 bit_le_coded_phy_s2 ,le_enable_coded_s2 
+3d1e 20203d2f branch le_enable 
+
+le_enable_2m:
+3d1f 20403d2f call le_enable 
+3d20 7920002d set1 mark_ble_2m ,mark 
+3d21 793f802f set0 mark_ble_lr ,mark 
+3d22 70890103 jam 0x03 ,0x8901 
+3d23 70892084 jam 0x84 ,0x8920 
+3d24 20600000 rtn 
+
+le_enable_coded_s2:
+
+le_enable_coded:
+3d25 20403d2f call le_enable 
+3d26 7920002f set1 mark_ble_lr ,mark 
+3d27 793f802e set0 mark_ble_lr_s8 ,mark 
+3d28 70890105 jam 0x05 ,0x8901 
+3d29 70892080 jam 0x80 ,0x8920 
+3d2a 70893020 jam 0x20 ,0x8930 
+3d2b 20600000 rtn 
+
+le_enable_coded_s8:
+3d2c 20403d25 call le_enable_coded 
+3d2d 7920002e set1 mark_ble_lr_s8 ,mark 
+3d2e 20600000 rtn 
+
+le_enable:
+3d2f 44eb401a bpatch patch1a_6 ,mem_patch1a 
+3d30 793f802d set0 mark_ble_2m ,mark 
+3d31 793f802f set0 mark_ble_lr ,mark 
+3d32 70890101 jam 0x01 ,0x8901 
+3d33 70892080 jam 0x80 ,0x8920 
+3d34 70893003 jam 0x03 ,0x8930 
+3d35 20600000 rtn 
+
+le_disable:
+3d36 44ebc01a bpatch patch1a_7 ,mem_patch1a 
+3d37 793f8032 set0 mark_ble_encryption ,mark 
+3d38 70890101 jam 0x01 ,0x8901 
+3d39 70892080 jam 0x80 ,0x8920 
+3d3a 70893003 jam 0x03 ,0x8930 
+3d3b 20600000 rtn 
+
+le_prep:
+3d3c 44ec401b bpatch patch1b_0 ,mem_patch1b 
+3d3d 7844fc00 disable enable_crc 
+3d3e 7843fc00 disable enable_white 
+3d3f 6fe1818b fetch 3 ,mem_le_crcinit 
+3d40 98001e00 iforce crc24_init 
+3d41 6fe08007 fetch 1 ,mem_le_ch_mapped 
+
+le_prep_next:
+3d42 1fed8400 reverse pdata ,temp 
+3d43 79200401 set1 1 ,temp 
+3d44 18431c00 rshift temp ,white_init 
+3d45 20600000 rtn 
+
+le_rx_setfreq:
+3d46 20403d4f call le_setfreq 
+
+le_rf_rx_enable:
+3d47 20403954 call set_freq_rx 
+3d48 6fe10039 fetch 2 ,mem_param_pll_setup 
+3d49 20403abc call sleep 
+3d4a 2020396a branch rf_rx_enable 
+
+le_tx_setfreq:
+3d4b 2036b9cf branch txon ,match 
+3d4c c51839cf bmark1 mark_ble_crc_fail ,txon 
+
+le_tx_setfreq0:
+3d4d 20403d4f call le_setfreq 
+3d4e 202039c9 branch set_freq_tx 
+
+le_setfreq:
+3d4f 44ecc01b bpatch patch1b_1 ,mem_patch1b 
+3d50 20403925 call set_sync_on 
+3d51 6fe081b6 fetch 1 ,mem_le_testtype 
+3d52 243a3d62 nbranch le_ctf_test ,blank 
+3d53 6fe08007 fetch 1 ,mem_le_ch_mapped 
+3d54 1fe67c24 sub pdata ,36 ,null 
+3d55 20213d5c branch le_ctf_normal ,positive 
+3d56 18000400 force 0 ,temp 
+3d57 c1128000 rtneq 37 
+3d58 18000418 force 24 ,temp 
+3d59 c1130000 rtneq 38 
+3d5a 1800044e force 78 ,temp 
+3d5b 20600000 rtn 
+
+le_ctf_normal:
+3d5c 1fe67c0a sub pdata ,10 ,null 
+3d5d 20213d5f branch le_ctf_low ,positive 
+3d5e 1fe0fe01 increase 1 ,pdata 
+
+le_ctf_low:
+3d5f 1fe3fe00 lshift pdata ,pdata 
+3d60 1fe08402 add pdata ,2 ,temp 
+3d61 20600000 rtn 
+
+le_ctf_test:
+3d62 6fe08007 fetch 1 ,mem_le_ch_mapped 
+3d63 1fe38400 lshift pdata ,temp 
+3d64 20600000 rtn 
+
+le_sca_map:
+3d65 d84001f4 arg 500 ,temp 
+3d66 207a0000 rtn blank 
+3d67 d84000fa arg 250 ,temp 
+3d68 c1008000 rtneq 1 
+3d69 d8400096 arg 150 ,temp 
+3d6a c1010000 rtneq 2 
+3d6b d8400064 arg 100 ,temp 
+3d6c c1018000 rtneq 3 
+3d6d d840004b arg 75 ,temp 
+3d6e c1020000 rtneq 4 
+3d6f d8400032 arg 50 ,temp 
+3d70 c1028000 rtneq 5 
+3d71 d8400028 arg 40 ,temp 
+3d72 c1030000 rtneq 6 
+3d73 d8400014 arg 20 ,temp 
+3d74 20600000 rtn 
+
+le_setup:
+3d75 44ed401b bpatch patch1b_2 ,mem_patch1b 
+3d76 78287c00 enable swfine 
+3d77 6fe20187 fetch 4 ,mem_le_access 
+3d78 98001200 iforce access 
+3d79 20403daa call le_map_channel 
+3d7a 58000200 setarg 0x200 
+3d7b 2034bd7e branch le_setup_master ,master 
+3d7c 6fe10171 fetch 2 ,mem_le_receive_window 
+3d7d 1fe37e00 rshift pdata ,pdata 
+
+le_setup_master:
+3d7e 68490039 fetcht 2 ,mem_param_pll_setup 
+3d7f 9840fe00 iadd temp ,pdata 
+3d80 20403aa3 call ahead_window 
+3d81 1b427e00 deposit clke 
+3d82 20600000 rtn 
+
+le_context_nextevent:
+3d83 44edc01b bpatch patch1b_3 ,mem_patch1b 
+3d84 204074b7 call push_stack_rega_b_c 
+3d85 672104ef storer loopcnt ,2 ,mem_loopcnt 
+3d86 1a208c01 add rega ,coffset_mode ,contr 
+3d87 efe08006 ifetch 1 ,contr 
+3d88 c4000000 rtnbit0 mode_le 
+3d89 1a208a1a add rega ,coffset_le_event_cnt ,contw 
+3d8a efe10005 ifetch 2 ,contw 
+3d8b 1fe0fe01 increase 1 ,pdata 
+3d8c e7e10005 istore 2 ,contw 
+3d8d 20403f1d call le_update_param 
+3d8e 20403f3f call le_update_channel_map 
+3d8f 20403f48 call le_update_phy 
+3d90 20403d94 call le_context_nexthop 
+3d91 204074c6 call pop_stack_rega_b_c 
+3d92 6f2104ef fetchr loopcnt ,2 ,mem_loopcnt 
+3d93 20600000 rtn 
+
+le_context_nexthop:
+3d94 1a208c19 add rega ,coffset_le_hop ,contr 
+3d95 efe08006 ifetch 1 ,contr 
+3d96 1a208a18 add rega ,coffset_le_ch ,contw 
+3d97 e8408005 ifetcht 1 ,contw 
+3d98 9840fe00 iadd temp ,pdata 
+3d99 1fe67c24 sub pdata ,36 ,null 
+3d9a 20213d9c branch le_nexthop_nowrap ,positive 
+3d9b 1fe0ffdb increase -37 ,pdata 
+
+le_nexthop_nowrap:
+3d9c e7e08005 istore 1 ,contw 
+3d9d 20600000 rtn 
+
+le_calc_channel_map:
+3d9e 1a208c30 add rega ,coffset_le_channel_map ,contr 
+3d9f efe28006 ifetch 5 ,contr 
+3da0 18000400 force 0 ,temp 
+3da1 18007225 force 37 ,loopcnt 
+
+le_count_channels_loop:
+3da2 c3003da4 bbit0 0 ,le_count_channels_notused 
+3da3 18408401 increase 1 ,temp 
+
+le_count_channels_notused:
+3da4 1fe37e00 rshift pdata ,pdata 
+3da5 c2003da2 loop le_count_channels_loop 
+3da6 1840ffff add temp ,-1 ,pdata 
+3da7 1a208a22 add rega ,coffset_le_channels ,contw 
+3da8 e7e08005 istore 1 ,contw 
+3da9 20600000 rtn 
+
+le_map_channel:
+3daa 44ee401b bpatch patch1b_4 ,mem_patch1b 
+3dab 6fe0817b fetch 1 ,mem_le_ch 
+3dac 98000e00 iforce queue 
+3dad 684a8193 fetcht 5 ,mem_le_channel_map 
+3dae a84fffff qisolate1 temp 
+3daf 2020bdbf branch le_map_channel_end ,true 
+
+le_map_channel_next:
+3db0 6fe08185 fetch 1 ,mem_le_channels 
+3db1 98e67e00 isub queue ,pdata 
+3db2 20213db5 branch le_map_channel_cont ,positive 
+3db3 1fe60fff sub pdata ,-1 ,queue 
+3db4 20203db0 branch le_map_channel_next 
+
+le_map_channel_cont:
+3db5 18e27200 copy queue ,loopcnt 
+3db6 18000e00 force 0 ,queue 
+
+le_map_channel_loop:
+3db7 a84fffff qisolate1 temp 
+3db8 2020bdba branch le_map_channel_skip ,true 
+3db9 1f20f201 increase 1 ,loopcnt 
+
+le_map_channel_skip:
+3dba 1f227e00 deposit loopcnt 
+3dbb 203a3dbf branch le_map_channel_end ,blank 
+3dbc 18e08e01 increase 1 ,queue 
+3dbd 1f20f3ff increase -1 ,loopcnt 
+3dbe 20203db7 branch le_map_channel_loop 
+
+le_map_channel_end:
+3dbf 18e27e00 deposit queue 
+3dc0 67e08007 store 1 ,mem_le_ch_mapped 
+3dc1 20600000 rtn 
+
+le_wait_tx:
+3dc2 2034bdc5 branch le_wait_master ,master 
+3dc3 37c18200 until null ,timeout 
+3dc4 20600000 rtn 
+
+le_wait_master:
+3dc5 d9600ea0 arg 0xea0 ,timeup 
+3dc6 34730200 until clkn_rt ,meet 
+3dc7 20600000 rtn 
+
+le_receive_adv:
+3dc8 78487c00 disable swfine 
+3dc9 6fe14319 fetch 2 ,mem_le_scan_window 
+3dca 1fe21600 copy pdata ,timeup 
+3dcb 20203dd2 branch le_receive_packet 
+
+le_receive_slave:
+3dcc 44eec01b bpatch patch1b_5 ,mem_patch1b 
+3dcd 20403e39 call le_dec_init 
+3dce 78287c00 enable swfine 
+3dcf 6fe10171 fetch 2 ,mem_le_receive_window 
+3dd0 684a42f0 fetcht 4 ,mem_le_transmit_window 
+3dd1 98409600 iadd temp ,timeup 
+
+le_receive_packet:
+3dd2 20403d46 call le_rx_setfreq 
+
+le_receive_rxon:
+3dd3 44ef401b bpatch patch1b_6 ,mem_patch1b 
+3dd4 20403d3c call le_prep 
+3dd5 c597bdda bmark0 mark_ble_lr ,le_receive_nolr 
+3dd6 783cfc00 pulse dewhiten_code_calc 
+3dd7 2000001e nop 30 
+3dd8 20403d3c call le_prep 
+3dd9 19699600 lshift3 timeup ,timeup 
+
+le_receive_nolr:
+3dda 7856fc00 disable match 
+3ddb 7826fc00 enable decode_fec0 
+3ddc 7830fc00 enable is_rx 
+3ddd 78507c00 disable is_tx 
+3dde 19623600 copy timeup ,stop_watch 
+3ddf 37c18400 correlate null ,timeout 
+3de0 20373de3 branch le_receive_on_attempt ,attempt 
+3de1 1b420400 copy clke ,temp 
+3de2 604b000f storet 6 ,mem_sync_clke 
+
+le_receive_on_attempt:
+3de3 242c3e75 nbranch le_unsync_end ,sync 
+3de4 44efc01b bpatch patch1b_7 ,mem_patch1b 
+3de5 78287c00 enable swfine 
+3de6 db604eab arg param_t_ifs_150us + param_20ms_init + param_sync_time_difference ,stop_watch 
+3de7 6fe0c11d fetch 1 ,mem_system_clk 
+3de8 9b6fb600 imul32 stop_watch ,stop_watch 
+3de9 2040644b call rf_debug_rx_sync_line 
+3dea 20373df0 branch le_receive_skip ,attempt 
+3deb 20403e7a call calc_clke_all_modem 
+3dec 6fe08163 fetch 1 ,mem_le_state 
+3ded c301bdf0 bbit0 lestate_got_first_packet ,le_receive_skip 
+3dee 684b000f fetcht 6 ,mem_sync_clke 
+3def 2055bb5a call lpm_adjust_clk ,wake 
+
+le_receive_skip:
+3df0 20403a45 call save_rssi 
+3df1 7823fc00 enable enable_white 
+3df2 7824fc00 enable enable_crc 
+3df3 09800008 parse demod ,bucket ,8 
+3df4 19897e00 rshift3 pwindow ,pdata 
+3df5 67e08047 store 1 ,mem_le_rxbuf_data_header 
+3df6 09800008 parse demod ,bucket ,8 
+3df7 19897e00 rshift3 pwindow ,pdata 
+3df8 67e08048 store 1 ,mem_le_rxbuf_data_length 
+3df9 1fe27200 copy pdata ,loopcnt 
+3dfa 2022be16 branch le_rx_nopayload ,zero 
+3dfb c5193e01 bmark1 mark_ble_encryption ,le_rx_dec 
+
+le_rx_loop:
+3dfc 09800008 parse demod ,bucket ,8 
+3dfd 19897e00 rshift3 pwindow ,pdata 
+3dfe e7e08005 istore 1 ,contw 
+3dff c2003dfc loop le_rx_loop 
+3e00 20203e16 branch le_rx_nopayload 
+
+le_rx_dec:
+3e01 18a22400 copy contw ,regb 
+3e02 44f0401c bpatch patch1c_0 ,mem_patch1c 
+3e03 20403f97 call le_check_retransmit 
+3e04 6a208048 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+3e05 1a20a3fc increase -4 ,rega 
+3e06 24213e6d nbranch le_mic_error ,positive 
+3e07 20403e3e call le_dec_start 
+3e08 1a420a00 copy regb ,contw 
+3e09 d8400000 arg 0 ,temp 
+3e0a 6f208048 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+3e0b 1f20f3fc increase -4 ,loopcnt 
+3e0c 2022be14 branch le_rx_dec_loop_end ,zero 
+
+le_rx_dec_loop:
+3e0d 09800008 parse demod ,bucket ,8 
+3e0e 19897e00 rshift3 pwindow ,pdata 
+3e0f e7e08005 istore 1 ,contw 
+3e10 18408401 increase 1 ,temp 
+3e11 18417c0f and temp ,0xf ,null 
+3e12 2042be5c call le_dec ,zero 
+3e13 c2003e0d loop le_rx_dec_loop 
+
+le_rx_dec_loop_end:
+3e14 20403e64 call le_dec_end 
+3e15 1a420a00 copy regb ,contw 
+
+le_rx_nopayload:
+3e16 44f0c01c bpatch patch1c_1 ,mem_patch1c 
+3e17 09800018 parse demod ,bucket ,24 
+3e18 1fef7e00 rshift32 pdata ,pdata 
+3e19 1ff17e00 rshift16 pdata ,pdata 
+3e1a e7e18005 istore 3 ,contw 
+3e1b 78287c00 enable swfine 
+3e1c 20403e88 call le_set_until_tx_timer 
+3e1d 20233e71 branch le_crc_fail ,crc_failed 
+3e1e c5993e28 bmark0 mark_ble_encryption ,le_rx_match 
+3e1f 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+3e20 203a3e28 branch le_rx_match ,blank 
+3e21 1fe0fffc increase -4 ,pdata 
+3e22 67e08048 store 1 ,mem_le_rxbuf_data_length 
+3e23 20406f07 call wait_ccm_done 
+3e24 6ff08108 fetch 1 ,core_misc_status 
+3e25 c303be6d bbit0 7 ,le_mic_error 
+3e26 1800700c force regidx_result ,regext_index 
+3e27 65e2014f storer regext ,4 ,mem_le_peer_mic 
+
+le_rx_match:
+3e28 2040644a call rf_debug_rx_crc_line 
+3e29 7836fc00 enable match 
+3e2a 793f8030 set0 mark_ble_crc_fail ,mark 
+
+le_crc_fail_tx:
+3e2b 44f1401c bpatch patch1c_2 ,mem_patch1c 
+3e2c 20406f09 call ccm_ctrl_clr 
+3e2d 6fe08198 fetch 1 ,mem_le_rx_phy 
+3e2e 7d3e7e07 nsetflag ble_coded_info ,bit_le_coded_phy_s8 ,pdata 
+3e2f 67e08198 store 1 ,mem_le_rx_phy 
+3e30 20403e33 call le_match_set_txfreq 
+
+le_match_set_sync_on:
+3e31 7846fc00 disable decode_fec0 
+3e32 20203925 branch set_sync_on 
+
+le_match_set_txfreq:
+3e33 44f1c01c bpatch patch1c_3 ,mem_patch1c 
+3e34 68488008 fetcht 1 ,mem_last_freq 
+3e35 1840a202 add temp ,2 ,rega 
+3e36 c516b98e bmark1 mark_ble_2m ,rf_tx_write_freq 
+3e37 1840a201 add temp ,1 ,rega 
+3e38 2020398e branch rf_tx_write_freq 
+
+le_dec_init:
+3e39 c6990000 rtnmark0 mark_ble_encryption 
+3e3a 20406fa4 call load_sk 
+3e3b 1800700c force regidx_result ,regext_index 
+3e3c 20406fac call aes_clear 
+3e3d 20206fab branch aes_clear_data 
+
+le_dec_start:
+3e3e 44f2401c bpatch patch1c_4 ,mem_patch1c 
+3e3f 70806c00 jam 0 ,core_ccm_aad0 
+3e40 70806d01 jam 1 ,core_ccm_aad1 
+3e41 6fe08047 fetch 1 ,mem_le_rxbuf_data_header 
+3e42 1fe17e03 and_into 0x3 ,pdata 
+3e43 67f0806e store 1 ,core_ccm_aad2 
+3e44 58000049 setarg mem_le_rxbuf_data_payload 
+3e45 67f10068 store 2 ,core_ccm_input_playload_addr 
+3e46 67f1006a store 2 ,core_ccm_output_playload_addr 
+3e47 6a208048 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+3e48 1a20a3fc increase -4 ,rega 
+3e49 684ac402 fetcht 5 ,mem_ccm_pcnt_rx 
+3e4a 280ffe0f isolate1 mark_old_packet ,mark 
+3e4b 2040be52 call le_pcnt_rx_sub1 ,true 
+3e4c 20406e74 call ccm_b0 
+3e4d 58000000 setarg 0 
+3e4e 67f100c1 store 2 ,core_ccm_inptr 
+3e4f 70800a06 jam 6 ,core_ccm_ctrl 
+3e50 70800a07 jam 7 ,core_ccm_ctrl 
+3e51 20600000 rtn 
+
+le_pcnt_rx_sub1:
+3e52 18467c00 sub temp ,0 ,null 
+3e53 2022be57 branch le_pcnt_rx_sub1_0 ,zero 
+3e54 184085ff increase -1 ,temp 
+3e55 79200427 set1 le_ccm_directionbit ,temp 
+3e56 20600000 rtn 
+
+le_pcnt_rx_sub1_0:
+3e57 58ffffff setarg 0xffffff 
+3e58 1ff07e00 lshift16 pdata ,pdata 
+3e59 d840ffff arg 0xffff ,temp 
+3e5a 98418400 ior temp ,temp 
+3e5b 20600000 rtn 
+
+le_dec:
+3e5c 18a22400 copy contw ,regb 
+3e5d 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+3e5e 1fe0fffc increase -4 ,pdata 
+3e5f 98467c00 isub temp ,null 
+3e60 20628000 rtn zero 
+3e61 605900c1 storet 2 ,core_ccm_inptr 
+3e62 1a420a00 copy regb ,contw 
+3e63 20600000 rtn 
+
+le_dec_end:
+3e64 09800020 parse demod ,bucket ,32 
+3e65 1fef7e00 rshift32 pdata ,pdata 
+3e66 1fecfe00 rshift8 pdata ,pdata 
+3e67 e7e20005 istore 4 ,contw 
+3e68 18a22400 copy contw ,regb 
+3e69 18007000 force regidx_data ,regext_index 
+3e6a 1fe25e00 copy pdata ,regext 
+3e6b 605900c1 storet 2 ,core_ccm_inptr 
+3e6c 20600000 rtn 
+
+le_mic_error:
+3e6d 20203e77 branch le_end_of_packet 
+
+le_retransmit_end_of_packet:
+3e6e 20403e88 call le_set_until_tx_timer 
+3e6f 204038cb call end_of_packet 
+3e70 20203e28 branch le_rx_match 
+
+le_crc_fail:
+3e71 2040644c call rf_debug_rx_crc_fail_line 
+3e72 c5183e75 bmark1 mark_ble_crc_fail ,le_crc_fail_consecutive 
+3e73 79200030 set1 mark_ble_crc_fail ,mark 
+3e74 20203e2b branch le_crc_fail_tx 
+
+le_unsync_end:
+
+le_crc_fail_consecutive:
+3e75 793f8030 set0 mark_ble_crc_fail ,mark 
+3e76 20203e77 branch le_end_of_packet 
+
+le_end_of_packet:
+3e77 44f2c01c bpatch patch1c_5 ,mem_patch1c 
+3e78 20406f09 call ccm_ctrl_clr 
+3e79 202038cb branch end_of_packet 
+
+calc_clke_all_modem:
+3e7a c517be80 bmark1 mark_ble_lr ,calc_clke_modem_coded 
+3e7b c516be84 bmark1 mark_ble_2m ,calc_clke_modem_2m 
+3e7c 6fe10041 fetch 2 ,mem_param_clke_cal_le_1m 
+3e7d 1fe25200 copy pdata ,clke_rt 
+3e7e 1c225000 copy bt_clk ,clke_bt 
+3e7f 20600000 rtn 
+
+calc_clke_modem_coded:
+3e80 6fe10045 fetch 2 ,mem_param_clke_cal_le_coded 
+3e81 1fe25200 copy pdata ,clke_rt 
+3e82 1c20d001 add bt_clk ,1 ,clke_bt 
+3e83 20600000 rtn 
+
+calc_clke_modem_2m:
+3e84 6fe10043 fetch 2 ,mem_param_clke_cal_le_2m 
+3e85 1fe25200 copy pdata ,clke_rt 
+3e86 1c225000 copy bt_clk ,clke_bt 
+3e87 20600000 rtn 
+
+le_set_until_tx_timer:
+3e88 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+3e89 1fe08405 add pdata ,5 ,temp 
+3e8a 18498400 lshift3 temp ,temp 
+3e8b 6fe08198 fetch 1 ,mem_le_rx_phy 
+3e8c c517be8f bmark1 mark_ble_lr ,le_set_until_tx_timer_rx_lr 
+3e8d c2803e91 bbit1 bit_le_1m_phy ,le_set_until_tx_timer_rx_1m 
+3e8e c280be92 bbit1 bit_le_2m_phy ,le_set_until_tx_timer_rx_2m 
+
+le_set_until_tx_timer_rx_lr:
+3e8f 203e3e94 branch le_set_until_tx_timer_rx_coded_s2 ,ble_coded_info 
+3e90 20203e97 branch le_set_until_tx_timer_rx_coded_s8 
+
+le_set_until_tx_timer_rx_1m:
+3e91 20203e9c branch le_calc_stop_watch 
+
+le_set_until_tx_timer_rx_2m:
+3e92 18430400 rshift temp ,temp 
+3e93 20203e9c branch le_calc_stop_watch 
+
+le_set_until_tx_timer_rx_coded_s2:
+3e94 18408403 add temp ,3 ,temp 
+3e95 18438400 lshift temp ,temp 
+3e96 20203e99 branch le_set_until_tx_timer_rx_coded 
+
+le_set_until_tx_timer_rx_coded_s8:
+3e97 18408403 add temp ,3 ,temp 
+3e98 18498400 lshift3 temp ,temp 
+
+le_set_until_tx_timer_rx_coded:
+3e99 58000028 setarg param_coded_c1_term1_time_40us 
+3e9a 98408400 iadd temp ,temp 
+3e9b 20203e9c branch le_calc_stop_watch 
+
+le_calc_stop_watch:
+3e9c 6fe0c11d fetch 1 ,mem_system_clk 
+3e9d 984f8400 imul32 temp ,temp 
+3e9e da204e20 arg param_20ms_init ,rega 
+3e9f 9a2ffe00 imul32 rega ,pdata 
+3ea0 98460400 isub temp ,temp 
+3ea1 1b627e00 copy stop_watch ,pdata 
+3ea2 98463600 isub temp ,stop_watch 
+3ea3 20600000 rtn 
+
+le_transmit_receive_sifs_without_change_mode:
+3ea4 20403ebc call le_transmit 
+3ea5 68488008 fetcht 1 ,mem_last_freq 
+3ea6 20403954 call set_freq_rx 
+3ea7 2040396a call rf_rx_enable 
+3ea8 78287c00 enable swfine 
+3ea9 d960157c arg 5500 ,timeup 
+3eaa 20203dd3 branch le_receive_rxon 
+
+le_transmit_receive_sifs:
+3eab 44f3401c bpatch patch1c_6 ,mem_patch1c 
+3eac 6fe08199 fetch 1 ,mem_le_tx_phy 
+3ead 20403d16 call le_enable_phy_by_pdata 
+3eae 20403ebc call le_transmit 
+
+le_transmit_receive_sifs_notx:
+3eaf 6fe08198 fetch 1 ,mem_le_rx_phy 
+3eb0 20403d16 call le_enable_phy_by_pdata 
+3eb1 68488008 fetcht 1 ,mem_last_freq 
+3eb2 20403954 call set_freq_rx 
+3eb3 2040396a call rf_rx_enable 
+3eb4 78287c00 enable swfine 
+3eb5 d960157c arg 5500 ,timeup 
+3eb6 c597bdd3 bmark0 mark_ble_lr ,le_receive_rxon 
+3eb7 d9602134 arg 8500 ,timeup 
+3eb8 20203dd3 branch le_receive_rxon 
+
+le_transmit_norx:
+3eb9 44f3c01c bpatch patch1c_7 ,mem_patch1c 
+3eba 20403ebc call le_transmit 
+3ebb 202038cb branch end_of_packet 
+
+le_transmit:
+3ebc 44f4401d bpatch patch1d_0 ,mem_patch1d 
+3ebd 20403d3c call le_prep 
+3ebe 20403d4b call le_tx_setfreq 
+3ebf 20406451 call rf_debug_tx_on_line 
+3ec0 79202a00 set1 txgfsk ,radio_ctrl 
+3ec1 782efc00 enable encode_fec0 
+3ec2 78307c00 enable is_tx 
+3ec3 7850fc00 disable is_rx 
+3ec4 20403dc2 call le_wait_tx 
+3ec5 785d7c00 disable lr_s2en 
+3ec6 c517beff bmark1 mark_ble_lr ,le_transmit_lr 
+3ec7 c516bf11 bmark1 mark_ble_2m ,le_transmit_2m 
+3ec8 19317e00 rshift16 access ,pdata 
+3ec9 1fecfe00 rshift8 pdata ,pdata 
+3eca 1ff1fe00 rshift4 pdata ,pdata 
+3ecb 08008628 inject mod ,40 
+
+le_transmit_packet:
+3ecc 7823fc00 enable enable_white 
+3ecd 7824fc00 enable enable_crc 
+3ece 44f4c01d bpatch patch1d_1 ,mem_patch1d 
+3ecf 6fe0c129 fetch 1 ,mem_le_txheader 
+3ed0 08008608 inject mod ,8 
+3ed1 efe08006 ifetch 1 ,contr 
+3ed2 1fe27200 copy pdata ,loopcnt 
+3ed3 08008608 inject mod ,8 
+3ed4 1f267c00 sub loopcnt ,0 ,null 
+3ed5 2022bedd branch le_tr_nopayload ,zero 
+3ed6 6ff0800a fetch 1 ,core_ccm_ctrl 
+3ed7 203a3ed9 branch le_transmit_packet_not_enc ,blank 
+3ed8 c5193ef4 bmark1 mark_ble_encryption ,le_transmit_packet_enc 
+
+le_transmit_packet_not_enc:
+3ed9 d8c0412b arg mem_le_txpayload ,contr 
+
+le_tr_loop:
+3eda efe08006 ifetch 1 ,contr 
+3edb 08008608 inject mod ,8 
+3edc c2003eda loop le_tr_loop 
+
+le_tr_nopayload:
+3edd 78247c00 enable enable_parity 
+3ede 08008618 inject mod ,24 
+3edf 78447c00 disable enable_parity 
+3ee0 c597bee4 bmark0 mark_ble_lr ,le_transmit_skip 
+3ee1 7843fc00 disable enable_white 
+3ee2 58000000 setarg 0 
+3ee3 08008603 inject mod ,3 
+
+le_transmit_skip:
+3ee4 37d38200 until null ,tx_clear 
+3ee5 20000064 nop 100 
+3ee6 44f5401d bpatch patch1d_2 ,mem_patch1d 
+3ee7 784efc00 disable encode_fec0 
+3ee8 785c7c00 disable encode_fec3 
+3ee9 20403925 call set_sync_on 
+3eea 2040644f call rf_debug_tx_off_line 
+
+le_check_start_pause_enc:
+3eeb 6fe0c129 fetch 1 ,mem_le_txheader 
+3eec 1fe17e03 and pdata ,llid_le_ll ,pdata 
+3eed c1818000 rtnne llid_le_ll 
+3eee 6fe0c2d0 fetch 1 ,mem_le_enc_state 
+3eef c0013fd8 beq flag_le_enc_pause ,le_clear_enc 
+3ef0 c1828000 rtnne flag_le_send_start_enc_req 
+3ef1 6fe0c12b fetch 1 ,mem_le_txpayload 
+3ef2 c002bfd3 beq ll_start_enc_req ,le_set_enc 
+3ef3 20600000 rtn 
+
+le_transmit_packet_enc:
+3ef4 1f20f3fc increase -4 ,loopcnt 
+3ef5 1f220400 copy loopcnt ,temp 
+3ef6 20406ef4 call ccm_wait_enc 
+3ef7 d8c0412b arg mem_le_txpayload ,contr 
+
+le_transmit_packet_enc_loop:
+3ef8 efe08006 ifetch 1 ,contr 
+3ef9 08008608 inject mod ,8 
+3efa c2003ef8 loop le_transmit_packet_enc_loop 
+3efb 20406ef9 call ccm_check_enc_done 
+3efc 1de27e00 copy regext ,pdata 
+3efd 08008620 inject mod ,32 
+3efe 20203edd branch le_tr_nopayload 
+
+le_transmit_lr:
+3eff df20000a arg 10 ,loopcnt 
+
+le_transmit_lr_preamble_loop:
+3f00 5800003c setarg 0x3c 
+3f01 08008608 inject mod ,8 
+3f02 c2003f00 loop le_transmit_lr_preamble_loop 
+3f03 784efc00 disable encode_fec0 
+3f04 783c7c00 enable encode_fec3 
+3f05 19317e00 rshift16 access ,pdata 
+3f06 1ff17e00 rshift16 pdata ,pdata 
+3f07 1ff1fe00 rshift4 pdata ,pdata 
+3f08 08008620 inject mod ,32 
+3f09 c5173f0e bmark1 mark_ble_lr_s8 ,le_transmit_lr_s8 
+
+le_transmit_lr_s2:
+3f0a 58000001 setarg 1 
+3f0b 08008605 inject mod ,5 
+3f0c 783d7c00 enable lr_s2en 
+3f0d 20203ecc branch le_transmit_packet 
+
+le_transmit_lr_s8:
+3f0e 58000000 setarg 0 
+3f0f 08008605 inject mod ,5 
+3f10 20203ecc branch le_transmit_packet 
+
+le_transmit_2m:
+3f11 6fe0c11d fetch 1 ,mem_system_clk 
+3f12 1fe37200 rshift pdata ,loopcnt 
+
+le_transmit_2m_dealy:
+3f13 20000002 nop 2 
+3f14 c2003f13 loop le_transmit_2m_dealy 
+3f15 19317e00 rshift16 access ,pdata 
+3f16 1fecfe00 rshift8 pdata ,pdata 
+3f17 1ff18400 rshift4 pdata ,temp 
+3f18 18427e00 copy temp ,pdata 
+3f19 08008608 inject mod ,8 
+3f1a 18427e00 copy temp ,pdata 
+3f1b 08008628 inject mod ,40 
+3f1c 20203ecc branch le_transmit_packet 
+
+le_update_param:
+3f1d da603f21 arg le_update_param_ahead1_cb ,regc 
+3f1e da403f37 arg le_update_param_cb ,regb 
+3f1f d8e00005 arg lestate_update_param ,queue 
+3f20 20203f76 branch le_check_update_flag 
+
+le_update_param_ahead1_cb:
+3f21 1a208c04 add rega ,coffset_sniff_anchor ,contr 
+3f22 e8420006 ifetcht 4 ,contr 
+3f23 1a208c37 add rega ,coffest_le_new_transmitwindowsize ,contr 
+3f24 efe08006 ifetch 1 ,contr 
+3f25 1a208a2b add rega ,coffset_le_window_size ,contw 
+3f26 e7e08005 istore 1 ,contw 
+3f27 efe10006 ifetch 2 ,contr 
+3f28 1febfe00 lshift2 pdata ,pdata 
+3f29 98409600 iadd temp ,timeup 
+3f2a 1a208a04 add rega ,coffset_sniff_anchor ,contw 
+3f2b 19627e00 deposit timeup 
+3f2c e7e20005 istore 4 ,contw 
+3f2d efe10006 ifetch 2 ,contr 
+3f2e 1febfe00 lshift2 pdata ,pdata 
+3f2f 1a208a02 add rega ,coffset_tsniff ,contw 
+3f30 e7e10005 istore 2 ,contw 
+3f31 efe10006 ifetch 2 ,contr 
+3f32 1a208a2c add rega ,coffset_le_slave_latency ,contw 
+3f33 e7e10005 istore 2 ,contw 
+3f34 efe10006 ifetch 2 ,contr 
+3f35 67e142c8 store 2 ,mem_le_init_superto 
+3f36 202040b7 branch le_receive_window_size 
+
+le_update_param_cb:
+3f37 efe08011 ifetch 1 ,rega 
+3f38 793ffe03 set0 lestate_got_first_packet ,pdata 
+3f39 e7e08011 istore 1 ,rega 
+3f3a 622104d8 storer rega ,2 ,mem_rega 
+3f3b 7004c344 jam bt_evt_le_parse_conn_param_accepted ,mem_fifo_temp 
+3f3c 2040709b call ui_ipc_send_event 
+3f3d 6a2104d8 fetchr rega ,2 ,mem_rega 
+3f3e 20600000 rtn 
+
+le_update_channel_map:
+3f3f da600000 arg 0 ,regc 
+3f40 da403f43 arg le_update_channel_map_cb ,regb 
+3f41 d8e00006 arg lestate_update_map ,queue 
+3f42 20203f76 branch le_check_update_flag 
+
+le_update_channel_map_cb:
+3f43 1a208c37 add rega ,coffset_le_new_map ,contr 
+3f44 efe28006 ifetch 5 ,contr 
+3f45 1a208a30 add rega ,coffset_le_channel_map ,contw 
+3f46 e7e28005 istore 5 ,contw 
+3f47 20203d9e branch le_calc_channel_map 
+
+le_update_phy:
+3f48 da600000 arg 0 ,regc 
+3f49 da403f4c arg le_update_phy_cb ,regb 
+3f4a d8e00007 arg lestate_update_phy ,queue 
+3f4b 20203f76 branch le_check_update_flag 
+
+le_update_phy_cb:
+3f4c 1a208c37 add rega ,coffset_le_new_m2s_phy ,contr 
+3f4d efe08006 ifetch 1 ,contr 
+3f4e 20403f59 call le_update_phy_cb_m2s 
+3f4f e7e08005 istore 1 ,contw 
+3f50 1a208c38 add rega ,coffset_le_new_s2m_phy ,contr 
+3f51 efe08006 ifetch 1 ,contr 
+3f52 20403f67 call le_update_phy_cb_s2m 
+3f53 e7e08005 istore 1 ,contw 
+3f54 622104d8 storer rega ,2 ,mem_rega 
+3f55 7004c342 jam bt_evt_le_update_phy ,mem_fifo_temp 
+3f56 2040709b call ui_ipc_send_event 
+3f57 6a2104d8 fetchr rega ,2 ,mem_rega 
+3f58 20600000 rtn 
+
+le_update_phy_cb_m2s:
+3f59 205a3f61 call le_update_phy_cb_m2s_no_change ,blank 
+3f5a 1a208a35 add rega ,coffset_le_rx_phy ,contw 
+3f5b 24748000 nrtn master 
+3f5c 6848c376 fetcht 1 ,mem_le_tx_phys 
+3f5d 284ffe07 isolate1 bit_le_coded_phy_s8 ,temp 
+3f5e 7920fe07 setflag true ,bit_le_coded_phy_s8 ,pdata 
+3f5f 1a208a36 add rega ,coffset_le_tx_phy ,contw 
+3f60 20600000 rtn 
+
+le_update_phy_cb_m2s_no_change:
+3f61 1a208c35 add rega ,coffset_le_rx_phy ,contr 
+3f62 efe08006 ifetch 1 ,contr 
+3f63 24748000 nrtn master 
+3f64 1a208c36 add rega ,coffset_le_tx_phy ,contr 
+3f65 efe08006 ifetch 1 ,contr 
+3f66 20600000 rtn 
+
+le_update_phy_cb_s2m:
+3f67 205a3f70 call le_update_phy_cb_s2m_no_change ,blank 
+3f68 6848c376 fetcht 1 ,mem_le_tx_phys 
+3f69 284ffe07 isolate1 bit_le_coded_phy_s8 ,temp 
+3f6a 7920fe07 setflag true ,bit_le_coded_phy_s8 ,pdata 
+3f6b 1a208a36 add rega ,coffset_le_tx_phy ,contw 
+3f6c 24748000 nrtn master 
+3f6d 793ffe07 set0 bit_le_coded_phy_s8 ,pdata 
+3f6e 1a208a35 add rega ,coffset_le_rx_phy ,contw 
+3f6f 20600000 rtn 
+
+le_update_phy_cb_s2m_no_change:
+3f70 1a208c36 add rega ,coffset_le_tx_phy ,contr 
+3f71 efe08006 ifetch 1 ,contr 
+3f72 24748000 nrtn master 
+3f73 1a208c35 add rega ,coffset_le_rx_phy ,contr 
+3f74 efe08006 ifetch 1 ,contr 
+3f75 20600000 rtn 
+
+le_check_update_flag:
+3f76 44f5c01d bpatch patch1d_3 ,mem_patch1d 
+3f77 efe08011 ifetch 1 ,rega 
+3f78 afec0000 qisolate0 pdata 
+3f79 20608000 rtn true 
+3f7a 1a208c1a add rega ,coffset_le_event_cnt ,contr 
+3f7b e8410006 ifetcht 2 ,contr 
+3f7c 1a208c20 add rega ,coffset_le_instant ,contr 
+3f7d efe10006 ifetch 2 ,contr 
+3f7e 98467e00 isub temp ,pdata 
+3f7f 2022bf86 branch le_update ,zero 
+3f80 24213f8b nbranch le_check_update_small ,positive 
+3f81 1fe67c01 sub pdata ,1 ,null 
+3f82 2022bf84 branch le_update_ahead1 ,zero 
+3f83 20600000 rtn 
+
+le_update_ahead1:
+3f84 1a627e00 copy regc ,pdata 
+3f85 202075e6 branch callback_func 
+
+le_update:
+3f86 efe08011 ifetch 1 ,rega 
+3f87 f93ffe00 qset0 pdata 
+3f88 e7e08011 istore 1 ,rega 
+3f89 1a427e00 copy regb ,pdata 
+3f8a 202075e6 branch callback_func 
+
+le_check_update_small:
+3f8b 1a208c1a add rega ,coffset_le_event_cnt ,contr 
+3f8c efe10006 ifetch 2 ,contr 
+3f8d 1a208c20 add rega ,coffset_le_instant ,contr 
+3f8e efe10006 ifetch 2 ,contr 
+3f8f 98467e00 isub temp ,pdata 
+3f90 d840ffff arg 0xffff ,temp 
+3f91 98467c00 isub temp ,null 
+3f92 2022bf86 branch le_update ,zero 
+3f93 d840f000 arg 0xf000 ,temp 
+3f94 98467c00 isub temp ,null 
+3f95 24213f86 nbranch le_update ,positive 
+3f96 20600000 rtn 
+
+le_check_retransmit:
+3f97 6848817a fetcht 1 ,mem_le_arq 
+3f98 6fe08047 fetch 1 ,mem_le_rxbuf_data_header 
+3f99 1fe37e00 rshift pdata ,pdata 
+3f9a 9842fe00 ixor temp ,pdata 
+3f9b 2feffe02 isolate1 nesn ,pdata 
+3f9c 7920800f setflag true ,mark_old_packet ,mark 
+3f9d 20600000 rtn 
+
+le_acknowledge:
+3f9e 44f6401d bpatch patch1d_4 ,mem_patch1d 
+3f9f 204040b4 call le_supervision_flush 
+3fa0 c6180000 rtnmark1 mark_ble_crc_fail 
+3fa1 20403fc5 call le_check_wak 
+3fa2 6fe08047 fetch 1 ,mem_le_rxbuf_data_header 
+3fa3 2feffe04 isolate1 md ,pdata 
+3fa4 7920802a setflag true ,mark_ble_rx_md ,mark 
+3fa5 1fe37e00 rshift pdata ,pdata 
+3fa6 9842fe00 ixor temp ,pdata 
+3fa7 2feffe02 isolate1 nesn ,pdata 
+3fa8 7920800f setflag true ,mark_old_packet ,mark 
+3fa9 c6078000 rtnmark1 mark_old_packet 
+3faa 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+3fab 203a3fb7 branch le_ack_unenc ,blank 
+3fac 6fe08163 fetch 1 ,mem_le_state 
+3fad c3023fb7 bbit0 lestate_encryption ,le_ack_unenc 
+3fae 684a014f fetcht 4 ,mem_le_peer_mic 
+3faf 6fe24407 fetch 4 ,mem_ccm_last_mic 
+3fb0 98467c00 isub temp ,null 
+3fb1 2022baba branch assert ,zero 
+3fb2 604a4407 storet 4 ,mem_ccm_last_mic 
+3fb3 6fe2c402 fetch 5 ,mem_ccm_pcnt_rx 
+3fb4 1fe0fe01 increase 1 ,pdata 
+3fb5 79207e27 set1 le_ccm_directionbit ,pdata 
+3fb6 67e2c402 store 5 ,mem_ccm_pcnt_rx 
+
+le_ack_unenc:
+3fb7 6848817a fetcht 1 ,mem_le_arq 
+3fb8 79400402 setflip nesn ,temp 
+3fb9 6048817a storet 1 ,mem_le_arq 
+3fba 6fe0c2f4 fetch 1 ,mem_le_configuration 
+3fbb c4030000 rtnbit0 bit_ble_deal_bb_packet 
+3fbc 44f6c01d bpatch patch1d_5 ,mem_patch1d 
+3fbd 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+3fbe 207a0000 rtn blank 
+3fbf 6fe08047 fetch 1 ,mem_le_rxbuf_data_header 
+3fc0 2fe00601 compare llid_continue ,pdata ,3 
+3fc1 2020c5c5 branch le_parse_writing_attribute_continue ,true 
+3fc2 2fe00602 compare llid_start ,pdata ,3 
+3fc3 2020c5b3 branch le_parse_writing_attribute_start ,true 
+3fc4 20600000 rtn 
+
+le_check_wak:
+3fc5 44f7401d bpatch patch1d_6 ,mem_patch1d 
+3fc6 6848817a fetcht 1 ,mem_le_arq 
+3fc7 284c0005 isolate0 wak ,temp 
+3fc8 20608000 rtn true 
+3fc9 6fe08047 fetch 1 ,mem_le_rxbuf_data_header 
+3fca 1fe3fe00 lshift pdata ,pdata 
+3fcb 9842fe00 ixor temp ,pdata 
+3fcc c4018000 rtnbit0 sn 
+3fcd 793f8405 set0 wak ,temp 
+3fce 79400403 setflip sn ,temp 
+3fcf 6048817a storet 1 ,mem_le_arq 
+3fd0 28400603 compare 3 ,temp ,3 
+3fd1 24608000 nrtn true 
+3fd2 20600000 rtn 
+
+le_set_enc:
+3fd3 6fe08163 fetch 1 ,mem_le_state 
+3fd4 79207e04 set1 lestate_encryption ,pdata 
+3fd5 67e08163 store 1 ,mem_le_state 
+3fd6 79200032 set1 mark_ble_encryption ,mark 
+3fd7 20600000 rtn 
+
+le_clear_enc:
+3fd8 44f7c01d bpatch patch1d_7 ,mem_patch1d 
+3fd9 7042d000 jam flag_le_enc_null ,mem_le_enc_state 
+3fda dfe00000 arg 0 ,pdata 
+3fdb 67e24407 store 4 ,mem_ccm_last_mic 
+3fdc 67e2c3fd store 5 ,mem_ccm_pcnt_tx 
+3fdd 79207e27 set1 le_ccm_directionbit ,pdata 
+3fde 67e2c402 store 5 ,mem_ccm_pcnt_rx 
+3fdf 6fe08163 fetch 1 ,mem_le_state 
+3fe0 793ffe04 set0 lestate_encryption ,pdata 
+3fe1 67e08163 store 1 ,mem_le_state 
+3fe2 793f8032 set0 mark_ble_encryption ,mark 
+3fe3 20600000 rtn 
+
+le_scan_check_sender_addr_type:
+3fe4 da200001 arg 1 ,rega 
+3fe5 6fe08047 fetch 1 ,mem_le_rxbuf_adv_connect_ind_header 
+3fe6 c3830000 rtnbit1 le_sender_addr_bit 
+3fe7 da200000 arg 0 ,rega 
+3fe8 20600000 rtn 
+
+le_get_master_rx_max:
+3fe9 18c20a00 copy contr ,contw 
+3fea 68494378 fetcht 2 ,mem_remote_rx_max_octets 
+3feb 18a20c00 copy contw ,contr 
+3fec 20600000 rtn 
+
+le_prepare_tx:
+3fed 44f8401e bpatch patch1e_0 ,mem_patch1e 
+3fee 6fe0817a fetch 1 ,mem_le_arq 
+3fef c3828000 rtnbit1 wak 
+3ff0 2040400e call le_check_tx_md 
+3ff1 204041eb call le_fifo_get_first_tx_ptr 
+3ff2 203a4032 branch le_send_empty ,blank 
+3ff3 efe10006 ifetch 2 ,contr 
+3ff4 e8410006 ifetcht 2 ,contr 
+3ff5 18422200 copy temp ,rega 
+3ff6 9a267e00 isub rega ,pdata 
+3ff7 20403fe9 call le_get_master_rx_max 
+3ff8 2040762c call not_greater_than 
+3ff9 1fe20400 copy pdata ,temp 
+3ffa e8208006 ifetchr type ,1 ,contr 
+3ffb 1a227e00 copy rega ,pdata 
+3ffc 98c0fe00 iadd contr ,pdata 
+3ffd 67e104e3 store 2 ,mem_contr 
+3ffe 20404022 call le_update_tx_type 
+3fff 20404034 call le_send_packet 
+4000 204041eb call le_fifo_get_first_tx_ptr 
+4001 efe10006 ifetch 2 ,contr 
+4002 1fe22200 copy pdata ,rega 
+4003 18c22600 copy contr ,regc 
+4004 e8410006 ifetcht 2 ,contr 
+4005 18422400 copy temp ,regb 
+4006 9a467e00 isub regb ,pdata 
+4007 20403fe9 call le_get_master_rx_max 
+4008 2040762c call not_greater_than 
+4009 9a40fe00 iadd regb ,pdata 
+400a e7e10013 istore 2 ,regc 
+400b 9a267c00 isub rega ,null 
+400c 24628000 nrtn zero 
+400d 20204205 branch le_fifo_release_first_node 
+
+le_check_tx_md:
+400e 20404015 call le_check_continue 
+400f c6148000 rtnmark1 mark_ble_tx_md 
+4010 6fe0c2f4 fetch 1 ,mem_le_configuration 
+4011 c3014020 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
+4012 204041ef call le_fifo_get_second_tx_ptr 
+4013 203a4020 branch le_clear_md ,blank 
+4014 2020401e branch le_set_md 
+
+le_check_continue:
+4015 204041eb call le_fifo_get_first_tx_ptr 
+4016 203a4020 branch le_clear_md ,blank 
+4017 efe10006 ifetch 2 ,contr 
+4018 e8410006 ifetcht 2 ,contr 
+4019 98462200 isub temp ,rega 
+401a 20403fe9 call le_get_master_rx_max 
+401b 18427e00 copy temp ,pdata 
+401c 9a267c00 isub rega ,null 
+401d 20214020 branch le_clear_md ,positive 
+
+le_set_md:
+401e 79200029 set1 mark_ble_tx_md ,mark 
+401f 20600000 rtn 
+
+le_clear_md:
+4020 793f8029 set0 mark_ble_tx_md ,mark 
+4021 20600000 rtn 
+
+le_update_tx_type:
+4022 1a227e00 copy rega ,pdata 
+4023 207a0000 rtn blank 
+4024 d8200001 arg llid_continue ,type 
+4025 20600000 rtn 
+
+le_att_check_notification_enable:
+4026 44f8c01e bpatch patch1e_1 ,mem_patch1e 
+4027 18408401 increase 1 ,temp 
+4028 204040e6 call le_att_get_handle_ptr 
+4029 18c08dfe increase -2 ,contr 
+402a efe10006 ifetch 2 ,contr 
+402b d8402902 arg client_charactertic_configuration ,temp 
+402c 98467c00 isub temp ,null 
+402d 24628000 nrtn zero 
+402e 18c08c01 increase 1 ,contr 
+402f 18c22200 copy contr ,rega 
+4030 efe08006 ifetch 1 ,contr 
+4031 20600000 rtn 
+
+le_send_empty:
+4032 18000400 force 0 ,temp 
+4033 18000201 force 1 ,type 
+
+le_send_packet:
+4034 44f9401e bpatch patch1e_2 ,mem_patch1e 
+4035 6048c12a storet 1 ,mem_le_txlen 
+4036 6848817a fetcht 1 ,mem_le_arq 
+4037 79200405 set1 wak ,temp 
+4038 18417efc and temp ,0xfc ,pdata 
+4039 9821fe00 ior type ,pdata 
+403a 67e0817a store 1 ,mem_le_arq 
+403b 1fe17e1f and_into 0x1f ,pdata 
+403c 280ffe29 isolate1 mark_ble_tx_md ,mark 
+403d 7920fe04 setflag true ,md ,pdata 
+403e 67e0c129 store 1 ,mem_le_txheader 
+403f 6fe0c129 fetch 1 ,mem_le_txheader 
+4040 28200601 compare 1 ,type ,3 
+4041 2420c044 nbranch le_send_no_txlen ,true 
+4042 6fe0c12a fetch 1 ,mem_le_txlen 
+4043 207a0000 rtn blank 
+
+le_send_no_txlen:
+4044 c519404a bmark1 mark_ble_encryption ,le_send_packet_enc 
+4045 6f20c12a fetchr loopcnt ,1 ,mem_le_txlen 
+4046 6fe104e3 fetch 2 ,mem_contr 
+4047 1fe20c00 copy pdata ,contr 
+4048 d8a0412b arg mem_le_txpayload ,contw 
+4049 2020753b branch memcpy_fast 
+
+le_send_packet_enc:
+404a 20406fa4 call load_sk 
+404b 20206edb branch le_encrypt_new_start 
+
+get_lpm_wake_ble_rx_lock:
+404c d8e00000 arg wake_lock_ble_rx ,queue 
+404d 20203c54 branch lpm_get_wake_lock 
+
+put_lpm_wake_ble_rx_lock:
+404e d8e00000 arg wake_lock_ble_rx ,queue 
+404f 20203c58 branch lpm_put_wake_lock 
+
+le_parse:
+4050 44f9c01e bpatch patch1e_3 ,mem_patch1e 
+4051 c6078000 rtnmark1 mark_old_packet 
+4052 c6180000 rtnmark1 mark_ble_crc_fail 
+4053 6fe08047 fetch 1 ,mem_le_rxbuf_data_header 
+4054 1fe17e03 and pdata ,0x3 ,pdata 
+4055 67e0c307 store 1 ,mem_le_packet_llid 
+4056 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+4057 207a0000 rtn blank 
+4058 58000049 setarg mem_le_rxbuf_data_payload 
+4059 67e1430c store 2 ,mem_le_payload_ptr 
+405a 44fa401e bpatch patch1e_4 ,mem_patch1e 
+405b 6fe0c307 fetch 1 ,mem_le_packet_llid 
+405c c001c6ff beq llid_le_ll ,le_parse_ll 
+
+le_parse_l2cap:
+405d 2040406a call le_check_l2cap_complete 
+405e 2434404c nbranch get_lpm_wake_ble_rx_lock ,user 
+405f 2040404e call put_lpm_wake_ble_rx_lock 
+4060 58000000 setarg 0 
+4061 67e1430a store 2 ,mem_le_packet_len_recved 
+4062 6fe1430c fetch 2 ,mem_le_payload_ptr 
+4063 1fe08c02 add pdata ,2 ,contr 
+4064 44fac01e bpatch patch1e_5 ,mem_patch1e 
+4065 efe10006 ifetch 2 ,contr 
+4066 c0024362 beq le_l2cap_cid_att ,le_parse_att 
+4067 c0034616 beq le_l2cap_cid_smp ,le_parse_smp 
+4068 c002c5ea beq le_l2cap_cid_signal ,le_parse_signaling 
+4069 20600000 rtn 
+
+le_check_l2cap_complete:
+406a 6fe0c307 fetch 1 ,mem_le_packet_llid 
+406b c0014079 beq llid_start ,le_check_l2cap_llid_start 
+406c c000c090 beq llid_continue ,le_check_l2cap_llid_continue 
+406d 20600000 rtn 
+
+le_check_l2cap_cid_legal:
+406e 20407636 call enable_user 
+406f d8400004 arg le_l2cap_cid_att ,temp 
+4070 9fe67c00 isub pdata ,null 
+4071 20628000 rtn zero 
+4072 d8400005 arg le_l2cap_cid_signal ,temp 
+4073 9fe67c00 isub pdata ,null 
+4074 20628000 rtn zero 
+4075 d8400006 arg le_l2cap_cid_smp ,temp 
+4076 9fe67c00 isub pdata ,null 
+4077 20628000 rtn zero 
+4078 20207638 branch disable_user 
+
+le_check_l2cap_llid_start:
+4079 6fe1430c fetch 2 ,mem_le_payload_ptr 
+407a 1fe20c00 copy pdata ,contr 
+407b efe10006 ifetch 2 ,contr 
+407c 67e14308 store 2 ,mem_le_l2cap_size 
+407d efe10006 ifetch 2 ,contr 
+407e 2040406e call le_check_l2cap_cid_legal 
+407f 24740000 nrtn user 
+4080 68488048 fetcht 1 ,mem_le_rxbuf_data_length 
+4081 6049430a storet 2 ,mem_le_packet_len_recved 
+4082 6fe14308 fetch 2 ,mem_le_l2cap_size 
+4083 1fe0fe04 increase 4 ,pdata 
+4084 98467c00 isub temp ,null 
+4085 2022f636 branch enable_user ,zero 
+4086 6f208048 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+4087 d8a00f00 arg mem_le_l2cap_buf ,contw 
+4088 6fe1430c fetch 2 ,mem_le_payload_ptr 
+4089 1fe20c00 copy pdata ,contr 
+408a 2040753b call memcpy_fast 
+408b 20207638 branch disable_user 
+
+le_check_l2cap_continue_legal:
+408c 20407636 call enable_user 
+408d 6fe1430a fetch 2 ,mem_le_packet_len_recved 
+408e 247a0000 nrtn blank 
+408f 20207638 branch disable_user 
+
+le_check_l2cap_llid_continue:
+4090 2040408c call le_check_l2cap_continue_legal 
+4091 24740000 nrtn user 
+4092 6fe1430a fetch 2 ,mem_le_packet_len_recved 
+4093 d8a00f00 arg mem_le_l2cap_buf ,contw 
+4094 98a0a200 iadd contw ,rega 
+4095 68488048 fetcht 1 ,mem_le_rxbuf_data_length 
+4096 9840fe00 iadd temp ,pdata 
+4097 67e1430a store 2 ,mem_le_packet_len_recved 
+4098 6f208048 fetchr loopcnt ,1 ,mem_le_rxbuf_data_length 
+4099 1a220a00 copy rega ,contw 
+409a 6fe1430c fetch 2 ,mem_le_payload_ptr 
+409b 1fe20c00 copy pdata ,contr 
+409c 2040753b call memcpy_fast 
+409d 58000f00 setarg mem_le_l2cap_buf 
+409e 67e1430c store 2 ,mem_le_payload_ptr 
+409f 6fe14308 fetch 2 ,mem_le_l2cap_size 
+40a0 1fe0fe04 increase 4 ,pdata 
+40a1 6849430a fetcht 2 ,mem_le_packet_len_recved 
+40a2 98467c00 isub temp ,null 
+40a3 2022f636 branch enable_user ,zero 
+40a4 20207638 branch disable_user 
+
+le_get_search_att_uuid:
+40a5 204074d3 call store_contr 
+40a6 d8a0428d arg mem_le_search_uuid_length ,contw 
+40a7 202045ad branch le_get_search_common 
+
+le_writeatt_cb:
+40a8 6fe14394 fetch 2 ,mem_cb_att_write 
+40a9 202075e6 branch callback_func 
+
+le_supervision_update:
+40aa 44fb401e bpatch patch1e_6 ,mem_patch1e 
+40ab 684a017f fetcht 4 ,mem_le_supervision_timer 
+40ac 20403ab6 call get_clkbt 
+40ad 98461600 isub temp ,timeup 
+40ae 19627e00 deposit timeup 
+40af 68490191 fetcht 2 ,mem_le_superto 
+40b0 18520400 lshift4 temp ,temp 
+40b1 18438400 lshift temp ,temp 
+40b2 98467e00 isub temp ,pdata 
+40b3 20600000 rtn 
+
+le_supervision_flush:
+40b4 20403ab6 call get_clkbt 
+40b5 67e2017f store 4 ,mem_le_supervision_timer 
+40b6 20600000 rtn 
+
+le_receive_window_size:
+40b7 44fbc01e bpatch patch1e_7 ,mem_patch1e 
+40b8 1a208c50 add rega ,coffset_le_peer_sca ,contr 
+40b9 efe08006 ifetch 1 ,contr 
+40ba 20403d65 call le_sca_map 
+40bb 1a208c02 add rega ,coffset_tsniff ,contr 
+40bc efe10006 ifetch 2 ,contr 
+40bd 984ffe00 imul32 temp ,pdata 
+40be 6849003f fetcht 2 ,mem_param_rt_rthalfslot 
+40bf 984ffe00 imul32 temp ,pdata 
+40c0 d84f4240 arg 1000000 ,temp 
+40c1 9846fc00 idiv temp 
+40c2 d8400682 arg param_windown_size ,temp 
+40c3 6fe0c11d fetch 1 ,mem_system_clk 
+40c4 984f8400 imul32 temp ,temp 
+40c5 1a208c2b add rega ,coffset_le_window_size ,contr 
+40c6 efe08006 ifetch 1 ,contr 
+40c7 984ffe00 imul32 temp ,pdata 
+40c8 9840fe00 iadd temp ,pdata 
+40c9 67e242f0 store 4 ,mem_le_transmit_window 
+40ca 6fe1409b fetch 2 ,mem_rx_window_sniff 
+40cb 204075d0 call wait_div_end 
+40cc 18078400 quotient temp 
+40cd 9840fe00 iadd temp ,pdata 
+40ce 1a208a0e add rega ,coffset_rx_window ,contw 
+40cf e7e10005 istore 2 ,contw 
+40d0 20600000 rtn 
+
+le_init_attlist_search:
+40d1 44fc401f bpatch patch1f_0 ,mem_patch1f 
+40d2 6fe10506 fetch 2 ,mem_le_search_handle_start 
+40d3 98002400 iforce regb 
+40d4 6fe10508 fetch 2 ,mem_le_search_handle_end 
+40d5 98002600 iforce regc 
+40d6 6fe142ca fetch 2 ,mem_ui_le_uuid_table 
+40d7 98000c00 iforce contr 
+40d8 78347c00 enable user 
+40d9 20600000 rtn 
+
+le_att_handle_inrange:
+40da efe10006 ifetch 2 ,contr 
+40db 1fe17eff and_into 0xff ,pdata 
+40dc 207a0000 rtn blank 
+40dd 9a467c00 isub regb ,null 
+40de 24610000 nrtn positive 
+40df 9a667c00 isub regc ,null 
+40e0 20628000 rtn zero 
+40e1 202140e4 branch le_att_handle_blank ,positive 
+40e2 18007c01 force 1 ,null 
+40e3 20600000 rtn 
+
+le_att_handle_blank:
+40e4 18007e00 force 0 ,pdata 
+40e5 20600000 rtn 
+
+le_att_get_handle_ptr:
+40e6 204040e9 call le_att_get_handle_ptr2 
+40e7 2022c0f6 branch le_att_get_handle_ptr_found ,zero 
+40e8 20600000 rtn 
+
+le_att_get_handle_ptr2:
+40e9 44fcc01f bpatch patch1f_1 ,mem_patch1f 
+40ea 6fe142ca fetch 2 ,mem_ui_le_uuid_table 
+40eb 98000c00 iforce contr 
+
+le_att_get_handle_loop1:
+40ec efe10006 ifetch 2 ,contr 
+40ed 1fe17eff and_into 0xff ,pdata 
+40ee 207a0000 rtn blank 
+40ef 98467c00 isub temp ,null 
+40f0 20628000 rtn zero 
+40f1 efe08006 ifetch 1 ,contr 
+40f2 98c08c00 iadd contr ,contr 
+40f3 efe08006 ifetch 1 ,contr 
+40f4 98c08c00 iadd contr ,contr 
+40f5 202040ec branch le_att_get_handle_loop1 
+
+le_att_get_handle_ptr_found:
+40f6 efe08006 ifetch 1 ,contr 
+40f7 98c08c00 iadd contr ,contr 
+40f8 20600000 rtn 
+
+le_att_get_short_uuid_ptr:
+40f9 44fd401f bpatch patch1f_2 ,mem_patch1f 
+40fa 6fe142ca fetch 2 ,mem_ui_le_uuid_table 
+40fb 98000c00 iforce contr 
+
+le_att_get_short_uuid_loop:
+40fc efe10006 ifetch 2 ,contr 
+40fd 1fe17eff and_into 0xff ,pdata 
+40fe 207a0000 rtn blank 
+40ff efe08006 ifetch 1 ,contr 
+4100 98c08c00 iadd contr ,contr 
+4101 18c08dfe increase -2 ,contr 
+4102 efe10006 ifetch 2 ,contr 
+4103 98467c00 isub temp ,null 
+4104 20628000 rtn zero 
+4105 efe08006 ifetch 1 ,contr 
+4106 98c08c00 iadd contr ,contr 
+4107 202040fc branch le_att_get_short_uuid_loop 
+
+le_att_get_last_handle:
+4108 6fe142ca fetch 2 ,mem_ui_le_uuid_table 
+4109 98000c00 iforce contr 
+
+le_att_get_last_handle_loop:
+410a efe10006 ifetch 2 ,contr 
+410b 1fe17eff and_into 0xff ,pdata 
+410c 207a0000 rtn blank 
+410d 1fe08401 add pdata ,1 ,temp 
+410e efe08006 ifetch 1 ,contr 
+410f 98c08c00 iadd contr ,contr 
+4110 efe08006 ifetch 1 ,contr 
+4111 98c08c00 iadd contr ,contr 
+4112 18c20a00 copy contr ,contw 
+4113 2020410a branch le_att_get_last_handle_loop 
+
+le_att_get_handle_info_from_ptr:
+4114 6fe1051c fetch 2 ,mem_le_cur_attlist_start_ptr 
+4115 20204118 branch le_att_get_handle_info_fast 
+
+le_att_get_handle_info:
+4116 44fdc01f bpatch patch1f_3 ,mem_patch1f 
+4117 6fe142ca fetch 2 ,mem_ui_le_uuid_table 
+
+le_att_get_handle_info_fast:
+4118 98000c00 iforce contr 
+
+le_att_get_handle_loop:
+4119 efe10006 ifetch 2 ,contr 
+411a 1fe17eff and_into 0xff ,pdata 
+411b 203a4123 branch le_att_unfind_handle ,blank 
+411c 98467c00 isub temp ,null 
+411d 2022c124 branch le_att_finded_handle ,zero 
+411e efe08006 ifetch 1 ,contr 
+411f 98c08c00 iadd contr ,contr 
+4120 efe08006 ifetch 1 ,contr 
+4121 98c08c00 iadd contr ,contr 
+4122 20204119 branch le_att_get_handle_loop 
+
+le_att_unfind_handle:
+4123 20207644 branch disable_blank 
+
+le_att_finded_handle:
+4124 efe08006 ifetch 1 ,contr 
+4125 67e08522 store 1 ,mem_le_cur_uuid_length 
+4126 1fe27200 copy pdata ,loopcnt 
+4127 d8a00523 arg mem_le_cur_uuid ,contw 
+4128 2040753b call memcpy_fast 
+4129 efe08006 ifetch 1 ,contr 
+412a 67e0851b store 1 ,mem_le_curr_att_len 
+412b 204074d3 call store_contr 
+412c 20207646 branch enable_blank 
+
+le_modified_name:
+412d 44fe401f bpatch patch1f_4 ,mem_patch1f 
+412e 20404130 call le_modified_name_att_list 
+412f 20204142 branch le_modified_name_adv 
+
+le_modified_name_att_list:
+4130 d8402a00 arg uuid_chrctr_device_name ,temp 
+4131 204040f9 call le_att_get_short_uuid_ptr 
+4132 207a0000 rtn blank 
+4133 efe08006 ifetch 1 ,contr 
+4134 18c20a00 copy contr ,contw 
+4135 6848c22b fetcht 1 ,mem_le_name_len 
+4136 18427200 copy temp ,loopcnt 
+4137 98467c00 isub temp ,null 
+4138 2421413f nbranch le_name_length_longer_than_att ,positive 
+4139 98460400 isub temp ,temp 
+413a d8c0422c arg mem_le_name ,contr 
+413b 2040753b call memcpy_fast 
+413c 18427200 copy temp ,loopcnt 
+413d 2442c17a ncall memcpy_empty ,zero 
+413e 20600000 rtn 
+
+le_name_length_longer_than_att:
+413f 1fe27200 copy pdata ,loopcnt 
+4140 d8c0422c arg mem_le_name ,contr 
+4141 2020753b branch memcpy_fast 
+
+le_modified_name_adv:
+4142 da60433b arg mem_le_adv_data_len + 32 ,regc 
+4143 da20431c arg mem_le_adv_data ,rega 
+4144 2040414f call le_modified_name_adv_and_scan 
+4145 58000000 setarg 0 
+4146 79347e00 setflag user ,0 ,pdata 
+4147 67e084c4 store 1 ,mem_pdatatemp 
+4148 da60435b arg mem_le_scan_data_len + 32 ,regc 
+4149 da20433c arg mem_le_scan_data ,rega 
+414a 2040414f call le_modified_name_adv_and_scan 
+414b 20740000 rtn user 
+414c 6fe084c4 fetch 1 ,mem_pdatatemp 
+414d 203a3aba branch assert ,blank 
+414e 20600000 rtn 
+
+le_modified_name_adv_and_scan:
+414f 44fec01f bpatch patch1f_5 ,mem_patch1f 
+4150 20407636 call enable_user 
+4151 20407515 call clear_temp_block 
+4152 da400000 arg 0 ,regb 
+4153 d8a004f7 arg mem_le_data_temp ,contw 
+4154 20404169 call le_modified_name_adv_loop 
+4155 6fe0c22b fetch 1 ,mem_le_name_len 
+4156 1fe08401 add pdata ,1 ,temp 
+4157 9a40a200 iadd regb ,rega 
+4158 1a20a202 increase 2 ,rega 
+4159 1a267c1f sub rega ,0x1f ,null 
+415a 24214167 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
+415b e0408005 istoret 1 ,contw 
+415c d8400009 arg gap_adtype_local_name_complete ,temp 
+415d e0408005 istoret 1 ,contw 
+415e 98007200 iforce loopcnt 
+415f 2040753b call memcpy_fast 
+4160 1a222400 copy rega ,regb 
+
+le_modified_name_adv_and_scan_store_data:
+4161 1a427e00 deposit regb 
+4162 67e084f6 store 1 ,mem_le_data_len_temp 
+4163 d8c004f6 arg mem_le_data_len_temp ,contr 
+4164 5fffffe0 setarg -32 
+4165 9a608a00 iadd regc ,contw 
+4166 202074f3 branch memcpy32 
+
+le_modified_name_adv_and_scan_name_overflow:
+4167 20407638 call disable_user 
+4168 20204161 branch le_modified_name_adv_and_scan_store_data 
+
+le_modified_name_adv_loop:
+4169 efe08011 ifetch 1 ,rega 
+416a 207a0000 rtn blank 
+416b 1fe0fe01 pincrease 1 
+416c e8408006 ifetcht 1 ,contr 
+416d 18467c09 sub temp ,gap_adtype_local_name_complete ,null 
+416e 2022c178 branch le_modified_name_adv_found_name ,zero 
+416f 9a40a400 iadd regb ,regb 
+4170 1a220c00 copy rega ,contr 
+4171 98007200 iforce loopcnt 
+4172 2040753b call memcpy_fast 
+4173 18c22200 copy contr ,rega 
+
+le_modified_name_adv_loop2:
+4174 1a227e00 deposit rega 
+4175 9a667c00 isub regc ,null 
+4176 20610000 rtn positive 
+4177 20204169 branch le_modified_name_adv_loop 
+
+le_modified_name_adv_found_name:
+4178 9a20a200 iadd rega ,rega 
+4179 20204174 branch le_modified_name_adv_loop2 
+
+memcpy_empty:
+417a 58000020 setarg space 
+417b e7e08005 istore 1 ,contw 
+417c c200417a loop memcpy_empty 
+417d 20600000 rtn 
+
+le_lpm_set_mult:
+417e 44ff401f bpatch patch1f_6 ,mem_patch1f 
+417f 7855fc00 disable wake 
+4180 20374182 branch le_lpm_set_mult_attempt ,attempt 
+4181 2436c191 nbranch le_lpm_lost ,match 
+
+le_lpm_set_mult_attempt:
+4182 20403c02 call lpm_match 
+4183 6fe1409b fetch 2 ,mem_rx_window_sniff 
+4184 67e10171 store 2 ,mem_le_receive_window 
+4185 6fe0c2f4 fetch 1 ,mem_le_configuration 
+4186 c282bc10 bbit1 bit_ble_short_mult ,lpm_mult_short 
+4187 c507bc10 bmark1 mark_old_packet ,lpm_mult_short 
+4188 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+4189 243a3c10 nbranch lpm_mult_short ,blank 
+418a 6fe0c12a fetch 1 ,mem_le_txlen 
+418b 243a3c10 nbranch lpm_mult_short ,blank 
+418c 6fe08163 fetch 1 ,mem_le_state 
+418d c282bc10 bbit1 lestate_update_param ,lpm_mult_short 
+418e c283bc10 bbit1 lestate_update_phy ,lpm_mult_short 
+418f c2833c10 bbit1 lestate_update_map ,lpm_mult_short 
+4190 20203bf8 branch lpm_mult_wait_timeout 
+
+le_lpm_lost:
+4191 6fe0c0a9 fetch 1 ,mem_sniff_unint_lost 
+4192 1fe67c1e sub pdata ,30 ,null 
+4193 24213c07 nbranch lpm_lost ,positive 
+4194 6849409b fetcht 2 ,mem_rx_window_sniff 
+4195 18430400 rshift temp ,temp 
+4196 6fe10171 fetch 2 ,mem_le_receive_window 
+4197 9840fe00 iadd temp ,pdata 
+4198 67e10171 store 2 ,mem_le_receive_window 
+4199 20203c07 branch lpm_lost 
+
+le_set_config_fixed_tk:
+419a d8e00000 arg bit_ble_passkey_fixed_key ,queue 
+419b 202041b2 branch le_set_config 
+
+le_clr_config_fixed_tk:
+419c d8e00000 arg bit_ble_passkey_fixed_key ,queue 
+419d 202041b6 branch le_clr_config 
+
+le_set_config_fixed_ltk:
+419e d8e00001 arg bit_ble_pairing_fixed_ltk ,queue 
+419f 202041b2 branch le_set_config 
+
+le_clr_config_fixed_ltk:
+41a0 d8e00001 arg bit_ble_pairing_fixed_ltk ,queue 
+41a1 202041b6 branch le_clr_config 
+
+le_set_config_more_data:
+41a2 d8e00002 arg bit_ble_transmit_packet_by_md ,queue 
+41a3 202041b2 branch le_set_config 
+
+le_clr_config_more_data:
+41a4 d8e00002 arg bit_ble_transmit_packet_by_md ,queue 
+41a5 202041b6 branch le_clr_config 
+
+le_set_config_read_authentication:
+41a6 d8e00003 arg bit_ble_read_auth ,queue 
+41a7 202041b2 branch le_set_config 
+
+le_clr_config_read_authentication:
+41a8 d8e00003 arg bit_ble_read_auth ,queue 
+41a9 202041b6 branch le_clr_config 
+
+le_set_config_write_authentication:
+41aa d8e00004 arg bit_ble_write_auth ,queue 
+41ab 202041b2 branch le_set_config 
+
+le_clr_config_write_authentication:
+41ac d8e00004 arg bit_ble_write_auth ,queue 
+41ad 202041b6 branch le_clr_config 
+
+le_set_config_short_mult:
+41ae d8e00005 arg bit_ble_short_mult ,queue 
+41af 202041b2 branch le_set_config 
+
+le_clr_config_short_mult:
+41b0 d8e00005 arg bit_ble_short_mult ,queue 
+41b1 202041b6 branch le_clr_config 
+
+le_set_config:
+41b2 6fe0c2f4 fetch 1 ,mem_le_configuration 
+41b3 f9207e00 qset1 pdata 
+41b4 67e0c2f4 store 1 ,mem_le_configuration 
+41b5 20600000 rtn 
+
+le_clr_config:
+41b6 6fe0c2f4 fetch 1 ,mem_le_configuration 
+41b7 f93ffe00 qset0 pdata 
+41b8 67e0c2f4 store 1 ,mem_le_configuration 
+41b9 20600000 rtn 
+
+le_set_fixed_ltk:
+41ba 58112233 setarg 0x112233 
+41bb 67e1c2f5 store 3 ,mem_le_fixed_ltk 
+41bc 58445566 setarg 0x445566 
+41bd e7e18005 istore 3 ,contw 
+41be 58778899 setarg 0x778899 
+41bf e7e18005 istore 3 ,contw 
+41c0 58001122 setarg 0x001122 
+41c1 e7e18005 istore 3 ,contw 
+41c2 58334455 setarg 0x334455 
+41c3 e7e18005 istore 3 ,contw 
+41c4 58000066 setarg 0x66 
+41c5 e7e08005 istore 1 ,contw 
+41c6 20600000 rtn 
+
+le_set_justwork:
+41c7 59000302 setarg 0x01000302 
+41c8 67e24284 store 4 ,mem_le_pres 
+41c9 58010010 setarg 0x010010 
+41ca 67e1c288 store 3 ,mem_le_pres_max_keysize 
+41cb 7042d101 jam 1 ,mem_le_pairing_mode 
+41cc 20600000 rtn 
+
+le_fifo_malloc_tx_empty:
+41cd da200000 arg 0 ,rega 
+41ce d8200001 arg llid_empty ,type 
+41cf 202041e0 branch le_fifo_malloc_tx 
+
+le_fifo_malloc_tx_ll:
+41d0 44ffc01f bpatch patch1f_7 ,mem_patch1f 
+41d1 d8200003 arg llid_le_ll ,type 
+41d2 204041e0 call le_fifo_malloc_tx 
+41d3 1a427e00 copy regb ,pdata 
+41d4 e7e08005 istore 1 ,contw 
+41d5 20600000 rtn 
+
+le_fifo_malloc_tx_l2cap:
+41d6 47004020 bpatchx patch20_0 ,mem_patch20 
+41d7 18000202 force llid_start ,type 
+41d8 1a20a204 increase 4 ,rega 
+41d9 204041e0 call le_fifo_malloc_tx 
+41da 1a20a3fc increase -4 ,rega 
+41db 1a227e00 copy rega ,pdata 
+41dc e7e10005 istore 2 ,contw 
+41dd 1a427e00 copy regb ,pdata 
+41de e7e10005 istore 2 ,contw 
+41df 20600000 rtn 
+
+le_fifo_malloc_tx:
+41e0 4700c020 bpatchx patch20_1 ,mem_patch20 
+41e1 1a20a205 increase 5 ,rega 
+41e2 20406654 call ble_l2cap_malloc 
+41e3 1a20a3fb increase -5 ,rega 
+41e4 1a227e00 copy rega ,pdata 
+41e5 e7e10005 istore 2 ,contw 
+41e6 58000000 setarg 0 
+41e7 e7e10005 istore 2 ,contw 
+41e8 18227e00 copy type ,pdata 
+41e9 e7e08005 istore 1 ,contw 
+41ea 20600000 rtn 
+
+le_fifo_get_first_tx_ptr:
+41eb 47014020 bpatchx patch20_2 ,mem_patch20 
+41ec 2040668e call l2cap_malloc_fifo_out 
+41ed 1fe20c00 copy pdata ,contr 
+41ee 20600000 rtn 
+
+le_fifo_get_second_tx_ptr:
+41ef 6fe143f6 fetch 2 ,mem_tx_fifo2_ptr 
+41f0 20600000 rtn 
+
+le_fifo_get_last_tx_ptr:
+41f1 204041f4 call le_fifo_get_last_tx_ptr0 
+41f2 1fe20c00 copy pdata ,contr 
+41f3 20600000 rtn 
+
+le_fifo_get_last_tx_ptr0:
+41f4 6fe143f9 fetch 2 ,mem_tx_fifo3_ptr 
+41f5 20600000 rtn 
+
+le_fifo_get_first_l2cap_ptr:
+41f6 204041eb call le_fifo_get_first_tx_ptr 
+41f7 18c08c05 increase 5 ,contr 
+41f8 20600000 rtn 
+
+le_fifo_get_first_att_ptr:
+41f9 204041eb call le_fifo_get_first_tx_ptr 
+41fa 18c08c09 increase 9 ,contr 
+41fb 20600000 rtn 
+
+le_fifo_get_last_att_ptr:
+41fc 204041f1 call le_fifo_get_last_tx_ptr 
+41fd 18c08c09 increase 9 ,contr 
+41fe 20600000 rtn 
+
+le_fifo_get_last_l2cap_ptr:
+41ff 204041f1 call le_fifo_get_last_tx_ptr 
+4200 18c08c05 increase 5 ,contr 
+4201 20600000 rtn 
+
+le_fifo_check_full:
+4202 202066a4 branch l2cap_malloc_is_fifo_full 
+
+le_fifo_check_nearly_full:
+4203 202066a7 branch l2cap_malloc_is_fifo_nearly_full 
+
+le_fifo_check_empty:
+4204 202066aa branch l2cap_malloc_is_fifo_empty 
+
+le_fifo_release_first_node:
+4205 20206693 branch l2cap_malloc_free 
+
+le_set_dle:
+4206 67e44380 store 8 ,mem_local_rx_max_octets 
+4207 20204217 branch le_set_feature_data_packet_length_extension 
+
+le_set_phys:
+4208 184122ff and temp ,0xff ,rega 
+4209 2040420d call le_set_tx_phy 
+420a 184ca200 rshift8 temp ,rega 
+
+le_set_rx_phy:
+420b 6220c377 storer rega ,1 ,mem_le_rx_phys 
+420c 2020420e branch le_set_phy_common 
+
+le_set_tx_phy:
+420d 6220c376 storer rega ,1 ,mem_le_tx_phys 
+
+le_set_phy_common:
+420e 2a2ffe01 isolate1 bit_le_2m_phy ,rega 
+420f 2040c213 call le_set_feature_2m_phy ,true 
+4210 2a2ffe02 isolate1 bit_le_coded_phy ,rega 
+4211 2040c215 call le_set_feature_coded_phy ,true 
+4212 20600000 rtn 
+
+le_set_feature_2m_phy:
+4213 d8e00008 arg bit_ll_feature_le_2m_phy ,queue 
+4214 20204218 branch le_set_feature 
+
+le_set_feature_coded_phy:
+4215 d8e0000b arg bit_ll_feature_le_coded_phy ,queue 
+4216 20204218 branch le_set_feature 
+
+le_set_feature_data_packet_length_extension:
+4217 d8e00005 arg bit_ll_feature_le_data_packet_length_extension ,queue 
+
+le_set_feature:
+4218 6fe4436e fetch 8 ,mem_le_local_feature 
+4219 f9207e00 qset1 pdata 
+421a 67e4436e store 8 ,mem_le_local_feature 
+421b 20600000 rtn 
+
+le_advertising_dispatch:
+421c 70019801 jam fun_rx_ll_1m_phy ,mem_le_rx_phy 
+421d 70019901 jam fun_tx_ll_1m_phy ,mem_le_tx_phy 
+421e 20403d2f call le_enable 
+421f 20404222 call le_scan 
+4220 2040429f call le_adv 
+4221 20203d36 branch le_disable 
+
+le_scan:
+4222 4701c020 bpatchx patch20_3 ,mem_patch20 
+4223 6fe0c316 fetch 1 ,mem_le_scan_enable 
+4224 c1808000 rtnne le_scan_enable 
+4225 d8e00002 arg le_scan_interval_timer ,queue 
+4226 2040755d call timer_check 
+4227 247a0000 nrtn blank 
+4228 6fe14317 fetch 2 ,mem_le_scan_interval 
+4229 68494319 fetcht 2 ,mem_le_scan_window 
+422a 98467e00 isub temp ,pdata 
+422b d8e00002 arg le_scan_interval_timer ,queue 
+422c 2040754f call timer_init 
+422d 7854fc00 disable master 
+422e 204042c9 call le_init_adv 
+422f 20404241 call le_wait_adv 
+4230 24768000 nrtn match 
+4231 47024020 bpatchx patch20_4 ,mem_patch20 
+4232 6fe30049 fetch 6 ,mem_le_rxbuf + 2 
+4233 67e30173 store 6 ,mem_le_plap 
+4234 6fe08002 fetch 1 ,mem_le_adv_rcv 
+4235 1fe0fe01 increase 1 ,pdata 
+4236 67e08002 store 1 ,mem_le_adv_rcv 
+4237 20404248 call le_create_conn 
+4238 20748000 rtn master 
+4239 204042f0 call le_send_scan_request 
+423a 24768000 nrtn match 
+423b 6fe08004 fetch 1 ,mem_le_scanrsp_rcv 
+423c 1fe0fe01 increase 1 ,pdata 
+423d 67e08004 store 1 ,mem_le_scanrsp_rcv 
+423e 6fe4804f fetch 9 ,mem_le_rxbuf + 8 
+423f 67e484f6 store 9 ,mem_temp_block0 
+4240 20600000 rtn 
+
+le_wait_adv:
+4241 4702c020 bpatchx patch20_5 ,mem_patch20 
+4242 2040433b call le_next_adv_channel 
+4243 20403dc8 call le_receive_adv 
+4244 6fe08001 fetch 1 ,mem_le_adv_waitcnt 
+4245 1fe0fe01 increase 1 ,pdata 
+4246 67e08001 store 1 ,mem_le_adv_waitcnt 
+4247 20600000 rtn 
+
+le_create_conn:
+4248 47034020 bpatchx patch20_6 ,mem_patch20 
+4249 6fe081b7 fetch 1 ,mem_cmd_le_create_conn 
+424a c18d8000 rtnne hci_cmd_le_create_conn 
+424b 6fe30173 fetch 6 ,mem_le_plap 
+424c 684b429f fetcht 6 ,mem_le_conn_peer_addr 
+424d 98467c00 isub temp ,null 
+424e 24628000 nrtn zero 
+424f 20403852 call context_new 
+4250 24628000 nrtn zero 
+4251 20404258 call le_connect_request 
+4252 20403c8f call le_init_master 
+4253 70410d00 jam 0 ,mem_hci_cmd 
+4254 7001b300 jam 0 ,mem_le_peer_sca 
+4255 70431600 jam 0 ,mem_le_scan_enable 
+4256 7001b700 jam 0 ,mem_cmd_le_create_conn 
+4257 2020383d branch context_save 
+
+le_connect_request:
+4258 4703c020 bpatchx patch20_7 ,mem_patch20 
+4259 18007fff force -1 ,pdata 
+425a 38080001 setsect 2 ,1 
+425b 67e28193 store 5 ,mem_le_channel_map 
+425c da200163 arg mem_le_state ,rega 
+425d 20403d9e call le_calc_channel_map 
+425e 18007204 force 4 ,loopcnt 
+425f d8a00187 arg mem_le_access ,contw 
+4260 20407662 call generate_random_loop 
+4261 6fe142ac fetch 2 ,mem_le_timeout 
+4262 67e10191 store 2 ,mem_le_superto 
+
+le_con_req_hop_retry:
+4263 180a7e00 random pdata 
+4264 1fe17e0f and_into 0xf ,pdata 
+4265 1fe67c04 sub pdata ,4 ,null 
+4266 20214263 branch le_con_req_hop_retry ,positive 
+4267 67e0817c store 1 ,mem_le_hop 
+4268 47044021 bpatchx patch21_0 ,mem_patch21 
+4269 68494127 fetcht 2 ,mem_le_conn_interval 
+426a 60490165 storet 2 ,mem_le_tsniff 
+426b 18422600 copy temp ,regc 
+426c 1c40fe07 add clkn_bt ,7 ,pdata 
+426d 9a66fc00 idiv regc 
+426e 204075d0 call wait_div_end 
+426f 18072200 remainder rega 
+4270 9a267e00 isub rega ,pdata 
+4271 9a60fe00 iadd regc ,pdata 
+4272 68494125 fetcht 2 ,mem_le_dsniff 
+4273 9840fe00 iadd temp ,pdata 
+4274 67e20167 store 4 ,mem_le_anchor 
+4275 9c462200 isub clkn_bt ,rega 
+4276 1a20a3fa increase -6 ,rega 
+4277 da402205 arg 0x2205 ,regb 
+4278 6fe0c2a5 fetch 1 ,mem_le_conn_own_addr_type 
+4279 7d3a2406 nsetflag blank ,le_sender_addr_bit ,regb 
+427a 6fe0c29e fetch 1 ,mem_le_conn_peer_addr_type 
+427b 7d3a2407 nsetflag blank ,le_receiver_addr_bit ,regb 
+427c 1a427e00 copy regb ,pdata 
+427d 67e14129 store 2 ,mem_le_txheader 
+427e 6fe342ae fetch 6 ,mem_le_lap 
+427f e7e30005 istore 6 ,contw 
+4280 6fe30173 fetch 6 ,mem_le_plap 
+4281 e7e30005 istore 6 ,contw 
+4282 6fe20187 fetch 4 ,mem_le_access 
+4283 e7e20005 istore 4 ,contw 
+4284 180a7e00 random pdata 
+4285 e7e10005 istore 2 ,contw 
+4286 180a7e00 random pdata 
+4287 e7e08005 istore 1 ,contw 
+4288 18007e02 force 2 ,pdata 
+4289 e7e08005 istore 1 ,contw 
+428a 1a2b7e00 rshift2 rega ,pdata 
+428b e7e10005 istore 2 ,contw 
+428c 1a6b7e00 rshift2 regc ,pdata 
+428d e7e10005 istore 2 ,contw 
+428e 4704c021 bpatchx patch21_1 ,mem_patch21 
+428f 58000000 setarg 0 
+4290 e7e10005 istore 2 ,contw 
+4291 6fe142ac fetch 2 ,mem_le_timeout 
+4292 e7e10005 istore 2 ,contw 
+4293 6fe28193 fetch 5 ,mem_le_channel_map 
+4294 e7e28005 istore 5 ,contw 
+4295 6fe0817c fetch 1 ,mem_le_hop 
+4296 d84000a0 arg param_le_sca ,temp 
+4297 9841fe00 ior temp ,pdata 
+4298 e7e08005 istore 1 ,contw 
+4299 20403eb9 call le_transmit_norx 
+429a 58004129 setarg mem_le_txheader 
+429b 1fe08c12 add pdata ,18 ,contr 
+429c efe18006 ifetch 3 ,contr 
+429d 67e1818b store 3 ,mem_le_crcinit 
+429e 20600000 rtn 
+
+le_adv:
+429f 70000724 jam 36 ,mem_le_ch_mapped 
+42a0 7004f600 jam 0 ,mem_le_adv_channel_map_temp 
+42a1 204042c3 call le_send_adv_protect_txbuf 
+42a2 204042a4 call le_adv_loop 
+42a3 202042c6 branch le_send_adv_recover_txbuf 
+
+le_adv_loop:
+42a4 47054021 bpatchx patch21_2 ,mem_patch21 
+42a5 6fe0c35b fetch 1 ,mem_le_adv_enable 
+42a6 207a0000 rtn blank 
+42a7 d8e00000 arg le_adv_interval_timer ,queue 
+42a8 2040755d call timer_check 
+42a9 247a0000 nrtn blank 
+42aa 78287c00 enable swfine 
+42ab 204042c9 call le_init_adv 
+42ac 2040433b call le_next_adv_channel 
+42ad 204042d2 call le_send_adv_ind 
+42ae 2436c2b6 nbranch le_adv_not_match ,match 
+42af 6fe08003 fetch 1 ,mem_le_req_rcv 
+42b0 1fe0fe01 increase 1 ,pdata 
+42b1 67e08003 store 1 ,mem_le_req_rcv 
+42b2 6fe08047 fetch 1 ,mem_le_rxbuf_adv_header 
+42b3 1fe17e0f and pdata ,0x0f ,pdata 
+42b4 c001c301 beq scan_req ,le_send_scan_response 
+42b5 c002c313 beq connect_req ,le_parse_connect_req 
+
+le_adv_not_match:
+42b6 4705c021 bpatchx patch21_3 ,mem_patch21 
+42b7 6fe084f6 fetch 1 ,mem_le_adv_channel_map_temp 
+42b8 6848c366 fetcht 1 ,mem_le_adv_channel_map 
+42b9 98467c00 isub temp ,null 
+42ba 2422c2a4 nbranch le_adv_loop ,zero 
+42bb 180a7e00 random pdata 
+42bc d84001ff arg 0x1ff ,temp 
+42bd 98417e00 iand temp ,pdata 
+42be 1fe0fefa add pdata ,250 ,pdata 
+42bf 204074f7 call delay 
+42c0 d8e00000 arg le_adv_interval_timer ,queue 
+42c1 6fe1435c fetch 2 ,mem_le_adv_interval 
+42c2 2020754f branch timer_init 
+
+le_send_adv_protect_txbuf:
+42c3 d8a00506 arg mem_le_tx_buf_temp ,contw 
+42c4 d8c04129 arg mem_le_txheader ,contr 
+42c5 202074f2 branch memcpy48 
+
+le_send_adv_recover_txbuf:
+42c6 d8c00506 arg mem_le_tx_buf_temp ,contr 
+42c7 d8a04129 arg mem_le_txheader ,contw 
+42c8 202074f2 branch memcpy48 
+
+le_init_adv:
+42c9 47064021 bpatchx patch21_4 ,mem_patch21 
+42ca 7854fc00 disable master 
+
+le_adv_access:
+42cb 588e89be setarg 0x8e89be 
+42cc 1fed7e00 lshift8 pdata ,pdata 
+42cd 1fe1fed6 or_into 0xd6 ,pdata 
+42ce 98001200 iforce access 
+42cf 58555555 setarg 0x555555 
+42d0 67e1818b store 3 ,mem_le_crcinit 
+42d1 20600000 rtn 
+
+le_send_adv_ind:
+42d2 4706c021 bpatchx patch21_5 ,mem_patch21 
+42d3 6fe0c35e fetch 1 ,mem_le_adv_type 
+42d4 6848c35f fetcht 1 ,mem_le_adv_own_addr_type 
+42d5 18520400 lshift4 temp ,temp 
+42d6 184b8400 lshift2 temp ,temp 
+42d7 98408400 iadd temp ,temp 
+42d8 6048c129 storet 1 ,mem_le_txheader 
+42d9 c000c2e3 beq adv_direct_ind ,le_send_adv_direct_ind 
+42da 6848c31b fetcht 1 ,mem_le_adv_data_len 
+42db 1840fe06 add temp ,6 ,pdata 
+42dc 67e0c12a store 1 ,mem_le_txlen 
+42dd 6fe342ae fetch 6 ,mem_le_lap 
+42de 67e3412b store 6 ,mem_le_txpayload 
+42df 18427200 copy temp ,loopcnt 
+42e0 d8c0431c arg mem_le_adv_data ,contr 
+42e1 2040753b call memcpy_fast 
+42e2 202042e9 branch le_send_adv_transmit 
+
+le_send_adv_direct_ind:
+42e3 5800000c setarg 12 
+42e4 67e0c12a store 1 ,mem_le_txlen 
+42e5 6fe342ae fetch 6 ,mem_le_lap 
+42e6 67e3412b store 6 ,mem_le_txpayload 
+42e7 6fe3410f fetch 6 ,mem_hci_plap 
+42e8 e7e30005 istore 6 ,contw 
+
+le_send_adv_transmit:
+42e9 47074021 bpatchx patch21_6 ,mem_patch21 
+42ea 6fe08000 fetch 1 ,mem_le_adv_transmit 
+42eb 1fe0fe01 increase 1 ,pdata 
+42ec 67e08000 store 1 ,mem_le_adv_transmit 
+42ed db600708 arg 1800 ,stop_watch 
+42ee 7856fc00 disable match 
+42ef 20203ea4 branch le_transmit_receive_sifs_without_change_mode 
+
+le_send_scan_request:
+42f0 4707c021 bpatchx patch21_7 ,mem_patch21 
+42f1 6fe0c367 fetch 1 ,mem_le_scan_type 
+42f2 c1808000 rtnne le_scan_type_active 
+42f3 6fe08000 fetch 1 ,mem_le_adv_transmit 
+42f4 1fe0fe01 increase 1 ,pdata 
+42f5 67e08000 store 1 ,mem_le_adv_transmit 
+42f6 d8400c03 arg 0x0c03 ,temp 
+42f7 6fe0c368 fetch 1 ,mem_le_scan_own_addr_type 
+42f8 7d3a0406 nsetflag blank ,le_sender_addr_bit ,temp 
+42f9 1a227e00 copy rega ,pdata 
+42fa 7d3a0407 nsetflag blank ,le_receiver_addr_bit ,temp 
+42fb 60494129 storet 2 ,mem_le_txheader 
+42fc 6fe342ae fetch 6 ,mem_le_lap 
+42fd e7e30005 istore 6 ,contw 
+42fe 6fe30173 fetch 6 ,mem_le_plap 
+42ff e7e30005 istore 6 ,contw 
+4300 20203ea4 branch le_transmit_receive_sifs_without_change_mode 
+
+le_send_scan_response:
+4301 6fe3004f fetch 6 ,mem_le_rxbuf_adv_scan_req_adv_address 
+4302 684b42ae fetcht 6 ,mem_le_lap 
+4303 98467c00 isub temp ,null 
+4304 24628000 nrtn zero 
+4305 d8400004 arg scan_rsp ,temp 
+4306 6fe0c35f fetch 1 ,mem_le_adv_own_addr_type 
+4307 7d3a0406 nsetflag blank ,le_sender_addr_bit ,temp 
+4308 6048c129 storet 1 ,mem_le_txheader 
+4309 6848c33b fetcht 1 ,mem_le_scan_data_len 
+430a 1840fe06 add temp ,6 ,pdata 
+430b 67e0c12a store 1 ,mem_le_txlen 
+430c 6fe342ae fetch 6 ,mem_le_lap 
+430d 67e3412b store 6 ,mem_le_txpayload 
+430e d8c0433c arg mem_le_scan_data ,contr 
+430f 18427200 copy temp ,loopcnt 
+4310 2040753b call memcpy_fast 
+4311 20403eb9 call le_transmit_norx 
+4312 202042b6 branch le_adv_not_match 
+
+le_parse_connect_req:
+4313 6fe3004f fetch 6 ,mem_le_rxbuf_adv_connect_ind_adv_address 
+4314 684b42ae fetcht 6 ,mem_le_lap 
+4315 98467c00 isub temp ,null 
+4316 24628000 nrtn zero 
+4317 20403fe4 call le_scan_check_sender_addr_type 
+4318 6220c29e storer rega ,1 ,mem_le_conn_peer_addr_type 
+4319 6fe30049 fetch 6 ,mem_le_rxbuf_adv_connect_ind_init_address 
+431a 67e30173 store 6 ,mem_le_plap 
+431b 6fe40055 fetch 8 ,mem_le_rxbuf_adv_connect_ind_access_address 
+431c 67e40187 store 8 ,mem_le_access 
+431d 6849005d fetcht 2 ,mem_le_rxbuf_adv_connect_ind_win_offset 
+431e 47084022 bpatchx patch22_0 ,mem_patch22 
+431f 184b8400 lshift2 temp ,temp 
+4320 6fe1005f fetch 2 ,mem_le_rxbuf_adv_connect_ind_interval 
+4321 1febfe00 lshift2 pdata ,pdata 
+4322 67e10165 store 2 ,mem_le_tsniff 
+4323 67e20167 store 4 ,mem_le_anchor 
+4324 98467e00 isub temp ,pdata 
+4325 1fe0d1fe add pdata ,-2 ,clke_bt 
+4326 6fe48061 fetch 9 ,mem_le_rxbuf_adv_connect_ind_latency 
+4327 67e4818f store 9 ,mem_le_slave_latency 
+4328 6fe0806a fetch 1 ,mem_le_rxbuf_adv_connect_ind_hop_and_sca 
+4329 1fe1041f and pdata ,0x1f ,temp 
+432a 6048817c storet 1 ,mem_le_hop 
+432b 1ff18400 rshift4 pdata ,temp 
+432c 18430400 rshift temp ,temp 
+432d 604881b3 storet 1 ,mem_le_peer_sca 
+432e da200163 arg mem_le_state ,rega 
+432f 204040b7 call le_receive_window_size 
+4330 da200163 arg mem_le_state ,rega 
+4331 20403d9e call le_calc_channel_map 
+4332 20403c9b call le_init_slave 
+4333 20403852 call context_new 
+4334 24628000 nrtn zero 
+4335 4708c022 bpatchx patch22_1 ,mem_patch22 
+4336 204038f3 call calc_clke_offset 
+4337 20404607 call le_l2cap_reset_signaling_identifier 
+4338 7004c314 jam bt_evt_le_connected ,mem_fifo_temp 
+4339 2040709b call ui_ipc_send_event 
+433a 2020383d branch context_save 
+
+le_next_adv_channel:
+433b 47094022 bpatchx patch22_2 ,mem_patch22 
+433c 6fe08007 fetch 1 ,mem_le_ch_mapped 
+433d c012c341 beq 37 ,le_next_adv_channel_curr_channel_37 
+433e c0134347 beq 38 ,le_next_adv_channel_curr_channel_38 
+433f c013c34d beq 39 ,le_next_adv_channel_curr_channel_39 
+4340 2020434d branch le_next_adv_channel_curr_channel_39 
+
+le_next_adv_channel_curr_channel_37:
+4341 6848c366 fetcht 1 ,mem_le_adv_channel_map 
+4342 284ffe01 isolate1 bit_adv_channel_map_38 ,temp 
+4343 2020c358 branch set_le_next_adv_channel_38 ,true 
+4344 284ffe02 isolate1 bit_adv_channel_map_39 ,temp 
+4345 2020c35d branch set_le_next_adv_channel_39 ,true 
+4346 20204353 branch set_le_next_adv_channel_37 
+
+le_next_adv_channel_curr_channel_38:
+4347 6848c366 fetcht 1 ,mem_le_adv_channel_map 
+4348 284ffe02 isolate1 bit_adv_channel_map_39 ,temp 
+4349 2020c35d branch set_le_next_adv_channel_39 ,true 
+434a 284ffe00 isolate1 bit_adv_channel_map_37 ,temp 
+434b 2020c353 branch set_le_next_adv_channel_37 ,true 
+434c 20204358 branch set_le_next_adv_channel_38 
+
+le_next_adv_channel_curr_channel_39:
+434d 6848c366 fetcht 1 ,mem_le_adv_channel_map 
+434e 284ffe00 isolate1 bit_adv_channel_map_37 ,temp 
+434f 2020c353 branch set_le_next_adv_channel_37 ,true 
+4350 284ffe01 isolate1 bit_adv_channel_map_38 ,temp 
+4351 2020c358 branch set_le_next_adv_channel_38 ,true 
+4352 2020435d branch set_le_next_adv_channel_39 
+
+set_le_next_adv_channel_37:
+4353 70000725 jam 37 ,mem_le_ch_mapped 
+4354 6fe084f6 fetch 1 ,mem_le_adv_channel_map_temp 
+4355 79207e00 set1 bit_adv_channel_map_37 ,pdata 
+4356 67e084f6 store 1 ,mem_le_adv_channel_map_temp 
+4357 20600000 rtn 
+
+set_le_next_adv_channel_38:
+4358 70000726 jam 38 ,mem_le_ch_mapped 
+4359 6fe084f6 fetch 1 ,mem_le_adv_channel_map_temp 
+435a 79207e01 set1 bit_adv_channel_map_38 ,pdata 
+435b 67e084f6 store 1 ,mem_le_adv_channel_map_temp 
+435c 20600000 rtn 
+
+set_le_next_adv_channel_39:
+435d 70000727 jam 39 ,mem_le_ch_mapped 
+435e 6fe084f6 fetch 1 ,mem_le_adv_channel_map_temp 
+435f 79207e02 set1 bit_adv_channel_map_39 ,pdata 
+4360 67e084f6 store 1 ,mem_le_adv_channel_map_temp 
+4361 20600000 rtn 
+
+le_parse_att:
+4362 efe18006 ifetch 3 ,contr 
+4363 67e1c36a store 3 ,mem_le_att_opcode 
+4364 c0014379 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+4365 c001c381 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
+4366 c0024384 beq attop_find_information_request ,le_parse_att_find_information_request 
+4367 c00343ad beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
+4368 c00443fa beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
+4369 c0054478 beq attop_read_request ,le_parse_att_read_request 
+436a c00644a7 beq attop_read_blob_request ,le_parse_att_read_blob_request 
+436b c00844bd beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
+436c c0094500 beq attop_write_request ,le_parse_att_write_request 
+436d c00b4526 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
+436e c00c4539 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+436f c00f453e beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
+4370 c0294542 beq attop_write_command ,le_parse_att_write_command 
+4371 20600000 rtn 
+
+le_send_att_exchange_mtu_requset:
+4372 18002203 force 3 ,rega 
+4373 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+4374 58000002 setarg attop_exchange_mtu_request 
+4375 e7e08005 istore 1 ,contw 
+4376 6fe142b4 fetch 2 ,mem_le_local_mtu 
+4377 e7e10005 istore 2 ,contw 
+4378 20600000 rtn 
+
+le_parse_att_exchange_mtu_request:
+4379 20404381 call le_parse_att_exchange_mtu_response 
+
+le_send_att_exchange_mtu_response:
+437a 18002203 force 3 ,rega 
+437b 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+437c 58000003 setarg attop_exchange_mtu_response 
+437d e7e08005 istore 1 ,contw 
+437e 6fe142b4 fetch 2 ,mem_le_local_mtu 
+437f e7e10005 istore 2 ,contw 
+4380 20600000 rtn 
+
+le_parse_att_exchange_mtu_response:
+4381 1fecfe00 rshift8 pdata ,pdata 
+4382 67e142b6 store 2 ,mem_le_remote_mtu 
+4383 20600000 rtn 
+
+le_parse_att_find_information_request:
+4384 2040459c call le_get_search_handle_start_end_common 
+4385 20407636 call enable_user 
+4386 20204387 branch le_send_att_find_information_response 
+
+le_send_att_find_information_response:
+4387 d9600003 arg 3 ,timeup 
+4388 204040d1 call le_init_attlist_search 
+
+le_send_att_find_information_res_loop:
+4389 204040da call le_att_handle_inrange 
+438a 203a43ab branch le_send_att_find_information_res_end ,blank 
+438b 242143a8 nbranch le_send_att_find_information_res_next ,positive 
+438c 18c08dfe increase -2 ,contr 
+438d 204074d3 call store_contr 
+438e 204074ca call get_contw 
+438f 2434439b nbranch le_send_att_find_information_res_store_info ,user 
+4390 204074b7 call push_stack_rega_b_c 
+4391 20407638 call disable_user 
+4392 616204d4 storer timeup ,4 ,mem_timeup 
+4393 18002214 force 20 ,rega 
+4394 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+4395 696204d4 fetchr timeup ,4 ,mem_timeup 
+4396 204074c6 call pop_stack_rega_b_c 
+4397 58000005 setarg attop_find_information_response 
+4398 e7e08005 istore 1 ,contw 
+4399 58000001 setarg uuid_size_16bit 
+439a e7e08005 istore 1 ,contw 
+
+le_send_att_find_information_res_store_info:
+439b 204074cd call get_contr 
+439c efe10006 ifetch 2 ,contr 
+439d 1fe17eff and_into 0xff ,pdata 
+439e e7e10005 istore 2 ,contw 
+439f efe08006 ifetch 1 ,contr 
+43a0 1fe27200 copy pdata ,loopcnt 
+43a1 20407548 call memcpy 
+43a2 204074d0 call store_contw 
+43a3 196097ff increase -1 ,timeup 
+43a4 2022c3ab branch le_send_att_find_information_res_end ,zero 
+
+le_send_att_find_information_res_cont:
+43a5 efe08006 ifetch 1 ,contr 
+43a6 98c08c00 iadd contr ,contr 
+43a7 20204389 branch le_send_att_find_information_res_loop 
+
+le_send_att_find_information_res_next:
+43a8 efe08006 ifetch 1 ,contr 
+43a9 98c08c00 iadd contr ,contr 
+43aa 202043a5 branch le_send_att_find_information_res_cont 
+
+le_send_att_find_information_res_end:
+43ab 2034455b branch le_send_att_error_response_notfound ,user 
+43ac 2020458f branch le_send_auto_len_by_mem 
+
+le_parse_att_find_by_type_value_request:
+43ad 2040459c call le_get_search_handle_start_end_common 
+43ae efe10006 ifetch 2 ,contr 
+43af 67e1428e store 2 ,mem_le_search_uuid 
+43b0 204074d3 call store_contr 
+43b1 d8a0050a arg mem_le_search_att_type_length ,contw 
+43b2 6fe14308 fetch 2 ,mem_le_l2cap_size 
+43b3 1fe0fff9 increase -7 ,pdata 
+43b4 204045af call le_get_search_common2 
+43b5 202043c0 branch le_send_att_find_by_type_value_response 
+
+le_start_end_handle_check_1:
+43b6 78547c00 disable user 
+43b7 68490506 fetcht 2 ,mem_le_search_handle_start 
+43b8 6fe10508 fetch 2 ,mem_le_search_handle_end 
+43b9 98467c00 isub temp ,null 
+43ba 242143bd nbranch le_start_end_handle_check_1_fail ,positive 
+43bb 18427e00 deposit temp 
+43bc c1800000 rtnne 0 
+
+le_start_end_handle_check_1_fail:
+43bd 78347c00 enable user 
+43be 7001b401 jam att_err_invalid_handle ,mem_le_err_code 
+43bf 2020455d branch le_send_att_error_response 
+
+le_send_att_find_by_type_value_response:
+43c0 204043b6 call le_start_end_handle_check_1 
+43c1 20740000 rtn user 
+43c2 6849428e fetcht 2 ,mem_le_search_uuid 
+43c3 58002800 setarg uuid_gatt_primary_service 
+43c4 98467c00 isub temp ,null 
+43c5 2022c3c7 branch le_send_att_find_by_type_value_res_primary ,zero 
+43c6 2020455b branch le_send_att_error_response_notfound 
+
+le_send_att_find_by_type_value_res_primary:
+43c7 70436d00 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
+43c8 68490506 fetcht 2 ,mem_le_search_handle_start 
+43c9 604904cc storet 2 ,mem_temp 
+43ca 20404116 call le_att_get_handle_info 
+43cb 243a455b nbranch le_send_att_error_response_notfound ,blank 
+
+le_send_att_find_primary_search_loop:
+43cc 684904cc fetcht 2 ,mem_temp 
+43cd 20404116 call le_att_get_handle_info 
+43ce 243a43e0 nbranch le_send_att_error_response_notfound2 ,blank 
+43cf 18c22200 copy contr ,rega 
+43d0 6fe0851b fetch 1 ,mem_le_curr_att_len 
+43d1 1fe27200 copy pdata ,loopcnt 
+43d2 6848850a fetcht 1 ,mem_le_search_att_type_length 
+43d3 98467c00 isub temp ,null 
+43d4 2422c3dc nbranch le_send_att_find_primary_search_loop1 ,zero 
+43d5 da40050b arg mem_le_search_att_type ,regb 
+43d6 204075d2 call string_compare 
+43d7 2022c3e3 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
+43d8 6fe10523 fetch 2 ,mem_le_cur_uuid 
+43d9 6849428e fetcht 2 ,mem_le_search_uuid 
+43da 98467c00 isub temp ,null 
+43db 2022c3eb branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
+
+le_send_att_find_primary_search_loop1:
+43dc 6fe104cc fetch 2 ,mem_temp 
+43dd 1fe0fe01 increase 1 ,pdata 
+43de 67e104cc store 2 ,mem_temp 
+43df 202043cc branch le_send_att_find_primary_search_loop 
+
+le_send_att_error_response_notfound2:
+43e0 6fe0c36d fetch 1 ,mem_le_search_res 
+43e1 c000c3eb beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
+43e2 2020455b branch le_send_att_error_response_notfound 
+
+le_send_att_find_primary_search_end_start_handle_found:
+43e3 6fe10523 fetch 2 ,mem_le_cur_uuid 
+43e4 6849428e fetcht 2 ,mem_le_search_uuid 
+43e5 98467c00 isub temp ,null 
+43e6 2422c3dc nbranch le_send_att_find_primary_search_loop1 ,zero 
+43e7 70436d01 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
+43e8 684904cc fetcht 2 ,mem_temp 
+43e9 6049051e storet 2 ,mem_le_cur_handle_start 
+43ea 202043dc branch le_send_att_find_primary_search_loop1 
+
+le_send_att_find_primary_search_end_ending_handle_found:
+43eb 6fe0c36d fetch 1 ,mem_le_search_res 
+43ec c00043dc beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
+43ed 70436d02 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
+43ee 684904cc fetcht 2 ,mem_temp 
+43ef 184085ff increase -1 ,temp 
+43f0 60490520 storet 2 ,mem_le_cur_handle_end 
+
+le_send_att_find_primary_search_end:
+43f1 da200005 arg 5 ,rega 
+43f2 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+43f3 58000007 setarg attop_find_by_type_value_response 
+43f4 e7e08005 istore 1 ,contw 
+43f5 6fe1051e fetch 2 ,mem_le_cur_handle_start 
+43f6 e7e10005 istore 2 ,contw 
+43f7 6fe10520 fetch 2 ,mem_le_cur_handle_end 
+43f8 e7e10005 istore 2 ,contw 
+43f9 20600000 rtn 
+
+le_parse_att_read_by_type_request:
+43fa 2040459c call le_get_search_handle_start_end_common 
+43fb 204045aa call le_get_search_att_type 
+43fc 202043fd branch le_send_att_read_by_type_response 
+
+le_send_att_read_by_type_response:
+43fd 68490506 fetcht 2 ,mem_le_search_handle_start 
+43fe 604904cc storet 2 ,mem_temp 
+43ff 204040d1 call le_init_attlist_search 
+4400 204040e9 call le_att_get_handle_ptr2 
+4401 18c08dfe increase -2 ,contr 
+4402 18c27e00 copy contr ,pdata 
+4403 67e1051c store 2 ,mem_le_cur_attlist_start_ptr 
+4404 6849050b fetcht 2 ,mem_le_search_att_type 
+4405 58002a00 setarg uuid_chrctr_device_name 
+4406 98467c00 isub temp ,null 
+4407 2022c464 branch le_send_att_read_by_type_res_device_name ,zero 
+4408 58002803 setarg uuid_gatt_characteristic 
+4409 98467c00 isub temp ,null 
+440a 2422c450 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
+440b d9600002 arg 2 ,timeup 
+
+le_send_att_read_by_type_response_loop:
+440c 2040456f call le_att_check_handle_end 
+440d 2421442d nbranch le_send_att_read_by_type_response_end ,positive 
+440e 684904cc fetcht 2 ,mem_temp 
+440f 20404114 call le_att_get_handle_info_from_ptr 
+4410 243a442d nbranch le_send_att_read_by_type_response_end ,blank 
+4411 20404573 call le_att_same_type 
+4412 2422c42b nbranch le_send_att_read_by_type_response_next_handle ,zero 
+4413 2434442f nbranch le_send_att_read_by_type_res_found_next ,user 
+4414 78547c00 disable user 
+4415 da200014 arg 20 ,rega 
+4416 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+4417 58000009 setarg attop_read_by_type_response 
+4418 e7e08005 istore 1 ,contw 
+4419 18a26000 copy contw ,alarm 
+441a 18a08a01 increase 1 ,contw 
+441b 2040443d call le_send_att_read_by_type_write_properties 
+441c 2040456b call le_att_next_handle 
+441d 20404114 call le_att_get_handle_info_from_ptr 
+441e 20404444 call le_send_att_read_by_type_write_uuid 
+441f 6fe08522 fetch 1 ,mem_le_cur_uuid_length 
+4420 1fe0a205 add pdata ,5 ,rega 
+4421 e2208030 istorer rega ,1 ,alarm 
+4422 1a267c07 sub rega ,7 ,null 
+4423 2442f63a ncall enable_user2 ,zero 
+4424 2042f63c call disable_user2 ,zero 
+4425 204045a1 call le_get_search_max_mtu_data 
+4426 9a26fc00 idiv rega 
+4427 204075d0 call wait_div_end 
+4428 18079600 quotient timeup 
+4429 196097ff increase -1 ,timeup 
+442a 2022c42d branch le_send_att_read_by_type_response_end ,zero 
+
+le_send_att_read_by_type_response_next_handle:
+442b 2040456b call le_att_next_handle 
+442c 2020440c branch le_send_att_read_by_type_response_loop 
+
+le_send_att_read_by_type_response_end:
+442d 2034455b branch le_send_att_error_response_notfound ,user 
+442e 2020458f branch le_send_auto_len_by_mem 
+
+le_send_att_read_by_type_res_found_next:
+442f 2040457f call le_store_att_record 
+4430 2040456b call le_att_next_handle 
+4431 20404114 call le_att_get_handle_info_from_ptr 
+4432 204044ee call le_send_att_read_by_type_res_check_pair_length_type 
+4433 243a442d nbranch le_send_att_read_by_type_response_end ,blank 
+4434 204074ca call get_contw 
+4435 6fe104cc fetch 2 ,mem_temp 
+4436 1fe0ffff increase -1 ,pdata 
+4437 e7e10005 istore 2 ,contw 
+4438 2040458b call le_write_att_record_common 
+4439 20404444 call le_send_att_read_by_type_write_uuid 
+443a 196097ff increase -1 ,timeup 
+443b 2022c42d branch le_send_att_read_by_type_response_end ,zero 
+443c 2020442b branch le_send_att_read_by_type_response_next_handle 
+
+le_send_att_read_by_type_write_properties:
+443d 6fe104cc fetch 2 ,mem_temp 
+443e e7e10005 istore 2 ,contw 
+443f 6fe0851b fetch 1 ,mem_le_curr_att_len 
+4440 1fe27200 copy pdata ,loopcnt 
+4441 204074cd call get_contr 
+4442 2040753b call memcpy_fast 
+4443 202074d0 branch store_contw 
+
+le_send_att_read_by_type_write_uuid:
+4444 204074ca call get_contw 
+4445 6fe104cc fetch 2 ,mem_temp 
+4446 e7e10005 istore 2 ,contw 
+4447 204074d0 call store_contw 
+4448 6fe08522 fetch 1 ,mem_le_cur_uuid_length 
+4449 1fe27200 copy pdata ,loopcnt 
+444a 204074ca call get_contw 
+444b 204074cd call get_contr 
+444c 9f260c00 isub loopcnt ,contr 
+444d 18c08dff increase -1 ,contr 
+444e 2040753b call memcpy_fast 
+444f 202074d0 branch store_contw 
+
+le_send_att_read_by_type_res_not_characteristic:
+4450 204040f9 call le_att_get_short_uuid_ptr 
+4451 203a455b branch le_send_att_error_response_notfound ,blank 
+4452 18c22600 copy contr ,regc 
+4453 18c08dfb increase -5 ,contr 
+4454 efe10006 ifetch 2 ,contr 
+4455 67e104cc store 2 ,mem_temp 
+4456 da200014 arg 20 ,rega 
+4457 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+4458 58000009 setarg attop_read_by_type_response 
+4459 e7e08005 istore 1 ,contw 
+445a efe08013 ifetch 1 ,regc 
+445b 1fe27200 copy pdata ,loopcnt 
+445c 1fe0fe02 increase 2 ,pdata 
+445d e7e08005 istore 1 ,contw 
+445e 6fe104cc fetch 2 ,mem_temp 
+445f e7e10005 istore 2 ,contw 
+4460 1a608c01 add regc ,1 ,contr 
+4461 2040753b call memcpy_fast 
+4462 204074d0 call store_contw 
+4463 2020458f branch le_send_auto_len_by_mem 
+
+le_send_att_read_by_type_res_device_name:
+4464 d8402a00 arg uuid_chrctr_device_name ,temp 
+4465 204040f9 call le_att_get_short_uuid_ptr 
+4466 207a0000 rtn blank 
+4467 18c08dfb increase -5 ,contr 
+4468 efe10006 ifetch 2 ,contr 
+4469 67e104cc store 2 ,mem_temp 
+446a da200014 arg 20 ,rega 
+446b 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+446c 58000009 setarg attop_read_by_type_response 
+446d e7e08005 istore 1 ,contw 
+446e 6fe0c22b fetch 1 ,mem_le_name_len 
+446f 1fe27200 copy pdata ,loopcnt 
+4470 1fe0fe02 increase 2 ,pdata 
+4471 e7e08005 istore 1 ,contw 
+4472 6fe104cc fetch 2 ,mem_temp 
+4473 e7e10005 istore 2 ,contw 
+4474 d8c0422c arg mem_le_name ,contr 
+4475 2040753b call memcpy_fast 
+4476 204074d0 call store_contw 
+4477 2020458f branch le_send_auto_len_by_mem 
+
+le_parse_att_read_request:
+4478 2040451f call le_check_encrypt_state 
+4479 6849436b fetcht 2 ,mem_le_att_handle 
+447a 6fe0c2f4 fetch 1 ,mem_le_configuration 
+447b c281c49d bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
+
+le_send_att_read_response:
+447c 204040e9 call le_att_get_handle_ptr2 
+447d 2422c55b nbranch le_send_att_error_response_notfound ,zero 
+447e 205444a3 call le_send_att_read_response_check_handle ,user 
+447f 20740000 rtn user 
+4480 204040f6 call le_att_get_handle_ptr_found 
+4481 18c08dfe increase -2 ,contr 
+4482 efe10006 ifetch 2 ,contr 
+4483 d8402a00 arg uuid_chrctr_device_name ,temp 
+4484 98467c00 isub temp ,null 
+4485 2022c493 branch le_send_device_name ,zero 
+4486 efe08006 ifetch 1 ,contr 
+4487 1fe67c16 sub pdata ,22 ,null 
+4488 2021448a branch le_send_att_read_response_less ,positive 
+4489 18007e16 force 22 ,pdata 
+
+le_send_att_read_response_less:
+448a 1fe22600 copy pdata ,regc 
+448b 204074d3 call store_contr 
+448c 1a60a201 add regc ,1 ,rega 
+448d 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+448e 5800000b setarg attop_read_response 
+448f e7e08005 istore 1 ,contw 
+4490 1a627200 copy regc ,loopcnt 
+4491 204074cd call get_contr 
+4492 20207548 branch memcpy 
+
+le_send_device_name:
+4493 204074d3 call store_contr 
+4494 6fe0c22b fetch 1 ,mem_le_name_len 
+4495 1fe0a201 add pdata ,1 ,rega 
+4496 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+4497 5800000b setarg attop_read_response 
+4498 e7e08005 istore 1 ,contw 
+4499 6fe0c22b fetch 1 ,mem_le_name_len 
+449a 1fe27200 copy pdata ,loopcnt 
+449b d8c0422c arg mem_le_name ,contr 
+449c 20207548 branch memcpy 
+
+le_send_att_read_response_check_auth:
+449d 6fe14305 fetch 2 ,mem_le_pairing_handle 
+449e 98467c00 isub temp ,null 
+449f 2422c47c nbranch le_send_att_read_response ,zero 
+44a0 2434447c nbranch le_send_att_read_response ,user 
+
+le_send_att_read_response_error_insufficient_auth:
+44a1 7001b405 jam att_err_insufficient_authentication ,mem_le_err_code 
+44a2 2020455d branch le_send_att_error_response 
+
+le_send_att_read_response_check_handle:
+44a3 18c08dfe increase -2 ,contr 
+44a4 efe10006 ifetch 2 ,contr 
+44a5 c28744a1 bbit1 bit_of_att_handle_read_authenticated ,le_send_att_read_response_error_insufficient_auth 
+44a6 20207638 branch disable_user 
+
+le_parse_att_read_blob_request:
+44a7 efe10006 ifetch 2 ,contr 
+44a8 67e1050a store 2 ,mem_le_att_offset 
+
+le_send_att_read_blob_response:
+44a9 da200014 arg 20 ,rega 
+44aa 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+44ab 5800000d setarg attop_read_blob_response 
+44ac e7e08005 istore 1 ,contw 
+44ad 6fe1050a fetch 2 ,mem_le_att_offset 
+44ae 98002200 iforce rega 
+44af 6849436b fetcht 2 ,mem_le_att_handle 
+44b0 204040e6 call le_att_get_handle_ptr 
+44b1 203a455b branch le_send_att_error_response_notfound ,blank 
+44b2 efe08006 ifetch 1 ,contr 
+44b3 9a267200 isub rega ,loopcnt 
+44b4 2421455b nbranch le_send_att_error_response_notfound ,positive 
+44b5 1f267c16 sub loopcnt ,22 ,null 
+44b6 202144b8 branch le_send_att_read_blob_response_less ,positive 
+44b7 18007216 force 22 ,loopcnt 
+
+le_send_att_read_blob_response_less:
+44b8 1a227e00 deposit rega 
+44b9 98c08c00 iadd contr ,contr 
+44ba 2040753b call memcpy_fast 
+44bb 204074d0 call store_contw 
+44bc 2020458f branch le_send_auto_len_by_mem 
+
+le_parse_att_read_by_group_type_request:
+44bd 2040459c call le_get_search_handle_start_end_common 
+44be 204045aa call le_get_search_att_type 
+44bf 202044c0 branch le_send_att_read_by_group_type_response 
+
+le_send_att_read_by_group_type_response:
+44c0 d9600002 arg 2 ,timeup 
+44c1 68490506 fetcht 2 ,mem_le_search_handle_start 
+44c2 604904cc storet 2 ,mem_temp 
+44c3 204040e9 call le_att_get_handle_ptr2 
+44c4 18c08dfe increase -2 ,contr 
+44c5 18c27e00 copy contr ,pdata 
+44c6 67e1051c store 2 ,mem_le_cur_attlist_start_ptr 
+
+le_send_att_read_by_group_type_response_loop:
+44c7 2040456f call le_att_check_handle_end 
+44c8 242144f6 nbranch le_send_att_read_by_group_type_end0 ,positive 
+44c9 684904cc fetcht 2 ,mem_temp 
+44ca 20404114 call le_att_get_handle_info_from_ptr 
+44cb 243a44f9 nbranch le_send_att_read_by_group_type_end1 ,blank 
+44cc 20404573 call le_att_same_type 
+44cd 2422c4ec nbranch le_send_att_read_by_group_type_next_handle ,zero 
+44ce 19627e00 copy timeup ,pdata 
+44cf c00044f9 beq 0 ,le_send_att_read_by_group_type_end1 
+44d0 243444e2 nbranch le_send_att_read_by_group_type_store_write_record ,user 
+44d1 78547c00 disable user 
+44d2 da200014 arg 20 ,rega 
+44d3 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+44d4 58000011 setarg attop_read_by_group_type_response 
+44d5 e7e08005 istore 1 ,contw 
+44d6 6fe0851b fetch 1 ,mem_le_curr_att_len 
+44d7 1fe0a204 add pdata ,4 ,rega 
+44d8 e2208005 istorer rega ,1 ,contw 
+44d9 204074d0 call store_contw 
+44da 1a267c06 sub rega ,6 ,null 
+44db 2442f63a ncall enable_user2 ,zero 
+44dc 2042f63c call disable_user2 ,zero 
+44dd 204045a1 call le_get_search_max_mtu_data 
+44de 9a26fc00 idiv rega 
+44df 204075d0 call wait_div_end 
+44e0 18079600 quotient timeup 
+44e1 202044e8 branch le_send_att_read_by_group_type_store_record 
+
+le_send_att_read_by_group_type_store_write_record:
+44e2 204044f0 call le_send_att_read_by_group_type_check_pair_length_type 
+44e3 243a44f9 nbranch le_send_att_read_by_group_type_end1 ,blank 
+44e4 6fe104cc fetch 2 ,mem_temp 
+44e5 1fe0ffff increase -1 ,pdata 
+44e6 67e10520 store 2 ,mem_le_cur_handle_end 
+44e7 20404585 call le_write_att_record 
+
+le_send_att_read_by_group_type_store_record:
+44e8 6fe104cc fetch 2 ,mem_temp 
+44e9 67e1051e store 2 ,mem_le_cur_handle_start 
+44ea 2040457f call le_store_att_record 
+44eb 196097ff increase -1 ,timeup 
+
+le_send_att_read_by_group_type_next_handle:
+44ec 2040456b call le_att_next_handle 
+44ed 202044c7 branch le_send_att_read_by_group_type_response_loop 
+
+le_send_att_read_by_type_res_check_pair_length_type:
+44ee 6fe08522 fetch 1 ,mem_le_cur_uuid_length 
+44ef 202044f1 branch le_send_att_read_by_group_type_check_pair_length_type + 1 
+
+le_send_att_read_by_group_type_check_pair_length_type:
+44f0 6fe0851b fetch 1 ,mem_le_curr_att_len 
+44f1 203644f4 branch le_send_att_read_by_group_type_check_pair_length_type_16byte ,user2 
+44f2 1fe0fffe increase -2 ,pdata 
+44f3 20600000 rtn 
+
+le_send_att_read_by_group_type_check_pair_length_type_16byte:
+44f4 1fe0fff0 increase -16 ,pdata 
+44f5 20600000 rtn 
+
+le_send_att_read_by_group_type_end0:
+44f6 6fe104cc fetch 2 ,mem_temp 
+44f7 67e10520 store 2 ,mem_le_cur_handle_end 
+44f8 202044fd branch le_send_att_read_by_group_type_end_common 
+
+le_send_att_read_by_group_type_end1:
+44f9 6fe104cc fetch 2 ,mem_temp 
+44fa 1fe0ffff increase -1 ,pdata 
+44fb 67e10520 store 2 ,mem_le_cur_handle_end 
+44fc 202044fd branch le_send_att_read_by_group_type_end_common 
+
+le_send_att_read_by_group_type_end_common:
+44fd 2034455b branch le_send_att_error_response_notfound ,user 
+44fe 20404585 call le_write_att_record 
+44ff 2020458f branch le_send_auto_len_by_mem 
+
+le_parse_att_write_request:
+4500 18c22200 copy contr ,rega 
+4501 6fe14308 fetch 2 ,mem_le_l2cap_size 
+4502 1fe0a5fd add pdata ,-3 ,regb 
+4503 204040a8 call le_writeatt_cb 
+
+le_send_att_write_response_check_auth:
+4504 4709c022 bpatchx patch22_3 ,mem_patch22 
+4505 2040451f call le_check_encrypt_state 
+4506 6849436b fetcht 2 ,mem_le_att_handle 
+4507 204040e9 call le_att_get_handle_ptr2 
+4508 2422c51d nbranch le_send_att_write_response_error_invalid_handle ,zero 
+4509 20544519 call le_send_att_write_response_check_handle ,user 
+450a 20740000 rtn user 
+450b 6fe0c2f4 fetch 1 ,mem_le_configuration 
+450c c3024514 bbit0 bit_ble_write_auth ,le_send_att_write_response 
+450d 6849436b fetcht 2 ,mem_le_att_handle 
+450e 6fe14305 fetch 2 ,mem_le_pairing_handle 
+450f 98467c00 isub temp ,null 
+4510 2422c514 nbranch le_send_att_write_response ,zero 
+4511 2040451f call le_check_encrypt_state 
+4512 24344514 nbranch le_send_att_write_response ,user 
+4513 202044a1 branch le_send_att_read_response_error_insufficient_auth 
+
+le_send_att_write_response:
+4514 18002201 force 1 ,rega 
+4515 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+4516 58000013 setarg attop_write_response 
+4517 e7e08005 istore 1 ,contw 
+4518 20600000 rtn 
+
+le_send_att_write_response_check_handle:
+4519 18c08dfe increase -2 ,contr 
+451a efe10006 ifetch 2 ,contr 
+451b c287c4a1 bbit1 bit_of_att_handle_write_authenticated ,le_send_att_read_response_error_insufficient_auth 
+451c 20207638 branch disable_user 
+
+le_send_att_write_response_error_invalid_handle:
+451d 7001b401 jam att_err_invalid_handle ,mem_le_err_code 
+451e 2020455d branch le_send_att_error_response 
+
+le_check_encrypt_state:
+451f 470a4022 bpatchx patch22_4 ,mem_patch22 
+4520 20407638 call disable_user 
+4521 6fe0c2d1 fetch 1 ,mem_le_pairing_mode 
+4522 c1000000 rtneq le_pairing_mode_none 
+4523 6fe0c040 fetch 1 ,mem_context 
+4524 c3820000 rtnbit1 lestate_encryption 
+4525 20207636 branch enable_user 
+
+le_parse_att_prepare_write_request:
+4526 18c0a202 add contr ,2 ,rega 
+4527 6fe14308 fetch 2 ,mem_le_l2cap_size 
+4528 1fe0a5fb add pdata ,-5 ,regb 
+4529 204040a8 call le_writeatt_cb 
+452a 2020452b branch le_send_att_prepare_write_response 
+
+le_send_att_prepare_write_response:
+452b 6fe14308 fetch 2 ,mem_le_l2cap_size 
+452c 1fe22200 copy pdata ,rega 
+452d 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+452e 58000017 setarg attop_prepare_write_response 
+452f e7e08005 istore 1 ,contw 
+4530 6fe1436b fetch 2 ,mem_le_att_handle 
+4531 e7e10005 istore 2 ,contw 
+4532 6fe14308 fetch 2 ,mem_le_l2cap_size 
+4533 1fe0f3fb add pdata ,-5 ,loopcnt 
+4534 6fe1430c fetch 2 ,mem_le_payload_ptr 
+4535 1fe08c07 add pdata ,7 ,contr 
+4536 efe10006 ifetch 2 ,contr 
+4537 e7e10005 istore 2 ,contw 
+4538 2020753b branch memcpy_fast 
+
+le_parse_att_execute_write_request:
+
+le_send_att_execute_write_response:
+4539 18002201 force 1 ,rega 
+453a 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+453b 58000019 setarg attop_execute_write_response 
+453c e7e08005 istore 1 ,contw 
+453d 20600000 rtn 
+
+le_parse_handle_value_confirmation:
+453e 6fe0c369 fetch 1 ,mem_le_l2cap_att_states 
+453f 793ffe00 set0 ble_l2cap_recv_confirmation_packet ,pdata 
+4540 67e0c369 store 1 ,mem_le_l2cap_att_states 
+4541 20600000 rtn 
+
+le_parse_att_write_command:
+4542 18c22200 copy contr ,rega 
+4543 6fe14308 fetch 2 ,mem_le_l2cap_size 
+4544 1fe0a5fd add pdata ,-3 ,regb 
+4545 202040a8 branch le_writeatt_cb 
+
+le_att_malloc_tx_notify:
+4546 18422600 copy temp ,regc 
+4547 1a20a203 increase 3 ,rega 
+4548 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+4549 1a20a3fd increase -3 ,rega 
+454a 5800001b setarg attop_handle_value_notification 
+454b e7e08005 istore 1 ,contw 
+454c 1a620400 copy regc ,temp 
+454d e0410005 istoret 2 ,contw 
+454e 20600000 rtn 
+
+le_att_malloc_tx_indication:
+454f 6fe0c369 fetch 1 ,mem_le_l2cap_att_states 
+4550 79207e00 set1 ble_l2cap_send_indication_packet ,pdata 
+4551 67e0c369 store 1 ,mem_le_l2cap_att_states 
+4552 18422600 copy temp ,regc 
+4553 1a20a203 increase 3 ,rega 
+4554 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+4555 1a20a3fd increase -3 ,rega 
+4556 5800001d setarg attop_handle_value_indication 
+4557 e7e08005 istore 1 ,contw 
+4558 1a620400 copy regc ,temp 
+4559 e0410005 istoret 2 ,contw 
+455a 20600000 rtn 
+
+le_send_att_error_response_notfound:
+455b 470ac022 bpatchx patch22_5 ,mem_patch22 
+455c 7001b40a jam att_err_attribute_not_found ,mem_le_err_code 
+
+le_send_att_error_response:
+455d 18002205 force 5 ,rega 
+455e 20404568 call le_fifo_malloc_tx_l2cap_gatt 
+455f 58000001 setarg attop_error_response 
+4560 e7e08005 istore 1 ,contw 
+4561 6fe0c36a fetch 1 ,mem_le_att_opcode 
+4562 e7e08005 istore 1 ,contw 
+4563 6fe1436b fetch 2 ,mem_le_att_handle 
+4564 e7e10005 istore 2 ,contw 
+4565 6fe081b4 fetch 1 ,mem_le_err_code 
+4566 e7e08005 istore 1 ,contw 
+4567 20600000 rtn 
+
+le_fifo_malloc_tx_l2cap_gatt:
+4568 470b4022 bpatchx patch22_6 ,mem_patch22 
+4569 18002404 force le_l2cap_cid_att ,regb 
+456a 202041d6 branch le_fifo_malloc_tx_l2cap 
+
+le_att_next_handle:
+456b 684904cc fetcht 2 ,mem_temp 
+456c 18408401 increase 1 ,temp 
+456d 604904cc storet 2 ,mem_temp 
+456e 20600000 rtn 
+
+le_att_check_handle_end:
+456f 684904cc fetcht 2 ,mem_temp 
+4570 6fe10508 fetch 2 ,mem_le_search_handle_end 
+4571 98467c00 isub temp ,null 
+4572 20600000 rtn 
+
+le_att_same_type:
+4573 470bc022 bpatchx patch22_7 ,mem_patch22 
+4574 6848850a fetcht 1 ,mem_le_search_att_type_length 
+4575 da20050b arg mem_le_search_att_type ,rega 
+
+le_att_check_same_common:
+4576 6fe08522 fetch 1 ,mem_le_cur_uuid_length 
+4577 1fe27200 copy pdata ,loopcnt 
+4578 98467c00 isub temp ,null 
+4579 24628000 nrtn zero 
+457a da400523 arg mem_le_cur_uuid ,regb 
+457b 202075d2 branch string_compare 
+
+le_att_same_uuid:
+457c 6848c28d fetcht 1 ,mem_le_search_uuid_length 
+457d da20428e arg mem_le_search_uuid ,rega 
+457e 20204576 branch le_att_check_same_common 
+
+le_store_att_record:
+457f 470c4023 bpatchx patch23_0 ,mem_patch23 
+4580 6fe0851b fetch 1 ,mem_le_curr_att_len 
+4581 67e084f6 store 1 ,mem_temp_block0 
+4582 1fe27200 copy pdata ,loopcnt 
+4583 204074cd call get_contr 
+4584 2020753b branch memcpy_fast 
+
+le_write_att_record:
+4585 470cc023 bpatchx patch23_1 ,mem_patch23 
+4586 204074ca call get_contw 
+4587 6fe1051e fetch 2 ,mem_le_cur_handle_start 
+4588 e7e10005 istore 2 ,contw 
+4589 6fe10520 fetch 2 ,mem_le_cur_handle_end 
+458a e7e10005 istore 2 ,contw 
+
+le_write_att_record_common:
+458b 6fe084f6 fetch 1 ,mem_temp_block0 
+458c 1fe27200 copy pdata ,loopcnt 
+458d 2040753b call memcpy_fast 
+458e 202074d0 branch store_contw 
+
+le_send_auto_len_by_mem:
+458f 470d4023 bpatchx patch23_2 ,mem_patch23 
+4590 204074ca call get_contw 
+4591 204041fc call le_fifo_get_last_att_ptr 
+4592 18a27e00 copy contw ,pdata 
+4593 98c62200 isub contr ,rega 
+4594 204041ff call le_fifo_get_last_l2cap_ptr 
+4595 1a227e00 copy rega ,pdata 
+4596 e7e10006 istore 2 ,contr 
+4597 1a20a204 increase 4 ,rega 
+4598 204041f1 call le_fifo_get_last_tx_ptr 
+4599 1a227e00 copy rega ,pdata 
+459a e7e08006 istore 1 ,contr 
+459b 20600000 rtn 
+
+le_get_search_handle_start_end_common:
+459c 1fecfe00 rshift8 pdata ,pdata 
+459d 67e10506 store 2 ,mem_le_search_handle_start 
+459e efe10006 ifetch 2 ,contr 
+459f 67e10508 store 2 ,mem_le_search_handle_end 
+45a0 20600000 rtn 
+
+le_get_search_max_mtu_data:
+45a1 470dc023 bpatchx patch23_3 ,mem_patch23 
+45a2 6fe142b6 fetch 2 ,mem_le_remote_mtu 
+45a3 1fe0fffe increase -2 ,pdata 
+45a4 684942b4 fetcht 2 ,mem_le_local_mtu 
+45a5 184085fe increase -2 ,temp 
+45a6 2040762c call not_greater_than 
+45a7 d84000f0 arg 240 ,temp 
+45a8 2040762c call not_greater_than 
+45a9 20600000 rtn 
+
+le_get_search_att_type:
+45aa 470e4023 bpatchx patch23_4 ,mem_patch23 
+45ab 204074d3 call store_contr 
+45ac d8a0050a arg mem_le_search_att_type_length ,contw 
+
+le_get_search_common:
+45ad 6fe14308 fetch 2 ,mem_le_l2cap_size 
+45ae 1fe0fffb increase -5 ,pdata 
+
+le_get_search_common2:
+45af e7e08005 istore 1 ,contw 
+45b0 1fe27200 copy pdata ,loopcnt 
+45b1 204074cd call get_contr 
+45b2 2020753b branch memcpy_fast 
+
+le_parse_writing_attribute_start:
+45b3 6fe1004b fetch 2 ,mem_le_rxbuf_data_att_cid 
+45b4 c1820000 rtnne le_l2cap_cid_att 
+45b5 6fe0c369 fetch 1 ,mem_le_l2cap_att_states 
+45b6 79207e01 set1 ble_l2cap_deal_with_continue_packet ,pdata 
+45b7 67e0c369 store 1 ,mem_le_l2cap_att_states 
+45b8 6fe1804d fetch 3 ,mem_le_rxbuf_data_att_opcode 
+45b9 67e1c36a store 3 ,mem_le_att_opcode 
+45ba 7920000f set1 mark_old_packet ,mark 
+45bb c00945ce beq attop_write_request ,le_parse_attribute_write_request 
+45bc c02945d3 beq attop_write_command ,le_parse_attribute_write_command 
+45bd c00c4539 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+45be c0014379 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+45bf c00f453e beq attop_handle_value_confirmation ,le_parse_handle_value_confirmation 
+45c0 793f800f set0 mark_old_packet ,mark 
+
+le_clear_l2cap_att_states_deal_with_contiune_packet:
+45c1 6fe0c369 fetch 1 ,mem_le_l2cap_att_states 
+45c2 793ffe01 set0 ble_l2cap_deal_with_continue_packet ,pdata 
+45c3 67e0c369 store 1 ,mem_le_l2cap_att_states 
+45c4 20600000 rtn 
+
+le_parse_writing_attribute_continue:
+45c5 6fe0c369 fetch 1 ,mem_le_l2cap_att_states 
+45c6 c4008000 rtnbit0 ble_l2cap_deal_with_continue_packet 
+45c7 7920000f set1 mark_old_packet ,mark 
+45c8 204045de call le_parse_l2cap_continue_common 
+45c9 204045e4 call le_parse_attribute_check_complete_packet 
+45ca 205445c1 call le_clear_l2cap_att_states_deal_with_contiune_packet ,user 
+45cb 6fe0c36a fetch 1 ,mem_le_att_opcode 
+45cc c0094504 beq attop_write_request ,le_send_att_write_response_check_auth 
+45cd 20600000 rtn 
+
+le_parse_attribute_write_request:
+45ce 204045d3 call le_parse_attribute_write_command 
+45cf 202045d0 branch le_send_attribute_write_response_check_auth 
+
+le_send_attribute_write_response_check_auth:
+45d0 204045e4 call le_parse_attribute_check_complete_packet 
+45d1 24740000 nrtn user 
+45d2 20204504 branch le_send_att_write_response_check_auth 
+
+le_parse_attribute_write_command:
+45d3 470ec023 bpatchx patch23_5 ,mem_patch23 
+45d4 204045d7 call le_parse_attribute_check_complete_packet_init 
+45d5 da200050 arg mem_le_rxbuf_data_att_write_payload ,rega 
+45d6 202040a8 branch le_writeatt_cb 
+
+le_parse_attribute_check_complete_packet_init:
+45d7 6fe08048 fetch 1 ,mem_le_rxbuf_data_att_write_length 
+45d8 1fe0a5f9 add pdata ,-7 ,regb 
+45d9 1fe0fffc increase -4 ,pdata 
+45da 67e1430a store 2 ,mem_le_packet_len_recved 
+45db 68490049 fetcht 2 ,mem_le_rxbuf_data_att_write_l2cap_length 
+45dc 60494308 storet 2 ,mem_le_l2cap_size 
+45dd 20600000 rtn 
+
+le_parse_l2cap_continue_common:
+45de 6a408048 fetchr regb ,1 ,mem_le_rxbuf_data_continue_length 
+45df 6fe1430a fetch 2 ,mem_le_packet_len_recved 
+45e0 9a408400 iadd regb ,temp 
+45e1 6049430a storet 2 ,mem_le_packet_len_recved 
+45e2 da200049 arg mem_le_rxbuf_data_continue_payload ,rega 
+45e3 202040a8 branch le_writeatt_cb 
+
+le_parse_attribute_check_complete_packet:
+45e4 20407638 call disable_user 
+45e5 6fe1430a fetch 2 ,mem_le_packet_len_recved 
+45e6 68494308 fetcht 2 ,mem_le_l2cap_size 
+45e7 98467c00 isub temp ,null 
+45e8 24628000 nrtn zero 
+45e9 20207636 branch enable_user 
+
+le_parse_signaling:
+45ea efe08006 ifetch 1 ,contr 
+45eb e8408006 ifetcht 1 ,contr 
+45ec e8410006 ifetcht 2 ,contr 
+45ed c009c5ef beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
+45ee 20600000 rtn 
+
+le_l2cap_parse_conn_parameter_update_rsp:
+45ef efe10006 ifetch 2 ,contr 
+45f0 67e1430f store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+45f1 7004c340 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
+45f2 2020709b branch ui_ipc_send_event 
+
+le_l2cap_tx_update_req:
+45f3 da20000c arg 0x0c ,rega 
+45f4 da600012 arg l2cap_connection_parameter_update_request ,regc 
+45f5 204045fb call le_fifo_malloc_tx_l2cap_signaling 
+45f6 58000008 setarg 0x08 
+45f7 e7e10005 istore 2 ,contw 
+45f8 6fe442a6 fetch 8 ,mem_le_interval_min 
+45f9 e7e40005 istore 8 ,contw 
+45fa 20600000 rtn 
+
+le_fifo_malloc_tx_l2cap_signaling:
+45fb 20404603 call le_l2cap_update_signaling_identifier 
+45fc da400005 arg le_l2cap_cid_signal ,regb 
+45fd 204041d6 call le_fifo_malloc_tx_l2cap 
+45fe 1a627e00 copy regc ,pdata 
+45ff e7e08005 istore 1 ,contw 
+4600 6fe0c30e fetch 1 ,mem_le_signaling_identifier 
+4601 e7e08005 istore 1 ,contw 
+4602 20600000 rtn 
+
+le_l2cap_update_signaling_identifier:
+4603 6fe0c30e fetch 1 ,mem_le_signaling_identifier 
+4604 1fe0fe01 pincrease 1 
+4605 67e0c30e store 1 ,mem_le_signaling_identifier 
+4606 c1800000 rtnne 0 
+
+le_l2cap_reset_signaling_identifier:
+4607 70430e01 jam 1 ,mem_le_signaling_identifier 
+4608 20600000 rtn 
+
+le_pairing_mode_init:
+4609 6fe0c2d1 fetch 1 ,mem_le_pairing_mode 
+460a c000460e beq le_pairing_mode_none ,le_set_no_pairing 
+460b c000c611 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
+460c c0014613 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
+460d 20600000 rtn 
+
+le_set_no_pairing:
+460e 70428700 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+
+le_set_noinputnooutput:
+460f 70428503 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+4610 20600000 rtn 
+
+le_set_pairing_mode_lagacy_just_work:
+4611 70428705 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+4612 2020460f branch le_set_noinputnooutput 
+
+le_set_pairing_mode_lagacy_passkey:
+4613 70428705 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+
+le_set_displayonly:
+4614 70428500 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+4615 20600000 rtn 
+
+le_parse_smp:
+4616 efe08006 ifetch 1 ,contr 
+4617 c000c628 beq smp_pairing_request ,le_parse_smp_pairing_request 
+4618 c001c649 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
+4619 c0024658 beq smp_pairing_random ,le_parse_smp_pairing_random 
+461a c002c663 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
+461b c003c6b7 beq smp_master_identification ,le_parse_smp_master_identification 
+461c c00446a3 beq smp_identity_information ,le_parse_smp_identity_information 
+461d c004c6b3 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
+461e c00546b7 beq smp_signing_information ,le_parse_smp_signing_information 
+461f c005c6b7 beq smp_security_request ,le_parse_smp_security_request 
+4620 20600000 rtn 
+
+le_send_smp_security_request:
+4621 18002202 force 2 ,rega 
+4622 204046fc call le_fifo_malloc_tx_l2cap_smp 
+4623 5800000b setarg smp_security_request 
+4624 e7e08005 istore 1 ,contw 
+4625 6fe0c287 fetch 1 ,mem_le_pres_auth 
+4626 e7e08005 istore 1 ,contw 
+4627 20600000 rtn 
+
+le_parse_smp_pairing_request:
+4628 67e0c27d store 1 ,mem_le_preq 
+4629 efe30006 ifetch 6 ,contr 
+462a e7e30005 istore 6 ,contw 
+462b 6fe0c2d1 fetch 1 ,mem_le_pairing_mode 
+462c c0004669 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
+462d 20404644 call le_send_smp_pairing_response 
+
+le_parse_smp_pairing_request2:
+462e 7042cf03 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
+462f 6fe0c27e fetch 1 ,mem_le_preq_iocap 
+4630 c0004636 beq flag_iocap_displayonly ,le_set_tk_0 
+4631 c000c636 beq flag_iocap_displayyesno ,le_set_tk_0 
+4632 c001c636 beq flag_iocap_noinputnooutput ,le_set_tk_0 
+4633 6fe0c2d1 fetch 1 ,mem_le_pairing_mode 
+4634 c0014639 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
+4635 c1418000 rtneq le_pairing_mode_secure_connect_passkey 
+
+le_set_tk_0:
+4636 dfe00000 arg 0 ,pdata 
+4637 67e242d2 store 4 ,mem_le_tk 
+4638 20600000 rtn 
+
+le_parse_smp_pairing_req_passkey:
+4639 6fe0c2f4 fetch 1 ,mem_le_configuration 
+463a c2804642 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
+
+le_genernate_tk:
+463b da2042d2 arg mem_le_tk ,rega 
+463c 1a220a00 copy rega ,contw 
+463d df200003 arg 3 ,loopcnt 
+463e 20407662 call generate_random_loop 
+463f 6fe142d4 fetch 2 ,mem_le_tk + 2 
+4640 1fe17e07 and_into 0x7 ,pdata 
+4641 67e142d4 store 2 ,mem_le_tk + 2 
+
+le_parse_smp_pairing_req_fixed_passkey:
+4642 7004c334 jam bt_evt_le_tk_generate ,mem_fifo_temp 
+4643 2020709b branch ui_ipc_send_event 
+
+le_send_smp_pairing_response:
+4644 18002207 force 7 ,rega 
+4645 204046fc call le_fifo_malloc_tx_l2cap_smp 
+4646 6fe3c284 fetch 7 ,mem_le_pres 
+4647 e7e38005 istore 7 ,contw 
+4648 20600000 rtn 
+
+le_parse_smp_pairing_confirm:
+4649 7042cf05 jam flag_le_pairing_receive_pairing_confirm ,mem_le_pairing_state 
+464a d8a0425b arg mem_le_rconfirm ,contw 
+464b 204074f5 call memcpy16 
+464c 6fe0c2d1 fetch 1 ,mem_le_pairing_mode 
+464d c002464f beq le_pairing_mode_lagacy_passkey_res_input ,le_parse_smp_pairing_confirm_passkey_res_input 
+464e 20204651 branch le_send_smp_pairing_confirm 
+
+le_parse_smp_pairing_confirm_passkey_res_input:
+464f 7004c343 jam bt_evt_le_get_passkey ,mem_fifo_temp 
+4650 2020709b branch ui_ipc_send_event 
+
+le_send_smp_pairing_confirm:
+4651 7042cf06 jam flag_le_pairing_send_pairing_confirm ,mem_le_pairing_state 
+4652 20406e65 call generate_confirm 
+4653 18002211 force 17 ,rega 
+4654 204046fc call le_fifo_malloc_tx_l2cap_smp 
+4655 58000003 setarg smp_pairing_confirm 
+4656 e7e08005 istore 1 ,contw 
+4657 20206fb1 branch store_aes_result 
+
+le_parse_smp_pairing_random:
+4658 18c22200 copy contr ,rega 
+4659 1a220c00 copy rega ,contr 
+465a 20406e5d call authenticate_rconfirm 
+465b 2022c66b branch le_parse_smp_pairing_random_success ,zero 
+
+le_send_pairing_confirm_value_failed:
+465c 7001b504 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
+
+le_send_pairing_failed:
+465d 18002202 force 2 ,rega 
+465e 204046fc call le_fifo_malloc_tx_l2cap_smp 
+465f 58000005 setarg smp_pairing_failed 
+4660 e7e08005 istore 1 ,contw 
+4661 6fe081b5 fetch 1 ,mem_le_ll_pairing_fail_reason 
+4662 e7e08005 istore 1 ,contw 
+
+le_parse_smp_pairing_failed:
+4663 470f4023 bpatchx patch23_6 ,mem_patch23 
+4664 18000e07 force smp_pairing_timer ,queue 
+4665 2040754e call timer_stop 
+4666 7042cf00 jam flag_le_pairing_null ,mem_le_pairing_state 
+4667 7004c330 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
+4668 2020709b branch ui_ipc_send_event 
+
+le_smp_pairing_fail_reason_not_support_pairing:
+4669 7001b505 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
+466a 2020465d branch le_send_pairing_failed 
+
+le_parse_smp_pairing_random_success:
+466b 20406e59 call generate_stk 
+466c 7004c331 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+466d 2040709b call ui_ipc_send_event 
+466e 70425a01 jam 1 ,mem_ltk_exists 
+466f 7042cf09 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+
+le_send_smp_pairing_random:
+4670 18002211 force 17 ,rega 
+4671 204046fc call le_fifo_malloc_tx_l2cap_smp 
+4672 58000004 setarg smp_pairing_random 
+4673 e7e08005 istore 1 ,contw 
+4674 d8c0426b arg mem_le_srand ,contr 
+4675 202074f5 branch memcpy16 
+
+le_send_smp_encryption_information:
+4676 18002211 force 17 ,rega 
+4677 204046fc call le_fifo_malloc_tx_l2cap_smp 
+4678 58000006 setarg smp_encryption_information 
+4679 e7e08005 istore 1 ,contw 
+467a 6fe0c2f4 fetch 1 ,mem_le_configuration 
+467b c280c67e bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
+467c d8c0424a arg mem_le_ltk ,contr 
+467d 202074f5 branch memcpy16 
+
+le_send_fixed_ltk:
+467e d8c042f5 arg mem_le_fixed_ltk ,contr 
+467f 202074f5 branch memcpy16 
+
+le_send_smp_master_identification:
+4680 d8a042d6 arg mem_le_ediv ,contw 
+4681 1800720a force 10 ,loopcnt 
+4682 20407662 call generate_random_loop 
+4683 1800220b force 11 ,rega 
+4684 204046fc call le_fifo_malloc_tx_l2cap_smp 
+4685 58000007 setarg smp_master_identification 
+4686 e7e08005 istore 1 ,contw 
+4687 6fe142d6 fetch 2 ,mem_le_ediv 
+4688 e7e10005 istore 2 ,contw 
+4689 6fe442d8 fetch 8 ,mem_le_rand 
+468a e7e40005 istore 8 ,contw 
+468b 20600000 rtn 
+
+le_send_smp_identity_information:
+468c 18002211 force 17 ,rega 
+468d 204046fc call le_fifo_malloc_tx_l2cap_smp 
+468e 58000008 setarg smp_identity_information 
+468f e7e08005 istore 1 ,contw 
+4690 58000000 setarg 0 
+4691 e7e40005 istore 8 ,contw 
+4692 e7e40005 istore 8 ,contw 
+4693 20600000 rtn 
+
+le_send_smp_identity_address_information:
+4694 18002208 force 8 ,rega 
+4695 204046fc call le_fifo_malloc_tx_l2cap_smp 
+4696 58000009 setarg smp_identity_address_information 
+4697 e7e08005 istore 1 ,contw 
+4698 6fe0c2a5 fetch 1 ,mem_le_conn_own_addr_type 
+4699 e7e08005 istore 1 ,contw 
+469a 6fe342ae fetch 6 ,mem_le_lap 
+469b e7e30005 istore 6 ,contw 
+469c 20600000 rtn 
+
+le_send_pairing_fail_unspecified_reason:
+469d 7001b508 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
+469e 2020465d branch le_send_pairing_failed 
+
+le_check_init_key_distribution:
+469f 6fe0c289 fetch 1 ,mem_le_pres_init_key_distribution 
+46a0 6848c289 fetcht 1 ,mem_le_pres_init_key_distribution 
+46a1 98417e00 iand temp ,pdata 
+46a2 20600000 rtn 
+
+le_parse_smp_identity_information:
+46a3 d8a042e0 arg mem_le_irk ,contw 
+46a4 204074f5 call memcpy16 
+46a5 2040469f call le_check_init_key_distribution 
+46a6 2fec0001 isolate0 le_initator_irk_bit ,pdata 
+46a7 2020c69d branch le_send_pairing_fail_unspecified_reason ,true 
+46a8 6fe0c095 fetch 1 ,mem_device_option 
+46a9 c1850000 rtnne dvc_op_module 
+46aa 204046ad call le_check_master_addr_type 
+46ab 24740000 nrtn user 
+46ac 20204e2a branch app_ble_store_reconn_info 
+
+le_check_master_addr_type:
+46ad 20407638 call disable_user 
+46ae 6fe0c29e fetch 1 ,mem_le_conn_peer_addr_type 
+46af c1000000 rtneq master_public_addr 
+46b0 6fe0c282 fetch 1 ,mem_le_preq_init_key_distribution 
+46b1 c4008000 rtnbit0 le_initator_irk_bit 
+46b2 20207636 branch enable_user 
+
+le_parse_smp_identity_address_information:
+46b3 2040469f call le_check_init_key_distribution 
+46b4 2fec0001 isolate0 le_initator_irk_bit ,pdata 
+46b5 2020c69d branch le_send_pairing_fail_unspecified_reason ,true 
+46b6 20600000 rtn 
+
+le_parse_smp_master_identification:
+
+le_parse_smp_signing_information:
+
+le_parse_smp_security_request:
+46b7 20600000 rtn 
+
+le_check_paring_time:
+46b8 6fe0c2cf fetch 1 ,mem_le_pairing_state 
+46b9 c17f8000 rtneq flag_le_pairing_end 
+46ba d8400003 arg flag_le_pairing_rcv_pairing_req ,temp 
+46bb 98467c00 isub temp ,null 
+46bc 24610000 nrtn positive 
+46bd d8e00007 arg smp_pairing_timer ,queue 
+46be 2040755d call timer_check 
+46bf 247a0000 nrtn blank 
+46c0 2020469d branch le_send_pairing_fail_unspecified_reason 
+
+le_pairing_sm:
+46c1 470fc023 bpatchx patch23_7 ,mem_patch23 
+46c2 20404203 call le_fifo_check_nearly_full 
+46c3 247a0000 nrtn blank 
+46c4 6fe0c2cf fetch 1 ,mem_le_pairing_state 
+46c5 c00046ce beq flag_le_pairing_null ,le_pairing_sm_null 
+46c6 c000c6d4 beq flag_le_pairing_start ,le_pairing_sm_start 
+46c7 c00146ce beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
+46c8 c001c6d6 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
+46c9 c004c6da beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
+46ca c005c6ea beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
+46cb c00646ec beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
+46cc c006c6f3 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
+46cd 20600000 rtn 
+
+le_pairing_sm_null:
+
+le_pairing_sm_send_sec_req:
+46ce 6fe0c2d0 fetch 1 ,mem_le_enc_state 
+46cf c1820000 rtnne flag_le_send_start_enc_rsp 
+46d0 7042d0ff jam flag_le_enc_end ,mem_le_enc_state 
+46d1 7042cfff jam flag_le_pairing_end ,mem_le_pairing_state 
+46d2 7004c33f jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
+46d3 2020709b branch ui_ipc_send_event 
+
+le_pairing_sm_start:
+46d4 7042cf02 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
+46d5 20204621 branch le_send_smp_security_request 
+
+le_pairing_sm_rcv_pairing_req:
+46d6 7042cf04 jam flag_le_pairing_wait_stk_generation ,mem_le_pairing_state 
+46d7 58017700 setarg timer_smp_pairing_timeout 
+46d8 d8e00007 arg smp_pairing_timer ,queue 
+46d9 2020754f branch timer_init 
+
+le_pairing_sm_after_auth:
+46da 6fe0c2d0 fetch 1 ,mem_le_enc_state 
+46db c00246dd beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
+46dc 20600000 rtn 
+
+le_pairing_sm_after_auth_start_enc:
+46dd 6fe0c2d1 fetch 1 ,mem_le_pairing_mode 
+46de c283c6e8 bbit1 le_pairing_mode_secure_connect_bit ,le_pairing_sm_after_auth_start_enc_sc 
+46df 7042cf0b jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
+46e0 20404676 call le_send_smp_encryption_information 
+
+le_pairing_sm_after_auth_start_enc_common:
+46e1 7004c329 jam bt_evt_le_enc_info ,mem_fifo_temp 
+46e2 2040709b call ui_ipc_send_event 
+46e3 6fe0c095 fetch 1 ,mem_device_option 
+46e4 c1850000 rtnne dvc_op_module 
+46e5 204046ad call le_check_master_addr_type 
+46e6 20740000 rtn user 
+46e7 20204e2a branch app_ble_store_reconn_info 
+
+le_pairing_sm_after_auth_start_enc_sc:
+46e8 7042cf0c jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+46e9 202046e1 branch le_pairing_sm_after_auth_start_enc_common 
+
+le_pairng_sm_send_enc_information:
+46ea 7042cf0c jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+46eb 20204680 branch le_send_smp_master_identification 
+
+le_pairng_sm_send_master_indentification:
+46ec 6fe0c283 fetch 1 ,mem_le_preq_resp_key_distribution 
+46ed 6848c28a fetcht 1 ,mem_le_pres_resp_key_distribution 
+46ee 98417e00 iand temp ,pdata 
+46ef 2fec0001 isolate0 le_initator_irk_bit ,pdata 
+46f0 2020c6f5 branch le_parse_start_enc_rsp_after_auth_end ,true 
+46f1 7042cf0d jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
+46f2 2020468c branch le_send_smp_identity_information 
+
+le_pairng_sm_send_indentity_information:
+46f3 20404694 call le_send_smp_identity_address_information 
+46f4 202046f5 branch le_parse_start_enc_rsp_after_auth_end 
+
+le_parse_start_enc_rsp_after_auth_end:
+46f5 47104024 bpatchx patch24_0 ,mem_patch24 
+46f6 18000e07 force smp_pairing_timer ,queue 
+46f7 2040754e call timer_stop 
+46f8 7042d0ff jam flag_le_enc_end ,mem_le_enc_state 
+46f9 7042cfff jam flag_le_pairing_end ,mem_le_pairing_state 
+46fa 7004c33e jam bt_evt_le_pairing_complete ,mem_fifo_temp 
+46fb 2020709b branch ui_ipc_send_event 
+
+le_fifo_malloc_tx_l2cap_smp:
+46fc 47114024 bpatchx patch24_2 ,mem_patch24 
+46fd 18002406 force le_l2cap_cid_smp ,regb 
+46fe 202041d6 branch le_fifo_malloc_tx_l2cap 
+
+le_parse_ll:
+46ff 6fe08049 fetch 1 ,mem_le_rxbuf_data_ll_opcode 
+4700 c0004716 beq ll_connection_update_ind ,le_parse_connection_update_ind 
+4701 c000c71e beq ll_channel_map_ind ,le_parse_channel_map_ind 
+4702 c0014726 beq ll_terminate_ind ,le_parse_terminate_ind 
+4703 c001c72a beq ll_enc_req ,le_parse_enc_req 
+4704 c0024748 beq ll_enc_rsp ,le_parse_enc_rsp 
+4705 c002c74d beq ll_start_enc_req ,le_parse_start_enc_req 
+4706 c0034751 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
+4707 c003c756 beq ll_unknown_rsp ,le_parse_unknown_rsp 
+4708 c0044757 beq ll_feature_req ,le_parse_feature_req 
+4709 c004c758 beq ll_feature_rsp ,le_parse_feature_rsp 
+470a c0054759 beq ll_pause_enc_req ,le_parse_pause_enc_req 
+470b c005c75d beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
+470c c006475e beq ll_version_ind ,le_parse_version_ind 
+470d c006c760 beq ll_reject_ind ,le_parse_reject_ind 
+470e c0094761 beq ll_ping_req ,le_parse_ping_req 
+470f c009c762 beq ll_ping_rsp ,le_parse_ping_rsp 
+4710 c00a4763 beq ll_length_req ,le_parse_length_req 
+4711 c00ac765 beq ll_length_rsp ,le_parse_length_rsp 
+4712 c00b4770 beq ll_phy_req ,le_parse_phy_req 
+4713 c00c4771 beq ll_phy_update_ind ,le_parse_phy_update_ind 
+4714 6a608049 fetchr regc ,1 ,mem_le_rxbuf_data_ll_opcode 
+4715 20204794 branch le_send_unknown_rsp 
+
+le_parse_connection_update_ind:
+4716 efe48006 ifetch 9 ,contr 
+4717 67e4819a store 9 ,mem_le_new_param 
+4718 efe10006 ifetch 2 ,contr 
+4719 67e10183 store 2 ,mem_le_instant 
+471a 6fe08163 fetch 1 ,mem_le_state 
+471b 79207e05 set1 lestate_update_param ,pdata 
+471c 67e08163 store 1 ,mem_le_state 
+471d 20600000 rtn 
+
+le_parse_channel_map_ind:
+471e efe28006 ifetch 5 ,contr 
+471f 67e2819a store 5 ,mem_le_new_map 
+4720 efe10006 ifetch 2 ,contr 
+4721 67e10183 store 2 ,mem_le_instant 
+
+le_update_map_enable:
+4722 6fe08163 fetch 1 ,mem_le_state 
+4723 79207e06 set1 lestate_update_map ,pdata 
+4724 67e08163 store 1 ,mem_le_state 
+4725 20600000 rtn 
+
+le_parse_terminate_ind:
+4726 58000014 setarg 20 
+4727 67e10191 store 2 ,mem_le_superto 
+4728 67e142c8 store 2 ,mem_le_init_superto 
+4729 20600000 rtn 
+
+le_parse_enc_req:
+472a efe40006 ifetch 8 ,contr 
+472b 67e442d8 store 8 ,mem_le_rand 
+472c efe10006 ifetch 2 ,contr 
+472d 67e142d6 store 2 ,mem_le_ediv 
+472e efe40006 ifetch 8 ,contr 
+472f 67e442b8 store 8 ,mem_le_skdm 
+4730 efe20006 ifetch 4 ,contr 
+4731 67e2440b store 4 ,mem_ccm_ivm 
+4732 20404781 call le_send_enc_rsp 
+4733 4711c024 bpatchx patch24_3 ,mem_patch24 
+4734 6fe0c2cf fetch 1 ,mem_le_pairing_state 
+4735 c004c73c beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
+4736 6fe0c2f4 fetch 1 ,mem_le_configuration 
+4737 c280c73f bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
+4738 6fe0c3af fetch 1 ,mem_nv_data_number 
+4739 245a6bf8 ncall load_device_list_mode_4 ,blank 
+473a 6fe0c25a fetch 1 ,mem_ltk_exists 
+473b c0004744 beq 0 ,le_ltk_lost 
+
+le_parse_enc_req_after_auth:
+473c 7042d001 jam flag_le_rcv_enc_start ,mem_le_enc_state 
+473d 2040478f call le_send_start_enc_req 
+473e 20206e6b branch generate_sk 
+
+le_parse_enc_req_fixed_ltk:
+473f 70425a01 jam 1 ,mem_ltk_exists 
+4740 d8c042f5 arg mem_le_fixed_ltk ,contr 
+4741 d8a0424a arg mem_le_ltk ,contw 
+4742 204074f5 call memcpy16 
+4743 2020473c branch le_parse_enc_req_after_auth 
+
+le_ltk_lost:
+4744 7042d000 jam flag_le_enc_null ,mem_le_enc_state 
+4745 7042cf00 jam flag_le_enc_null ,mem_le_pairing_state 
+4746 7004c341 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
+4747 2020709b branch ui_ipc_send_event 
+
+le_parse_enc_rsp:
+4748 efe40006 ifetch 8 ,contr 
+4749 67e442c0 store 8 ,mem_le_skds 
+474a efe20006 ifetch 4 ,contr 
+474b 67e2440f store 4 ,mem_ccm_ivs 
+474c 20206e6b branch generate_sk 
+
+le_parse_start_enc_req:
+474d 6fe08163 fetch 1 ,mem_le_state 
+474e 79207e04 set1 lestate_encryption ,pdata 
+474f 67e08163 store 1 ,mem_le_state 
+4750 20600000 rtn 
+
+le_parse_start_enc_rsp:
+4751 20748000 rtn master 
+4752 7004c332 jam bt_evt_le_start_enc ,mem_fifo_temp 
+4753 2040709b call ui_ipc_send_event 
+4754 7042d004 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
+4755 20204792 branch le_send_start_enc_rsp 
+
+le_parse_unknown_rsp:
+4756 20600000 rtn 
+
+le_parse_feature_req:
+4757 20204799 branch le_send_feature_rsp 
+
+le_parse_feature_rsp:
+4758 20600000 rtn 
+
+le_parse_pause_enc_req:
+4759 7042d002 jam flag_le_enc_pause ,mem_le_enc_state 
+475a 204047a0 call le_send_pause_enc_rsp 
+475b 7004c333 jam bt_evt_le_pause_enc ,mem_fifo_temp 
+475c 2020709b branch ui_ipc_send_event 
+
+le_parse_pause_enc_rsp:
+475d 20600000 rtn 
+
+le_parse_version_ind:
+475e 20748000 rtn master 
+475f 202047a2 branch le_send_version_ind 
+
+le_parse_reject_ind:
+4760 20600000 rtn 
+
+le_parse_ping_req:
+4761 202047ae branch le_send_ping_rsp 
+
+le_parse_ping_rsp:
+4762 20600000 rtn 
+
+le_parse_length_req:
+4763 20404765 call le_parse_length_rsp 
+4764 202047b2 branch le_send_data_length_res 
+
+le_parse_length_rsp:
+4765 efe40006 ifetch 8 ,contr 
+4766 67e44378 store 8 ,mem_remote_rx_max_octets 
+4767 6fe14378 fetch 2 ,mem_remote_rx_max_octets 
+4768 68494384 fetcht 2 ,mem_local_tx_max_octets 
+4769 2040762c call not_greater_than 
+476a 67e14378 store 2 ,mem_remote_rx_max_octets 
+476b 6fe1437c fetch 2 ,mem_remote_tx_max_octets 
+476c 68494380 fetcht 2 ,mem_local_rx_max_octets 
+476d 2040762c call not_greater_than 
+476e 67e1437c store 2 ,mem_remote_tx_max_octets 
+476f 20600000 rtn 
+
+le_parse_phy_req:
+4770 202047b8 branch le_send_phy_rsp 
+
+le_parse_phy_update_ind:
+4771 efe10006 ifetch 2 ,contr 
+4772 67e1019a store 2 ,mem_le_new_m2s_phy 
+4773 efe10006 ifetch 2 ,contr 
+4774 67e10183 store 2 ,mem_le_instant 
+4775 207a0000 rtn blank 
+4776 6fe08163 fetch 1 ,mem_le_state 
+4777 79207e07 set1 lestate_update_phy ,pdata 
+4778 67e08163 store 1 ,mem_le_state 
+4779 20600000 rtn 
+
+le_send_terminate_ind_user_terminated:
+477a da600013 arg error_remote_user_terminated_connection ,regc 
+
+le_send_terminate_ind:
+477b da200002 arg 2 ,rega 
+477c da400002 arg ll_terminate_ind ,regb 
+477d 204041d0 call le_fifo_malloc_tx_ll 
+477e 1a627e00 copy regc ,pdata 
+477f e7e08005 istore 1 ,contw 
+4780 20600000 rtn 
+
+le_send_enc_rsp:
+4781 d8a042c0 arg mem_le_skds ,contw 
+4782 18007208 force 8 ,loopcnt 
+4783 20407662 call generate_random_loop 
+4784 d8a0440f arg mem_ccm_ivs ,contw 
+4785 18007204 force 4 ,loopcnt 
+4786 20407662 call generate_random_loop 
+4787 da20000d arg 13 ,rega 
+4788 da400004 arg ll_enc_rsp ,regb 
+4789 204041d0 call le_fifo_malloc_tx_ll 
+478a 6fe442c0 fetch 8 ,mem_le_skds 
+478b e7e40005 istore 8 ,contw 
+478c 6fe2440f fetch 4 ,mem_ccm_ivs 
+478d e7e20005 istore 4 ,contw 
+478e 20600000 rtn 
+
+le_send_start_enc_req:
+478f 7042d005 jam flag_le_send_start_enc_req ,mem_le_enc_state 
+4790 da400005 arg ll_start_enc_req ,regb 
+4791 202047c2 branch le_send_ll_one_lenth 
+
+le_send_start_enc_rsp:
+4792 da400006 arg ll_start_enc_rsp ,regb 
+4793 202047c2 branch le_send_ll_one_lenth 
+
+le_send_unknown_rsp:
+4794 da200002 arg 2 ,rega 
+4795 da400007 arg ll_unknown_rsp ,regb 
+4796 204041d0 call le_fifo_malloc_tx_ll 
+4797 e2608005 istorer regc ,1 ,contw 
+4798 20600000 rtn 
+
+le_send_feature_rsp:
+4799 da200009 arg 9 ,rega 
+479a da400009 arg ll_feature_rsp ,regb 
+479b 204041d0 call le_fifo_malloc_tx_ll 
+479c 6fe4436e fetch 8 ,mem_le_local_feature 
+479d 1fe1fe01 or pdata ,fun_ll_feature_le_encryption ,pdata 
+479e e7e40005 istore 8 ,contw 
+479f 20600000 rtn 
+
+le_send_pause_enc_rsp:
+47a0 da40000b arg ll_pause_enc_rsp ,regb 
+47a1 202047c2 branch le_send_ll_one_lenth 
+
+le_send_version_ind:
+47a2 da200006 arg 6 ,rega 
+47a3 da40000c arg ll_version_ind ,regb 
+47a4 204041d0 call le_fifo_malloc_tx_ll 
+47a5 6fe2c120 fetch 5 ,mem_version 
+47a6 e7e28005 istore 5 ,contw 
+47a7 20600000 rtn 
+
+le_send_reject_ind:
+47a8 da200002 arg 2 ,rega 
+47a9 da40000d arg ll_reject_ind ,regb 
+47aa 204041d0 call le_fifo_malloc_tx_ll 
+47ab 58000006 setarg le_err_pin_or_key_missing 
+47ac e7e08005 istore 1 ,contw 
+47ad 20600000 rtn 
+
+le_send_ping_rsp:
+47ae da400013 arg ll_ping_rsp ,regb 
+47af 202047c2 branch le_send_ll_one_lenth 
+
+le_send_data_length_req:
+47b0 da400014 arg ll_length_req ,regb 
+47b1 202047b3 branch le_send_data_length 
+
+le_send_data_length_res:
+47b2 da400015 arg ll_length_rsp ,regb 
+
+le_send_data_length:
+47b3 da200009 arg 9 ,rega 
+47b4 204041d0 call le_fifo_malloc_tx_ll 
+47b5 6fe44380 fetch 8 ,mem_local_rx_max_octets 
+47b6 e7e40005 istore 8 ,contw 
+47b7 20600000 rtn 
+
+le_send_phy_rsp:
+47b8 da200003 arg 3 ,rega 
+47b9 da400017 arg ll_phy_rsp ,regb 
+47ba 204041d0 call le_fifo_malloc_tx_ll 
+47bb 6fe0c376 fetch 1 ,mem_le_tx_phys 
+47bc 1fe17e07 and pdata ,0x07 ,pdata 
+47bd e7e08005 istore 1 ,contw 
+47be 6fe0c377 fetch 1 ,mem_le_rx_phys 
+47bf 1fe17e07 and pdata ,0x07 ,pdata 
+47c0 e7e08005 istore 1 ,contw 
+47c1 20600000 rtn 
+
+le_send_ll_one_lenth:
+47c2 da200001 arg 1 ,rega 
+47c3 202041d0 branch le_fifo_malloc_tx_ll 
+
+g24_dispatch:
+47c4 47124024 bpatchx patch24_4 ,mem_patch24 
+47c5 c513ca39 bmark1 mark_24g_rxmode ,g24_receive_dispatch 
+47c6 20204c86 branch g24_transmit_dispatch 
+
+g24_prep:
+47c7 4712c024 bpatchx patch24_5 ,mem_patch24 
+47c8 7844fc00 disable enable_crc 
+47c9 7843fc00 disable enable_white 
+47ca 58555555 setarg 0x555555 
+47cb 98001e00 iforce crc24_init 
+47cc 6fe0c4d3 fetch 1 ,mem_24g_ch 
+47cd 20203d42 branch le_prep_next 
+
+g24_receive_packet:
+47ce 47134024 bpatchx patch24_6 ,mem_patch24 
+47cf 6fe0c4fd fetch 1 ,mem_24g_rx_phy 
+47d0 20403d16 call le_enable_phy_by_pdata 
+47d1 6fe244d5 fetch 4 ,mem_24g_addr 
+47d2 98001200 iforce access 
+47d3 20403925 call set_sync_on 
+47d4 6848c4d3 fetcht 1 ,mem_24g_ch 
+47d5 20403d47 call le_rf_rx_enable 
+
+g24_receive_rxon:
+47d6 204047c7 call g24_prep 
+47d7 c597c7db bmark0 mark_ble_lr ,g24_receive_nolr 
+47d8 783cfc00 pulse dewhiten_code_calc 
+47d9 2000001e nop 30 
+47da 204047c7 call g24_prep 
+
+g24_receive_nolr:
+47db 7857fc00 disable user3 
+47dc 7826fc00 enable decode_fec0 
+47dd 7830fc00 enable is_rx 
+47de 78507c00 disable is_tx 
+47df 78287c00 enable swfine 
+47e0 6fe144d1 fetch 2 ,mem_24g_rx_window 
+47e1 98003600 iforce stop_watch 
+47e2 37c18400 correlate null ,timeout 
+47e3 242c4835 nbranch g24_sync_timeout ,sync 
+47e4 2040644b call rf_debug_rx_sync_line 
+47e5 c517c7ea bmark1 mark_ble_lr ,g24_receive_skip_fec1 
+47e6 6fe0c510 fetch 1 ,mem_24g_disable_fec1 
+47e7 243a47ea nbranch g24_receive_skip_fec1 ,blank 
+47e8 7846fc00 disable decode_fec0 
+47e9 7825fc00 enable decode_fec1 
+
+g24_receive_skip_fec1:
+47ea 7823fc00 enable enable_white 
+47eb 7824fc00 enable enable_crc 
+47ec 20404832 call g24_receive_byte 
+47ed 67e0c4f3 store 1 ,mem_24g_get_syncword_crc8 
+47ee 6848c4f2 fetcht 1 ,mem_24g_syncword_crc8 
+47ef 98467c00 isub temp ,null 
+47f0 2422c837 nbranch g24_end_of_packet ,zero 
+47f1 4713c024 bpatchx patch24_7 ,mem_patch24 
+47f2 7858fc00 disable user7 
+47f3 280ffe2f isolate1 mark_ble_lr ,mark 
+47f4 2040c824 call g24_lr_receive_pdu_len ,true 
+47f5 2038c837 branch g24_end_of_packet ,user7 
+47f6 20404832 call g24_receive_byte 
+47f7 67e0c43d store 1 ,mem_24g_rxbuf 
+47f8 c513c7fd bmark1 mark_24g_rxmode ,g24_receive_skip 
+47f9 6fe0c43d fetch 1 ,mem_24g_rxbuf 
+47fa 6848c4cf fetcht 1 ,mem_24g_data_type 
+47fb a8400e00 icompare bits_data ,temp 
+47fc 2420c837 nbranch g24_end_of_packet ,true 
+
+g24_receive_skip:
+47fd 20404832 call g24_receive_byte 
+47fe 280ffe2f isolate1 mark_ble_lr ,mark 
+47ff 2040c82d call g24_lr_receive_payload_len ,true 
+4800 e7e08005 istore 1 ,contw 
+4801 1fe97e00 rshift3 pdata ,pdata 
+4802 1fe67c1f sub pdata ,0x1f ,null 
+4803 24214837 nbranch g24_end_of_packet ,positive 
+4804 1fe27200 copy pdata ,loopcnt 
+4805 2022c809 branch g24rx_nopayload ,zero 
+
+g24rx_loop:
+4806 20404832 call g24_receive_byte 
+4807 e7e08005 istore 1 ,contw 
+4808 c2004806 loop g24rx_loop 
+
+g24rx_nopayload:
+4809 c513c80e bmark1 mark_24g_rxmode ,g24_receive_skip_rssi 
+480a 18a22200 copy contw ,rega 
+480b 20404832 call g24_receive_byte 
+480c 67e0c518 store 1 ,mem_rssi_hex_received 
+480d 1a220a00 copy rega ,contw 
+
+g24_receive_skip_rssi:
+480e 09800018 parse demod ,bucket ,24 
+480f 1fef7e00 rshift32 pdata ,pdata 
+4810 1ff17e00 rshift16 pdata ,pdata 
+4811 e7e18005 istore 3 ,contw 
+4812 6fe0c510 fetch 1 ,mem_24g_disable_fec1 
+4813 243a4822 nbranch g24_receive_skip_disable_fec1 ,blank 
+4814 7845fc00 disable decode_fec1 
+
+g24_receive_skip_next:
+4815 280ffe27 isolate1 mark_24g_rxmode ,mark 
+4816 2040cc49 call save_rssi_dec ,true 
+4817 20234837 branch g24_end_of_packet ,crc_failed 
+4818 2040644a call rf_debug_rx_crc_line 
+4819 7837fc00 enable user3 
+481a 20403e33 call le_match_set_txfreq 
+481b 47144025 bpatchx patch25_0 ,mem_patch25 
+
+g24_receive_skip_end:
+481c c6138000 rtnmark1 mark_24g_rxmode 
+481d 6fe0c518 fetch 1 ,mem_rssi_hex_received 
+481e 6848c567 fetcht 1 ,mem_rssi_hex_received_max_value 
+481f 98467c00 isub temp ,null 
+4820 2041762e call copy_temp2pdata ,positive 
+4821 20204c4d branch rssi_signal 
+
+g24_receive_skip_disable_fec1:
+4822 7846fc00 disable decode_fec0 
+4823 20204815 branch g24_receive_skip_next 
+
+g24_lr_receive_pdu_len:
+4824 20404832 call g24_receive_byte 
+4825 1fe67c01 sub pdata ,1 ,null 
+4826 2021763e branch enable_user7 ,positive 
+4827 1fe0fffe increase -2 ,pdata 
+4828 c513c82b bmark1 mark_24g_rxmode ,g24_lr_receive_pdu_norssi 
+4829 203a763e branch enable_user7 ,blank 
+482a 1fe0ffff increase -1 ,pdata 
+
+g24_lr_receive_pdu_norssi:
+482b 67e084cc store 1 ,mem_temp 
+482c 20600000 rtn 
+
+g24_lr_receive_payload_len:
+482d 1fe17e07 and_into 0x07 ,pdata 
+482e 684884cc fetcht 1 ,mem_temp 
+482f 18498400 lshift3 temp ,temp 
+4830 9841fe00 ior temp ,pdata 
+4831 20600000 rtn 
+
+g24_receive_byte:
+4832 09800008 parse demod ,bucket ,8 
+4833 19897e00 rshift3 pwindow ,pdata 
+4834 20600000 rtn 
+
+g24_sync_timeout:
+4835 280ffe27 isolate1 mark_24g_rxmode ,mark 
+4836 2040cc65 call rssi_noise ,true 
+
+g24_end_of_packet:
+4837 4714c025 bpatchx patch25_1 ,mem_patch25 
+4838 20403d36 call le_disable 
+4839 784dfc00 disable encode_fec1 
+483a 7845fc00 disable decode_fec1 
+483b 202038cb branch end_of_packet 
+
+g24_set_freq_tx:
+483c 20403925 call set_sync_on 
+483d 6848c4d3 fetcht 1 ,mem_24g_ch 
+483e 202039c9 branch set_freq_tx 
+
+g24_transmit:
+483f 47154025 bpatchx patch25_2 ,mem_patch25 
+4840 6fe0c4fe fetch 1 ,mem_24g_tx_phy 
+4841 20403d16 call le_enable_phy_by_pdata 
+4842 6fe244d5 fetch 4 ,mem_24g_addr 
+4843 98001200 iforce access 
+4844 204047c7 call g24_prep 
+4845 2040483c call g24_set_freq_tx 
+4846 79202a00 set1 txgfsk ,radio_ctrl 
+4847 782efc00 enable encode_fec0 
+4848 78307c00 enable is_tx 
+4849 7850fc00 disable is_rx 
+484a 20406451 call rf_debug_tx_on_line 
+484b 785d7c00 disable lr_s2en 
+484c c517c871 bmark1 mark_ble_lr ,g24_transmit_lr 
+484d c516c883 bmark1 mark_ble_2m ,g24_transmit_2m 
+484e 19317e00 rshift16 access ,pdata 
+484f 1fecfe00 rshift8 pdata ,pdata 
+4850 1ff1fe00 rshift4 pdata ,pdata 
+4851 08008628 inject mod ,40 
+
+g24_transmit_packet:
+4852 4715c025 bpatchx patch25_3 ,mem_patch25 
+4853 c517c858 bmark1 mark_ble_lr ,g24_transmit_nolr 
+4854 6fe0c510 fetch 1 ,mem_24g_disable_fec1 
+4855 243a4858 nbranch g24_transmit_nolr ,blank 
+4856 784efc00 disable encode_fec0 
+4857 782dfc00 enable encode_fec1 
+
+g24_transmit_nolr:
+4858 7823fc00 enable enable_white 
+4859 7824fc00 enable enable_crc 
+485a 6fe0c4d0 fetch 1 ,mem_24g_txlen 
+485b 98007200 iforce loopcnt 
+485c d8c0447f arg mem_24g_txpayload ,contr 
+
+g24tr_loop:
+485d efe08006 ifetch 1 ,contr 
+485e 08008608 inject mod ,8 
+485f c200485d loop g24tr_loop 
+4860 78247c00 enable enable_parity 
+4861 08008618 inject mod ,24 
+4862 78447c00 disable enable_parity 
+4863 c597c867 bmark0 mark_ble_lr ,g24_transmit_skip 
+4864 7843fc00 disable enable_white 
+4865 58000000 setarg 0 
+4866 08008603 inject mod ,3 
+
+g24_transmit_skip:
+4867 37d38200 until null ,tx_clear 
+4868 20000064 nop 100 
+4869 785d7c00 disable lr_s2en 
+486a 784efc00 disable encode_fec0 
+486b 6fe0c510 fetch 1 ,mem_24g_disable_fec1 
+486c 243a486e nbranch g24_transmit_skip_disable_fec1 ,blank 
+486d 784dfc00 disable encode_fec1 
+
+g24_transmit_skip_disable_fec1:
+486e 785c7c00 disable encode_fec3 
+486f 20403925 call set_sync_on 
+4870 2020644f branch rf_debug_tx_off_line 
+
+g24_transmit_lr:
+4871 df20000a arg 10 ,loopcnt 
+
+g24_transmit_lr_preamble_loop:
+4872 5800003c setarg 0x3c 
+4873 08008608 inject mod ,8 
+4874 c2004872 loop g24_transmit_lr_preamble_loop 
+4875 784efc00 disable encode_fec0 
+4876 783c7c00 enable encode_fec3 
+4877 19317e00 rshift16 access ,pdata 
+4878 1ff17e00 rshift16 pdata ,pdata 
+4879 1ff1fe00 rshift4 pdata ,pdata 
+487a 08008620 inject mod ,32 
+487b c5174880 bmark1 mark_ble_lr_s8 ,g24_transmit_lr_s8 
+
+g24_transmit_lr_s2:
+487c 58000001 setarg 1 
+487d 08008605 inject mod ,5 
+487e 783d7c00 enable lr_s2en 
+487f 20204852 branch g24_transmit_packet 
+
+g24_transmit_lr_s8:
+4880 58000000 setarg 0 
+4881 08008605 inject mod ,5 
+4882 20204852 branch g24_transmit_packet 
+
+g24_transmit_2m:
+4883 6fe0c11d fetch 1 ,mem_system_clk 
+4884 1fe37200 rshift pdata ,loopcnt 
+
+g24_transmit_2m_dealy:
+4885 20000002 nop 2 
+4886 c2004885 loop g24_transmit_2m_dealy 
+4887 19317e00 rshift16 access ,pdata 
+4888 1fecfe00 rshift8 pdata ,pdata 
+4889 1ff18400 rshift4 pdata ,temp 
+488a 18427e00 copy temp ,pdata 
+488b 08008608 inject mod ,8 
+488c 18427e00 copy temp ,pdata 
+488d 08008628 inject mod ,40 
+488e 20204852 branch g24_transmit_packet 
+
+g24_transmit_prep:
+488f 47164025 bpatchx patch25_4 ,mem_patch25 
+4890 6fe0c4fe fetch 1 ,mem_24g_tx_phy 
+4891 c28148b0 bbit1 bit_le_coded_phy ,g24_lr_transmit_prep 
+4892 6fe0c4ce fetch 1 ,mem_24g_datalen 
+4893 1fe0fe03 increase 3 ,pdata 
+4894 67e0c4d0 store 1 ,mem_24g_txlen 
+4895 6fe0c4f2 fetch 1 ,mem_24g_syncword_crc8 
+4896 67e0c47f store 1 ,mem_24g_txpayload 
+4897 6fe0c4cf fetch 1 ,mem_24g_data_type 
+4898 e7e08005 istore 1 ,contw 
+4899 6fe0c4ce fetch 1 ,mem_24g_datalen 
+
+g24_transmit_prep_pdu:
+489a 1fe9fe00 lshift3 pdata ,pdata 
+489b 6848c4c4 fetcht 1 ,mem_24g_pid 
+489c 18410403 and temp ,0x03 ,temp 
+489d 18438400 lshift temp ,temp 
+489e 9841fe00 ior temp ,pdata 
+489f 6848c4c5 fetcht 1 ,mem_24g_no_ack 
+48a0 9840fe00 iadd temp ,pdata 
+48a1 e7e08005 istore 1 ,contw 
+48a2 6fe0c4ce fetch 1 ,mem_24g_datalen 
+48a3 98007200 iforce loopcnt 
+48a4 d8c0445f arg mem_24g_txbuf ,contr 
+48a5 20407548 call memcpy 
+48a6 4716c025 bpatchx patch25_5 ,mem_patch25 
+48a7 c6938000 rtnmark0 mark_24g_rxmode 
+48a8 6fe08030 fetch 1 ,mem_rssi_hex 
+48a9 e7e08005 istore 1 ,contw 
+48aa 6fe0c4fe fetch 1 ,mem_24g_tx_phy 
+48ab c3810000 rtnbit1 bit_le_coded_phy 
+48ac 6fe0c4d0 fetch 1 ,mem_24g_txlen 
+48ad 1fe0fe01 increase 1 ,pdata 
+48ae 67e0c4d0 store 1 ,mem_24g_txlen 
+48af 20600000 rtn 
+
+g24_lr_transmit_prep:
+48b0 6fe0c4ce fetch 1 ,mem_24g_datalen 
+48b1 1fe0fe04 increase 4 ,pdata 
+48b2 c593c8b4 bmark0 mark_24g_rxmode ,g24_lr_transmit_prep_skip 
+48b3 1fe0fe01 increase 1 ,pdata 
+
+g24_lr_transmit_prep_skip:
+48b4 67e0c4d0 store 1 ,mem_24g_txlen 
+48b5 6fe0c4f2 fetch 1 ,mem_24g_syncword_crc8 
+48b6 67e0c47f store 1 ,mem_24g_txpayload 
+48b7 6fe0c4d0 fetch 1 ,mem_24g_txlen 
+48b8 1fe0fffe increase -2 ,pdata 
+48b9 e7e08005 istore 1 ,contw 
+48ba 6fe0c4cf fetch 1 ,mem_24g_data_type 
+48bb e7e08005 istore 1 ,contw 
+48bc 58000000 setarg 0 
+48bd 2020489a branch g24_transmit_prep_pdu 
+
+g24_read_len_pid_crc:
+48be 47174025 bpatchx patch25_6 ,mem_patch25 
+48bf 6fe0c43e fetch 1 ,mem_24g_rxbuf + 1 
+48c0 1fe97e00 rshift3 pdata ,pdata 
+48c1 67e0c4c3 store 1 ,mem_24g_rxdata_length 
+48c2 1fe0fe01 increase 1 ,pdata 
+48c3 d8c0443e arg mem_24g_rxbuf + 1 ,contr 
+48c4 98c08c00 iadd contr ,contr 
+48c5 efe18006 ifetch 3 ,contr 
+48c6 67e1c4c6 store 3 ,mem_24g_sta_crc 
+48c7 6fe0c43e fetch 1 ,mem_24g_rxbuf + 1 
+48c8 1fe37e00 rshift pdata ,pdata 
+48c9 1fe17e03 and pdata ,0x03 ,pdata 
+48ca 67e0c4cc store 1 ,mem_24g_sta_pid 
+48cb 20600000 rtn 
+
+g24_ch:
+48cc 4717c025 bpatchx patch25_7 ,mem_patch25 
+48cd 6848c4d4 fetcht 1 ,mem_24g_current_ch_number 
+48ce 204048d1 call g24_ch_map_size 
+48cf 6048c4d4 storet 1 ,mem_24g_current_ch_number 
+48d0 20600000 rtn 
+
+g24_ch_map_size:
+48d1 47184026 bpatchx patch26_0 ,mem_patch26 
+48d2 204048d6 call g24_ch_calc 
+48d3 18408401 increase 1 ,temp 
+48d4 18410403 and_into 3 ,temp 
+48d5 20600000 rtn 
+
+g24_ch_calc:
+48d6 4718c026 bpatchx patch26_1 ,mem_patch26 
+48d7 6fe0c4d5 fetch 1 ,mem_24g_addr 
+48d8 1fe17e03 and_into 0x03 ,pdata 
+48d9 1fefa204 mul32 pdata ,4 ,rega 
+48da 580044d9 setarg mem_24g_ch_map1 
+48db 9a20fe00 iadd rega ,pdata 
+48dc 98408c00 iadd temp ,contr 
+48dd efe08006 ifetch 1 ,contr 
+48de 67e0c4d3 store 1 ,mem_24g_ch 
+48df 20600000 rtn 
+
+g24_update_addr_and_synccrc8:
+48e0 67e244d5 store 4 ,mem_24g_addr 
+48e1 47194026 bpatchx patch26_2 ,mem_patch26 
+
+g24_syncword_crc8:
+48e2 da200000 arg 0 ,rega 
+48e3 df200004 arg 4 ,loopcnt 
+48e4 d8c044d5 arg mem_24g_addr ,contr 
+
+g24_syncword_crc8_loop:
+48e5 efe08006 ifetch 1 ,contr 
+48e6 9a20a200 iadd rega ,rega 
+48e7 c20048e5 loop g24_syncword_crc8_loop 
+48e8 1a227e00 copy rega ,pdata 
+48e9 67e144f0 store 2 ,mem_24g_syncword 
+48ea 6fe0c4f0 fetch 1 ,mem_24g_syncword 
+48eb 6848c4f1 fetcht 1 ,mem_24g_syncword + 1 
+48ec 9840fe00 iadd temp ,pdata 
+48ed 67e0c4f2 store 1 ,mem_24g_syncword_crc8 
+48ee 20600000 rtn 
+
+g24_timer_check:
+48ef 4719c026 bpatchx patch26_3 ,mem_patch26 
+48f0 20407638 call disable_user 
+48f1 684a44e9 fetcht 4 ,mem_24g_tx_btclk 
+48f2 1c427e00 copy clkn_bt ,pdata 
+48f3 98467c00 isub temp ,null 
+48f4 244148ff ncall g24_timer_timeout ,positive 
+48f5 1fe22400 copy pdata ,regb 
+48f6 6fe244e9 fetch 4 ,mem_24g_tx_btclk 
+48f7 6848c4ed fetcht 1 ,mem_24g_interval 
+48f8 98408400 iadd temp ,temp 
+48f9 1a427e00 copy regb ,pdata 
+48fa 98467c00 isub temp ,null 
+48fb 24610000 nrtn positive 
+48fc 793ffe1c set0 28 ,pdata 
+48fd 67e244e9 store 4 ,mem_24g_tx_btclk 
+48fe 20207636 branch enable_user 
+
+g24_timer_timeout:
+48ff 20628000 rtn zero 
+4900 79207e1c set1 28 ,pdata 
+4901 20600000 rtn 
+
+g24_timer_init:
+4902 58000000 setarg 0 
+4903 67e244e9 store 4 ,mem_24g_tx_btclk 
+4904 20600000 rtn 
+
+g24_chmap_param_init:
+4905 471a4026 bpatchx patch26_4 ,mem_patch26 
+4906 38001300 setsect 0 ,0x1300 
+4907 3805908b setsect 1 ,0x1908b 
+4908 380b6150 setsect 2 ,0x36150 
+4909 380c3d20 setsect 3 ,0x3d20 
+490a 67e4c4d9 store 9 ,mem_24g_ch_map1 
+490b 38003a1a setsect 0 ,0x3a1a 
+490c 3804c453 setsect 1 ,0xc453 
+490d 3808d312 setsect 2 ,0xd312 
+490e 380c0001 setsect 3 ,0x1 
+490f e7e38005 istore 7 ,contw 
+4910 6fe0c4ff fetch 1 ,mem_24g_ch_map_update 
+4911 207a0000 rtn blank 
+4912 d8c04500 arg mem_24g_ch_update_map1 ,contr 
+4913 d8a044d9 arg mem_24g_ch_map1 ,contw 
+4914 202074f5 branch memcpy16 
+
+g24_chamap_param_update:
+4915 471ac026 bpatchx patch26_5 ,mem_patch26 
+4916 584e001e setarg 0x4e001e 
+4917 67e1c501 store 3 ,mem_24g_ch_update_map1 + 1 
+4918 58032303 setarg 0x032303 
+4919 e7e18005 istore 3 ,contw 
+491a 58250642 setarg 0x250642 
+491b e7e18005 istore 3 ,contw 
+491c 58094c06 setarg 0x094c06 
+491d e7e18005 istore 3 ,contw 
+491e 583c0927 setarg 0x3c0927 
+491f e7e18005 istore 3 ,contw 
+4920 7044ff01 jam 1 ,mem_24g_ch_map_update 
+4921 20600000 rtn 
+
+g24_rx_window_init:
+4922 471b4026 bpatchx patch26_6 ,mem_patch26 
+4923 d8406978 arg 0x6978 ,temp 
+4924 c513c929 bmark1 mark_24g_rxmode ,g24_rx_window_store 
+4925 d84012c0 arg 0x12c0 ,temp 
+4926 6fe0c4fd fetch 1 ,mem_24g_rx_phy 
+4927 c3014929 bbit0 2 ,g24_rx_window_store 
+4928 d8402ee0 arg 0x2ee0 ,temp 
+
+g24_rx_window_store:
+4929 604944d1 storet 2 ,mem_24g_rx_window 
+492a 20600000 rtn 
+
+g24_enable_1m:
+492b 7044fd01 jam 0x01 ,mem_24g_rx_phy 
+492c 7044fe01 jam 0x01 ,mem_24g_tx_phy 
+492d 20600000 rtn 
+
+g24_enable_2m:
+492e 7044fd02 jam 0x02 ,mem_24g_rx_phy 
+492f 7044fe02 jam 0x02 ,mem_24g_tx_phy 
+4930 20600000 rtn 
+
+g24_pair_param_init:
+4931 471bc026 bpatchx patch26_7 ,mem_patch26 
+4932 7045154e jam 0x4e ,mem_24g_pair_ch 
+4933 58101520 setarg 0x101520 
+4934 67e1c511 store 3 ,mem_24g_pair_addr 
+4935 58000005 setarg 0x05 
+4936 e7e08005 istore 1 ,contw 
+4937 20600000 rtn 
+
+g24_pair_timeout_timer:
+4938 da60451d arg mem_24g_pair_timeout ,regc 
+4939 da404ceb arg g24_stop_24g_mode ,regb 
+493a 20204de8 branch timer_single_step_2b 
+
+g24_pair_start:
+493b 79200026 set1 mark_24g ,mark 
+493c 6fe0c53b fetch 1 ,mem_24g_conn_sm 
+493d 793ffe02 set0 state_24g_reconn ,pdata 
+493e 79207e01 set1 state_24g_pair ,pdata 
+493f 67e0c53b store 1 ,mem_24g_conn_sm 
+4940 58000000 setarg 0 
+4941 67e14521 store 2 ,mem_24g_reconn_timeout 
+4942 6fe1451b fetch 2 ,mem_24g_pair_timeout_init 
+4943 67e1451d store 2 ,mem_24g_pair_timeout 
+4944 70451a00 jam 0 ,mem_24g_pair_no_ack 
+4945 20404979 call g24_pair_sm_reinit 
+
+g24_pair_init_param:
+4946 7044c400 jam 0 ,mem_24g_pid 
+4947 6fe0c515 fetch 1 ,mem_24g_pair_ch 
+4948 67e0c4d3 store 1 ,mem_24g_ch 
+4949 6fe0c516 fetch 1 ,mem_24g_pair_tx_power 
+494a 67e0c116 store 1 ,mem_tx_power 
+494b 6fe24511 fetch 4 ,mem_24g_pair_addr 
+494c 202048e0 branch g24_update_addr_and_synccrc8 
+
+g24_pair_dispatch:
+494d 471c4027 bpatchx patch27_0 ,mem_patch27 
+494e 6fe0c519 fetch 1 ,mem_24g_pair_sm 
+494f c07fc99b beq state_24g_pairing_success ,g24_pair_exit 
+4950 c000c955 beq state_24g_pairing_1 ,g24_pair_sm_1 
+4951 c0014957 beq state_24g_pairing_2 ,g24_pair_sm_2 
+4952 c001c95d beq state_24g_pairing_3 ,g24_pair_sm_3 
+4953 c0024963 beq state_24g_pairing_4 ,g24_pair_sm_4 
+4954 20600000 rtn 
+
+g24_pair_sm_1:
+4955 70445fff jam datatype_attemp ,mem_24g_txbuf 
+4956 20204964 branch g24_pair_sm_prep 
+
+g24_pair_sm_2:
+4957 6fe0c4f4 fetch 1 ,mem_24g_pair_switch 
+4958 203a495b branch g24_pair_sm_2_skip ,blank 
+4959 6fe24543 fetch 4 ,mem_24g_device_addr 
+495a 204048e0 call g24_update_addr_and_synccrc8 
+
+g24_pair_sm_2_skip:
+495b 70445faa jam datatype_bind ,mem_24g_txbuf 
+495c 20204964 branch g24_pair_sm_prep 
+
+g24_pair_sm_3:
+495d 70445f55 jam datatype_config ,mem_24g_txbuf 
+495e 6fe0c4f4 fetch 1 ,mem_24g_pair_switch 
+495f 203a4964 branch g24_pair_sm_prep ,blank 
+4960 6fe2452b fetch 4 ,mem_24g_receiver_addr 
+4961 67e24461 store 4 ,mem_24g_txbuf + 2 
+4962 20204966 branch g24_pair_sm_common 
+
+g24_pair_sm_4:
+4963 70445f22 jam datatype_ok ,mem_24g_txbuf 
+
+g24_pair_sm_prep:
+4964 6fe24543 fetch 4 ,mem_24g_device_addr 
+4965 67e24461 store 4 ,mem_24g_txbuf + 2 
+
+g24_pair_sm_common:
+4966 6fe0c4cf fetch 1 ,mem_24g_data_type 
+4967 1fe17e07 and_into bits_data ,pdata 
+4968 67e0c460 store 1 ,mem_24g_txbuf + 1 
+4969 70446500 jam 0 ,mem_24g_txbuf + 6 
+496a 7044ce07 jam 7 ,mem_24g_datalen 
+496b 2040488f call g24_transmit_prep 
+496c 20404cc8 call g24_transmit_receive_ack 
+496d 246c0000 nrtn sync 
+496e 24778000 nrtn user3 
+496f 20404c01 call g24_txbuf_clear 
+4970 20404cdf call g24_ackpayload_parse 
+4971 471cc027 bpatchx patch27_1 ,mem_patch27 
+4972 6fe0c519 fetch 1 ,mem_24g_pair_sm 
+4973 c17f8000 rtneq state_24g_pairing_success 
+4974 c000c97e beq state_24g_pairing_1 ,g24_pair_sm_1_waiting_ack 
+4975 c0014980 beq state_24g_pairing_2 ,g24_pair_sm_2_waiting_ack 
+4976 c001c986 beq state_24g_pairing_3 ,g24_pair_sm_3_waiting_ack 
+4977 c002498e beq state_24g_pairing_4 ,g24_pair_sm_4_waiting_ack 
+4978 20600000 rtn 
+
+g24_pair_sm_reinit:
+4979 70451902 jam state_24g_pairing_2 ,mem_24g_pair_sm 
+497a 6fe0c4f4 fetch 1 ,mem_24g_pair_switch 
+497b 207a0000 rtn blank 
+497c 70451901 jam state_24g_pairing_1 ,mem_24g_pair_sm 
+497d 20600000 rtn 
+
+g24_pair_sm_1_waiting_ack:
+497e 70451902 jam state_24g_pairing_2 ,mem_24g_pair_sm 
+497f 20204cc3 branch g24_transmit_abandon 
+
+g24_pair_sm_2_waiting_ack:
+4980 6fe0c4f4 fetch 1 ,mem_24g_pair_switch 
+4981 203a4984 branch g24_pair_sm_2_waiting_ack_skip ,blank 
+4982 6fe244a5 fetch 4 ,mem_24g_rxpayload + 2 
+4983 67e2452b store 4 ,mem_24g_receiver_addr 
+
+g24_pair_sm_2_waiting_ack_skip:
+4984 70451903 jam state_24g_pairing_3 ,mem_24g_pair_sm 
+4985 20204cc3 branch g24_transmit_abandon 
+
+g24_pair_sm_3_waiting_ack:
+4986 6fe0c4f4 fetch 1 ,mem_24g_pair_switch 
+4987 203a498c branch g24_pair_sm_3_waiting_ack_skip ,blank 
+4988 6fe244a5 fetch 4 ,mem_24g_rxpayload + 2 
+4989 684a4543 fetcht 4 ,mem_24g_device_addr 
+498a 98467c00 isub temp ,null 
+498b 24628000 nrtn zero 
+
+g24_pair_sm_3_waiting_ack_skip:
+498c 70451904 jam state_24g_pairing_4 ,mem_24g_pair_sm 
+498d 20204cc3 branch g24_transmit_abandon 
+
+g24_pair_sm_4_waiting_ack:
+498e 6fe0c4f4 fetch 1 ,mem_24g_pair_switch 
+498f 203a4994 branch g24_pair_sm_4_waiting_ack_skip ,blank 
+4990 6fe244a5 fetch 4 ,mem_24g_rxpayload + 2 
+4991 684a452b fetcht 4 ,mem_24g_receiver_addr 
+4992 98467c00 isub temp ,null 
+4993 24628000 nrtn zero 
+
+g24_pair_sm_4_waiting_ack_skip:
+4994 704519ff jam state_24g_pairing_success ,mem_24g_pair_sm 
+4995 7004c339 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
+4996 2040709b call ui_ipc_send_event 
+4997 58000000 setarg 0 
+4998 67e1451d store 2 ,mem_24g_pair_timeout 
+4999 6fe244a5 fetch 4 ,mem_24g_rxpayload + 2 
+499a 204048e0 call g24_update_addr_and_synccrc8 
+
+g24_pair_exit:
+499b 6fe0c53b fetch 1 ,mem_24g_conn_sm 
+499c 793ffe01 set0 state_24g_pair ,pdata 
+499d 67e0c53b store 1 ,mem_24g_conn_sm 
+499e 20204cc3 branch g24_transmit_abandon 
+
+g24_bind_mode_enable:
+499f 70455901 jam dongle_bind ,mem_24g_work_mode 
+49a0 70455800 jam clear_init ,mem_24g_mode_init 
+49a1 20600000 rtn 
+
+g24_bind_init:
+49a2 6fe0c558 fetch 1 ,mem_24g_mode_init 
+49a3 c3808000 rtnbit1 dongle_bind 
+49a4 79207e01 set1 dongle_bind ,pdata 
+49a5 67e0c558 store 1 ,mem_24g_mode_init 
+49a6 58000000 setarg 0 
+49a7 67e1c518 store 3 ,mem_24g_device1_bind_step 
+49a8 67e2456f store 4 ,mem_24g_transmitter_addr 
+49a9 70455401 jam 1 ,mem_24g_ackpayload_enable 
+49aa 20204946 branch g24_pair_init_param 
+
+g24_bind_ackpayload_prep:
+49ab 70455401 jam 1 ,mem_24g_ackpayload_enable 
+49ac 7044ce08 jam 0x08 ,mem_24g_datalen 
+49ad d8c0451b arg mem_24g_bind_payload ,contr 
+49ae d8a0445f arg mem_24g_txbuf ,contw 
+49af 202074ef branch memcpy8 
+
+g24_bind_data_process:
+49b0 471d4027 bpatchx patch27_2 ,mem_patch27 
+49b1 20404a54 call g24_rx_interrupt_clear 
+49b2 204047ce call g24_receive_packet 
+49b3 2437ca54 nbranch g24_rx_interrupt_clear ,user3 
+49b4 204049bf call g24_bind_data_parse 
+49b5 20404a87 call g24_transmit_ack 
+49b6 20404a2e call g24_bind_device_status_check 
+49b7 204053c3 call dongle_kb_bind_soft_reset 
+49b8 6fe0c4f4 fetch 1 ,mem_24g_pair_switch 
+49b9 207a0000 rtn blank 
+49ba 6fe2456f fetch 4 ,mem_24g_transmitter_addr 
+49bb 207a0000 rtn blank 
+49bc 202048e0 branch g24_update_addr_and_synccrc8 
+
+g24_bind_data_error:
+49bd 20404a54 call g24_rx_interrupt_clear 
+49be 20204837 branch g24_end_of_packet 
+
+g24_bind_data_parse:
+49bf 70456505 jam bind_mode_continue ,mem_24g_bind_mode_continue 
+49c0 d8c0443d arg mem_24g_rxbuf ,contr 
+49c1 d8a0452b arg mem_24g_rxdata_temp ,contw 
+49c2 204074ef call memcpy8 
+49c3 471dc027 bpatchx patch27_3 ,mem_patch27 
+
+g24_bind_data_parse_next:
+49c4 6fe0c52d fetch 1 ,mem_24g_rxdata_temp + 2 
+49c5 c05549ca beq datatype_bind ,g24_bind_first_step 
+49c6 c02ac9d7 beq datatype_config ,g24_bind_second_step 
+49c7 c01149f4 beq datatype_ok ,g24_bind_third_step 
+49c8 c07fcc20 beq datatype_attemp ,g24_data_attemp 
+49c9 20600000 rtn 
+
+g24_bind_first_step:
+49ca 6fe0c52e fetch 1 ,mem_24g_rxdata_temp + 3 
+49cb c000c9ce beq datatype_device1 ,g24_bind_first_step_device1 
+49cc c00149d4 beq datatype_device2 ,g24_bind_first_step_device2 
+49cd 20600000 rtn 
+
+g24_bind_first_step_device1:
+49ce 70451801 jam 1 ,mem_24g_device1_bind_step 
+
+g24_bind_dvc1_payload_cfg:
+49cf 70451b01 jam datatype_device1 ,mem_24g_bind_payload 
+
+g24_bind_payload_cfg:
+49d0 70451c80 jam 0x80 ,mem_24g_bind_payload + 1 
+49d1 6fe34437 fetch 6 ,mem_24g_lap 
+49d2 67e3451d store 6 ,mem_24g_bind_payload + 2 
+49d3 20600000 rtn 
+
+g24_bind_first_step_device2:
+49d4 70451901 jam 1 ,mem_24g_device2_bind_step 
+
+g24_bind_dvc2_payload_cfg:
+49d5 70451b02 jam datatype_device2 ,mem_24g_bind_payload 
+49d6 202049d0 branch g24_bind_payload_cfg 
+
+g24_bind_second_step:
+49d7 6fe0c4f4 fetch 1 ,mem_24g_pair_switch 
+49d8 203a49dd branch g24_bind_second_step_skip ,blank 
+49d9 6fe2452f fetch 4 ,mem_24g_rxdata_temp + 4 
+49da 684a4437 fetcht 4 ,mem_24g_lap 
+49db 98467c00 isub temp ,null 
+49dc 24628000 nrtn zero 
+
+g24_bind_second_step_skip:
+49dd 6fe0c52e fetch 1 ,mem_24g_rxdata_temp + 3 
+49de c000c9e1 beq datatype_device1 ,g24_bind_second_step_device1 
+49df c00149ec beq datatype_device2 ,g24_bind_second_step_device2 
+49e0 20600000 rtn 
+
+g24_bind_second_step_device1:
+49e1 6fe0c518 fetch 1 ,mem_24g_device1_bind_step 
+49e2 c000c9e4 beq 1 ,g24_bind_dvc1_step_set2 
+49e3 20600000 rtn 
+
+g24_bind_dvc1_step_set2:
+49e4 70451802 jam 2 ,mem_24g_device1_bind_step 
+49e5 6fe0c4f4 fetch 1 ,mem_24g_pair_switch 
+49e6 203a49cf branch g24_bind_dvc1_payload_cfg ,blank 
+
+g24_bind_dvc1_payload_cfg_transmitter_addr:
+49e7 70451b01 jam datatype_device1 ,mem_24g_bind_payload 
+
+g24_bind_payload_cfg_transmitter_addr:
+49e8 70451c80 jam 0x80 ,mem_24g_bind_payload + 1 
+49e9 6fe2456f fetch 4 ,mem_24g_transmitter_addr 
+49ea 67e2451d store 4 ,mem_24g_bind_payload + 2 
+49eb 20207636 branch enable_user 
+
+g24_bind_second_step_device2:
+49ec 6fe0c519 fetch 1 ,mem_24g_device2_bind_step 
+49ed c000c9ef beq 1 ,g24_bind_dvc2_step_set2 
+49ee 20600000 rtn 
+
+g24_bind_dvc2_step_set2:
+49ef 70451902 jam 2 ,mem_24g_device2_bind_step 
+49f0 6fe0c4f4 fetch 1 ,mem_24g_pair_switch 
+49f1 203a49d5 branch g24_bind_dvc2_payload_cfg ,blank 
+49f2 70451b02 jam datatype_device2 ,mem_24g_bind_payload 
+49f3 202049e8 branch g24_bind_payload_cfg_transmitter_addr 
+
+g24_bind_third_step:
+49f4 6fe0c4f4 fetch 1 ,mem_24g_pair_switch 
+49f5 203a49fa branch g24_bind_third_step_skip ,blank 
+49f6 6fe2452f fetch 4 ,mem_24g_rxdata_temp + 4 
+49f7 684a456f fetcht 4 ,mem_24g_transmitter_addr 
+49f8 98467c00 isub temp ,null 
+49f9 24628000 nrtn zero 
+
+g24_bind_third_step_skip:
+49fa 6fe0c52e fetch 1 ,mem_24g_rxdata_temp + 3 
+49fb c000c9fe beq datatype_device1 ,g24_bind_third_step_device1 
+49fc c0014a09 beq datatype_device2 ,g24_bind_third_step_device2 
+49fd 20600000 rtn 
+
+g24_bind_third_step_device1:
+49fe 6fe0c518 fetch 1 ,mem_24g_device1_bind_step 
+49ff c0014a01 beq 2 ,g24_bind_dvc1_step_success 
+4a00 20600000 rtn 
+
+g24_bind_dvc1_step_success:
+4a01 20404a22 call g24_binding_dvc1_living 
+4a02 204049cf call g24_bind_dvc1_payload_cfg 
+4a03 6fe0c51a fetch 1 ,mem_24g_bind_device_status 
+4a04 1fe1fe01 or_into 0x01 ,pdata 
+4a05 67e0c51a store 1 ,mem_24g_bind_device_status 
+
+g24_bind_exit:
+4a06 58000000 setarg 0 
+4a07 67e14518 store 2 ,mem_24g_device1_bind_step 
+4a08 20600000 rtn 
+
+g24_bind_third_step_device2:
+4a09 6fe0c519 fetch 1 ,mem_24g_device2_bind_step 
+4a0a c0804a0c bne 0 ,g24_bind_dvc2_step_success 
+4a0b 20600000 rtn 
+
+g24_bind_dvc2_step_success:
+4a0c 20404a28 call g24_binding_dvc2_living 
+4a0d 204049d5 call g24_bind_dvc2_payload_cfg 
+4a0e 6fe0c51a fetch 1 ,mem_24g_bind_device_status 
+4a0f 1fe1fe02 or_into 0x02 ,pdata 
+4a10 67e0c51a store 1 ,mem_24g_bind_device_status 
+4a11 20404a06 call g24_bind_exit 
+4a12 202053bd branch dongle_g24_store_dvc2_bind_flag 
+
+g24_binding_device_check:
+4a13 6fe0c559 fetch 1 ,mem_24g_work_mode 
+4a14 c1808000 rtnne dongle_bind 
+4a15 6fe0c553 fetch 1 ,mem_24g_pair_mode 
+4a16 247a0000 nrtn blank 
+4a17 6fe0c440 fetch 1 ,mem_24g_rxbuf + 3 
+4a18 c000ca1b beq datatype_device1 ,g24_binding_dvc1_status 
+4a19 c0014a1f beq datatype_device2 ,g24_binding_dvc2_status 
+4a1a 20600000 rtn 
+
+g24_binding_dvc1_status:
+4a1b 6fe0c56e fetch 1 ,mem_24g_bind_device_living 
+4a1c c4000000 rtnbit0 0 
+
+disable_user3:
+4a1d 7857fc00 disable user3 
+4a1e 20600000 rtn 
+
+g24_binding_dvc2_status:
+4a1f 6fe0c56e fetch 1 ,mem_24g_bind_device_living 
+4a20 c4008000 rtnbit0 1 
+4a21 20204a1d branch disable_user3 
+
+g24_binding_dvc1_living:
+4a22 6fe0c553 fetch 1 ,mem_24g_pair_mode 
+4a23 247a0000 nrtn blank 
+4a24 6fe0c56e fetch 1 ,mem_24g_bind_device_living 
+4a25 1fe1fe01 or_into 0x01 ,pdata 
+4a26 67e0c56e store 1 ,mem_24g_bind_device_living 
+4a27 20600000 rtn 
+
+g24_binding_dvc2_living:
+4a28 6fe0c553 fetch 1 ,mem_24g_pair_mode 
+4a29 247a0000 nrtn blank 
+4a2a 6fe0c56e fetch 1 ,mem_24g_bind_device_living 
+4a2b 1fe1fe02 or_into 0x02 ,pdata 
+4a2c 67e0c56e store 1 ,mem_24g_bind_device_living 
+4a2d 20600000 rtn 
+
+g24_bind_device_status_check:
+4a2e 6fe0c51a fetch 1 ,mem_24g_bind_device_status 
+4a2f 207a0000 rtn blank 
+
+g24_bind_device_status:
+4a30 6fe0c52e fetch 1 ,mem_24g_rxdata_temp + 3 
+4a31 c000ca22 beq datatype_device1 ,g24_binding_dvc1_living 
+4a32 c0014a28 beq datatype_device2 ,g24_binding_dvc2_living 
+4a33 20600000 rtn 
+
+g24_receive_init:
+4a34 79200027 set1 mark_24g_rxmode ,mark 
+4a35 6fe0c116 fetch 1 ,mem_tx_power 
+4a36 67e0c566 store 1 ,mem_tx_power_temp 
+4a37 20404922 call g24_rx_window_init 
+4a38 20204c58 branch rssi_receiver_buff_init 
+
+g24_receive_dispatch:
+4a39 6fe14523 fetch 2 ,mem_cb_24g_receive_process 
+4a3a 202075e6 branch callback_func 
+
+g24_ackpayload_prep:
+4a3b 471e4027 bpatchx patch27_4 ,mem_patch27 
+4a3c 7044ce00 jam 0 ,mem_24g_datalen 
+4a3d 6fe0c554 fetch 1 ,mem_24g_ackpayload_enable 
+4a3e 207a0000 rtn blank 
+4a3f 6fe14525 fetch 2 ,mem_cb_24g_ackpayload 
+4a40 202075e6 branch callback_func 
+
+g24_receive_packet_start:
+4a41 20404a84 call g24_receive_transmit_ack 
+4a42 2437ca54 nbranch g24_rx_interrupt_clear ,user3 
+
+g24_receive_packet_parse:
+4a43 20404a76 call g24_receive_packet_parse_pid_crc 
+4a44 24344a54 nbranch g24_rx_interrupt_clear ,user 
+4a45 6fe0c4c3 fetch 1 ,mem_24g_rxdata_length 
+4a46 203a4a54 branch g24_rx_interrupt_clear ,blank 
+4a47 1fe0fe02 increase 2 ,pdata 
+4a48 98007200 iforce loopcnt 
+4a49 d8c0443d arg mem_24g_rxbuf ,contr 
+4a4a d8a0452b arg mem_24g_rxdata_temp ,contw 
+4a4b 20407548 call memcpy 
+4a4c 70455600 jam 0 ,mem_24g_mode_switch 
+4a4d 6fe0c553 fetch 1 ,mem_24g_pair_mode 
+4a4e 205a4a91 call g24_enable_nodata_timer ,blank 
+4a4f 471ec027 bpatchx patch27_5 ,mem_patch27 
+4a50 6fe0c52d fetch 1 ,mem_24g_rxdata_temp + 2 
+4a51 c000ca5a beq datatype_device1 ,g24_data_device1 
+4a52 c0014a69 beq datatype_device2 ,g24_data_device2 
+4a53 c07fca58 beq datatype_attemp ,g24_data_receive_attemp 
+
+g24_rx_interrupt_clear:
+4a54 471f4027 bpatchx patch27_6 ,mem_patch27 
+4a55 d8a0443d arg mem_24g_rxbuf ,contw 
+4a56 df200042 arg 66 ,loopcnt 
+4a57 2020750f branch clear_mem 
+
+g24_data_receive_attemp:
+4a58 20404a30 call g24_bind_device_status 
+4a59 20204c20 branch g24_data_attemp 
+
+g24_data_device1:
+4a5a 20404a22 call g24_binding_dvc1_living 
+4a5b 20404bbd call g24_ch_timer_reinit 
+4a5c 6fe0c54d fetch 1 ,mem_24g_abort_packet 
+4a5d 6848c52b fetcht 1 ,mem_24g_rxdata_temp 
+4a5e 284ffe03 isolate1 bit_abort ,temp 
+4a5f 7920fe00 setflag true ,0 ,pdata 
+4a60 67e0c54d store 1 ,mem_24g_abort_packet 
+4a61 c000ca6f beq 1 ,g24_data_attemp_device1_abort 
+4a62 6fe0c555 fetch 1 ,mem_24g_hop_packet 
+4a63 6848c52b fetcht 1 ,mem_24g_rxdata_temp 
+4a64 284ffe04 isolate1 bit_hop ,temp 
+4a65 7920fe00 setflag true ,0 ,pdata 
+4a66 67e0c555 store 1 ,mem_24g_hop_packet 
+4a67 6fe14527 fetch 2 ,mem_cb_24g_data_device1 
+4a68 202075e6 branch callback_func 
+
+g24_data_device2:
+4a69 20404a28 call g24_binding_dvc2_living 
+4a6a 6848c52b fetcht 1 ,mem_24g_rxdata_temp 
+4a6b 284ffe03 isolate1 bit_abort ,temp 
+4a6c 2020ca74 branch g24_data_attemp_device2_abort ,true 
+4a6d 6fe14529 fetch 2 ,mem_cb_24g_data_device2 
+4a6e 202075e6 branch callback_func 
+
+g24_data_attemp_device1_abort:
+4a6f 6fe0c095 fetch 1 ,mem_device_option 
+4a70 1fe67c0e sub pdata ,dvc_op_car ,null 
+4a71 2042cf01 call car_stop_blink ,zero 
+4a72 6fe24535 fetch 4 ,mem_24g_rxdata_temp + 10 
+4a73 20204c26 branch g24_store_device1_addr 
+
+g24_data_attemp_device2_abort:
+4a74 6fe24535 fetch 4 ,mem_24g_rxdata_temp + 10 
+4a75 20204c2a branch g24_store_device2_addr 
+
+g24_receive_packet_parse_pid_crc:
+4a76 20407638 call disable_user 
+4a77 6fe0c4cc fetch 1 ,mem_24g_sta_pid 
+4a78 6848c4cd fetcht 1 ,mem_24g_last_pid 
+4a79 98467c00 isub temp ,null 
+4a7a 2442f636 ncall enable_user ,zero 
+4a7b 6fe0c4cc fetch 1 ,mem_24g_sta_pid 
+4a7c 67e0c4cd store 1 ,mem_24g_last_pid 
+4a7d 6fe1c4c6 fetch 3 ,mem_24g_sta_crc 
+4a7e 6849c4c9 fetcht 3 ,mem_24g_last_crc 
+4a7f 98467c00 isub temp ,null 
+4a80 2442f636 ncall enable_user ,zero 
+4a81 6fe1c4c6 fetch 3 ,mem_24g_sta_crc 
+4a82 67e1c4c9 store 3 ,mem_24g_last_crc 
+4a83 20600000 rtn 
+
+g24_receive_transmit_ack:
+4a84 20404a54 call g24_rx_interrupt_clear 
+4a85 204047ce call g24_receive_packet 
+4a86 24778000 nrtn user3 
+
+g24_transmit_ack:
+4a87 6fe0c43d fetch 1 ,mem_24g_rxbuf 
+4a88 67e0c4cf store 1 ,mem_24g_data_type 
+4a89 204048be call g24_read_len_pid_crc 
+4a8a 6fe0c43e fetch 1 ,mem_24g_rxbuf + 1 
+4a8b 2feffe00 isolate1 bit_ack_24g ,pdata 
+4a8c 2020ca90 branch g24tx_no_ack ,true 
+
+g24tx_with_ack:
+4a8d 20404a3b call g24_ackpayload_prep 
+4a8e 2040488f call g24_transmit_prep 
+4a8f 2040483f call g24_transmit 
+
+g24tx_no_ack:
+4a90 20204837 branch g24_end_of_packet 
+
+g24_enable_nodata_timer:
+4a91 70455701 jam 1 ,mem_24g_nodata_timer_enable 
+
+g24_enable_nodata_timer_init:
+4a92 58000280 setarg timer_nodata_delay 
+4a93 d8e00008 arg g24_timer_nodata ,queue 
+4a94 2020754f branch timer_init 
+
+g24_mode_switch_init:
+4a95 471fc027 bpatchx patch27_7 ,mem_patch27 
+4a96 70455601 jam 1 ,mem_24g_mode_switch 
+4a97 70455a00 jam 0 ,mem_24g_time_slice 
+4a98 7044edff jam 0xff ,mem_24g_interval 
+4a99 20204902 branch g24_timer_init 
+
+g24_mode_switch_bind_work:
+4a9a 47204028 bpatchx patch28_0 ,mem_patch28 
+4a9b 6fe0c556 fetch 1 ,mem_24g_mode_switch 
+4a9c 207a0000 rtn blank 
+4a9d 204048ef call g24_timer_check 
+4a9e 24740000 nrtn user 
+4a9f 20404aa7 call g24_bind_mode_continue 
+4aa0 6fe0c55a fetch 1 ,mem_24g_time_slice 
+4aa1 1fe0fe01 increase 1 ,pdata 
+4aa2 1fe17e01 and_into 1 ,pdata 
+4aa3 67e0c55a store 1 ,mem_24g_time_slice 
+4aa4 c0004aac beq 0 ,g24_work_mode_switch 
+4aa5 c000caaf beq 1 ,g24_bind_mode_switch 
+4aa6 20600000 rtn 
+
+g24_bind_mode_continue:
+4aa7 6fe0c565 fetch 1 ,mem_24g_bind_mode_continue 
+4aa8 207a0000 rtn blank 
+4aa9 1fe0ffff increase -1 ,pdata 
+4aaa 67e0c565 store 1 ,mem_24g_bind_mode_continue 
+4aab 20600000 rtn 
+
+g24_work_mode_switch:
+4aac 6fe0c565 fetch 1 ,mem_24g_bind_mode_continue 
+4aad 247a0000 nrtn blank 
+4aae 20204af1 branch g24_switch_work_mode 
+
+g24_bind_mode_switch:
+4aaf 6fe0c565 fetch 1 ,mem_24g_bind_mode_continue 
+4ab0 247a0000 nrtn blank 
+4ab1 2020499f branch g24_bind_mode_enable 
+
+g24_mode_b_s_switch_init:
+4ab2 6fe0c56d fetch 1 ,mem_24g_b_s_mode_switch_disable 
+4ab3 247a0000 nrtn blank 
+4ab4 6fe0c56b fetch 1 ,mem_24g_mode_b_s_switch_exit 
+4ab5 205a4ae0 call g24_mode_b_s_switch_start ,blank 
+4ab6 6fe0c568 fetch 1 ,mem_24g_mode_b_s_switch_init 
+4ab7 c3800000 rtnbit1 0 
+4ab8 79207e00 set1 0 ,pdata 
+4ab9 67e0c568 store 1 ,mem_24g_mode_b_s_switch_init 
+4aba 70456701 jam 1 ,mem_24g_mode_b_s_switch 
+4abb 70456c00 jam 0 ,mem_24g_b_s_time_slice 
+4abc 58000000 setarg 0 
+4abd 67e14569 store 2 ,mem_24g_mode_b_s_switch_cnt 
+4abe 7044ed60 jam 0x60 ,mem_24g_interval 
+4abf 20204902 branch g24_timer_init 
+
+g24_mode_switch_bind_search:
+4ac0 4720c028 bpatchx patch28_1 ,mem_patch28 
+4ac1 6fe0c559 fetch 1 ,mem_24g_work_mode 
+4ac2 c1000000 rtneq dongle_work 
+4ac3 6fe0c56d fetch 1 ,mem_24g_b_s_mode_switch_disable 
+4ac4 247a0000 nrtn blank 
+4ac5 6fe0c56b fetch 1 ,mem_24g_mode_b_s_switch_exit 
+4ac6 247a0000 nrtn blank 
+4ac7 6fe0c567 fetch 1 ,mem_24g_mode_b_s_switch 
+4ac8 207a0000 rtn blank 
+4ac9 204048ef call g24_timer_check 
+4aca 24740000 nrtn user 
+4acb 6fe14569 fetch 2 ,mem_24g_mode_b_s_switch_cnt 
+4acc 1fe0fe01 increase 1 ,pdata 
+4acd 67e14569 store 2 ,mem_24g_mode_b_s_switch_cnt 
+4ace d84007d0 arg 0x7d0 ,temp 
+4acf 98467c00 isub temp ,null 
+4ad0 20214adc branch g24_mode_b_s_switch_exit ,positive 
+4ad1 20404aa7 call g24_bind_mode_continue 
+4ad2 6fe0c56c fetch 1 ,mem_24g_b_s_time_slice 
+4ad3 1fe0fe01 increase 1 ,pdata 
+4ad4 1fe17e01 and_into 1 ,pdata 
+4ad5 67e0c56c store 1 ,mem_24g_b_s_time_slice 
+4ad6 c0004ad9 beq 0 ,g24_mode_switch_search 
+4ad7 c000c99f beq 1 ,g24_bind_mode_enable 
+4ad8 20600000 rtn 
+
+g24_mode_switch_search:
+4ad9 6fe0c565 fetch 1 ,mem_24g_bind_mode_continue 
+4ada 243a499f nbranch g24_bind_mode_enable ,blank 
+4adb 20204ba3 branch g24_search_mode_enable 
+
+g24_mode_b_s_switch_exit:
+4adc 70456b01 jam 1 ,mem_24g_mode_b_s_switch_exit 
+4add 20204ba3 branch g24_search_mode_enable 
+
+g24_mode_b_s_switch_stop:
+4ade 70456700 jam 0 ,mem_24g_mode_b_s_switch 
+4adf 20600000 rtn 
+
+g24_mode_b_s_switch_start:
+4ae0 70456701 jam 1 ,mem_24g_mode_b_s_switch 
+4ae1 20600000 rtn 
+
+g24_work_init:
+4ae2 47214028 bpatchx patch28_2 ,mem_patch28 
+4ae3 6fe0c558 fetch 1 ,mem_24g_mode_init 
+4ae4 c3800000 rtnbit1 dongle_work 
+4ae5 79207e00 set1 dongle_work ,pdata 
+4ae6 67e0c558 store 1 ,mem_24g_mode_init 
+4ae7 6fe0c566 fetch 1 ,mem_tx_power_temp 
+4ae8 67e0c116 store 1 ,mem_tx_power 
+4ae9 70455400 jam 0 ,mem_24g_ackpayload_enable 
+4aea 70076100 jam 0 ,mem_usb_tx_enable 
+4aeb 70454d01 jam 1 ,mem_24g_abort_packet 
+4aec 7044c400 jam 0 ,mem_24g_pid 
+4aed 6fe24437 fetch 4 ,mem_24g_lap 
+4aee 204048e0 call g24_update_addr_and_synccrc8 
+4aef 204048cc call g24_ch 
+4af0 20204a54 branch g24_rx_interrupt_clear 
+
+g24_switch_work_mode:
+4af1 70455400 jam 0 ,mem_24g_ackpayload_enable 
+
+g24_work_mode_enable:
+4af2 70455900 jam dongle_work ,mem_24g_work_mode 
+4af3 70455800 jam clear_init ,mem_24g_mode_init 
+4af4 20600000 rtn 
+
+g24_work_mode_start:
+4af5 6fe0c559 fetch 1 ,mem_24g_work_mode 
+4af6 c1800000 rtnne dongle_work 
+4af7 20404ae2 call g24_work_init 
+4af8 20404ba7 call g24_ch_process 
+4af9 20204a41 branch g24_receive_packet_start 
+
+g24_bind_mode_auto:
+4afa 4721c028 bpatchx patch28_3 ,mem_patch28 
+4afb 6fe0c559 fetch 1 ,mem_24g_work_mode 
+4afc c1808000 rtnne dongle_bind 
+4afd 204049a2 call g24_bind_init 
+4afe 204049b0 call g24_bind_data_process 
+4aff 6fe0c553 fetch 1 ,mem_24g_pair_mode 
+4b00 247a0000 nrtn blank 
+4b01 6fe0c51a fetch 1 ,mem_24g_bind_device_status 
+4b02 207a0000 rtn blank 
+4b03 70455600 jam 0 ,mem_24g_mode_switch 
+4b04 20404af1 call g24_switch_work_mode 
+4b05 20404a91 call g24_enable_nodata_timer 
+4b06 20204902 branch g24_timer_init 
+
+g24_search_mode_init:
+4b07 6fe0c558 fetch 1 ,mem_24g_mode_init 
+4b08 c3838000 rtnbit1 dongle_search 
+4b09 79207e07 set1 dongle_search ,pdata 
+4b0a 67e0c558 store 1 ,mem_24g_mode_init 
+4b0b 70455a00 jam 0 ,mem_24g_time_slice 
+4b0c 70455401 jam 1 ,mem_24g_ackpayload_enable 
+4b0d 58000000 setarg 0 
+4b0e 67e1c580 store 3 ,mem_rssi_noise_self_index 
+4b0f 67e3c55d store 7 ,mem_24g_self_config_ch_once 
+4b10 20404b95 call g24_receiver_addr_check 
+4b11 24628000 nrtn zero 
+4b12 6fe0c4d4 fetch 1 ,mem_24g_current_ch_number 
+4b13 67e0c55c store 1 ,mem_24g_self_ch_number 
+4b14 6fe0c4d3 fetch 1 ,mem_24g_ch 
+4b15 67e0c55b store 1 ,mem_24g_self_last_ch 
+4b16 20600000 rtn 
+
+g24_search_mode_auto:
+4b17 47224028 bpatchx patch28_4 ,mem_patch28 
+4b18 6fe0c559 fetch 1 ,mem_24g_work_mode 
+4b19 c1838000 rtnne dongle_search 
+4b1a 20404b07 call g24_search_mode_init 
+4b1b 20404b3d call g24_auto_addr_ch_search 
+4b1c 20404a84 call g24_receive_transmit_ack 
+4b1d 2437ca54 nbranch g24_rx_interrupt_clear ,user3 
+4b1e 20404b95 call g24_receiver_addr_check 
+4b1f 2042ca43 call g24_receive_packet_parse ,zero 
+4b20 6fe0c54d fetch 1 ,mem_24g_abort_packet 
+4b21 205a4ade call g24_mode_b_s_switch_stop ,blank 
+4b22 70455900 jam dongle_work ,mem_24g_work_mode 
+4b23 6fe0c558 fetch 1 ,mem_24g_mode_init 
+4b24 79207e00 set1 dongle_work ,pdata 
+4b25 67e0c558 store 1 ,mem_24g_mode_init 
+4b26 6fe0c554 fetch 1 ,mem_24g_ackpayload_enable 
+4b27 1fe67c02 sub pdata ,2 ,null 
+4b28 2442cb93 ncall g24_ackpayload_disable ,zero 
+4b29 20404a54 call g24_rx_interrupt_clear 
+4b2a 20404a91 call g24_enable_nodata_timer 
+4b2b 20404b95 call g24_receiver_addr_check 
+4b2c 2022cb36 branch g24_self_ch_num_reinit ,zero 
+4b2d 6fe244d5 fetch 4 ,mem_24g_addr 
+4b2e 684a4577 fetcht 4 ,mem_24g_device2_addr 
+4b2f 98467c00 isub temp ,null 
+4b30 2022cb39 branch g24_device2_ch_num_reinit ,zero 
+4b31 6fe244d5 fetch 4 ,mem_24g_addr 
+4b32 684a4573 fetcht 4 ,mem_24g_device1_addr 
+4b33 98467c00 isub temp ,null 
+4b34 2022cb3b branch g24_device1_ch_num_reinit ,zero 
+4b35 20600000 rtn 
+
+g24_self_ch_num_reinit:
+4b36 6fe0c55c fetch 1 ,mem_24g_self_ch_number 
+
+g24_current_ch_num_reinit:
+4b37 67e0c4d4 store 1 ,mem_24g_current_ch_number 
+4b38 20600000 rtn 
+
+g24_device2_ch_num_reinit:
+4b39 6fe0c562 fetch 1 ,mem_24g_device2_ch_number 
+4b3a 20204b37 branch g24_current_ch_num_reinit 
+
+g24_device1_ch_num_reinit:
+4b3b 6fe0c55f fetch 1 ,mem_24g_device1_ch_number 
+4b3c 20204b37 branch g24_current_ch_num_reinit 
+
+g24_auto_addr_ch_search:
+4b3d 4722c028 bpatchx patch28_5 ,mem_patch28 
+4b3e 6fe0c55a fetch 1 ,mem_24g_time_slice 
+4b3f 1fe0fe01 increase 1 ,pdata 
+4b40 1fe17e03 and_into 3 ,pdata 
+4b41 67e0c55a store 1 ,mem_24g_time_slice 
+4b42 c0004b61 beq 0 ,g24_auto_bind_config_device2 
+4b43 c000cb7b beq 1 ,g24_auto_bind_config_self 
+4b44 c0014b47 beq 2 ,g24_auto_bind_config_device1 
+4b45 c001cb7b beq 3 ,g24_auto_bind_config_self 
+4b46 20600000 rtn 
+
+g24_auto_bind_config_device1:
+4b47 204049cf call g24_bind_dvc1_payload_cfg 
+4b48 6fe24573 fetch 4 ,mem_24g_device1_addr 
+4b49 203a4b3d branch g24_auto_addr_ch_search ,blank 
+4b4a 204048e0 call g24_update_addr_and_synccrc8 
+4b4b 6fe0c560 fetch 1 ,mem_24g_device1_config_ch_once 
+4b4c 205a4b5c call g24_device1_config_ch_once ,blank 
+4b4d 6fe0c55e fetch 1 ,mem_24g_device1_last_ch 
+4b4e 67e0c4d3 store 1 ,mem_24g_ch 
+4b4f 6848c581 fetcht 1 ,mem_rssi_noise_device1_index 
+4b50 6a214587 fetchr rega ,2 ,mem_rssi_noise_device1_buffer_ptr 
+4b51 20404c2c call rssi_store 
+4b52 6048c581 storet 1 ,mem_rssi_noise_device1_index 
+4b53 20404c35 call rssi_average 
+4b54 6048c57e storet 1 ,mem_rssi_noise_device1_avg 
+4b55 18467c50 sub temp ,rssi_thresh_noise ,null 
+4b56 24610000 nrtn positive 
+4b57 6848c55f fetcht 1 ,mem_24g_device1_ch_number 
+4b58 204048d1 call g24_ch_map_size 
+4b59 6048c55f storet 1 ,mem_24g_device1_ch_number 
+4b5a 67e0c55e store 1 ,mem_24g_device1_last_ch 
+4b5b 20600000 rtn 
+
+g24_device1_config_ch_once:
+4b5c 70456001 jam 1 ,mem_24g_device1_config_ch_once 
+4b5d d8400000 arg 0 ,temp 
+4b5e 204048d6 call g24_ch_calc 
+4b5f 67e0c55e store 1 ,mem_24g_device1_last_ch 
+4b60 20600000 rtn 
+
+g24_auto_bind_config_device2:
+4b61 204049d5 call g24_bind_dvc2_payload_cfg 
+4b62 6fe24577 fetch 4 ,mem_24g_device2_addr 
+4b63 203a4b3d branch g24_auto_addr_ch_search ,blank 
+4b64 204048e0 call g24_update_addr_and_synccrc8 
+4b65 6fe0c563 fetch 1 ,mem_24g_device2_config_ch_once 
+4b66 205a4b76 call g24_device2_config_ch_once ,blank 
+4b67 6fe0c561 fetch 1 ,mem_24g_device2_last_ch 
+4b68 67e0c4d3 store 1 ,mem_24g_ch 
+4b69 6848c582 fetcht 1 ,mem_rssi_noise_device2_index 
+4b6a 6a214589 fetchr rega ,2 ,mem_rssi_noise_device2_buffer_ptr 
+4b6b 20404c2c call rssi_store 
+4b6c 6048c582 storet 1 ,mem_rssi_noise_device2_index 
+4b6d 20404c35 call rssi_average 
+4b6e 6048c57f storet 1 ,mem_rssi_noise_device2_avg 
+4b6f 18467c50 sub temp ,rssi_thresh_noise ,null 
+4b70 24610000 nrtn positive 
+4b71 6848c562 fetcht 1 ,mem_24g_device2_ch_number 
+4b72 204048d1 call g24_ch_map_size 
+4b73 6048c562 storet 1 ,mem_24g_device2_ch_number 
+4b74 67e0c561 store 1 ,mem_24g_device2_last_ch 
+4b75 20600000 rtn 
+
+g24_device2_config_ch_once:
+4b76 70456301 jam 1 ,mem_24g_device2_config_ch_once 
+4b77 d8400000 arg 0 ,temp 
+4b78 204048d6 call g24_ch_calc 
+4b79 67e0c561 store 1 ,mem_24g_device2_last_ch 
+4b7a 20600000 rtn 
+
+g24_auto_bind_config_self:
+4b7b 204049cf call g24_bind_dvc1_payload_cfg 
+4b7c 6fe24437 fetch 4 ,mem_24g_lap 
+4b7d 204048e0 call g24_update_addr_and_synccrc8 
+4b7e 6fe0c55d fetch 1 ,mem_24g_self_config_ch_once 
+4b7f 205a4b8f call g24_self_config_ch_once ,blank 
+4b80 6fe0c55b fetch 1 ,mem_24g_self_last_ch 
+4b81 67e0c4d3 store 1 ,mem_24g_ch 
+4b82 6848c580 fetcht 1 ,mem_rssi_noise_self_index 
+4b83 6a214585 fetchr rega ,2 ,mem_rssi_noise_self_buffer_ptr 
+4b84 20404c2c call rssi_store 
+4b85 6048c580 storet 1 ,mem_rssi_noise_self_index 
+4b86 20404c35 call rssi_average 
+4b87 6048c57d storet 1 ,mem_rssi_noise_self_avg 
+4b88 18467c50 sub temp ,rssi_thresh_noise ,null 
+4b89 24610000 nrtn positive 
+4b8a 6848c55c fetcht 1 ,mem_24g_self_ch_number 
+4b8b 204048d1 call g24_ch_map_size 
+4b8c 6048c55c storet 1 ,mem_24g_self_ch_number 
+4b8d 67e0c55b store 1 ,mem_24g_self_last_ch 
+4b8e 20600000 rtn 
+
+g24_self_config_ch_once:
+4b8f 70455d01 jam 1 ,mem_24g_self_config_ch_once 
+4b90 6fe0c55b fetch 1 ,mem_24g_self_last_ch 
+4b91 67e0c4d3 store 1 ,mem_24g_ch 
+4b92 20600000 rtn 
+
+g24_ackpayload_disable:
+4b93 70455400 jam 0 ,mem_24g_ackpayload_enable 
+4b94 20600000 rtn 
+
+g24_receiver_addr_check:
+4b95 6fe244d5 fetch 4 ,mem_24g_addr 
+4b96 684a4437 fetcht 4 ,mem_24g_lap 
+4b97 98467c00 isub temp ,null 
+4b98 20600000 rtn 
+
+g24_nodata_process:
+4b99 6fe0c554 fetch 1 ,mem_24g_ackpayload_enable 
+4b9a c1010000 rtneq 2 
+4b9b 6fe0c557 fetch 1 ,mem_24g_nodata_timer_enable 
+4b9c 207a0000 rtn blank 
+4b9d d8e00008 arg g24_timer_nodata ,queue 
+4b9e 2040755d call timer_check 
+4b9f 247a0000 nrtn blank 
+4ba0 70455700 jam 0 ,mem_24g_nodata_timer_enable 
+4ba1 70456500 jam 0 ,mem_24g_bind_mode_continue 
+4ba2 20404ab2 call g24_mode_b_s_switch_init 
+
+g24_search_mode_enable:
+4ba3 47234028 bpatchx patch28_6 ,mem_patch28 
+4ba4 70455907 jam dongle_search ,mem_24g_work_mode 
+4ba5 70455800 jam clear_init ,mem_24g_mode_init 
+4ba6 20204a54 branch g24_rx_interrupt_clear 
+
+g24_ch_process:
+4ba7 4723c028 bpatchx patch28_7 ,mem_patch28 
+4ba8 6fe0c54d fetch 1 ,mem_24g_abort_packet 
+4ba9 c000cc6c beq 1 ,rssi_noise_monitor 
+4baa 6fe0c555 fetch 1 ,mem_24g_hop_packet 
+4bab c000cbbb beq 1 ,g24_ch_receive_hop_pac 
+4bac 684a454e fetcht 4 ,mem_24g_hop_btclk 
+4bad 1c427e00 copy clkn_bt ,pdata 
+4bae 98467c00 isub temp ,null 
+4baf 244148ff ncall g24_timer_timeout ,positive 
+4bb0 1fe22400 copy pdata ,regb 
+4bb1 6fe2454e fetch 4 ,mem_24g_hop_btclk 
+4bb2 6848c552 fetcht 1 ,mem_24g_hop_interval 
+4bb3 98408400 iadd temp ,temp 
+4bb4 1a427e00 copy regb ,pdata 
+4bb5 98467c00 isub temp ,null 
+4bb6 24610000 nrtn positive 
+4bb7 793ffe1c set0 28 ,pdata 
+4bb8 67e2454e store 4 ,mem_24g_hop_btclk 
+4bb9 70454d01 jam 1 ,mem_24g_abort_packet 
+4bba 202048cc branch g24_ch 
+
+g24_ch_receive_hop_pac:
+4bbb 70455500 jam 0 ,mem_24g_hop_packet 
+4bbc 202048cc branch g24_ch 
+
+g24_ch_timer_reinit:
+4bbd 1c427e00 copy clkn_bt ,pdata 
+4bbe 67e2454e store 4 ,mem_24g_hop_btclk 
+4bbf 20600000 rtn 
+
+g24_reconn_timeout_timer:
+4bc0 da604521 arg mem_24g_reconn_timeout ,regc 
+4bc1 da404ceb arg g24_stop_24g_mode ,regb 
+4bc2 20204de8 branch timer_single_step_2b 
+
+g24_reconn_start:
+4bc3 47244029 bpatchx patch29_0 ,mem_patch29 
+4bc4 79200026 set1 mark_24g ,mark 
+4bc5 6fe0c53b fetch 1 ,mem_24g_conn_sm 
+4bc6 793ffe01 set0 state_24g_pair ,pdata 
+4bc7 79207e02 set1 state_24g_reconn ,pdata 
+4bc8 67e0c53b store 1 ,mem_24g_conn_sm 
+4bc9 6fe0c526 fetch 1 ,mem_24g_fast_conn_enable 
+4bca 203a4bd8 branch g24_reconn_receiver_addr ,blank 
+4bcb 6fe0c525 fetch 1 ,mem_24g_reconn_type 
+4bcc c000cbd0 beq fast_conn_and_receiver ,g24_reconn_fast_conn 
+4bcd c0014bd0 beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn 
+4bce c001cbdf beq receiver_and_3_0_addr ,g24_reconn_device_3_0_addr 
+4bcf c0024bdf beq pair_and_3_0_addr ,g24_reconn_device_3_0_addr 
+
+g24_reconn_fast_conn:
+4bd0 6fe0c516 fetch 1 ,mem_24g_pair_tx_power 
+4bd1 67e0c116 store 1 ,mem_tx_power 
+4bd2 6848c52f fetcht 1 ,mem_24g_fast_conn_temp_ch 
+4bd3 6048c4d4 storet 1 ,mem_24g_current_ch_number 
+4bd4 6fe24527 fetch 4 ,mem_24g_fast_conn_addr 
+4bd5 20404be8 call g24_ch_syncword_crc8_init 
+4bd6 6048c52f storet 1 ,mem_24g_fast_conn_temp_ch 
+4bd7 20600000 rtn 
+
+g24_reconn_receiver_addr:
+4bd8 70411603 jam tx_power_3db ,mem_tx_power 
+4bd9 6848c530 fetcht 1 ,mem_24g_receiver_temp_ch 
+4bda 6048c4d4 storet 1 ,mem_24g_current_ch_number 
+4bdb 6fe2452b fetch 4 ,mem_24g_receiver_addr 
+4bdc 20404be8 call g24_ch_syncword_crc8_init 
+4bdd 6048c530 storet 1 ,mem_24g_receiver_temp_ch 
+4bde 20600000 rtn 
+
+g24_reconn_device_3_0_addr:
+4bdf 70411603 jam tx_power_3db ,mem_tx_power 
+4be0 6848c531 fetcht 1 ,mem_24g_device_temp_ch 
+4be1 6048c4d4 storet 1 ,mem_24g_current_ch_number 
+4be2 6fe24543 fetch 4 ,mem_24g_device_addr 
+4be3 20404be8 call g24_ch_syncword_crc8_init 
+4be4 6048c531 storet 1 ,mem_24g_device_temp_ch 
+4be5 20600000 rtn 
+
+g24_store_receiver_addr:
+4be6 6fe244a5 fetch 4 ,mem_24g_rxpayload + 2 
+4be7 67e2452b store 4 ,mem_24g_receiver_addr 
+
+g24_ch_syncword_crc8_init:
+4be8 204048e0 call g24_update_addr_and_synccrc8 
+4be9 202048cc branch g24_ch 
+
+g24_reconn_dispatch:
+4bea 4724c029 bpatchx patch29_1 ,mem_patch29 
+4beb 20404c05 call g24_reconn_data_prep 
+4bec 20404cc8 call g24_transmit_receive_ack 
+4bed 242c4c0c nbranch g24_reconn_device_fail ,sync 
+4bee 2437cc0c nbranch g24_reconn_device_fail ,user3 
+4bef 20404cdf call g24_ackpayload_parse 
+
+g24_reconn_receiver_succ:
+4bf0 6fe0c53b fetch 1 ,mem_24g_conn_sm 
+4bf1 793ffe02 set0 state_24g_reconn ,pdata 
+4bf2 67e0c53b store 1 ,mem_24g_conn_sm 
+4bf3 58000000 setarg 0 
+4bf4 67e1451d store 2 ,mem_24g_pair_timeout 
+4bf5 67e14523 store 2 ,mem_24g_reconn_count 
+4bf6 67e14521 store 2 ,mem_24g_reconn_timeout 
+4bf7 6fe24511 fetch 4 ,mem_24g_pair_addr 
+4bf8 684a44d5 fetcht 4 ,mem_24g_addr 
+4bf9 98467c00 isub temp ,null 
+4bfa 2022c93b branch g24_pair_start ,zero 
+4bfb 6fe24543 fetch 4 ,mem_24g_device_addr 
+4bfc 684a44d5 fetcht 4 ,mem_24g_addr 
+4bfd 98467c00 isub temp ,null 
+4bfe 2042cbe6 call g24_store_receiver_addr ,zero 
+4bff 7004c33c jam bt_evt_24g_attempt_success ,mem_fifo_temp 
+4c00 2040709b call ui_ipc_send_event 
+
+g24_txbuf_clear:
+4c01 47254029 bpatchx patch29_2 ,mem_patch29 
+4c02 df200004 arg 4 ,loopcnt 
+4c03 d8a0445f arg mem_24g_txbuf ,contw 
+4c04 20207500 branch memset0 
+
+g24_reconn_data_prep:
+4c05 70445fff jam datatype_attemp ,mem_24g_txbuf 
+4c06 6fe0c4cf fetch 1 ,mem_24g_data_type 
+4c07 67e0c460 store 1 ,mem_24g_txbuf + 1 
+4c08 6fe24543 fetch 4 ,mem_24g_device_addr 
+4c09 67e24461 store 4 ,mem_24g_txbuf + 2 
+4c0a 7044ce06 jam 6 ,mem_24g_datalen 
+4c0b 2020488f branch g24_transmit_prep 
+
+g24_reconn_device_fail:
+4c0c 6fe0c526 fetch 1 ,mem_24g_fast_conn_enable 
+4c0d 203a48cc branch g24_ch ,blank 
+4c0e 6fe14523 fetch 2 ,mem_24g_reconn_count 
+4c0f 1fe0fe01 increase 1 ,pdata 
+4c10 67e14523 store 2 ,mem_24g_reconn_count 
+4c11 2feffe03 isolate1 3 ,pdata 
+4c12 6fe0c525 fetch 1 ,mem_24g_reconn_type 
+4c13 c000cc18 beq fast_conn_and_receiver ,g24_reconn_fast_conn_and_receiver 
+4c14 c0014c1a beq fast_conn_and_3_0_addr ,g24_reconn_fast_conn_and_3_0 
+4c15 c001cc1c beq receiver_and_3_0_addr ,g24_reconn_receiver_and_3_0 
+4c16 c0024c1e beq pair_and_3_0_addr ,g24_reconn_pair_and_3_0 
+4c17 20204bd8 branch g24_reconn_receiver_addr 
+
+g24_reconn_fast_conn_and_receiver:
+4c18 2020cbd8 branch g24_reconn_receiver_addr ,true 
+4c19 20204bd0 branch g24_reconn_fast_conn 
+
+g24_reconn_fast_conn_and_3_0:
+4c1a 2020cbdf branch g24_reconn_device_3_0_addr ,true 
+4c1b 20204bd0 branch g24_reconn_fast_conn 
+
+g24_reconn_receiver_and_3_0:
+4c1c 2020cbdf branch g24_reconn_device_3_0_addr ,true 
+4c1d 20204bd8 branch g24_reconn_receiver_addr 
+
+g24_reconn_pair_and_3_0:
+4c1e 2020c946 branch g24_pair_init_param ,true 
+4c1f 20204bdf branch g24_reconn_device_3_0_addr 
+
+g24_data_attemp:
+4c20 6fe0c52e fetch 1 ,mem_24g_rxdata_temp + 3 
+4c21 c000cc24 beq datatype_device1 ,g24_data_attemp_device1 
+4c22 c0014c28 beq datatype_device2 ,g24_data_attemp_device2 
+4c23 20600000 rtn 
+
+g24_data_attemp_device1:
+4c24 6fe2452f fetch 4 ,mem_24g_rxdata_temp + 4 
+4c25 67e2456f store 4 ,mem_24g_transmitter_addr 
+
+g24_store_device1_addr:
+4c26 67e24573 store 4 ,mem_24g_device1_addr 
+4c27 20600000 rtn 
+
+g24_data_attemp_device2:
+4c28 6fe2452f fetch 4 ,mem_24g_rxdata_temp + 4 
+4c29 67e2456f store 4 ,mem_24g_transmitter_addr 
+
+g24_store_device2_addr:
+4c2a 67e24577 store 4 ,mem_24g_device2_addr 
+4c2b 20600000 rtn 
+
+rssi_store:
+4c2c 4725c029 bpatchx patch29_3 ,mem_patch29 
+4c2d 1a227e00 copy rega ,pdata 
+4c2e 98408a00 iadd temp ,contw 
+4c2f 6fe08009 fetch 1 ,mem_rssi 
+4c30 e7e08005 istore 1 ,contw 
+4c31 18408401 increase 1 ,temp 
+4c32 6fe0c517 fetch 1 ,mem_rssi_buff_index 
+4c33 98410400 iand temp ,temp 
+4c34 20600000 rtn 
+
+rssi_average:
+4c35 47264029 bpatchx patch29_4 ,mem_patch29 
+4c36 6fe0c517 fetch 1 ,mem_rssi_buff_index 
+4c37 1fe0fe01 increase 1 ,pdata 
+4c38 67e104ef store 2 ,mem_loopcnt 
+4c39 1fe27200 copy pdata ,loopcnt 
+4c3a 1a220c00 copy rega ,contr 
+4c3b dfe00000 arg 0 ,pdata 
+
+rssi_average_loop:
+4c3c e8408006 ifetcht 1 ,contr 
+4c3d 9840fe00 iadd temp ,pdata 
+4c3e c2004c3c loop rssi_average_loop 
+4c3f 684904ef fetcht 2 ,mem_loopcnt 
+4c40 9846fc00 idiv temp 
+4c41 204075d0 call wait_div_end 
+4c42 18078400 quotient temp 
+4c43 c6138000 rtnmark1 mark_24g_rxmode 
+4c44 18427e00 copy temp ,pdata 
+4c45 c6930000 rtnmark0 mark_24g 
+4c46 20403a64 call bcd 
+4c47 1fe20400 copy pdata ,temp 
+4c48 20600000 rtn 
+
+save_rssi_dec:
+4c49 20403a45 call save_rssi 
+4c4a 20203a60 branch rssi_hex2dec 
+
+rssi_transmitter_buff_init:
+4c4b 6fe14533 fetch 2 ,mem_rssi_signal_buf_ptr 
+4c4c 20204c5f branch rssi_buff_clear 
+
+rssi_signal:
+4c4d 1fe22200 copy pdata ,rega 
+4c4e 6848c532 fetcht 1 ,mem_rssi_signal_index 
+4c4f 6fe14533 fetch 2 ,mem_rssi_signal_buf_ptr 
+4c50 98408a00 iadd temp ,contw 
+4c51 1a227e00 copy rega ,pdata 
+4c52 e7e08005 istore 1 ,contw 
+4c53 18408401 increase 1 ,temp 
+4c54 6fe0c517 fetch 1 ,mem_rssi_buff_index 
+4c55 98410400 iand temp ,temp 
+4c56 6048c532 storet 1 ,mem_rssi_signal_index 
+4c57 20600000 rtn 
+
+rssi_receiver_buff_init:
+4c58 6fe14583 fetch 2 ,mem_rssi_noise_buffer_ptr 
+4c59 20404c5f call rssi_buff_clear 
+4c5a 6fe14585 fetch 2 ,mem_rssi_noise_self_buffer_ptr 
+4c5b 20404c5f call rssi_buff_clear 
+4c5c 6fe14587 fetch 2 ,mem_rssi_noise_device1_buffer_ptr 
+4c5d 20404c5f call rssi_buff_clear 
+4c5e 6fe14589 fetch 2 ,mem_rssi_noise_device2_buffer_ptr 
+
+rssi_buff_clear:
+4c5f 207a0000 rtn blank 
+4c60 1fe20a00 copy pdata ,contw 
+4c61 6fe0c517 fetch 1 ,mem_rssi_buff_index 
+4c62 1fe0fe01 increase 1 ,pdata 
+4c63 1fe27200 copy pdata ,loopcnt 
+4c64 2020750f branch clear_mem 
+
+rssi_noise:
+4c65 20404c49 call save_rssi_dec 
+4c66 207a0000 rtn blank 
+4c67 6848c57c fetcht 1 ,mem_rssi_noise_index 
+4c68 6a214583 fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
+4c69 20404c2c call rssi_store 
+4c6a 6048c57c storet 1 ,mem_rssi_noise_index 
+4c6b 20600000 rtn 
+
+rssi_noise_monitor:
+4c6c 6a214583 fetchr rega ,2 ,mem_rssi_noise_buffer_ptr 
+4c6d 20404c35 call rssi_average 
+4c6e 6048c57b storet 1 ,mem_rssi_noise_avg 
+4c6f 18467c50 sub temp ,rssi_thresh_noise ,null 
+4c70 24610000 nrtn positive 
+4c71 202048cc branch g24_ch 
+
+g24_transmit_init:
+4c72 6fe24437 fetch 4 ,mem_24g_lap 
+4c73 67e24543 store 4 ,mem_24g_device_addr 
+4c74 20404922 call g24_rx_window_init 
+4c75 20204c4b branch rssi_transmitter_buff_init 
+
+g24_interval_param_4ms:
+4c76 58002fb2 setarg g24_4ms_interval_param 
+4c77 67e1c547 store 3 ,mem_24g_short_sleep_set 
+4c78 58100c0c setarg 0x100c0c 
+4c79 67e1c4ed store 3 ,mem_24g_interval 
+4c7a 5800bb80 setarg 0x00bb80 
+4c7b 67e1c54a store 3 ,mem_24g_long_sleep_set 
+4c7c 70456005 jam 5 ,mem_24g_fast_hop_count 
+4c7d 20600000 rtn 
+
+g24_interval_param_8ms:
+4c7e 5800f80c setarg g24_8ms_interval_param 
+4c7f 67e1c547 store 3 ,mem_24g_short_sleep_set 
+4c80 581c1919 setarg 0x1c1919 
+4c81 67e1c4ed store 3 ,mem_24g_interval 
+4c82 58017700 setarg 0x017700 
+4c83 67e1c54a store 3 ,mem_24g_long_sleep_set 
+4c84 7045600b jam 11 ,mem_24g_fast_hop_count 
+4c85 20600000 rtn 
+
+g24_transmit_dispatch:
+4c86 c6930000 rtnmark0 mark_24g 
+4c87 6fe0c53b fetch 1 ,mem_24g_conn_sm 
+4c88 c280c94d bbit1 state_24g_pair ,g24_pair_dispatch 
+4c89 c2814bea bbit1 state_24g_reconn ,g24_reconn_dispatch 
+4c8a 6fe0c557 fetch 1 ,mem_24g_transmit_by_interrupt 
+4c8b c000cd35 beq g24_tx_timer_int_enable ,g24_transmit_by_interrupt 
+
+g24_transmit_no_interrupt:
+4c8c 4726c029 bpatchx patch29_5 ,mem_patch29 
+4c8d 20404c9d call g24_txdata_prep 
+4c8e 24344d10 nbranch g24_nodata_transmit ,user 
+
+g24_transmit_start:
+4c8f 20404cb2 call g24_transmit_process 
+4c90 20404d5d call power_ctrl_start 
+4c91 6fe0c095 fetch 1 ,mem_device_option 
+4c92 c00460b1 beq dvc_op_mouse ,mouse_24g_transmit_start 
+
+g24_transmit_start_next:
+4c93 6fe4454a fetch 8 ,mem_24g_long_sleep_set 
+4c94 67e444f5 store 8 ,mem_24g_enter_hibernate 
+4c95 6fe1455c fetch 2 ,mem_24g_long_sleep_param_update_timer_init 
+4c96 67e1455e store 2 ,mem_24g_long_sleep_param_update_timer 
+
+g24_short_sleep:
+4c97 47274029 bpatchx patch29_6 ,mem_patch29 
+4c98 20404d2c call g24_lpm_wait 
+4c99 24740000 nrtn user 
+4c9a 2040765e call clear_wake 
+4c9b 6fe1c547 fetch 3 ,mem_24g_short_sleep_set 
+4c9c 20204d29 branch g24_long_seep2 
+
+g24_txdata_prep:
+4c9d 20404ca0 call g24_package_data 
+4c9e 24740000 nrtn user 
+4c9f 2020488f branch g24_transmit_prep 
+
+g24_package_data:
+4ca0 6fe14535 fetch 2 ,mem_cb_24g_transmit_data 
+4ca1 204075e6 call callback_func 
+4ca2 20344ca6 branch g24_accumulate_data ,user 
+4ca3 6fe3c460 fetch 7 ,mem_24g_txbuf + 1 
+4ca4 207a0000 rtn blank 
+4ca5 20207636 branch enable_user 
+
+g24_accumulate_data:
+4ca6 70454100 jam 0 ,mem_24g_abort_pac 
+4ca7 1a20fe01 add rega ,1 ,pdata 
+4ca8 67e0c4ce store 1 ,mem_24g_datalen 
+4ca9 20404cae call g24_transmit_rf_ctrl_clear 
+4caa 67e0c45f store 1 ,mem_24g_txbuf 
+4cab 1a420c00 copy regb ,contr 
+4cac 1a227200 copy rega ,loopcnt 
+4cad 20207548 branch memcpy 
+
+g24_transmit_rf_ctrl_clear:
+4cae 6fe0c4cf fetch 1 ,mem_24g_data_type 
+4caf 1fe17e07 and_into bits_data ,pdata 
+4cb0 67e0c4cf store 1 ,mem_24g_data_type 
+4cb1 20600000 rtn 
+
+g24_transmit_process:
+4cb2 70454000 jam 0 ,mem_24g_retry 
+
+g24_transmit_loop:
+4cb3 6961003b fetchr timeup ,2 ,mem_param_rx_setup 
+4cb4 34730200 until clkn_rt ,meet 
+4cb5 20404cc8 call g24_transmit_receive_ack 
+4cb6 6fe0c4c5 fetch 1 ,mem_24g_no_ack 
+4cb7 c000ccbd beq no_ack_24g ,g24_transmit_no_ack 
+4cb8 242c4cd6 nbranch g24_retransmit ,sync 
+4cb9 2437ccd6 nbranch g24_retransmit ,user3 
+4cba 20404cdf call g24_ackpayload_parse 
+4cbb 6fe0c095 fetch 1 ,mem_device_option 
+4cbc c00460a4 beq dvc_op_mouse ,mouse_wakeup_24g 
+
+g24_transmit_no_ack:
+4cbd 20404d8d call power_ctrl_pac_succ_incrs 
+
+g24_transmit_next_packet:
+4cbe 20404c01 call g24_txbuf_clear 
+4cbf 6fe0c4c4 fetch 1 ,mem_24g_pid 
+4cc0 1fe0fe01 increase 1 ,pdata 
+4cc1 67e0c4c4 store 1 ,mem_24g_pid 
+4cc2 20404d03 call g24_hop_enable_packet 
+
+g24_transmit_abandon:
+4cc3 4727c029 bpatchx patch29_7 ,mem_patch29 
+4cc4 58000000 setarg 0 
+4cc5 67e0c53c store 1 ,mem_24g_ensure 
+4cc6 67e1453d store 2 ,mem_24g_txfail_cnt 
+4cc7 20600000 rtn 
+
+g24_transmit_receive_ack:
+4cc8 4728402a bpatchx patch2a_0 ,mem_patch2a 
+4cc9 7857fc00 disable user3 
+4cca 2040483f call g24_transmit 
+4ccb 6fe0c4c5 fetch 1 ,mem_24g_no_ack 
+4ccc c000c837 beq no_ack_24g ,g24_end_of_packet 
+4ccd 18002a00 force 0 ,radio_ctrl 
+4cce 6fe244d5 fetch 4 ,mem_24g_addr 
+4ccf 98001200 iforce access 
+4cd0 68488008 fetcht 1 ,mem_last_freq 
+4cd1 20403954 call set_freq_rx 
+4cd2 2040396a call rf_rx_enable 
+4cd3 204047d6 call g24_receive_rxon 
+4cd4 2057c837 call g24_end_of_packet ,user3 
+4cd5 20600000 rtn 
+
+g24_retransmit:
+4cd6 6fe0c541 fetch 1 ,mem_24g_abort_pac 
+4cd7 247a0000 nrtn blank 
+4cd8 6fe1453d fetch 2 ,mem_24g_txfail_cnt 
+4cd9 1fe0fe01 increase 1 ,pdata 
+4cda 67e1453d store 2 ,mem_24g_txfail_cnt 
+4cdb 6fe0c53e fetch 1 ,mem_24g_txfail_cnt + 1 
+4cdc c2824ce7 bbit1 4 ,g24_tx_attempt_fail 
+4cdd 20404ced call g24_transmit_hop_process 
+4cde 20204cb3 branch g24_transmit_loop 
+
+g24_ackpayload_parse:
+4cdf 4728c02a bpatchx patch2a_1 ,mem_patch2a 
+4ce0 204048be call g24_read_len_pid_crc 
+4ce1 6fe0c4c3 fetch 1 ,mem_24g_rxdata_length 
+4ce2 207a0000 rtn blank 
+4ce3 98007200 iforce loopcnt 
+4ce4 d8c0443f arg mem_24g_rxbuf + 2 ,contr 
+4ce5 d8a044a3 arg mem_24g_rxpayload ,contw 
+4ce6 20207548 branch memcpy 
+
+g24_tx_attempt_fail:
+4ce7 4729402a bpatchx patch2a_2 ,mem_patch2a 
+4ce8 58000000 setarg 0 
+4ce9 67e1453d store 2 ,mem_24g_txfail_cnt 
+4cea 70453f01 jam 1 ,mem_24g_attempt_fail_flag 
+
+g24_stop_24g_mode:
+4ceb 7004c33a jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+4cec 2020709b branch ui_ipc_send_event 
+
+g24_transmit_hop_process:
+4ced 4729c02a bpatchx patch2a_3 ,mem_patch2a 
+4cee 6848c540 fetcht 1 ,mem_24g_retry 
+4cef 6fe0c560 fetch 1 ,mem_24g_fast_hop_count 
+4cf0 98467c00 isub temp ,null 
+4cf1 24214d0b nbranch g24_tx_fast_hop ,positive 
+4cf2 18408401 increase 1 ,temp 
+4cf3 6048c540 storet 1 ,mem_24g_retry 
+4cf4 6fe0c560 fetch 1 ,mem_24g_fast_hop_count 
+4cf5 c002ccfa beq 5 ,g24_transmit_hop_process_4ms 
+4cf6 6fe0c540 fetch 1 ,mem_24g_retry 
+4cf7 c0034d05 beq 6 ,g24_hop_ch_disable 
+4cf8 c0064d05 beq 12 ,g24_hop_ch_disable 
+4cf9 20600000 rtn 
+
+g24_transmit_hop_process_4ms:
+4cfa 6fe0c540 fetch 1 ,mem_24g_retry 
+4cfb c001cd05 beq 3 ,g24_hop_ch_disable 
+4cfc c0034d05 beq 6 ,g24_hop_ch_disable 
+4cfd 20600000 rtn 
+
+g24_hop_ch_enable:
+
+g24_txpayload_type_update:
+4cfe c517cd01 bmark1 mark_ble_lr ,g24_lr_type_update 
+4cff 67e0c480 store 1 ,mem_24g_txpayload + offset_data_type 
+4d00 20600000 rtn 
+
+g24_lr_type_update:
+4d01 67e0c481 store 1 ,mem_24g_txpayload + offset_lr_data_type 
+4d02 20600000 rtn 
+
+g24_hop_enable_packet:
+4d03 6fe0c4cf fetch 1 ,mem_24g_data_type 
+4d04 c4020000 rtnbit0 bit_hop 
+
+g24_hop_ch_disable:
+4d05 6fe0c4cf fetch 1 ,mem_24g_data_type 
+4d06 793ffe04 set0 bit_hop ,pdata 
+4d07 67e0c4cf store 1 ,mem_24g_data_type 
+4d08 20404cfe call g24_txpayload_type_update 
+4d09 20404d91 call power_ctrl_pac_succ_decrs 
+4d0a 202048cc branch g24_ch 
+
+g24_tx_fast_hop:
+4d0b 20404d81 call power_ctrl_txpower_incrs 
+4d0c 20404d91 call power_ctrl_pac_succ_decrs 
+4d0d 202048cc branch g24_ch 
+
+g24_search_receiver:
+4d0e 6fe14537 fetch 2 ,mem_cb_24g_search_receiver 
+4d0f 202075e6 branch callback_func 
+
+g24_nodata_transmit:
+4d10 6fe0c541 fetch 1 ,mem_24g_abort_pac 
+4d11 205a4d15 call g24_send_abort_packet ,blank 
+4d12 20404d3f call g24_transmit_by_interrupt_exit 
+4d13 20404d0e call g24_search_receiver 
+4d14 20204d23 branch g24_long_sleep 
+
+g24_send_abort_packet:
+4d15 7044cf01 jam type_ms ,mem_24g_data_type 
+4d16 70454101 jam 1 ,mem_24g_abort_pac 
+4d17 20404cae call g24_transmit_rf_ctrl_clear 
+4d18 67e0c45f store 1 ,mem_24g_txbuf 
+4d19 58000000 setarg 0 
+4d1a 67e3c460 store 7 ,mem_24g_txbuf + 1 
+4d1b 6fe24543 fetch 4 ,mem_24g_device_addr 
+4d1c 67e24467 store 4 ,mem_24g_txbuf + 8 
+4d1d 7044ce0c jam 12 ,mem_24g_datalen 
+4d1e 6fe0c4cf fetch 1 ,mem_24g_data_type 
+4d1f 79207e03 set1 bit_abort ,pdata 
+4d20 67e0c4cf store 1 ,mem_24g_data_type 
+4d21 2040488f call g24_transmit_prep 
+4d22 20204c8f branch g24_transmit_start 
+
+g24_long_sleep:
+4d23 472a402a bpatchx patch2a_4 ,mem_patch2a 
+4d24 20404d2c call g24_lpm_wait 
+4d25 24740000 nrtn user 
+4d26 6fe0c095 fetch 1 ,mem_device_option 
+4d27 c00460a0 beq dvc_op_mouse ,mouse_24g_long_sleep 
+4d28 6fe444f5 fetch 8 ,mem_24g_enter_hibernate 
+
+g24_long_seep2:
+4d29 20407593 call clk2lpo 
+4d2a 604a40aa storet 4 ,mem_sleep_counter 
+4d2b 20203b7a branch lpm_sleep 
+
+g24_lpm_wait:
+4d2c 472ac02a bpatchx patch2a_5 ,mem_patch2a 
+4d2d 78347c00 enable user 
+4d2e 20403b4b call lpo_calibration 
+4d2f 6fe1c0be fetch 3 ,mem_clks_per_lpo 
+4d30 203a7638 branch disable_user ,blank 
+4d31 6fe0c094 fetch 1 ,mem_lpm_mode 
+4d32 203a7638 branch disable_user ,blank 
+
+g24_setgpio_lpm_before:
+4d33 6fe14539 fetch 2 ,mem_cb_24g_lpm_before 
+4d34 202075e6 branch callback_func 
+
+g24_transmit_by_interrupt:
+4d35 204048ef call g24_timer_check 
+4d36 24740000 nrtn user 
+4d37 20404d4a call g24_interval_calibrate 
+4d38 6fe14558 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
+4d39 1fe0fe01 increase 1 ,pdata 
+4d3a 67e14558 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+4d3b 6849455a fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+4d3c 98467c00 isub temp ,null 
+4d3d 2042cd3f call g24_transmit_by_interrupt_exit ,zero 
+4d3e 20204c8c branch g24_transmit_no_interrupt 
+
+g24_transmit_by_interrupt_exit:
+4d3f 70455700 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+4d40 58000000 setarg 0 
+4d41 67e14558 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+4d42 58000064 setarg 100 
+4d43 67e1455a store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+
+g24_interval_min:
+4d44 70455600 jam 0 ,mem_24g_pac_index 
+4d45 6fe0c4ee fetch 1 ,mem_24g_interval_min 
+
+g24_interval_store:
+4d46 67e0c4ed store 1 ,mem_24g_interval 
+4d47 20600000 rtn 
+
+g24_interval_max:
+4d48 6fe0c4ef fetch 1 ,mem_24g_interval_max 
+4d49 20204d46 branch g24_interval_store 
+
+g24_interval_calibrate:
+4d4a 6fe0c556 fetch 1 ,mem_24g_pac_index 
+4d4b 1fe0fe01 increase 1 ,pdata 
+4d4c 67e0c556 store 1 ,mem_24g_pac_index 
+4d4d c0024d48 beq 4 ,g24_interval_max 
+4d4e c002cd44 beq 5 ,g24_interval_min 
+4d4f 20600000 rtn 
+
+g24_transmit_by_interrupt_enable:
+4d50 70455701 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
+4d51 58000000 setarg 0 
+4d52 67e14558 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+4d53 20600000 rtn 
+
+g24_factory_check:
+4d54 df200002 arg 2 ,loopcnt 
+4d55 d8c044d5 arg mem_24g_addr ,contr 
+
+pdata_0xff_check:
+4d56 20407636 call enable_user 
+4d57 5800ffff setarg 0xffff 
+
+pdata_0xff_check_loop:
+4d58 e8410006 ifetcht 2 ,contr 
+4d59 98467c00 isub temp ,null 
+4d5a 2442f638 ncall disable_user ,zero 
+4d5b c2004d58 loop pdata_0xff_check_loop 
+4d5c 20600000 rtn 
+
+power_ctrl_start:
+4d5d 472b402a bpatchx patch2a_6 ,mem_patch2a 
+4d5e 6fe1442f fetch 2 ,mem_ui_state_map 
+4d5f c3858000 rtnbit1 ui_state_ble_adv 
+4d60 6a214533 fetchr rega ,2 ,mem_rssi_signal_buf_ptr 
+4d61 20404c35 call rssi_average 
+4d62 6048c561 storet 1 ,mem_rssi_avg_received 
+4d63 6fe0c566 fetch 1 ,mem_rssi_dis_max_24g 
+4d64 c5134d66 bmark1 mark_24g ,power_ctrl_start_next 
+4d65 6fe0c569 fetch 1 ,mem_rssi_dis_max_ble 
+
+power_ctrl_start_next:
+4d66 98467c00 isub temp ,null 
+4d67 24214d80 nbranch power_ctrl_txpower_incrs_force ,positive 
+4d68 6fe0c563 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+4d69 1fe67c02 sub pdata ,2 ,null 
+4d6a 24214d6e nbranch power_ctrl_txpower_decrs_check ,positive 
+4d6b 6fe0c563 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+4d6c c0004d81 beq 0 ,power_ctrl_txpower_incrs 
+4d6d 20600000 rtn 
+
+power_ctrl_txpower_decrs_check:
+4d6e 6fe0c563 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+4d6f 6848c564 fetcht 1 ,mem_power_ctrl_pac_succ_cnt_init 
+4d70 98467c00 isub temp ,null 
+4d71 24628000 nrtn zero 
+4d72 70456300 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+
+power_ctrl_txpower_decrs:
+4d73 6848c561 fetcht 1 ,mem_rssi_avg_received 
+4d74 6fe0c565 fetch 1 ,mem_rssi_dis_min_24g 
+4d75 c5134d77 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
+4d76 6fe0c568 fetch 1 ,mem_rssi_dis_min_ble 
+
+power_ctrl_txpower_decrs_next:
+4d77 98467c00 isub temp ,null 
+4d78 24610000 nrtn positive 
+4d79 6fe0c562 fetch 1 ,mem_power_ctrl_level 
+4d7a c0004d88 beq 0 ,power_ctrl_decrs_level0 
+4d7b 1fe0ffff increase -1 ,pdata 
+4d7c 67e0c562 store 1 ,mem_power_ctrl_level 
+4d7d c0004d88 beq 0 ,power_ctrl_decrs_level0 
+
+power_ctrl_decrs_level1:
+
+power_ctrl_incrs_level1:
+4d7e 70411600 jam tx_power_0db ,mem_tx_power 
+4d7f 20600000 rtn 
+
+power_ctrl_txpower_incrs_force:
+4d80 70456300 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+
+power_ctrl_txpower_incrs:
+4d81 6fe0c562 fetch 1 ,mem_power_ctrl_level 
+4d82 c0014d86 beq 2 ,power_ctrl_incrs_level2 
+4d83 1fe0fe01 increase 1 ,pdata 
+4d84 67e0c562 store 1 ,mem_power_ctrl_level 
+4d85 c000cd7e beq 1 ,power_ctrl_incrs_level1 
+
+power_ctrl_incrs_level2:
+4d86 70411606 jam tx_power_6db ,mem_tx_power 
+4d87 20600000 rtn 
+
+power_ctrl_decrs_level0:
+4d88 70411685 jam tx_power_f5db ,mem_tx_power 
+4d89 20600000 rtn 
+
+power_ctrl_pac_succ_cnt_init:
+4d8a 70456201 jam 1 ,mem_power_ctrl_level 
+4d8b 70456300 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+4d8c 20600000 rtn 
+
+power_ctrl_pac_succ_incrs:
+4d8d 6fe0c563 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+4d8e 1fe0fe01 increase 1 ,pdata 
+4d8f 67e0c563 store 1 ,mem_power_ctrl_pac_succ_cnt 
+4d90 20600000 rtn 
+
+power_ctrl_pac_succ_decrs:
+4d91 6fe0c563 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+4d92 1fe67c02 sub pdata ,2 ,null 
+4d93 24414d99 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
+4d94 6fe0c563 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+4d95 c1000000 rtneq 0 
+4d96 1fe0ffff increase -1 ,pdata 
+4d97 67e0c563 store 1 ,mem_power_ctrl_pac_succ_cnt 
+4d98 20600000 rtn 
+
+power_ctrl_pac_succ_cnt_reinit:
+4d99 70456303 jam 3 ,mem_power_ctrl_pac_succ_cnt 
+4d9a 20600000 rtn 
+
+app_init:
+4d9b 44b1400c bpatch patch0c_2 ,mem_patch0c 
+4d9c 6fe0c095 fetch 1 ,mem_device_option 
+4d9d 203a4d9b branch app_init ,blank 
+4d9e c0025249 beq dvc_op_dongle ,dongle_init 
+4d9f c004e295 beq dvc_op_shutter ,shutter_init 
+4da0 c00553d2 beq dvc_op_module ,module_init 
+4da1 c0074e4d beq dvc_op_car ,car_init 
+4da2 c006d102 beq dvc_op_remote_car ,remote_car_init 
+4da3 c0066506 beq dvc_op_hci_boot ,hci_init 
+4da4 c00456ed beq dvc_op_mouse ,mouse_init 
+4da5 20600000 rtn 
+
+app_param_init:
+4da6 20758000 rtn wake 
+4da7 20406c88 call adc_init_data 
+4da8 6fe0c095 fetch 1 ,mem_device_option 
+4da9 c004e3d3 beq dvc_op_shutter ,shutter_default_init 
+4daa c0025254 beq dvc_op_dongle ,dongle_default_init 
+4dab c004572e beq dvc_op_mouse ,mouse_default_init 
+4dac c006d204 beq dvc_op_remote_car ,remote_car_default_init 
+4dad 20600000 rtn 
+
+app_process_idle:
+4dae 20406fe0 call ui_dispatch 
+4daf 204070b1 call check_51cmd 
+4db0 20404db5 call app_process_bb_event 
+4db1 6fe14390 fetch 2 ,mem_cb_idle_process 
+4db2 202075e6 branch callback_func 
+
+app_process_ble:
+4db3 6fe1438e fetch 2 ,mem_cb_le_process 
+4db4 202075e6 branch callback_func 
+
+app_process_bb_event:
+4db5 44b1c00c bpatch patch0c_3 ,mem_patch0c 
+4db6 da204419 arg mem_ipc_fifo_bt2c51 ,rega 
+4db7 20407613 call fifo_out 
+4db8 207a0000 rtn blank 
+4db9 1fe22600 copy pdata ,regc 
+4dba 20404dbe call app_event_normal_process 
+4dbb 20204dc2 branch app_process_bb_event_priority 
+
+app_discard_event:
+4dbc da600000 arg 0 ,regc 
+4dbd 20600000 rtn 
+
+app_event_normal_process:
+4dbe c0084dd1 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
+4dbf c00a4dc8 beq bt_evt_le_connected ,app_le_event_bb_connected 
+4dc0 c00acdcc beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
+4dc1 20600000 rtn 
+
+app_process_bb_event_priority:
+4dc2 6fe14392 fetch 2 ,mem_cb_bb_event_process 
+4dc3 202075e6 branch callback_func 
+
+app_check_wake_lock:
+4dc4 6fe14388 fetch 2 ,mem_cb_check_wakelock 
+4dc5 202075e6 branch callback_func 
+
+app_will_enter_lpm:
+4dc6 6fe1438c fetch 2 ,mem_cb_before_lpm 
+4dc7 202075e6 branch callback_func 
+
+app_le_event_bb_connected:
+4dc8 6fe1442f fetch 2 ,mem_ui_state_map 
+4dc9 79207e09 set1 ui_state_ble_connected ,pdata 
+4dca 67e1442f store 2 ,mem_ui_state_map 
+4dcb 20600000 rtn 
+
+app_le_event_bb_disconn:
+4dcc 70436900 jam 0 ,mem_le_l2cap_att_states 
+4dcd 6fe1442f fetch 2 ,mem_ui_state_map 
+4dce 793ffe09 set0 ui_state_ble_connected ,pdata 
+4dcf 67e1442f store 2 ,mem_ui_state_map 
+4dd0 20204e2e branch app_lpm_mult_disable 
+
+app_evt_button_long_pressed:
+4dd1 6fe143a6 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+4dd2 79207e00 set1 app_disc_by_button ,pdata 
+4dd3 67e143a6 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+4dd4 20600000 rtn 
+
+app_evt_timer:
+4dd5 67e081dc store 1 ,mem_app_evt_timer_count 
+
+app_evt_100ms_loop:
+4dd6 44b2400c bpatch patch0c_4 ,mem_patch0c 
+4dd7 6fe081dc fetch 1 ,mem_app_evt_timer_count 
+4dd8 207a0000 rtn blank 
+4dd9 1fe0ffff increase -1 ,pdata 
+4dda 67e081dc store 1 ,mem_app_evt_timer_count 
+4ddb 20406fec call ui_button_polling 
+4ddc 20404e0f call app_lpm_wake_auto_lock_timer 
+4ddd 20406944 call flash_write_spi_sm_timer 
+4dde 6fe14398 fetch 2 ,mem_cb_event_timer 
+4ddf 204075e6 call callback_func 
+4de0 20204dd6 branch app_evt_100ms_loop 
+
+timer_single_step:
+4de1 efe08013 ifetch 1 ,regc 
+4de2 207a0000 rtn blank 
+4de3 1fe0ffff pincrease -1 
+4de4 e7e08013 istore 1 ,regc 
+4de5 247a0000 nrtn blank 
+4de6 1a427e00 copy regb ,pdata 
+4de7 202075e6 branch callback_func 
+
+timer_single_step_2b:
+4de8 efe10013 ifetch 2 ,regc 
+4de9 207a0000 rtn blank 
+4dea 1fe0ffff pincrease -1 
+4deb e7e10013 istore 2 ,regc 
+4dec 247a0000 nrtn blank 
+4ded 1a427e00 copy regb ,pdata 
+4dee 202075e6 branch callback_func 
+
+app_power_timer:
+4def 684943de fetcht 2 ,mem_power_param_ptr 
+4df0 1840a601 add temp ,power_timer_offset ,regc 
+4df1 da404df3 arg app_power_timer_timeout ,regb 
+4df2 20204de1 branch timer_single_step 
+
+app_power_timer_timeout:
+4df3 20404e44 call app_got_power_state_common 
+4df4 c000cdf6 beq power_starting ,app_enter_power_stanby_state 
+
+app_enter_power_off_state:
+4df5 20204e28 branch app_enter_hibernate 
+
+app_enter_power_stanby_state:
+4df6 58000002 setarg power_standby 
+4df7 e7e08013 istore 1 ,regc 
+4df8 1840a408 add temp ,power_standby_cb_offset ,regb 
+
+app_power_cb_common:
+4df9 efe10012 ifetch 2 ,regb 
+4dfa 202075e6 branch callback_func 
+
+app_bb_hibernate:
+4dfb 20404dfd call app_disconn_reason_clear 
+4dfc 20204e28 branch app_enter_hibernate 
+
+app_disconn_reason_clear:
+4dfd 58000000 setarg 0 
+4dfe 67e143a4 store app_disc_rsn_size ,mem_app_disconn_reason 
+4dff 20600000 rtn 
+
+app_disconn_reason_flag_clear:
+4e00 58000000 setarg 0 
+4e01 67e143a6 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+4e02 20600000 rtn 
+
+app_disconn_reason_collect_ble:
+4e03 6fe143a6 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+4e04 79207e07 set1 app_disc_ble ,pdata 
+4e05 67e143a4 store app_disc_rsn_size ,mem_app_disconn_reason 
+4e06 58000000 setarg 0 
+4e07 67e143a6 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+4e08 20600000 rtn 
+
+app_get_lpm_wake_lock:
+4e09 d8e00009 arg wake_lock_app ,queue 
+4e0a 20203c54 branch lpm_get_wake_lock 
+
+app_put_lpm_wake_lock:
+4e0b d8e00009 arg wake_lock_app ,queue 
+4e0c 20203c58 branch lpm_put_wake_lock 
+
+app_lpm_wake_auto_lock:
+4e0d 7043a205 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
+4e0e 20204e09 branch app_get_lpm_wake_lock 
+
+app_lpm_wake_auto_lock_timer:
+4e0f da6043a2 arg mem_wake_up_delay_timer ,regc 
+4e10 da404e0b arg app_put_lpm_wake_lock ,regb 
+4e11 20204de1 branch timer_single_step 
+
+app_ble_start_direct_adv:
+4e12 7004c30f jam bt_cmd_start_direct_adv ,mem_fifo_temp 
+4e13 202070a4 branch ui_ipc_send_cmd 
+
+app_ble_stop_direct_adv:
+4e14 7004c310 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
+4e15 202070a4 branch ui_ipc_send_cmd 
+
+app_ble_stop_adv:
+4e16 7004c30e jam bt_cmd_stop_adv ,mem_fifo_temp 
+4e17 202070a4 branch ui_ipc_send_cmd 
+
+app_ble_start_adv:
+4e18 7004c30d jam bt_cmd_start_adv ,mem_fifo_temp 
+4e19 202070a4 branch ui_ipc_send_cmd 
+
+app_ble_start_scan:
+4e1a 7004c317 jam bt_cmd_le_start_scan ,mem_fifo_temp 
+4e1b 202070a4 branch ui_ipc_send_cmd 
+
+app_ble_stop_scan:
+4e1c 7004c318 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
+4e1d 202070a4 branch ui_ipc_send_cmd 
+
+app_ble_start_conn:
+4e1e 7004c316 jam bt_cmd_le_start_conn ,mem_fifo_temp 
+4e1f 202070a4 branch ui_ipc_send_cmd 
+
+app_ble_disconnect:
+4e20 7004c311 jam bt_cmd_le_disconnect ,mem_fifo_temp 
+4e21 202070a4 branch ui_ipc_send_cmd 
+
+app_led_start_blink:
+4e22 7004c315 jam bt_cmd_led_blink ,mem_fifo_temp 
+4e23 202070a4 branch ui_ipc_send_cmd 
+
+app_led_on:
+4e24 7004c314 jam bt_cmd_led_on ,mem_fifo_temp 
+4e25 202070a4 branch ui_ipc_send_cmd 
+
+app_led_stop_blink:
+
+app_led_off:
+4e26 7004c313 jam bt_cmd_led_off ,mem_fifo_temp 
+4e27 202070a4 branch ui_ipc_send_cmd 
+
+app_enter_hibernate:
+4e28 7004c319 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
+4e29 202070a4 branch ui_ipc_send_cmd 
+
+app_ble_store_reconn_info:
+4e2a 7004c31f jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
+4e2b 202070a4 branch ui_ipc_send_cmd 
+
+app_lpm_mult_enable:
+4e2c 7920000d set1 mark_lpm_mult_enable ,mark 
+4e2d 20600000 rtn 
+
+app_lpm_mult_disable:
+4e2e 793f800d set0 mark_lpm_mult_enable ,mark 
+4e2f 20600000 rtn 
+
+app_button_long_pressed:
+4e30 20404e44 call app_got_power_state_common 
+4e31 c0014e3a beq power_standby ,app_power_shutting_down 
+
+app_power_starting:
+4e32 58000001 setarg power_starting 
+4e33 e7e08013 istore 1 ,regc 
+4e34 1840a203 add temp ,power_starting_timeout_offset ,rega 
+4e35 1840a406 add temp ,power_starting_cb_offset ,regb 
+
+app_power_common:
+4e36 e8408011 ifetcht 1 ,rega 
+4e37 1a60a601 increase 1 ,regc 
+4e38 e0408013 istoret 1 ,regc 
+4e39 20204df9 branch app_power_cb_common 
+
+app_power_shutting_down:
+4e3a 58000000 setarg power_off 
+4e3b e7e08013 istore 1 ,regc 
+4e3c 6fe1442f fetch 2 ,mem_ui_state_map 
+4e3d c304ce40 bbit0 ui_state_ble_connected ,app_power_off_end 
+4e3e 2040477a call le_send_terminate_ind_user_terminated 
+4e3f 20404e20 call app_ble_disconnect 
+
+app_power_off_end:
+4e40 684943de fetcht 2 ,mem_power_param_ptr 
+4e41 1840a202 add temp ,power_off_timeout_offset ,rega 
+4e42 1840a404 add temp ,power_off_cb_offset ,regb 
+4e43 20204e36 branch app_power_common 
+
+app_got_power_state_common:
+4e44 684943de fetcht 2 ,mem_power_param_ptr 
+4e45 1840a600 add temp ,power_state_offset ,regc 
+4e46 efe08013 ifetch 1 ,regc 
+4e47 20600000 rtn 
+
+app_event_button_up:
+4e48 20404e44 call app_got_power_state_common 
+4e49 c0804e4b bne power_off ,app_power_release 
+4e4a 20204e28 branch app_enter_hibernate 
+
+app_power_release:
+4e4b 1840a40a add temp ,ui_butten_up_cb_offset ,regb 
+4e4c 20204df9 branch app_power_cb_common 
+
+car_init:
+4e4d 20406fd3 call enable_authrom 
+4e4e 20758000 rtn wake 
+4e4f 58005056 setarg car_g24_receive_process 
+4e50 67e14523 store 2 ,mem_cb_24g_receive_process 
+4e51 580049ab setarg g24_bind_ackpayload_prep 
+4e52 67e14525 store 2 ,mem_cb_24g_ackpayload 
+4e53 580050ee setarg car_g24_cb_data_device1 
+4e54 67e14527 store 2 ,mem_cb_24g_data_device1 
+4e55 58004eca setarg car_le_before_hibernate 
+4e56 67e1438a store 2 ,mem_cb_before_hibernate 
+4e57 58004ecc setarg car_le_process_lpm_before 
+4e58 67e1438c store 2 ,mem_cb_before_lpm 
+4e59 58004eed setarg car_scale_process_idle 
+4e5a 67e14390 store 2 ,mem_cb_idle_process 
+4e5b 58004f0e setarg car_scale_process_bb_event 
+4e5c 67e14392 store 2 ,mem_cb_bb_event_process 
+4e5d 58004e09 setarg app_get_lpm_wake_lock 
+4e5e 67e14388 store 2 ,mem_cb_check_wakelock 
+4e5f 58004f69 setarg car_le_receive_data 
+4e60 67e14394 store 2 ,mem_cb_att_write 
+4e61 58004f2c setarg car_le_bb_event_timer 
+4e62 67e14398 store 2 ,mem_cb_event_timer 
+4e63 4496c005 bpatch patch05_5 ,mem_patch05 
+4e64 20404eae call car_init_environment 
+4e65 20404efb call car_lpm_timer_enable 
+4e66 2040711d call queue_init 
+4e67 7040c102 jam 2 ,mem_lpm_mult 
+4e68 7048fa00 jam power_on ,mem_car_24g_received_pac 
+4e69 6fe0c6bc fetch 1 ,mem_car_config_soft_switch_enable 
+4e6a 67e0c58b store 1 ,mem_car_hard_soft_switch 
+4e6b c0004e77 beq hard_switch ,car_hard_switch_power_on_signal 
+4e6c 6fe0c6bd fetch 1 ,mem_car_config_soft_switch_gpio 
+4e6d 67e0c432 store 1 ,mem_ui_button_gpio 
+4e6e 70435b00 jam off ,mem_le_adv_enable 
+
+car_soft_switch_power_on_init:
+4e6f 20406fe2 call ui_button_init 
+4e70 20406fec call ui_button_polling 
+4e71 7046e401 jam power_starting ,mem_car_power_state 
+4e72 6fe1442f fetch 2 ,mem_ui_state_map 
+4e73 c3860000 rtnbit1 ui_state_btn_down 
+4e74 20204e28 branch app_enter_hibernate 
+
+car_default_init:
+4e75 20600000 rtn 
+
+car_power_off_signal:
+4e76 20204e95 branch car_ui_led_init 
+
+car_hard_switch_power_on_signal:
+4e77 7046e402 jam power_standby ,mem_car_power_state 
+
+car_soft_switch_power_on_signal:
+4e78 70435b01 jam on ,mem_le_adv_enable 
+4e79 58000020 setarg fast_adv_interval_value_car 
+4e7a 204063c7 call shutter_ble_adv_interval_set 
+
+car_le_modified_name_adv:
+4e7b d8a04233 arg mem_le_name + 7 ,contw 
+4e7c 6fe0c2ae fetch 1 ,mem_le_lap 
+
+car_name_loop:
+4e7d 1fe104f0 and pdata ,0xF0 ,temp 
+4e7e 18518400 rshift4 temp ,temp 
+4e7f 20404e8f call car_hex_to_ascii 
+4e80 e0408005 istoret 1 ,contw 
+4e81 1fe1040f and pdata ,0x0F ,temp 
+4e82 20404e8f call car_hex_to_ascii 
+4e83 e0408005 istoret 1 ,contw 
+4e84 20404130 call le_modified_name_att_list 
+4e85 6848c22b fetcht 1 ,mem_le_name_len 
+4e86 18427200 copy temp ,loopcnt 
+4e87 d8a0431e arg mem_le_adv_data + 2 ,contw 
+4e88 d8c0422c arg mem_le_name ,contr 
+4e89 20407548 call memcpy 
+
+car_le_modified_name_scan:
+4e8a 6848c22b fetcht 1 ,mem_le_name_len 
+4e8b 18427200 copy temp ,loopcnt 
+4e8c d8a0433e arg mem_le_scan_data + 2 ,contw 
+4e8d d8c0422c arg mem_le_name ,contr 
+4e8e 20207548 branch memcpy 
+
+car_hex_to_ascii:
+4e8f 18467c09 sub temp ,9 ,null 
+4e90 20214e93 branch car_hex_num ,positive 
+4e91 18408437 add temp ,55 ,temp 
+4e92 20600000 rtn 
+
+car_hex_num:
+4e93 18408430 add temp ,48 ,temp 
+4e94 20600000 rtn 
+
+car_ui_led_init:
+4e95 6fe0c6b1 fetch 1 ,mem_car_config_blood_led1_gpio 
+4e96 c0ffcea7 bne invalid_pin_num ,car_blood_led_gpio_set 
+
+car_ui_led_init_1:
+4e97 6fe0c6af fetch 1 ,mem_car_config_pairing_led_gpio 
+4e98 c0ffceaa bne invalid_pin_num ,car_pairing_led_gpio_set 
+
+car_ui_led_init_2:
+4e99 6fe0c6ba fetch 1 ,mem_car_config_low_voltage_led_gpio 
+4e9a c0ffceac bne invalid_pin_num ,car_low_voltage_led_gpio_set 
+
+car_ui_led_init_3:
+4e9b 6fe0c61d fetch 1 ,mem_car_led_num 
+4e9c 1fe27200 copy pdata ,loopcnt 
+4e9d 5800461e setarg mem_car_led_map 
+4e9e 1fe22200 copy pdata ,rega 
+
+car_in_lp1:
+4e9f 1a220c00 copy rega ,contr 
+4ea0 efe08006 ifetch 1 ,contr 
+4ea1 18c22200 copy contr ,rega 
+4ea2 c07fcea5 beq invalid_pin_num ,car_in_lp1_end 
+4ea3 1fe20400 copy pdata ,temp 
+4ea4 20406c43 call gpio_config_output 
+
+car_in_lp1_end:
+4ea5 c2004e9f loop car_in_lp1 
+
+car_ui_led_init_end:
+4ea6 20600000 rtn 
+
+car_blood_led_gpio_set:
+4ea7 6fe446b1 fetch 8 ,mem_car_config_blood_led1_gpio 
+4ea8 67e44620 store 8 ,mem_car_led_map + 2 
+4ea9 20204e97 branch car_ui_led_init_1 
+
+car_pairing_led_gpio_set:
+4eaa 67e0c61e store 1 ,mem_car_led_map 
+4eab 20204e99 branch car_ui_led_init_2 
+
+car_low_voltage_led_gpio_set:
+4eac 67e0c61f store 1 ,mem_car_led_map + 1 
+4ead 20204e9b branch car_ui_led_init_3 
+
+car_init_environment:
+4eae 20405052 call car_g24_init 
+4eaf 204050d0 call car_g24_load_commom_addr 
+4eb0 da200000 arg 0 ,rega 
+4eb1 20406d6e call pwm_init 
+4eb2 20404e95 call car_ui_led_init 
+4eb3 20404f03 call car_start_blink 
+4eb4 20404ec8 call car_init_adc_hvin 
+4eb5 20204eb7 branch car_motor_init 
+
+car_read_otp_addr:
+4eb6 20600000 rtn 
+
+car_motor_init:
+4eb7 6fe0c8e7 fetch 1 ,mem_car_motor_gpio_num 
+4eb8 1fe27200 copy pdata ,loopcnt 
+4eb9 580048e8 setarg mem_car_motor_gpio_map 
+4eba 1fe22200 copy pdata ,rega 
+
+p_in_lp1:
+4ebb 1a220c00 copy rega ,contr 
+4ebc efe08006 ifetch 1 ,contr 
+4ebd 18c22200 copy contr ,rega 
+4ebe c07fcec2 beq invalid_pin_num ,p_in_lp1_end 
+4ebf 1fe20400 copy pdata ,temp 
+4ec0 67e0c8ec store 1 ,mem_car_gpio 
+4ec1 20404ec4 call car_ui_gpio_init 
+
+p_in_lp1_end:
+4ec2 c2004ebb loop p_in_lp1 
+
+p_car_ui_led_init_end:
+4ec3 20600000 rtn 
+
+car_ui_gpio_init:
+4ec4 6fe0c8ec fetch 1 ,mem_car_gpio 
+4ec5 c17f8000 rtneq ui_button_gpio_disable 
+4ec6 98000400 iforce temp 
+4ec7 20206c43 branch gpio_config_output 
+
+car_init_adc_hvin:
+4ec8 7046c064 jam 100 ,mem_car_notify_vdd_value_last 
+4ec9 20600000 rtn 
+
+car_le_before_hibernate:
+4eca 20404ecd call car_gpio_set_before_hibernate 
+4ecb 2040765e call clear_wake 
+
+car_le_process_lpm_before:
+4ecc 20206d34 branch keyscan_process_lpm_before 
+
+car_gpio_set_before_hibernate:
+4ecd 204070fb call check_51cmd_led_off 
+
+car_gpio_set_before_lpm_common:
+4ece df200014 arg 20 ,loopcnt 
+4ecf d8c08070 arg core_gpio_conf ,contr 
+
+car_setgpio_loop:
+4ed0 18c20a00 copy contr ,contw 
+4ed1 efe08006 ifetch 1 ,contr 
+4ed2 c00fcedd beq gpcfg_spid_miso ,car_setgpio_pullup 
+4ed3 c0104edd beq gpcfg_spid_ncs ,car_setgpio_pullup 
+4ed4 c010cedd beq gpcfg_spid_sck ,car_setgpio_pullup 
+4ed5 c0114edd beq gpcfg_spid_mosi ,car_setgpio_pullup 
+4ed6 c011cedd beq gpcfg_spid_sdio ,car_setgpio_pullup 
+4ed7 c0164edd beq gpcfg_iic_scl ,car_setgpio_pullup 
+4ed8 c016cedd beq gpcfg_iic_sda ,car_setgpio_pullup 
+4ed9 c0004edd beq gpcfg_input ,car_setgpio_pullup 
+
+car_setgpio_loop_end:
+4eda c2004ed0 loop car_setgpio_loop 
+4edb 20404ee3 call car_motor_setgpio 
+4edc 20600000 rtn 
+
+car_setgpio_pullup:
+4edd 58000040 setarg gpcfg_pullup 
+4ede e7e08005 istore 1 ,contw 
+4edf 20204eda branch car_setgpio_loop_end 
+
+car_setgpio_pulldown:
+4ee0 58000080 setarg gpcfg_pulldown 
+4ee1 e7e08005 istore 1 ,contw 
+4ee2 20204eda branch car_setgpio_loop_end 
+
+car_motor_setgpio:
+4ee3 6fe0c8e7 fetch 1 ,mem_car_motor_gpio_num 
+4ee4 1fe27200 copy pdata ,loopcnt 
+4ee5 d8c048e8 arg mem_car_motor_gpio_map ,contr 
+
+car_motor_setgpio_loop:
+4ee6 efe08006 ifetch 1 ,contr 
+4ee7 79207e07 set1 7 ,pdata 
+4ee8 d840003e arg gpcfg_output_low ,temp 
+4ee9 20406c67 call gpio_config_function 
+4eea c2004ee6 loop car_motor_setgpio_loop 
+4eeb 20600000 rtn 
+
+car_key_scan_process:
+4eec 20206d40 branch keyscan_key_process 
+
+car_scale_process_idle:
+4eed 20404f05 call car_le_send_packet 
+4eee 20404ef0 call car_g24_status_process 
+4eef 20204eec branch car_key_scan_process 
+
+car_g24_status_process:
+4ef0 6fe1442f fetch 2 ,mem_ui_state_map 
+4ef1 c3848000 rtnbit1 ui_state_ble_connected 
+4ef2 6fe0c8fa fetch 1 ,mem_car_24g_received_pac 
+4ef3 c000cef5 beq work_paired ,car_g24_connected_event 
+4ef4 20600000 rtn 
+
+car_g24_connected_event:
+4ef5 6fe0c6db fetch 1 ,mem_car_24g_status 
+4ef6 c1008000 rtneq work_paired 
+4ef7 7046db01 jam work_paired ,mem_car_24g_status 
+4ef8 20404eff call car_lpm_timer_disable 
+4ef9 20404f01 call car_stop_blink 
+4efa 20204f18 branch car_g24_connected 
+
+car_lpm_timer_enable:
+4efb 6fe148ff fetch 2 ,mem_car_enter_lpm_timer_count 
+4efc 67e14901 store 2 ,mem_car_enter_lpm_timer 
+4efd 70490300 jam 0 ,mem_car_enter_lpm_flag 
+4efe 20600000 rtn 
+
+car_lpm_timer_disable:
+4eff 58000000 setarg 0 
+4f00 20204efc branch car_lpm_timer_enable + 1 
+
+car_stop_blink:
+4f01 da200000 arg 0 ,rega 
+4f02 2020702b branch ui_led_blink_stop_global 
+
+car_start_blink:
+4f03 da200000 arg 0 ,rega 
+4f04 20207030 branch ui_led_blink_start_global 
+
+car_le_send_packet:
+4f05 6fe1442f fetch 2 ,mem_ui_state_map 
+4f06 c4048000 rtnbit0 ui_state_ble_connected 
+4f07 20404203 call le_fifo_check_nearly_full 
+4f08 247a0000 nrtn blank 
+4f09 da204609 arg mem_car_pop_queue_buff ,rega 
+4f0a 2040713a call queue_pop 
+4f0b 24740000 nrtn user 
+4f0c d8c04609 arg mem_car_pop_queue_buff ,contr 
+4f0d 202063cb branch le_send_notify_from_list 
+
+car_scale_process_bb_event:
+4f0e 1a627e00 copy regc ,pdata 
+4f0f c016ce48 beq bt_evt_button_up ,app_event_button_up 
+4f10 c0084e30 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+4f11 c00a4f14 beq bt_evt_le_connected ,car_scale_event_le_conn 
+4f12 c00acf1e beq bt_evt_le_disconnected ,car_scale_event_le_discon 
+4f13 20600000 rtn 
+
+car_scale_event_le_conn:
+4f14 20404eff call car_lpm_timer_disable 
+4f15 20404f01 call car_stop_blink 
+4f16 793f8027 set0 mark_24g_rxmode ,mark 
+4f17 20204f1a branch car_scale_process_conn 
+
+car_g24_connected:
+4f18 6fe146dc fetch 2 ,mem_car_24g_no_data_timeout_count 
+4f19 67e146de store 2 ,mem_car_24g_no_data_timeout_timer 
+
+car_scale_process_conn:
+4f1a 7046bf14 jam 0x14 ,mem_car_notify_vdd_timer 
+4f1b 70409400 jam 0 ,mem_lpm_mode 
+4f1c 20404e16 call app_ble_stop_adv 
+4f1d 20204e2c branch app_lpm_mult_enable 
+
+car_scale_event_le_discon:
+4f1e 79200027 set1 mark_24g_rxmode ,mark 
+4f1f 20404efb call car_lpm_timer_enable 
+4f20 20405006 call car_fb_motor_stop 
+4f21 20404ffa call car_lr_motor_stop 
+
+car_g24_disconnect:
+4f22 58000000 setarg 0 
+4f23 67e2c68d store 5 ,mem_car_led_control 
+4f24 2040711d call queue_init 
+4f25 70464f0a jam 10 ,mem_motor1_speed 
+4f26 7046510a jam 10 ,mem_motor2_speed 
+4f27 7046530a jam 10 ,mem_motor3_speed 
+4f28 7040c102 jam 2 ,mem_lpm_mult 
+4f29 58000020 setarg fast_adv_interval_value_car 
+4f2a 204063c7 call shutter_ble_adv_interval_set 
+4f2b 20204e18 branch app_ble_start_adv 
+
+car_le_bb_event_timer:
+4f2c 20404fa7 call car_moto1_blank_data_timer 
+4f2d 20404faa call car_moto2_blank_data_timer 
+4f2e 20404fad call car_moto3_blank_data_timer 
+4f2f 20404f39 call car_24g_no_data_timeout_timer 
+4f30 20204f31 branch car_24g_bind_enable_timer 
+
+car_24g_bind_enable_timer:
+4f31 da6048fb arg mem_car_24g_bind_enable_delay_count ,regc 
+4f32 da400000 arg 0 ,regb 
+4f33 20204de1 branch timer_single_step 
+
+car_enter_lpm_timer:
+4f34 da604901 arg mem_car_enter_lpm_timer ,regc 
+4f35 da404f37 arg car_enter_lpm_enable ,regb 
+4f36 20204de8 branch timer_single_step_2b 
+
+car_enter_lpm_enable:
+4f37 70490301 jam 1 ,mem_car_enter_lpm_flag 
+4f38 20600000 rtn 
+
+car_24g_no_data_timeout_timer:
+4f39 da6046de arg mem_car_24g_no_data_timeout_timer ,regc 
+4f3a da404f3c arg car_24g_no_data_timer_timeout ,regb 
+4f3b 20204de8 branch timer_single_step_2b 
+
+car_24g_no_data_timer_timeout:
+4f3c 7046db02 jam work_search ,mem_car_24g_status 
+4f3d 7048fa00 jam power_on ,mem_car_24g_received_pac 
+4f3e 20204f22 branch car_g24_disconnect 
+
+car_notify_vdd_timer:
+4f3f 6fe0c6b9 fetch 1 ,mem_car_config_bat_notify_enable 
+4f40 207a0000 rtn blank 
+4f41 da6046bf arg mem_car_notify_vdd_timer ,regc 
+4f42 da404f44 arg car_notify_vdd ,regb 
+4f43 20204de1 branch timer_single_step 
+
+car_notify_vdd:
+4f44 6fe0c6be fetch 1 ,mem_car_notify_vdd_count 
+4f45 67e0c6bf store 1 ,mem_car_notify_vdd_timer 
+4f46 6fe0c6c2 fetch 1 ,mem_car_working_flag 
+4f47 247a0000 nrtn blank 
+
+car_read_hvin:
+4f48 20406cc0 call vdd_calculate_by_mode 
+4f49 67e146d9 store 2 ,mem_vdd_now_vol 
+4f4a da2046d3 arg mem_vdd_calculate_set ,rega 
+4f4b 20406cef call adc_bat_percent_lowpower_out 
+4f4c 6848c6c0 fetcht 1 ,mem_car_notify_vdd_value_last 
+4f4d 98467c00 isub temp ,null 
+4f4e 20214f51 branch car_notify_vdd_next2 ,positive 
+4f4f 67e0c6c0 store 1 ,mem_car_notify_vdd_value_last 
+4f50 1fe20400 copy pdata ,temp 
+
+car_notify_vdd_next2:
+4f51 6048c6c1 storet 1 ,mem_car_notify_vdd_percent 
+4f52 6fe0c6bb fetch 1 ,mem_car_config_low_voltage_percent 
+4f53 98467c00 isub temp ,null 
+4f54 20414f5c call car_enter_low_bat ,positive 
+4f55 6048c6cc storet 1 ,mem_notify_bat_payload 
+4f56 df200006 arg 6 ,loopcnt 
+4f57 d8c046c7 arg mem_notify_bat_head ,contr 
+4f58 20404f63 call calc_check_sum_start 
+4f59 67e0c6cd store 1 ,mem_notify_bat_check_sum 
+4f5a da2046c4 arg mem_notify_bat_packet ,rega 
+4f5b 20207122 branch queue_push 
+
+car_enter_low_bat:
+4f5c 6fe0c6c3 fetch 1 ,mem_low_bat_flag 
+4f5d 247a0000 nrtn blank 
+4f5e 7046c301 jam 1 ,mem_low_bat_flag 
+4f5f da200001 arg 1 ,rega 
+4f60 20207030 branch ui_led_blink_start_global 
+
+car_low_bat_led_off:
+4f61 da200001 arg 1 ,rega 
+4f62 2020702b branch ui_led_blink_stop_global 
+
+calc_check_sum_start:
+4f63 da200000 arg 0 ,rega 
+
+calc_check_sum_loop:
+4f64 efe08006 ifetch 1 ,contr 
+4f65 9a20a200 iadd rega ,rega 
+4f66 c2004f64 loop calc_check_sum_loop 
+
+calc_check_sum_and:
+4f67 1a217eff and rega ,0xff ,pdata 
+4f68 20600000 rtn 
+
+car_le_receive_data:
+4f69 6fe0c36a fetch 1 ,mem_le_att_opcode 
+4f6a c0094f6c beq attop_write_request ,car_le_parse_att_write_request 
+4f6b 20600000 rtn 
+
+car_le_parse_att_write_request:
+4f6c 6fe1436b fetch 2 ,mem_le_att_handle 
+4f6d c00ccf83 beq att_car_control_handle ,car_control_le_receive 
+4f6e 20600000 rtn 
+
+le_app_receive_data:
+4f6f 44974005 bpatch patch05_6 ,mem_patch05 
+4f70 efe28011 ifetch 5 ,rega 
+4f71 67e28546 store 5 ,mem_app_receive_temp 
+4f72 6fe10546 fetch 2 ,mem_app_receive_temp 
+4f73 d8406b5a arg le_receive_packet_head ,temp 
+4f74 98467c00 isub temp ,null 
+4f75 24628000 nrtn zero 
+4f76 6fe10549 fetch 2 ,mem_app_receive_temp + 3 
+4f77 1ff0fe00 byteswap pdata ,pdata 
+4f78 67e10549 store 2 ,mem_app_receive_temp + 3 
+4f79 1fe27200 copy pdata ,loopcnt 
+4f7a 1a20a205 increase 5 ,rega 
+4f7b 1a220c00 copy rega ,contr 
+4f7c d8a0054b arg mem_app_receive_temp + 5 ,contw 
+4f7d 20407548 call memcpy 
+4f7e efe08006 ifetch 1 ,contr 
+4f7f 67e08555 store 1 ,mem_app_receive_temp + 15 
+4f80 da200548 arg mem_app_receive_temp + 2 ,rega 
+4f81 da40054b arg mem_app_receive_temp + 5 ,regb 
+4f82 20600000 rtn 
+
+car_control_le_receive:
+4f83 58000000 setarg 0 
+4f84 67e2c643 store 5 ,mem_le_receive_payload 
+4f85 67e2c648 store 5 ,mem_le_receive_payload + 5 
+4f86 20404f6f call le_app_receive_data 
+4f87 1a420c00 copy regb ,contr 
+4f88 d8a04643 arg mem_le_receive_payload ,contw 
+4f89 df20000a arg 10 ,loopcnt 
+4f8a 20407548 call memcpy 
+
+car_receive_cmd_select:
+4f8b 4497c005 bpatch patch05_7 ,mem_patch05 
+4f8c efe08011 ifetch 1 ,rega 
+4f8d c0014fb6 beq car_cmd_old_car_control ,car_drive_old 
+4f8e c001cfcb beq car_cmd_old_speed_control ,car_speed_set_old 
+4f8f c0024fd2 beq car_cmd_l_r_motor_control ,car_motor_control 
+4f90 c002cfd2 beq car_cmd_f_b_motor_control ,car_motor_control 
+4f91 c0035042 beq car_cmd_ir_control ,car_ir_data_rx_from_app 
+4f92 c003d043 beq car_cmd_led_control ,car_led_control_receive 
+4f93 c0045046 beq car_cmd_device_info ,car_info_request 
+4f94 20600000 rtn 
+
+car_24g_receive_data:
+4f95 20404f83 call car_control_le_receive 
+4f96 6fe08548 fetch 1 ,mem_app_receive_temp + 2 
+4f97 c0024f9a beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
+4f98 c002cf9a beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
+4f99 20600000 rtn 
+
+car_24g_receive_data_next:
+4f9a 6fe0c643 fetch 1 ,mem_le_receive_payload 
+4f9b 245a4fa1 ncall car_moto1_enable_blank_data_timer ,blank 
+4f9c 6fe0c645 fetch 1 ,mem_le_receive_payload + 2 
+4f9d 245a4fa3 ncall car_moto2_enable_blank_data_timer ,blank 
+4f9e 6fe0c647 fetch 1 ,mem_le_receive_payload + 4 
+4f9f 245a4fa5 ncall car_moto3_enable_blank_data_timer ,blank 
+4fa0 20600000 rtn 
+
+car_moto1_enable_blank_data_timer:
+4fa1 7048e405 jam 5 ,mem_car_moto1_blank_timer 
+4fa2 20600000 rtn 
+
+car_moto2_enable_blank_data_timer:
+4fa3 7048e505 jam 5 ,mem_car_moto2_blank_timer 
+4fa4 20600000 rtn 
+
+car_moto3_enable_blank_data_timer:
+4fa5 7048e605 jam 5 ,mem_car_moto3_blank_timer 
+4fa6 20600000 rtn 
+
+car_moto1_blank_data_timer:
+4fa7 da6048e4 arg mem_car_moto1_blank_timer ,regc 
+4fa8 da404fb0 arg car_moto1_blank_data ,regb 
+4fa9 20204de1 branch timer_single_step 
+
+car_moto2_blank_data_timer:
+4faa da6048e5 arg mem_car_moto2_blank_timer ,regc 
+4fab da404fb2 arg car_moto2_blank_data ,regb 
+4fac 20204de1 branch timer_single_step 
+
+car_moto3_blank_data_timer:
+4fad da6048e6 arg mem_car_moto3_blank_timer ,regc 
+4fae da404fb4 arg car_moto3_blank_data ,regb 
+4faf 20204de1 branch timer_single_step 
+
+car_moto1_blank_data:
+4fb0 70464300 jam 0 ,mem_le_receive_payload 
+4fb1 20204fd2 branch car_motor_control 
+
+car_moto2_blank_data:
+4fb2 70464500 jam 0 ,mem_le_receive_payload + 2 
+4fb3 20204fd2 branch car_motor_control 
+
+car_moto3_blank_data:
+4fb4 70464700 jam 0 ,mem_le_receive_payload + 4 
+4fb5 20204fd2 branch car_motor_control 
+
+car_drive_old:
+4fb6 6fe0c643 fetch 1 ,mem_le_receive_payload 
+4fb7 67e0c64e store 1 ,mem_motor1_status 
+4fb8 6fe0c644 fetch 1 ,mem_le_receive_payload + 1 
+4fb9 67e0c650 store 1 ,mem_motor2_status 
+4fba 20204fdc branch car_motor_control_common 
+
+car_left_right_control_old:
+4fbb 6fe0c643 fetch 1 ,mem_le_receive_payload 
+4fbc 67e0c650 store 1 ,mem_motor2_status 
+4fbd 20204fea branch car_motor2_control 
+
+car_front_back_control_old:
+4fbe 6fe0c64f fetch 1 ,mem_motor1_speed 
+4fbf 20404fc3 call car_reset_old_speed 
+4fc0 6fe0c644 fetch 1 ,mem_le_receive_payload + 1 
+4fc1 67e0c64e store 1 ,mem_motor1_status 
+4fc2 20204fe8 branch car_motor1_control 
+
+car_reset_old_speed:
+4fc3 c0014fc7 beq speed_level_2 ,car_reset_old_speed2 
+4fc4 c001cfc9 beq speed_level_3 ,car_reset_old_speed3 
+4fc5 67e0c64f store 1 ,mem_motor1_speed 
+4fc6 20600000 rtn 
+
+car_reset_old_speed2:
+4fc7 70464f05 jam speed_level_5 ,mem_motor1_speed 
+4fc8 20600000 rtn 
+
+car_reset_old_speed3:
+4fc9 70464f0a jam speed_level_10 ,mem_motor1_speed 
+4fca 20600000 rtn 
+
+car_speed_set_old:
+4fcb 6fe0c643 fetch 1 ,mem_le_receive_payload 
+4fcc 20404fc3 call car_reset_old_speed 
+4fcd 6fe0c64f fetch 1 ,mem_motor1_speed 
+4fce 20405036 call car_motor_speed_duty_setting 
+4fcf 20405039 call car_motor_speed_duty_transform 
+4fd0 7004c500 jam 0x00 ,mem_pdatatemp + 1 
+4fd1 20206d93 branch pwm_duty_cycle_set 
+
+car_motor_control:
+4fd2 6fe0c6e1 fetch 1 ,mem_car_24g_go_die_flag 
+4fd3 247a0000 nrtn blank 
+4fd4 6fe34643 fetch 6 ,mem_le_receive_payload 
+4fd5 67e3464e store 6 ,mem_motor1_status 
+4fd6 6fe0c64f fetch 1 ,mem_motor1_speed 
+4fd7 6848c651 fetcht 1 ,mem_motor2_speed 
+4fd8 98417e00 iand temp ,pdata 
+4fd9 6848c653 fetcht 1 ,mem_motor3_speed 
+4fda 98417e00 iand temp ,pdata 
+4fdb 205a4fee call car_motor_working_flag ,blank 
+
+car_motor_control_common:
+4fdc 44984006 bpatch patch06_0 ,mem_patch06 
+4fdd 6fe1442f fetch 2 ,mem_ui_state_map 
+4fde 2feffe09 isolate1 ui_state_ble_connected ,pdata 
+4fdf 2440cefb ncall car_lpm_timer_enable ,true 
+4fe0 20404fe8 call car_motor1_control 
+4fe1 20404fea call car_motor2_control 
+4fe2 20204fe3 branch car_conn_led_state 
+
+car_conn_led_state:
+4fe3 6fe0c64e fetch 1 ,mem_motor1_status 
+4fe4 6848c650 fetcht 1 ,mem_motor2_status 
+4fe5 9840fe00 iadd temp ,pdata 
+4fe6 243a70fd nbranch check_51cmd_led_on ,blank 
+4fe7 202070fb branch check_51cmd_led_off 
+
+car_motor1_control:
+4fe8 d8c0464e arg mem_motor1_status ,contr 
+4fe9 20204ff0 branch car_motor1_status_select 
+
+car_motor2_control:
+4fea d8c04650 arg mem_motor2_status ,contr 
+4feb 20204ff5 branch car_motor2_status_select 
+
+car_motor3_control:
+4fec d8c04652 arg mem_motor3_status ,contr 
+4fed 20205012 branch car_motor_status_select 
+
+car_motor_working_flag:
+4fee 7046c200 jam 0 ,mem_car_working_flag 
+4fef 20600000 rtn 
+
+car_motor1_status_select:
+4ff0 efe08006 ifetch 1 ,contr 
+4ff1 c0004ffa beq turn_front ,car_lr_motor_stop 
+4ff2 c000cffe beq turn_left ,car_lr_motor_left 
+4ff3 c0015002 beq turn_right ,car_lr_motor_right 
+4ff4 20600000 rtn 
+
+car_motor2_status_select:
+4ff5 efe08006 ifetch 1 ,contr 
+4ff6 c0005006 beq motor_stop ,car_fb_motor_stop 
+4ff7 c001500a beq go_back ,car_fb_motor_front 
+4ff8 c000d00e beq go_front ,car_fb_motor_back 
+4ff9 20600000 rtn 
+
+car_lr_motor_stop:
+4ffa 6848c8e8 fetcht 1 ,mem_car_motor_left_gpio 
+4ffb 20406c3f call gpio_out_inactive 
+4ffc 6848c8e9 fetcht 1 ,mem_car_motor_right_gpio 
+4ffd 20206c3f branch gpio_out_inactive 
+
+car_lr_motor_left:
+4ffe 6848c8e8 fetcht 1 ,mem_car_motor_left_gpio 
+4fff 20406c43 call gpio_out_active 
+5000 6848c8e9 fetcht 1 ,mem_car_motor_right_gpio 
+5001 20206c3f branch gpio_out_inactive 
+
+car_lr_motor_right:
+5002 6848c8e8 fetcht 1 ,mem_car_motor_left_gpio 
+5003 20406c3f call gpio_out_inactive 
+5004 6848c8e9 fetcht 1 ,mem_car_motor_right_gpio 
+5005 20206c43 branch gpio_out_active 
+
+car_fb_motor_stop:
+5006 6848c8ea fetcht 1 ,mem_car_motor_front_gpio 
+5007 20406c3f call gpio_out_inactive 
+5008 6848c8eb fetcht 1 ,mem_car_motor_back_gpio 
+5009 20206c3f branch gpio_out_inactive 
+
+car_fb_motor_front:
+500a 6848c8ea fetcht 1 ,mem_car_motor_front_gpio 
+500b 20406c43 call gpio_out_active 
+500c 6848c8eb fetcht 1 ,mem_car_motor_back_gpio 
+500d 20206c3f branch gpio_out_inactive 
+
+car_fb_motor_back:
+500e 6848c8ea fetcht 1 ,mem_car_motor_front_gpio 
+500f 20406c3f call gpio_out_inactive 
+5010 6848c8eb fetcht 1 ,mem_car_motor_back_gpio 
+5011 20206c43 branch gpio_out_active 
+
+car_motor_status_select:
+5012 4498c006 bpatch patch06_1 ,mem_patch06 
+5013 efe08006 ifetch 1 ,contr 
+5014 c000501f beq motor_stop ,car_motor_stop 
+5015 c000d018 beq go_front ,car_motor_positive 
+5016 c001501a beq go_back ,car_motor_negative 
+5017 20600000 rtn 
+
+car_motor_positive:
+5018 70466c00 jam 0 ,mem_motor_select_p_n 
+5019 2020501b branch car_motor_negative + 1 
+
+car_motor_negative:
+501a 70466c01 jam 1 ,mem_motor_select_p_n 
+501b efe08006 ifetch 1 ,contr 
+501c 67e0c66e store 1 ,mem_car_motor_speed 
+501d efe40012 ifetch 8 ,regb 
+501e 20205024 branch car_motor_work 
+
+car_motor_stop:
+501f efe08012 ifetch 1 ,regb 
+5020 20406dd6 call pwm_disable 
+5021 1a40a401 increase 1 ,regb 
+5022 efe08012 ifetch 1 ,regb 
+5023 20206dd6 branch pwm_disable 
+
+car_motor_work:
+5024 67e4466f store 8 ,mem_motor_pwm_pin1_set 
+5025 7046c201 jam 1 ,mem_car_working_flag 
+5026 6fe0c66c fetch 1 ,mem_motor_select_p_n 
+5027 c0005032 beq 0 ,car_motor_select_positive 
+
+car_motor_select_negative:
+5028 6fe0c670 fetch 1 ,mem_motor_pwm_pin2_set 
+5029 67e0c671 store 1 ,mem_motor_pwm_pin_set 
+502a 6fe0c66f fetch 1 ,mem_motor_pwm_pin1_set 
+
+car_motor_work_next:
+502b 20406dd6 call pwm_disable 
+502c 6fe0c66e fetch 1 ,mem_car_motor_speed 
+502d 20405036 call car_motor_speed_duty_setting 
+502e 67e0c676 store 1 ,mem_motor_pwm_dute_set 
+502f 6fe34671 fetch 6 ,mem_motor_pwm_pin_set 
+5030 67e304c4 store 6 ,mem_pdatatemp 
+5031 20206d7f branch pwm_out_set 
+
+car_motor_select_positive:
+5032 6fe0c66f fetch 1 ,mem_motor_pwm_pin1_set 
+5033 67e0c671 store 1 ,mem_motor_pwm_pin_set 
+5034 6fe0c670 fetch 1 ,mem_motor_pwm_pin2_set 
+5035 2020502b branch car_motor_work_next 
+
+car_motor_speed_duty_setting:
+5036 1feffe05 mul32 pdata ,5 ,pdata 
+5037 1fe0fe32 add pdata ,50 ,pdata 
+5038 20600000 rtn 
+
+car_motor_speed_duty_transform:
+5039 d8402ee0 arg 12000 ,temp 
+503a 984ffe00 imul32 temp ,pdata 
+503b 1fe6fc64 div pdata ,100 
+503c 204075d0 call wait_div_end 
+503d 18078400 quotient temp 
+503e 18422200 copy temp ,rega 
+503f 58002ee0 setarg 12000 
+5040 98462400 isub temp ,regb 
+5041 20600000 rtn 
+
+car_ir_data_rx_from_app:
+5042 20600000 rtn 
+
+car_led_control_receive:
+5043 6fe44643 fetch 8 ,mem_le_receive_payload 
+5044 67e4468d store 8 ,mem_car_led_control 
+5045 20600000 rtn 
+
+car_info_request:
+5046 6fe0c6aa fetch 1 ,mem_car_config_device_select 
+5047 67e0c6a0 store 1 ,mem_car_info_request_payload 
+5048 6fe0c6ab fetch 1 ,mem_car_config_motor_layout 
+5049 67e0c6a1 store 1 ,mem_car_info_request_payload + 1 
+504a 6fe0c6ac fetch 1 ,mem_car_config_ir_enable 
+504b 67e0c6a2 store 1 ,mem_car_info_request_payload + 2 
+504c df20000d arg 13 ,loopcnt 
+504d d8c0469b arg mem_car_info_request_head ,contr 
+504e 20404f63 call calc_check_sum_start 
+504f 67e0c6a8 store 1 ,mem_car_info_request_checksum 
+5050 da204698 arg mem_car_info_request ,rega 
+5051 20207122 branch queue_push 
+
+car_g24_init:
+5052 58000000 setarg 0 
+5053 67e4451b store 8 ,mem_24g_bind_payload 
+5054 20404a34 call g24_receive_init 
+5055 20204a95 branch g24_mode_switch_init 
+
+car_g24_receive_process:
+5056 2040505a call car_g24_mode_switch 
+5057 20405062 call car_g24_work_mode 
+5058 204050a3 call car_g24_bind_mode 
+5059 202050f5 branch car_g24_lpm_dipatch 
+
+car_g24_mode_switch:
+505a 20404a9a call g24_mode_switch_bind_work 
+
+car_g24_bind_mode_enable:
+505b 6fe0c559 fetch 1 ,mem_24g_work_mode 
+505c c1808000 rtnne dongle_bind 
+505d 6fe0c8fb fetch 1 ,mem_car_24g_bind_enable_delay_count 
+505e 243a4af1 nbranch g24_switch_work_mode ,blank 
+505f 6fe0c6db fetch 1 ,mem_car_24g_status 
+5060 c0014af1 beq work_search ,g24_switch_work_mode 
+5061 20600000 rtn 
+
+car_g24_work_mode:
+5062 6fe0c559 fetch 1 ,mem_24g_work_mode 
+5063 c1800000 rtnne dongle_work 
+5064 20405071 call car_g24_work_mode_start 
+5065 2037d06f branch car_g24_ch_polling_clear ,user3 
+
+car_g24_receive_ch_polling:
+5066 6fe0c903 fetch 1 ,mem_car_enter_lpm_flag 
+5067 207a0000 rtn blank 
+5068 6fe0c904 fetch 1 ,mem_car_24g_ch_polling 
+5069 1fe0fe01 increase 1 ,pdata 
+506a 67e0c904 store 1 ,mem_car_24g_ch_polling 
+506b c002506f beq 4 ,car_g24_ch_polling_clear 
+506c 204048cc call g24_ch 
+506d 20405082 call car_g24_receive_packet_start 
+506e 2437d066 nbranch car_g24_receive_ch_polling ,user3 
+
+car_g24_ch_polling_clear:
+506f 70490400 jam 0 ,mem_car_24g_ch_polling 
+5070 20600000 rtn 
+
+car_g24_work_mode_start:
+5071 6fe0c559 fetch 1 ,mem_24g_work_mode 
+5072 c1800000 rtnne dongle_work 
+5073 20405076 call car_g24_work_init 
+5074 20404ba7 call g24_ch_process 
+5075 20205082 branch car_g24_receive_packet_start 
+
+car_g24_work_init:
+5076 6fe0c558 fetch 1 ,mem_24g_mode_init 
+5077 c3800000 rtnbit1 dongle_work 
+5078 79207e00 set1 dongle_work ,pdata 
+5079 67e0c558 store 1 ,mem_24g_mode_init 
+507a 6fe0c566 fetch 1 ,mem_tx_power_temp 
+507b 67e0c116 store 1 ,mem_tx_power 
+507c 70455400 jam 0 ,mem_24g_ackpayload_enable 
+507d 70076100 jam 0 ,mem_usb_tx_enable 
+507e 70454d01 jam 1 ,mem_24g_abort_packet 
+507f 7044c400 jam 0 ,mem_24g_pid 
+5080 6fe2491d fetch 4 ,mem_car_24g_commom_addr 
+5081 20204aed branch g24_work_init + 11 
+
+car_g24_receive_packet_start:
+5082 20404a84 call g24_receive_transmit_ack 
+5083 2437ca54 nbranch g24_rx_interrupt_clear ,user3 
+
+p_g24_receive_packet_parse:
+5084 20404a76 call g24_receive_packet_parse_pid_crc 
+5085 24344a54 nbranch g24_rx_interrupt_clear ,user 
+5086 6fe0c4c3 fetch 1 ,mem_24g_rxdata_length 
+5087 203a4a54 branch g24_rx_interrupt_clear ,blank 
+5088 1fe0fe02 increase 2 ,pdata 
+5089 98007200 iforce loopcnt 
+508a d8c0443d arg mem_24g_rxbuf ,contr 
+508b d8a0452b arg mem_24g_rxdata_temp ,contw 
+508c 20407548 call memcpy 
+508d 70455600 jam 0 ,mem_24g_mode_switch 
+508e 6fe0c553 fetch 1 ,mem_24g_pair_mode 
+508f 205a4a91 call g24_enable_nodata_timer ,blank 
+5090 6fe0c52d fetch 1 ,mem_24g_rxdata_temp + 2 
+5091 c07fd094 beq datatype_attemp ,car_g24_data_attemp 
+5092 c000d096 beq datatype_device1 ,car_g24_data_device1 
+5093 20204a51 branch g24_receive_packet_parse + 14 
+
+car_g24_data_attemp:
+5094 204070fd call check_51cmd_led_on 
+5095 20204c20 branch g24_data_attemp 
+
+car_g24_data_device1:
+5096 20404bbd call g24_ch_timer_reinit 
+5097 6fe0c54d fetch 1 ,mem_24g_abort_packet 
+5098 6848c52b fetcht 1 ,mem_24g_rxdata_temp 
+5099 284ffe03 isolate1 bit_abort ,temp 
+509a 7920fe00 setflag true ,0 ,pdata 
+509b 67e0c54d store 1 ,mem_24g_abort_packet 
+509c c000d09e beq 1 ,car_g24_data_attemp_device1_abort 
+509d 20204a61 branch g24_data_device1 + 7 
+
+car_g24_data_attemp_device1_abort:
+509e 6fe0c095 fetch 1 ,mem_device_option 
+509f 1fe67c0e sub pdata ,dvc_op_car ,null 
+50a0 2042f0fd call check_51cmd_led_on ,zero 
+50a1 6fe24535 fetch 4 ,mem_24g_rxdata_temp + 10 
+50a2 20204c26 branch g24_store_device1_addr 
+
+car_g24_bind_mode:
+50a3 6fe0c559 fetch 1 ,mem_24g_work_mode 
+50a4 c1808000 rtnne dongle_bind 
+50a5 204049a2 call g24_bind_init 
+50a6 204050eb call car_g24_bind_device_addr 
+50a7 204049b0 call g24_bind_data_process 
+50a8 6fe0c51a fetch 1 ,mem_24g_bind_device_status 
+50a9 243a50b0 nbranch car_g24_bind_mode_exit ,blank 
+50aa 20404b99 call g24_nodata_process 
+50ab 6fe0c557 fetch 1 ,mem_24g_nodata_timer_enable 
+50ac 207a0000 rtn blank 
+50ad 58000000 setarg 0 
+50ae 67e24573 store 4 ,mem_24g_device1_addr 
+50af 20600000 rtn 
+
+car_g24_bind_mode_exit:
+50b0 70455600 jam 0 ,mem_24g_mode_switch 
+50b1 da200000 arg 0 ,rega 
+50b2 204070fd call check_51cmd_led_on 
+50b3 20404af1 call g24_switch_work_mode 
+50b4 20404902 call g24_timer_init 
+50b5 6fe24437 fetch 4 ,mem_24g_lap 
+50b6 67e2491d store 4 ,mem_car_24g_commom_addr 
+50b7 6fe0c929 fetch 1 ,mem_car_save_addr_flag 
+50b8 245a50bb ncall car_g24_save_commom_addr ,blank 
+50b9 6fe2491d fetch 4 ,mem_car_24g_commom_addr 
+50ba 202048e0 branch g24_update_addr_and_synccrc8 
+
+car_g24_save_commom_addr:
+50bb 6fe0c929 fetch 1 ,mem_car_save_addr_flag 
+50bc 207a0000 rtn blank 
+50bd 6fe0c570 fetch 1 ,mem_24g_transmitter_addr + 1 
+50be 67e0c920 store 1 ,mem_car_24g_commom_addr + 3 
+50bf 6fe0c438 fetch 1 ,mem_24g_lap + 1 
+50c0 67e0c91f store 1 ,mem_car_24g_commom_addr + 2 
+50c1 6fe0c56f fetch 1 ,mem_24g_transmitter_addr 
+50c2 67e0c91e store 1 ,mem_car_24g_commom_addr + 1 
+50c3 6fe0c437 fetch 1 ,mem_24g_lap 
+50c4 67e0c91d store 1 ,mem_car_24g_commom_addr 
+50c5 20600000 rtn 
+50c6 204050da call car_g24_search_commom_addr 
+50c7 6fe2491d fetch 4 ,mem_car_24g_commom_addr 
+50c8 684a4921 fetcht 4 ,mem_car_24g_commom_addr_temp 
+50c9 98467c00 isub temp ,null 
+50ca 20628000 rtn zero 
+50cb 1a627e00 copy regc ,pdata 
+50cc da20491d arg mem_car_24g_commom_addr ,rega 
+50cd df200004 arg 4 ,loopcnt 
+50ce 2040686a call otp_write 
+50cf 20600000 rtn 
+
+car_g24_load_commom_addr:
+50d0 6fe24437 fetch 4 ,mem_24g_lap 
+50d1 67e2491d store 4 ,mem_car_24g_commom_addr 
+50d2 6fe0c929 fetch 1 ,mem_car_save_addr_flag 
+50d3 207a0000 rtn blank 
+50d4 20600000 rtn 
+50d5 204050da call car_g24_search_commom_addr 
+50d6 6fe24921 fetch 4 ,mem_car_24g_commom_addr_temp 
+50d7 207a0000 rtn blank 
+50d8 67e2491d store 4 ,mem_car_24g_commom_addr 
+50d9 20600000 rtn 
+
+car_g24_search_commom_addr:
+50da 20600000 rtn 
+50db 6fe0c929 fetch 1 ,mem_car_save_addr_flag 
+50dc 207a0000 rtn blank 
+50dd da600700 arg otp_offset_car_commom_start_addr ,regc 
+
+car_g24_search_commom_addr_loop:
+50de 1a627e00 copy regc ,pdata 
+50df da204921 arg mem_car_24g_commom_addr_temp ,rega 
+50e0 d8400004 arg 4 ,temp 
+50e1 204068ac call otpd_read_data_with_pwr_operation 
+50e2 6fe24925 fetch 4 ,mem_car_24g_commom_addr_read 
+50e3 207a0000 rtn blank 
+50e4 67e24921 store 4 ,mem_car_24g_commom_addr_temp 
+50e5 1a627e00 copy regc ,pdata 
+50e6 d84007cc arg otp_offset_car_commom_end_addr ,temp 
+50e7 98467c00 isub temp ,null 
+50e8 20610000 rtn positive 
+50e9 1a60a604 increase 4 ,regc 
+50ea 202050de branch car_g24_search_commom_addr_loop 
+
+car_g24_bind_device_addr:
+50eb 6fe24573 fetch 4 ,mem_24g_device1_addr 
+50ec 207a0000 rtn blank 
+50ed 202048e0 branch g24_update_addr_and_synccrc8 
+
+car_g24_cb_data_device1:
+50ee 6fe1442f fetch 2 ,mem_ui_state_map 
+50ef c3848000 rtnbit1 ui_state_ble_connected 
+50f0 6fe146dc fetch 2 ,mem_car_24g_no_data_timeout_count 
+50f1 67e146de store 2 ,mem_car_24g_no_data_timeout_timer 
+50f2 7048fa01 jam work_paired ,mem_car_24g_received_pac 
+50f3 da20452e arg mem_24g_rxdata_temp + 3 ,rega 
+50f4 20204f95 branch car_24g_receive_data 
+
+car_g24_lpm_dipatch:
+50f5 6fe0c903 fetch 1 ,mem_car_enter_lpm_flag 
+50f6 207a0000 rtn blank 
+50f7 204050fd call car_g24_lpm_wait 
+50f8 24740000 nrtn user 
+50f9 6fe1c4f5 fetch 3 ,mem_24g_enter_hibernate 
+50fa 20407593 call clk2lpo 
+50fb 604a40aa storet 4 ,mem_sleep_counter 
+50fc 20203b7a branch lpm_sleep 
+
+car_g24_lpm_wait:
+50fd 78347c00 enable user 
+50fe 20403b4b call lpo_calibration 
+50ff 6fe1c0be fetch 3 ,mem_clks_per_lpo 
+5100 203a7638 branch disable_user ,blank 
+5101 20204ecc branch car_le_process_lpm_before 
+
+remote_car_init:
+5102 20758000 rtn wake 
+5103 20405204 call remote_car_default_init 
+5104 20406d0f call keyscan_key_init 
+5105 580051e8 setarg remote_car_g24_package_data 
+5106 67e14535 store 2 ,mem_cb_24g_transmit_data 
+5107 58005146 setarg remote_car_process_lpm_before 
+5108 67e14539 store 2 ,mem_cb_24g_lpm_before 
+5109 58005141 setarg remote_car_le_before_hibernate 
+510a 67e1438a store 2 ,mem_cb_before_hibernate 
+510b 58005181 setarg remote_car_scale_process_idle 
+510c 67e14390 store 2 ,mem_cb_idle_process 
+510d 58005183 setarg remote_car_scale_process_bb_event 
+510e 67e14392 store 2 ,mem_cb_bb_event_process 
+510f 580051cd setarg remote_car_event_timer 
+5110 67e14398 store 2 ,mem_cb_event_timer 
+5111 58005136 setarg remote_car_power_off_signal 
+5112 67e1462b store 2 ,mem_remote_car_power_off_cb 
+5113 58005126 setarg remote_car_soft_switch_power_on_signal 
+5114 67e1462f store 2 ,mem_remote_car_power_standby_cb 
+5115 44994006 bpatch patch06_2 ,mem_patch06 
+5116 20406a26 call set_eeprom_size_2k 
+5117 2040513d call remote_car_init_environment 
+5118 2040711d call queue_init 
+5119 6fe0c5fb fetch 1 ,mem_remote_car_config_soft_switch_enable 
+511a 67e0c56a store 1 ,mem_remote_car_hard_soft_switch 
+511b c0005125 beq hard_switch ,remote_car_hard_switch_power_on_signal 
+511c 6fe0c5fc fetch 1 ,mem_remote_car_config_soft_switch_gpio 
+511d 67e0c432 store 1 ,mem_ui_button_gpio 
+
+remote_car_soft_switch_power_on_init:
+511e 20405136 call remote_car_ui_led_init 
+511f 20406fe2 call ui_button_init 
+5120 20406fec call ui_button_polling 
+5121 70462701 jam power_starting ,mem_remote_car_power_state 
+5122 6fe1442f fetch 2 ,mem_ui_state_map 
+5123 c3860000 rtnbit1 ui_state_btn_down 
+5124 20204e28 branch app_enter_hibernate 
+
+remote_car_hard_switch_power_on_signal:
+5125 70462702 jam power_standby ,mem_remote_car_power_state 
+
+remote_car_soft_switch_power_on_signal:
+5126 20405136 call remote_car_ui_led_init 
+5127 da200000 arg 0 ,rega 
+5128 20407030 call ui_led_blink_start_global 
+5129 204051ab call remote_car_g24_load_commom_addr 
+512a 6fe2463d fetch 4 ,mem_remote_24g_commom_addr 
+512b 67e244d5 store 4 ,mem_24g_addr 
+512c 203a493b branch g24_pair_start ,blank 
+512d 6fe244d5 fetch 4 ,mem_24g_addr 
+512e 67e2452b store 4 ,mem_24g_receiver_addr 
+512f 6fe1451f fetch 2 ,mem_24g_reconn_timeout_init 
+5130 67e14521 store 2 ,mem_24g_reconn_timeout 
+5131 20204bc3 branch g24_reconn_start 
+
+remote_car_set_24g_addr_eeprom:
+5132 d8400004 arg 4 ,temp 
+5133 da2044d5 arg mem_24g_addr ,rega 
+5134 da400000 arg remote_info_eeprom_offect ,regb 
+5135 20600000 rtn 
+
+remote_car_power_off_signal:
+
+remote_car_ui_led_init:
+5136 4499c006 bpatch patch06_3 ,mem_patch06 
+5137 6fe0c5f9 fetch 1 ,mem_remote_car_config_connect_led_gpio 
+5138 c0ffd13b bne invalid_pin_num ,remote_car_pairing_led_gpio_set 
+
+remote_car_ui_led_init_1:
+5139 6848c5d6 fetcht 1 ,mem_remote_car_led_map 
+513a 20206c43 branch gpio_config_output 
+
+remote_car_pairing_led_gpio_set:
+513b 67e0c5d6 store 1 ,mem_remote_car_led_map 
+513c 20205139 branch remote_car_ui_led_init_1 
+
+remote_car_init_environment:
+513d 20404c72 call g24_transmit_init 
+
+remote_no_data_timer_init:
+513e 6fe14623 fetch 2 ,mem_remote_car_no_data_timeout 
+513f 67e14625 store 2 ,mem_remote_car_no_data_timer 
+5140 20600000 rtn 
+
+remote_car_le_before_hibernate:
+5141 20405146 call remote_car_process_lpm_before 
+
+remote_gpio_set_before_hibernate:
+5142 6fe0c5cc fetch 1 ,mem_remote_style_struct_led_gpio 
+5143 79207e07 set1 7 ,pdata 
+5144 d840003f arg gpcfg_output_high ,temp 
+5145 20206c67 branch gpio_config_function 
+
+remote_car_process_lpm_before:
+5146 20406c74 call gpio_set_before_lpm 
+5147 20206d34 branch keyscan_process_lpm_before 
+
+remote_car_key_scan_process:
+5148 20406d40 call keyscan_key_process 
+5149 20405159 call get_remote_key_state 
+514a 2040514c call remote_conn_led_state 
+514b 20205167 branch send_data 
+
+remote_conn_led_state:
+514c 6fe0c632 fetch 1 ,mem_remote_car_24g_status 
+514d c1808000 rtnne work_paired 
+514e 6fe24636 fetch 4 ,mem_remote_car_motor1_key0_press_state 
+514f 203a5153 branch remote_car_stop_state ,blank 
+5150 70463c00 jam 0 ,mem_remote_car_no_data_check 
+5151 78347c00 enable user 
+5152 202070fd branch check_51cmd_led_on 
+
+remote_car_stop_state:
+5153 6fe0c63c fetch 1 ,mem_remote_car_no_data_check 
+5154 c17f8000 rtneq 0xff 
+5155 1fe0fe01 pincrease 1 
+5156 67e0c63c store 1 ,mem_remote_car_no_data_check 
+5157 78547c00 disable user 
+5158 202070fb branch check_51cmd_led_off 
+
+get_remote_key_state:
+5159 684943dc fetcht 2 ,mem_key_value_retention 
+515a 18417e01 and temp ,0x01 ,pdata 
+515b 18430400 rshift temp ,temp 
+515c 67e0c636 store 1 ,mem_remote_car_motor1_key0_press_state 
+515d 18417e01 and temp ,0x01 ,pdata 
+515e 18430400 rshift temp ,temp 
+515f 67e0c637 store 1 ,mem_remote_car_motor1_key1_press_state 
+5160 18417e01 and temp ,0x01 ,pdata 
+5161 18430400 rshift temp ,temp 
+5162 67e0c638 store 1 ,mem_remote_car_motor2_key2_press_state 
+5163 18417e01 and temp ,0x01 ,pdata 
+5164 18430400 rshift temp ,temp 
+5165 67e0c639 store 1 ,mem_remote_car_motor2_key3_press_state 
+5166 20600000 rtn 
+
+send_data:
+5167 449a4006 bpatch patch06_4 ,mem_patch06 
+5168 20405177 call remote_car_fb_check 
+5169 2040517c call remote_car_lr_check 
+516a 2040516d call remote_car_no_data_timeout_check 
+516b 24740000 nrtn user 
+516c 202051e4 branch remote_car_send_key 
+
+remote_car_no_data_timeout_check:
+516d 6fe0c632 fetch 1 ,mem_remote_car_24g_status 
+516e c1808000 rtnne work_paired 
+516f 6fe0c63c fetch 1 ,mem_remote_car_no_data_check 
+5170 207a0000 rtn blank 
+5171 1fe67c01 sub pdata ,1 ,null 
+5172 24610000 nrtn positive 
+5173 6fe1451f fetch 2 ,mem_24g_reconn_timeout_init 
+5174 67e14521 store 2 ,mem_24g_reconn_timeout 
+5175 78347c00 enable user 
+5176 20600000 rtn 
+
+remote_car_fb_check:
+5177 6fe0c636 fetch 1 ,mem_remote_car_motor1_key0_press_state 
+5178 243a51d8 nbranch remote_car_send_motor1_key0_press ,blank 
+5179 6fe0c637 fetch 1 ,mem_remote_car_motor1_key1_press_state 
+517a 243a51da nbranch remote_car_send_motor1_key1_press ,blank 
+517b 202051e0 branch remote_car_send_motor1_key0_rel 
+
+remote_car_lr_check:
+517c 6fe0c638 fetch 1 ,mem_remote_car_motor2_key2_press_state 
+517d 243a51dc nbranch remote_car_send_motor2_key2_press ,blank 
+517e 6fe0c639 fetch 1 ,mem_remote_car_motor2_key3_press_state 
+517f 243a51de nbranch remote_car_send_motor2_key3_press ,blank 
+5180 202051e2 branch remote_car_send_motor2_key2_rel 
+
+remote_car_scale_process_idle:
+5181 204051c2 call remote_car_24g_status_process 
+5182 20205148 branch remote_car_key_scan_process 
+
+remote_car_scale_process_bb_event:
+5183 1a627e00 copy regc ,pdata 
+5184 c016ce48 beq bt_evt_button_up ,app_event_button_up 
+5185 c0084e30 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+5186 c01cd18b beq bt_evt_24g_pairing_complete ,remote_car_24g_pairing_complete 
+5187 c01e5192 beq bt_evt_24g_attempt_success ,remote_car_24g_attempt_success 
+5188 c01d518a beq bt_evt_24g_attempt_fail ,remote_car_24g_attempt_fail 
+5189 20600000 rtn 
+
+remote_car_24g_attempt_fail:
+518a 20204c01 branch g24_txbuf_clear 
+
+remote_car_24g_pairing_complete:
+518b 449ac006 bpatch patch06_5 ,mem_patch06 
+518c 6fe2452b fetch 4 ,mem_24g_receiver_addr 
+518d 67e2463d store 4 ,mem_remote_24g_commom_addr 
+518e 6fe0c649 fetch 1 ,mem_remote_save_addr_flag 
+518f 245a5197 ncall remote_car_g24_save_commom_addr ,blank 
+5190 6fe2463d fetch 4 ,mem_remote_24g_commom_addr 
+5191 204048e0 call g24_update_addr_and_synccrc8 
+
+remote_car_24g_attempt_success:
+5192 70453b00 jam 0 ,mem_24g_conn_sm 
+5193 70463301 jam work_paired ,mem_remote_car_24g_auto_work_step 
+5194 70463401 jam work_paired ,mem_remote_car_24g_pair_success_flag 
+5195 70452100 jam 0 ,mem_24g_reconn_timeout 
+5196 20600000 rtn 
+
+remote_car_g24_save_commom_addr:
+5197 6fe0c649 fetch 1 ,mem_remote_save_addr_flag 
+5198 207a0000 rtn blank 
+5199 6fe0c438 fetch 1 ,mem_24g_lap + 1 
+519a 67e0c640 store 1 ,mem_remote_24g_commom_addr + 3 
+519b 6fe0c52c fetch 1 ,mem_24g_receiver_addr + 1 
+519c 67e0c63f store 1 ,mem_remote_24g_commom_addr + 2 
+519d 6fe0c437 fetch 1 ,mem_24g_lap 
+519e 67e0c63e store 1 ,mem_remote_24g_commom_addr + 1 
+519f 6fe0c52b fetch 1 ,mem_24g_receiver_addr 
+51a0 67e0c63d store 1 ,mem_remote_24g_commom_addr 
+51a1 204051b2 call remote_car_g24_search_commom_addr 
+51a2 6fe2463d fetch 4 ,mem_remote_24g_commom_addr 
+51a3 684a4641 fetcht 4 ,mem_remote_24g_commom_addr_temp 
+51a4 98467c00 isub temp ,null 
+51a5 20628000 rtn zero 
+51a6 1a627e00 copy regc ,pdata 
+51a7 da20463d arg mem_remote_24g_commom_addr ,rega 
+51a8 df200004 arg 4 ,loopcnt 
+51a9 2040686a call otp_write 
+51aa 20600000 rtn 
+
+remote_car_g24_load_commom_addr:
+51ab 6fe0c649 fetch 1 ,mem_remote_save_addr_flag 
+51ac 207a0000 rtn blank 
+51ad 204051b2 call remote_car_g24_search_commom_addr 
+51ae 6fe24641 fetch 4 ,mem_remote_24g_commom_addr_temp 
+51af 207a0000 rtn blank 
+51b0 67e2463d store 4 ,mem_remote_24g_commom_addr 
+51b1 20600000 rtn 
+
+remote_car_g24_search_commom_addr:
+51b2 6fe0c649 fetch 1 ,mem_remote_save_addr_flag 
+51b3 207a0000 rtn blank 
+51b4 da600700 arg otp_offset_remote_commom_start_addr ,regc 
+
+remote_car_g24_search_commom_addr_loop:
+51b5 1a627e00 copy regc ,pdata 
+51b6 da204641 arg mem_remote_24g_commom_addr_temp ,rega 
+51b7 d8400004 arg 4 ,temp 
+51b8 204068ac call otpd_read_data_with_pwr_operation 
+51b9 6fe24645 fetch 4 ,mem_remote_24g_commom_addr_read 
+51ba 207a0000 rtn blank 
+51bb 67e24641 store 4 ,mem_remote_24g_commom_addr_temp 
+51bc 1a627e00 copy regc ,pdata 
+51bd d84007cc arg otp_offset_remote_commom_end_addr ,temp 
+51be 98467c00 isub temp ,null 
+51bf 20610000 rtn positive 
+51c0 1a60a604 increase 4 ,regc 
+51c1 202051b5 branch remote_car_g24_search_commom_addr_loop 
+
+remote_car_24g_status_process:
+51c2 6fe0c633 fetch 1 ,mem_remote_car_24g_auto_work_step 
+51c3 c1000000 rtneq power_on 
+51c4 6fe0c632 fetch 1 ,mem_remote_car_24g_status 
+51c5 c1008000 rtneq work_paired 
+51c6 70463201 jam work_paired ,mem_remote_car_24g_status 
+
+remote_car_scale_process_paired:
+51c7 da200000 arg 0 ,rega 
+51c8 2020702b branch ui_led_off_global 
+
+remote_car_scale_process_shutdown:
+51c9 da200000 arg 0 ,rega 
+51ca 2040702b call ui_led_off_global 
+51cb 20405136 call remote_car_ui_led_init 
+51cc 20204e28 branch app_enter_hibernate 
+
+remote_car_event_timer:
+51cd 20404def call app_power_timer 
+51ce 20404938 call g24_pair_timeout_timer 
+51cf 20404bc0 call g24_reconn_timeout_timer 
+51d0 202051d1 branch remote_car_no_data_timer 
+
+remote_car_no_data_timer:
+51d1 6fe0c5fd fetch 1 ,mem_remote_car_config_timeout_shutdown_enable 
+51d2 207a0000 rtn blank 
+51d3 6fe0c3dc fetch 1 ,mem_key_value_retention 
+51d4 243a513e nbranch remote_no_data_timer_init ,blank 
+51d5 da604625 arg mem_remote_car_no_data_timer ,regc 
+51d6 da4051c9 arg remote_car_scale_process_shutdown ,regb 
+51d7 20204de8 branch timer_single_step_2b 
+
+remote_car_send_motor1_key0_press:
+51d8 70460401 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+51d9 20600000 rtn 
+
+remote_car_send_motor1_key1_press:
+51da 70460402 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+51db 20600000 rtn 
+
+remote_car_send_motor2_key2_press:
+51dc 70460601 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+51dd 20600000 rtn 
+
+remote_car_send_motor2_key3_press:
+51de 70460602 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+51df 20600000 rtn 
+
+remote_car_send_motor1_key0_rel:
+
+remote_car_send_motor1_key1_rel:
+51e0 70460400 jam motor_stop ,mem_remote_car_24g_motor1_payload 
+51e1 20600000 rtn 
+
+remote_car_send_motor2_key2_rel:
+
+remote_car_send_motor2_key3_rel:
+51e2 70460600 jam motor_stop ,mem_remote_car_24g_motor2_payload 
+51e3 20600000 rtn 
+
+remote_car_send_key:
+51e4 da2045fe arg mem_remote_car_24g_motor_packet ,rega 
+51e5 20207122 branch queue_push 
+
+remote_car_send_attack:
+51e6 da20460b arg mem_remote_car_24g_fire_packet ,rega 
+51e7 20207122 branch queue_push 
+
+remote_car_g24_package_data:
+51e8 6fe0c634 fetch 1 ,mem_remote_car_24g_pair_success_flag 
+51e9 c000d1f2 beq work_paired ,remote_car_g24_send_empty 
+51ea da204614 arg mem_remote_car_24g_tx_temp ,rega 
+51eb 2040713a call queue_pop 
+51ec 243451f7 nbranch remote_car_moto_data ,user 
+
+remote_car_g24_package_data_continue:
+51ed d8c04614 arg mem_remote_car_24g_tx_temp ,contr 
+51ee efe08006 ifetch 1 ,contr 
+51ef 1fe22200 copy pdata ,rega 
+51f0 da404615 arg mem_remote_car_24g_tx_temp + 1 ,regb 
+51f1 20600000 rtn 
+
+remote_car_g24_send_empty:
+51f2 70463400 jam 0 ,mem_remote_car_24g_pair_success_flag 
+51f3 78347c00 enable user 
+51f4 da200001 arg 1 ,rega 
+51f5 da404635 arg mem_remote_car_empty_packet ,regb 
+51f6 20600000 rtn 
+
+remote_car_moto_data:
+51f7 6fe0c617 fetch 1 ,mem_remote_car_24g_tx_temp + 3 
+51f8 c00251fb beq car_cmd_l_r_motor_control ,remote_car_moto_data_next 
+51f9 c002d1fb beq car_cmd_f_b_motor_control ,remote_car_moto_data_next 
+51fa 20600000 rtn 
+
+remote_car_moto_data_next:
+51fb 6fe0c61a fetch 1 ,mem_remote_car_24g_tx_temp + 6 
+51fc 243a5202 nbranch remote_car_moto_data_enable_user ,blank 
+51fd 6fe0c61c fetch 1 ,mem_remote_car_24g_tx_temp + 8 
+51fe 243a5202 nbranch remote_car_moto_data_enable_user ,blank 
+51ff 6fe0c61e fetch 1 ,mem_remote_car_24g_tx_temp + 10 
+5200 243a5202 nbranch remote_car_moto_data_enable_user ,blank 
+5201 20600000 rtn 
+
+remote_car_moto_data_enable_user:
+5202 78347c00 enable user 
+5203 202051ed branch remote_car_g24_package_data_continue 
+
+remote_car_default_init:
+5204 70443114 jam 0x14 ,mem_ui_button_timeout 
+5205 70442a01 jam 0x01 ,mem_ui_button_last_state 
+5206 5800060f setarg 0x060f 
+5207 67e1456b store 2 ,mem_remote_car_queue_each_size 
+5208 5800456b setarg mem_remote_car_queue_each_size 
+5209 67e143b0 store 2 ,mem_queue_ptr 
+520a 70409401 jam 0x01 ,mem_lpm_mode 
+520b 7040a706 jam 0x06 ,mem_lpm_overhead 
+520c 7040c202 jam 0x02 ,mem_lpm_mult_timeout 
+520d 70456a00 jam 0x00 ,mem_remote_car_hard_soft_switch 
+520e 580045ca setarg mem_remote_style_led_type 
+520f 67e14435 store 2 ,mem_ui_led_struct_ptr 
+5210 70443401 jam 0x01 ,mem_ui_led_struct_num 
+5211 7045cbff jam 0xff ,mem_remote_style_blink_count 
+5212 58000296 setarg 0x0296 
+5213 67e145cd store 2 ,mem_remote_style_on_time 
+5214 5800073a setarg 0x073a 
+5215 67e145cf store 2 ,mem_remote_style_off_time 
+5216 58004627 setarg mem_remote_car_soft_power 
+5217 67e143de store 2 ,mem_power_param_ptr 
+5218 58000c0c setarg 0x0c0c 
+5219 67e14629 store 2 ,mem_remote_car_power_off_timeout 
+521a 580045de setarg mem_remote_car_keyscan 
+521b 67e143da store 2 ,mem_keyscan_ptr 
+521c 7045fb00 jam 0x00 ,mem_remote_car_config_soft_switch_enable 
+521d 7045f9ff jam 0xff ,mem_remote_car_config_connect_led_gpio 
+521e 7045fcff jam 0xff ,mem_remote_car_config_soft_switch_gpio 
+521f 7045f700 jam 0x00 ,mem_remote_car_config_key_map 
+5220 7045f800 jam 0x00 ,mem_remote_car_config_layout 
+5221 7045fa00 jam 0x00 ,mem_remote_car_config_check_way 
+5222 7045fd01 jam 0x01 ,mem_remote_car_config_timeout_shutdown_enable 
+5223 58004e55 setarg 0x4e55 
+5224 67e145ea store 2 ,mem_current_vdd_value_default_mid_x 
+5225 67e145ec store 2 ,mem_current_vdd_value_default_mid_y 
+5226 58000007 setarg 0x0007 
+5227 67e145f0 store 2 ,mem_current_vdd_default_range 
+5228 7043c202 jam 0x02 ,mem_adc_config_flag 
+5229 38035a0c setsect 0 ,0x35a0c 
+522a 3804011a setsect 1 ,0x11a 
+522b 38080060 setsect 2 ,0x60 
+522c 380c0028 setsect 3 ,0x28 
+522d 67e4c5fe store 9 ,mem_remote_car_24g_motor_packet 
+522e 3802000a setsect 0 ,0x2000a 
+522f 38040002 setsect 1 ,0x02 
+5230 e7e20005 istore 4 ,contw 
+5231 38035a08 setsect 0 ,0x35a08 
+5232 3804019a setsect 1 ,0x19a 
+5233 38080000 setsect 2 ,0x00 
+5234 380c0000 setsect 3 ,0x00 
+5235 67e4c60b store 9 ,mem_remote_car_24g_fire_packet 
+5236 58000064 setarg 0x0064 
+5237 67e14623 store 2 ,mem_remote_car_no_data_timeout 
+5238 70411600 jam tx_power_0db ,mem_tx_power 
+5239 7044cf01 jam 0x01 ,mem_24g_data_type 
+523a 70454206 jam 0x06 ,mem_24g_max_retry 
+523b 7044f401 jam 0x01 ,mem_24g_pair_switch 
+523c 70452600 jam 0x00 ,mem_24g_fast_conn_enable 
+523d 20404922 call g24_rx_window_init 
+523e 20404c7e call g24_interval_param_8ms 
+523f 20404905 call g24_chmap_param_init 
+5240 58000708 setarg 0x0708 
+5241 67e1451b store 2 ,mem_24g_pair_timeout_init 
+5242 58000050 setarg 0x0050 
+5243 67e1451f store 2 ,mem_24g_reconn_timeout_init 
+5244 580a7700 setarg 0x0a7700 
+5245 67e1c54a store 3 ,mem_24g_long_sleep_set 
+5246 58604800 setarg 0x604800 
+5247 67e1c4f5 store 3 ,mem_24g_enter_hibernate 
+5248 20600000 rtn 
+
+dongle_init:
+5249 5800527c setarg dongle_dispatch 
+524a 67e14523 store 2 ,mem_cb_24g_receive_process 
+524b 5800535a setarg dongle_g24_mouse 
+524c 67e14527 store 2 ,mem_cb_24g_data_device1 
+524d 5800536b setarg dongle_g24_kb 
+524e 67e14529 store 2 ,mem_cb_24g_data_device2 
+524f 58005331 setarg dongle_ackpayload_prep 
+5250 67e14525 store 2 ,mem_cb_24g_ackpayload 
+5251 5800528b setarg dongle_usb_config 
+5252 67e106ad store 2 ,mem_cb_usb_config 
+5253 20207182 branch usb_init 
+
+dongle_default_init:
+5254 47404030 bpatchx patch30_0 ,mem_patch30 
+5255 20405281 call dongle_read_kb_bind_status 
+5256 20405277 call dongle_xtal_select 
+5257 6fe0c5ab fetch 1 ,mem_dg_sys_config 
+5258 2feffe05 isolate1 dg_enable_eeprom ,pdata 
+5259 2020d25d branch dongle_default_no_eeprom ,true 
+525a 6fe0c5ab fetch 1 ,mem_dg_sys_config 
+525b 2feffe06 isolate1 dg_enable_new_chmap ,pdata 
+525c 2040c915 call g24_chamap_param_update ,true 
+
+dongle_default_no_eeprom:
+525d 6fe0c5d6 fetch 1 ,mem_dg_24g_tx_power_default 
+525e 67e0c116 store 1 ,mem_tx_power 
+525f 704517ff jam 0xff ,mem_rssi_buff_index 
+5260 580007b3 setarg mem_dg_rssi_noise_buffer 
+5261 67e14583 store 2 ,mem_rssi_noise_buffer_ptr 
+5262 580008b3 setarg mem_dg_rssi_noise_dg_buffer 
+5263 67e14585 store 2 ,mem_rssi_noise_self_buffer_ptr 
+5264 580009b3 setarg mem_dg_rssi_noise_ms_buffer 
+5265 67e14587 store 2 ,mem_rssi_noise_device1_buffer_ptr 
+5266 58000ab3 setarg mem_dg_rssi_noise_kb_buffer 
+5267 67e14589 store 2 ,mem_rssi_noise_device2_buffer_ptr 
+5268 70451685 jam tx_power_f5db ,mem_24g_pair_tx_power 
+5269 7045d400 jam 0 ,mem_dg_kb_bind_success 
+526a 70456e00 jam 0 ,mem_24g_bind_device_living 
+526b 2040492b call g24_enable_1m 
+526c 6fe0c5ab fetch 1 ,mem_dg_sys_config 
+526d 2feffe03 isolate1 dg_enable_24g_2m ,pdata 
+526e 2040c92e call g24_enable_2m ,true 
+526f 20404a34 call g24_receive_init 
+5270 20404931 call g24_pair_param_init 
+5271 20404905 call g24_chmap_param_init 
+5272 6fe0c5b5 fetch 1 ,mem_dg_usb_tx_interval 
+5273 67e086af store 1 ,mem_usb_tx_interval 
+5274 6fe4c5ac fetch 9 ,mem_dg_usb_vid_pid 
+5275 67e486b0 store 9 ,mem_usb_vid_pid 
+5276 20600000 rtn 
+
+dongle_xtal_select:
+5277 70409a18 jam xtal_24m ,mem_fcomp_div 
+5278 6fe0c5ab fetch 1 ,mem_dg_sys_config 
+5279 c4038000 rtnbit0 dg_enable_xtal_24m 
+527a 70409a08 jam xtal_16m ,mem_fcomp_div 
+527b 20600000 rtn 
+
+dongle_dispatch:
+527c 6fe0c553 fetch 1 ,mem_24g_pair_mode 
+527d c0005321 beq 0x00 ,dongle_auto_bind 
+527e c000d2b4 beq 0x01 ,dongle_pc_bind 
+527f c007d2b0 beq 0x0f ,dongle_all_powerful 
+5280 20600000 rtn 
+
+dongle_read_kb_bind_status:
+5281 4740c030 bpatchx patch30_1 ,mem_patch30 
+5282 58001fdf setarg dongle_kb_bind_efuse_offect 
+5283 da20458b arg mem_dg_kb_bind_flag ,rega 
+5284 d8400001 arg 1 ,temp 
+5285 202068ac branch otpd_read_data_with_pwr_operation 
+
+dongle_write_kb_bind_status:
+5286 47414030 bpatchx patch30_2 ,mem_patch30 
+5287 df200001 arg 1 ,loopcnt 
+5288 da20458b arg mem_dg_kb_bind_flag ,rega 
+5289 dfe01fdf arg dongle_kb_bind_efuse_offect ,pdata 
+528a 2020686a branch otp_write 
+
+dongle_usb_config:
+528b 6fe0c5ab fetch 1 ,mem_dg_sys_config 
+528c c282528f bbit1 dg_enable_kb_icon ,dongle_usb_config_kb 
+528d 6fe0c58b fetch 1 ,mem_dg_kb_bind_flag 
+528e c0ad5293 bne dongle_kb_bind_success ,dongle_usb_config_param 
+
+dongle_usb_config_kb:
+528f 70458b5a jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
+5290 6ff2137a fetch 4 ,usb_devicedata_addr + 9 
+5291 79207e1d set1 29 ,pdata 
+5292 67e20608 store 4 ,mem_devicedesc + 9 
+
+dongle_usb_config_param:
+5293 204052aa call dongle_usb_device_name 
+5294 204071d5 call usb_tx_interval_config 
+5295 20405297 call dongle_usb_vid_pid_config 
+5296 202052a0 branch dongle_usb_hid_icon_config 
+
+dongle_usb_vid_pid_config:
+5297 6fe086b0 fetch 1 ,mem_usb_vid_pid 
+5298 207a0000 rtn blank 
+5299 6fe0c58b fetch 1 ,mem_dg_kb_bind_flag 
+529a c02d529e beq dongle_kb_bind_success ,dongle_usb_vid_pid_for_suit 
+
+dongle_usb_vid_pid_for_mouse_only_auto_pair:
+529b 6fe206b1 fetch 4 ,mem_usb_vid_pid + 1 
+
+dongle_usb_vid_pid_store:
+529c 67e20608 store 4 ,mem_devicedesc + 9 
+529d 20600000 rtn 
+
+dongle_usb_vid_pid_for_suit:
+529e 6fe206b5 fetch 4 ,mem_usb_vid_pid + 5 
+529f 2020529c branch dongle_usb_vid_pid_store 
+
+dongle_usb_hid_icon_config:
+52a0 6fe0c58b fetch 1 ,mem_dg_kb_bind_flag 
+52a1 c02d52a6 beq dongle_kb_bind_success ,dongle_usb_kb_hidreportdesc 
+52a2 58009272 setarg usb_kbdata_vendor_define_addr 
+52a3 67e105fb store 2 ,mem_hidreportdesc_kb 
+52a4 70062c1a jam 0x1a ,mem_confdesc + 26 
+52a5 20600000 rtn 
+
+dongle_usb_kb_hidreportdesc:
+52a6 5800928d setarg usb_kbdata_addr 
+52a7 67e105fb store 2 ,mem_hidreportdesc_kb 
+52a8 70062c3f jam 0x3f ,mem_confdesc + 26 
+52a9 20600000 rtn 
+
+dongle_usb_device_name:
+52aa 6fe0c5b6 fetch 1 ,mem_dg_usb_device_name 
+52ab 207a0000 rtn blank 
+52ac d8c045b6 arg mem_dg_usb_device_name ,contr 
+52ad d8a00671 arg mem_string2 ,contw 
+52ae df20001e arg 30 ,loopcnt 
+52af 20207548 branch memcpy 
+
+dongle_all_powerful:
+52b0 20404af1 call g24_switch_work_mode 
+
+dongle_all_powerful_loop:
+52b1 20405329 call dongle_work_mode_auto 
+52b2 204052ed call dongle_usb_dispatch 
+52b3 202052b1 branch dongle_all_powerful_loop 
+
+dongle_pc_bind:
+52b4 20404af1 call g24_switch_work_mode 
+
+dongle_pc_bind_loop:
+52b5 20405329 call dongle_work_mode_auto 
+52b6 20404afa call g24_bind_mode_auto 
+52b7 204052ed call dongle_usb_dispatch 
+52b8 202052b5 branch dongle_pc_bind_loop 
+
+dongle_g24_blank_data_process:
+52b9 204052bc call dongle_g24_ms_blank_data 
+52ba 204052cc call dongle_g24_kb_blank_data 
+52bb 202052de branch dongle_g24_kb_mul_blank_data 
+
+dongle_g24_ms_blank_data:
+52bc 4741c030 bpatchx patch30_3 ,mem_patch30 
+52bd 6fe0c5aa fetch 1 ,mem_dg_ms_blank_data_enable 
+52be 207a0000 rtn blank 
+52bf d8e0000d arg g24_timer_ms_blank ,queue 
+52c0 2040755d call timer_check 
+52c1 247a0000 nrtn blank 
+52c2 7045aa00 jam 0 ,mem_dg_ms_blank_data_enable 
+52c3 58000001 setarg ms_report_id 
+52c4 67e08767 store 1 ,mem_usb_mouse_data 
+52c5 58000000 setarg 0 
+52c6 e7e38005 istore 7 ,contw 
+
+dongle_usb_tx_ms_data:
+52c7 70076020 jam usb_ep2_ms ,mem_usb_ep2_data 
+
+dongle_usb_tx_enable_ep2:
+52c8 6fe08761 fetch 1 ,mem_usb_tx_enable 
+52c9 79207e02 set1 2 ,pdata 
+52ca 67e08761 store 1 ,mem_usb_tx_enable 
+52cb 20600000 rtn 
+
+dongle_g24_kb_blank_data:
+52cc 47424030 bpatchx patch30_4 ,mem_patch30 
+52cd 6fe0c5a8 fetch 1 ,mem_dg_kb_blank_data_enable 
+52ce 207a0000 rtn blank 
+52cf d8e0000e arg g24_timer_kb_blank ,queue 
+52d0 2040755d call timer_check 
+52d1 247a0000 nrtn blank 
+52d2 7045a800 jam 0 ,mem_dg_kb_blank_data_enable 
+52d3 d8a00777 arg mem_usb_kb_data ,contw 
+52d4 df200002 arg 2 ,loopcnt 
+52d5 20407500 call memset0 
+52d6 6fe40777 fetch 8 ,mem_usb_kb_data 
+52d7 67e44594 store 8 ,mem_dg_kb_data_last_data 
+
+dongle_usb_tx_kb_data:
+52d8 70077700 jam kb_normal_report_id ,mem_usb_kb_data 
+
+dongle_usb_tx_enable_ep1:
+52d9 70075f10 jam usb_ep1_kb ,mem_usb_ep1_data 
+52da 6fe08761 fetch 1 ,mem_usb_tx_enable 
+52db 79207e01 set1 1 ,pdata 
+52dc 67e08761 store 1 ,mem_usb_tx_enable 
+52dd 20600000 rtn 
+
+dongle_g24_kb_mul_blank_data:
+52de 4742c030 bpatchx patch30_5 ,mem_patch30 
+52df 6fe0c5a9 fetch 1 ,mem_dg_kb_mul_blank_data_enable 
+52e0 207a0000 rtn blank 
+52e1 d8e0000c arg g24_timer_kb_mul_blank ,queue 
+52e2 2040755d call timer_check 
+52e3 247a0000 nrtn blank 
+52e4 7045a900 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+52e5 d8a00787 arg mem_usb_kb_multikey ,contw 
+52e6 df200002 arg 2 ,loopcnt 
+52e7 20407500 call memset0 
+52e8 70078703 jam kb_multikey_report_id ,mem_usb_kb_multikey 
+52e9 6fe18787 fetch 3 ,mem_usb_kb_multikey 
+52ea 67e1c59f store 3 ,mem_dg_kb_multikey_last_data 
+
+dongle_usb_tx_multikey_data:
+52eb 70076021 jam usb_ep2_multikey ,mem_usb_ep2_data 
+52ec 202052c8 branch dongle_usb_tx_enable_ep2 
+
+dongle_usb_dispatch:
+52ed 449b4006 bpatch patch06_6 ,mem_patch06 
+52ee 6fe08755 fetch 1 ,mem_usb_remote_wakeup 
+52ef 205a533b call dongle_clear_pc_sleep_flag ,blank 
+52f0 20407176 call usb_isr 
+52f1 6fe0874b fetch 1 ,mem_usb0_get_set_report 
+52f2 207a0000 rtn blank 
+52f3 70074b00 jam 0 ,mem_usb0_get_set_report 
+52f4 6fe10749 fetch 2 ,mem_usb_setup_bvalue_temp 
+52f5 d84002ba arg pc_set_report ,temp 
+52f6 98467c00 isub temp ,null 
+52f7 24628000 nrtn zero 
+52f8 6fe086c9 fetch 1 ,mem_usb0_set_report_data 
+52f9 c1dd0000 rtnne pc_report_id 
+52fa 6fe086ca fetch 1 ,mem_usb0_set_report_data + 1 
+52fb c0505302 beq command_mode ,dongle_dispose_cmd_mode 
+52fc c050d308 beq command_bind ,dongle_dispose_cmd_bind 
+52fd c0535314 beq command_current_project ,dongle_dispose_cmd_current_project 
+52fe c053d316 beq command_current_mode ,dongle_dispose_cmd_current_mode 
+52ff c054d31c beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
+
+dongle_usb0_data_ready_report_set0:
+5300 70074c00 jam 0 ,mem_usb0_data_ready_report 
+5301 20600000 rtn 
+
+dongle_dispose_cmd_mode:
+5302 6fe086cb fetch 1 ,mem_usb0_set_report_data + 2 
+5303 c040d305 beq com_mode_bind ,dongle_enter_bind_mode 
+5304 20205300 branch dongle_usb0_data_ready_report_set0 
+
+dongle_enter_bind_mode:
+5305 2040499f call g24_bind_mode_enable 
+
+dongle_usb0_data_ready_report_set1:
+5306 70074c01 jam 1 ,mem_usb0_data_ready_report 
+5307 20600000 rtn 
+
+dongle_dispose_cmd_bind:
+5308 6fe086cb fetch 1 ,mem_usb0_set_report_data + 2 
+5309 c000d30d beq com_bind_get ,dongle_dispose_cmd_get_bind 
+530a c0425310 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
+530b c053d312 beq com_read_mode ,dongle_dispose_cmd_read_mode 
+530c 20205300 branch dongle_usb0_data_ready_report_set0 
+
+dongle_dispose_cmd_get_bind:
+530d 6fe0c51a fetch 1 ,mem_24g_bind_device_status 
+530e 67e0870a store 1 ,mem_usb0_get_report_data + 1 
+530f 20205306 branch dongle_usb0_data_ready_report_set1 
+
+dongle_dispose_cmd_exit_bind:
+5310 20404af2 call g24_work_mode_enable 
+5311 2020530d branch dongle_dispose_cmd_get_bind 
+
+dongle_dispose_cmd_read_mode:
+
+dongle_dispose_in_bind_mode:
+5312 70070aa1 jam command_bind ,mem_usb0_get_report_data + 1 
+5313 20205306 branch dongle_usb0_data_ready_report_set1 
+
+dongle_dispose_cmd_current_project:
+5314 70070a15 jam product_id ,mem_usb0_get_report_data + 1 
+5315 20205306 branch dongle_usb0_data_ready_report_set1 
+
+dongle_dispose_cmd_current_mode:
+5316 6fe0c559 fetch 1 ,mem_24g_work_mode 
+5317 c000531a beq dongle_work ,dongle_dispose_in_work_mode 
+5318 c000d312 beq dongle_bind ,dongle_dispose_in_bind_mode 
+5319 20600000 rtn 
+
+dongle_dispose_in_work_mode:
+531a 70070aa0 jam command_mode ,mem_usb0_get_report_data + 1 
+531b 20205306 branch dongle_usb0_data_ready_report_set1 
+
+dongle_dispose_cmd_current_fw_version:
+531c 70070a00 jam fw_version0 ,mem_usb0_get_report_data + 1 
+531d 70070b00 jam fw_version1 ,mem_usb0_get_report_data + 2 
+531e 70070c01 jam fw_version2 ,mem_usb0_get_report_data + 3 
+531f 70070d07 jam fw_version3 ,mem_usb0_get_report_data + 4 
+5320 20205306 branch dongle_usb0_data_ready_report_set1 
+
+dongle_auto_bind:
+5321 20404a95 call g24_mode_switch_init 
+
+dongle_auto_bind_loop:
+5322 20404a9a call g24_mode_switch_bind_work 
+5323 20404ac0 call g24_mode_switch_bind_search 
+5324 20405329 call dongle_work_mode_auto 
+5325 20404afa call g24_bind_mode_auto 
+5326 20404b17 call g24_search_mode_auto 
+5327 204052ed call dongle_usb_dispatch 
+5328 20205322 branch dongle_auto_bind_loop 
+
+dongle_work_mode_auto:
+5329 449bc006 bpatch patch06_7 ,mem_patch06 
+532a 6fe0c559 fetch 1 ,mem_24g_work_mode 
+532b c1800000 rtnne dongle_work 
+532c 20404af5 call g24_work_mode_start 
+532d 204052b9 call dongle_g24_blank_data_process 
+532e 6fe0c553 fetch 1 ,mem_24g_pair_mode 
+532f 247a0000 nrtn blank 
+5330 20204b99 branch g24_nodata_process 
+
+dongle_ackpayload_prep:
+5331 6fe0c4cf fetch 1 ,mem_24g_data_type 
+5332 c000d334 beq datatype_device1 ,dongle_ackpayload_prep_mouse 
+5333 c001533d beq datatype_device2 ,dongle_ackpayload_prep_keyboard 
+
+dongle_ackpayload_prep_mouse:
+5334 6fe0c5d5 fetch 1 ,mem_dg_pc_sleep_flag 
+5335 c2805343 bbit1 0 ,dongle_pc_sleep_ackpayload_prep_mouse 
+5336 2020533f branch dongle_ackpayload_prep_end 
+
+dongle_set_pc_sleep_flag:
+5337 6fe0c095 fetch 1 ,mem_device_option 
+5338 c1820000 rtnne dvc_op_dongle 
+5339 7045d503 jam 3 ,mem_dg_pc_sleep_flag 
+533a 20600000 rtn 
+
+dongle_clear_pc_sleep_flag:
+533b 7045d500 jam 0 ,mem_dg_pc_sleep_flag 
+533c 20600000 rtn 
+
+dongle_ackpayload_prep_keyboard:
+533d 6fe0c5d5 fetch 1 ,mem_dg_pc_sleep_flag 
+533e c280d347 bbit1 1 ,dongle_pc_sleep_ackpayload_prep_keyboard 
+
+dongle_ackpayload_prep_end:
+533f 6fe0c554 fetch 1 ,mem_24g_ackpayload_enable 
+5340 c000d34e beq bind_ackpayload ,dongle_g24_bind_ackpayload_prep 
+5341 c001d352 beq kb_led_ackpayload ,dongle_g24_kb_led_ackpayload_prep 
+5342 20600000 rtn 
+
+dongle_pc_sleep_ackpayload_prep_mouse:
+5343 6fe0c5d5 fetch 1 ,mem_dg_pc_sleep_flag 
+5344 793ffe00 set0 0 ,pdata 
+5345 67e0c5d5 store 1 ,mem_dg_pc_sleep_flag 
+5346 2020534a branch dongle_pc_sleep_ackpayload_prep 
+
+dongle_pc_sleep_ackpayload_prep_keyboard:
+5347 6fe0c5d5 fetch 1 ,mem_dg_pc_sleep_flag 
+5348 793ffe01 set0 1 ,pdata 
+5349 67e0c5d5 store 1 ,mem_dg_pc_sleep_flag 
+
+dongle_pc_sleep_ackpayload_prep:
+534a 7044ce01 jam 0x01 ,mem_24g_datalen 
+534b 580000ff setarg 0xff 
+534c 67e0c45f store 1 ,mem_24g_txbuf 
+534d 20600000 rtn 
+
+dongle_g24_bind_ackpayload_prep:
+534e 70455401 jam 1 ,mem_24g_ackpayload_enable 
+534f 20404a13 call g24_binding_device_check 
+5350 24778000 nrtn user3 
+5351 202049ab branch g24_bind_ackpayload_prep 
+
+dongle_g24_kb_led_ackpayload_prep:
+5352 6fe0c43f fetch 1 ,mem_24g_rxbuf + 2 
+5353 c000d34e beq datatype_device1 ,dongle_g24_bind_ackpayload_prep 
+5354 c07fd34e beq datatype_attemp ,dongle_g24_bind_ackpayload_prep 
+5355 70074d00 jam 0 ,mem_usb_tx_win_enable 
+5356 7044ce01 jam 0x01 ,mem_24g_datalen 
+5357 6fe0c564 fetch 1 ,mem_24g_led_status 
+5358 67e0c45f store 1 ,mem_24g_txbuf 
+5359 20600000 rtn 
+
+dongle_g24_mouse:
+535a 58000001 setarg ms_report_id 
+535b 67e08767 store 1 ,mem_usb_mouse_data 
+535c 6fe3c52e fetch 7 ,mem_24g_rxdata_temp + 3 
+535d e7e38005 istore 7 ,contw 
+535e 6fe0c52e fetch 1 ,mem_24g_rxdata_temp + 3 
+535f 245a5363 ncall dongle_g24_ms_enable_blank_data_forcibly ,blank 
+5360 6fe0c52e fetch 1 ,mem_24g_rxdata_temp + 3 
+5361 205a5367 call dongle_g24_ms_disable_blank_data_forcibly ,blank 
+5362 202052c7 branch dongle_usb_tx_ms_data 
+
+dongle_g24_ms_enable_blank_data_forcibly:
+5363 7045aa01 jam 1 ,mem_dg_ms_blank_data_enable 
+5364 58000180 setarg timer_ms_blank_delay 
+5365 d8e0000d arg g24_timer_ms_blank ,queue 
+5366 2020754f branch timer_init 
+
+dongle_g24_ms_disable_blank_data_forcibly:
+5367 7045aa00 jam 0 ,mem_dg_ms_blank_data_enable 
+5368 58000000 setarg 0 
+5369 d8e0000d arg g24_timer_ms_blank ,queue 
+536a 2020754f branch timer_init 
+
+dongle_g24_kb:
+536b 6fe0c52e fetch 1 ,mem_24g_rxdata_temp + 3 
+536c c0005370 beq 0 ,dongle_g24_kb_type0 
+536d c00153a3 beq 2 ,dongle_g24_kb_type2 
+536e c001d38b beq 3 ,dongle_g24_kb_type3 
+536f 20204a54 branch g24_rx_interrupt_clear 
+
+dongle_g24_kb_type0:
+5370 6fe0c530 fetch 1 ,mem_24g_rxdata_temp + 5 
+5371 67e0c554 store 1 ,mem_24g_ackpayload_enable 
+5372 70453000 jam 0 ,mem_24g_rxdata_temp + 5 
+5373 d8a00777 arg mem_usb_kb_data ,contw 
+5374 d8c0452f arg mem_24g_rxdata_temp + 4 ,contr 
+5375 df200008 arg 8 ,loopcnt 
+5376 20407548 call memcpy 
+5377 6fe40777 fetch 8 ,mem_usb_kb_data 
+5378 245a5383 ncall dongle_g24_kb_enable_blank_data_forcibly ,blank 
+5379 6fe40777 fetch 8 ,mem_usb_kb_data 
+537a 205a5387 call dongle_g24_kb_disable_blank_data_forcibly ,blank 
+537b 6fe40777 fetch 8 ,mem_usb_kb_data 
+537c 67e4458c store 8 ,mem_dg_kb_data_sta_data 
+537d 684c4594 fetcht 8 ,mem_dg_kb_data_last_data 
+537e 98467c00 isub temp ,null 
+537f 2442d2d9 ncall dongle_usb_tx_enable_ep1 ,zero 
+5380 6fe4458c fetch 8 ,mem_dg_kb_data_sta_data 
+5381 67e44594 store 8 ,mem_dg_kb_data_last_data 
+5382 20204a54 branch g24_rx_interrupt_clear 
+
+dongle_g24_kb_enable_blank_data_forcibly:
+5383 7045a801 jam 1 ,mem_dg_kb_blank_data_enable 
+5384 58000180 setarg timer_kb_blank_delay 
+5385 d8e0000e arg g24_timer_kb_blank ,queue 
+5386 2020754f branch timer_init 
+
+dongle_g24_kb_disable_blank_data_forcibly:
+5387 7045a800 jam 0 ,mem_dg_kb_blank_data_enable 
+5388 58000000 setarg 0 
+5389 d8e0000e arg g24_timer_kb_blank ,queue 
+538a 2020754f branch timer_init 
+
+dongle_g24_kb_type3:
+538b d8a00787 arg mem_usb_kb_multikey ,contw 
+538c d8c0452e arg mem_24g_rxdata_temp + 3 ,contr 
+538d df200003 arg 3 ,loopcnt 
+538e 20407548 call memcpy 
+538f 6fe10788 fetch 2 ,mem_usb_kb_multikey + 1 
+5390 245a539b ncall dongle_g24_kb_mul_enable_blank_data_forcibly ,blank 
+5391 6fe10788 fetch 2 ,mem_usb_kb_multikey + 1 
+5392 205a539f call dongle_g24_kb_mul_disable_blank_data_forcibly ,blank 
+5393 6fe18787 fetch 3 ,mem_usb_kb_multikey 
+5394 67e1c59c store 3 ,mem_dg_kb_multikey_sta_data 
+5395 6849c59f fetcht 3 ,mem_dg_kb_multikey_last_data 
+5396 98467c00 isub temp ,null 
+5397 2442d2eb ncall dongle_usb_tx_multikey_data ,zero 
+5398 6fe1c59c fetch 3 ,mem_dg_kb_multikey_sta_data 
+5399 67e1c59f store 3 ,mem_dg_kb_multikey_last_data 
+539a 20204a54 branch g24_rx_interrupt_clear 
+
+dongle_g24_kb_mul_enable_blank_data_forcibly:
+539b 7045a901 jam 1 ,mem_dg_kb_mul_blank_data_enable 
+539c 58000180 setarg timer_kb_mul_blank_delay 
+539d d8e0000c arg g24_timer_kb_mul_blank ,queue 
+539e 2020754f branch timer_init 
+
+dongle_g24_kb_mul_disable_blank_data_forcibly:
+539f 7045a900 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+53a0 58000000 setarg 0 
+53a1 d8e0000c arg g24_timer_kb_mul_blank ,queue 
+53a2 2020754f branch timer_init 
+
+dongle_g24_kb_type2:
+53a3 d8a00797 arg mem_usb_kb_system ,contw 
+53a4 d8c0452e arg mem_24g_rxdata_temp + 3 ,contr 
+53a5 df200002 arg 2 ,loopcnt 
+53a6 20407548 call memcpy 
+53a7 6fe10797 fetch 2 ,mem_usb_kb_system 
+53a8 245a53b3 ncall dongle_g24_kb_sys_enable_blank_data_forcibly ,blank 
+53a9 6fe10797 fetch 2 ,mem_usb_kb_system 
+53aa 205a53b7 call dongle_g24_kb_sys_disable_blank_data_forcibly ,blank 
+53ab 6fe10797 fetch 2 ,mem_usb_kb_system 
+53ac 67e145a2 store 2 ,mem_dg_kb_system_sta_data 
+53ad 684945a5 fetcht 2 ,mem_dg_kb_system_last_data 
+53ae 98467c00 isub temp ,null 
+53af 2442d3bb ncall dongle_usb_tx_sys_data ,zero 
+53b0 6fe145a2 fetch 2 ,mem_dg_kb_system_sta_data 
+53b1 67e145a5 store 2 ,mem_dg_kb_system_last_data 
+53b2 20204a54 branch g24_rx_interrupt_clear 
+
+dongle_g24_kb_sys_enable_blank_data_forcibly:
+53b3 7045a901 jam 1 ,mem_dg_kb_mul_blank_data_enable 
+53b4 58000180 setarg timer_kb_mul_blank_delay 
+53b5 d8e0000c arg g24_timer_kb_mul_blank ,queue 
+53b6 2020754f branch timer_init 
+
+dongle_g24_kb_sys_disable_blank_data_forcibly:
+53b7 7045a900 jam 0 ,mem_dg_kb_mul_blank_data_enable 
+53b8 58000000 setarg 0 
+53b9 d8e0000c arg g24_timer_kb_mul_blank ,queue 
+53ba 2020754f branch timer_init 
+
+dongle_usb_tx_sys_data:
+53bb 70076022 jam usb_ep2_systemkey ,mem_usb_ep2_data 
+53bc 202052c8 branch dongle_usb_tx_enable_ep2 
+
+dongle_g24_store_dvc2_bind_flag:
+53bd 6fe0c095 fetch 1 ,mem_device_option 
+53be c1820000 rtnne dvc_op_dongle 
+53bf 6fe0c58b fetch 1 ,mem_dg_kb_bind_flag 
+53c0 c12d0000 rtneq dongle_kb_bind_success 
+
+dongle_prep_soft_reset:
+53c1 7045d401 jam 1 ,mem_dg_kb_bind_success 
+53c2 20600000 rtn 
+
+dongle_kb_bind_soft_reset:
+53c3 6fe0c095 fetch 1 ,mem_device_option 
+53c4 c1820000 rtnne dvc_op_dongle 
+53c5 6fe0c5d4 fetch 1 ,mem_dg_kb_bind_success 
+53c6 207a0000 rtn blank 
+53c7 7004cc00 jam 0 ,mem_temp 
+
+dongle_wirte_efuse_bind_status:
+53c8 70458b5a jam dongle_kb_bind_success ,mem_dg_kb_bind_flag 
+53c9 20405286 call dongle_write_kb_bind_status 
+53ca 20405281 call dongle_read_kb_bind_status 
+53cb 6fe084cc fetch 1 ,mem_temp 
+53cc 1fe0fe01 increase 1 ,pdata 
+53cd 67e084cc store 1 ,mem_temp 
+53ce c07fe9f6 beq 0xff ,soft_reset_chip 
+53cf 6fe0c58b fetch 1 ,mem_dg_kb_bind_flag 
+53d0 c0ad53c8 bne dongle_kb_bind_success ,dongle_wirte_efuse_bind_status 
+53d1 202069f6 branch soft_reset_chip 
+
+module_init:
+53d2 2035d3f6 branch module_lpm_init ,wake 
+53d3 2040412d call le_modified_name 
+53d4 58005400 setarg module_process_idle 
+53d5 67e14390 store 2 ,mem_cb_idle_process 
+53d6 58005403 setarg module_process_bb_event 
+53d7 67e14392 store 2 ,mem_cb_bb_event_process 
+53d8 580053fc setarg module_lpm_lock 
+53d9 67e14388 store 2 ,mem_cb_check_wakelock 
+53da 580054b7 setarg module_hci_cmd_transmit_le_notify 
+53db 67e14396 store 2 ,mem_cb_ble_transmit 
+53dc 580056c0 setarg module_le_receive_data 
+53dd 67e14394 store 2 ,mem_cb_att_write 
+53de 580056d1 setarg module_bb_event_timer 
+53df 67e14398 store 2 ,mem_cb_event_timer 
+53e0 449c4007 bpatch patch07_0 ,mem_patch07 
+53e1 204053e4 call module_lpm_uart_init 
+53e2 204053f7 call module_gpio_init 
+53e3 20205651 branch module_hci_event_enter_standby_mode 
+
+module_lpm_uart_init:
+53e4 6ff08060 fetch 1 ,core_uart_ctrl 
+53e5 793ffe00 set0 bit_uart_control_enable ,pdata 
+53e6 67f08060 store 1 ,core_uart_ctrl 
+53e7 6fe44446 fetch 8 ,mem_module_uart_rx_buffer 
+53e8 20406acd call uarta_init_dma_mem 
+53e9 6fe1444e fetch uart_baud_len ,mem_module_uarta_baud_rate 
+53ea 20406ad8 call uarta_init_baud_rate 
+53eb 20406ae7 call uart_clock_select_main_freq_crystal 
+53ec 70807508 jam gpcfg_uart_txd ,core_gpio_conf + hci_uart_tx_gpio_num 
+53ed 70807649 jam gpcfg_uart_rxd | gpcfg_pullup ,core_gpio_conf + hci_uart_rx_gpio_num 
+53ee 7080790a jam gpcfg_uart_rts ,core_gpio_conf + hci_uart_rts_gpio_num 
+53ef 70807a0b jam gpcfg_uart_cts ,core_gpio_conf + hci_uart_cts_gpio_num 
+53f0 d8400081 arg fun_uart_control_enable | fun_uart_control_setting_rate_baud ,temp 
+53f1 6fe14455 fetch 2 ,mem_module_flag 
+53f2 2feffe00 isolate1 module_flag_uart_flow_control ,pdata 
+53f3 79208404 setflag true ,bit_uart_control_flow_control ,temp 
+53f4 60588060 storet 1 ,core_uart_ctrl 
+53f5 20600000 rtn 
+
+module_lpm_init:
+53f6 202053e4 branch module_lpm_uart_init 
+
+module_gpio_init:
+53f7 6848c43b fetcht 1 ,mem_module_connect_state_gpio 
+53f8 20406c43 call gpio_config_output 
+53f9 20405425 call module_set_conn_pin_low 
+53fa 6848c439 fetcht 1 ,mem_module_wake_up_gpio 
+53fb 20206c29 branch gpio_config_input 
+
+module_lpm_lock:
+53fc 6848c439 fetcht 1 ,mem_module_wake_up_gpio 
+53fd 20406c32 call gpio_get_bit 
+53fe 2420ce0b nbranch app_put_lpm_wake_lock ,true 
+53ff 20204e09 branch app_get_lpm_wake_lock 
+
+module_process_idle:
+5400 204066a4 call l2cap_malloc_is_fifo_full 
+5401 247a0000 nrtn blank 
+5402 20205427 branch module_process_check_hci_command_complete 
+
+module_process_bb_event:
+5403 1a627e00 copy regc ,pdata 
+5404 c00a5414 beq bt_evt_le_connected ,module_process_le_conn 
+5405 c00ad410 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
+5406 c0185685 beq bt_evt_le_pairing_fail ,module_hci_event_le_pairing_fail 
+5407 c018d687 beq bt_evt_le_pairing_success ,module_hci_event_le_pairing_success 
+5408 c0195691 beq bt_evt_le_start_enc ,module_hci_event_start_enc 
+5409 c019d68f beq bt_evt_le_pause_enc ,module_hci_event_pause_enc 
+540a c01a567f beq bt_evt_le_tk_generate ,module_hci_event_le_tk 
+540b c01ed665 beq bt_evt_store_nvram ,module_hci_event_store_device 
+540c c020d41a beq bt_evt_le_ltk_lost ,module_process_ble_ltk_lost 
+540d c021541c beq bt_evt_le_update_phy ,module_process_ble_update_phy 
+540e c021d67d beq bt_evt_le_get_passkey ,module_hci_event_passkey_entry_mode 
+540f 20600000 rtn 
+
+module_process_bb_even_le_disconn:
+5410 204041a4 call le_clr_config_more_data 
+5411 70445700 jam 0 ,mem_module_hci_notify_len 
+5412 20405418 call module_disconn_start 
+5413 20205637 branch module_hci_event_le_disconnect 
+
+module_process_le_conn:
+5414 2040541f call module_conn_start 
+5415 6fe0c444 fetch 1 ,mem_module_le_lpm_mult 
+5416 67e0c0c1 store 1 ,mem_lpm_mult 
+5417 20205635 branch module_hci_event_le_connect 
+
+module_disconn_start:
+5418 20405480 call module_start_adv_discovery_by_command 
+5419 2020541d branch module_set_conn_pin_high 
+
+module_process_ble_ltk_lost:
+541a 204047a8 call le_send_reject_ind 
+541b 20204621 branch le_send_smp_security_request 
+
+module_process_ble_update_phy:
+541c 202056a1 branch module_hci_event_le_update_phy 
+
+module_set_conn_pin_high:
+541d 6848c43b fetcht 1 ,mem_module_connect_state_gpio 
+541e 20206c43 branch gpio_out_active 
+
+module_conn_start:
+541f 20405421 call module_stop_adv_discovery 
+5420 20205425 branch module_set_conn_pin_low 
+
+module_stop_adv_discovery:
+5421 6fe0c43e fetch 1 ,mem_module_state 
+5422 2feffe01 isolate1 moudle_state_ble_bit ,pdata 
+5423 2040ce16 call app_ble_stop_adv ,true 
+5424 20600000 rtn 
+
+module_set_conn_pin_low:
+5425 6848c43b fetcht 1 ,mem_module_connect_state_gpio 
+5426 20206c3f branch gpio_out_inactive 
+
+module_process_check_hci_command_complete:
+5427 6ff0810b fetch 1 ,core_uart_status 
+5428 c3810000 rtnbit1 uart_status_rx_fifo_empty 
+5429 20406afb call uarta_prepare_rx 
+542a efe08003 ifetch 1 ,contru 
+542b c080d43d bne 0x01 ,module_hci_in_excp 
+542c 6ff10112 fetch 2 ,core_uart_rxitems 
+542d 1fe67c02 sub pdata ,2 ,null 
+542e 20610000 rtn positive 
+542f efe08003 ifetch 1 ,contru 
+5430 67e08537 store 1 ,mem_module_uart_opcode 
+5431 e8408003 ifetcht 1 ,contru 
+5432 18622200 copy contru ,rega 
+5433 60488538 storet 1 ,mem_module_uart_len 
+5434 18408403 add temp ,3 ,temp 
+5435 6ff10112 fetch 2 ,core_uart_rxitems 
+5436 98460400 isub temp ,temp 
+5437 24610000 nrtn positive 
+5438 70053901 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+5439 2040544b call module_hci_cmd_control 
+543a 6fe08539 fetch 1 ,mem_module_temp_nl_discard_packet 
+543b c1000000 rtneq hci_not_discard_packet 
+543c 20205446 branch module_hci_dicard_packet 
+
+module_hci_in_excp:
+543d 204074fb call delay_10ms 
+543e 2040566e call module_hci_event_invalid_packet 
+543f 20205440 branch module_hci_release_except 
+
+module_hci_release_except:
+5440 449cc007 bpatch patch07_1 ,mem_patch07 
+5441 20406afb call uarta_prepare_rx 
+5442 6ff10112 fetch 2 ,core_uart_rxitems 
+5443 207a0000 rtn blank 
+5444 98608600 iadd contru ,contru 
+5445 2020544a branch module_hci_dicard_bytes 
+
+module_hci_dicard_packet:
+5446 20406afb call uarta_prepare_rx 
+5447 18608602 increase 2 ,contu 
+5448 efe08003 ifetch 1 ,contu 
+5449 98608600 iadd contu ,contu 
+
+module_hci_dicard_bytes:
+544a 20206b01 branch uarta_rxdone 
+
+module_hci_cmd_control:
+544b 449d4007 bpatch patch07_2 ,mem_patch07 
+544c 6fe08537 fetch 1 ,mem_module_uart_opcode 
+544d c000d474 beq hci_cmd_set_le_addr_req ,module_hci_cmd_set_le_addr 
+544e c0015479 beq hci_cmd_set_visibility_req ,module_hci_cmd_set_visibility 
+544f c0025487 beq hci_cmd_set_le_name_req ,module_hci_cmd_set_le_name 
+5450 c004d48b beq hci_cmd_le_data_req ,module_hci_cmd_receive_le_data 
+5451 c005d4e2 beq hci_cmd_status_irq ,module_hci_cmd_inquire_status 
+5452 c00754e3 beq hci_cmd_set_uartcontrol_req ,module_hci_cmd_set_uart_control_mode 
+5453 c007d4eb beq hci_cmd_set_uart_baud_req ,module_hci_cmd_set_uart_baud 
+5454 c00854f3 beq hci_cmd_version_req ,module_hci_cmd_version_request 
+5455 c00954f7 beq hci_cmd_ble_disconnect ,module_hci_cmd_ble_disconnect 
+5456 c01354fb beq hci_cmd_set_nvram_req ,module_hci_cmd_set_nvram 
+5457 c0145500 beq hci_cmd_confirm_gkey ,module_hci_cmd_confirm_gkey 
+5458 c0155503 beq hci_cmd_auto_adv_scan ,module_hci_cmd_auto_adv 
+5459 c015d536 beq hci_cmd_power_req ,module_hci_cmd_power_request 
+545a c016553c beq hci_cmd_power_set ,module_hci_cmd_power_set 
+545b c0185543 beq hci_cmd_passkey_entry ,module_hci_cmd_passkey_entry 
+545c c018d548 beq hci_cmd_set_gpio ,module_hci_cmd_set_gpio 
+545d c0195559 beq hci_cmd_read_gpio ,module_hci_cmd_read_gpio 
+545e c019d564 beq hci_cmd_le_set_pairing ,module_hci_cmd_le_set_pairing_mode 
+545f c01a5579 beq hci_cmd_le_set_adv_data ,module_hci_cmd_le_set_adv_data 
+5460 c01ad57c beq hci_cmd_le_set_scan_data ,module_hci_cmd_le_set_scan_data 
+5461 c01b5585 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
+5462 c01bd58e beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
+5463 c01c5591 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
+5464 c0205599 beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
+5465 c02155a3 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
+5466 c02455a8 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
+5467 c028d5b3 beq hci_cmd_reset_chip_req ,module_hci_cmd_reset_chip 
+5468 c030d5b7 beq hci_cmd_le_set_fixed_passkey ,module_hci_cmd_le_set_fixed_passkey 
+5469 c03b55c6 beq hci_cmd_delete_customize_service ,module_hci_cmd_delete_customize_service 
+546a c03bd5cc beq hci_cmd_add_service_uuid ,module_hci_cmd_add_service_uuid 
+546b c03c55d1 beq hci_cmd_add_characteristic_uuid ,module_hci_cmd_add_characteristic_uuid 
+546c c03d5607 beq hci_cmd_passkey_entry_input ,module_hci_cmd_le_passkey_entry_input 
+546d c0485615 beq hci_cmd_ble_set_phy ,module_hci_cmd_ble_set_phy 
+546e c048d61a beq hci_cmd_ble_read_current_phy ,module_hci_cmd_ble_read_current_phy 
+546f c049561e beq hci_cmd_ble_set_dle ,module_hci_cmd_ble_set_dle 
+5470 c049d623 beq hci_cmd_read_chip_data ,module_hci_cmd_read_chip_data 
+5471 c04a5627 beq hci_cmd_write_chip_data ,module_hci_cmd_write_chip_data 
+5472 c07fd62d beq hci_cmd_close_lpm ,module_hci_cmd_close_lpm 
+5473 2020562f branch module_hci_event_receive_invalid_cmd 
+
+module_hci_cmd_set_le_addr:
+5474 6fe08538 fetch 1 ,mem_module_uart_len 
+5475 c083562f bne 6 ,module_hci_event_receive_invalid_cmd 
+5476 efe30003 ifetch 6 ,contru 
+5477 67e342ae store 6 ,mem_le_lap 
+5478 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_set_visibility:
+5479 6fe08538 fetch 1 ,mem_module_uart_len 
+547a c080d62f bne 1 ,module_hci_event_receive_invalid_cmd 
+547b e8408003 ifetcht 1 ,contru 
+547c 6048c445 storet 1 ,mem_module_bluetooth_stauts_by_command 
+547d 20405632 call module_hci_event_receive_valid_cmd 
+547e 6fe1442f fetch 2 ,mem_ui_state_map 
+547f c3848000 rtnbit1 ui_state_ble_connected 
+
+module_start_adv_discovery_by_command:
+
+moudle_start_adv_by_command:
+5480 6fe0c43e fetch 1 ,mem_module_state 
+5481 2feffe01 isolate1 moudle_state_ble_bit ,pdata 
+5482 24608000 nrtn true 
+5483 6848c445 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
+5484 284ffe02 isolate1 2 ,temp 
+5485 2020ce18 branch app_ble_start_adv ,true 
+5486 20204e16 branch app_ble_stop_adv 
+
+module_hci_cmd_set_le_name:
+5487 dfe0001d arg 29 ,pdata 
+5488 d8a0422b arg mem_le_name_len ,contw 
+5489 2040557f call module_hci_cmd_receive_store_mem 
+548a 2020412d branch le_modified_name 
+
+module_hci_cmd_receive_le_data:
+548b 6fe1442f fetch 2 ,mem_ui_state_map 
+548c c304d62f bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+548d 204054df call module_check_ble_encrypt_state 
+548e 2034562f branch module_hci_event_receive_invalid_cmd ,user 
+548f 70053900 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+5490 6fe14455 fetch 2 ,mem_module_flag 
+5491 c28454b0 bbit1 module_flag_ble_data_finish ,module_hci_cmd_receive_le_data_finish 
+5492 6fe0c457 fetch 1 ,mem_module_hci_notify_len 
+5493 247a0000 nrtn blank 
+5494 70053901 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+5495 efe10003 ifetch 2 ,contru 
+5496 67e14458 store 2 ,mem_module_hci_notify_handle 
+5497 6061445a storer contru ,2 ,mem_module_hci_nofiy_addr 
+5498 6fe08538 fetch 1 ,mem_module_uart_len 
+5499 1fe0fffe pincrease -2 
+549a 2421562f nbranch module_hci_event_receive_invalid_cmd ,positive 
+549b 2022d62f branch module_hci_event_receive_invalid_cmd ,zero 
+549c 67e0c457 store 1 ,mem_module_hci_notify_len 
+549d 68494458 fetcht 2 ,mem_module_hci_notify_handle 
+549e 184085ff increase -1 ,temp 
+549f 204040e9 call le_att_get_handle_ptr2 
+54a0 203a54b3 branch module_hci_cmd_transmit_handle_error ,blank 
+54a1 e8420006 ifetcht 4 ,contr 
+54a2 59280302 setarg 0x01280302 
+54a3 98467c00 isub temp ,null 
+54a4 2422d4b3 nbranch module_hci_cmd_transmit_handle_error ,zero 
+54a5 efe08006 ifetch 1 ,contr 
+54a6 67e0c45c store 1 ,mem_module_hci_notify_type 
+54a7 1fe17e30 and_into 0x30 ,pdata 
+54a8 203a54b3 branch module_hci_cmd_transmit_handle_error ,blank 
+54a9 70053900 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+54aa 204041a2 call le_set_config_more_data 
+54ab 204054b7 call module_hci_cmd_transmit_le_notify 
+54ac 204054b7 call module_hci_cmd_transmit_le_notify 
+54ad 204054b7 call module_hci_cmd_transmit_le_notify 
+54ae 6fe14455 fetch 2 ,mem_module_flag 
+54af c4040000 rtnbit0 module_flag_ble_data_finish 
+
+module_hci_cmd_receive_le_data_finish:
+54b0 70053901 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+54b1 204056e3 call module_clear_le_tx_data_flag 
+54b2 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_transmit_handle_error:
+54b3 70445700 jam 0 ,mem_module_hci_notify_len 
+54b4 70053901 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+54b5 204056e3 call module_clear_le_tx_data_flag 
+54b6 2020562f branch module_hci_event_receive_invalid_cmd 
+
+module_hci_cmd_transmit_le_notify:
+54b7 6fe0c457 fetch 1 ,mem_module_hci_notify_len 
+54b8 207a0000 rtn blank 
+54b9 20404203 call le_fifo_check_nearly_full 
+54ba 247a0000 nrtn blank 
+54bb 204054da call module_get_le_remote_mtu 
+54bc 449dc007 bpatch patch07_3 ,mem_patch07 
+54bd 6fe142b4 fetch 2 ,mem_le_local_mtu 
+54be 2040762c call not_greater_than 
+54bf 1fe20400 copy pdata ,temp 
+54c0 6fe0c369 fetch 1 ,mem_le_l2cap_att_states 
+54c1 c3800000 rtnbit1 ble_l2cap_recv_confirmation_packet 
+54c2 1840fffd add temp ,-3 ,pdata 
+54c3 d84000fb arg 251 ,temp 
+54c4 2040762c call not_greater_than 
+54c5 6848c457 fetcht 1 ,mem_module_hci_notify_len 
+54c6 2040762c call not_greater_than 
+54c7 1fe22200 copy pdata ,rega 
+54c8 18427e00 copy temp ,pdata 
+54c9 9a267e00 isub rega ,pdata 
+54ca 67e0c457 store 1 ,mem_module_hci_notify_len 
+54cb 204054d5 call module_hci_cmd_transmit_le_notify_malloc_l2cap 
+54cc 6fe1445a fetch 2 ,mem_module_hci_nofiy_addr 
+54cd 1fe20600 copy pdata ,contru 
+54ce 1a227200 copy rega ,loopcnt 
+54cf 20406b2c call uart_copy_rx_bytes_fast 
+54d0 18627e00 copy contru ,pdata 
+54d1 67e1445a store 2 ,mem_module_hci_nofiy_addr 
+54d2 6fe0c457 fetch 1 ,mem_module_hci_notify_len 
+54d3 247a0000 nrtn blank 
+54d4 202056e1 branch module_set_le_tx_data_flag 
+
+module_hci_cmd_transmit_le_notify_malloc_l2cap:
+54d5 68494458 fetcht 2 ,mem_module_hci_notify_handle 
+54d6 6fe0c45c fetch 1 ,mem_module_hci_notify_type 
+54d7 c282c54f bbit1 bit_characteristic_indicate ,le_att_malloc_tx_indication 
+54d8 c2824546 bbit1 bit_characteristic_notify ,le_att_malloc_tx_notify 
+54d9 20600000 rtn 
+
+module_get_le_remote_mtu:
+54da d8400017 arg 0x17 ,temp 
+54db 6fe14455 fetch 2 ,mem_module_flag 
+54dc c3808000 rtnbit1 module_flag_ble_send_mtu23 
+54dd 684942b6 fetcht 2 ,mem_le_remote_mtu 
+54de 20600000 rtn 
+
+module_check_ble_encrypt_state:
+54df 6fe14455 fetch 2 ,mem_module_flag 
+54e0 c281451f bbit1 module_flag_ble_data_encrypt ,le_check_encrypt_state 
+54e1 20207638 branch disable_user 
+
+module_hci_cmd_inquire_status:
+54e2 20205655 branch module_hci_event_status_res 
+
+module_hci_cmd_set_uart_control_mode:
+54e3 efe08003 ifetch 1 ,contru 
+54e4 6848c455 fetcht 1 ,mem_module_flag 
+54e5 7d3a0400 nsetflag blank ,module_flag_uart_flow_control ,temp 
+54e6 6048c455 storet 1 ,mem_module_flag 
+54e7 68588060 fetcht 1 ,core_uart_ctrl 
+54e8 7d3a0404 nsetflag blank ,bit_uart_control_flow_control ,temp 
+54e9 60588060 storet 1 ,core_uart_ctrl 
+54ea 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_set_uart_baud:
+54eb 6f208538 fetchr loopcnt ,1 ,mem_module_uart_len 
+54ec 204075a1 call string2dec_from_uart 
+54ed 20406adc call uart_calc_baud_rate_config 
+54ee 67e1444e store uart_baud_len ,mem_module_uarta_baud_rate 
+54ef 20405632 call module_hci_event_receive_valid_cmd 
+54f0 204075e8 call wait_uarttx 
+54f1 6fe1444e fetch uart_baud_len ,mem_module_uarta_baud_rate 
+54f2 20206ad8 branch uarta_init_baud_rate 
+
+module_hci_cmd_version_request:
+54f3 da200002 arg 2 ,rega 
+54f4 da404437 arg mem_soft_version_num ,regb 
+54f5 d8400000 arg 0 ,temp 
+54f6 20205639 branch module_hci_event_set_cmd 
+
+module_hci_cmd_ble_disconnect:
+54f7 6fe1442f fetch 2 ,mem_ui_state_map 
+54f8 c304d62f bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+
+module_hci_cmd_ble_disconnect_doing:
+54f9 20405632 call module_hci_event_receive_valid_cmd 
+54fa 20204e20 branch app_ble_disconnect 
+
+module_hci_cmd_set_nvram:
+54fb 6f208538 fetchr loopcnt ,1 ,mem_module_uart_len 
+54fc 6fe143ad fetch 2 ,mem_nv_data_ptr 
+54fd 1fe20a00 icopy contw 
+54fe 20406b2c call uart_copy_rx_bytes_fast 
+54ff 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_confirm_gkey:
+5500 6fe1442f fetch 2 ,mem_ui_state_map 
+5501 c284d5a8 bbit1 ui_state_ble_connected ,module_hci_cmd_le_confirm_gkey 
+5502 2020562f branch module_hci_event_receive_invalid_cmd 
+
+module_hci_cmd_auto_adv:
+5503 df200040 arg 0x40 ,loopcnt 
+5504 d8a0431b arg mem_le_adv_data_len ,contw 
+5505 2040750f call clear_mem 
+5506 58000000 setarg 0 
+5507 67e084dc store 1 ,mem_regb 
+5508 1a220600 copy rega ,contru 
+
+module_hci_cmd_auto_adv_loop:
+5509 18627e00 copy contru ,pdata 
+550a 67e104e0 store 2 ,mem_regc 
+550b 20405531 call module_hci_cmd_auto_adv_adv_analys 
+550c 6fe084dc fetch 1 ,mem_regb 
+550d 684884cc fetcht 1 ,mem_temp 
+550e 18408401 increase 1 ,temp 
+550f 9840fe00 iadd temp ,pdata 
+5510 67e084dc store 1 ,mem_regb 
+5511 1fe67c1f sub pdata ,31 ,null 
+5512 2421551d nbranch module_hci_cmd_auto_adv_store_scan ,positive 
+
+module_hci_cmd_auto_adv_store_adv:
+5513 6848c31b fetcht 1 ,mem_le_adv_data_len 
+5514 5800431c setarg mem_le_adv_data 
+5515 9840fe00 iadd temp ,pdata 
+5516 67e104e5 store 2 ,mem_contw 
+5517 684884cc fetcht 1 ,mem_temp 
+5518 18408401 increase 1 ,temp 
+5519 6fe0c31b fetch 1 ,mem_le_adv_data_len 
+551a 9840fe00 iadd temp ,pdata 
+551b 67e0c31b store 1 ,mem_le_adv_data_len 
+551c 20205526 branch module_hci_cmd_auto_adv_store_common 
+
+module_hci_cmd_auto_adv_store_scan:
+551d 6848c33b fetcht 1 ,mem_le_scan_data_len 
+551e 5800433c setarg mem_le_scan_data 
+551f 9840fe00 iadd temp ,pdata 
+5520 67e104e5 store 2 ,mem_contw 
+5521 684884cc fetcht 1 ,mem_temp 
+5522 18408401 increase 1 ,temp 
+5523 6fe0c33b fetch 1 ,mem_le_scan_data_len 
+5524 9840fe00 iadd temp ,pdata 
+5525 67e0c33b store 1 ,mem_le_scan_data_len 
+
+module_hci_cmd_auto_adv_store_common:
+5526 6fe104e5 fetch 2 ,mem_contw 
+5527 1fe20a00 copy pdata ,contw 
+5528 6fe104e0 fetch 2 ,mem_regc 
+5529 1fe20600 copy pdata ,contru 
+552a 18427200 copy temp ,loopcnt 
+552b 20406b2c call uart_copy_rx_bytes_fast 
+552c 6fe08538 fetch 1 ,mem_module_uart_len 
+552d 684884dc fetcht 1 ,mem_regb 
+552e 98467c00 isub temp ,null 
+552f 2422d509 nbranch module_hci_cmd_auto_adv_loop ,zero 
+5530 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_auto_adv_adv_analys:
+5531 efe08003 ifetch 1 ,contru 
+5532 67e084cc store 1 ,mem_temp 
+5533 efe08003 ifetch 1 ,contru 
+5534 67e084d8 store 1 ,mem_rega 
+5535 20600000 rtn 
+
+module_hci_cmd_power_request:
+5536 d8400000 arg 0 ,temp 
+5537 da200002 arg 2 ,rega 
+5538 6fe14452 fetch 2 ,mem_module_vdd_quotient 
+5539 67e104f6 store 2 ,mem_event_cmd_response_content 
+553a da4004f6 arg mem_event_cmd_response_content ,regb 
+553b 20205639 branch module_hci_event_set_cmd 
+
+module_hci_cmd_power_set:
+553c 6fe08538 fetch 1 ,mem_module_uart_len 
+553d c080d62f bne 1 ,module_hci_event_receive_invalid_cmd 
+553e efe08003 ifetch 1 ,contru 
+553f 67e0c450 store 1 ,mem_module_read_vdd_flag 
+5540 58000000 setarg 0x00 
+5541 67e14452 store 2 ,mem_module_vdd_quotient 
+5542 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_passkey_entry:
+5543 6fe08538 fetch 1 ,mem_module_uart_len 
+5544 c082562f bne 4 ,module_hci_event_receive_invalid_cmd 
+5545 6fe1442f fetch 2 ,mem_ui_state_map 
+5546 c284d607 bbit1 ui_state_ble_connected ,module_hci_cmd_le_passkey_entry_input 
+5547 2020562f branch module_hci_event_receive_invalid_cmd 
+
+module_hci_cmd_set_gpio:
+5548 6fe08538 fetch 1 ,mem_module_uart_len 
+5549 c081d62f bne 3 ,module_hci_event_receive_invalid_cmd 
+554a efe08003 ifetch 1 ,contru 
+554b c000554e beq hci_cmd_config_gpio_input ,module_set_gpio_input 
+554c c000d554 beq hci_cmd_config_gpio_output ,module_set_gpio_output 
+554d 2020562f branch module_hci_event_receive_invalid_cmd 
+
+module_set_gpio_input:
+554e 20405632 call module_hci_event_receive_valid_cmd 
+554f e8408003 ifetcht 1 ,contru 
+5550 efe08003 ifetch 1 ,contru 
+5551 c0016c5b beq gpio_input_high_impedance ,gpio_set_high_impedance 
+5552 7d3a0407 nsetflag blank ,7 ,temp 
+5553 20206c29 branch gpio_config_input 
+
+module_set_gpio_output:
+5554 20405632 call module_hci_event_receive_valid_cmd 
+5555 e8408003 ifetcht 1 ,contru 
+5556 efe08003 ifetch 1 ,contru 
+5557 203a6c43 branch gpio_out_active ,blank 
+5558 20206c3f branch gpio_out_inactive 
+
+module_hci_cmd_read_gpio:
+5559 6fe08538 fetch 1 ,mem_module_uart_len 
+555a c080d62f bne 1 ,module_hci_event_receive_invalid_cmd 
+555b e8408003 ifetcht 1 ,contru 
+555c 20406c32 call gpio_get_bit 
+555d 58000000 setarg 0x0 
+555e 7d20fe00 nsetflag true ,0 ,pdata 
+555f da200001 arg 1 ,rega 
+5560 67e104f6 store 2 ,mem_event_cmd_response_content 
+5561 da4004f6 arg mem_event_cmd_response_content ,regb 
+5562 d8400000 arg 0 ,temp 
+5563 20205639 branch module_hci_event_set_cmd 
+
+module_hci_cmd_le_set_pairing_mode:
+5564 efe08003 ifetch 1 ,contru 
+5565 67e0c2d1 store 1 ,mem_le_pairing_mode 
+5566 6fe0c2d1 fetch 1 ,mem_le_pairing_mode 
+5567 c000556c beq le_pairing_mode_none ,module_le_set_no_pairing 
+5568 c000d56f beq le_pairing_mode_lagacy_justwork ,module_le_set_pairing_mode_lagacy_just_work 
+5569 c0015571 beq le_pairing_mode_lagacy_passkey ,module_le_set_pairing_mode_lagacy_passkey 
+556a c0025573 beq le_pairing_mode_lagacy_passkey_res_input ,module_le_set_pairing_mode_lagacy_passkey_res_input 
+556b 2020562f branch module_hci_event_receive_invalid_cmd 
+
+module_le_set_no_pairing:
+556c 70428700 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+
+module_le_set_noinputnooutput:
+556d 70428503 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+556e 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_le_set_pairing_mode_lagacy_just_work:
+556f 70428701 jam flag_le_bonding_no_mitm ,mem_le_pres_auth 
+5570 2020556d branch module_le_set_noinputnooutput 
+
+module_le_set_pairing_mode_lagacy_passkey:
+5571 70428705 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+5572 20205577 branch module_le_set_displayonly 
+
+module_le_set_pairing_mode_lagacy_passkey_res_input:
+5573 70428705 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+5574 20205575 branch module_le_set_keboadonly 
+
+module_le_set_keboadonly:
+5575 70428502 jam flag_iocap_keyboardonly ,mem_le_pres_iocap 
+5576 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_le_set_displayonly:
+5577 70428500 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+5578 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_le_set_adv_data:
+5579 dfe0001f arg 31 ,pdata 
+557a d8a0431b arg mem_le_adv_data_len ,contw 
+557b 2020557f branch module_hci_cmd_receive_store_mem 
+
+module_hci_cmd_le_set_scan_data:
+557c dfe0001f arg 31 ,pdata 
+557d d8a0433b arg mem_le_scan_data_len ,contw 
+557e 2020557f branch module_hci_cmd_receive_store_mem 
+
+module_hci_cmd_receive_store_mem:
+557f 6f208538 fetchr loopcnt ,1 ,mem_module_uart_len 
+5580 9f267c00 isub loopcnt ,null 
+5581 2421562f nbranch module_hci_event_receive_invalid_cmd ,positive 
+5582 e7208005 istorer loopcnt ,1 ,contw 
+5583 20406b2c call uart_copy_rx_bytes_fast 
+5584 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_le_send_conn_update_req:
+5585 6fe1442f fetch 2 ,mem_ui_state_map 
+5586 c304d62f bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+5587 6fe08538 fetch 1 ,mem_module_uart_len 
+5588 c084562f bne 0x08 ,module_hci_event_receive_invalid_cmd 
+5589 efe40003 ifetch 8 ,contru 
+558a 67e442a6 store 8 ,mem_le_interval_min 
+558b 7004c312 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+558c 204070a4 call ui_ipc_send_cmd 
+558d 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_set_le_adv_parameter:
+558e efe10003 ifetch 2 ,contru 
+558f 67e1435c store 2 ,mem_le_adv_interval 
+5590 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_le_start_pairing:
+5591 6fe0c2d1 fetch 1 ,mem_le_pairing_mode 
+5592 203a562f branch module_hci_event_receive_invalid_cmd ,blank 
+5593 6fe0c2cf fetch 1 ,mem_le_pairing_state 
+5594 c080562f bne flag_le_pairing_null ,module_hci_event_receive_invalid_cmd 
+5595 6fe0c2d0 fetch 1 ,mem_le_enc_state 
+5596 c080562f bne flag_le_enc_null ,module_hci_event_receive_invalid_cmd 
+5597 20407119 call check_51cmd_le_smp_sec_req 
+5598 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_set_wake_gpio:
+5599 6fe08538 fetch 1 ,mem_module_uart_len 
+559a c082d62f bne 5 ,module_hci_event_receive_invalid_cmd 
+559b efe08003 ifetch 1 ,contru 
+559c 67e0c43f store 1 ,mem_module_mcu_wake_pin 
+559d efe20003 ifetch 4 ,contru 
+559e 67e24440 store 4 ,mem_module_mcu_wake_delay_us 
+559f 6848c43f fetcht 1 ,mem_module_mcu_wake_pin 
+55a0 20406c43 call gpio_config_output 
+55a1 204056be call module_set_mcu_wake_pin_low 
+55a2 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_set_tx_power:
+55a3 6fe08538 fetch 1 ,mem_module_uart_len 
+55a4 c080d62f bne 0x01 ,module_hci_event_receive_invalid_cmd 
+55a5 efe08003 ifetch 1 ,contru 
+55a6 67e0c116 store 1 ,mem_tx_power 
+55a7 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_le_confirm_gkey:
+55a8 efe08003 ifetch 1 ,contru 
+55a9 c000d5b1 beq 0x01 ,module_hci_cmd_le_confirm_gkey_fail 
+55aa 6fe0c2cd fetch 1 ,mem_le_secure_connect_state 
+55ab c001d5af beq le_sc_stat_send_public_key ,module_hci_cmd_le_confirm_gkey_ok 
+55ac c00355af beq le_sc_stat_receive_dhkey ,module_hci_cmd_le_confirm_gkey_ok 
+55ad c003d5af beq le_sc_stat_wait_confirm_gkey ,module_hci_cmd_le_confirm_gkey_ok 
+55ae 2020562f branch module_hci_event_receive_invalid_cmd 
+
+module_hci_cmd_le_confirm_gkey_ok:
+55af 7042ce01 jam flag_le_sc_confrim_gkey_ok ,mem_le_sc_confirm_gkey_flag 
+55b0 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_le_confirm_gkey_fail:
+55b1 2040465c call le_send_pairing_confirm_value_failed 
+55b2 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_reset_chip:
+55b3 20405632 call module_hci_event_receive_valid_cmd 
+55b4 204075e8 call wait_uarttx 
+55b5 70801001 jam 0x01 ,core_reset 
+55b6 20203aba branch assert 
+
+module_hci_cmd_le_set_fixed_passkey:
+55b7 6fe08538 fetch 1 ,mem_module_uart_len 
+55b8 c000562f beq 0 ,module_hci_event_receive_invalid_cmd 
+55b9 efe08003 ifetch 1 ,contru 
+55ba 203a55c4 branch module_hci_cmd_le_set_random_passkey ,blank 
+55bb 6fe08538 fetch 1 ,mem_module_uart_len 
+55bc c082d62f bne 5 ,module_hci_event_receive_invalid_cmd 
+55bd efe20003 ifetch 4 ,contru 
+55be d84f4240 arg 1000000 ,temp 
+55bf 98467c00 isub temp ,null 
+55c0 2021562f branch module_hci_event_receive_invalid_cmd ,positive 
+55c1 67e242d2 store 4 ,mem_le_tk 
+55c2 2040419a call le_set_config_fixed_tk 
+55c3 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_le_set_random_passkey:
+55c4 2040419c call le_clr_config_fixed_tk 
+55c5 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_delete_customize_service:
+55c6 e8410003 ifetcht 2 ,contru 
+55c7 204040e9 call le_att_get_handle_ptr2 
+55c8 18c08bfe add contr ,-2 ,contw 
+55c9 58000000 setarg 0x0000 
+55ca e7e10005 istore 2 ,contw 
+55cb 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_add_service_uuid:
+55cc 204055d5 call module_hci_cmd_add_service_uuid_set_uuid 
+55cd 20405603 call uart_copy_rx_bytes_len_data 
+55ce 58000000 setarg 0x0000 
+55cf e7e10005 istore 2 ,contw 
+55d0 20205698 branch module_hci_event_uuid_handle 
+
+module_hci_cmd_add_characteristic_uuid:
+55d1 efe08003 ifetch 1 ,contru 
+55d2 204055d9 call module_hci_cmd_add_characteristic_uuid_set_handle 
+55d3 204055e0 call module_hci_cmd_add_characteristic_uuid_set_uuid 
+55d4 20205698 branch module_hci_event_uuid_handle 
+
+module_hci_cmd_add_service_uuid_set_uuid:
+55d5 20405600 call le_att_creat_new_handle 
+55d6 58280002 setarg 0x280002 
+55d7 e7e18005 istore 3 ,contw 
+55d8 20600000 rtn 
+
+module_hci_cmd_add_characteristic_uuid_set_handle:
+55d9 67e084c4 store 1 ,mem_pdatatemp 
+55da 20405600 call le_att_creat_new_handle 
+55db 59280302 setarg 0x01280302 
+55dc e7e20005 istore 4 ,contw 
+55dd 6fe084c4 fetch 1 ,mem_pdatatemp 
+55de e7e18005 istore 3 ,contw 
+55df 20600000 rtn 
+
+module_hci_cmd_add_characteristic_uuid_set_uuid:
+55e0 20404108 call le_att_get_last_handle 
+55e1 efe08003 ifetch 1 ,contru 
+55e2 1fe1721f and pdata ,0x1f ,loopcnt 
+55e3 1fe22200 copy pdata ,rega 
+55e4 2a2ffe07 isolate1 bit_of_write_authenticated ,rega 
+55e5 7920840f setflag true ,bit_of_att_handle_write_authenticated ,temp 
+55e6 2a2ffe06 isolate1 bit_of_read_authenticated ,rega 
+55e7 7920840e setflag true ,bit_of_att_handle_read_authenticated ,temp 
+55e8 e0410005 istoret 2 ,contw 
+55e9 1f227e00 copy loopcnt ,pdata 
+55ea e7e08005 istore 1 ,contw 
+55eb 20406b3f call uart_copy_rx_bytes 
+55ec 20405603 call uart_copy_rx_bytes_len_data 
+55ed 58000000 setarg 0 
+55ee e7e10005 istore 2 ,contw 
+55ef 184104ff and temp ,0xff ,temp 
+55f0 184085ff increase -1 ,temp 
+55f1 204040e9 call le_att_get_handle_ptr2 
+55f2 18c08c04 add contr ,4 ,contr 
+55f3 efe08006 ifetch 1 ,contr 
+55f4 c28255f8 bbit1 bit_characteristic_notify ,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid 
+55f5 c282d5f8 bbit1 bit_characteristic_indicate ,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid 
+55f6 18408401 increase 1 ,temp 
+55f7 20600000 rtn 
+
+module_hci_cmd_add_characteristic_uuid_set_ccc_uuid:
+55f8 20404108 call le_att_get_last_handle 
+55f9 2a2ffe05 isolate1 bit_of_notify_authenticated ,rega 
+55fa 7920840f setflag true ,bit_of_att_handle_write_authenticated ,temp 
+55fb e0410005 istoret 2 ,contw 
+55fc 5a290202 setarg 0x02290202 
+55fd e7e40005 istore 8 ,contw 
+55fe 184085ff increase -1 ,temp 
+55ff 20600000 rtn 
+
+le_att_creat_new_handle:
+5600 20404108 call le_att_get_last_handle 
+5601 e0410005 istoret 2 ,contw 
+5602 20600000 rtn 
+
+uart_copy_rx_bytes_len_data:
+5603 efe08003 ifetch 1 ,contru 
+5604 1fe27200 copy pdata ,loopcnt 
+5605 e7e08005 istore 1 ,contw 
+5606 20206b3f branch uart_copy_rx_bytes 
+
+module_hci_cmd_le_passkey_entry_input:
+5607 6fe0c2cf fetch 1 ,mem_le_pairing_state 
+5608 c082d62f bne flag_le_pairing_receive_pairing_confirm ,module_hci_event_receive_invalid_cmd 
+5609 6fe0c2d1 fetch 1 ,mem_le_pairing_mode 
+560a c0025613 beq le_pairing_mode_lagacy_passkey_res_input ,module_hci_cmd_passkey_entry_res_input 
+560b c042560d beq le_pairing_mode_secure_connect_passkey_res_input ,module_hci_cmd_passkey_entry_sc_res_input 
+560c 2020562f branch module_hci_event_receive_invalid_cmd 
+
+module_hci_cmd_passkey_entry_sc_res_input:
+560d 7042cc02 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+560e 7042cd08 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
+560f 20205610 branch module_hci_cmd_receive_ble_passkey 
+
+module_hci_cmd_receive_ble_passkey:
+5610 efe20003 ifetch 4 ,contru 
+5611 67e242d2 store 4 ,mem_le_tk 
+5612 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_passkey_entry_res_input:
+5613 20405610 call module_hci_cmd_receive_ble_passkey 
+5614 20204651 branch le_send_smp_pairing_confirm 
+
+module_hci_cmd_ble_set_phy:
+5615 6fe08538 fetch 1 ,mem_module_uart_len 
+5616 c081562f bne 2 ,module_hci_event_receive_invalid_cmd 
+5617 e8410003 ifetcht 2 ,contru 
+5618 20404208 call le_set_phys 
+5619 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_ble_read_current_phy:
+561a d8400000 arg 0 ,temp 
+561b da200002 arg 2 ,rega 
+561c da404075 arg mem_context + coffset_le_rx_phy ,regb 
+561d 20205639 branch module_hci_event_set_cmd 
+
+module_hci_cmd_ble_set_dle:
+561e 6fe08538 fetch 1 ,mem_module_uart_len 
+561f c084562f bne 8 ,module_hci_event_receive_invalid_cmd 
+5620 efe40003 ifetch 8 ,contru 
+5621 20404206 call le_set_dle 
+5622 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_read_chip_data:
+5623 ea208003 ifetchr rega ,1 ,contru 
+5624 ea410003 ifetchr regb ,2 ,contru 
+5625 d8400000 arg 0 ,temp 
+5626 20205639 branch module_hci_event_set_cmd 
+
+module_hci_cmd_write_chip_data:
+5627 6f208538 fetchr loopcnt ,1 ,mem_module_uart_len 
+5628 1f20f3fe increase -2 ,loopcnt 
+5629 efe10003 ifetch 2 ,contru 
+562a 1fe20a00 copy pdata ,contw 
+562b 20406b2c call uart_copy_rx_bytes_fast 
+562c 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_cmd_close_lpm:
+562d 70409400 jam 0 ,mem_lpm_mode 
+562e 20205632 branch module_hci_event_receive_valid_cmd 
+
+module_hci_event_receive_invalid_cmd:
+562f d8400001 arg 1 ,temp 
+5630 da200000 arg 0 ,rega 
+5631 20205639 branch module_hci_event_set_cmd 
+
+module_hci_event_receive_valid_cmd:
+5632 d8400000 arg 0 ,temp 
+5633 da200000 arg 0 ,rega 
+5634 20205639 branch module_hci_event_set_cmd 
+
+module_hci_event_le_connect:
+5635 70053702 jam hci_event_le_conn_rep ,mem_module_uart_opcode 
+5636 20205652 branch module_hci_event_enter_standby_mode_len0 
+
+module_hci_event_le_disconnect:
+5637 70053705 jam hci_event_le_dis_rep ,mem_module_uart_opcode 
+5638 20205652 branch module_hci_event_enter_standby_mode_len0 
+
+module_hci_event_set_cmd:
+5639 6fe08537 fetch 1 ,mem_module_uart_opcode 
+563a 1fe22600 copy pdata ,regc 
+563b 70053706 jam hci_event_cmd_res ,mem_module_uart_opcode 
+563c 58000002 setarg 2 
+563d 9a20fe00 iadd rega ,pdata 
+563e 204056a7 call module_hci_prepare_tx 
+563f 1a627e00 copy regc ,pdata 
+5640 e7e08003 istore 1 ,contwu 
+5641 e0408003 istoret 1 ,contwu 
+5642 1a227200 copy rega ,loopcnt 
+5643 1a420c00 copy regb ,contr 
+5644 20406b26 call uart_copy_tx_bytes 
+5645 202056b1 branch module_hci_transmit_tx 
+
+module_hci_event_receive_le_data:
+5646 70053708 jam hci_event_le_data_rep ,mem_module_uart_opcode 
+5647 1f20fe02 add loopcnt ,2 ,pdata 
+5648 204056a7 call module_hci_prepare_tx 
+5649 6fe10562 fetch 2 ,mem_module_le_rx_data_handle 
+564a e7e10003 istore 2 ,contwu 
+564b 6fe10560 fetch 2 ,mem_module_le_rx_data_address 
+564c 1fe20c00 icopy contr 
+564d 20406b13 call uart_copy_tx_bytes_fast 
+564e 18c27e00 copy contr ,pdata 
+564f 67e10560 store 2 ,mem_module_le_rx_data_address 
+5650 202056b1 branch module_hci_transmit_tx 
+
+module_hci_event_enter_standby_mode:
+5651 70053709 jam hci_event_standby_rep ,mem_module_uart_opcode 
+
+module_hci_event_enter_standby_mode_len0:
+5652 58000000 setarg 0 
+5653 204056a7 call module_hci_prepare_tx 
+5654 202056b1 branch module_hci_transmit_tx 
+
+module_hci_event_status_res:
+5655 7005370a jam hci_event_status_res ,mem_module_uart_opcode 
+5656 58000001 setarg 1 
+5657 204056a7 call module_hci_prepare_tx 
+5658 2040565f call module_hci_read_bt_status 
+5659 6fe1442f fetch 2 ,mem_ui_state_map 
+565a d8e00009 arg ui_state_ble_connected ,queue 
+565b afefffff qisolate1 pdata 
+565c 79208405 setflag true ,5 ,temp 
+565d e0408003 istoret 1 ,contwu 
+565e 202056b1 branch module_hci_transmit_tx 
+
+module_hci_read_bt_status:
+565f d8400000 arg 0 ,temp 
+5660 6fe0c35b fetch 1 ,mem_le_adv_enable 
+5661 d8e00000 arg 0 ,queue 
+5662 afefffff qisolate1 pdata 
+5663 79208402 setflag true ,2 ,temp 
+5664 20600000 rtn 
+
+module_hci_event_store_device:
+5665 7005370d jam hci_event_nvram_rep ,mem_module_uart_opcode 
+5666 6fe0c3af fetch 1 ,mem_nv_data_number 
+5667 1feffe22 mul32 pdata ,34 ,pdata 
+5668 1fe27200 icopy loopcnt 
+5669 204056a7 call module_hci_prepare_tx 
+566a 6fe143ad fetch 2 ,mem_nv_data_ptr 
+566b 1fe20c00 icopy contr 
+566c 20406b13 call uart_copy_tx_bytes_fast 
+566d 202056b1 branch module_hci_transmit_tx 
+
+module_hci_event_invalid_packet:
+566e 7005370f jam hci_event_invalid_packet ,mem_module_uart_opcode 
+566f 6ff10112 fetch 2 ,core_uart_rxitems 
+5670 d8400040 arg 0x40 ,temp 
+5671 2040762c call not_greater_than 
+5672 1fe22200 copy pdata ,rega 
+5673 1fe27200 copy pdata ,loopcnt 
+5674 20406afb call uarta_prepare_rx 
+5675 d8a004f6 arg mem_module_rx_error_data_buffer ,contw 
+5676 20406b2c call uart_copy_rx_bytes_fast 
+5677 1a227e00 copy rega ,pdata 
+5678 1a227200 copy rega ,loopcnt 
+5679 204056a7 call module_hci_prepare_tx 
+567a d8c004f6 arg mem_module_rx_error_data_buffer ,contr 
+567b 20406b13 call uart_copy_tx_bytes_fast 
+567c 202056b1 branch module_hci_transmit_tx 
+
+module_hci_event_passkey_entry_mode:
+567d 70053710 jam hci_event_get_passkey ,mem_module_uart_opcode 
+567e 20205652 branch module_hci_event_enter_standby_mode_len0 
+
+module_hci_event_le_tk:
+567f 70053711 jam hci_event_le_tk ,mem_module_uart_opcode 
+5680 58000004 setarg 4 
+5681 204056a7 call module_hci_prepare_tx 
+5682 6fe242d2 fetch 4 ,mem_le_tk 
+5683 e7e20003 istore 4 ,contwu 
+5684 202056b1 branch module_hci_transmit_tx 
+
+module_hci_event_le_pairing_fail:
+5685 da200180 arg flag_ble_pairing_fail ,rega 
+5686 20205689 branch module_hci_event_pairing_completed 
+
+module_hci_event_le_pairing_success:
+5687 da200080 arg flag_ble_pairing_success ,rega 
+5688 20205689 branch module_hci_event_pairing_completed 
+
+module_hci_event_pairing_completed:
+5689 70053714 jam hci_event_le_pairing_state ,mem_module_uart_opcode 
+568a 58000002 setarg 2 
+568b 204056a7 call module_hci_prepare_tx 
+568c 1a227e00 copy rega ,pdata 
+568d e7e10003 istore 2 ,contwu 
+568e 202056b1 branch module_hci_transmit_tx 
+
+module_hci_event_pause_enc:
+568f da600000 arg flag_event_pause_enc ,regc 
+5690 20205692 branch module_hci_event_enc 
+
+module_hci_event_start_enc:
+5691 da600001 arg flag_event_start_enc ,regc 
+
+module_hci_event_enc:
+5692 70053715 jam hci_event_le_encryption_state ,mem_module_uart_opcode 
+5693 58000001 setarg 1 
+5694 204056a7 call module_hci_prepare_tx 
+5695 1a627e00 copy regc ,pdata 
+5696 e7e08003 istore 1 ,contwu 
+5697 202056b1 branch module_hci_transmit_tx 
+
+module_hci_event_uuid_handle:
+5698 604904cc storet 2 ,mem_temp 
+5699 70053729 jam hci_event_uuid_handle ,mem_module_uart_opcode 
+569a 58000002 setarg 2 
+569b 204056a7 call module_hci_prepare_tx 
+569c 684904cc fetcht 2 ,mem_temp 
+569d e0410003 istoret 2 ,contwu 
+569e 202056b1 branch module_hci_transmit_tx 
+
+module_hci_event_le_input_passkey:
+569f 7005372b jam hci_event_le_input_gkey ,mem_module_uart_opcode 
+56a0 20205652 branch module_hci_event_enter_standby_mode_len0 
+
+module_hci_event_le_update_phy:
+56a1 70053740 jam hci_ble_update_phy_event ,mem_module_uart_opcode 
+56a2 58000002 setarg 2 
+56a3 204056a7 call module_hci_prepare_tx 
+56a4 6fe14075 fetch 2 ,mem_context + coffset_le_rx_phy 
+56a5 e7e10003 istore 2 ,contwu 
+56a6 202056b1 branch module_hci_transmit_tx 
+
+module_hci_prepare_tx:
+56a7 70053602 jam 0x02 ,mem_module_uart_cmd 
+56a8 67e08538 store 1 ,mem_module_uart_len 
+56a9 604c04cc storet 8 ,mem_temp 
+56aa 449e4007 bpatch patch07_4 ,mem_patch07 
+56ab 204056b3 call module_set_mcu_wake_pin_high_delay 
+56ac 684c04cc fetcht 8 ,mem_temp 
+56ad 20406b07 call uarta_prepare_tx_register_push 
+56ae 6fe18536 fetch 3 ,mem_module_uart_cmd 
+56af e7e18003 istore 3 ,contwu 
+56b0 20600000 rtn 
+
+module_hci_transmit_tx:
+56b1 449ec007 bpatch patch07_5 ,mem_patch07 
+56b2 20206b09 branch uarta_send_register_pop 
+
+module_set_mcu_wake_pin_high_delay:
+56b3 204056bc call module_check_mcu_wake_pin_high 
+56b4 20608000 rtn true 
+
+module_set_mcu_wake_pin_h_delay:
+56b5 204056ba call module_set_mcu_wake_pin_high 
+56b6 6fe24440 fetch 4 ,mem_module_mcu_wake_delay_us 
+56b7 1feb7e00 rshift2 pdata ,pdata 
+56b8 207a0000 rtn blank 
+56b9 202074f7 branch delay 
+
+module_set_mcu_wake_pin_high:
+56ba 6848c43f fetcht 1 ,mem_module_mcu_wake_pin 
+56bb 20206c43 branch gpio_out_active 
+
+module_check_mcu_wake_pin_high:
+56bc 6848c43f fetcht 1 ,mem_module_mcu_wake_pin 
+56bd 20206c4e branch gpio_check_active 
+
+module_set_mcu_wake_pin_low:
+56be 6848c43f fetcht 1 ,mem_module_mcu_wake_pin 
+56bf 20206c3f branch gpio_out_inactive 
+
+module_le_receive_data:
+56c0 62210560 storer rega ,2 ,mem_module_le_rx_data_address 
+56c1 6241055e storer regb ,2 ,mem_module_le_rx_data_len 
+56c2 6fe1436b fetch 2 ,mem_le_att_handle 
+56c3 67e10562 store 2 ,mem_module_le_rx_data_handle 
+56c4 204054df call module_check_ble_encrypt_state 
+56c5 20740000 rtn user 
+
+module_le_receive_data_ok:
+56c6 6849055e fetcht 2 ,mem_module_le_rx_data_len 
+56c7 6fe0c454 fetch 1 ,mem_module_ble_data_uart_max_length 
+56c8 2040762c call not_greater_than 
+56c9 1fe27200 copy pdata ,loopcnt 
+56ca 18427e00 copy temp ,pdata 
+56cb 9f267e00 isub loopcnt ,pdata 
+56cc 67e1055e store 2 ,mem_module_le_rx_data_len 
+56cd 20405646 call module_hci_event_receive_le_data 
+56ce 6fe1055e fetch 2 ,mem_module_le_rx_data_len 
+56cf 207a0000 rtn blank 
+56d0 202056c6 branch module_le_receive_data_ok 
+
+module_bb_event_timer:
+
+module_read_vdd_timer:
+56d1 6fe0c450 fetch 1 ,mem_module_read_vdd_flag 
+56d2 207a0000 rtn blank 
+56d3 6fe0c451 fetch 1 ,mem_module_read_vdd_count 
+56d4 207a0000 rtn blank 
+56d5 1fe0ffff increase -1 ,pdata 
+56d6 67e0c451 store 1 ,mem_module_read_vdd_count 
+56d7 247a0000 nrtn blank 
+56d8 70445105 jam flag_module_read_vdd_count ,mem_module_read_vdd_count 
+56d9 20406c98 call enable_adc 
+56da 20406cc0 call vdd_calculate_by_mode 
+56db 1fe6fc64 div pdata ,0x64 
+56dc 204075cd call get_div_result 
+56dd 18070400 remainder temp 
+56de 67e0c452 store 1 ,mem_module_vdd_quotient 
+56df 6048c453 storet 1 ,mem_module_vdd_remainder 
+56e0 20600000 rtn 
+
+module_set_le_tx_data_flag:
+56e1 d8e00008 arg module_flag_ble_data_finish ,queue 
+56e2 202056e9 branch module_set_state 
+
+module_clear_le_tx_data_flag:
+56e3 d8e00008 arg module_flag_ble_data_finish ,queue 
+56e4 202056e5 branch module_clr_state 
+
+module_clr_state:
+56e5 6fe14455 fetch 2 ,mem_module_flag 
+56e6 f93ffe00 qset0 pdata 
+56e7 67e14455 store 2 ,mem_module_flag 
+56e8 20600000 rtn 
+
+module_set_state:
+56e9 6fe14455 fetch 2 ,mem_module_flag 
+56ea f9207e00 qset1 pdata 
+56eb 67e14455 store 2 ,mem_module_flag 
+56ec 20600000 rtn 
+
+mouse_init:
+56ed 20406fd3 call enable_authrom 
+56ee 20405718 call mouse_setting_config 
+56ef 20405b64 call mouse_init_sunt 
+56f0 20758000 rtn wake 
+56f1 20405a4e call mouse_dpi_config 
+56f2 20405fdb call mouse_drawing_optima_init 
+56f3 204056f9 call mouse_cb_fuction 
+56f4 20405bf9 call mouse_sensor_powerdown 
+
+mouse_init_wireless:
+56f5 6fe1442f fetch 2 ,mem_ui_state_map 
+56f6 c2865e21 bbit1 ui_state_btn_down ,mouse_start_discovery 
+56f7 20405f53 call mouse_check_select_device_by_switch 
+56f8 2020578c branch mouse_start_work 
+
+mouse_cb_fuction:
+56f9 58006196 setarg mouse_24g_before_lpm_sleep 
+56fa 67e1439e store 2 ,mem_cb_before_lpm_sleep 
+56fb 58006134 setarg mouse_24g_package_data 
+56fc 67e14535 store 2 ,mem_cb_24g_transmit_data 
+56fd 5800615e setarg mouse_24g_search_dongle 
+56fe 67e14537 store 2 ,mem_cb_24g_search_receiver 
+56ff 58005802 setarg mouse_lpm_before_common 
+5700 67e14539 store 2 ,mem_cb_24g_lpm_before 
+5701 58005d2b setarg mouse_le 
+5702 67e1438e store 2 ,mem_cb_le_process 
+5703 580057fd setarg mouse_process_lpm_before 
+5704 67e1438c store 2 ,mem_cb_before_lpm 
+5705 58005cca setarg mouse_priority_bb_event 
+5706 67e14392 store 2 ,mem_cb_bb_event_process 
+5707 58005f00 setarg mouse_idle 
+5708 67e14390 store 2 ,mem_cb_idle_process 
+5709 580057cb setarg mouse_before_hibernate 
+570a 67e1438a store 2 ,mem_cb_before_hibernate 
+570b 58005d10 setarg mouse_le_bb_event_connect_complete 
+570c 67e14394 store 2 ,mem_cb_att_write 
+570d 58005d8d setarg mouse_bb_event_timer 
+570e 67e14398 store 2 ,mem_cb_event_timer 
+570f 5800592a setarg mouse_spi_write_flash_cb 
+5710 67e1439c store 2 ,mem_cb_spi_flash_write_complate 
+5711 580057b7 setarg mouse_lpm_check_wake_lock 
+5712 67e14388 store 2 ,mem_cb_check_wakelock 
+5713 5800628b setarg mouse_le_transmit 
+5714 67e14396 store 2 ,mem_cb_ble_transmit 
+5715 58006292 setarg mouse_set_lpm_mult 
+5716 67e1439a store 2 ,mem_cb_bt_set_mult 
+5717 20600000 rtn 
+
+mouse_setting_config:
+5718 20758000 rtn wake 
+5719 20404c72 call g24_transmit_init 
+571a 20404905 call g24_chmap_param_init 
+571b 204058de call mouse_gpio_init 
+571c 2040574f call mouse_param_init 
+571d 2040419e call le_set_config_fixed_ltk 
+571e 204041c7 call le_set_justwork 
+571f 204041ba call le_set_fixed_ltk 
+5720 204041a6 call le_set_config_read_authentication 
+5721 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5722 c289deea bbit1 mouse_enable_eeprom ,mouse_load_eeprom_info_check 
+5723 c2895eab bbit1 mouse_enable_flash ,mouse_load_flash_info_check 
+5724 20600000 rtn 
+
+mouse_xtal_init:
+5725 70409a08 jam 0x08 ,mem_fcomp_div 
+5726 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5727 c3860000 rtnbit1 mouse_enable_16m 
+5728 70409a18 jam 0x18 ,mem_fcomp_div 
+5729 20600000 rtn 
+
+mouse_24g_phy_select:
+572a 2040492b call g24_enable_1m 
+572b 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+572c c41e8000 rtnbit0 mouse_enable_24g_2m_phy 
+572d 2020492e branch g24_enable_2m 
+
+mouse_default_init:
+572e 6fe1459a fetch 2 ,mem_mouse_24g_pair_timeout_init 
+572f 67e1451b store 2 ,mem_24g_pair_timeout_init 
+5730 6fe0c59d fetch 1 ,mem_mouse_24g_reconn_timeout_init 
+5731 67e1451f store 2 ,mem_24g_reconn_timeout_init 
+5732 6fe2c59f fetch 5 ,mem_rssi_dis_min_24g_init 
+5733 67e2c565 store 5 ,mem_rssi_dis_min_24g 
+5734 6fe0c59e fetch 1 ,mem_mouse_24g_pair_tx_power 
+5735 67e0c516 store 1 ,mem_24g_pair_tx_power 
+5736 6fe0c5a4 fetch 1 ,mem_mouse_enable_flag 
+5737 2feffe00 isolate1 mouse_adc_enable ,pdata 
+5738 2040df97 call mouse_adc_read_enable ,true 
+5739 6fe0c5a4 fetch 1 ,mem_mouse_enable_flag 
+573a 2feffe02 isolate1 mouse_24g_250hz_enable ,pdata 
+573b 2040df99 call mouse_24g_set_250hz ,true 
+573c 6fe0c5a4 fetch 1 ,mem_mouse_enable_flag 
+573d 2feffe01 isolate1 mouse_search_dongle_enable ,pdata 
+573e 2040df9b call mouse_24g_search_dongle_enable ,true 
+573f 6fe0c5a4 fetch 1 ,mem_mouse_enable_flag 
+5740 2feffe03 isolate1 mouse_clk_16m_enable ,pdata 
+5741 2040df9d call mouse_16m_enable ,true 
+5742 6fe0c5a4 fetch 1 ,mem_mouse_enable_flag 
+5743 2feffe04 isolate1 mouse_dpi_4_level_enable ,pdata 
+5744 2040df9f call mouse_dpi_4level_enable ,true 
+5745 6fe0c5a4 fetch 1 ,mem_mouse_enable_flag 
+5746 2feffe05 isolate1 mouse_keyboard_enable ,pdata 
+5747 2040dfa9 call mouse_customer_key_enable ,true 
+5748 6fe0c4ff fetch 1 ,mem_24g_ch_map_update 
+5749 245a4915 ncall g24_chamap_param_update ,blank 
+574a 20405725 call mouse_xtal_init 
+574b 2040583d call mouse_adc_vol_init 
+574c 2040572a call mouse_24g_phy_select 
+574d 20406088 call mouse_24g_long_sleep_set 
+574e 20204931 branch g24_pair_param_init 
+
+mouse_param_init:
+574f 58009000 setarg mouse_ble_att_list_addr 
+5750 67e142ca store 2 ,mem_ui_le_uuid_table 
+5751 7040c203 jam 3 ,mem_lpm_mult_timeout 
+5752 7040a708 jam 8 ,mem_lpm_overhead 
+5753 70483b00 jam dpi_button_state_up ,mem_select_device_button_statue 
+5754 70483b00 jam pb_button_state_up ,mem_select_device_button_statue 
+5755 70483c00 jam commbination_key_state_up ,mem_commbination_key_statue 
+5756 58000200 setarg 0x0200 
+5757 67e140a5 store 2 ,mem_lpm_interval 
+5758 7042b417 jam 0x17 ,mem_le_local_mtu 
+5759 7042b617 jam 0x17 ,mem_le_remote_mtu 
+575a 58000a77 setarg 0x0a77 
+575b 67e143aa store 2 ,mem_spi_init_clk 
+575c 38001224 setsect 0 ,0x1224 
+575d 38044000 setsect 1 ,0x4000 
+575e 38080000 setsect 2 ,0x0 
+575f e7e28005 istore 5 ,contw 
+5760 58004793 setarg mem_le_tx_buffer0_omemalloc 
+5761 67e14312 store 2 ,mem_ble_l2cap_tx_buff0_ptr 
+5762 58000010 setarg mouse_ble_l2cap_txbuff_size 
+5763 67e14314 store 2 ,mem_ble_l2cap_tx_buff_size_ptr 
+5764 204061ef call mouse_device_led_all_off 
+5765 204061a7 call mouse_device_poweron_timer_init 
+5766 20405850 call mouse_adc_gpio_mux_init 
+5767 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5768 c30dd76c bbit0 mouse_enable_bt_125hz ,mouse_param_init_intervl_end 
+5769 58000006 setarg le_interval_7_5ms 
+576a 67e142a6 store 2 ,mem_le_interval_min 
+576b 67e142a8 store 2 ,mem_le_interval_min + 2 
+
+mouse_param_init_intervl_end:
+576c 20404c7e call g24_interval_param_8ms 
+576d 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+576e c30c5770 bbit0 mouse_enable_24g_250hz ,mouse_24g_short_sleep_set_end 
+576f 20404c76 call g24_interval_param_4ms 
+
+mouse_24g_short_sleep_set_end:
+5770 6fe0c5d1 fetch 1 ,mem_device_flag 
+5771 67e0c752 store 1 ,mem_device_flag_temp 
+5772 6fe1c2b1 fetch 3 ,mem_le_lap + 3 
+5773 67e1c767 store 3 ,mem_mouse_le_lap_temp 
+5774 6fe0c597 fetch 1 ,mem_adc_config_flag_init 
+5775 1fe17efe and pdata ,0xfe ,pdata 
+5776 67e0c597 store 1 ,mem_adc_config_flag_init 
+5777 67e0c3c2 store 1 ,mem_adc_config_flag 
+5778 58000000 setarg 0 
+5779 67e3c56a store 7 ,mem_mouse_key 
+577a 6fe0c431 fetch 1 ,mem_ui_button_timeout 
+577b 67e0c838 store 1 ,mem_bt_discovery_count 
+577c 67e0c839 store 1 ,mem_select_device_count 
+577d 20404142 call le_modified_name_adv 
+
+mouse_sensor_set_angle:
+577e 47454031 bpatchx patch31_2 ,mem_patch31 
+577f 6fe0c5b0 fetch 1 ,mem_sensor_angle_default 
+5780 67e0c5c1 store 1 ,mem_config_sensor_angle 
+5781 6fe0c5af fetch 1 ,mem_select_sensor_angle_gpio 
+5782 c17f8000 rtneq gpio_disable 
+5783 6848c5af fetcht 1 ,mem_select_sensor_angle_gpio 
+5784 20405915 call mouse_gpio_config_input_pu 
+5785 6848c5af fetcht 1 ,mem_select_sensor_angle_gpio 
+5786 20406c32 call gpio_get_bit 
+5787 2040d789 call mouse_sensor_switch_angle ,true 
+5788 20205911 branch mouse_gpio_config_input_pd 
+
+mouse_sensor_switch_angle:
+5789 6fe0c5b1 fetch 1 ,mem_sensor_angle_switch 
+578a 67e0c5c1 store 1 ,mem_config_sensor_angle 
+578b 20600000 rtn 
+
+mouse_start_work:
+578c 449f4007 bpatch patch07_6 ,mem_patch07 
+578d 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+578e c297e0c8 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_start_auto_pair_mode 
+578f 6fe0c5d1 fetch 1 ,mem_device_flag 
+5790 c00060b8 beq mode_24g_device ,mouse_24g_start_mode 
+5791 2040579e call mouse_wakeup_from_power_check 
+5792 24345c9c nbranch mouse_buletooth_fast_conn_init ,user 
+
+mouse_start_reconnect_device:
+5793 449fc007 bpatch patch07_7 ,mem_patch07 
+5794 da2045d2 arg mem_device1_type ,rega 
+5795 6fe0c5d1 fetch 1 ,mem_device_flag 
+5796 1fe0ffff increase -1 ,pdata 
+5797 1feffe1d mul32 pdata ,29 ,pdata 
+5798 9a20a200 iadd rega ,rega 
+5799 efe08011 ifetch 1 ,rega 
+579a 67e0c3a8 store 1 ,mem_xrecord_mode 
+
+mouse_start_reconnect:
+579b 6fe0c3a8 fetch 1 ,mem_xrecord_mode 
+579c c01a57a8 beq rec_4_mode ,mouse4_0_check_reconn_target 
+579d 20205e21 branch mouse_start_discovery 
+
+mouse_wakeup_from_power_check:
+579e 44a04008 bpatch patch08_0 ,mem_patch08 
+579f 78547c00 disable user 
+57a0 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+57a1 c305d7a5 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_from_power 
+57a2 6fe084f1 fetch 1 ,mem_wakup_from_power_flag 
+57a3 c30157a5 bbit0 bit_power_on ,mouse_wakeup_from_power 
+57a4 78347c00 enable user 
+
+mouse_wakeup_from_power:
+57a5 6fe0c74f fetch 1 ,mem_reconn_times_init 
+57a6 67e0c74e store 1 ,mem_reconn_times 
+57a7 20600000 rtn 
+
+mouse4_0_check_reconn_target:
+57a8 70476501 jam 1 ,mem_mouse_le_reconnect_flag 
+57a9 6848c853 fetcht 1 ,mem_mouse_fast_direct_timeout 
+57aa 6fe0c75f fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+57ab c07fd7ad beq 0xff ,mouse4_0_check_reconn_target_next 
+57ac 6848c59c fetcht 1 ,mem_mouse_direct_timeout 
+
+mouse4_0_check_reconn_target_next:
+57ad 6048c815 storet 1 ,mem_mouse_direct_timer 
+57ae 20404e2e call app_lpm_mult_disable 
+57af 6fe1c76d fetch 3 ,mem_le_adv_direct_ind 
+57b0 67e1c320 store 3 ,mem_le_adv_data + 4 
+57b1 20405d73 call mouse_le_check_adv_flag 
+57b2 58000004 setarg adv_flag_bredr_not_supported 
+57b3 e7e08006 istore 1 ,contr 
+57b4 d8c0433c arg mem_le_scan_data ,contr 
+57b5 20405d7a call mouse_le_adv_data_update 
+57b6 202070e0 branch check_51cmd_adv 
+
+mouse_lpm_check_wake_lock:
+57b7 c5134e09 bmark1 mark_24g ,app_get_lpm_wake_lock 
+57b8 6fe0c74a fetch 1 ,mem_mouse_clear_sensor_data_flag 
+57b9 203a4e09 branch app_get_lpm_wake_lock ,blank 
+57ba 6fe0c792 fetch 1 ,mem_mouse_le_conn_param_reject 
+57bb c000ce09 beq le_lpm_disable ,app_get_lpm_wake_lock 
+57bc 6fe0c57b fetch 1 ,mem_mouse_wheel_trigger 
+57bd 243a4e09 nbranch app_get_lpm_wake_lock ,blank 
+57be 20204e0b branch app_put_lpm_wake_lock 
+
+mouse_delay_enter_hibernata:
+57bf 6fe0c59c fetch 1 ,mem_mouse_direct_timeout 
+57c0 67e0c762 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+57c1 20600000 rtn 
+
+mouse_power_down:
+57c2 204061ef call mouse_device_led_all_off 
+
+mouse_app_enter_hibernate:
+57c3 44a0c008 bpatch patch08_1 ,mem_patch08 
+57c4 58000006 setarg pan_reg_config 
+57c5 20406723 call twspi_read 
+57c6 c281d7c9 bbit1 3 ,mouse_app_enter_hibernate_next 
+57c7 20405bef call mouse_sensor_reset 
+57c8 20405bf9 call mouse_sensor_powerdown 
+
+mouse_app_enter_hibernate_next:
+57c9 204057d7 call mouse_setgpio_hibernate 
+57ca 20204e28 branch app_enter_hibernate 
+
+mouse_before_hibernate:
+57cb 44a14008 bpatch patch08_2 ,mem_patch08 
+57cc 6ff20130 fetch 4 ,core_lpm_ctrl 
+57cd 79207e1a set1 26 ,pdata 
+57ce 67f2004c store 4 ,core_lpm_reg 
+57cf 20403c37 call lpm_write_ctrl 
+57d0 20406fd7 call disable_authrom 
+57d1 204061ef call mouse_device_led_all_off 
+57d2 204059d7 call mouse_before_hibernate_wheel_gpio_set 
+57d3 204057d7 call mouse_setgpio_hibernate 
+57d4 20405ee2 call mouse_flash_power_down 
+57d5 6848c5b8 fetcht 1 ,mem_sensor_motion_gpio 
+57d6 20206c1b branch gpio_clr_wake 
+
+mouse_setgpio_hibernate:
+57d7 44a1c008 bpatch patch08_3 ,mem_patch08 
+57d8 20405c9a call mouse_set_sdio_high 
+57d9 2040765e call clear_wake 
+57da 20405802 call mouse_lpm_before_common 
+57db 204057f4 call mouse_gpio_pu_idle 
+57dc 6848c5ba fetcht 1 ,mem_mouse_reuse_2ice_gpio 
+57dd 20405915 call mouse_gpio_config_input_pu 
+57de 20405919 call mouse_gpio_set_high_impedance 
+57df 204057ed call mouse_adc_gpio_set_before_hibernate 
+57e0 202057e1 branch mouse_wheel_gpio_set_before_hibernate 
+
+mouse_wheel_gpio_set_before_hibernate:
+57e1 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+57e2 c41e0000 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+
+mouse_wheel_gpio_clr_wakeup:
+57e3 6848c5ab fetcht 1 ,mem_whee_a_data_gpio 
+57e4 20406c1b call gpio_clr_wake 
+57e5 6848c5ac fetcht 1 ,mem_whee_b_data_gpio 
+57e6 20406c1b call gpio_clr_wake 
+57e7 6fe0c5ab fetch 1 ,mem_whee_a_data_gpio 
+57e8 d8400080 arg gpcfg_pulldown ,temp 
+57e9 20406c68 call gpio_config_function_int 
+57ea 6fe0c5ac fetch 1 ,mem_whee_b_data_gpio 
+57eb d8400080 arg gpcfg_pulldown ,temp 
+57ec 20206c68 branch gpio_config_function_int 
+
+mouse_adc_gpio_set_before_hibernate:
+57ed 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+57ee c40a0000 rtnbit0 mouse_enable_adc 
+57ef 6fe0c597 fetch 1 ,mem_adc_config_flag_init 
+57f0 c1810000 rtnne adc_config_gpio 
+57f1 6fe0c596 fetch 1 ,mem_adc_channel_gpio 
+57f2 d84000c0 arg gpcfg_no_ie ,temp 
+57f3 20206c68 branch gpio_config_function_int 
+
+mouse_gpio_pu_idle:
+57f4 d8c08070 arg core_gpio_conf ,contr 
+57f5 df200013 arg 19 ,loopcnt 
+
+mouse_gpio_pu_idle_loop:
+57f6 efe08006 ifetch 1 ,contr 
+57f7 243a57fb nbranch mouse_gpio_pu_idle_configured ,blank 
+57f8 58000040 setarg 0x40 
+57f9 18c08bff add contr ,-1 ,contw 
+57fa e7e08005 istore 1 ,contw 
+
+mouse_gpio_pu_idle_configured:
+57fb c20057f6 loop mouse_gpio_pu_idle_loop 
+57fc 20600000 rtn 
+
+mouse_process_lpm_before:
+57fd c6130000 rtnmark1 mark_24g 
+57fe 20405802 call mouse_lpm_before_common 
+57ff 6fe08015 fetch 1 ,mem_lpm_current_mult 
+5800 247a0000 nrtn blank 
+5801 20206c1b branch gpio_clr_wake 
+
+mouse_lpm_before_common:
+5802 44a24008 bpatch patch08_4 ,mem_patch08 
+5803 6848c5ab fetcht 1 ,mem_whee_a_data_gpio 
+5804 20406c29 call gpio_config_input 
+5805 6848c5ac fetcht 1 ,mem_whee_b_data_gpio 
+5806 20406c29 call gpio_config_input 
+5807 2040594a call mouse_wheel_check 
+5808 6fe0c5ad fetch 1 ,mem_mouse_sensor_sclk_gpio 
+5809 d840003f arg gpcfg_output_high ,temp 
+580a 20406c68 call gpio_config_function_int 
+580b 2040671a call twspi_disable 
+580c 6848c5a5 fetcht 1 ,mem_lbutton_gpio 
+580d 20406c0f call gpio_set_wake 
+580e 6848c5a7 fetcht 1 ,mem_rbutton_gpio 
+580f 20406c0f call gpio_set_wake 
+5810 6848c5a6 fetcht 1 ,mem_mbutton_gpio 
+5811 20406c0f call gpio_set_wake 
+5812 6848c5a8 fetcht 1 ,mem_bk_button_gpio 
+5813 20406c0f call gpio_set_wake 
+5814 6848c5a9 fetcht 1 ,mem_fw_button_gpio 
+5815 20406c0f call gpio_set_wake 
+5816 6848c5aa fetcht 1 ,mem_dpi_button_gpio 
+5817 20406c0f call gpio_set_wake 
+5818 6848c5b6 fetcht 1 ,mem_config_select_device_button_gpio 
+5819 20406c0f call gpio_set_wake 
+581a 6848c5b7 fetcht 1 ,mem_customer_key_gpio 
+581b 20406c0f call gpio_set_wake 
+581c 6848c5ab fetcht 1 ,mem_whee_a_data_gpio 
+581d 20406c0b call gpio_set_wake_by_current_state 
+581e 6848c5ac fetcht 1 ,mem_whee_b_data_gpio 
+581f 20406c0b call gpio_set_wake_by_current_state 
+5820 6848c5b3 fetcht 1 ,mem_whee_ta_data_gpio 
+5821 20406c0b call gpio_set_wake_by_current_state 
+5822 6848c5b4 fetcht 1 ,mem_whee_tb_data_gpio 
+5823 20406c0b call gpio_set_wake_by_current_state 
+5824 6848c5b8 fetcht 1 ,mem_sensor_motion_gpio 
+5825 20206c0f branch gpio_set_wake 
+
+mouse_set_mult:
+5826 6fe1442f fetch 2 ,mem_ui_state_map 
+5827 c284d829 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
+5828 20600000 rtn 
+
+mouse_set_ble_mult:
+5829 1a227e00 copy rega ,pdata 
+582a 243a41ae nbranch le_set_config_short_mult ,blank 
+582b 202041b0 branch le_clr_config_short_mult 
+
+mouse_adc_gpio_set:
+582c 6fe0c3c2 fetch 1 ,mem_adc_config_flag 
+582d c1810000 rtnne adc_config_gpio 
+
+mouse_adc_gpio_check_output:
+582e 44a2c008 bpatch patch08_5 ,mem_patch08 
+582f 6848c3c3 fetcht 1 ,mem_adc_channel 
+5830 18467c03 sub temp ,3 ,null 
+5831 2021583a branch mouse_adc_gpio_4_7_set ,positive 
+5832 18408405 increase 5 ,temp 
+5833 6048c596 storet 1 ,mem_adc_channel_gpio 
+
+mouse_adc_gpio_set_next:
+5834 18422200 copy temp ,rega 
+5835 20406c6f call gpio_get_config 
+5836 c01fe237 beq gpcfg_output_high ,mouse_set_24g_led_statue 
+5837 20406235 call mouse_clear_24g_led_statue 
+5838 1a220400 copy rega ,temp 
+5839 20206c5b branch gpio_set_high_impedance 
+
+mouse_adc_gpio_4_7_set:
+583a 18408404 increase 4 ,temp 
+583b 6048c596 storet 1 ,mem_adc_channel_gpio 
+583c 20205834 branch mouse_adc_gpio_set_next 
+
+mouse_adc_vol_init:
+583d 6fe0c597 fetch 1 ,mem_adc_config_flag_init 
+583e c0015846 beq adc_config_gpio ,mouse_adc_gpio_vol_init 
+583f c000584b beq adc_config_vinlpm ,mouse_adc_gpio_vinlpm_init 
+5840 70459700 jam adc_config_vinlpm ,mem_adc_config_flag_init 
+5841 582c0172 setarg 0x2c0172 
+5842 67e1c57d store 3 ,mem_mouse_vdd_full_vol 
+5843 58014001 setarg 0x014001 
+5844 e7e18005 istore 3 ,contw 
+5845 20600000 rtn 
+
+mouse_adc_gpio_vol_init:
+5846 585d0099 setarg 0x5d0099 
+5847 67e1c57d store 3 ,mem_mouse_vdd_full_vol 
+5848 58007100 setarg 0x007100 
+5849 e7e18005 istore 3 ,contw 
+584a 20600000 rtn 
+
+mouse_adc_gpio_vinlpm_init:
+584b 58c8012c setarg 0xc8012c 
+584c 67e1c57d store 3 ,mem_mouse_vdd_full_vol 
+584d 5800dc00 setarg 0x00dc00 
+584e e7e18005 istore 3 ,contw 
+584f 20600000 rtn 
+
+mouse_adc_gpio_mux_init:
+5850 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5851 c40a0000 rtnbit0 mouse_enable_adc 
+5852 70458f01 jam mouse_adc_check_multiple ,mem_adc_mux_status 
+5853 c3970000 rtnbit1 mouse_enable_dpi_key_connect_adc 
+5854 c3958000 rtnbit1 mouse_enable_select_device_by_switch_adc 
+5855 70458f00 jam mouse_adc_check_battery_only ,mem_adc_mux_status 
+5856 20600000 rtn 
+
+mouse_adc_read_interval:
+5857 6fe0c590 fetch 1 ,mem_adc_read_timer 
+5858 1fe0fe01 increase 1 ,pdata 
+5859 67e0c590 store 1 ,mem_adc_read_timer 
+585a 6848c591 fetcht 1 ,mem_adc_read_time_init 
+585b 98467c00 isub temp ,null 
+585c 20600000 rtn 
+
+mouse_adc_read:
+585d 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+585e c40a0000 rtnbit0 mouse_enable_adc 
+585f 2040582c call mouse_adc_gpio_set 
+5860 6fe0c58f fetch 1 ,mem_adc_mux_status 
+5861 203a5874 branch mouse_adc_read_battery ,blank 
+5862 6fe0c3c2 fetch 1 ,mem_adc_config_flag 
+5863 c0015869 beq adc_config_gpio ,mouse_adc_read_gpio_mux_start 
+5864 70458f03 jam mouse_adc_check_vinlpm_multiple ,mem_adc_mux_status 
+5865 20405857 call mouse_adc_read_interval 
+5866 2021586b branch mouse_adc_read_gpio ,positive 
+5867 20405870 call mouse_adc_read_vinlpm 
+5868 2020587a branch mouse_adc_read_start 
+
+mouse_adc_read_gpio_mux_start:
+5869 70458f02 jam mouse_adc_check_gpio_multiple ,mem_adc_mux_status 
+586a 2020587a branch mouse_adc_read_start 
+
+mouse_adc_read_gpio:
+586b 2040582e call mouse_adc_gpio_check_output 
+586c 7043c202 jam adc_config_gpio ,mem_adc_config_flag 
+586d 6fe0c847 fetch 1 ,mem_24g_device_led_status 
+586e 245a5870 ncall mouse_adc_read_vinlpm ,blank 
+586f 2020587a branch mouse_adc_read_start 
+
+mouse_adc_read_vinlpm:
+5870 70459000 jam 0 ,mem_adc_read_timer 
+5871 6fe0c597 fetch 1 ,mem_adc_config_flag_init 
+5872 67e0c3c2 store 1 ,mem_adc_config_flag 
+5873 20600000 rtn 
+
+mouse_adc_read_battery:
+5874 6fe0c3c2 fetch 1 ,mem_adc_config_flag 
+5875 c0815878 bne adc_config_gpio ,mouse_adc_read_battery_start 
+5876 6fe0c847 fetch 1 ,mem_24g_device_led_status 
+5877 247a0000 nrtn blank 
+
+mouse_adc_read_battery_start:
+5878 20405857 call mouse_adc_read_interval 
+5879 24610000 nrtn positive 
+
+mouse_adc_read_start:
+587a 44a34008 bpatch patch08_6 ,mem_patch08 
+587b 6fe0c847 fetch 1 ,mem_24g_device_led_status 
+587c 247a0000 nrtn blank 
+587d 70459000 jam 0 ,mem_adc_read_timer 
+587e 20406c98 call enable_adc 
+587f 20406cc0 call vdd_calculate_by_mode 
+5880 67e14583 store 2 ,mem_mouse_vdd_now_vol 
+5881 6fe0c3c2 fetch 1 ,mem_adc_config_flag 
+5882 c0815889 bne adc_config_gpio ,mouse_adc_data_process 
+5883 68494583 fetcht 2 ,mem_mouse_vdd_now_vol 
+5884 184ffe08 mul32 temp ,8 ,pdata 
+5885 1fe6fc0a div pdata ,10 
+5886 204075cd call get_div_result 
+5887 9840fe00 iadd temp ,pdata 
+5888 67e14583 store 2 ,mem_mouse_vdd_now_vol 
+
+mouse_adc_data_process:
+5889 da20457d arg mem_mouse_vdd_calculate_set ,rega 
+588a 2040589b call mouse_adc_bat_percent_lowpower_out 
+588b 6fe0c3c6 fetch 1 ,mem_adc_power_flag 
+588c c28158dc bbit1 2 ,mouse_adc_button_press 
+588d c280d7c2 bbit1 1 ,mouse_power_down 
+588e c3005893 bbit0 0 ,mouse_adc_no_low_voltage 
+588f 70459401 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
+5890 20205891 branch mouse_adc_low_voltage 
+
+mouse_adc_low_voltage:
+5891 d8e00004 arg mouse_low_voltage_flag ,queue 
+5892 20205fa1 branch mouse_enable_function_flag 
+
+mouse_adc_no_low_voltage:
+5893 d8e00004 arg mouse_low_voltage_flag ,queue 
+5894 20405fa5 call mouse_disable_function_flag 
+5895 7045920c jam 12 ,mem_adc_low_volatage_led_timer_count 
+5896 6fe0c594 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+5897 207a0000 rtn blank 
+5898 70459400 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+5899 6848c5bb fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+589a 2020620c branch mouse_led_off 
+
+mouse_adc_bat_percent_lowpower_out:
+589b 44a3c008 bpatch patch08_7 ,mem_patch08 
+589c efe40011 ifetch 8 ,rega 
+589d 67e404c4 store 8 ,mem_pdatatemp 
+589e 6fe0c58f fetch 1 ,mem_adc_mux_status 
+589f c00058b2 beq mouse_adc_check_battery_only ,mouse_adc_bat_percent_lowpower_out_battery 
+58a0 c00158a2 beq mouse_adc_check_gpio_multiple ,mouse_adc_bat_percent_lowpower_out_gpio_multiple 
+58a1 c001d8d1 beq mouse_adc_check_vinlpm_multiple ,mouse_adc_bat_percent_lowpower_out_vinlpm_multiple 
+
+mouse_adc_bat_percent_lowpower_out_gpio_multiple:
+58a2 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+58a3 c31758a8 bbit0 mouse_enable_dpi_key_connect_adc ,mouse_adc_bat_percent_lowpower_out_gpio_switch 
+58a4 6fe104ca fetch 2 ,mem_pdatatemp + 6 
+58a5 68494585 fetcht 2 ,mem_mouse_vdd_button_press_vol 
+58a6 98467c00 isub temp ,null 
+58a7 242158d4 nbranch mouse_adc_set_button_press_flag ,positive 
+
+mouse_adc_bat_percent_lowpower_out_gpio_switch:
+58a8 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+58a9 c315d8b2 bbit0 mouse_enable_select_device_by_switch_adc ,mouse_adc_bat_percent_lowpower_out_battery 
+58aa 70459500 jam 0 ,mem_mouse_adc_button_press_flag 
+58ab 6fe104ca fetch 2 ,mem_pdatatemp + 6 
+58ac 68494587 fetcht 2 ,mem_mouse_vdd_switch_gnd_24g_vol 
+58ad 98467c00 isub temp ,null 
+58ae 242158b1 nbranch mouse_select_24gdevice ,positive 
+58af 20405f5c call mouse_select_btdevice 
+58b0 202058b2 branch mouse_adc_bat_percent_lowpower_out_battery 
+
+mouse_select_24gdevice:
+58b1 20405f60 call mouse_check_select_24gdevice 
+
+mouse_adc_bat_percent_lowpower_out_battery:
+58b2 204058d8 call mouse_adc_clear_button_press_flag 
+58b3 20406d0b call adc_clear_no_power_flag 
+58b4 20406d03 call adc_clear_low_power_flag 
+58b5 6fe104ca fetch 2 ,mem_pdatatemp + 6 
+58b6 684904c6 fetcht 2 ,mem_pdatatemp + 2 
+58b7 98467c00 isub temp ,null 
+58b8 24416d07 ncall adc_set_no_power_flag ,positive 
+58b9 684904c8 fetcht 2 ,mem_pdatatemp + 4 
+58ba 98467c00 isub temp ,null 
+58bb 24416cff ncall adc_set_low_power_flag ,positive 
+
+mouse_adc_bat_level_set:
+58bc 6fe104ca fetch 2 ,mem_pdatatemp + 6 
+58bd 684904c4 fetcht 2 ,mem_pdatatemp 
+58be 98467c00 isub temp ,null 
+58bf 202158cd branch mouse_adc_bat_level_100_percent ,positive 
+58c0 684904c6 fetcht 2 ,mem_pdatatemp + 2 
+58c1 98467e00 isub temp ,pdata 
+58c2 242158cf nbranch mouse_adc_bat_level_0_percent ,positive 
+58c3 203a58cf branch mouse_adc_bat_level_0_percent ,blank 
+58c4 1fefa264 mul32 pdata ,100 ,rega 
+58c5 6fe104c4 fetch 2 ,mem_pdatatemp 
+58c6 684904c6 fetcht 2 ,mem_pdatatemp + 2 
+58c7 98460400 isub temp ,temp 
+58c8 1a227e00 copy rega ,pdata 
+58c9 9846fc00 idiv temp 
+58ca 204075cd call get_div_result 
+58cb 67e0c78d store 1 ,mem_le_battery_level_percentage 
+58cc 20600000 rtn 
+
+mouse_adc_bat_level_100_percent:
+58cd 70478d64 jam 100 ,mem_le_battery_level_percentage 
+58ce 20600000 rtn 
+
+mouse_adc_bat_level_0_percent:
+58cf 70478d00 jam 0 ,mem_le_battery_level_percentage 
+58d0 20600000 rtn 
+
+mouse_adc_bat_percent_lowpower_out_vinlpm_multiple:
+58d1 6fe0c3c2 fetch 1 ,mem_adc_config_flag 
+58d2 c00158a2 beq adc_config_gpio ,mouse_adc_bat_percent_lowpower_out_gpio_multiple 
+58d3 202058b2 branch mouse_adc_bat_percent_lowpower_out_battery 
+
+mouse_adc_set_button_press_flag:
+58d4 6848c3c6 fetcht 1 ,mem_adc_power_flag 
+58d5 79200402 set1 2 ,temp 
+58d6 6048c3c6 storet 1 ,mem_adc_power_flag 
+58d7 20600000 rtn 
+
+mouse_adc_clear_button_press_flag:
+58d8 6848c3c6 fetcht 1 ,mem_adc_power_flag 
+58d9 793f8402 set0 2 ,temp 
+58da 6048c3c6 storet 1 ,mem_adc_power_flag 
+58db 20600000 rtn 
+
+mouse_adc_button_press:
+58dc 70459501 jam 1 ,mem_mouse_adc_button_press_flag 
+58dd 20600000 rtn 
+
+mouse_gpio_init:
+58de 6848c3d5 fetcht 1 ,mem_eeprom_wp_gpio 
+58df 20406c43 call gpio_config_output 
+58e0 20407199 call usb_offline_check_init 
+58e1 6848c5a5 fetcht 1 ,mem_lbutton_gpio 
+58e2 20405915 call mouse_gpio_config_input_pu 
+58e3 6848c5a7 fetcht 1 ,mem_rbutton_gpio 
+58e4 20405915 call mouse_gpio_config_input_pu 
+58e5 6848c5a6 fetcht 1 ,mem_mbutton_gpio 
+58e6 20405915 call mouse_gpio_config_input_pu 
+58e7 6848c5a8 fetcht 1 ,mem_bk_button_gpio 
+58e8 20405915 call mouse_gpio_config_input_pu 
+58e9 6848c5a9 fetcht 1 ,mem_fw_button_gpio 
+58ea 20405915 call mouse_gpio_config_input_pu 
+58eb 6848c5aa fetcht 1 ,mem_dpi_button_gpio 
+58ec 20405915 call mouse_gpio_config_input_pu 
+58ed 6848c5b5 fetcht 1 ,mem_matrix_public_gpio 
+58ee 20405915 call mouse_gpio_config_input_pu 
+58ef 6848c5b6 fetcht 1 ,mem_config_select_device_button_gpio 
+58f0 20405915 call mouse_gpio_config_input_pu 
+58f1 6848c5b7 fetcht 1 ,mem_customer_key_gpio 
+58f2 20405915 call mouse_gpio_config_input_pu 
+58f3 6848c5ab fetcht 1 ,mem_whee_a_data_gpio 
+58f4 20405915 call mouse_gpio_config_input_pu 
+58f5 6848c5ac fetcht 1 ,mem_whee_b_data_gpio 
+58f6 20405915 call mouse_gpio_config_input_pu 
+58f7 6848c5b3 fetcht 1 ,mem_whee_ta_data_gpio 
+58f8 20405915 call mouse_gpio_config_input_pu 
+58f9 6848c5b4 fetcht 1 ,mem_whee_tb_data_gpio 
+58fa 20405915 call mouse_gpio_config_input_pu 
+58fb 6848c5b8 fetcht 1 ,mem_sensor_motion_gpio 
+58fc 20405915 call mouse_gpio_config_input_pu 
+58fd 6848c5b9 fetcht 1 ,mem_device_switch_gpio 
+58fe 20405915 call mouse_gpio_config_input_pu 
+58ff 6848c5bb fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+5900 20406c43 call gpio_config_output 
+5901 6848c5bc fetcht 1 ,mem_config_device_24g_led_gpio 
+5902 20406c43 call gpio_config_output 
+5903 6848c5bd fetcht 1 ,mem_config_device_bt1_led_gpio 
+5904 20406c43 call gpio_config_output 
+5905 6848c5be fetcht 1 ,mem_config_device_bt2_led_gpio 
+5906 20406c43 call gpio_config_output 
+5907 6848c5bf fetcht 1 ,mem_dpi_led_gpio 
+5908 20406c43 call gpio_config_output 
+5909 6848c5af fetcht 1 ,mem_select_sensor_angle_gpio 
+590a 20205915 branch mouse_gpio_config_input_pu 
+
+mouse_gpio_set_pupd_by_input:
+590b 18467cff sub temp ,ui_button_gpio_disable ,null 
+590c 20628000 rtn zero 
+590d 18410e7f and temp ,0x7f ,queue 
+590e 6ff2011c fetch 4 ,core_gpio_in 
+590f afefffff qisolate1 pdata 
+5910 2020d915 branch mouse_gpio_config_input_pu ,true 
+
+mouse_gpio_config_input_pd:
+5911 18467cff sub temp ,ui_button_gpio_disable ,null 
+5912 20628000 rtn zero 
+5913 79200407 set1 gpio_active_bit ,temp 
+5914 20206c29 branch gpio_config_input 
+
+mouse_gpio_config_input_pu:
+5915 18467cff sub temp ,ui_button_gpio_disable ,null 
+5916 20628000 rtn zero 
+5917 793f8407 set0 gpio_active_bit ,temp 
+5918 20206c29 branch gpio_config_input 
+
+mouse_gpio_set_high_impedance:
+5919 6fe1c87a fetch 3 ,mem_mouse_set_high_impedance_bit_set 
+591a 67e184c4 store 3 ,mem_pdatatemp 
+591b df20000d arg 13 ,loopcnt 
+591c d8400000 arg 0 ,temp 
+
+mouse_gpio_set_high_impedance_bit_loop:
+591d 6fe184c4 fetch 3 ,mem_pdatatemp 
+591e 2feffe00 isolate1 0 ,pdata 
+591f 2040ec5b call gpio_set_high_impedance ,true 
+5920 6fe184c4 fetch 3 ,mem_pdatatemp 
+5921 1fe3fe00 lshift pdata ,pdata 
+5922 67e184c4 store 3 ,mem_pdatatemp 
+5923 18408401 increase 1 ,temp 
+5924 c200591d loop mouse_gpio_set_high_impedance_bit_loop 
+5925 20600000 rtn 
+
+mouse_sensor_spi_init:
+5926 2040592b call mouse_spid_init_pin 
+5927 7043aa73 jam 0x73 ,mem_spi_init_clk 
+5928 2040592a call mouse_spi_init 
+5929 2020671e branch twspi_enable 
+
+mouse_spi_write_flash_cb:
+
+mouse_spi_init:
+592a 2020691f branch spid_init 
+
+mouse_spid_init_pin:
+592b 6fe0c5ad fetch 1 ,mem_mouse_sensor_sclk_gpio 
+592c d8400021 arg gpcfg_spid_sck ,temp 
+592d 20406c68 call gpio_config_function_int 
+592e 6fe0c5ae fetch 1 ,mem_mouse_sensor_sdio_gpio 
+592f d8400023 arg gpcfg_spid_sdio ,temp 
+5930 20206c68 branch gpio_config_function_int 
+
+mouse_motion:
+5931 44a44009 bpatch patch09_0 ,mem_patch09 
+5932 78547c00 disable user 
+5933 58000000 setarg 0 
+5934 67e3456b store 6 ,mem_mouse_x 
+5935 20405bfe call mouse_check_sensor_data 
+5936 20405a4e call mouse_dpi_config 
+5937 20405940 call mouse_zwheel 
+5938 20405945 call mouse_t_zwheel 
+5939 20405a9b call mouse_key 
+593a 6fe0c56a fetch 1 ,mem_mouse_key 
+593b 1fe17e1f and_into 0x1f ,pdata 
+593c 67e0c56a store 1 ,mem_mouse_key 
+593d 24345fdb nbranch mouse_drawing_optima_init ,user 
+593e 20405fca call mouse_drawing_optima 
+593f 20205e12 branch mouse_no_data_timer_init 
+
+mouse_zwheel:
+5940 6fe0c57a fetch 1 ,mem_mouse_z_data 
+5941 207a0000 rtn blank 
+5942 67e0c56f store 1 ,mem_mouse_z 
+5943 70457a00 jam 0 ,mem_mouse_z_data 
+5944 20207636 branch enable_user 
+
+mouse_t_zwheel:
+5945 6fe0c576 fetch 1 ,mem_mouse_tz_data 
+5946 207a0000 rtn blank 
+5947 67e0c570 store 1 ,mem_mouse_tz 
+5948 70457600 jam 0 ,mem_mouse_tz_data 
+5949 20207636 branch enable_user 
+
+mouse_wheel_check:
+594a 20405957 call mouse_t_wheel_scan 
+594b 20405993 call mouse_wheel_scan 
+594c 6fe0c574 fetch 1 ,mem_wheel_tb_new_pinlevel 
+594d 6848c573 fetcht 1 ,mem_wheel_tb_old_pinlevel 
+594e 67e0c573 store 1 ,mem_wheel_tb_old_pinlevel 
+594f 98467c00 isub temp ,null 
+5950 2422ce0d nbranch app_lpm_wake_auto_lock ,zero 
+5951 6fe0c578 fetch 1 ,mem_mwheel_b_new_pinlevel 
+5952 6848c577 fetcht 1 ,mem_mwheel_b_old_pinlevel 
+5953 67e0c577 store 1 ,mem_mwheel_b_old_pinlevel 
+5954 98467c00 isub temp ,null 
+5955 2422ce0d nbranch app_lpm_wake_auto_lock ,zero 
+5956 20600000 rtn 
+
+mouse_t_wheel_scan:
+5957 6fe0c5b3 fetch 1 ,mem_whee_ta_data_gpio 
+5958 c17f8000 rtneq gpio_disable 
+5959 da200000 arg 0 ,rega 
+595a 6848c5b3 fetcht 1 ,mem_whee_ta_data_gpio 
+595b 20406c32 call gpio_get_bit 
+595c 7920a200 setflag true ,0 ,rega 
+595d 6848c5b4 fetcht 1 ,mem_whee_tb_data_gpio 
+595e 20406c32 call gpio_get_bit 
+595f 7920a201 setflag true ,1 ,rega 
+5960 1a227e00 copy rega ,pdata 
+5961 67e0c574 store 1 ,mem_wheel_tb_new_pinlevel 
+5962 c000d967 beq 0x01 ,mouse_t_wheel_scan_judge1 
+5963 c001596b beq 0x02 ,mouse_t_wheel_scan_judge2 
+5964 6fe0c575 fetch 1 ,mem_wheel_tog 
+5965 c283d977 bbit1 7 ,mouse_t_wheel_scan_judge3 
+5966 20600000 rtn 
+
+mouse_t_wheel_scan_judge1:
+5967 6fe0c573 fetch 1 ,mem_wheel_tb_old_pinlevel 
+5968 c000596f beq 0 ,mouse_t_wheel_scan_judge11 
+5969 c001d971 beq 3 ,mouse_t_wheel_scan_judge12 
+596a 20600000 rtn 
+
+mouse_t_wheel_scan_judge2:
+596b 6fe0c573 fetch 1 ,mem_wheel_tb_old_pinlevel 
+596c c0005973 beq 0 ,mouse_t_wheel_scan_judge21 
+596d c001d975 beq 3 ,mouse_t_wheel_scan_judge22 
+596e 20600000 rtn 
+
+mouse_t_wheel_scan_judge11:
+596f 70457582 jam 0x82 ,mem_wheel_tog 
+5970 20600000 rtn 
+
+mouse_t_wheel_scan_judge12:
+5971 70457581 jam 0x81 ,mem_wheel_tog 
+5972 20600000 rtn 
+
+mouse_t_wheel_scan_judge21:
+5973 70457580 jam 0x80 ,mem_wheel_tog 
+5974 20600000 rtn 
+
+mouse_t_wheel_scan_judge22:
+5975 70457583 jam 0x83 ,mem_wheel_tog 
+5976 20600000 rtn 
+
+mouse_t_wheel_scan_judge3:
+5977 6fe0c575 fetch 1 ,mem_wheel_tog 
+5978 793ffe07 set0 7 ,pdata 
+5979 67e0c575 store 1 ,mem_wheel_tog 
+597a c000597f beq 0 ,mouse_t_wheel_scan_judge30 
+597b c000d982 beq 1 ,mouse_t_wheel_scan_judge31 
+597c c0015985 beq 2 ,mouse_t_wheel_scan_judge32 
+597d c001d988 beq 3 ,mouse_t_wheel_scan_judge33 
+597e 20600000 rtn 
+
+mouse_t_wheel_scan_judge30:
+597f 6fe0c574 fetch 1 ,mem_wheel_tb_new_pinlevel 
+5980 c001d98b beq 3 ,mouse_wheel_t_forward 
+5981 20600000 rtn 
+
+mouse_t_wheel_scan_judge31:
+5982 6fe0c574 fetch 1 ,mem_wheel_tb_new_pinlevel 
+5983 c000598b beq 0 ,mouse_wheel_t_forward 
+5984 20600000 rtn 
+
+mouse_t_wheel_scan_judge32:
+5985 6fe0c574 fetch 1 ,mem_wheel_tb_new_pinlevel 
+5986 c001d98f beq 3 ,mouse_wheel_t_back 
+5987 20600000 rtn 
+
+mouse_t_wheel_scan_judge33:
+5988 6fe0c574 fetch 1 ,mem_wheel_tb_new_pinlevel 
+5989 c000598f beq 0 ,mouse_wheel_t_back 
+598a 20600000 rtn 
+
+mouse_wheel_t_forward:
+598b 6fe0c576 fetch 1 ,mem_mouse_tz_data 
+598c 1fe0fe01 increase 1 ,pdata 
+598d 67e0c576 store 1 ,mem_mouse_tz_data 
+598e 20600000 rtn 
+
+mouse_wheel_t_back:
+598f 6fe0c576 fetch 1 ,mem_mouse_tz_data 
+5990 1fe0ffff increase -1 ,pdata 
+5991 67e0c576 store 1 ,mem_mouse_tz_data 
+5992 20600000 rtn 
+
+mouse_wheel_scan:
+5993 6fe0c5ab fetch 1 ,mem_whee_a_data_gpio 
+5994 c17f8000 rtneq gpio_disable 
+5995 da200000 arg 0 ,rega 
+5996 6848c5ab fetcht 1 ,mem_whee_a_data_gpio 
+5997 20406c32 call gpio_get_bit 
+5998 7920a200 setflag true ,0 ,rega 
+5999 6848c5ac fetcht 1 ,mem_whee_b_data_gpio 
+599a 20406c32 call gpio_get_bit 
+599b 7920a201 setflag true ,1 ,rega 
+599c 1a227e00 copy rega ,pdata 
+599d 67e0c578 store 1 ,mem_mwheel_b_new_pinlevel 
+599e c000d9a3 beq 0x01 ,mouse_wheel_scan_judge1 
+599f c00159a7 beq 0x02 ,mouse_wheel_scan_judge2 
+59a0 6fe0c579 fetch 1 ,mem_mwheel_tog 
+59a1 c283d9b3 bbit1 7 ,mouse_wheel_scan_judge3 
+59a2 20600000 rtn 
+
+mouse_wheel_scan_judge1:
+59a3 6fe0c577 fetch 1 ,mem_mwheel_b_old_pinlevel 
+59a4 c00059ab beq 0 ,mouse_wheel_scan_judge11 
+59a5 c001d9ad beq 3 ,mouse_wheel_scan_judge12 
+59a6 20600000 rtn 
+
+mouse_wheel_scan_judge2:
+59a7 6fe0c577 fetch 1 ,mem_mwheel_b_old_pinlevel 
+59a8 c00059af beq 0 ,mouse_wheel_scan_judge21 
+59a9 c001d9b1 beq 3 ,mouse_wheel_scan_judge22 
+59aa 20600000 rtn 
+
+mouse_wheel_scan_judge11:
+59ab 70457982 jam 0x82 ,mem_mwheel_tog 
+59ac 20600000 rtn 
+
+mouse_wheel_scan_judge12:
+59ad 70457981 jam 0x81 ,mem_mwheel_tog 
+59ae 20600000 rtn 
+
+mouse_wheel_scan_judge21:
+59af 70457980 jam 0x80 ,mem_mwheel_tog 
+59b0 20600000 rtn 
+
+mouse_wheel_scan_judge22:
+59b1 70457983 jam 0x83 ,mem_mwheel_tog 
+59b2 20600000 rtn 
+
+mouse_wheel_scan_judge3:
+59b3 6fe0c579 fetch 1 ,mem_mwheel_tog 
+59b4 793ffe07 set0 7 ,pdata 
+59b5 67e0c579 store 1 ,mem_mwheel_tog 
+59b6 c00059bb beq 0 ,mouse_wheel_scan_judge30 
+59b7 c000d9be beq 1 ,mouse_wheel_scan_judge31 
+59b8 c00159c1 beq 2 ,mouse_wheel_scan_judge32 
+59b9 c001d9c4 beq 3 ,mouse_wheel_scan_judge33 
+59ba 20600000 rtn 
+
+mouse_wheel_scan_judge30:
+59bb 6fe0c578 fetch 1 ,mem_mwheel_b_new_pinlevel 
+59bc c001d9c7 beq 3 ,mouse_wheel_forward 
+59bd 20600000 rtn 
+
+mouse_wheel_scan_judge31:
+59be 6fe0c578 fetch 1 ,mem_mwheel_b_new_pinlevel 
+59bf c00059c7 beq 0 ,mouse_wheel_forward 
+59c0 20600000 rtn 
+
+mouse_wheel_scan_judge32:
+59c1 6fe0c578 fetch 1 ,mem_mwheel_b_new_pinlevel 
+59c2 c001d9cb beq 3 ,mouse_wheel_back 
+59c3 20600000 rtn 
+
+mouse_wheel_scan_judge33:
+59c4 6fe0c578 fetch 1 ,mem_mwheel_b_new_pinlevel 
+59c5 c00059cb beq 0 ,mouse_wheel_back 
+59c6 20600000 rtn 
+
+mouse_wheel_forward:
+59c7 6fe0c57a fetch 1 ,mem_mouse_z_data 
+59c8 1fe0fe01 increase 1 ,pdata 
+59c9 67e0c57a store 1 ,mem_mouse_z_data 
+59ca 20600000 rtn 
+
+mouse_wheel_back:
+59cb 6fe0c57a fetch 1 ,mem_mouse_z_data 
+59cc 1fe0ffff increase -1 ,pdata 
+59cd 67e0c57a store 1 ,mem_mouse_z_data 
+59ce 20600000 rtn 
+
+mouse_wheel_gpio_set_wake:
+59cf 6848c5ab fetcht 1 ,mem_whee_a_data_gpio 
+59d0 20406c0b call gpio_set_wake_by_current_state 
+59d1 6848c5ac fetcht 1 ,mem_whee_b_data_gpio 
+59d2 20406c0b call gpio_set_wake_by_current_state 
+59d3 6848c5b3 fetcht 1 ,mem_whee_ta_data_gpio 
+59d4 20406c0b call gpio_set_wake_by_current_state 
+59d5 6848c5b4 fetcht 1 ,mem_whee_tb_data_gpio 
+59d6 20206c0b branch gpio_set_wake_by_current_state 
+
+mouse_before_hibernate_wheel_gpio_set:
+59d7 6848c5ab fetcht 1 ,mem_whee_a_data_gpio 
+59d8 2040590b call mouse_gpio_set_pupd_by_input 
+59d9 6848c5ac fetcht 1 ,mem_whee_b_data_gpio 
+59da 2040590b call mouse_gpio_set_pupd_by_input 
+59db 6848c5b3 fetcht 1 ,mem_whee_ta_data_gpio 
+59dc 2040590b call mouse_gpio_set_pupd_by_input 
+59dd 6848c5b4 fetcht 1 ,mem_whee_tb_data_gpio 
+59de 2020590b branch mouse_gpio_set_pupd_by_input 
+
+mouse_wheel_trigger:
+59df 6fe1456f fetch 2 ,mem_mouse_z 
+59e0 207a0000 rtn blank 
+59e1 70457b01 jam 1 ,mem_mouse_wheel_trigger 
+59e2 70457c0a jam 10 ,mem_mouse_wheel_trigger_timer 
+59e3 20600000 rtn 
+
+mouse_wheel_trigger_timer:
+59e4 da60457c arg mem_mouse_wheel_trigger_timer ,regc 
+59e5 da4059e7 arg mouse_wheel_trigger_disable ,regb 
+59e6 20204de1 branch timer_single_step 
+
+mouse_wheel_trigger_disable:
+59e7 70457b00 jam 0 ,mem_mouse_wheel_trigger 
+59e8 20600000 rtn 
+
+mouse_dpi_check:
+59e9 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+59ea c2975a10 bbit1 mouse_enable_dpi_key_connect_adc ,mouse_dpi_check_connect_adc 
+59eb 6fe0c5aa fetch 1 ,mem_dpi_button_gpio 
+59ec c17f8000 rtneq gpio_disable 
+59ed da200000 arg 0 ,rega 
+59ee 70483305 jam mouse_dpi_key ,mem_mouse_key_temp 
+59ef 6848c5aa fetcht 1 ,mem_dpi_button_gpio 
+59f0 204059f8 call mouse_dpi_key_check 
+59f1 67e0c830 store 1 ,mem_mouse_dpikey_press_status 
+59f2 6fe0c5b5 fetch 1 ,mem_matrix_public_gpio 
+59f3 c07fda08 beq gpio_disable ,mouse_3io6key_dpi_check_end 
+59f4 20405b1e call mouse_matrix_public_gpio_reset 
+
+mouse_dpi_check_exit:
+59f5 1a227e00 copy rega ,pdata 
+59f6 c282da12 bbit1 mouse_dpi_key ,mouse_dpi_down 
+59f7 20205a19 branch mouse_dpi_up 
+
+mouse_dpi_key_check:
+59f8 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+59f9 c2965a0e bbit1 mouse_enable_dpi_key_connect_gnd ,mouse_dpi_key_connect_gnd 
+59fa 6fe0c830 fetch 1 ,mem_mouse_dpikey_press_status 
+59fb 1fe22600 copy pdata ,regc 
+59fc 6fe0c5b5 fetch 1 ,mem_matrix_public_gpio 
+59fd c07fdb52 beq gpio_disable ,mouse_3io6key_check 
+59fe 6fe0c837 fetch 1 ,mem_mouse_ghost_flag 
+59ff 243a5a0b nbranch mouse_dpi_check_end ,blank 
+
+mouse_dpi_key_connect_matrix:
+5a00 20406c32 call gpio_get_bit 
+5a01 6848c5b5 fetcht 1 ,mem_matrix_public_gpio 
+5a02 2020da0e branch mouse_dpi_key_connect_gnd ,true 
+5a03 6848c5b5 fetcht 1 ,mem_matrix_public_gpio 
+5a04 20406c43 call gpio_out_active 
+5a05 6848c5aa fetcht 1 ,mem_dpi_button_gpio 
+5a06 6fe0c830 fetch 1 ,mem_mouse_dpikey_press_status 
+5a07 20205b46 branch mouse_check_key_connect_gnd 
+
+mouse_3io6key_dpi_check_end:
+5a08 6848c5aa fetcht 1 ,mem_dpi_button_gpio 
+5a09 20405915 call mouse_gpio_config_input_pu 
+5a0a 202059f5 branch mouse_dpi_check_exit 
+
+mouse_dpi_check_end:
+5a0b 70467600 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+5a0c 70483000 jam 0 ,mem_mouse_dpikey_press_status 
+5a0d 20600000 rtn 
+
+mouse_dpi_key_connect_gnd:
+5a0e 6fe0c830 fetch 1 ,mem_mouse_dpikey_press_status 
+5a0f 20205b46 branch mouse_check_key_connect_gnd 
+
+mouse_dpi_check_connect_adc:
+5a10 6fe0c595 fetch 1 ,mem_mouse_adc_button_press_flag 
+5a11 203a5a19 branch mouse_dpi_up ,blank 
+
+mouse_dpi_down:
+5a12 6fe0c676 fetch 1 ,mem_mouse_dpi_button_state 
+5a13 c1008000 rtneq dpi_button_state_down 
+5a14 70467601 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+5a15 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5a16 c3940000 rtnbit1 mouse_enable_select_device_by_dpi_button 
+5a17 c39b0000 rtnbit1 mouse_enable_dpi_key_long_press_disconvery 
+5a18 20205a29 branch mouse_dpi_process 
+
+mouse_dpi_up:
+5a19 6fe0c676 fetch 1 ,mem_mouse_dpi_button_state 
+5a1a c1000000 rtneq dpi_button_state_up 
+5a1b 70467600 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+5a1c 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5a1d c2945a20 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_dpi_up_next 
+5a1e c29b5a20 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_dpi_up_next 
+5a1f 20600000 rtn 
+
+mouse_dpi_up_next:
+5a20 6fe0c677 fetch 1 ,mem_mouse_dpi_long_press_flag 
+5a21 243a5a24 nbranch mouse_dpi_up_after_long_press ,blank 
+5a22 6fe0c839 fetch 1 ,mem_select_device_count 
+5a23 245a5a29 ncall mouse_dpi_process ,blank 
+
+mouse_dpi_up_after_long_press:
+5a24 70467700 jam 0 ,mem_mouse_dpi_long_press_flag 
+5a25 6fe0c431 fetch 1 ,mem_ui_button_timeout 
+5a26 67e0c839 store 1 ,mem_select_device_count 
+5a27 67e0c838 store 1 ,mem_bt_discovery_count 
+5a28 20600000 rtn 
+
+mouse_dpi_process:
+5a29 44a4c009 bpatch patch09_1 ,mem_patch09 
+5a2a 20405a32 call mouse_dpi_ghost_check 
+5a2b 20740000 rtn user 
+5a2c 6fe0c62b fetch 1 ,mem_mouse_dpi 
+5a2d 1fe0fe01 increase 1 ,pdata 
+5a2e 1fe17e03 and pdata ,0x03 ,pdata 
+5a2f 67e0c62b store 1 ,mem_mouse_dpi 
+5a30 20405a55 call mouse_seting_dpi 
+5a31 20205ea3 branch mouse_store_device_info_delay 
+
+mouse_dpi_ghost_check:
+5a32 78547c00 disable user 
+5a33 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5a34 c3960000 rtnbit1 mouse_enable_dpi_key_connect_gnd 
+5a35 c3970000 rtnbit1 mouse_enable_dpi_key_connect_adc 
+5a36 6fe0c82b fetch 1 ,mem_mouse_lkey_press_status 
+5a37 207a0000 rtn blank 
+5a38 6fe0c82c fetch 1 ,mem_mouse_rkey_press_status 
+5a39 207a0000 rtn blank 
+5a3a 78347c00 enable user 
+5a3b 20600000 rtn 
+
+mouse_dpi_key_check_long_press:
+5a3c 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5a3d c2945a40 bbit1 mouse_enable_select_device_by_dpi_button ,mouse_select_device_by_dpi_button 
+5a3e c29b5a47 bbit1 mouse_enable_dpi_key_long_press_disconvery ,mouse_discovery_by_dpi_button 
+5a3f 20600000 rtn 
+
+mouse_select_device_by_dpi_button:
+5a40 6fe0c676 fetch 1 ,mem_mouse_dpi_button_state 
+5a41 c1808000 rtnne dpi_button_state_down 
+5a42 da604839 arg mem_select_device_count ,regc 
+5a43 da405a45 arg mouse_ready_reconnection_by_dpi_button ,regb 
+5a44 20204de1 branch timer_single_step 
+
+mouse_ready_reconnection_by_dpi_button:
+5a45 70467701 jam 1 ,mem_mouse_dpi_long_press_flag 
+5a46 20205f68 branch mouse_ready_reconnection_by_button 
+
+mouse_discovery_by_dpi_button:
+5a47 6fe0c676 fetch 1 ,mem_mouse_dpi_button_state 
+5a48 c1808000 rtnne dpi_button_state_down 
+5a49 da604838 arg mem_bt_discovery_count ,regc 
+5a4a da405a4c arg mouse_long_dpi_button_bt_discovery ,regb 
+5a4b 20204de1 branch timer_single_step 
+
+mouse_long_dpi_button_bt_discovery:
+5a4c 70467701 jam 1 ,mem_mouse_dpi_long_press_flag 
+5a4d 20205daa branch mouse_long_button_bt_discovery 
+
+mouse_dpi_config:
+5a4e 20205a58 branch mouse_seting_sensor_type 
+
+mouse_setting_dpi_4_level:
+5a4f 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5a50 c38e0000 rtnbit1 mouse_enable_dpi_level_4 
+5a51 6fe0c62b fetch 1 ,mem_mouse_dpi 
+5a52 c1818000 rtnne mouse_dpi_level4 
+5a53 70462b00 jam mouse_dpi_level1 ,mem_mouse_dpi 
+5a54 20600000 rtn 
+
+mouse_seting_dpi:
+5a55 44a54009 bpatch patch09_2 ,mem_patch09 
+5a56 20405a4f call mouse_setting_dpi_4_level 
+5a57 204061c2 call mouse_dpi_led_blink_delay 
+
+mouse_seting_sensor_type:
+5a58 6fe0c5c0 fetch 1 ,mem_config_sensor_type 
+5a59 c001da7a beq p3212 ,mouse_seting_3212_dpi 
+5a5a c005da8e beq ka8g2 ,mouse_seting_ka8g2_dpi 
+5a5b 6fe0c62b fetch 1 ,mem_mouse_dpi 
+5a5c c0005a62 beq mouse_dpi_level1 ,mouse_set_cpi0 
+5a5d c000da60 beq mouse_dpi_level2 ,mouse_set_cpi1 
+5a5e c0015a64 beq mouse_dpi_level3 ,mouse_set_cpi2 
+5a5f c001da66 beq mouse_dpi_level4 ,mouse_set_cpi3 
+
+mouse_set_cpi1:
+5a60 6848c66a fetcht 1 ,mem_320x_dpi_1 
+5a61 20205a67 branch mouse_dpi_store 
+
+mouse_set_cpi0:
+5a62 6848c669 fetcht 1 ,mem_320x_dpi_0 
+5a63 20205a67 branch mouse_dpi_store 
+
+mouse_set_cpi2:
+5a64 6848c66b fetcht 1 ,mem_320x_dpi_2 
+5a65 20205a67 branch mouse_dpi_store 
+
+mouse_set_cpi3:
+5a66 6848c66c fetcht 1 ,mem_320x_dpi_3 
+
+mouse_dpi_store:
+5a67 6fe0c5c0 fetch 1 ,mem_config_sensor_type 
+5a68 c0025a76 beq p3065_xy ,mouse_3065xy_set_dpi 
+5a69 c002da76 beq mx8650 ,mouse_3065xy_set_dpi 
+5a6a c0045a78 beq ka8 ,mouse_ka8_set_dpi 
+5a6b c003da78 beq p6520 ,mouse_ka8_set_dpi 
+5a6c c0035a76 beq p8009 ,mouse_3065xy_set_dpi 
+
+mouse_dpi_write:
+5a6d 6048c675 storet 1 ,mem_mouse_cpi_count 
+5a6e 58000006 setarg mouse_dpi_address 
+5a6f 20406723 call twspi_read 
+5a70 1fe104f8 and pdata ,0xf8 ,temp 
+5a71 6fe0c675 fetch 1 ,mem_mouse_cpi_count 
+5a72 9840fe00 iadd temp ,pdata 
+5a73 1fed7e00 lshift8 pdata ,pdata 
+5a74 1fe0fe06 add pdata ,mouse_dpi_address ,pdata 
+5a75 20206722 branch twspi_write 
+
+mouse_3065xy_set_dpi:
+5a76 184085ff increase -1 ,temp 
+5a77 20205a6d branch mouse_dpi_write 
+
+mouse_ka8_set_dpi:
+5a78 18408402 increase 2 ,temp 
+5a79 20205a6d branch mouse_dpi_write 
+
+mouse_seting_3212_dpi:
+5a7a 6fe0c62b fetch 1 ,mem_mouse_dpi 
+5a7b c0005a81 beq mouse_dpi_level1 ,mouse_set_p3212_cpi0 
+5a7c c000da7f beq mouse_dpi_level2 ,mouse_set_p3212_cpi1 
+5a7d c0015a83 beq mouse_dpi_level3 ,mouse_set_p3212_cpi2 
+5a7e c001da85 beq mouse_dpi_level4 ,mouse_set_p3212_cpi3 
+
+mouse_set_p3212_cpi1:
+5a7f 6fe0c66e fetch 1 ,mem_3212_dpi_1 
+5a80 20205a86 branch mouse_p3212_dpi 
+
+mouse_set_p3212_cpi0:
+5a81 6fe0c66d fetch 1 ,mem_3212_dpi_0 
+5a82 20205a86 branch mouse_p3212_dpi 
+
+mouse_set_p3212_cpi2:
+5a83 6fe0c66f fetch 1 ,mem_3212_dpi_2 
+5a84 20205a86 branch mouse_p3212_dpi 
+
+mouse_set_p3212_cpi3:
+5a85 6fe0c670 fetch 1 ,mem_3212_dpi_3 
+
+mouse_p3212_dpi:
+5a86 67e0c675 store 1 ,mem_mouse_cpi_count 
+5a87 1fed7e00 lshift8 pdata ,pdata 
+5a88 1fe22200 copy pdata ,rega 
+5a89 1fe0fe0d add pdata ,mouse_p3212_dpi_xaddress ,pdata 
+5a8a 20406722 call twspi_write 
+5a8b 1a227e00 copy rega ,pdata 
+5a8c 1fe0fe0e add pdata ,mouse_p3212_dpi_yaddress ,pdata 
+5a8d 20206722 branch twspi_write 
+
+mouse_seting_ka8g2_dpi:
+5a8e 6fe0c62b fetch 1 ,mem_mouse_dpi 
+5a8f c0005a95 beq mouse_dpi_level1 ,mouse_set_pka8g2_cpi0 
+5a90 c000da93 beq mouse_dpi_level2 ,mouse_set_pka8g2_cpi1 
+5a91 c0015a97 beq mouse_dpi_level3 ,mouse_set_pka8g2_cpi2 
+5a92 c001da99 beq mouse_dpi_level4 ,mouse_set_pka8g2_cpi3 
+
+mouse_set_pka8g2_cpi1:
+5a93 6fe0c672 fetch 1 ,mem_ka8g2_dpi_1 
+5a94 20205a86 branch mouse_p3212_dpi 
+
+mouse_set_pka8g2_cpi0:
+5a95 6fe0c671 fetch 1 ,mem_ka8g2_dpi_0 
+5a96 20205a86 branch mouse_p3212_dpi 
+
+mouse_set_pka8g2_cpi2:
+5a97 6fe0c673 fetch 1 ,mem_ka8g2_dpi_2 
+5a98 20205a86 branch mouse_p3212_dpi 
+
+mouse_set_pka8g2_cpi3:
+5a99 6fe0c674 fetch 1 ,mem_ka8g2_dpi_3 
+5a9a 20205a86 branch mouse_p3212_dpi 
+
+mouse_key:
+5a9b 20405ad4 call mouse_check_key_gpio 
+5a9c 20405aac call mouse_ghost_key_check 
+5a9d 20405826 call mouse_set_mult 
+5a9e 20405aa7 call mouse_24g_key 
+5a9f 1a227e00 copy rega ,pdata 
+5aa0 6848c572 fetcht 1 ,mem_mouse_key_last 
+5aa1 67e0c572 store 1 ,mem_mouse_key_last 
+5aa2 67e0c56a store 1 ,mem_mouse_key 
+5aa3 9842fe00 ixor temp ,pdata 
+5aa4 1fe67c00 sub pdata ,0 ,null 
+5aa5 20628000 rtn zero 
+5aa6 20207636 branch enable_user 
+
+mouse_24g_key:
+5aa7 c6930000 rtnmark0 mark_24g 
+5aa8 1a227e00 copy rega ,pdata 
+5aa9 207a0000 rtn blank 
+5aaa 67e0c56a store 1 ,mem_mouse_key 
+5aab 20207636 branch enable_user 
+
+mouse_ghost_key_check:
+5aac 70483500 jam 0 ,mem_mouse_matrix_key_cow_count 
+5aad 70483600 jam 0 ,mem_mouse_matrix_key_row_count 
+5aae 70483700 jam 0 ,mem_mouse_ghost_flag 
+5aaf 1fe20400 copy pdata ,temp 
+5ab0 20405abc call mouse_ghost_key_check_l_bk 
+5ab1 20405abf call mouse_ghost_key_check_m_fw 
+5ab2 20405ac2 call mouse_ghost_key_check_bk_fw 
+5ab3 20405ac5 call mouse_ghost_key_check_lmr 
+5ab4 6fe0c836 fetch 1 ,mem_mouse_matrix_key_row_count 
+5ab5 207a0000 rtn blank 
+5ab6 6fe0c835 fetch 1 ,mem_mouse_matrix_key_cow_count 
+5ab7 207a0000 rtn blank 
+5ab8 70483701 jam 1 ,mem_mouse_ghost_flag 
+5ab9 6fe0c572 fetch 1 ,mem_mouse_key_last 
+5aba 1fe22200 copy pdata ,rega 
+5abb 20600000 rtn 
+
+mouse_ghost_key_check_l_bk:
+5abc 18417e09 and temp ,mouse_l_bk_button ,pdata 
+5abd c004dacd beq mouse_l_bk_button ,mouse_matrix_cow_more_than_one_key 
+5abe 20600000 rtn 
+
+mouse_ghost_key_check_m_fw:
+5abf 18417e14 and temp ,mouse_m_fw_button ,pdata 
+5ac0 c00a5acd beq mouse_m_fw_button ,mouse_matrix_cow_more_than_one_key 
+5ac1 20600000 rtn 
+
+mouse_ghost_key_check_bk_fw:
+5ac2 18417e18 and temp ,mouse_bk_fw_button ,pdata 
+5ac3 c00c5acb beq mouse_bk_fw_button ,mouse_matrix_row_more_than_one_key 
+5ac4 20600000 rtn 
+
+mouse_ghost_key_check_lmr:
+5ac5 18417e07 and temp ,mouse_lmr_button ,pdata 
+5ac6 c001dacb beq mouse_lr_button ,mouse_matrix_row_more_than_one_key 
+5ac7 c002dacb beq mouse_lm_button ,mouse_matrix_row_more_than_one_key 
+5ac8 c0035acb beq mouse_rm_button ,mouse_matrix_row_more_than_one_key 
+5ac9 c003dacb beq mouse_lmr_button ,mouse_matrix_row_more_than_one_key 
+5aca 20600000 rtn 
+
+mouse_matrix_row_more_than_one_key:
+5acb 70483601 jam 1 ,mem_mouse_matrix_key_row_count 
+5acc 20600000 rtn 
+
+mouse_matrix_cow_more_than_one_key:
+5acd 70483501 jam 1 ,mem_mouse_matrix_key_cow_count 
+5ace 20600000 rtn 
+
+mouse_key_check_once:
+5acf 20405ae0 call mouse_check_key_gpio_once 
+5ad0 20405ad4 call mouse_check_key_gpio 
+5ad1 58000000 setarg 0x00 
+5ad2 67e1c82b store 3 ,mem_mouse_lkey_press_status 
+5ad3 20600000 rtn 
+
+mouse_check_key_gpio:
+5ad4 44a5c009 bpatch patch09_3 ,mem_patch09 
+5ad5 6fe0c87d fetch 1 ,mem_sensor_shutdown_flag 
+5ad6 245a5ae0 ncall mouse_check_key_gpio_once ,blank 
+5ad7 da200000 arg 0 ,rega 
+5ad8 20405ae3 call mouse_check_lkey_gpio 
+5ad9 20405ae9 call mouse_check_rkey_gpio 
+5ada 20405aef call mouse_check_mkey_gpio 
+5adb 20405af5 call mouse_check_bkkey_gpio 
+5adc 20405b0e call mouse_check_fwkey_gpio 
+5add 20405b28 call mouse_check_customerkey_gpio 
+5ade 1a227e00 copy rega ,pdata 
+5adf 20600000 rtn 
+
+mouse_check_key_gpio_once:
+5ae0 58030303 setarg 0x030303 
+5ae1 67e1c82b store 3 ,mem_mouse_lkey_press_status 
+5ae2 20600000 rtn 
+
+mouse_check_lkey_gpio:
+5ae3 70483300 jam mouse_l_key ,mem_mouse_key_temp 
+5ae4 6848c5a5 fetcht 1 ,mem_lbutton_gpio 
+5ae5 6fe0c82b fetch 1 ,mem_mouse_lkey_press_status 
+5ae6 20405b46 call mouse_check_key_connect_gnd 
+5ae7 67e0c82b store 1 ,mem_mouse_lkey_press_status 
+5ae8 20600000 rtn 
+
+mouse_check_rkey_gpio:
+5ae9 70483301 jam mouse_r_key ,mem_mouse_key_temp 
+5aea 6848c5a7 fetcht 1 ,mem_rbutton_gpio 
+5aeb 6fe0c82c fetch 1 ,mem_mouse_rkey_press_status 
+5aec 20405b46 call mouse_check_key_connect_gnd 
+5aed 67e0c82c store 1 ,mem_mouse_rkey_press_status 
+5aee 20600000 rtn 
+
+mouse_check_mkey_gpio:
+5aef 70483302 jam mouse_m_key ,mem_mouse_key_temp 
+5af0 6848c5a6 fetcht 1 ,mem_mbutton_gpio 
+5af1 6fe0c82d fetch 1 ,mem_mouse_mkey_press_status 
+5af2 20405b46 call mouse_check_key_connect_gnd 
+5af3 67e0c82d store 1 ,mem_mouse_mkey_press_status 
+5af4 20600000 rtn 
+
+mouse_check_bkkey_gpio:
+5af5 6fe0c5a8 fetch 1 ,mem_bk_button_gpio 
+5af6 c17f8000 rtneq gpio_disable 
+5af7 70483303 jam mouse_bk_key ,mem_mouse_key_temp 
+5af8 6fe0c82e fetch 1 ,mem_mouse_bkkey_press_status 
+5af9 1fe22600 copy pdata ,regc 
+5afa 6848c5a8 fetcht 1 ,mem_bk_button_gpio 
+5afb 6fe0c5b5 fetch 1 ,mem_matrix_public_gpio 
+5afc c07fdb0a beq gpio_disable ,mouse_3io6key_bk_check 
+5afd 20406c32 call gpio_get_bit 
+5afe 2020db06 branch mouse_check_bk_button_connect_gnd ,true 
+5aff 6848c5b5 fetcht 1 ,mem_matrix_public_gpio 
+5b00 20406c43 call gpio_out_active 
+5b01 6848c5a8 fetcht 1 ,mem_bk_button_gpio 
+5b02 6fe0c82e fetch 1 ,mem_mouse_bkkey_press_status 
+5b03 20405b46 call mouse_check_key_connect_gnd 
+
+mouse_check_bkkey_gpio_end:
+5b04 67e0c82e store 1 ,mem_mouse_bkkey_press_status 
+5b05 20205b1e branch mouse_matrix_public_gpio_reset 
+
+mouse_check_bk_button_connect_gnd:
+5b06 6848c5b5 fetcht 1 ,mem_matrix_public_gpio 
+5b07 6fe0c82e fetch 1 ,mem_mouse_bkkey_press_status 
+5b08 20405b46 call mouse_check_key_connect_gnd 
+5b09 20205b04 branch mouse_check_bkkey_gpio_end 
+
+mouse_3io6key_bk_check:
+5b0a 20405b52 call mouse_3io6key_check 
+5b0b 67e0c82e store 1 ,mem_mouse_bkkey_press_status 
+5b0c 6848c5a8 fetcht 1 ,mem_bk_button_gpio 
+5b0d 20205915 branch mouse_gpio_config_input_pu 
+
+mouse_check_fwkey_gpio:
+5b0e 6fe0c5a9 fetch 1 ,mem_fw_button_gpio 
+5b0f c17f8000 rtneq gpio_disable 
+5b10 70483304 jam mouse_fw_key ,mem_mouse_key_temp 
+5b11 6fe0c82f fetch 1 ,mem_mouse_fwkey_press_status 
+5b12 1fe22600 copy pdata ,regc 
+5b13 6848c5a9 fetcht 1 ,mem_fw_button_gpio 
+5b14 6fe0c5b5 fetch 1 ,mem_matrix_public_gpio 
+5b15 c07fdb24 beq gpio_disable ,mouse_3io6key_fw_check 
+5b16 20406c32 call gpio_get_bit 
+5b17 2020db20 branch mouse_check_fw_button_connect_gnd ,true 
+5b18 6848c5b5 fetcht 1 ,mem_matrix_public_gpio 
+5b19 20406c43 call gpio_out_active 
+5b1a 6848c5a9 fetcht 1 ,mem_fw_button_gpio 
+5b1b 6fe0c82f fetch 1 ,mem_mouse_fwkey_press_status 
+5b1c 20405b46 call mouse_check_key_connect_gnd 
+
+mouse_check_fwkey_gpio_end:
+5b1d 67e0c82f store 1 ,mem_mouse_fwkey_press_status 
+
+mouse_matrix_public_gpio_reset:
+5b1e 6848c5b5 fetcht 1 ,mem_matrix_public_gpio 
+5b1f 20205915 branch mouse_gpio_config_input_pu 
+
+mouse_check_fw_button_connect_gnd:
+5b20 6848c5b5 fetcht 1 ,mem_matrix_public_gpio 
+5b21 6fe0c82f fetch 1 ,mem_mouse_fwkey_press_status 
+5b22 20405b46 call mouse_check_key_connect_gnd 
+5b23 20205b1d branch mouse_check_fwkey_gpio_end 
+
+mouse_3io6key_fw_check:
+5b24 20405b52 call mouse_3io6key_check 
+5b25 67e0c82f store 1 ,mem_mouse_fwkey_press_status 
+5b26 6848c5a9 fetcht 1 ,mem_fw_button_gpio 
+5b27 20205915 branch mouse_gpio_config_input_pu 
+
+mouse_check_customerkey_gpio:
+5b28 70482800 jam 0 ,mem_customer_key 
+5b29 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5b2a c40a8000 rtnbit0 mouse_enable_keyboard 
+5b2b 6fe0c5b7 fetch 1 ,mem_customer_key_gpio 
+5b2c c17f8000 rtneq gpio_disable 
+5b2d 70483307 jam mouse_customer_key ,mem_mouse_key_temp 
+5b2e 6848c5b7 fetcht 1 ,mem_customer_key_gpio 
+5b2f 6fe0c832 fetch 1 ,mem_mouse_customerkey_press_status 
+5b30 20405b46 call mouse_check_key_connect_gnd 
+5b31 67e0c832 store 1 ,mem_mouse_customerkey_press_status 
+5b32 1a227e00 copy rega ,pdata 
+5b33 c283db38 bbit1 mouse_customer_key ,mouse_customerkey_press 
+5b34 20405b3b call mouse_customerkey_release 
+
+mouse_check_customerkey_gpio_exit:
+5b35 6fe0c829 fetch 1 ,mem_customer_data_trigger 
+5b36 67e0c82a store 1 ,mem_customer_data_trigger_last 
+5b37 20600000 rtn 
+
+mouse_customerkey_press:
+5b38 70482901 jam 1 ,mem_customer_data_trigger 
+5b39 20405b3e call mouse_customer_key_need_send 
+5b3a 20205b35 branch mouse_check_customerkey_gpio_exit 
+
+mouse_customerkey_release:
+5b3b 70482900 jam 0 ,mem_customer_data_trigger 
+5b3c 6fe0c82a fetch 1 ,mem_customer_data_trigger_last 
+5b3d 207a0000 rtn blank 
+
+mouse_customer_key_need_send:
+5b3e 70482801 jam 1 ,mem_customer_key 
+5b3f 20600000 rtn 
+
+mouse_check_matrix_button_connect_gnd:
+5b40 20406c32 call gpio_get_bit 
+5b41 6848c833 fetcht 1 ,mem_mouse_key_temp 
+5b42 18420e00 copy temp ,queue 
+5b43 2020db50 branch mouse_key_press ,true 
+
+mouse_key_release:
+5b44 f93fa200 qset0 rega 
+5b45 20600000 rtn 
+
+mouse_check_key_connect_gnd:
+5b46 1fe3fe00 lshift pdata ,pdata 
+5b47 1fe22400 copy pdata ,regb 
+5b48 20406c32 call gpio_get_bit 
+5b49 7920a400 setflag true ,0 ,regb 
+5b4a 1a417e07 and regb ,0x07 ,pdata 
+
+mouse_check_key_connect_gnd_next:
+5b4b 6848c833 fetcht 1 ,mem_mouse_key_temp 
+5b4c 18420e00 copy temp ,queue 
+5b4d c003db50 beq 0x07 ,mouse_key_press 
+5b4e c0005b44 beq 0x00 ,mouse_key_release 
+5b4f 20600000 rtn 
+
+mouse_key_press:
+5b50 f9202200 qset1 rega 
+5b51 20600000 rtn 
+
+mouse_3io6key_check:
+5b52 44a64009 bpatch patch09_4 ,mem_patch09 
+5b53 1a627e00 copy regc ,pdata 
+5b54 67e0c834 store 1 ,mem_mouse_key_status 
+5b55 1fe3fe00 lshift pdata ,pdata 
+5b56 1fe22400 copy pdata ,regb 
+5b57 18422600 copy temp ,regc 
+5b58 20405911 call mouse_gpio_config_input_pd 
+5b59 1a620400 copy regc ,temp 
+5b5a 20406c32 call gpio_get_bit 
+5b5b 7d20a400 nsetflag true ,0 ,regb 
+5b5c 20405b5e call mouse_check_press 
+5b5d 20205b4b branch mouse_check_key_connect_gnd_next 
+
+mouse_check_press:
+5b5e 6848c834 fetcht 1 ,mem_mouse_key_status 
+5b5f 18410401 and_into 0x01 ,temp 
+5b60 1a417e01 and regb ,0x01 ,pdata 
+5b61 98467c00 isub temp ,null 
+5b62 2422dcc5 nbranch mouse_current_mult_update ,zero 
+5b63 20600000 rtn 
+
+mouse_init_sunt:
+5b64 44a6c009 bpatch patch09_5 ,mem_patch09 
+5b65 20405926 call mouse_sensor_spi_init 
+5b66 20758000 rtn wake 
+
+mouse_init_sensor_wakeup:
+5b67 20405bf3 call mouse_sensor_poweron 
+
+mouse_init_sensor:
+5b68 44a74009 bpatch patch09_6 ,mem_patch09 
+5b69 20405b73 call mouse_read_sensor_id 
+5b6a c0185b7a beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+5b6b c018dbdb beq p3065_id1 ,mouse_init_p3065 
+5b6c c02c5be4 beq pka8g2_id1 ,mouse_ka8g2_id2_judge 
+5b6d 20405b70 call mouse_twspi_reset 
+5b6e 20001af4 nop 6900 
+5b6f 20205b68 branch mouse_init_sensor 
+
+mouse_twspi_reset:
+5b70 6fe0c5ad fetch 1 ,mem_mouse_sensor_sclk_gpio 
+5b71 2040670b call twspi_reset 
+5b72 2020592b branch mouse_spid_init_pin 
+
+mouse_read_sensor_id:
+5b73 58000001 setarg pan_reg_pid_h 
+5b74 20406723 call twspi_read 
+5b75 67e0c65b store 1 ,mem_sensor_id2 
+5b76 58000000 setarg pan_reg_pid_l 
+5b77 20406723 call twspi_read 
+5b78 67e0c65a store 1 ,mem_sensor_id1 
+5b79 20600000 rtn 
+
+mouse_init_p32xx_id2_judge:
+5b7a 6fe0c65b fetch 1 ,mem_sensor_id2 
+5b7b c02d5b83 beq p_mx8650 ,mouse_mx8650_init_param 
+5b7c c06c5b89 beq p8009_id2 ,mouse_8009_init_param 
+5b7d c068db98 beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
+5b7e c0695ba1 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
+5b7f c0015ba8 beq p3212_id2 ,mouse_3212_init_param 
+5b80 c02a5bb1 beq pka8_id2 ,mouse_ka8_init_param_check 
+5b81 c0285bd8 beq p6520a_id2 ,mouse_p6520_init_param 
+5b82 20205b68 branch mouse_init_sensor 
+
+mouse_mx8650_init_param:
+5b83 7045c005 jam mx8650 ,mem_config_sensor_type 
+5b84 20405bef call mouse_sensor_reset 
+5b85 204074fb call delay_10ms 
+5b86 da6046d2 arg mem_sensor_8650_init ,regc 
+5b87 20405baa call mouse_sensor_wr_seq 
+5b88 20205a4e branch mouse_dpi_config 
+
+mouse_8009_init_param:
+5b89 58000016 setarg 0x16 
+5b8a 20406723 call twspi_read 
+5b8b 1fe67cbd sub pdata ,0xbd ,null 
+5b8c 2422db64 nbranch mouse_init_sunt ,zero 
+5b8d 58000019 setarg 0x19 
+5b8e 20406723 call twspi_read 
+5b8f 1fe67c55 sub pdata ,0x55 ,null 
+5b90 2422db64 nbranch mouse_init_sunt ,zero 
+5b91 5800001b setarg 0x1b 
+5b92 20406723 call twspi_read 
+5b93 1fe67c1d sub pdata ,0x1d ,null 
+5b94 2422db64 nbranch mouse_init_sunt ,zero 
+5b95 7045c006 jam p8009 ,mem_config_sensor_type 
+5b96 da604716 arg mem_sensor_8009_init ,regc 
+5b97 20205baa branch mouse_sensor_wr_seq 
+
+mouse_3205_3t_init_param:
+5b98 7045c000 jam p3205 ,mem_config_sensor_type 
+5b99 da60468c arg mem_sensor_3205_init ,regc 
+5b9a 20405baa call mouse_sensor_wr_seq 
+5b9b da604696 arg mem_sensor_32xx_init ,regc 
+5b9c 20405baa call mouse_sensor_wr_seq 
+5b9d 58000943 setarg 0x0943 
+5b9e 20406722 call twspi_write 
+5b9f da6046b0 arg mem_sensor_32xx_init_1 ,regc 
+5ba0 20205baa branch mouse_sensor_wr_seq 
+
+mouse_3204_3l_init_param:
+5ba1 7045c002 jam p3204 ,mem_config_sensor_type 
+5ba2 da604682 arg mem_sensor_3204_init ,regc 
+5ba3 20405baa call mouse_sensor_wr_seq 
+5ba4 da604696 arg mem_sensor_32xx_init ,regc 
+5ba5 20405baa call mouse_sensor_wr_seq 
+5ba6 da6046b0 arg mem_sensor_32xx_init_1 ,regc 
+5ba7 20205baa branch mouse_sensor_wr_seq 
+
+mouse_3212_init_param:
+5ba8 7045c003 jam p3212 ,mem_config_sensor_type 
+5ba9 da604678 arg mem_sensor_3212_init ,regc 
+
+mouse_sensor_wr_seq:
+5baa efe10013 ifetch 2 ,regc 
+5bab d840ffff arg 0xffff ,temp 
+5bac 98467c00 isub temp ,null 
+5bad 20628000 rtn zero 
+5bae 20406722 call twspi_write 
+5baf 1a60a602 increase 2 ,regc 
+5bb0 20205baa branch mouse_sensor_wr_seq 
+
+mouse_ka8_init_param_check:
+5bb1 20405bed call mouse_sensor_disable_wp 
+5bb2 58009a5b setarg 0x9a5b 
+5bb3 20406722 call twspi_write 
+5bb4 5800000d setarg 0x0d 
+5bb5 20406723 call twspi_read 
+5bb6 1fe67c12 sub pdata ,0x12 ,null 
+5bb7 2022dbc5 branch mouse_ka8ul_init_param ,zero 
+5bb8 1fe67c0a sub pdata ,0x0a ,null 
+5bb9 2422dbc8 nbranch mouse_ka8hd_sensor_judge ,zero 
+5bba 5800000e setarg 0x0e 
+5bbb 20406723 call twspi_read 
+5bbc 1fe67ce5 sub pdata ,0xe5 ,null 
+5bbd 2422db68 nbranch mouse_init_sensor ,zero 
+5bbe 58000010 setarg 0x10 
+5bbf 20406723 call twspi_read 
+5bc0 1fe67ca5 sub pdata ,0xa5 ,null 
+5bc1 2022dbc5 branch mouse_ka8ul_init_param ,zero 
+5bc2 20405bd5 call mouse_enable_ka8_sensor_wp 
+
+mouse_ka8_init_param:
+5bc3 7045c008 jam ka8 ,mem_config_sensor_type 
+5bc4 20600000 rtn 
+
+mouse_ka8ul_init_param:
+5bc5 7045c009 jam ka8_ul ,mem_config_sensor_type 
+5bc6 da6046f8 arg mem_sensor_ka8ul_init ,regc 
+5bc7 20205baa branch mouse_sensor_wr_seq 
+
+mouse_ka8hd_sensor_judge:
+5bc8 1fe67c10 sub pdata ,0x10 ,null 
+5bc9 2422db68 nbranch mouse_init_sensor ,zero 
+5bca 5800000e setarg 0x0e 
+5bcb 20406723 call twspi_read 
+5bcc 1fe67cc5 sub pdata ,0xc5 ,null 
+5bcd 2422db68 nbranch mouse_init_sensor ,zero 
+5bce 58000010 setarg 0x10 
+5bcf 20406723 call twspi_read 
+5bd0 1fe67c38 sub pdata ,0x38 ,null 
+5bd1 2422db68 nbranch mouse_init_sensor ,zero 
+
+mouse_ka8hd_init_param:
+5bd2 20405bd5 call mouse_enable_ka8_sensor_wp 
+5bd3 7045c00a jam ka8_hd ,mem_config_sensor_type 
+5bd4 20600000 rtn 
+
+mouse_enable_ka8_sensor_wp:
+5bd5 5800005b setarg 0x005b 
+5bd6 20406722 call twspi_write 
+5bd7 20205beb branch mouse_sensor_enable_wp 
+
+mouse_p6520_init_param:
+5bd8 7045c007 jam p6520 ,mem_config_sensor_type 
+5bd9 da604736 arg mem_sensor_p6520_init ,regc 
+5bda 20205baa branch mouse_sensor_wr_seq 
+
+mouse_init_p3065:
+5bdb 20405bf3 call mouse_sensor_poweron 
+5bdc 6fe0c65b fetch 1 ,mem_sensor_id2 
+5bdd c0385be2 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+5bde c0005be0 beq p3065_id2 ,mouse_p3065_init_param 
+5bdf 20205b68 branch mouse_init_sensor 
+
+mouse_p3065_init_param:
+5be0 7045c001 jam p3065 ,mem_config_sensor_type 
+5be1 20600000 rtn 
+
+mouse_p3065xy_init_param:
+5be2 7045c004 jam p3065_xy ,mem_config_sensor_type 
+5be3 20600000 rtn 
+
+mouse_ka8g2_id2_judge:
+5be4 20405bf3 call mouse_sensor_poweron 
+5be5 6fe0c65b fetch 1 ,mem_sensor_id2 
+5be6 c02cdbe8 beq pka8g2_id2 ,mouse_ka8g2_init_param 
+5be7 20205b7a branch mouse_init_p32xx_id2_judge 
+
+mouse_ka8g2_init_param:
+5be8 7045c00b jam ka8g2 ,mem_config_sensor_type 
+5be9 da604726 arg mem_sensor_ka8g2_init ,regc 
+5bea 20205baa branch mouse_sensor_wr_seq 
+
+mouse_sensor_enable_wp:
+5beb 58000009 setarg 0x0009 
+5bec 20206722 branch twspi_write 
+
+mouse_sensor_disable_wp:
+5bed 58005a09 setarg 0x5a09 
+5bee 20206722 branch twspi_write 
+
+mouse_sensor_reset:
+5bef 58008006 setarg 0x8006 
+5bf0 20406722 call twspi_write 
+5bf1 20002ee0 nop 12000 
+5bf2 20600000 rtn 
+
+mouse_sensor_poweron:
+5bf3 44a7c009 bpatch patch09_7 ,mem_patch09 
+5bf4 20405926 call mouse_sensor_spi_init 
+5bf5 20405bef call mouse_sensor_reset 
+5bf6 da604742 arg mem_sensor_poweron_init ,regc 
+5bf7 20405baa call mouse_sensor_wr_seq 
+5bf8 20205a4e branch mouse_dpi_config 
+
+mouse_sensor_powerdown:
+5bf9 44a8400a bpatch patch0a_0 ,mem_patch0a 
+5bfa 20405b64 call mouse_init_sunt 
+5bfb 20405926 call mouse_sensor_spi_init 
+5bfc 58000806 setarg 0x0806 
+5bfd 20206722 branch twspi_write 
+
+mouse_check_sensor_data:
+5bfe 6fe0c3ce fetch 1 ,mem_spi_write_flash_sm 
+5bff c1800000 rtnne flash_sm_no_buys 
+5c00 6fe0c5c0 fetch 1 ,mem_config_sensor_type 
+5c01 c0005c0a beq p3205 ,mouse_p32xx_sensor_motion 
+5c02 c000dc0a beq p3065 ,mouse_p32xx_sensor_motion 
+5c03 c0045c0a beq ka8 ,mouse_p32xx_sensor_motion 
+5c04 c0015c0a beq p3204 ,mouse_p32xx_sensor_motion 
+5c05 c001dc2e beq p3212 ,mouse_p3212_sensor_motion 
+5c06 c0025c0a beq p3065_xy ,mouse_p32xx_sensor_motion 
+5c07 c0035c53 beq p8009 ,mouse_p8009_sensor_motion 
+5c08 c005dc4c beq ka8g2 ,mouse_pka8g2_sensor_motion 
+5c09 20205c0a branch mouse_p32xx_sensor_motion 
+
+mouse_p32xx_sensor_motion:
+5c0a 20405c75 call mouse_clear_sensor_data 
+5c0b 78547c00 disable user 
+5c0c 6fe0c5b8 fetch 1 ,mem_sensor_motion_gpio 
+5c0d c07fdc11 beq gpio_disable ,mouse_p32xx_sensor_motion_2 
+5c0e 6848c5b8 fetcht 1 ,mem_sensor_motion_gpio 
+5c0f 20406c32 call gpio_get_bit 
+5c10 24608000 nrtn true 
+
+mouse_p32xx_sensor_motion_2:
+5c11 58000000 setarg pan_reg_pid_l 
+5c12 20406723 call twspi_read 
+5c13 c0985c24 bne p32xx_id1 ,mouse_p3065_judge 
+
+mouse_p32xx_sensor_motion_1:
+5c14 58000002 setarg pan_reg_motion_staus 
+5c15 20406723 call twspi_read 
+5c16 c4038000 rtnbit0 7 
+5c17 20405c8c call mouse_read_sensor_common 
+5c18 6fe0c56b fetch 1 ,mem_mouse_x 
+5c19 20405c84 call mouse_data_extsign 
+5c1a 67e1456b store 2 ,mem_mouse_x 
+5c1b 6fe0c56d fetch 1 ,mem_mouse_y 
+5c1c 20405c84 call mouse_data_extsign 
+5c1d 67e1456d store 2 ,mem_mouse_y 
+5c1e 6fe0c5c1 fetch 1 ,mem_config_sensor_angle 
+5c1f c0005c26 beq mouse_6clk_angle ,mouse_motion32xx_6clk_direction_selection 
+5c20 c000dc28 beq mouse_9clk_angle ,mouse_motion32xx_9clk_direction_selection 
+5c21 c0015c2a beq mouse_12clk_angle ,mouse_motion32xx_12clk_direction_selection 
+5c22 c001dc2c beq mouse_3clk_angle ,mouse_motion32xx_3clk_direction_selection 
+5c23 20600000 rtn 
+
+mouse_p3065_judge:
+5c24 c018dc14 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
+5c25 20205b70 branch mouse_twspi_reset 
+
+mouse_motion32xx_6clk_direction_selection:
+5c26 20405c5e call mouse_motion_6clk_direction_dispose 
+5c27 20205c93 branch mouse_sensor_sdio_low 
+
+mouse_motion32xx_9clk_direction_selection:
+5c28 20405c66 call mouse_motion_9clk_direction_dispose 
+5c29 20205c93 branch mouse_sensor_sdio_low 
+
+mouse_motion32xx_12clk_direction_selection:
+5c2a 20405c62 call mouse_motion_12clk_direction_dispose 
+5c2b 20205c93 branch mouse_sensor_sdio_low 
+
+mouse_motion32xx_3clk_direction_selection:
+5c2c 20405c6e call mouse_motion_3clk_direction_dispose 
+5c2d 20205c93 branch mouse_sensor_sdio_low 
+
+mouse_p3212_sensor_motion:
+5c2e 20405c75 call mouse_clear_sensor_data 
+5c2f 6fe0c5b8 fetch 1 ,mem_sensor_motion_gpio 
+5c30 c07fdc34 beq gpio_disable ,mouse_p3212_sensor_motion_1 
+5c31 6848c5b8 fetcht 1 ,mem_sensor_motion_gpio 
+5c32 20406c32 call gpio_get_bit 
+5c33 24608000 nrtn true 
+
+mouse_p3212_sensor_motion_1:
+5c34 58000000 setarg pan_reg_pid_l 
+5c35 20406723 call twspi_read 
+5c36 c0985b70 bne p32xx_id1 ,mouse_twspi_reset 
+
+mouse_p3212_sensor_motion_2:
+5c37 58000002 setarg pan_reg_motion_staus 
+5c38 20406723 call twspi_read 
+5c39 c4038000 rtnbit0 7 
+5c3a 20405c8c call mouse_read_sensor_common 
+5c3b 20405c4a call mouse_read_3212sensor_xy_high 
+5c3c 67e0c571 store 1 ,mem_mouse_xy_h 
+5c3d 1ff1fe00 rshift4 pdata ,pdata 
+5c3e 20405c88 call mouse_data_extsign_bit3 
+5c3f 67e0c56c store 1 ,mem_mouse_x + 1 
+5c40 6fe0c571 fetch 1 ,mem_mouse_xy_h 
+5c41 1fe17e0f and pdata ,0x0f ,pdata 
+5c42 20405c88 call mouse_data_extsign_bit3 
+5c43 67e0c56e store 1 ,mem_mouse_y + 1 
+5c44 6fe0c5c1 fetch 1 ,mem_config_sensor_angle 
+5c45 c0005c5e beq mouse_6clk_angle ,mouse_motion_6clk_direction_dispose 
+5c46 c000dc66 beq mouse_9clk_angle ,mouse_motion_9clk_direction_dispose 
+5c47 c0015c62 beq mouse_12clk_angle ,mouse_motion_12clk_direction_dispose 
+5c48 c001dc6e beq mouse_3clk_angle ,mouse_motion_3clk_direction_dispose 
+5c49 20600000 rtn 
+
+mouse_read_3212sensor_xy_high:
+5c4a 58000012 setarg 0x12 
+5c4b 20206723 branch twspi_read 
+
+mouse_pka8g2_sensor_motion:
+5c4c 20405c75 call mouse_clear_sensor_data 
+5c4d 6fe0c5b8 fetch 1 ,mem_sensor_motion_gpio 
+5c4e c07fdc52 beq gpio_disable ,mouse_pka8g2_sensor_motion_1 
+5c4f 6848c5b8 fetcht 1 ,mem_sensor_motion_gpio 
+5c50 20406c32 call gpio_get_bit 
+5c51 24608000 nrtn true 
+
+mouse_pka8g2_sensor_motion_1:
+5c52 20205c37 branch mouse_p3212_sensor_motion_2 
+
+mouse_p8009_sensor_motion:
+5c53 20405c75 call mouse_clear_sensor_data 
+5c54 78547c00 disable user 
+5c55 58000002 setarg pan_reg_motion_staus 
+5c56 20406723 call twspi_read 
+5c57 c4038000 rtnbit0 7 
+5c58 58000008 setarg pan_reg_opration_state 
+5c59 20406723 call twspi_read 
+5c5a 203a5c17 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
+5c5b 58000000 setarg 0 
+5c5c 67e3456b store 6 ,mem_mouse_x 
+5c5d 20600000 rtn 
+
+mouse_motion_6clk_direction_dispose:
+5c5e 6fe1456b fetch 2 ,mem_mouse_x 
+5c5f 1fe67e00 sub pdata ,0 ,pdata 
+5c60 67e1456b store 2 ,mem_mouse_x 
+5c61 20207636 branch enable_user 
+
+mouse_motion_12clk_direction_dispose:
+5c62 6fe1456d fetch 2 ,mem_mouse_y 
+5c63 1fe67e00 sub pdata ,0 ,pdata 
+5c64 67e1456d store 2 ,mem_mouse_y 
+5c65 20207636 branch enable_user 
+
+mouse_motion_9clk_direction_dispose:
+5c66 6fe1456d fetch 2 ,mem_mouse_y 
+5c67 1fe67e00 sub pdata ,0 ,pdata 
+5c68 67e1456d store 2 ,mem_mouse_y 
+5c69 6fe1456b fetch 2 ,mem_mouse_x 
+5c6a 1fe67e00 sub pdata ,0 ,pdata 
+5c6b 67e1456b store 2 ,mem_mouse_x 
+5c6c 20405c70 call mouse_sensor_data_swap_places 
+5c6d 20207636 branch enable_user 
+
+mouse_motion_3clk_direction_dispose:
+5c6e 20405c70 call mouse_sensor_data_swap_places 
+5c6f 20207636 branch enable_user 
+
+mouse_sensor_data_swap_places:
+5c70 6fe1456d fetch 2 ,mem_mouse_y 
+5c71 6849456b fetcht 2 ,mem_mouse_x 
+5c72 67e1456b store 2 ,mem_mouse_x 
+5c73 6049456d storet 2 ,mem_mouse_y 
+5c74 20600000 rtn 
+
+mouse_clear_sensor_data:
+5c75 6fe0c661 fetch 1 ,mem_mouse_move_flag 
+5c76 205a5c8c call mouse_read_sensor_common ,blank 
+5c77 70466101 jam 1 ,mem_mouse_move_flag 
+5c78 20600000 rtn 
+
+mouse_clear_sensor_data_by_reset:
+5c79 70474a01 jam 1 ,mem_mouse_clear_sensor_data_flag 
+5c7a 204041a2 call le_set_config_more_data 
+
+mouse_init_sensor_reset:
+5c7b 20205b64 branch mouse_init_sunt 
+
+mouse_data_xy_release:
+5c7c 6fe0c5b8 fetch 1 ,mem_sensor_motion_gpio 
+5c7d c1ff8000 rtnne gpio_disable 
+5c7e 6fe0c74c fetch 1 ,mem_mouse_long_mult_flag 
+5c7f c1808000 rtnne 1 
+5c80 58000000 setarg 0 
+5c81 67e0c74c store 1 ,mem_mouse_long_mult_flag 
+5c82 67e2456b store 4 ,mem_mouse_x 
+5c83 20205c7b branch mouse_init_sensor_reset 
+
+mouse_data_extsign:
+5c84 c4038000 rtnbit0 7 
+5c85 d840ff00 arg 0xff00 ,temp 
+5c86 9841fe00 ior temp ,pdata 
+5c87 20600000 rtn 
+
+mouse_data_extsign_bit3:
+5c88 c4018000 rtnbit0 3 
+5c89 d84000f0 arg 0xf0 ,temp 
+5c8a 9841fe00 ior temp ,pdata 
+5c8b 20600000 rtn 
+
+mouse_read_sensor_common:
+5c8c dfe00003 arg pan_reg_delta_x ,pdata 
+5c8d 20406723 call twspi_read 
+5c8e 67e1456b store 2 ,mem_mouse_x 
+5c8f dfe00004 arg pan_reg_delta_y ,pdata 
+5c90 20406723 call twspi_read 
+5c91 67e1456d store 2 ,mem_mouse_y 
+5c92 20600000 rtn 
+
+mouse_sensor_sdio_low:
+5c93 6848c5ae fetcht 1 ,mem_mouse_sensor_sdio_gpio 
+5c94 20406c32 call gpio_get_bit 
+5c95 20608000 rtn true 
+5c96 5800000a setarg 0x0a 
+5c97 20406723 call twspi_read 
+5c98 200003e8 nop 1000 
+5c99 20205c93 branch mouse_sensor_sdio_low 
+
+mouse_set_sdio_high:
+5c9a 58008100 setarg 0x8100 
+5c9b 20206722 branch twspi_write 
+
+mouse_buletooth_fast_conn_init:
+5c9c 70475fff jam 0xff ,mem_mouse_bluetooth_fast_conn_flag 
+
+mouse_ble_fast_conn_init:
+5c9d 7043a834 jam 0x34 ,mem_xrecord_mode 
+5c9e 580f0f0f setarg 0x0f0f0f 
+5c9f 67e1c2ae store 3 ,mem_le_lap 
+5ca0 67e1c2b1 store 3 ,mem_le_lap + 3 
+5ca1 2020579b branch mouse_start_reconnect 
+
+mouse_buletooth_fast_conn_end:
+5ca2 44a8c00a bpatch patch0a_1 ,mem_patch0a 
+5ca3 20405e78 call mouse_select_reconn_device 
+5ca4 20405cb0 call mouse_bluetooth_fast_conn_disable 
+5ca5 6fe0c5d1 fetch 1 ,mem_device_flag 
+5ca6 c000dca9 beq mode_bt_device1 ,mouse_device1_check_auto_discover 
+5ca7 c0015cab beq mode_bt_device2 ,mouse_device2_check_auto_discover 
+5ca8 20600000 rtn 
+
+mouse_device1_check_auto_discover:
+5ca9 6fe345d3 fetch 6 ,mem_device1_addr 
+5caa 20205cac branch mouse_device_check_auto_discover 
+
+mouse_device2_check_auto_discover:
+5cab 6fe345f0 fetch 6 ,mem_device2_addr 
+
+mouse_device_check_auto_discover:
+5cac 684b460d fetcht 6 ,mem_mouse_compare_addr_ff 
+5cad 98467c00 isub temp ,null 
+5cae 2022de21 branch mouse_start_discovery ,zero 
+5caf 20205793 branch mouse_start_reconnect_device 
+
+mouse_bluetooth_fast_conn_disable:
+5cb0 70475f5a jam 0x5a ,mem_mouse_bluetooth_fast_conn_flag 
+5cb1 20600000 rtn 
+
+mouse_stop_bluetooth_mode:
+5cb2 6fe1442f fetch 2 ,mem_ui_state_map 
+5cb3 c284ce20 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+5cb4 20205e42 branch mouse_stop_discovery 
+
+mouse_disconnect:
+5cb5 58000000 setarg 0 
+5cb6 67e14750 store 2 ,mem_mouse_no_data_timer 
+5cb7 6fe1442f fetch 2 ,mem_ui_state_map 
+5cb8 c284ce20 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+5cb9 20600000 rtn 
+
+mouse_check_125hz:
+5cba 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5cbb c40d8000 rtnbit0 mouse_enable_bt_125hz 
+
+mouse_bluetooth_125hz:
+5cbc 24345cc2 nbranch mouse_bluetooth_125hz_clear ,user 
+5cbd 6fe0c74b fetch 1 ,mem_bluetooth_125hz_cnt 
+5cbe 1fe0fe01 increase 1 ,pdata 
+5cbf 1fe17e0f and_into 0x0f ,pdata 
+5cc0 67e0c74b store 1 ,mem_bluetooth_125hz_cnt 
+5cc1 247a0000 nrtn blank 
+
+mouse_bluetooth_125hz_clear:
+5cc2 70474b00 jam 0 ,mem_bluetooth_125hz_cnt 
+5cc3 78547c00 disable user 
+5cc4 20600000 rtn 
+
+mouse_current_mult_update:
+5cc5 6fe0c5b8 fetch 1 ,mem_sensor_motion_gpio 
+5cc6 c1ff8000 rtnne gpio_disable 
+5cc7 7040c100 jam 0 ,mem_lpm_mult 
+5cc8 70474d1e jam 30 ,mem_mouse_current_mult_timer 
+5cc9 20600000 rtn 
+
+mouse_priority_bb_event:
+5cca 44a9400a bpatch patch0a_2 ,mem_patch0a 
+5ccb 1a627e00 copy regc ,pdata 
+5ccc c00a5cd9 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
+5ccd c00adce8 beq bt_evt_le_disconnected ,mouse_le_bb_disconnected 
+5cce c0085e1c beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
+5ccf c018dcf5 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+5cd0 c014dcf7 beq bt_evt_le_enc_info ,mouse_le_enc_info 
+5cd1 c0195cf9 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
+5cd2 c01f4e2a beq bt_evt_le_pairing_complete ,app_ble_store_reconn_info 
+5cd3 c0205d04 beq bt_evt_le_parse_conn_papa_update_rsp ,mouse_le_conn_param_update_rsp_recieved 
+5cd4 c01ce124 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
+5cd5 c01d60f0 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
+5cd6 c01e6115 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
+5cd7 c0225d18 beq bt_evt_le_parse_conn_param_accepted ,mouse_le_parse_conn_param_accepted 
+5cd8 20600000 rtn 
+
+mouse_le_bb_event_connected:
+5cd9 70474c00 jam 0 ,mem_mouse_long_mult_flag 
+5cda 20405c7b call mouse_init_sensor_reset 
+5cdb 70476401 jam 1 ,mem_mouse_le_bb_connected_flag 
+5cdc 204060df call mouse_24g_first_store_reconn_info 
+5cdd 6fe0c765 fetch 1 ,mem_mouse_le_reconnect_flag 
+5cde 243a5ce0 nbranch mouse_le_bb_event_connected_next ,blank 
+5cdf 70476614 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
+
+mouse_le_bb_event_connected_next:
+5ce0 6fe143a6 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+5ce1 793ffe00 set0 app_disc_by_button ,pdata 
+5ce2 67e143a6 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+5ce3 70481500 jam 0 ,mem_mouse_direct_timer 
+5ce4 6fe1478e fetch 2 ,mem_le_battery_level_updata_timer_init 
+5ce5 67e14790 store 2 ,mem_le_battery_level_updata_timer 
+5ce6 20405e12 call mouse_no_data_timer_init 
+5ce7 20205e42 branch mouse_stop_discovery 
+
+mouse_le_bb_disconnected:
+5ce8 58000000 setarg 0 
+5ce9 67e14790 store 2 ,mem_le_battery_level_updata_timer 
+5cea 70476400 jam 0 ,mem_mouse_le_bb_connected_flag 
+5ceb d8400006 arg le_interval_7_5ms ,temp 
+5cec 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5ced c28ddcef bbit1 mouse_enable_bt_125hz ,mouse_le_bb_disconnected_next 
+5cee d8400007 arg le_interval_8_75ms ,temp 
+
+mouse_le_bb_disconnected_next:
+5cef 604942a6 storet 2 ,mem_le_interval_min 
+5cf0 604942a8 storet 2 ,mem_le_interval_min + 2 
+5cf1 70479200 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+5cf2 70474a00 jam 0 ,mem_mouse_clear_sensor_data_flag 
+5cf3 204041a4 call le_clr_config_more_data 
+5cf4 20205d7e branch mouse_bb_disconnected 
+
+mouse_le_pairing_success:
+5cf5 d8e00002 arg ll_pairing_success_flag ,queue 
+5cf6 20205d00 branch mouse_le_enable_connect_flag 
+
+mouse_le_enc_info:
+
+mouse_updata_le_param:
+5cf7 7004c312 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+5cf8 202070a4 branch ui_ipc_send_cmd 
+
+mouse_le_ll_start_encryt:
+5cf9 6fe0c765 fetch 1 ,mem_mouse_le_reconnect_flag 
+5cfa c000dcfc beq 1 ,mouse_le_ll_reconn_start_encryt 
+5cfb 20205cfe branch mouse_le_ll_enable_start_enc_flag 
+
+mouse_le_ll_reconn_start_encryt:
+5cfc 20405cf7 call mouse_updata_le_param 
+5cfd 70481414 jam 20 ,mem_le_start_encrypt_timer 
+
+mouse_le_ll_enable_start_enc_flag:
+5cfe d8e00001 arg ll_start_enc_flag ,queue 
+5cff 20205d00 branch mouse_le_enable_connect_flag 
+
+mouse_le_enable_connect_flag:
+5d00 6fe0c813 fetch 1 ,mem_le_connect_status_flag 
+5d01 f9207e00 qset1 pdata 
+5d02 67e0c813 store 1 ,mem_le_connect_status_flag 
+5d03 20600000 rtn 
+
+mouse_le_conn_param_update_rsp_recieved:
+5d04 6fe1430f fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+5d05 c1000000 rtneq ble_signaling_connect_parameter_update_accepted 
+5d06 6fe08165 fetch 1 ,mem_le_tsniff 
+5d07 1feb7e00 rshift2 pdata ,pdata 
+5d08 1fe67c0c sub pdata ,le_interval_15ms ,null 
+5d09 20610000 rtn positive 
+5d0a 58000009 setarg le_interval_11_25ms 
+5d0b 67e142a6 store 2 ,mem_le_interval_min 
+5d0c 67e142a8 store 2 ,mem_le_interval_min + 2 
+5d0d 20405cf7 call mouse_updata_le_param 
+
+mouse_le_conn_param_lpm_disable:
+5d0e 70479201 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
+5d0f 20600000 rtn 
+
+mouse_le_bb_event_connect_complete:
+5d10 6fe0c765 fetch 1 ,mem_mouse_le_reconnect_flag 
+5d11 247a0000 nrtn blank 
+5d12 6fe0c36b fetch 1 ,mem_le_att_handle 
+5d13 1fe67e22 sub pdata ,34 ,pdata 
+5d14 24628000 nrtn zero 
+5d15 70481400 jam 0 ,mem_le_start_encrypt_timer 
+
+mouse_le_write_enable:
+5d16 d8e00000 arg write_req_enable_flag ,queue 
+5d17 20205d00 branch mouse_le_enable_connect_flag 
+
+mouse_le_parse_conn_param_accepted:
+5d18 6fe0819d fetch 1 ,mem_le_new_conninterval 
+5d19 1fe67c0c sub pdata ,le_interval_15ms ,null 
+5d1a 24215d0e nbranch mouse_le_conn_param_lpm_disable ,positive 
+5d1b 67e142a6 store 2 ,mem_le_interval_min 
+5d1c 67e142a8 store 2 ,mem_le_interval_min + 2 
+5d1d 6fe0819f fetch 1 ,mem_le_new_connslavelatency 
+5d1e 203a5d25 branch mouse_le_lpm_mult_reinit ,blank 
+5d1f 6848c827 fetcht 1 ,mem_lpm_mult_init 
+5d20 98467c00 isub temp ,null 
+5d21 20215d25 branch mouse_le_lpm_mult_reinit ,positive 
+5d22 6fe0819f fetch 1 ,mem_le_new_connslavelatency 
+5d23 67e0c0c1 store 1 ,mem_lpm_mult 
+5d24 20205d27 branch mouse_le_conn_param_lpm_enable 
+
+mouse_le_lpm_mult_reinit:
+5d25 6fe0c827 fetch 1 ,mem_lpm_mult_init 
+5d26 67e0c0c1 store 1 ,mem_lpm_mult 
+
+mouse_le_conn_param_lpm_enable:
+5d27 70479200 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
+5d28 20600000 rtn 
+
+mouse_le_clean_connect_flag:
+5d29 70481300 jam 0 ,mem_le_connect_status_flag 
+5d2a 20600000 rtn 
+
+mouse_le:
+5d2b 44a9c00a bpatch patch0a_3 ,mem_patch0a 
+5d2c 20404203 call le_fifo_check_nearly_full 
+5d2d 247a0000 nrtn blank 
+5d2e 6fe0c75f fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+5d2f c07fdd33 beq 0xff ,mouse_le_next 
+5d30 6fe0c813 fetch 1 ,mem_le_connect_status_flag 
+5d31 1fe17e03 and pdata ,0x03 ,pdata 
+5d32 c1818000 rtnne 0x03 
+
+mouse_le_next:
+5d33 6fe0c74a fetch 1 ,mem_mouse_clear_sensor_data_flag 
+5d34 205a5c79 call mouse_clear_sensor_data_by_reset ,blank 
+5d35 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5d36 c280dd63 bbit1 mouse_24g_pairing_flag ,mouse_le_send_empty_packet 
+5d37 c2805d63 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+5d38 c282dd63 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+5d39 c2835d63 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_le_send_empty_packet 
+5d3a 20405931 call mouse_motion 
+5d3b 20405cba call mouse_check_125hz 
+5d3c 24740000 nrtn user 
+5d3d 20405cc5 call mouse_current_mult_update 
+5d3e 20405c7c call mouse_data_xy_release 
+5d3f 204059df call mouse_wheel_trigger 
+5d40 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5d41 c30add44 bbit0 mouse_enable_keyboard ,mouse_le_send_mouse_data 
+5d42 6fe0c828 fetch 1 ,mem_customer_key 
+5d43 c000dd45 beq 1 ,mouse_le_send_keyboard_package_data 
+
+mouse_le_send_mouse_data:
+5d44 20205d65 branch mouse_fill_mouse_data_le 
+
+mouse_le_send_keyboard_package_data:
+5d45 6fe0c829 fetch 1 ,mem_customer_data_trigger 
+5d46 203a5d55 branch mouse_le_release_keyboard_data ,blank 
+5d47 6fe44869 fetch 8 ,mem_customer_key_press + 1 
+
+mouse_fill_keyboard_package_data_le:
+5d48 67e404c4 store 8 ,mem_pdatatemp 
+5d49 6fe0c868 fetch 1 ,mem_customer_key_press 
+5d4a c001dd57 beq kb_multikey_report_id ,mouse_fill_multimedia_key_data_le 
+5d4b c0015d5a beq kb_system_conctrl_report_id ,mouse_fill_systemctrl_key_data_le 
+5d4c 70478408 jam 8 ,mem_le_data_len 
+5d4d 68494785 fetcht 2 ,mem_le_keyboard_handle 
+
+mouse_fill_data_le:
+5d4e 6fe0c784 fetch 1 ,mem_le_data_len 
+5d4f 1fe22200 copy pdata ,rega 
+5d50 20404546 call le_att_malloc_tx_notify 
+5d51 6848c784 fetcht 1 ,mem_le_data_len 
+5d52 18427200 copy temp ,loopcnt 
+5d53 d8c004c4 arg mem_pdatatemp ,contr 
+5d54 20207548 branch memcpy 
+
+mouse_le_release_keyboard_data:
+5d55 6fe44872 fetch 8 ,mem_customer_key_release + 1 
+5d56 20205d48 branch mouse_fill_keyboard_package_data_le 
+
+mouse_fill_multimedia_key_data_le:
+5d57 70478403 jam 3 ,mem_le_data_len 
+5d58 68494787 fetcht 2 ,mem_le_multimedia_handle 
+5d59 20205d4e branch mouse_fill_data_le 
+
+mouse_fill_systemctrl_key_data_le:
+5d5a 70478402 jam 2 ,mem_le_data_len 
+5d5b 68494789 fetcht 2 ,mem_le_systemctrl_handle 
+5d5c 20205d4e branch mouse_fill_data_le 
+
+mouse_fill_battery_level_le:
+5d5d da200001 arg 1 ,rega 
+5d5e 6849478b fetcht 2 ,mem_le_battery_level_handle 
+5d5f 20404546 call le_att_malloc_tx_notify 
+5d60 6fe0c78d fetch 1 ,mem_le_battery_level_percentage 
+5d61 e7e08005 istore 1 ,contw 
+5d62 20600000 rtn 
+
+mouse_le_send_empty_packet:
+5d63 58000000 setarg 0 
+5d64 67e3c56a store 7 ,mem_mouse_key 
+
+mouse_fill_mouse_data_le:
+5d65 70478407 jam 7 ,mem_le_data_len 
+5d66 6fe3c56a fetch 7 ,mem_mouse_key 
+5d67 67e384c4 store 7 ,mem_pdatatemp 
+5d68 6849428b fetcht 2 ,mem_le_notify_handle 
+5d69 20205d4e branch mouse_fill_data_le 
+
+mouse_check_51cmd_adv:
+5d6a 70476500 jam 0 ,mem_mouse_le_reconnect_flag 
+5d6b 6fe1c76a fetch 3 ,mem_le_adv_ind 
+5d6c 67e1c320 store 3 ,mem_le_adv_data + 4 
+5d6d 20405d73 call mouse_le_check_adv_flag 
+5d6e 58000005 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
+5d6f e7e08006 istore 1 ,contr 
+5d70 d8c04770 arg mem_le_adv_swift_pair ,contr 
+5d71 20405d7a call mouse_le_adv_data_update 
+5d72 202070e0 branch check_51cmd_adv 
+
+mouse_le_check_adv_flag:
+5d73 da20431c arg mem_le_adv_data ,rega 
+
+mouse_le_check_adv_flag_loop:
+5d74 efe08011 ifetch 1 ,rega 
+5d75 207a0000 rtn blank 
+5d76 98c0a200 iadd contr ,rega 
+5d77 efe08006 ifetch 1 ,contr 
+5d78 c1008000 rtneq 0x01 
+5d79 20205d74 branch mouse_le_check_adv_flag_loop 
+
+mouse_le_adv_data_update:
+5d7a d8a04327 arg mem_le_adv_data + 11 ,contw 
+5d7b df200013 arg 19 ,loopcnt 
+5d7c 20407548 call memcpy 
+5d7d 20204142 branch le_modified_name_adv 
+
+mouse_bb_disconnected:
+5d7e 20405d83 call mouse_bb_discon_clear_stack 
+5d7f 6fe143a4 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+5d80 c283dd89 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
+5d81 c2804dfd bbit1 app_disc_by_button ,app_disconn_reason_clear 
+5d82 20205e21 branch mouse_start_discovery 
+
+mouse_bb_discon_clear_stack:
+5d83 58000000 setarg 0 
+5d84 67e44573 store 8 ,mem_wheel_tb_old_pinlevel 
+5d85 e7e20005 istore 4 ,contw 
+5d86 70466100 jam 0 ,mem_mouse_move_flag 
+5d87 70425a00 jam 0 ,mem_ltk_exists 
+5d88 20600000 rtn 
+
+mouse4_0_event_bb_disconn:
+5d89 20405d29 call mouse_le_clean_connect_flag 
+5d8a 6fe143a4 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+5d8b c2804dfd bbit1 app_disc_by_button ,app_disconn_reason_clear 
+5d8c 202057c3 branch mouse_app_enter_hibernate 
+
+mouse_bb_event_timer:
+5d8d 44aa400a bpatch patch0a_4 ,mem_patch0a 
+5d8e 2040585d call mouse_adc_read 
+5d8f 20406239 call mouse_low_voltage_led_timer 
+5d90 20404938 call g24_pair_timeout_timer 
+5d91 20404bc0 call g24_reconn_timeout_timer 
+5d92 20406081 call mouse_24g_long_sleep_param_update_timer 
+5d93 2040619f call mouse_device_poweron_timer 
+5d94 204061d0 call mouse_dpi_led_blink_delay_timer 
+5d95 20405a3c call mouse_dpi_key_check_long_press 
+5d96 20405da2 call mouse_bt_discovery_check 
+5d97 20405db2 call mouse_commbination_key_process 
+5d98 20405dd5 call mouse_check_discovery_timeout_timer 
+5d99 20405dda call mouse_check_direct_timeout_timer 
+5d9a 20405de8 call mouse_le_enable_att_list_timer 
+5d9b 20405df5 call mouse_le_battery_updata_timer 
+5d9c 20405deb call mouse_le_send_smp_security_request_timer 
+5d9d 20405e02 call mouse_check_reconnect_delay_long_sleep 
+5d9e 20405e05 call mouse_current_mult_update_timer 
+5d9f 204059e4 call mouse_wheel_trigger_timer 
+5da0 20405e15 call mouse_store_information_delay_timer 
+5da1 20205e0c branch mouse_check_no_data_timeout_timer 
+
+mouse_bt_discovery_check:
+5da2 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5da3 c29bdda5 bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_bt_discovery_by_pb_button 
+5da4 20600000 rtn 
+
+mouse_bt_discovery_by_pb_button:
+5da5 6fe0c83b fetch 1 ,mem_select_device_button_statue 
+5da6 c1808000 rtnne pb_button_state_down 
+5da7 da604838 arg mem_bt_discovery_count ,regc 
+5da8 da405daa arg mouse_long_button_bt_discovery ,regb 
+5da9 20204de1 branch timer_single_step 
+
+mouse_long_button_bt_discovery:
+5daa 6fe0c5d1 fetch 1 ,mem_device_flag 
+5dab c1000000 rtneq mode_24g_device 
+5dac 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5dad c3830000 rtnbit1 mouse_bt_discovery_button_long_down_flag 
+5dae d8e00006 arg mouse_bt_discovery_button_long_down_flag ,queue 
+5daf 20405fa1 call mouse_enable_function_flag 
+5db0 20404dd1 call app_evt_button_long_pressed 
+5db1 20205e1c branch mouse_bb_event_discovery_btn 
+
+mouse_commbination_key_process:
+5db2 6fe0c5d1 fetch 1 ,mem_device_flag 
+5db3 c0005db8 beq mode_24g_device ,mouse_24g_commbination_key_process 
+5db4 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5db5 c41a8000 rtnbit0 mouse_enable_commbination_key_by_bt_discovery 
+5db6 6848c866 fetcht 1 ,mem_mouse_commbination_key_bt 
+5db7 20205dbb branch mouse_commbination_key_start 
+
+mouse_24g_commbination_key_process:
+5db8 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5db9 c4190000 rtnbit0 mouse_enable_commbination_key_by_24g_pairing 
+5dba 6848c867 fetcht 1 ,mem_mouse_commbination_key_24g 
+
+mouse_commbination_key_start:
+5dbb 6048c83a storet 1 ,mem_mouse_commbination_key 
+5dbc 20405ad4 call mouse_check_key_gpio 
+5dbd 1fe17e07 and pdata ,0x07 ,pdata 
+5dbe 6848c83a fetcht 1 ,mem_mouse_commbination_key 
+5dbf 98467c00 isub temp ,null 
+5dc0 2022ddc7 branch mouse_commbination_key_down ,zero 
+
+mouse_commbination_key_up:
+5dc1 6fe0c431 fetch 1 ,mem_ui_button_timeout 
+5dc2 67e0c83d store 1 ,mem_combination_ui_button_count 
+5dc3 6fe0c83c fetch 1 ,mem_commbination_key_statue 
+5dc4 c1000000 rtneq commbination_key_state_up 
+5dc5 70483c00 jam commbination_key_state_up ,mem_commbination_key_statue 
+5dc6 20600000 rtn 
+
+mouse_commbination_key_down:
+5dc7 20405dcc call mouse_combination_ui_timer 
+5dc8 6fe0c83c fetch 1 ,mem_commbination_key_statue 
+5dc9 c1008000 rtneq commbination_key_state_down 
+5dca 70483c01 jam commbination_key_state_down ,mem_commbination_key_statue 
+5dcb 20600000 rtn 
+
+mouse_combination_ui_timer:
+5dcc da4060e4 arg mouse_24g_start_pair_mode ,regb 
+5dcd da60483d arg mem_combination_ui_button_count ,regc 
+5dce 6fe0c5d1 fetch 1 ,mem_device_flag 
+5dcf c0004de1 beq mode_24g_device ,timer_single_step 
+5dd0 da405daa arg mouse_long_button_bt_discovery ,regb 
+5dd1 20404de1 call timer_single_step 
+5dd2 6fe0c83d fetch 1 ,mem_combination_ui_button_count 
+5dd3 c000df93 beq 1 ,mouse_bt_discovery_button_down_enable 
+5dd4 20600000 rtn 
+
+mouse_check_discovery_timeout_timer:
+5dd5 da604760 arg mem_mouse_discovery_timer ,regc 
+5dd6 da405dd8 arg mouse_check_discovery_timeout ,regb 
+5dd7 20204de8 branch timer_single_step_2b 
+
+mouse_check_discovery_timeout:
+5dd8 20405e42 call mouse_stop_discovery 
+5dd9 202057c3 branch mouse_app_enter_hibernate 
+
+mouse_check_direct_timeout_timer:
+5dda da604815 arg mem_mouse_direct_timer ,regc 
+5ddb da405de0 arg mouse_check_direct_timeout ,regb 
+5ddc 20404de8 call timer_single_step_2b 
+5ddd 6fe0c815 fetch 1 ,mem_mouse_direct_timer 
+5dde c000ce14 beq 1 ,app_ble_stop_direct_adv 
+5ddf 20600000 rtn 
+
+mouse_check_direct_timeout:
+5de0 6fe0c75f fetch 1 ,mem_mouse_bluetooth_fast_conn_flag 
+5de1 c07fdca2 beq 0xff ,mouse_buletooth_fast_conn_end 
+5de2 6fe0c74e fetch 1 ,mem_reconn_times 
+5de3 243a5fbf nbranch mouse_polling_device ,blank 
+5de4 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5de5 c299de21 bbit1 mouse_enable_bt_reconnect_timeout_enter_discovery ,mouse_start_discovery 
+5de6 c297e0dc bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_first_bb_event_reconn_timeout 
+5de7 202057c3 branch mouse_app_enter_hibernate 
+
+mouse_le_enable_att_list_timer:
+5de8 da604814 arg mem_le_start_encrypt_timer ,regc 
+5de9 da405d16 arg mouse_le_write_enable ,regb 
+5dea 20204de1 branch timer_single_step 
+
+mouse_le_send_smp_security_request_timer:
+5deb 6fe0c764 fetch 1 ,mem_mouse_le_bb_connected_flag 
+5dec 207a0000 rtn blank 
+5ded da604766 arg mem_mouse_send_secutiry_request_timer ,regc 
+5dee da405df0 arg mouse_le_pairing_sm_start_check ,regb 
+5def 20204de1 branch timer_single_step 
+
+mouse_le_pairing_sm_start_check:
+5df0 6fe0c765 fetch 1 ,mem_mouse_le_reconnect_flag 
+5df1 247a0000 nrtn blank 
+5df2 6fe0c2cf fetch 1 ,mem_le_pairing_state 
+5df3 c1800000 rtnne flag_le_pairing_null 
+5df4 202046d4 branch le_pairing_sm_start 
+
+mouse_le_battery_updata_timer:
+5df5 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5df6 c39d8000 rtnbit1 mouse_enable_le_battery_service_cancel 
+5df7 da604790 arg mem_le_battery_level_updata_timer ,regc 
+5df8 da405dfa arg mouse_le_battery_level_updata ,regb 
+5df9 20204de1 branch timer_single_step 
+
+mouse_le_battery_level_updata:
+5dfa 6fe1478e fetch 2 ,mem_le_battery_level_updata_timer_init 
+5dfb 67e14790 store 2 ,mem_le_battery_level_updata_timer 
+5dfc 20205d5d branch mouse_fill_battery_level_le 
+
+mouse_le_enable_att_list:
+5dfd 6fe0c813 fetch 1 ,mem_le_connect_status_flag 
+5dfe c3810000 rtnbit1 ll_pairing_success_flag 
+5dff 20405cf7 call mouse_updata_le_param 
+5e00 d8e00000 arg write_req_enable_flag ,queue 
+5e01 20205d00 branch mouse_le_enable_connect_flag 
+
+mouse_check_reconnect_delay_long_sleep:
+5e02 da604762 arg mem_mouse_bluetooth_reconnect_timeout ,regc 
+5e03 da4057c3 arg mouse_app_enter_hibernate ,regb 
+5e04 20204de1 branch timer_single_step 
+
+mouse_current_mult_update_timer:
+5e05 da60474d arg mem_mouse_current_mult_timer ,regc 
+5e06 da405e08 arg mouse_current_mult_reinit ,regb 
+5e07 20204de1 branch timer_single_step 
+
+mouse_current_mult_reinit:
+5e08 6fe0c827 fetch 1 ,mem_lpm_mult_init 
+5e09 67e0c0c1 store 1 ,mem_lpm_mult 
+5e0a 70474c01 jam 1 ,mem_mouse_long_mult_flag 
+5e0b 20600000 rtn 
+
+mouse_check_no_data_timeout_timer:
+5e0c da604750 arg mem_mouse_no_data_timer ,regc 
+5e0d da405e0f arg mouse_check_no_data_timeout ,regb 
+5e0e 20204de8 branch timer_single_step_2b 
+
+mouse_check_no_data_timeout:
+5e0f 6fe0c5d1 fetch 1 ,mem_device_flag 
+5e10 c0006096 beq mode_24g_device ,mouse_24g_hibernate_set 
+5e11 20205cb5 branch mouse_disconnect 
+
+mouse_no_data_timer_init:
+5e12 6fe1485a fetch 2 ,mem_mouse_no_data_timeout 
+5e13 67e14750 store 2 ,mem_mouse_no_data_timer 
+5e14 20600000 rtn 
+
+mouse_store_information_delay_timer:
+5e15 da604658 arg mem_store_information_delay_timer ,regc 
+5e16 da405e18 arg mouse_store_device_info_check ,regb 
+5e17 20204de1 branch timer_single_step 
+
+mouse_store_device_info_check:
+5e18 20405ea6 call mouse_store_device_info 
+5e19 6fe0c763 fetch 1 ,mem_mouse_need_soft_reset 
+5e1a 243a5f72 nbranch mouse_soft_reset ,blank 
+5e1b 20600000 rtn 
+
+mouse_bb_event_discovery_btn:
+5e1c 280ffe26 isolate1 mark_24g ,mark 
+5e1d 2040e0b4 call mouse_24g_stop ,true 
+5e1e 20405cb5 call mouse_disconnect 
+5e1f 20405d29 call mouse_le_clean_connect_flag 
+5e20 20205e21 branch mouse_start_discovery 
+
+mouse_start_discovery:
+5e21 44aac00a bpatch patch0a_5 ,mem_patch0a 
+5e22 6fe1442f fetch 2 ,mem_ui_state_map 
+5e23 2feffe0b isolate1 ui_state_ble_adv ,pdata 
+5e24 2040de48 call mouse_stop_le_adv ,true 
+5e25 20405cb0 call mouse_bluetooth_fast_conn_disable 
+5e26 6fe1442f fetch 2 ,mem_ui_state_map 
+5e27 c285de30 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
+5e28 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5e29 c3045e30 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
+5e2a 68494630 fetcht 2 ,mem_random_addr_increase_count 
+5e2b 18408401 increase 1 ,temp 
+5e2c 60494630 storet 2 ,mem_random_addr_increase_count 
+5e2d 604942af storet 2 ,mem_le_lap + 1 
+5e2e 180a7e00 random pdata 
+5e2f 67e0c2ae store 1 ,mem_le_lap 
+
+mouse_start_discovery_norandom:
+5e30 6fe1c767 fetch 3 ,mem_mouse_le_lap_temp 
+5e31 67e1c2b1 store 3 ,mem_le_lap + 3 
+5e32 20404e2e call app_lpm_mult_disable 
+5e33 6fe14598 fetch 2 ,mem_mouse_discovery_timeout 
+5e34 67e14760 store 2 ,mem_mouse_discovery_timer 
+5e35 58000000 setarg 0 
+5e36 67e14750 store 2 ,mem_mouse_no_data_timer 
+5e37 67e14790 store 2 ,mem_le_battery_level_updata_timer 
+5e38 67e0c815 store 1 ,mem_mouse_direct_timer 
+5e39 67e0c762 store 1 ,mem_mouse_bluetooth_reconnect_timeout 
+5e3a 67e0c844 store 1 ,mem_mouse_device_poweron_timer_count 
+5e3b 67e0c74a store 1 ,mem_mouse_clear_sensor_data_flag 
+5e3c d8e00002 arg mouse_store_eeprom_flag ,queue 
+5e3d 20405fa1 call mouse_enable_function_flag 
+5e3e 20405f95 call mouse_bt_discovery_button_down_disable 
+5e3f 20405d6a call mouse_check_51cmd_adv 
+5e40 20406271 call mouse_low_voltage_led_blink_disable 
+5e41 202061ad branch mouse_discover_setting_led_gpio 
+
+mouse_stop_discovery:
+5e42 44ab400a bpatch patch0a_6 ,mem_patch0a 
+5e43 d8e00006 arg mouse_bt_discovery_button_long_down_flag ,queue 
+5e44 20405fa5 call mouse_disable_function_flag 
+5e45 70476200 jam 0 ,mem_mouse_bluetooth_reconnect_timeout 
+5e46 20405e48 call mouse_stop_le_adv 
+5e47 202061f3 branch mouse_device_led_off 
+
+mouse_stop_le_adv:
+5e48 70481500 jam 0 ,mem_mouse_direct_timer 
+5e49 202070e6 branch check_51cmd_stop_adv 
+
+mouse_store_remote_bdaddr:
+5e4a 44abc00a bpatch patch0a_7 ,mem_patch0a 
+5e4b 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5e4c c4010000 rtnbit0 mouse_store_eeprom_flag 
+5e4d 204061a7 call mouse_device_poweron_timer_init 
+5e4e d8e00002 arg mouse_store_eeprom_flag ,queue 
+5e4f 20405fa5 call mouse_disable_function_flag 
+5e50 20405e53 call mouse_check_device_addr 
+
+mouse_unplug_clean_bdaddr:
+5e51 20405e62 call mouse_before_store_reconn_info 
+5e52 20205ea3 branch mouse_store_device_info_delay 
+
+mouse_check_device_addr:
+5e53 6fe0802d fetch 1 ,mem_record_bt_mode 
+5e54 c01a5e56 beq rec_4_mode ,mouse_check_le_device_addr 
+5e55 20600000 rtn 
+
+mouse_check_le_device_addr:
+5e56 67e0c816 store 1 ,mem_device_addr_temp 
+5e57 6fe30173 fetch 6 ,mem_le_plap 
+
+mouse_check_bt_device_addr_common:
+5e58 67e34817 store 6 ,mem_device_addr_temp + 1 
+5e59 6fe3c816 fetch 7 ,mem_device_addr_temp 
+5e5a d8c045d2 arg mem_device1_type ,contr 
+5e5b df200003 arg 3 ,loopcnt 
+
+mouse_check_device_addr_end:
+5e5c e8438006 ifetcht 7 ,contr 
+5e5d 98467c00 isub temp ,null 
+5e5e 2022de72 branch mouse_clean_addr ,zero 
+5e5f 18c08c16 increase 22 ,contr 
+5e60 c2005e5c loop mouse_check_device_addr_end 
+5e61 20600000 rtn 
+
+mouse_before_store_reconn_info:
+5e62 da2045d2 arg mem_device1_type ,rega 
+5e63 6fe0c5d1 fetch 1 ,mem_device_flag 
+5e64 1fe0ffff increase -1 ,pdata 
+5e65 1feffe1d mul32 pdata ,29 ,pdata 
+5e66 9a20a200 iadd rega ,rega 
+5e67 6fe0802d fetch 1 ,mem_record_bt_mode 
+5e68 e7e08011 istore 1 ,rega 
+5e69 c01a5e6b beq rec_4_mode ,mouse_store_le_device 
+5e6a 20600000 rtn 
+
+mouse_store_le_device:
+5e6b 6fe30173 fetch 6 ,mem_le_plap 
+5e6c e7e30005 istore 6 ,contw 
+5e6d d8c0424a arg mem_le_ltk ,contr 
+5e6e 204074f5 call memcpy16 
+5e6f 6fe342ae fetch 6 ,mem_le_lap 
+5e70 e7e30005 istore 6 ,contw 
+5e71 20600000 rtn 
+
+mouse_clean_addr:
+5e72 18c08dfa increase -6 ,contr 
+5e73 18c20a00 copy contr ,contw 
+5e74 684b4817 fetcht 6 ,mem_device_addr_temp + 1 
+5e75 18408403 increase 3 ,temp 
+5e76 e0430005 istoret 6 ,contw 
+5e77 20600000 rtn 
+
+mouse_select_reconn_device:
+5e78 da2045d2 arg mem_device1_type ,rega 
+5e79 6fe0c5d1 fetch 1 ,mem_device_flag 
+5e7a c1000000 rtneq mode_24g_device 
+5e7b 1fe0ffff increase -1 ,pdata 
+5e7c 1feffe1d mul32 pdata ,29 ,pdata 
+5e7d 9a20a200 iadd rega ,rega 
+5e7e efe08011 ifetch 1 ,rega 
+5e7f 67e0c3a8 store 1 ,mem_xrecord_mode 
+5e80 c01a5e82 beq rec_4_mode ,mouse_load_le_device 
+5e81 20600000 rtn 
+
+mouse_load_le_device:
+5e82 efe30006 ifetch 6 ,contr 
+
+mouse_load_le_device_end:
+5e83 67e3410f store 6 ,mem_hci_plap 
+5e84 d8a0424a arg mem_le_ltk ,contw 
+5e85 204074f5 call memcpy16 
+5e86 efe30006 ifetch 6 ,contr 
+5e87 67e342ae store 6 ,mem_le_lap 
+5e88 20600000 rtn 
+
+mouse_app_initflag_check:
+5e89 6fe14629 fetch 2 ,mem_store_flag 
+5e8a d840aa55 arg eeprom_init_flag ,temp 
+5e8b 98467c00 isub temp ,null 
+5e8c 2022de97 branch mouse_load_device_info ,zero 
+5e8d 60494629 storet 2 ,mem_store_flag 
+5e8e 20405e9c call mouse_ble_init_address 
+5e8f 6fe0c752 fetch 1 ,mem_device_flag_temp 
+5e90 67e0c5d1 store 1 ,mem_device_flag 
+5e91 6fe0c5b2 fetch 1 ,mem_config_sensor_dpi 
+5e92 67e0c62b store 1 ,mem_mouse_dpi 
+5e93 6fe24527 fetch 4 ,mem_24g_fast_conn_addr 
+5e94 67e2452b store 4 ,mem_24g_receiver_addr 
+5e95 67e244d5 store 4 ,mem_24g_addr 
+5e96 20600000 rtn 
+
+mouse_load_device_info:
+5e97 20405e78 call mouse_select_reconn_device 
+5e98 6fe2462c fetch 4 ,mem_mouse_24g_addr 
+5e99 67e2452b store 4 ,mem_24g_receiver_addr 
+5e9a 67e244d5 store 4 ,mem_24g_addr 
+5e9b 20600000 rtn 
+
+mouse_ble_init_address:
+5e9c 6fe342ae fetch 6 ,mem_le_lap 
+5e9d 67e345e9 store 6 ,mem_device1_locall_addr 
+5e9e 1fe0ff00 add pdata ,0x0100 ,pdata 
+5e9f 67e34606 store 6 ,mem_device2_locall_addr 
+5ea0 1fe0ff00 add pdata ,0x0100 ,pdata 
+5ea1 67e34623 store 6 ,mem_device3_locall_addr 
+5ea2 20600000 rtn 
+
+mouse_store_device_info_delay:
+5ea3 6fe0c659 fetch 1 ,mem_store_information_delay_timer_init 
+5ea4 67e0c658 store 1 ,mem_store_information_delay_timer 
+5ea5 20600000 rtn 
+
+mouse_store_device_info:
+5ea6 44ac400b bpatch patch0b_0 ,mem_patch0b 
+5ea7 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5ea8 c289def4 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+5ea9 c2895eb8 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+5eaa 20600000 rtn 
+
+mouse_load_flash_info_check:
+5eab 20406979 call spid_init_flash 
+5eac 20405ebf call mouse_spid_flash_release_form_powerdown 
+5ead 20405eb2 call mouse_information_flash_parameters 
+5eae 2040699d call spid_read_flash 
+5eaf 20405ec6 call mouse_spid_flash_powerdown 
+5eb0 20405e89 call mouse_app_initflag_check 
+5eb1 20205926 branch mouse_sensor_spi_init 
+
+mouse_information_flash_parameters:
+5eb2 58004651 setarg mem_mouse_information_end 
+5eb3 d84045d1 arg mem_mouse_information_start ,temp 
+5eb4 98460400 isub temp ,temp 
+5eb5 6fe1c651 fetch 3 ,mem_flash_base 
+5eb6 da2045d1 arg mem_mouse_information_start ,rega 
+5eb7 20600000 rtn 
+
+mouse_store_flash_device_info:
+5eb8 20406979 call spid_init_flash 
+5eb9 20405ebf call mouse_spid_flash_release_form_powerdown 
+5eba 20405ed4 call mouse_flash_erase_sector 
+5ebb 20405eb2 call mouse_information_flash_parameters 
+5ebc 20405ed7 call mouse_spid_write_flash 
+5ebd 20405ec6 call mouse_spid_flash_powerdown 
+5ebe 20205926 branch mouse_sensor_spi_init 
+
+mouse_spid_flash_release_form_powerdown:
+5ebf 7004ccab jam flash_command_release_from_powerdown ,mem_temp 
+
+mouse_spid_write_flash_cmd:
+5ec0 20406d74 call delay_nop100 
+5ec1 2040697f call spid_unlock_flash 
+5ec2 da204654 arg mem_write_flash_head_temp ,rega 
+5ec3 684884cc fetcht 1 ,mem_temp 
+5ec4 20405ec8 call mouse_spid_write_flash_cmd_common 
+5ec5 20206d74 branch delay_nop100 
+
+mouse_spid_flash_powerdown:
+5ec6 7004ccb9 jam flash_command_powerdown ,mem_temp 
+5ec7 20205ec0 branch mouse_spid_write_flash_cmd 
+
+mouse_spid_write_flash_cmd_common:
+5ec8 e0408011 istoret 1 ,rega 
+5ec9 1ff10400 rshift16 pdata ,temp 
+5eca e0408005 istoret 1 ,contw 
+5ecb 1fec8400 rshift8 pdata ,temp 
+5ecc e0408005 istoret 1 ,contw 
+5ecd e7e08005 istore 1 ,contw 
+5ece 1a227e00 deposit rega 
+5ecf 67f10084 store 2 ,core_spid_txaddr 
+5ed0 58000000 setarg 0 
+5ed1 67f10088 store 2 ,core_spid_rxlen 
+5ed2 70800602 jam spid_start ,core_misc_ctrl 
+5ed3 20206939 branch wait_spid_done 
+
+mouse_flash_erase_sector:
+5ed4 6fe1c651 fetch 3 ,mem_flash_base 
+5ed5 67e1c3c7 store 3 ,mem_spi_write_addr 
+5ed6 20206953 branch spid_flash_erase_sector + 2 
+
+mouse_spid_write_flash:
+5ed7 1fe22600 copy pdata ,regc 
+5ed8 1a227e00 copy rega ,pdata 
+5ed9 1fe0fffc increase -4 ,pdata 
+5eda 1fe22400 copy pdata ,regb 
+5edb efe20012 ifetch 4 ,regb 
+5edc 67e24654 store 4 ,mem_write_flash_head_temp 
+5edd 1a627e00 copy regc ,pdata 
+5ede 2040698c call spid_write_flash 
+5edf 6fe24654 fetch 4 ,mem_write_flash_head_temp 
+5ee0 e7e20012 istore 4 ,regb 
+5ee1 20600000 rtn 
+
+mouse_flash_power_down:
+5ee2 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5ee3 c4090000 rtnbit0 mouse_enable_flash 
+5ee4 20405ec6 call mouse_spid_flash_powerdown 
+5ee5 2040671e call twspi_enable 
+5ee6 6848c3cf fetcht 1 ,mem_spi_cs_gpio 
+5ee7 20406c3f call gpio_out_inactive 
+5ee8 6848c3d4 fetcht 1 ,mem_spi_hold_gpio 
+5ee9 20205911 branch mouse_gpio_config_input_pd 
+
+mouse_load_eeprom_info_check:
+5eea 20406a0f call iicd_read_init_pin 
+5eeb 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5eec 2feffe09 isolate1 mouse_enable_2k_eeprom ,pdata 
+5eed 2440ea29 ncall clear_eeprom_size_2k ,true 
+5eee 20405ef0 call mouse_eeprom_load_recon_info 
+5eef 20205e89 branch mouse_app_initflag_check 
+
+mouse_eeprom_load_recon_info:
+5ef0 d8400080 arg 128 ,temp 
+5ef1 da2045d1 arg mem_device_flag ,rega 
+5ef2 da400000 arg mouse_info_eeprom_offect ,regb 
+5ef3 20206a46 branch iicd_read_eep_data 
+
+mouse_store_eeprom_device_info:
+5ef4 d8400080 arg 128 ,temp 
+5ef5 da2045d1 arg mem_device_flag ,rega 
+5ef6 da400000 arg mouse_info_eeprom_offect ,regb 
+5ef7 20206a38 branch iicd_write_protect_eep_data 
+
+mouse_store_eerpom_dpi:
+5ef8 d8400001 arg 1 ,temp 
+5ef9 da20462b arg mem_mouse_dpi ,rega 
+5efa da40005a arg mouse_dpi_eeprom_offect ,regb 
+5efb 20206a38 branch iicd_write_protect_eep_data 
+
+mouse_load_eeprom_dpi:
+5efc d8400001 arg 1 ,temp 
+5efd da20462b arg mem_mouse_dpi ,rega 
+5efe da40005a arg mouse_dpi_eeprom_offect ,regb 
+5eff 20206a46 branch iicd_read_eep_data 
+
+mouse_idle:
+5f00 44acc00b bpatch patch0b_1 ,mem_patch0b 
+5f01 20406273 call mouse_low_voltage_led_no_enter_lpm 
+5f02 2040711a call ui_check_paring_button 
+5f03 204059e9 call mouse_dpi_check 
+5f04 20405f08 call mouse_select_device_check 
+5f05 20405f53 call mouse_check_select_device_by_switch 
+5f06 20405f88 call mouse_bt_button_check 
+5f07 2020594a branch mouse_wheel_check 
+
+mouse_select_device_check:
+5f08 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5f09 c294df0d bbit1 mouse_enable_select_device_by_pb_button ,mouse_select_device_by_pb_button 
+5f0a c29bdf0d bbit1 mouse_enable_pb_button_long_press_disconvery ,mouse_select_device_by_pb_button 
+5f0b 20600000 rtn 
+
+mouse_select_device_by_pb_button_check_once:
+5f0c 70483103 jam 0x03 ,mem_mouse_pbkey_press_status 
+
+mouse_select_device_by_pb_button:
+5f0d 6fe0c5b6 fetch 1 ,mem_config_select_device_button_gpio 
+5f0e c17f8000 rtneq gpio_disable 
+5f0f da200000 arg 0 ,rega 
+5f10 70483306 jam mouse_pb_key ,mem_mouse_key_temp 
+5f11 6848c5b6 fetcht 1 ,mem_config_select_device_button_gpio 
+5f12 20405f1d call mouse_pb_button_check 
+5f13 67e0c831 store 1 ,mem_mouse_pbkey_press_status 
+5f14 6fe0c5b5 fetch 1 ,mem_matrix_public_gpio 
+5f15 c07fdf1a beq gpio_disable ,mouse_3io6key_pb_button_check_end 
+5f16 20405b1e call mouse_matrix_public_gpio_reset 
+
+mouse_select_device_by_pb_button_exit:
+5f17 1a227e00 copy rega ,pdata 
+5f18 c2835f3e bbit1 mouse_pb_key ,mouse_select_device_button_down 
+5f19 20205f33 branch mouse_select_device_button_up 
+
+mouse_3io6key_pb_button_check_end:
+5f1a 6848c5b6 fetcht 1 ,mem_config_select_device_button_gpio 
+5f1b 20405915 call mouse_gpio_config_input_pu 
+5f1c 20205f17 branch mouse_select_device_by_pb_button_exit 
+
+mouse_pb_button_check:
+5f1d 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5f1e c296df29 bbit1 mouse_enable_pb_button_connect_gnd ,mouse_pb_button_connect_gnd 
+5f1f 6fe0c831 fetch 1 ,mem_mouse_pbkey_press_status 
+5f20 1fe22600 copy pdata ,regc 
+5f21 6fe0c5b5 fetch 1 ,mem_matrix_public_gpio 
+5f22 c07fdb52 beq gpio_disable ,mouse_3io6key_check 
+5f23 6fe0c837 fetch 1 ,mem_mouse_ghost_flag 
+5f24 243a5f26 nbranch mouse_select_device_by_pb_button_end ,blank 
+5f25 20205f2b branch mouse_pb_button_connect_matrix 
+
+mouse_select_device_by_pb_button_end:
+5f26 70483b00 jam pb_button_state_up ,mem_select_device_button_statue 
+5f27 70483100 jam 0 ,mem_mouse_pbkey_press_status 
+5f28 20600000 rtn 
+
+mouse_pb_button_connect_gnd:
+5f29 6fe0c831 fetch 1 ,mem_mouse_pbkey_press_status 
+5f2a 20205b46 branch mouse_check_key_connect_gnd 
+
+mouse_pb_button_connect_matrix:
+5f2b 20406c32 call gpio_get_bit 
+5f2c 6848c5b5 fetcht 1 ,mem_matrix_public_gpio 
+5f2d 2020df29 branch mouse_pb_button_connect_gnd ,true 
+5f2e 6848c5b5 fetcht 1 ,mem_matrix_public_gpio 
+5f2f 20406c43 call gpio_out_active 
+5f30 6848c5b6 fetcht 1 ,mem_config_select_device_button_gpio 
+5f31 6fe0c831 fetch 1 ,mem_mouse_pbkey_press_status 
+5f32 20205b46 branch mouse_check_key_connect_gnd 
+
+mouse_select_device_button_up:
+5f33 6fe0c83b fetch 1 ,mem_select_device_button_statue 
+5f34 c1000000 rtneq pb_button_state_up 
+5f35 70483b00 jam pb_button_state_up ,mem_select_device_button_statue 
+5f36 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5f37 c39a0000 rtnbit1 mouse_enable_pb_button_short_press_enter_discovery 
+5f38 6fe0c838 fetch 1 ,mem_bt_discovery_count 
+5f39 1fe67c14 sub pdata ,20 ,null 
+5f3a 24415f68 ncall mouse_ready_reconnection_by_button ,positive 
+5f3b 6fe0c431 fetch 1 ,mem_ui_button_timeout 
+5f3c 67e0c838 store 1 ,mem_bt_discovery_count 
+5f3d 20600000 rtn 
+
+mouse_select_device_button_down:
+5f3e 20405f4a call mouse_select_device_ghost_check 
+5f3f 20740000 rtn user 
+5f40 6fe0c83b fetch 1 ,mem_select_device_button_statue 
+5f41 c1008000 rtneq pb_button_state_down 
+5f42 70483b01 jam pb_button_state_down ,mem_select_device_button_statue 
+5f43 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5f44 c29a5daa bbit1 mouse_enable_pb_button_short_press_enter_discovery ,mouse_long_button_bt_discovery 
+5f45 6fe0c815 fetch 1 ,mem_mouse_direct_timer 
+5f46 207a0000 rtn blank 
+5f47 6fe0c59c fetch 1 ,mem_mouse_direct_timeout 
+5f48 67e0c815 store 1 ,mem_mouse_direct_timer 
+5f49 20600000 rtn 
+
+mouse_select_device_ghost_check:
+5f4a 78547c00 disable user 
+5f4b 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5f4c c3968000 rtnbit1 mouse_enable_pb_button_connect_gnd 
+5f4d 6fe0c82b fetch 1 ,mem_mouse_lkey_press_status 
+5f4e 207a0000 rtn blank 
+5f4f 6fe0c82c fetch 1 ,mem_mouse_rkey_press_status 
+5f50 207a0000 rtn blank 
+5f51 78347c00 enable user 
+5f52 20600000 rtn 
+
+mouse_check_select_device_by_switch:
+5f53 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5f54 c2955f57 bbit1 mouse_enable_select_device_by_switch_gpio ,mouse_check_select_device_by_switch_gpio 
+5f55 c295d85d bbit1 mouse_enable_select_device_by_switch_adc ,mouse_adc_read 
+5f56 20600000 rtn 
+
+mouse_check_select_device_by_switch_gpio:
+5f57 6848c5b9 fetcht 1 ,mem_device_switch_gpio 
+5f58 20405915 call mouse_gpio_config_input_pu 
+5f59 6848c5b9 fetcht 1 ,mem_device_switch_gpio 
+5f5a 20406c32 call gpio_get_bit 
+5f5b 2020df60 branch mouse_check_select_24gdevice ,true 
+
+mouse_select_btdevice:
+5f5c 6fe0c5d1 fetch 1 ,mem_device_flag 
+5f5d c1008000 rtneq mode_bt_device1 
+5f5e 7045d101 jam mode_bt_device1 ,mem_device_flag 
+5f5f 20205cb2 branch mouse_stop_bluetooth_mode 
+
+mouse_check_select_24gdevice:
+5f60 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5f61 c315df64 bbit0 mouse_enable_select_device_by_switch_adc ,mouse_check_select_24g_device 
+5f62 6fe34589 fetch 6 ,mem_mouse_vdd_switch_gnd_full_vol 
+5f63 67e3457d store 6 ,mem_mouse_vdd_calculate_set 
+
+mouse_check_select_24g_device:
+5f64 6fe0c5d1 fetch 1 ,mem_device_flag 
+5f65 c1000000 rtneq mode_24g_device 
+5f66 7045d100 jam mode_24g_device ,mem_device_flag 
+5f67 202060b4 branch mouse_24g_stop 
+
+mouse_ready_reconnection_by_button:
+5f68 44ad400b bpatch patch0b_2 ,mem_patch0b 
+5f69 6fe0c850 fetch 1 ,mem_device_number 
+5f6a c1008000 rtneq 1 
+5f6b 20405f74 call mouse_select_device_number 
+5f6c 6048c5d1 storet 1 ,mem_device_flag 
+
+mouse_store_device_number_before_reset:
+5f6d 20405f8b call mouse_select_device_enable 
+5f6e 20405cb2 call mouse_stop_bluetooth_mode 
+5f6f 20405f8d call mouse_select_device_disable 
+5f70 70476301 jam 1 ,mem_mouse_need_soft_reset 
+5f71 20205ea3 branch mouse_store_device_info_delay 
+
+mouse_soft_reset:
+5f72 20405f8b call mouse_select_device_enable 
+5f73 202069f6 branch soft_reset_chip 
+
+mouse_select_device_number:
+5f74 6848c5d1 fetcht 1 ,mem_device_flag 
+5f75 18408401 increase 1 ,temp 
+5f76 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5f77 c288df7b bbit1 mouse_enable_24g ,mouse_select_device_number_24g 
+5f78 18467c02 sub temp ,2 ,null 
+5f79 24415f82 ncall mouse_select_device_count_clean_bt ,positive 
+5f7a 20600000 rtn 
+
+mouse_select_device_number_24g:
+5f7b 6fe0c850 fetch 1 ,mem_device_number 
+5f7c 1fe0ffff increase -1 ,pdata 
+5f7d 98467c00 isub temp ,null 
+5f7e 24415f80 ncall mouse_select_device_count_clean_24g ,positive 
+5f7f 20600000 rtn 
+
+mouse_select_device_count_clean_24g:
+5f80 d8400000 arg 0 ,temp 
+5f81 20600000 rtn 
+
+mouse_select_device_count_clean_bt:
+5f82 d8400001 arg 1 ,temp 
+5f83 20600000 rtn 
+
+mouse_store_device_number2eeprom:
+5f84 d8400001 arg 1 ,temp 
+5f85 da2045d1 arg mem_device_flag ,rega 
+5f86 da400000 arg 0 ,regb 
+5f87 20206a38 branch iicd_write_protect_eep_data 
+
+mouse_bt_button_check:
+5f88 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5f89 c41a0000 rtnbit0 mouse_enable_pb_button_short_press_enter_discovery 
+5f8a 20205f0d branch mouse_select_device_by_pb_button 
+
+mouse_select_device_enable:
+5f8b d8e00000 arg mouse_select_device_flag ,queue 
+5f8c 20205fa1 branch mouse_enable_function_flag 
+
+mouse_select_device_disable:
+5f8d d8e00000 arg mouse_select_device_flag ,queue 
+5f8e 20205fa5 branch mouse_disable_function_flag 
+
+mouse_bt_cannel_reconn_enable:
+5f8f d8e00003 arg mouse_bt_cannel_reconn_flag ,queue 
+5f90 20205fa1 branch mouse_enable_function_flag 
+
+mouse_bt_cannel_reconn_disable:
+5f91 d8e00003 arg mouse_bt_cannel_reconn_flag ,queue 
+5f92 20205fa5 branch mouse_disable_function_flag 
+
+mouse_bt_discovery_button_down_enable:
+5f93 d8e00005 arg mouse_bt_discovery_button_down_flag ,queue 
+5f94 20205fa1 branch mouse_enable_function_flag 
+
+mouse_bt_discovery_button_down_disable:
+5f95 d8e00005 arg mouse_bt_discovery_button_down_flag ,queue 
+5f96 20205fa5 branch mouse_disable_function_flag 
+
+mouse_adc_read_enable:
+5f97 d8e00014 arg mouse_enable_adc ,queue 
+5f98 20205fa1 branch mouse_enable_function_flag 
+
+mouse_24g_set_250hz:
+5f99 d8e00018 arg mouse_enable_24g_250hz ,queue 
+5f9a 20205fa1 branch mouse_enable_function_flag 
+
+mouse_24g_search_dongle_enable:
+5f9b d8e00016 arg mouse_enable_24g_search_dongle ,queue 
+5f9c 20205fa1 branch mouse_enable_function_flag 
+
+mouse_16m_enable:
+5f9d d8e0000c arg mouse_enable_16m ,queue 
+5f9e 20205fa1 branch mouse_enable_function_flag 
+
+mouse_dpi_4level_enable:
+5f9f d8e0001c arg mouse_enable_dpi_level_4 ,queue 
+5fa0 20205fa1 branch mouse_enable_function_flag 
+
+mouse_enable_function_flag:
+5fa1 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5fa2 f9207e00 qset1 pdata 
+5fa3 67e44848 store mouse_flag_len ,mem_mouse_flag 
+5fa4 20600000 rtn 
+
+mouse_disable_function_flag:
+5fa5 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5fa6 f93ffe00 qset0 pdata 
+5fa7 67e44848 store mouse_flag_len ,mem_mouse_flag 
+5fa8 20600000 rtn 
+
+mouse_customer_key_enable:
+5fa9 d8e00015 arg mouse_enable_keyboard ,queue 
+5faa 20405fa1 call mouse_enable_function_flag 
+5fab 58000000 setarg 0 
+5fac 67e44868 store 8 ,mem_customer_key_press 
+5fad 67e44871 store 8 ,mem_customer_key_release 
+5fae 6fe0c5a4 fetch 1 ,mem_mouse_enable_flag 
+5faf 1fe17ec0 and pdata ,0xc0 ,pdata 
+5fb0 c0205fb6 beq 0x40 ,mouse_customer_key_ctrl_alt_a 
+5fb1 c0405fb8 beq 0x80 ,mouse_customer_ac_home 
+5fb2 c0605fbd beq 0xc0 ,mouse_customer_key_play 
+5fb3 58070008 setarg 0x070008 
+
+mouse_customer_standrad_key_set:
+5fb4 67e44869 store 8 ,mem_customer_key_press + 1 
+5fb5 20600000 rtn 
+
+mouse_customer_key_ctrl_alt_a:
+5fb6 58040005 setarg 0x040005 
+5fb7 20205fb4 branch mouse_customer_standrad_key_set 
+
+mouse_customer_ac_home:
+5fb8 58022303 setarg 0x022303 
+
+mouse_customer_media_key_set:
+5fb9 67e44868 store 8 ,mem_customer_key_press 
+5fba 58000003 setarg 0x03 
+5fbb 67e44871 store 8 ,mem_customer_key_release 
+5fbc 20600000 rtn 
+
+mouse_customer_key_play:
+5fbd 5800cd03 setarg 0x00cd03 
+5fbe 20205fb9 branch mouse_customer_media_key_set 
+
+mouse_polling_device:
+5fbf 44adc00b bpatch patch0b_3 ,mem_patch0b 
+5fc0 6fe0c74e fetch 1 ,mem_reconn_times 
+5fc1 1fe0ffff increase -1 ,pdata 
+5fc2 67e0c74e store 1 ,mem_reconn_times 
+5fc3 6848c5d1 fetcht 1 ,mem_device_flag 
+5fc4 18467c01 sub temp ,1 ,null 
+5fc5 2442df74 ncall mouse_select_device_number ,zero 
+5fc6 6048c5d1 storet 1 ,mem_device_flag 
+5fc7 20405f84 call mouse_store_device_number2eeprom 
+5fc8 20405e62 call mouse_before_store_reconn_info 
+5fc9 20205793 branch mouse_start_reconnect_device 
+
+mouse_drawing_optima:
+5fca 47434030 bpatchx patch30_6 ,mem_patch30 
+5fcb 6fe0c5c0 fetch 1 ,mem_config_sensor_type 
+5fcc c1018000 rtneq p3212 
+5fcd 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5fce c41c0000 rtnbit0 mouse_enable_smoother 
+5fcf 6fe2456b fetch 4 ,mem_mouse_x 
+5fd0 207a0000 rtn blank 
+5fd1 20406071 call mouse_data_abs_check 
+5fd2 58000003 setarg 0x03 
+5fd3 20406067 call mouse_pdata_greater_than_check 
+5fd4 205a6063 call mouse_disable_asm ,blank 
+5fd5 245a6065 ncall mouse_enable_asm ,blank 
+5fd6 58000002 setarg 0x02 
+5fd7 2040606c call mouse_data_less_than_check 
+5fd8 205a6063 call mouse_disable_asm ,blank 
+5fd9 6fe0c662 fetch 1 ,mem_mouse_asm_flag 
+5fda c000dfe0 beq 1 ,mouse_drawing_optima_modify 
+
+mouse_drawing_optima_init:
+5fdb 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5fdc c41c0000 rtnbit0 mouse_enable_smoother 
+5fdd df200005 arg 5 ,loopcnt 
+5fde d8a04662 arg mem_mouse_asm_flag ,contw 
+5fdf 2020750f branch clear_mem 
+
+mouse_drawing_optima_modify:
+5fe0 20405ff4 call mouse_drawing_optima_xy_offset_modify 
+5fe1 6fe14663 fetch 2 ,mem_mouse_x_pre 
+5fe2 67e10560 store 2 ,mem_data_pre 
+5fe3 6fe1456b fetch 2 ,mem_mouse_x 
+5fe4 67e10562 store 2 ,mem_data_current 
+5fe5 2040602d call mouse_drawing_optima_data_x 
+5fe6 6fe10560 fetch 2 ,mem_data_pre 
+5fe7 67e14663 store 2 ,mem_mouse_x_pre 
+5fe8 6fe10562 fetch 2 ,mem_data_current 
+5fe9 67e1456b store 2 ,mem_mouse_x 
+5fea 6fe14665 fetch 2 ,mem_mouse_y_pre 
+5feb 67e10560 store 2 ,mem_data_pre 
+5fec 6fe1456d fetch 2 ,mem_mouse_y 
+5fed 67e10562 store 2 ,mem_data_current 
+5fee 20406035 call mouse_drawing_optima_data_y 
+5fef 6fe10560 fetch 2 ,mem_data_pre 
+5ff0 67e14665 store 2 ,mem_mouse_y_pre 
+5ff1 6fe10562 fetch 2 ,mem_data_current 
+5ff2 67e1456d store 2 ,mem_mouse_y 
+5ff3 20600000 rtn 
+
+mouse_drawing_optima_xy_offset_modify:
+5ff4 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+5ff5 c41c8000 rtnbit0 mouse_enable_xy_offset 
+5ff6 4744c031 bpatchx patch31_1 ,mem_patch31 
+5ff7 6fe14663 fetch 2 ,mem_mouse_x_pre 
+5ff8 67e10567 store 2 ,mem_data_value 
+5ff9 20406008 call mouse_pre_xy_data_judge 
+5ffa 67e14663 store 2 ,mem_mouse_x_pre 
+5ffb 6fe1456b fetch 2 ,mem_mouse_x 
+5ffc 67e10567 store 2 ,mem_data_value 
+5ffd 20406016 call mouse_current_xy_data_judge 
+5ffe 67e1456b store 2 ,mem_mouse_x 
+5fff 6fe14665 fetch 2 ,mem_mouse_y_pre 
+6000 67e10567 store 2 ,mem_data_value 
+6001 20406008 call mouse_pre_xy_data_judge 
+6002 67e14665 store 2 ,mem_mouse_y_pre 
+6003 6fe1456d fetch 2 ,mem_mouse_y 
+6004 67e10567 store 2 ,mem_data_value 
+6005 20406016 call mouse_current_xy_data_judge 
+6006 67e1456d store 2 ,mem_mouse_y 
+6007 20600000 rtn 
+
+mouse_pre_xy_data_judge:
+6008 6fe08568 fetch 1 ,mem_data_value + 1 
+6009 203a600b branch mouse_pre_xy_pdata_offset ,blank 
+600a 20206010 branch mouse_pre_xy_ndata_offset 
+
+mouse_pre_xy_pdata_offset:
+600b 6fe08567 fetch 1 ,mem_data_value 
+600c 20406023 call mouse_pre_xy_get_0_4_times 
+600d 67e08567 store 1 ,mem_data_value 
+
+mouse_xy_data_offset_new:
+600e 6fe10567 fetch 2 ,mem_data_value 
+600f 20600000 rtn 
+
+mouse_pre_xy_ndata_offset:
+6010 6fe08567 fetch 1 ,mem_data_value 
+6011 2040605f call mouse_pdata_invert 
+6012 20406023 call mouse_pre_xy_get_0_4_times 
+6013 205a7644 call disable_blank ,blank 
+6014 2040605b call mouse_pdata_get_new_value 
+6015 2020600e branch mouse_xy_data_offset_new 
+
+mouse_current_xy_data_judge:
+6016 6fe08568 fetch 1 ,mem_data_value + 1 
+6017 203a6019 branch mouse_current_xy_pdata_offset ,blank 
+6018 2020601d branch mouse_current_xy_ndata_offset 
+
+mouse_current_xy_pdata_offset:
+6019 6fe08567 fetch 1 ,mem_data_value 
+601a 20406028 call mouse_current_xy_get_0_6_times 
+601b 67e08567 store 1 ,mem_data_value 
+601c 2020600e branch mouse_xy_data_offset_new 
+
+mouse_current_xy_ndata_offset:
+601d 6fe08567 fetch 1 ,mem_data_value 
+601e 2040605f call mouse_pdata_invert 
+601f 20406028 call mouse_current_xy_get_0_6_times 
+6020 205a7644 call disable_blank ,blank 
+6021 2040605b call mouse_pdata_get_new_value 
+6022 2020600e branch mouse_xy_data_offset_new 
+
+mouse_pre_xy_get_0_4_times:
+6023 1feffe04 mul32 pdata ,4 ,pdata 
+6024 1fe6fc05 div pdata ,5 
+6025 204075d0 call wait_div_end 
+6026 1807fe00 quotient pdata 
+6027 20600000 rtn 
+
+mouse_current_xy_get_0_6_times:
+6028 1feffe0c mul32 pdata ,12 ,pdata 
+6029 1fe6fc0a div pdata ,10 
+602a 204075d0 call wait_div_end 
+602b 1807fe00 quotient pdata 
+602c 20600000 rtn 
+
+mouse_drawing_optima_data_x:
+602d 6fe10560 fetch 2 ,mem_data_pre 
+602e 68490562 fetcht 2 ,mem_data_current 
+602f 9840fe00 iadd temp ,pdata 
+6030 6848c667 fetcht 1 ,mem_mouse_data_xtemp 
+6031 9840fe00 iadd temp ,pdata 
+6032 1fe10401 and pdata ,0x01 ,temp 
+6033 6048c667 storet 1 ,mem_mouse_data_xtemp 
+6034 2020603d branch mouse_drawing_optima_data 
+
+mouse_drawing_optima_data_y:
+6035 6fe10560 fetch 2 ,mem_data_pre 
+6036 68490562 fetcht 2 ,mem_data_current 
+6037 9840fe00 iadd temp ,pdata 
+6038 6848c668 fetcht 1 ,mem_mouse_data_ytemp 
+6039 9840fe00 iadd temp ,pdata 
+603a 1fe10401 and pdata ,0x01 ,temp 
+603b 6048c668 storet 1 ,mem_mouse_data_ytemp 
+603c 2020603d branch mouse_drawing_optima_data 
+
+mouse_drawing_optima_data:
+603d 67e18564 store 3 ,mem_data_sum 
+603e 2feffe10 isolate1 16 ,pdata 
+603f 2020e047 branch mouse_data_sum_overflow ,true 
+6040 6fe08565 fetch 1 ,mem_data_sum + 1 
+6041 c07fe04e beq 0xff ,mouse_data_sum_n 
+6042 6fe08564 fetch 1 ,mem_data_sum 
+
+mouse_data_store_pre:
+6043 1fe37e00 rshift pdata ,pdata 
+6044 67e10560 store 2 ,mem_data_pre 
+6045 67e10562 store 2 ,mem_data_current 
+6046 20600000 rtn 
+
+mouse_data_sum_overflow:
+6047 6fe08565 fetch 1 ,mem_data_sum + 1 
+6048 c000604b beq 0 ,mouse_data_sum_overflow_p 
+6049 6fe18564 fetch 3 ,mem_data_sum 
+604a 20206043 branch mouse_data_store_pre 
+
+mouse_data_sum_overflow_p:
+604b 70056600 jam 0 ,mem_data_sum + 2 
+604c 6fe08564 fetch 1 ,mem_data_sum 
+604d 20206043 branch mouse_data_store_pre 
+
+mouse_data_sum_n:
+604e 6fe08564 fetch 1 ,mem_data_sum 
+604f 20406059 call mouse_pdata_get_half 
+6050 67e08560 store 1 ,mem_data_pre 
+6051 67e08562 store 1 ,mem_data_current 
+6052 203a6057 branch mouse_data_zero ,blank 
+6053 580000ff setarg 0xff 
+
+mouse_data_set_direction:
+6054 67e08561 store 1 ,mem_data_pre + 1 
+6055 67e08563 store 1 ,mem_data_current + 1 
+6056 20600000 rtn 
+
+mouse_data_zero:
+6057 58000000 setarg 0 
+6058 20206054 branch mouse_data_set_direction 
+
+mouse_pdata_get_half:
+6059 2040605f call mouse_pdata_invert 
+605a 1fe37e00 rshift pdata ,pdata 
+
+mouse_pdata_get_new_value:
+605b 20406060 call mouse_rega_in_out 
+605c 1fe67e00 sub pdata ,0 ,pdata 
+605d 67e08567 store 1 ,mem_data_value 
+605e 20600000 rtn 
+
+mouse_pdata_invert:
+605f 1fe67e00 sub pdata ,0 ,pdata 
+
+mouse_rega_in_out:
+6060 67e084d8 store 1 ,mem_rega 
+6061 6fe084d8 fetch 1 ,mem_rega 
+6062 20600000 rtn 
+
+mouse_disable_asm:
+6063 70466200 jam 0 ,mem_mouse_asm_flag 
+6064 20600000 rtn 
+
+mouse_enable_asm:
+6065 70466201 jam 1 ,mem_mouse_asm_flag 
+6066 20600000 rtn 
+
+mouse_pdata_greater_than_check:
+6067 9a267c00 isub rega ,null 
+6068 24217644 nbranch disable_blank ,positive 
+6069 9a467c00 isub regb ,null 
+606a 24217644 nbranch disable_blank ,positive 
+606b 20207646 branch enable_blank 
+
+mouse_data_less_than_check:
+606c 9a267c00 isub rega ,null 
+606d 24610000 nrtn positive 
+606e 9a467c00 isub regb ,null 
+606f 24610000 nrtn positive 
+6070 20207646 branch enable_blank 
+
+mouse_data_abs_check:
+6071 6fe1456b fetch 2 ,mem_mouse_x 
+6072 20406078 call mouse_data_abs 
+6073 1fe22200 copy pdata ,rega 
+6074 6fe1456d fetch 2 ,mem_mouse_y 
+6075 20406078 call mouse_data_abs 
+6076 1fe22400 copy pdata ,regb 
+6077 20600000 rtn 
+
+mouse_data_abs:
+6078 67e10562 store 2 ,mem_data_current 
+6079 6fe08563 fetch 1 ,mem_data_current + 1 
+607a c07fe07e beq 0xff ,mouse_data_reversal 
+607b 6fe08562 fetch 1 ,mem_data_current 
+
+mouse_data_abs_store:
+607c 1fe17eff and_into 0xff ,pdata 
+607d 20600000 rtn 
+
+mouse_data_reversal:
+607e 6fe10562 fetch 2 ,mem_data_current 
+607f 1fe67e00 sub pdata ,0 ,pdata 
+6080 2020607c branch mouse_data_abs_store 
+
+mouse_24g_long_sleep_param_update_timer:
+6081 da60455e arg mem_24g_long_sleep_param_update_timer ,regc 
+6082 da406084 arg mouse_24g_long_sleep_normal_param ,regb 
+6083 20204de1 branch timer_single_step 
+
+mouse_24g_long_sleep_normal_param:
+6084 6fe24552 fetch 4 ,mem_24g_long_sleep_set1 
+6085 67e244f5 store 4 ,mem_24g_enter_hibernate 
+6086 70474c01 jam 1 ,mem_mouse_long_mult_flag 
+6087 20600000 rtn 
+
+mouse_24g_long_sleep_set:
+6088 6fe0c87e fetch 1 ,mem_24g_long_sleep_set_level 
+6089 c0006090 beq 0x00 ,mouse_24g_long_sleep_set_30ms 
+608a c000e092 beq 0x01 ,mouse_24g_long_sleep_set_50ms 
+608b c001608d beq 0x02 ,mouse_24g_long_sleep_set_80ms 
+608c c001e094 beq 0x03 ,mouse_24g_long_sleep_set_100ms 
+
+mouse_24g_long_sleep_set_80ms:
+608d 580ea600 setarg 0x0ea600 
+
+mouse_24g_long_sleep_set_end:
+608e 67e24552 store 4 ,mem_24g_long_sleep_set1 
+608f 20600000 rtn 
+
+mouse_24g_long_sleep_set_30ms:
+6090 5805e740 setarg 0x05e740 
+6091 2020608e branch mouse_24g_long_sleep_set_end 
+
+mouse_24g_long_sleep_set_50ms:
+6092 580927c0 setarg 0x0927c0 
+6093 2020608e branch mouse_24g_long_sleep_set_end 
+
+mouse_24g_long_sleep_set_100ms:
+6094 58124f80 setarg 0x124f80 
+6095 2020608e branch mouse_24g_long_sleep_set_end 
+
+mouse_24g_hibernate_set:
+6096 4743c030 bpatchx patch30_7 ,mem_patch30 
+6097 70453f00 jam 0 ,mem_24g_attempt_fail_flag 
+6098 20404cbe call g24_transmit_next_packet 
+6099 5fffffff setarg -1 
+609a 67e244f5 store 4 ,mem_24g_enter_hibernate 
+609b 58000000 setarg 0 
+609c 67e3c56a store 7 ,mem_mouse_key 
+609d 70487d01 jam 1 ,mem_sensor_shutdown_flag 
+609e 20405bf9 call mouse_sensor_powerdown 
+609f 204057d7 call mouse_setgpio_hibernate 
+
+mouse_24g_long_sleep:
+60a0 6fe0c87d fetch 1 ,mem_sensor_shutdown_flag 
+60a1 245a57d7 ncall mouse_setgpio_hibernate ,blank 
+60a2 6fe444f5 fetch 8 ,mem_24g_enter_hibernate 
+60a3 20204d29 branch g24_long_seep2 
+
+mouse_wakeup_24g:
+60a4 6fe0c87d fetch 1 ,mem_sensor_shutdown_flag 
+60a5 245a60a8 ncall mouse_wakeup_24g_from_long_sleep ,blank 
+60a6 70487d00 jam 0 ,mem_sensor_shutdown_flag 
+60a7 20204cbd branch g24_transmit_no_ack 
+
+mouse_wakeup_24g_from_long_sleep:
+60a8 20405b67 call mouse_init_sensor_wakeup 
+60a9 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+60aa c41e0000 rtnbit0 mouse_enable_wheel_wake_up_cancel 
+
+mouse_wheel_gpio_init:
+60ab 6fe0c5ab fetch 1 ,mem_whee_a_data_gpio 
+60ac d8400040 arg gpcfg_pullup ,temp 
+60ad 20406c68 call gpio_config_function_int 
+60ae 6fe0c5ac fetch 1 ,mem_whee_b_data_gpio 
+60af d8400040 arg gpcfg_pullup ,temp 
+60b0 20206c68 branch gpio_config_function_int 
+
+mouse_24g_transmit_start:
+60b1 6fe0c87d fetch 1 ,mem_sensor_shutdown_flag 
+60b2 243a4c97 nbranch g24_short_sleep ,blank 
+60b3 20204c93 branch g24_transmit_start_next 
+
+mouse_24g_stop:
+60b4 793f8026 set0 mark_24g ,mark 
+60b5 70453b00 jam state_24g_stop ,mem_24g_conn_sm 
+60b6 d8e00001 arg mouse_24g_pairing_flag ,queue 
+60b7 20205fa5 branch mouse_disable_function_flag 
+
+mouse_24g_start_mode:
+60b8 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+60b9 c308e0c5 bbit0 mouse_enable_24g ,mouse_24g_mode_setup_error 
+60ba 2040579e call mouse_wakeup_from_power_check 
+60bb 20346107 branch mouse_24g_reconn_dongle_start ,user 
+60bc 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+60bd c29860ca bbit1 mouse_enable_auto_24g_paring ,mouse_24g_reconn_general_dongle 
+60be c318e0ca bbit0 mouse_enable_24g_power_on_pairing ,mouse_24g_reconn_general_dongle 
+60bf 20405acf call mouse_key_check_once 
+60c0 1a217e07 and rega ,0x07 ,pdata 
+60c1 6848c867 fetcht 1 ,mem_mouse_commbination_key_24g 
+60c2 98467c00 isub temp ,null 
+60c3 2022e0e4 branch mouse_24g_start_pair_mode ,zero 
+60c4 202060ca branch mouse_24g_reconn_general_dongle 
+
+mouse_24g_mode_setup_error:
+60c5 6fe0c74e fetch 1 ,mem_reconn_times 
+60c6 243a5fbf nbranch mouse_polling_device ,blank 
+60c7 20600000 rtn 
+
+mouse_24g_first_start_auto_pair_mode:
+60c8 2040579e call mouse_wakeup_from_power_check 
+60c9 203460d4 branch mouse_24g_first_start_reconn ,user 
+
+mouse_24g_reconn_general_dongle:
+60ca 7045d100 jam mode_24g_device ,mem_device_flag 
+60cb 6fe14856 fetch 2 ,mem_mouse_24g_power_on_fast_conn_timer 
+60cc 67e14521 store 2 ,mem_24g_reconn_timeout 
+60cd 70452502 jam fast_conn_and_3_0_addr ,mem_24g_reconn_type 
+60ce 20204bc3 branch g24_reconn_start 
+
+mouse_24g_start_auto_pair:
+60cf 204061ad call mouse_discover_setting_led_gpio 
+60d0 6fe1451b fetch 2 ,mem_24g_pair_timeout_init 
+60d1 67e14521 store 2 ,mem_24g_reconn_timeout 
+60d2 70452504 jam pair_and_3_0_addr ,mem_24g_reconn_type 
+60d3 20204bc3 branch g24_reconn_start 
+
+mouse_24g_first_start_reconn:
+60d4 6fe0c5d1 fetch 1 ,mem_device_flag 
+60d5 c0006107 beq mode_24g_device ,mouse_24g_reconn_dongle_start 
+60d6 20405cb0 call mouse_bluetooth_fast_conn_disable 
+
+mouse_24g_first_bluetooth_reconnect:
+60d7 204060b4 call mouse_24g_stop 
+60d8 204061ef call mouse_device_led_all_off 
+60d9 7045d101 jam mode_bt_device1 ,mem_device_flag 
+60da 20405e78 call mouse_select_reconn_device 
+60db 20205793 branch mouse_start_reconnect_device 
+
+mouse_24g_first_bb_event_reconn_timeout:
+60dc 2040579e call mouse_wakeup_from_power_check 
+60dd 203457c3 branch mouse_app_enter_hibernate ,user 
+60de 20205e21 branch mouse_start_discovery 
+
+mouse_24g_first_store_reconn_info:
+60df 2040579e call mouse_wakeup_from_power_check 
+60e0 20740000 rtn user 
+60e1 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+60e2 c297dea3 bbit1 mouse_enable_24g_first_auto_pairing ,mouse_store_device_info_delay 
+60e3 20600000 rtn 
+
+mouse_24g_start_pair_mode:
+60e4 d8e00001 arg mouse_24g_pairing_flag ,queue 
+60e5 20405fa1 call mouse_enable_function_flag 
+60e6 58000000 setarg 0 
+60e7 67e14521 store 2 ,mem_24g_reconn_timeout 
+60e8 20405e42 call mouse_stop_discovery 
+60e9 20406271 call mouse_low_voltage_led_blink_disable 
+60ea 204061ad call mouse_discover_setting_led_gpio 
+60eb 7044cf01 jam type_ms ,mem_24g_data_type 
+60ec 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+60ed c30ac93b bbit0 mouse_enable_keyboard ,g24_pair_start 
+60ee 7044cf02 jam type_kb ,mem_24g_data_type 
+60ef 2020493b branch g24_pair_start 
+
+mouse_24g_attempt_fail:
+60f0 6fe0c53f fetch 1 ,mem_24g_attempt_fail_flag 
+60f1 243a6096 nbranch mouse_24g_hibernate_set ,blank 
+60f2 6fe0c525 fetch 1 ,mem_24g_reconn_type 
+60f3 c00160ff beq fast_conn_and_3_0_addr ,mouse_24g_fast_conn_attempt_fail 
+60f4 c002610b beq pair_and_3_0_addr ,mouse_24g_auto_pair_attempt_fail 
+60f5 c001e110 beq receiver_and_3_0_addr ,mouse_reconn_dongle_attempt_fail 
+
+mouse_24g_attempt_fail_enter_hibernate:
+60f6 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+60f7 c29e6096 bbit1 mouse_enable_wheel_wake_up_cancel ,mouse_24g_hibernate_set 
+60f8 204061f3 call mouse_device_led_off 
+60f9 204060b4 call mouse_24g_stop 
+60fa 6fe0c74e fetch 1 ,mem_reconn_times 
+60fb 243a5fbf nbranch mouse_polling_device ,blank 
+60fc 6fe0c5d1 fetch 1 ,mem_device_flag 
+60fd c00057c3 beq mode_24g_device ,mouse_app_enter_hibernate 
+60fe 20600000 rtn 
+
+mouse_24g_fast_conn_attempt_fail:
+60ff 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+6100 c297e0cf bbit1 mouse_enable_24g_first_auto_pairing ,mouse_24g_start_auto_pair 
+6101 c29860cf bbit1 mouse_enable_auto_24g_paring ,mouse_24g_start_auto_pair 
+6102 c31d6107 bbit0 mouse_enable_24g_auto_pair_nerver_been_paired ,mouse_24g_reconn_dongle_start 
+6103 6fe2462c fetch 4 ,mem_mouse_24g_addr 
+6104 684a460d fetcht 4 ,mem_mouse_compare_addr_ff 
+6105 98467c00 isub temp ,null 
+6106 2022e0e4 branch mouse_24g_start_pair_mode ,zero 
+
+mouse_24g_reconn_dongle_start:
+6107 6fe1451f fetch 2 ,mem_24g_reconn_timeout_init 
+6108 67e14521 store 2 ,mem_24g_reconn_timeout 
+6109 70452503 jam receiver_and_3_0_addr ,mem_24g_reconn_type 
+610a 20204bc3 branch g24_reconn_start 
+
+mouse_24g_auto_pair_attempt_fail:
+610b 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+610c c317e0f6 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+610d 6fe0c850 fetch 1 ,mem_device_number 
+610e c000e0f6 beq 1 ,mouse_24g_attempt_fail_enter_hibernate 
+610f 202060d7 branch mouse_24g_first_bluetooth_reconnect 
+
+mouse_reconn_dongle_attempt_fail:
+6110 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+6111 c317e0f6 bbit0 mouse_enable_24g_first_auto_pairing ,mouse_24g_attempt_fail_enter_hibernate 
+6112 c289e0f6 bbit1 mouse_enable_eeprom ,mouse_24g_attempt_fail_enter_hibernate 
+6113 c28960f6 bbit1 mouse_enable_flash ,mouse_24g_attempt_fail_enter_hibernate 
+6114 202060d0 branch mouse_24g_start_auto_pair + 1 
+
+mouse_24g_attempt_success:
+6115 6fe244d5 fetch 4 ,mem_24g_addr 
+6116 67e2452b store 4 ,mem_24g_receiver_addr 
+6117 67e2462c store 4 ,mem_mouse_24g_addr 
+6118 20404be8 call g24_ch_syncword_crc8_init 
+6119 204061a7 call mouse_device_poweron_timer_init 
+611a 20405e12 call mouse_no_data_timer_init 
+611b 20405c7b call mouse_init_sensor_reset 
+611c 70474c00 jam 0 ,mem_mouse_long_mult_flag 
+611d 70453b00 jam 0 ,mem_24g_conn_sm 
+611e 70452500 jam 0 ,mem_24g_reconn_type 
+611f 6fe2452b fetch 4 ,mem_24g_receiver_addr 
+6120 6fe24527 fetch 4 ,mem_24g_fast_conn_addr 
+6121 98467c00 isub temp ,null 
+6122 20628000 rtn zero 
+6123 202060df branch mouse_24g_first_store_reconn_info 
+
+mouse_24g_pairing_complete:
+6124 20405e12 call mouse_no_data_timer_init 
+6125 d8e00001 arg mouse_24g_pairing_flag ,queue 
+6126 20405fa5 call mouse_disable_function_flag 
+6127 204061a7 call mouse_device_poweron_timer_init 
+6128 58000000 setarg 0 
+6129 67e1451d store 2 ,mem_24g_pair_timeout 
+612a 67e14521 store 2 ,mem_24g_reconn_timeout 
+612b 67e0c53b store 1 ,mem_24g_conn_sm 
+612c 67e0c661 store 1 ,mem_mouse_move_flag 
+612d 67e0c525 store 1 ,mem_24g_reconn_type 
+612e 20405c7b call mouse_init_sensor_reset 
+612f 20405c8c call mouse_read_sensor_common 
+6130 6fe244d5 fetch 4 ,mem_24g_addr 
+6131 67e2452b store 4 ,mem_24g_receiver_addr 
+6132 67e2462c store 4 ,mem_mouse_24g_addr 
+6133 20205ea3 branch mouse_store_device_info_delay 
+
+mouse_24g_package_data:
+6134 47444031 bpatchx patch31_0 ,mem_patch31 
+6135 c6930000 rtnmark0 mark_24g 
+6136 20405931 call mouse_motion 
+6137 24740000 nrtn user 
+6138 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+6139 c30ae13c bbit0 mouse_enable_keyboard ,mouse_24g_mouse_package_data 
+613a 6fe0c828 fetch 1 ,mem_customer_key 
+613b 243a6153 nbranch mouse_24g_keyboard_package_data ,blank 
+
+mouse_24g_mouse_package_data:
+613c 20405c7c call mouse_data_xy_release 
+613d 6fe0c4cf fetch 1 ,mem_24g_data_type 
+613e c280e14b bbit1 1 ,mouse_24g_mouse_package_data_now 
+613f 6848c460 fetcht 1 ,mem_24g_txbuf + 1 
+6140 6fe0c56a fetch 1 ,mem_mouse_key 
+6141 9841fe00 ior temp ,pdata 
+6142 67e0c56a store 1 ,mem_mouse_key 
+6143 6848c465 fetcht 1 ,mem_24g_txbuf + 6 
+6144 6fe0c56f fetch 1 ,mem_mouse_z 
+6145 9840fe00 iadd temp ,pdata 
+6146 67e0c56f store 1 ,mem_mouse_z 
+6147 6848c466 fetcht 1 ,mem_24g_txbuf + 7 
+6148 6fe0c570 fetch 1 ,mem_mouse_tz 
+6149 9840fe00 iadd temp ,pdata 
+614a 67e0c570 store 1 ,mem_mouse_tz 
+
+mouse_24g_mouse_package_data_now:
+614b 7044cf01 jam type_ms ,mem_24g_data_type 
+614c da200007 arg 7 ,rega 
+614d da40456a arg mem_mouse_key ,regb 
+614e 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+614f c28c4d50 bbit1 mouse_enable_24g_250hz ,g24_transmit_by_interrupt_enable 
+6150 6fe1456f fetch 2 ,mem_mouse_z 
+6151 207a0000 rtn blank 
+6152 20204d50 branch g24_transmit_by_interrupt_enable 
+
+mouse_24g_keyboard_package_data:
+6153 7044cf02 jam type_kb ,mem_24g_data_type 
+6154 da200009 arg 9 ,rega 
+6155 6fe0c829 fetch 1 ,mem_customer_data_trigger 
+6156 243a6159 nbranch mouse_customer_key_press ,blank 
+6157 da404871 arg mem_customer_key_release ,regb 
+6158 20600000 rtn 
+
+mouse_customer_key_press:
+6159 da404868 arg mem_customer_key_press ,regb 
+615a 20600000 rtn 
+
+mouse_24g_search_dongle_init:
+615b 58000000 setarg 0 
+615c 67e1c841 store 3 ,mem_mouse_search_dongle_action 
+615d 20600000 rtn 
+
+mouse_24g_search_dongle:
+615e 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+615f c40b0000 rtnbit0 mouse_enable_24g_search_dongle 
+6160 6fe0c74c fetch 1 ,mem_mouse_long_mult_flag 
+6161 207a0000 rtn blank 
+6162 6fe0c541 fetch 1 ,mem_24g_abort_pac 
+6163 207a0000 rtn blank 
+6164 6fe0c83e fetch 1 ,mem_mouse_search_dongle_interval 
+6165 1fe0fe01 increase 1 ,pdata 
+6166 1fe17e03 and_into 3 ,pdata 
+6167 67e0c83e store 1 ,mem_mouse_search_dongle_interval 
+6168 247a0000 nrtn blank 
+6169 70483f00 jam 0 ,mem_mouse_search_dongle_ch 
+
+mouse_24g_search_dongle_loop:
+616a 44ae400b bpatch patch0b_4 ,mem_patch0b 
+616b 6fe0c83f fetch 1 ,mem_mouse_search_dongle_ch 
+616c 1fe0fe01 increase 1 ,pdata 
+616d 67e0c83f store 1 ,mem_mouse_search_dongle_ch 
+616e 1fe67c08 sub pdata ,g24_ch_number ,null 
+616f 24216176 nbranch mouse_24g_search_dongle_loop_end ,positive 
+6170 20404c05 call g24_reconn_data_prep 
+6171 20404cc8 call g24_transmit_receive_ack 
+6172 242c617c nbranch mouse_24g_search_dongle_loop_retry ,sync 
+6173 2437e17c nbranch mouse_24g_search_dongle_loop_retry ,user3 
+6174 2040618f call mouse_g24_ackpayload_parse 
+6175 20406186 call mouse_24g_search_dongle_success 
+
+mouse_24g_search_dongle_loop_end:
+6176 20404c01 call g24_txbuf_clear 
+6177 6fe0c840 fetch 1 ,mem_mouse_search_dongle_count 
+6178 1fe0fe01 increase 1 ,pdata 
+6179 67e0c840 store 1 ,mem_mouse_search_dongle_count 
+617a c008617e beq g24_ch_poll_count ,mouse_24g_search_dongle_check 
+617b 20600000 rtn 
+
+mouse_24g_search_dongle_loop_retry:
+617c 204048cc call g24_ch 
+617d 2020616a branch mouse_24g_search_dongle_loop 
+
+mouse_24g_search_dongle_check:
+617e 70484000 jam 0 ,mem_mouse_search_dongle_count 
+617f 6fe0c841 fetch 1 ,mem_mouse_search_dongle_action 
+6180 c3800000 rtnbit1 g24_disconn_state 
+6181 79207e00 set1 g24_disconn_state ,pdata 
+6182 67e0c841 store 1 ,mem_mouse_search_dongle_action 
+6183 6fe14858 fetch 2 ,mem_mouse_24g_search_dongle_time_init 
+6184 67e14750 store 2 ,mem_mouse_no_data_timer 
+6185 20205bf9 branch mouse_sensor_powerdown 
+
+mouse_24g_search_dongle_success:
+6186 6fe0c541 fetch 1 ,mem_24g_abort_pac 
+6187 203a615b branch mouse_24g_search_dongle_init ,blank 
+6188 70484000 jam 0 ,mem_mouse_search_dongle_count 
+6189 6fe0c841 fetch 1 ,mem_mouse_search_dongle_action 
+618a c4000000 rtnbit0 g24_disconn_state 
+618b 793ffe00 set0 g24_disconn_state ,pdata 
+618c 67e0c841 store 1 ,mem_mouse_search_dongle_action 
+618d 20405e12 call mouse_no_data_timer_init 
+618e 20205b67 branch mouse_init_sensor_wakeup 
+
+mouse_g24_ackpayload_parse:
+618f 20404cdf call g24_ackpayload_parse 
+6190 6fe0c43e fetch 1 ,mem_24g_rxbuf + 1 
+6191 2fe1f008 compare 0x08 ,pdata ,0xf8 
+6192 24608000 nrtn true 
+6193 6fe0c43f fetch 1 ,mem_24g_rxbuf + 2 
+6194 c07fe096 beq 0xff ,mouse_24g_hibernate_set 
+6195 20600000 rtn 
+
+mouse_24g_before_lpm_sleep:
+6196 6fe0c5d1 fetch 1 ,mem_device_flag 
+6197 c0803b7e bne mode_24g_device ,lpm_sleep_skip_cb_function 
+6198 6fe0c510 fetch 1 ,mem_24g_disable_fec1 
+6199 207a0000 rtn blank 
+
+mouse_peripheral_clock_off:
+619a 70804202 jam 2 ,core_clksel 
+619b 6ff08130 fetch 1 ,core_lpm_ctrl 
+619c 1fe17efc and pdata ,0xfc ,pdata 
+619d 67f0804c store 1 ,core_lpm_reg 
+619e 20203c37 branch lpm_write_ctrl 
+
+mouse_device_poweron_timer:
+619f 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+61a0 c4100000 rtnbit0 mouse_enable_power_on_led 
+61a1 6fe0c844 fetch 1 ,mem_mouse_device_poweron_timer_count 
+61a2 207a0000 rtn blank 
+61a3 1fe0ffff increase -1 ,pdata 
+61a4 67e0c844 store 1 ,mem_mouse_device_poweron_timer_count 
+61a5 203a61f3 branch mouse_device_led_off ,blank 
+61a6 20206201 branch mouse_device_led_on 
+
+mouse_device_poweron_timer_init:
+61a7 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+61a8 c4100000 rtnbit0 mouse_enable_power_on_led 
+61a9 20406271 call mouse_low_voltage_led_blink_disable 
+61aa 6fe0c85c fetch 1 ,mem_mouse_device_poweron_timer_count_init 
+61ab 67e0c844 store 1 ,mem_mouse_device_poweron_timer_count 
+61ac 20600000 rtn 
+
+mouse_discover_setting_led_gpio:
+61ad 70484400 jam 0 ,mem_mouse_device_poweron_timer_count 
+61ae 6fe14860 fetch 2 ,mem_mouse_disconvey_led_blink_time 
+61af 67e145c9 store 2 ,mem_mouse_on_time 
+61b0 67e145cb store 2 ,mem_mouse_off_time 
+
+mouse_setting_led_gpio_comman:
+61b1 6fe0c5d1 fetch 1 ,mem_device_flag 
+61b2 c00061b6 beq mode_24g_device ,mouse_device_led_24g 
+61b3 c000e1b8 beq mode_bt_device1 ,mouse_device_led_bt1 
+61b4 c00161ba beq mode_bt_device2 ,mouse_device_led_bt2 
+61b5 20600000 rtn 
+
+mouse_device_led_24g:
+61b6 6fe0c5bc fetch 1 ,mem_config_device_24g_led_gpio 
+61b7 202061bb branch mouse_led_blink 
+
+mouse_device_led_bt1:
+61b8 6fe0c5bd fetch 1 ,mem_config_device_bt1_led_gpio 
+61b9 202061bb branch mouse_led_blink 
+
+mouse_device_led_bt2:
+61ba 6fe0c5be fetch 1 ,mem_config_device_bt2_led_gpio 
+
+mouse_led_blink:
+61bb 67e084cc store 1 ,mem_temp 
+61bc 204061f3 call mouse_device_led_off 
+61bd 6fe084cc fetch 1 ,mem_temp 
+61be 67e0c5c8 store 1 ,mem_mouse_struct_led_gpio 
+61bf da200000 arg 0 ,rega 
+61c0 7045c601 jam ui_led_state_blink_start ,mem_mouse_led_type 
+61c1 20207030 branch ui_led_blink_start_global 
+
+mouse_dpi_led_blink_delay:
+61c2 6fe0c5bf fetch 1 ,mem_dpi_led_gpio 
+61c3 c17f8000 rtneq gpio_disable 
+61c4 6fe14760 fetch 2 ,mem_mouse_discovery_timer 
+61c5 247a0000 nrtn blank 
+61c6 6fe1451d fetch 2 ,mem_24g_pair_timeout 
+61c7 247a0000 nrtn blank 
+61c8 6fe14521 fetch 2 ,mem_24g_reconn_timeout 
+61c9 247a0000 nrtn blank 
+61ca 6fe0c844 fetch 1 ,mem_mouse_device_poweron_timer_count 
+61cb 247a0000 nrtn blank 
+61cc 6fe0c85d fetch 1 ,mem_mouse_dpi_led_delay_count_init 
+61cd 203a61d3 branch mouse_dpi_led_blink_init ,blank 
+61ce 67e0c845 store 1 ,mem_mouse_dpi_led_delay_count 
+61cf 20600000 rtn 
+
+mouse_dpi_led_blink_delay_timer:
+61d0 da604845 arg mem_mouse_dpi_led_delay_count ,regc 
+61d1 da4061d3 arg mouse_dpi_led_blink_init ,regb 
+61d2 20204de1 branch timer_single_step 
+
+mouse_dpi_led_blink_init:
+61d3 6fe0c5bf fetch 1 ,mem_dpi_led_gpio 
+61d4 67e0c5c8 store 1 ,mem_mouse_struct_led_gpio 
+61d5 6fe1485e fetch 2 ,mem_mouse_dpi_led_blink_time 
+61d6 67e145c9 store 2 ,mem_mouse_on_time 
+61d7 67e145cb store 2 ,mem_mouse_off_time 
+61d8 da200000 arg 0 ,rega 
+61d9 6848c62b fetcht 1 ,mem_mouse_dpi 
+61da 18408401 increase 1 ,temp 
+61db 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+61dc c30e61e0 bbit0 mouse_enable_dpi_level_4 ,mouse_dpi_led_blink_init_end 
+61dd 18408401 increase 1 ,temp 
+61de 18467c04 sub temp ,4 ,null 
+61df 244161e3 ncall mouse_dpi_led_blink_count_clean ,positive 
+
+mouse_dpi_led_blink_init_end:
+61e0 6048c5c7 storet 1 ,mem_mouse_blink_count 
+61e1 7045c601 jam ui_led_state_blink_start ,mem_mouse_led_type 
+61e2 20600000 rtn 
+
+mouse_dpi_led_blink_count_clean:
+61e3 d8400001 arg 1 ,temp 
+61e4 20600000 rtn 
+
+mouse_check_dpi_blink:
+61e5 78547c00 disable user 
+61e6 6fe0c5bf fetch 1 ,mem_dpi_led_gpio 
+61e7 6848c5c8 fetcht 1 ,mem_mouse_struct_led_gpio 
+61e8 98467c00 isub temp ,null 
+61e9 24628000 nrtn zero 
+61ea 6fe0c5c7 fetch 1 ,mem_mouse_blink_count 
+61eb 207a0000 rtn blank 
+61ec 70459300 jam 0 ,mem_adc_low_volatage_led_blink_enable 
+61ed 78347c00 enable user 
+61ee 20600000 rtn 
+
+mouse_device_led_all_off:
+61ef 204061ff call mouse_dpi_led_off 
+61f0 204061f8 call mouse_device_24g_led_off 
+61f1 204061fb call mouse_device_bt1_led_off 
+61f2 202061fd branch mouse_device_bt2_led_off 
+
+mouse_device_led_off:
+61f3 6fe0c5d1 fetch 1 ,mem_device_flag 
+61f4 c00061f8 beq mode_24g_device ,mouse_device_24g_led_off 
+61f5 c000e1fb beq mode_bt_device1 ,mouse_device_bt1_led_off 
+61f6 c00161fd beq mode_bt_device2 ,mouse_device_bt2_led_off 
+61f7 20600000 rtn 
+
+mouse_device_24g_led_off:
+61f8 70484700 jam 0 ,mem_24g_device_led_status 
+61f9 6848c5bc fetcht 1 ,mem_config_device_24g_led_gpio 
+61fa 2020620c branch mouse_led_off 
+
+mouse_device_bt1_led_off:
+61fb 6848c5bd fetcht 1 ,mem_config_device_bt1_led_gpio 
+61fc 2020620c branch mouse_led_off 
+
+mouse_device_bt2_led_off:
+61fd 6848c5be fetcht 1 ,mem_config_device_bt2_led_gpio 
+61fe 2020620c branch mouse_led_off 
+
+mouse_dpi_led_off:
+61ff 6848c5bf fetcht 1 ,mem_dpi_led_gpio 
+6200 2020620c branch mouse_led_off 
+
+mouse_device_led_on:
+6201 6fe0c5d1 fetch 1 ,mem_device_flag 
+6202 c0006206 beq mode_24g_device ,mouse_device_24g_led_on 
+6203 c000e208 beq mode_bt_device1 ,mouse_device_bt1_led_on 
+6204 c001620a beq mode_bt_device2 ,mouse_device_bt2_led_on 
+6205 20600000 rtn 
+
+mouse_device_24g_led_on:
+6206 6848c5bc fetcht 1 ,mem_config_device_24g_led_gpio 
+6207 20206210 branch mouse_led_on 
+
+mouse_device_bt1_led_on:
+6208 6848c5bd fetcht 1 ,mem_config_device_bt1_led_gpio 
+6209 20206210 branch mouse_led_on 
+
+mouse_device_bt2_led_on:
+620a 6848c5be fetcht 1 ,mem_config_device_bt2_led_gpio 
+620b 20206210 branch mouse_led_on 
+
+mouse_led_off:
+620c 44aec00b bpatch patch0b_5 ,mem_patch0b 
+620d 6048c5c8 storet 1 ,mem_mouse_struct_led_gpio 
+620e da200000 arg 0 ,rega 
+620f 2020702b branch ui_led_off_global 
+
+mouse_led_on:
+6210 44af400b bpatch patch0b_6 ,mem_patch0b 
+6211 6048c5c8 storet 1 ,mem_mouse_struct_led_gpio 
+6212 da200000 arg 0 ,rega 
+6213 20207026 branch ui_led_on_global 
+
+mouse_ui_led_off_static:
+6214 44afc00b bpatch patch0b_7 ,mem_patch0b 
+6215 6fe0c5bc fetch 1 ,mem_config_device_24g_led_gpio 
+6216 98467c00 isub temp ,null 
+6217 2042e235 call mouse_clear_24g_led_statue ,zero 
+6218 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+6219 c3126c3f bbit0 mouse_enable_4_led ,gpio_out_inactive 
+621a 20406226 call mouse_check_bt2_led_off 
+621b 2040622a call mouse_check_dpi_led_off 
+621c 2040622e call mouse_check_low_v_led_off 
+621d 6fe0c846 fetch 1 ,mem_mouse_led_off_4_led 
+621e 203a6c3f branch gpio_out_inactive ,blank 
+621f 70484600 jam 0 ,mem_mouse_led_off_4_led 
+6220 20206c5b branch gpio_set_high_impedance 
+
+mouse_ui_led_on_static:
+6221 44b0400c bpatch patch0c_0 ,mem_patch0c 
+6222 6fe0c5bc fetch 1 ,mem_config_device_24g_led_gpio 
+6223 98467c00 isub temp ,null 
+6224 2042e237 call mouse_set_24g_led_statue ,zero 
+6225 20206c43 branch gpio_out_active 
+
+mouse_check_bt2_led_off:
+6226 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+6227 c4130000 rtnbit0 mouse_enable_bt2_for_4_led 
+6228 6fe0c5be fetch 1 ,mem_config_device_bt2_led_gpio 
+6229 20206231 branch mouse_check_1gpio_2led_off 
+
+mouse_check_dpi_led_off:
+622a 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+622b c4128000 rtnbit0 mouse_enable_dpi_for_4_led 
+622c 6fe0c5bf fetch 1 ,mem_dpi_led_gpio 
+622d 20206231 branch mouse_check_1gpio_2led_off 
+
+mouse_check_low_v_led_off:
+622e 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+622f c4138000 rtnbit0 mouse_enable_low_v_for_4_led 
+6230 6fe0c5bb fetch 1 ,mem_config_low_voltage_alarm_gpio 
+
+mouse_check_1gpio_2led_off:
+6231 98467c00 isub temp ,null 
+6232 24628000 nrtn zero 
+6233 70484601 jam 1 ,mem_mouse_led_off_4_led 
+6234 20600000 rtn 
+
+mouse_clear_24g_led_statue:
+6235 70484700 jam 0 ,mem_24g_device_led_status 
+6236 20600000 rtn 
+
+mouse_set_24g_led_statue:
+6237 70484701 jam 1 ,mem_24g_device_led_status 
+6238 20600000 rtn 
+
+mouse_low_voltage_led_timer:
+6239 6fe14760 fetch 2 ,mem_mouse_discovery_timer 
+623a 247a0000 nrtn blank 
+623b 6fe1451d fetch 2 ,mem_24g_pair_timeout 
+623c 247a0000 nrtn blank 
+623d 6fe14521 fetch 2 ,mem_24g_reconn_timeout 
+623e 247a0000 nrtn blank 
+623f 6fe0c844 fetch 1 ,mem_mouse_device_poweron_timer_count 
+6240 247a0000 nrtn blank 
+6241 204061e5 call mouse_check_dpi_blink 
+6242 20740000 rtn user 
+6243 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+6244 c4108000 rtnbit0 mouse_enable_low_voltage_led 
+6245 c4020000 rtnbit0 mouse_low_voltage_flag 
+6246 c291e25f bbit1 mouse_enable_low_voltage_led_blink_n_second ,mouse_low_voltage_led_blink_new_data 
+6247 6fe0c592 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+6248 1fe0fe01 increase 1 ,pdata 
+6249 67e0c592 store 1 ,mem_adc_low_volatage_led_timer_count 
+624a 1fe67c14 sub pdata ,20 ,null 
+624b 24416251 ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
+624c c0016253 beq 2 ,mouse_low_voltage_led_on 
+624d c0026259 beq 4 ,mouse_low_voltage_led_off 
+624e c0036253 beq 6 ,mouse_low_voltage_led_on 
+624f c0046259 beq 8 ,mouse_low_voltage_led_off 
+6250 20600000 rtn 
+
+mouse_adc_low_volatage_led_timer_count_clean:
+6251 70459201 jam 1 ,mem_adc_low_volatage_led_timer_count 
+6252 20206259 branch mouse_low_voltage_led_off 
+
+mouse_low_voltage_led_on:
+6253 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+6254 c2916201 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_device_led_on 
+6255 6fe0c5bb fetch 1 ,mem_config_low_voltage_alarm_gpio 
+6256 c17f8000 rtneq gpio_disable 
+6257 6848c5bb fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+6258 20206210 branch mouse_led_on 
+
+mouse_low_voltage_led_off:
+6259 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+625a c29161f3 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_device_led_off 
+625b 6fe0c5bb fetch 1 ,mem_config_low_voltage_alarm_gpio 
+625c c17f8000 rtneq gpio_disable 
+625d 6848c5bb fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+625e 2020620c branch mouse_led_off 
+
+mouse_low_voltage_led_blink_new_data:
+625f 6fe1485a fetch 2 ,mem_mouse_no_data_timeout 
+6260 68494750 fetcht 2 ,mem_mouse_no_data_timer 
+6261 98460400 isub temp ,temp 
+6262 6fe14864 fetch 2 ,mem_adc_low_volatage_led_blink_timer 
+6263 98467c00 isub temp ,null 
+6264 24216271 nbranch mouse_low_voltage_led_blink_disable ,positive 
+6265 6fe0c593 fetch 1 ,mem_adc_low_volatage_led_blink_enable 
+6266 247a0000 nrtn blank 
+6267 70459301 jam 1 ,mem_adc_low_volatage_led_blink_enable 
+6268 20206269 branch mouse_low_voltage_led_blink_init 
+
+mouse_low_voltage_led_blink_init:
+6269 6fe14862 fetch 2 ,mem_mouse_low_v_led_blink_time 
+626a 67e145c9 store 2 ,mem_mouse_on_time 
+626b 67e145cb store 2 ,mem_mouse_off_time 
+626c 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+626d c29161b1 bbit1 mouse_enable_low_voltage_use_mode_led ,mouse_setting_led_gpio_comman 
+626e 6fe0c5bb fetch 1 ,mem_config_low_voltage_alarm_gpio 
+626f c17f8000 rtneq gpio_disable 
+6270 202061bb branch mouse_led_blink 
+
+mouse_low_voltage_led_blink_disable:
+6271 70459300 jam 0 ,mem_adc_low_volatage_led_blink_enable 
+6272 20206259 branch mouse_low_voltage_led_off 
+
+mouse_low_voltage_led_no_enter_lpm:
+6273 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+6274 c4108000 rtnbit0 mouse_enable_low_voltage_led 
+6275 c4020000 rtnbit0 mouse_low_voltage_flag 
+6276 c291e285 bbit1 mouse_enable_low_voltage_led_blink_n_second ,mouse_low_voltage_led_no_enter_lpm_blink 
+6277 6fe0c592 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+6278 1fe67c0a sub pdata ,10 ,null 
+6279 20216281 branch mouse_lpm_mode_clear ,positive 
+
+mouse_low_voltage_led_no_enter_lpm_next:
+627a 6fe0c5d1 fetch 1 ,mem_device_flag 
+627b c000627e beq mode_24g_device ,g24_transmit_by_interrupt_exit_check 
+627c 70409401 jam 1 ,mem_lpm_mode 
+627d 20600000 rtn 
+
+g24_transmit_by_interrupt_exit_check:
+627e 6fe44848 fetch mouse_flag_len ,mem_mouse_flag 
+627f c38c0000 rtnbit1 mouse_enable_24g_250hz 
+6280 20204d3f branch g24_transmit_by_interrupt_exit 
+
+mouse_lpm_mode_clear:
+6281 6fe0c5d1 fetch 1 ,mem_device_flag 
+6282 c0004d50 beq mode_24g_device ,g24_transmit_by_interrupt_enable 
+6283 70409400 jam 0 ,mem_lpm_mode 
+6284 20600000 rtn 
+
+mouse_low_voltage_led_no_enter_lpm_blink:
+6285 6fe0c593 fetch 1 ,mem_adc_low_volatage_led_blink_enable 
+6286 243a6281 nbranch mouse_lpm_mode_clear ,blank 
+6287 2020627a branch mouse_low_voltage_led_no_enter_lpm_next 
+
+mouse_store_signal_rssi:
+6288 20403a60 call rssi_hex2dec 
+6289 6fe08009 fetch 1 ,mem_rssi 
+628a 20204c4d branch rssi_signal 
+
+mouse_le_transmit:
+628b 20406288 call mouse_store_signal_rssi 
+628c 20204d5d branch power_ctrl_start 
+
+mouse_le_set_lpm_mult:
+628d 6fe0c813 fetch 1 ,mem_le_connect_status_flag 
+628e 2fe00603 compare 3 ,pdata ,3 
+628f 2420f644 nbranch disable_blank ,true 
+6290 20404e2c call app_lpm_mult_enable 
+6291 20207646 branch enable_blank 
+
+mouse_set_lpm_mult:
+6292 6fe1442f fetch 2 ,mem_ui_state_map 
+6293 c284e28d bbit1 ui_state_ble_connected ,mouse_le_set_lpm_mult 
+6294 20600000 rtn 
+
+shutter_init:
+6295 20406fd3 call enable_authrom 
+6296 20758000 rtn wake 
+6297 58006316 setarg shutter_le_before_hibernate 
+6298 67e1438a store 2 ,mem_cb_before_hibernate 
+6299 58006314 setarg shutter_process_lpm_before 
+629a 67e1438c store 2 ,mem_cb_before_lpm 
+629b 58006312 setarg shutter_process_idle 
+629c 67e14390 store 2 ,mem_cb_idle_process 
+629d 580062c3 setarg shutter_process_bb_event 
+629e 67e14392 store 2 ,mem_cb_bb_event_process 
+629f 580062bd setarg shutter_le_scale_lpm_lock 
+62a0 67e14388 store 2 ,mem_cb_check_wakelock 
+62a1 58006382 setarg ble_shutter_receive_data 
+62a2 67e14394 store 2 ,mem_cb_att_write 
+62a3 580062f9 setarg shutter_le_bb_event_timer 
+62a4 67e14398 store 2 ,mem_cb_event_timer 
+62a5 5800635d setarg shutter_key_change 
+62a6 67e14479 store 2 ,mem_cb_shutter_keycan 
+62a7 58006399 setarg shutter_soft_swtich_power_on 
+62a8 67e14474 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
+62a9 5800639a setarg shutter_soft_swtich_power_off 
+62aa 67e14476 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
+62ab 204062b8 call shutter_set_ble_version 
+62ac 20404142 call le_modified_name_adv 
+62ad 20406385 call shutter_init_param 
+62ae 20406d0f call keyscan_key_init 
+62af 2040711d call queue_init 
+62b0 20407018 call ui_led_init_global 
+62b1 44b0c00c bpatch patch0c_1 ,mem_patch0c 
+62b2 20406392 call shutter_load_buffer_config_form_datarom 
+62b3 6fe0c46f fetch 1 ,mem_shutter_hard_soft_switch_case 
+62b4 c00062ba beq hard_switch ,shutter_hart_swtich_power_on 
+62b5 6fe0c470 fetch 1 ,mem_shutter_soft_switch_button_gpio 
+62b6 67e0c432 store 1 ,mem_ui_button_gpio 
+62b7 202063a1 branch ui_soft_swtich_init 
+
+shutter_set_ble_version:
+62b8 70412007 jam 7 ,mem_version 
+62b9 20600000 rtn 
+
+shutter_hart_swtich_power_on:
+62ba 704432ff jam ui_button_gpio_disable ,mem_ui_button_gpio 
+62bb 70447101 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
+62bc 20206331 branch shutter_start_reconnect 
+
+shutter_le_scale_lpm_lock:
+62bd 6fe0c471 fetch 1 ,mem_shutter_soft_switch_power_state 
+62be c0014e09 beq ss_state_power_off ,app_get_lpm_wake_lock 
+62bf 204066b4 call l2cap_malloc_get_full_map 
+62c0 6fe0c3ee fetch 1 ,mem_used_map 
+62c1 243a4e09 nbranch app_get_lpm_wake_lock ,blank 
+62c2 20204e0b branch app_put_lpm_wake_lock 
+
+shutter_process_bb_event:
+62c3 1a627e00 copy regc ,pdata 
+62c4 c00a62cc beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
+62c5 c00ae2d0 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
+62c6 c01fe2d3 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
+62c7 c02062d9 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
+62c8 c00862df beq bt_evt_button_long_pressed ,shutter_process_soft_swtich_button_long_press 
+62c9 c01662e0 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
+62ca c016e2eb beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
+62cb 20600000 rtn 
+
+ble_shutter_process_baseband_connect:
+62cc 20406318 call shutter_stop_bluetooth_discovery 
+62cd 58000000 setarg 0 
+62ce 67e14449 store 2 ,mem_ble_shutter_reconn_timer 
+62cf 20204e26 branch app_led_off 
+
+ble_shutter_process_baseband_disconnect:
+62d0 2040711d call queue_init 
+62d1 70444200 jam 0 ,mem_ble_shutter_enable_notify 
+62d2 20206331 branch shutter_start_reconnect 
+
+ble_shutter_process_reconnect_complete:
+62d3 2040711d call queue_init 
+62d4 70444201 jam 1 ,mem_ble_shutter_enable_notify 
+62d5 6fe44453 fetch 8 ,mem_ble_shutter_interval_min 
+62d6 67e442a6 store 8 ,mem_le_interval_min 
+62d7 20404e2c call app_lpm_mult_enable 
+62d8 202045f3 branch le_l2cap_tx_update_req 
+
+ble_shutter_process_parse_connect_parameter_update_response:
+62d9 6fe1430f fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+62da c1000000 rtneq ble_signaling_connect_parameter_update_accepted 
+62db 6fe4445b fetch 8 ,mem_ble_shutter_interval_min_new 
+62dc 207a0000 rtn blank 
+62dd 67e442a6 store 8 ,mem_le_interval_min 
+62de 202045f3 branch le_l2cap_tx_update_req 
+
+shutter_process_soft_swtich_button_long_press:
+62df 202063b6 branch ui_soft_switch_botton_long_press 
+
+shutter_process_soft_swtich_button_down:
+62e0 6fe0c46f fetch 1 ,mem_shutter_hard_soft_switch_case 
+62e1 c1000000 rtneq hard_switch 
+62e2 6fe0c471 fetch 1 ,mem_shutter_soft_switch_power_state 
+62e3 c1808000 rtnne ss_state_power_on 
+62e4 204062e6 call shutter_store_currenct_led_state 
+62e5 20204e24 branch app_led_on 
+
+shutter_store_currenct_led_state:
+62e6 70467101 jam 1 ,mem_shutter_soft_swtich_botton_down 
+62e7 df20000b arg 11 ,loopcnt 
+62e8 d8a04672 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
+62e9 d8c0465b arg mem_shutter_led_struct_app_led ,contr 
+62ea 20207548 branch memcpy 
+
+shutter_process_soft_swtich_button_up:
+62eb 6fe0c46f fetch 1 ,mem_shutter_hard_soft_switch_case 
+62ec c1000000 rtneq hard_switch 
+62ed 6fe0c471 fetch 1 ,mem_shutter_soft_switch_power_state 
+62ee c000e2f0 beq ss_state_power_on ,shutter_load_currenct_led_state 
+62ef 202063b2 branch ui_soft_switch_botton_up 
+
+shutter_load_currenct_led_state:
+62f0 6fe0c671 fetch 1 ,mem_shutter_soft_swtich_botton_down 
+62f1 c1808000 rtnne 1 
+62f2 70467100 jam 0 ,mem_shutter_soft_swtich_botton_down 
+62f3 6fe1442f fetch 2 ,mem_ui_state_map 
+62f4 c284ce26 bbit1 ui_state_ble_connected ,app_led_off 
+62f5 df20000b arg 11 ,loopcnt 
+62f6 d8c04672 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
+62f7 d8a0465b arg mem_shutter_led_struct_app_led ,contw 
+62f8 20207548 branch memcpy 
+
+shutter_le_bb_event_timer:
+62f9 204062fc call shutter_check_sleep_timer 
+62fa 20406303 call shutter_check_power_off_timer 
+62fb 2020630d branch ble_shutter_reconn_timer 
+
+shutter_check_sleep_timer:
+62fc da60446d arg mem_shutter_sleep_timer ,regc 
+62fd da4062ff arg shutter_sleep_timeout ,regb 
+62fe 20204de8 branch timer_single_step_2b 
+
+shutter_sleep_timeout:
+62ff 70447102 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
+6300 20404e26 call app_led_off 
+6301 20406342 call shutter_disconnect_current_connection 
+6302 2020639e branch shutter_wait_power_off 
+
+shutter_check_power_off_timer:
+6303 da60467e arg mem_shutter_power_off_timer ,regc 
+6304 da406306 arg shutter_check_power_off_timeout ,regb 
+6305 20204de1 branch timer_single_step 
+
+shutter_check_power_off_timeout:
+6306 6fe1442f fetch 2 ,mem_ui_state_map 
+6307 c284e39e bbit1 ui_state_ble_connected ,shutter_wait_power_off 
+6308 6fe0c65b fetch 1 ,mem_shutter_led_struct_app_led_type 
+6309 c000e39e beq ui_led_state_blink_start ,shutter_wait_power_off 
+630a c002639e beq ui_led_state_blink_lighting ,shutter_wait_power_off 
+630b c002e39e beq ui_led_state_blink_darking ,shutter_wait_power_off 
+630c 20204e28 branch app_enter_hibernate 
+
+ble_shutter_reconn_timer:
+630d 6fe0c471 fetch 1 ,mem_shutter_soft_switch_power_state 
+630e c1808000 rtnne ss_state_power_on 
+630f da604449 arg mem_ble_shutter_reconn_timer ,regc 
+6310 da40631f arg shutter_start_bluetooth_discovery ,regb 
+6311 20204de8 branch timer_single_step_2b 
+
+shutter_process_idle:
+6312 2040636e call shutter_send_data_to_master 
+6313 20206d40 branch keyscan_key_process 
+
+shutter_process_lpm_before:
+6314 20406c74 call gpio_set_before_lpm 
+6315 20206d34 branch keyscan_process_lpm_before 
+
+shutter_le_before_hibernate:
+6316 20406c74 call gpio_set_before_lpm 
+6317 20206fd7 branch disable_authrom 
+
+shutter_stop_bluetooth_discovery:
+6318 6fe0c437 fetch 1 ,mem_shutter_bluetooth_type 
+6319 c280631b bbit1 ble_shutter ,ble_shutter_stop_bluetooth_discovery 
+631a 20600000 rtn 
+
+ble_shutter_stop_bluetooth_discovery:
+631b 6fe14469 fetch 2 ,mem_ble_shutter_connect_timeout 
+631c 67e1446b store 2 ,mem_shutter_sleep_timeout 
+631d 67e1446d store 2 ,mem_shutter_sleep_timer 
+631e 20204e16 branch app_ble_stop_adv 
+
+shutter_start_bluetooth_discovery:
+631f 6fe0c471 fetch 1 ,mem_shutter_soft_switch_power_state 
+6320 c1808000 rtnne ss_state_power_on 
+6321 6fe0c437 fetch 1 ,mem_shutter_bluetooth_type 
+6322 c2806324 bbit1 ble_shutter ,ble_shutter_start_discovery 
+6323 20600000 rtn 
+
+ble_shutter_start_discovery:
+6324 6fe1442f fetch 2 ,mem_ui_state_map 
+6325 c3848000 rtnbit1 ui_state_ble_connected 
+6326 6fe14467 fetch 2 ,mem_ble_shutter_discovery_timeout 
+6327 67e1446b store 2 ,mem_shutter_sleep_timeout 
+6328 67e1446d store 2 ,mem_shutter_sleep_timer 
+6329 6fe14445 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
+632a 204063c7 call shutter_ble_adv_interval_set 
+632b 20404e22 call app_led_start_blink 
+632c 6fe2444f fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
+632d 67e2465e store 4 ,mem_shutter_led_struct_app_led_on_time 
+632e 6fe1442f fetch 2 ,mem_ui_state_map 
+632f c3858000 rtnbit1 ui_state_ble_adv 
+6330 20204e18 branch app_ble_start_adv 
+
+shutter_start_reconnect:
+6331 6fe0c471 fetch 1 ,mem_shutter_soft_switch_power_state 
+6332 c1808000 rtnne ss_state_power_on 
+6333 6fe0c437 fetch 1 ,mem_shutter_bluetooth_type 
+6334 c2806336 bbit1 ble_shutter ,ble_shutter_start_reconnect 
+6335 20600000 rtn 
+
+ble_shutter_start_reconnect:
+6336 6fe14449 fetch 2 ,mem_ble_shutter_reconn_timer 
+6337 68494447 fetcht 2 ,mem_ble_shutter_reconn_timeout 
+6338 60494449 storet 2 ,mem_ble_shutter_reconn_timer 
+6339 247a0000 nrtn blank 
+633a 6fe14443 fetch 2 ,mem_ble_shutter_reconn_adv_interval 
+633b 204063c7 call shutter_ble_adv_interval_set 
+633c 20404e22 call app_led_start_blink 
+633d 6fe2444b fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
+633e 67e2465e store 4 ,mem_shutter_led_struct_app_led_on_time 
+633f 6fe1442f fetch 2 ,mem_ui_state_map 
+6340 c3858000 rtnbit1 ui_state_ble_adv 
+6341 20204e18 branch app_ble_start_adv 
+
+shutter_disconnect_current_connection:
+6342 6fe1442f fetch 2 ,mem_ui_state_map 
+6343 c284ce20 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+6344 20206318 branch shutter_stop_bluetooth_discovery 
+
+shutter_check_data_enable:
+6345 20407638 call disable_user 
+6346 6fe1442f fetch 2 ,mem_ui_state_map 
+6347 c284e349 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
+6348 20600000 rtn 
+
+shutter_check_ble_data_enable:
+6349 6fe0c442 fetch 1 ,mem_ble_shutter_enable_notify 
+634a 207a0000 rtn blank 
+634b 20207636 branch enable_user 
+
+shutter_check_bluetooth_conn:
+634c 20407638 call disable_user 
+634d 6fe1442f fetch 2 ,mem_ui_state_map 
+634e c3848000 rtnbit1 ui_state_ble_connected 
+634f 20207636 branch enable_user 
+
+shutter_change_bluetooth_status_bt_disconn:
+6350 6fe0c437 fetch 1 ,mem_shutter_bluetooth_type 
+6351 c2806353 bbit1 ble_shutter ,ble_shutter_change_bluetooth_status_bt_disconn 
+6352 20600000 rtn 
+
+ble_shutter_change_bluetooth_status_bt_disconn:
+6353 20206331 branch shutter_start_reconnect 
+
+shutter_check_send_data:
+6354 78567c00 disable user2 
+6355 6fe1446b fetch 2 ,mem_shutter_sleep_timeout 
+6356 67e1446d store 2 ,mem_shutter_sleep_timer 
+6357 2040634c call shutter_check_bluetooth_conn 
+6358 20346350 branch shutter_change_bluetooth_status_bt_disconn ,user 
+6359 20406345 call shutter_check_data_enable 
+635a 24740000 nrtn user 
+635b 78367c00 enable user2 
+635c 20600000 rtn 
+
+shutter_key_change:
+635d 20406354 call shutter_check_send_data 
+635e 24760000 nrtn user2 
+635f 1a227e00 deposit rega 
+6360 203a6364 branch shutter_key_release ,blank 
+
+shutter_key_press:
+6361 20404e24 call app_led_on 
+6362 da604483 arg mem_key0_press ,regc 
+6363 20206366 branch push_queue_press_or_release 
+
+shutter_key_release:
+6364 20404e26 call app_led_off 
+6365 da6044ab arg mem_key0_release ,regc 
+
+push_queue_press_or_release:
+6366 dfe00005 arg max_queue_num ,pdata 
+6367 98effe00 imul32 queue ,pdata 
+6368 9a60a600 iadd regc ,regc 
+
+push_buffer_in_queue:
+6369 efe08013 ifetch 1 ,regc 
+636a 207a0000 rtn blank 
+636b 2040637a call queue_push_one_byte 
+636c 1a60a601 increase 1 ,regc 
+636d 20206369 branch push_buffer_in_queue 
+
+shutter_send_data_to_master:
+636e 6fe1442f fetch 2 ,mem_ui_state_map 
+636f c284e371 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
+6370 20600000 rtn 
+
+pop_queue_to_ble_data:
+6371 20404203 call le_fifo_check_nearly_full 
+6372 247a0000 nrtn blank 
+6373 2040637d call queue_pop_one_byte 
+6374 24740000 nrtn user 
+6375 1fe0ffff pincrease -1 
+6376 1feffe05 mul32 pdata ,shutter_ble_data_buffer ,pdata 
+6377 d84044d3 arg mem_ble_data_buffer1 ,temp 
+6378 98408c00 iadd temp ,contr 
+6379 202063cb branch le_send_notify_from_list 
+
+queue_push_one_byte:
+637a 67e084c4 store 1 ,mem_pdatatemp 
+637b da2004c4 arg mem_pdatatemp ,rega 
+637c 20207122 branch queue_push 
+
+queue_pop_one_byte:
+637d da2004c4 arg mem_pdatatemp ,rega 
+637e 2040713a call queue_pop 
+637f 24740000 nrtn user 
+6380 6fe084c4 fetch 1 ,mem_pdatatemp 
+6381 20600000 rtn 
+
+ble_shutter_receive_data:
+6382 6fe1436b fetch 2 ,mem_le_att_handle 
+6383 c00c62d3 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
+6384 20600000 rtn 
+
+shutter_init_param:
+6385 58000002 setarg 0x02 
+6386 67e0c67d store 1 ,mem_shutter_power_off_timeout 
+6387 58200008 setarg 0x00200008 
+6388 67e24453 store 4 ,mem_ble_shutter_interval_min 
+6389 592c0005 setarg 0x012c0005 
+638a e7e20005 istore 4 ,contw 
+638b 7042b417 jam 0x17 ,mem_le_local_mtu 
+638c 5800001b setarg 0x1b 
+638d 67e14305 store 2 ,mem_le_pairing_handle 
+638e 2040419e call le_set_config_fixed_ltk 
+638f 204041ba call le_set_fixed_ltk 
+6390 204041c7 call le_set_justwork 
+6391 202041a6 branch le_set_config_read_authentication 
+
+shutter_load_buffer_config_form_datarom:
+6392 df200028 arg ble_key_value_list_size ,loopcnt 
+6393 d8a044d3 arg mem_ble_data_buffer1 ,contw 
+6394 d8c094f9 arg ble_shutter_key_value_list_addr ,contr 
+6395 2020753b branch memcpy_fast 
+
+shutter_load_ble_gatt_form_datarom:
+6396 df200139 arg ble_gatt_list_size ,loopcnt 
+6397 d8c093c0 arg ble_shutter_gatt_list_addr ,contr 
+6398 2020753b branch memcpy_fast 
+
+shutter_soft_swtich_power_on:
+6399 20206331 branch shutter_start_reconnect 
+
+shutter_soft_swtich_power_off:
+639a da200000 arg 0 ,rega 
+639b da604666 arg mem_shutter_power_off_led_style ,regc 
+639c 20407036 call ui_led_set_style_global 
+639d 20406342 call shutter_disconnect_current_connection 
+
+shutter_wait_power_off:
+639e 6fe0c67d fetch 1 ,mem_shutter_power_off_timeout 
+639f 67e0c67e store 1 ,mem_shutter_power_off_timer 
+63a0 20600000 rtn 
+
+ui_soft_swtich_init:
+63a1 58000000 setarg ss_state_power_up 
+63a2 204063ad call ui_soft_swtich_init_power_on_time 
+63a3 70442a01 jam ui_button_state_up ,mem_ui_button_last_state 
+63a4 20406fe2 call ui_button_init 
+63a5 20406fec call ui_button_polling 
+
+ui_soft_switch_first_power_on:
+63a6 6fe0c684 fetch 1 ,mem_shutter_soft_switch_first_power_on 
+63a7 203a63aa branch ui_soft_swtich_init_next ,blank 
+63a8 6fe084f1 fetch 1 ,mem_wakup_from_power_flag 
+63a9 c30163b9 bbit0 2 ,ui_soft_switch_power_on 
+
+ui_soft_swtich_init_next:
+63aa 6fe1442f fetch 2 ,mem_ui_state_map 
+63ab c3860000 rtnbit1 ui_state_btn_down 
+63ac 20204e28 branch app_enter_hibernate 
+
+ui_soft_swtich_init_power_on_time:
+63ad 684943de fetcht 2 ,mem_power_param_ptr 
+63ae e7e08002 istore 1 ,temp 
+63af efe08005 ifetch 1 ,contw 
+63b0 67e0c431 store 1 ,mem_ui_button_timeout 
+63b1 20600000 rtn 
+
+ui_soft_switch_botton_up:
+63b2 6fe143de fetch 2 ,mem_power_param_ptr 
+63b3 efe0803f ifetch 1 ,pdata 
+63b4 c1800000 rtnne ss_state_power_up 
+63b5 20204e28 branch app_enter_hibernate 
+
+ui_soft_switch_botton_long_press:
+63b6 684943de fetcht 2 ,mem_power_param_ptr 
+63b7 efe08002 ifetch 1 ,temp 
+63b8 c000e3c1 beq ss_state_power_on ,ui_soft_switch_power_off 
+
+ui_soft_switch_power_on:
+63b9 58000001 setarg ss_state_power_on 
+63ba 684943de fetcht 2 ,mem_power_param_ptr 
+63bb e7e08002 istore 1 ,temp 
+63bc 18408c02 add temp ,ss_power_off_time ,contr 
+63bd efe08006 ifetch 1 ,contr 
+63be e7e08031 istore 1 ,mem_ui_button_timeout 
+63bf efe10006 ifetch 2 ,contr 
+63c0 202075e6 branch callback_func 
+
+ui_soft_switch_power_off:
+63c1 58000002 setarg ss_state_power_off 
+63c2 204063ad call ui_soft_swtich_init_power_on_time 
+63c3 18408c05 add temp ,ss_power_off_cb ,contr 
+63c4 efe10006 ifetch 2 ,contr 
+63c5 203a4e28 branch app_enter_hibernate ,blank 
+63c6 202075e6 branch callback_func 
+
+shutter_ble_adv_interval_set:
+63c7 67e140a5 store 2 ,mem_lpm_interval 
+63c8 1fe0fffc increase -4 ,pdata 
+63c9 67e1435c store 2 ,mem_le_adv_interval 
+63ca 20600000 rtn 
+
+le_send_notify_from_list:
+63cb efe08006 ifetch 1 ,contr 
+63cc 1fe22200 copy pdata ,rega 
+63cd e8410006 ifetcht 2 ,contr 
+63ce 204074d3 call store_contr 
+63cf 20404546 call le_att_malloc_tx_notify 
+63d0 1a227200 copy rega ,loopcnt 
+63d1 204074cd call get_contr 
+63d2 20207548 branch memcpy 
+
+shutter_default_init:
+63d3 6fe1467f fetch 2 ,mem_shutter_key_conf0_temp 
+63d4 67e1447b store 2 ,mem_shutter_key_conf0 
+63d5 6fe0c681 fetch 1 ,mem_shutter_led_struct_app_led_gpio_temp 
+63d6 67e0c65d store 1 ,mem_shutter_led_struct_app_led_gpio 
+63d7 67e0c668 store 1 ,mem_shutter_power_off_led_style_gpio 
+63d8 6fe0c682 fetch 1 ,mem_shutter_hard_soft_switch_case_temp 
+63d9 67e0c46f store 1 ,mem_shutter_hard_soft_switch_case 
+63da 6fe0c683 fetch 1 ,mem_shutter_soft_switch_button_gpio_temp 
+63db 67e0c470 store 1 ,mem_shutter_soft_switch_button_gpio 
+63dc 70443701 jam 0x01 ,mem_shutter_bluetooth_type 
+63dd 58000030 setarg 0x0030 
+63de 67e14440 store 2 ,mem_classic_shutter_random_mac_offset_addr 
+63df 58000000 setarg 0x0000 
+63e0 67e14438 store 2 ,mem_shutter_config_eeprom_offset_addr 
+63e1 58000002 setarg 0x0002 
+63e2 67e14483 store 2 ,mem_key0_press 
+63e3 67e14488 store 2 ,mem_key1_press 
+63e4 58000006 setarg 0x0006 
+63e5 67e144ab store 2 ,mem_key0_release 
+63e6 67e144b0 store 2 ,mem_key1_release 
+63e7 58000007 setarg 0x0007 
+63e8 67e1448d store 2 ,mem_key2_press 
+63e9 58000008 setarg 0x0008 
+63ea 67e144b5 store 2 ,mem_key2_release 
+63eb 58004471 setarg mem_shutter_soft_switch_power_state 
+63ec 67e143de store 2 ,mem_power_param_ptr 
+63ed 58201400 setarg 0x201400 
+63ee 67e1c471 store 3 ,mem_shutter_soft_switch_power_state 
+63ef 70409401 jam 0x01 ,mem_lpm_mode 
+63f0 58000100 setarg 0x0100 
+63f1 67e140a5 store 2 ,mem_lpm_interval 
+63f2 7040a708 jam 0x08 ,mem_lpm_overhead 
+63f3 7040c105 jam 0x05 ,mem_lpm_mult 
+63f4 7040c202 jam 0x02 ,mem_lpm_mult_timeout 
+63f5 58000096 setarg 0x0096 
+63f6 67e1444b store 2 ,mem_ble_shutter_reconn_blink_on_time 
+63f7 e7e10005 istore 2 ,contw 
+63f8 58000296 setarg 0x0296 
+63f9 67e1444f store 2 ,mem_ble_shutter_discovery_blink_on_time 
+63fa e7e10005 istore 2 ,contw 
+63fb 38000010 setsect 0 ,0x10 
+63fc 38048008 setsect 1 ,0x8008 
+63fd 380ac000 setsect 2 ,0x2c000 
+63fe 380c0004 setsect 3 ,0x04 
+63ff 67e4445b store 8 ,mem_ble_shutter_interval_min_new 
+6400 70443401 jam 0x01 ,mem_ui_led_struct_num 
+6401 5800465b setarg mem_shutter_led_struct_app_led 
+6402 67e14435 store 2 ,mem_ui_led_struct_ptr 
+6403 58000000 setarg 0x0000 
+6404 67e1465b store 2 ,mem_shutter_led_struct_app_led 
+6405 380001a0 setsect 0 ,0x1a0 
+6406 38040068 setsect 1 ,0x68 
+6407 38080000 setsect 2 ,0x00 
+6408 380c0000 setsect 3 ,0x00 
+6409 67e4465e store 8 ,mem_shutter_led_struct_app_led_on_time 
+640a 58000301 setarg 0x0301 
+640b 67e14666 store 2 ,mem_shutter_power_off_led_style 
+640c 380001a0 setsect 0 ,0x1a0 
+640d 380400e8 setsect 1 ,0xe8 
+640e 38080000 setsect 2 ,0x00 
+640f 380c0000 setsect 3 ,0x00 
+6410 67e44669 store 8 ,mem_shutter_power_off_led_style_on_time 
+6411 5800000e setarg 0x000e 
+6412 67e14443 store 2 ,mem_ble_shutter_reconn_adv_interval 
+6413 58000140 setarg 0x0140 
+6414 67e14445 store 2 ,mem_ble_shutter_discovery_adv_interval 
+6415 67e1435c store 2 ,mem_le_adv_interval 
+6416 58000050 setarg 0x0050 
+6417 67e14447 store 2 ,mem_ble_shutter_reconn_timeout 
+6418 70436607 jam 0x07 ,mem_le_adv_channel_map 
+6419 70435b00 jam 0x00 ,mem_le_adv_enable 
+641a 380000fb setsect 0 ,0xfb 
+641b 3806c212 setsect 1 ,0x2c212 
+641c 3808800f setsect 2 ,0x800f 
+641d 380c0021 setsect 3 ,0x21 
+641e 67e44380 store 8 ,mem_local_rx_max_octets 
+641f 38000bb8 setsect 0 ,0x0bb8 
+6420 380402ee setsect 1 ,0x02ee 
+6421 67e24467 store 4 ,mem_ble_shutter_discovery_timeout 
+6422 5800458c setarg mem_queue_each_size 
+6423 67e143b0 store 2 ,mem_queue_ptr 
+6424 58002001 setarg 0x2001 
+6425 67e1458c store 2 ,mem_queue_each_size 
+6426 70431b1f jam 0x1f ,mem_le_adv_data_len 
+6427 38010102 setsect 0 ,0x10102 
+6428 380480c1 setsect 1 ,0x80c1 
+6429 38098120 setsect 2 ,0x18120 
+642a 380c640c setsect 3 ,0x640c 
+642b 67e4c31c store 9 ,mem_le_adv_data 
+642c 380003c1 setsect 0 ,0x3c1 
+642d e7e10005 istore 2 ,contw 
+642e 70433b1f jam 0x1f ,mem_le_scan_data_len 
+642f 3802090d setsect 0 ,0x2090d 
+6430 38074c15 setsect 1 ,0x34c15 
+6431 380a8532 setsect 2 ,0x28532 
+6432 380dd1d5 setsect 3 ,0x1d1d5 
+6433 67e4c33c store 9 ,mem_le_scan_data 
+6434 38026574 setsect 0 ,0x26574 
+6435 3804001c setsect 1 ,0x1c 
+6436 e7e18005 istore 3 ,contw 
+6437 58004478 setarg mem_shutter_keyscan 
+6438 67e143da store 2 ,mem_keyscan_ptr 
+6439 70447802 jam 0x02 ,mem_shutter_key_num 
+643a 580045b1 setarg mem_shutter_nv_data 
+643b 67e143ad store 2 ,mem_nv_data_ptr 
+643c 7043af05 jam 0x05 ,mem_nv_data_number 
+643d 580093c0 setarg ble_shutter_gatt_list_addr 
+643e 67e142ca store 2 ,mem_ui_le_uuid_table 
+643f 20600000 rtn 
+
+rf_debug_rx_gpio_low:
+6440 6fe0c3ec fetch 1 ,mem_rf_debug_rx_gpio 
+
+rf_debug_gpio_low:
+6441 d840003e arg gpcfg_output_low ,temp 
+6442 20206c67 branch gpio_config_function 
+
+rf_debug_rx_on_line:
+
+rf_debug_rx_gpio_high:
+6443 6fe0c3ec fetch 1 ,mem_rf_debug_rx_gpio 
+
+rf_debug_gpio_high:
+6444 d840003f arg gpcfg_output_high ,temp 
+6445 20206c67 branch gpio_config_function 
+
+rf_debug_rx_gpio_h_l_h:
+6446 20406443 call rf_debug_rx_gpio_high 
+
+rf_debug_rx_gpio_l_h:
+6447 20406440 call rf_debug_rx_gpio_low 
+6448 20206443 branch rf_debug_rx_gpio_high 
+
+rf_debug_rx_gpio_l_h_l:
+
+rf_debug_shutdown_radio_line:
+6449 20406447 call rf_debug_rx_gpio_l_h 
+
+rf_debug_rx_crc_line:
+644a 20206440 branch rf_debug_rx_gpio_low 
+
+rf_debug_rx_sync_line:
+644b 20206447 branch rf_debug_rx_gpio_l_h 
+
+rf_debug_rx_crc_fail_line:
+644c 20406447 call rf_debug_rx_gpio_l_h 
+644d 20206449 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:
+644e 20206440 branch rf_debug_rx_gpio_low 
+
+rf_debug_tx_off_line:
+
+rf_debug_tx_gpio_low:
+644f 6fe0c3ed fetch 1 ,mem_rf_debug_tx_gpio 
+6450 20206441 branch rf_debug_gpio_low 
+
+rf_debug_tx_on_line:
+
+rf_debug_tx_gpio_high:
+6451 6fe0c3ed fetch 1 ,mem_rf_debug_tx_gpio 
+6452 20206444 branch rf_debug_gpio_high 
+
+rf_debug_tx_gpio_l_h_l:
+6453 2040644f call rf_debug_tx_gpio_low 
+6454 20406451 call rf_debug_tx_gpio_high 
+6455 2020644f branch rf_debug_tx_gpio_low 
+
+fcc_auth_config:
+6456 2040649f call pp_pn9 
+6457 20206458 branch fcc_auth_procedures 
+
+fcc_auth_procedures:
+6458 44b2c00c bpatch patch0c_5 ,mem_patch0c 
+6459 7001e801 jam fcc_data_rate_1mbps ,mem_fcc_mod 
+645a 7001ea01 jam fcc_bt_mode ,mem_fcc_btble 
+645b 7001ec19 jam fcc_len_dh1 ,mem_fcc_data_length 
+645c 7001ed02 jam fcc_fixed_freq ,mem_fcc_hop 
+645d 6fe101ef fetch 2 ,mem_fcc_config_cb 
+645e 204075e6 call callback_func 
+645f 6fe401e7 fetch fcc_para_len ,mem_fcc_param 
+6460 67e401df store fcc_para_len ,mem_fcc_param_new 
+6461 6fe081ee fetch 1 ,mem_fcc_tx_power 
+6462 67e0c116 store 1 ,mem_tx_power 
+6463 6fe081e9 fetch 1 ,mem_fcc_txrx 
+6464 c000e466 beq fcc_tx ,fcc_auth_tx_start 
+6465 c00164f7 beq fcc_rx ,fcc_auth_rx_start 
+
+fcc_auth_tx_start:
+6466 684881e7 fetcht 1 ,mem_fcc_ch 
+6467 6fe081ea fetch 1 ,mem_fcc_btble 
+6468 c001646a beq fcc_ble_mode ,fcc_auth_ble_tx_on 
+6469 c000e486 beq fcc_bt_mode ,fcc_auth_bt_tx_on 
+
+fcc_auth_ble_tx_on:
+646a 44b3400c bpatch patch0c_6 ,mem_patch0c 
+646b 204064e4 call fcc_set_sync_on 
+646c 204039c9 call set_freq_tx 
+646d 204064b2 call fcc_le_enable 
+646e 79202a00 set1 txgfsk ,radio_ctrl 
+646f 782efc00 enable encode_fec0 
+6470 78307c00 enable is_tx 
+6471 7850fc00 disable is_rx 
+6472 20403dc2 call le_wait_tx 
+6473 6fe081eb fetch 1 ,mem_fcc_data 
+6474 67f0890d store 1 ,core_tx_test_mode 
+6475 20206476 branch fcc_auth_tx_data 
+
+fcc_auth_tx_data:
+6476 44b3c00c bpatch patch0c_7 ,mem_patch0c 
+6477 6fe081e8 fetch 1 ,mem_fcc_mod 
+6478 c000e479 beq fcc_data_rate_1mbps ,calculate_gfsk_modulation_length 
+
+calculate_gfsk_modulation_length:
+6479 6fe081ec fetch 1 ,mem_fcc_data_length 
+647a c00ce47d beq fcc_len_dh1 ,calculate_gfsk_modulation_length_dh1 
+647b c03c6480 beq fcc_len_dh3 ,calculate_gfsk_modulation_length_dh3 
+647c c0786483 beq fcc_len_dh5 ,calculate_gfsk_modulation_length_dh5 
+
+calculate_gfsk_modulation_length_dh1:
+647d df200035 arg 53 ,loopcnt 
+647e d8c00b00 arg mem_pn9 ,contr 
+647f 202064d5 branch pnloop_stable 
+
+calculate_gfsk_modulation_length_dh3:
+6480 df2000cb arg 203 ,loopcnt 
+6481 d8c00b00 arg mem_pn9 ,contr 
+6482 202064d5 branch pnloop_stable 
+
+calculate_gfsk_modulation_length_dh5:
+6483 df200162 arg 354 ,loopcnt 
+6484 d8c00b00 arg mem_pn9 ,contr 
+6485 202064d5 branch pnloop_stable 
+
+fcc_auth_bt_tx_on:
+6486 44b4400d bpatch patch0d_0 ,mem_patch0d 
+6487 204064e4 call fcc_set_sync_on 
+6488 204039c9 call set_freq_tx 
+6489 7843fc00 disable enable_white 
+648a 782efc00 enable encode_fec0 
+648b 78307c00 enable is_tx 
+648c 684881e8 fetcht 1 ,mem_fcc_mod 
+648d 18422a00 copy temp ,radio_ctrl 
+648e 6fe081eb fetch 1 ,mem_fcc_data 
+648f 67f0890d store 1 ,core_tx_test_mode 
+6490 c0006476 beq 0 ,fcc_auth_tx_data 
+
+test_tx_carrier_loop:
+6491 44b4c00d bpatch patch0d_1 ,mem_patch0d 
+6492 6fe081ec fetch 1 ,mem_fcc_data_length 
+6493 1fe27200 copy pdata ,loopcnt 
+6494 d8c00b00 arg mem_pn9 ,contr 
+
+pnloop_carrier:
+6495 efe08006 ifetch 1 ,contr 
+6496 08008608 inject mod ,8 
+6497 c2006495 loop pnloop_carrier 
+6498 6fe101ef fetch 2 ,mem_fcc_config_cb 
+6499 204075e6 call callback_func 
+649a 6fe401e7 fetch fcc_para_len ,mem_fcc_param 
+649b 684c01df fetcht fcc_para_len ,mem_fcc_param_new 
+649c 98467c00 isub temp ,null 
+649d 2022e491 branch test_tx_carrier_loop ,zero 
+649e 20206458 branch fcc_auth_procedures 
+
+pp_pn9:
+649f df2003fe arg mem_pn9_size ,loopcnt 
+64a0 d8a00b00 arg mem_pn9 ,contw 
+64a1 580001ff setarg 0x1ff 
+64a2 18002400 force 0 ,regb 
+
+pp_pn9_loop:
+64a3 1fe92200 rshift3 pdata ,rega 
+64a4 1a232200 rshift rega ,rega 
+64a5 9a22a200 ixor rega ,rega 
+64a6 2a2ffe00 isolate1 0 ,rega 
+64a7 7920fe09 setflag true ,9 ,pdata 
+64a8 18430400 rshift temp ,temp 
+64a9 2feffe00 isolate1 0 ,pdata 
+64aa 79208407 setflag true ,7 ,temp 
+64ab 1fe37e00 rshift pdata ,pdata 
+64ac 1a40a401 increase 1 ,regb 
+64ad 2a400e00 compare 0 ,regb ,0x7 
+64ae 2420e4a3 nbranch pp_pn9_loop ,true 
+64af e0408005 istoret 1 ,contw 
+64b0 c20064a3 loop pp_pn9_loop 
+64b1 20600000 rtn 
+
+fcc_le_enable:
+64b2 44b5400d bpatch patch0d_2 ,mem_patch0d 
+64b3 793f802f set0 mark_ble_lr ,mark 
+64b4 70890103 jam 0x03 ,0x8901 
+64b5 70892084 jam 0x84 ,0x8920 
+64b6 708925a7 jam 0xa7 ,0x8925 
+64b7 70893003 jam 0x03 ,0x8930 
+64b8 70893740 jam 0x40 ,0x8937 
+64b9 708a6d85 jam 0x85 ,0x8a6d 
+64ba 708a6d89 jam 0x89 ,core_rx_bq_cfg0 
+64bb 6fe08164 fetch 1 ,mem_le_mode 
+64bc c3968000 rtnbit1 mark_ble_2m 
+64bd 70890101 jam 0x01 ,0x8901 
+64be 70892080 jam 0x80 ,0x8920 
+64bf 708a6d05 jam 0x05 ,0x8a6d 
+64c0 708a6d09 jam 0x09 ,core_rx_bq_cfg0 
+64c1 7920002f set1 mark_ble_lr ,mark 
+64c2 70890105 jam 0x05 ,0x8901 
+64c3 70893024 jam 0x24 ,0x8930 
+64c4 7089340a jam 0x0a ,0x8934 
+64c5 20600000 rtn 
+
+fcc_shutdown_radio:
+64c6 44b5c00d bpatch patch0d_3 ,mem_patch0d 
+64c7 18002a08 force 0x08 ,radio_ctrl 
+64c8 18002a00 force 0 ,radio_ctrl 
+64c9 7850fc00 disable is_rx 
+64ca 78507c00 disable is_tx 
+64cb 782f7c00 pulse packet_end 
+64cc 70890005 jam 0x5 ,modem_en 
+64cd 20000002 nop 2 
+64ce 70890000 jam 0x0 ,modem_en 
+64cf 204064e4 call fcc_set_sync_on 
+64d0 708a1600 jam 0 ,core_syn_en 
+64d1 708a0a10 jam 0x10 ,core_rf_ldo_en0 
+64d2 708a0b00 jam 0 ,core_rf_ldo_en1 
+64d3 20600000 rtn 
+
+fcc_test_ble_bt_tx_off:
+64d4 202064c6 branch fcc_shutdown_radio 
+
+pnloop_stable:
+64d5 efe08006 ifetch 1 ,contr 
+64d6 08008608 inject mod ,8 
+64d7 c20064d5 loop pnloop_stable 
+64d8 204064d4 call fcc_test_ble_bt_tx_off 
+64d9 78287c00 enable swfine 
+64da db600350 arg 0x350 ,stop_watch 
+
+stable_stop:
+64db 2021e458 branch fcc_auth_procedures ,timeout 
+64dc 6fe101ef fetch 2 ,mem_fcc_config_cb 
+64dd 204075e6 call callback_func 
+64de 6fe401e7 fetch fcc_para_len ,mem_fcc_param 
+64df 684c01df fetcht fcc_para_len ,mem_fcc_param_new 
+64e0 98467c00 isub temp ,null 
+64e1 2022e4db branch stable_stop ,zero 
+64e2 204064d4 call fcc_test_ble_bt_tx_off 
+64e3 20206458 branch fcc_auth_procedures 
+
+fcc_set_sync_on:
+64e4 44b6400d bpatch patch0d_4 ,mem_patch0d 
+64e5 70890005 jam 0x5 ,modem_en 
+64e6 20000002 nop 2 
+64e7 70890000 jam 0x0 ,modem_en 
+64e8 708a10aa jam 0xaa ,core_rf_ldo_cfg4 
+64e9 708a11aa jam 0xaa ,core_rf_ldo_cfg5 
+64ea 708a1215 jam 0x15 ,core_rf_ldo_cfg6 
+64eb 708a0af8 jam 0xf8 ,core_rf_ldo_en0 
+64ec 708a0b04 jam 4 ,core_rf_ldo_en1 
+64ed 20000078 nop 120 
+64ee 708a167a jam 0x7a ,core_syn_en 
+64ef 708a1700 jam 0 ,core_rx_en0 
+64f0 708a1800 jam 0 ,core_rx_en1 
+64f1 708a1900 jam 0 ,core_tx_en0 
+64f2 708a1a00 jam 0 ,core_tx_en1 
+64f3 708a112a jam 0x2a ,core_rf_ldo_cfg5 
+64f4 708a0a78 jam 0x78 ,core_rf_ldo_en0 
+64f5 708a4300 jam 0 ,core_syn_cal_ctrl 
+64f6 20600000 rtn 
+
+fcc_auth_rx_start:
+64f7 20406500 call fcc_test_ble_rx_on 
+
+fcc_test_rx_loop:
+64f8 44b6c00d bpatch patch0d_5 ,mem_patch0d 
+64f9 6fe101ef fetch 2 ,mem_fcc_config_cb 
+64fa 204075e6 call callback_func 
+64fb 6fe401e7 fetch fcc_para_len ,mem_fcc_param 
+64fc 684c01df fetcht fcc_para_len ,mem_fcc_param_new 
+64fd 98467c00 isub temp ,null 
+64fe 2022e4f8 branch fcc_test_rx_loop ,zero 
+64ff 20206458 branch fcc_auth_procedures 
+
+fcc_test_ble_rx_on:
+6500 44b7400d bpatch patch0d_6 ,mem_patch0d 
+6501 204064d4 call fcc_test_ble_bt_tx_off 
+6502 20403954 call set_freq_rx 
+6503 58000500 setarg param_pll_setup 
+6504 20403abc call sleep 
+6505 2020396a branch rf_rx_enable 
+
+hci_init:
+6506 20800000 clear_stack 
+6507 20406df0 call wdt_set_disable 
+6508 20406511 call hci_init_clksel_xtal 
+6509 20406513 call hci_init_uart_default_config 
+650a 20406527 call hci_init_uart_config 
+650b 20406543 call hci_init_pwm_default_config 
+650c 20406547 call hci_init_pwm 
+650d 70056401 jam 1 ,mem_hci_command_complete_num_hci_command_packet 
+650e 70056104 jam hci_h4_type_event ,mem_hci_event_head_type 
+
+hci_process_loop:
+650f 20406552 call hci_process_check_uart_rx 
+6510 2020650f branch hci_process_loop 
+
+hci_init_clksel_xtal:
+6511 70804204 jam clksel_xtal ,core_clksel 
+6512 20600000 rtn 
+
+hci_init_uart_default_config:
+6513 20406517 call hci_init_uart_default_config_tx 
+6514 2040651b call hci_init_uart_default_config_rx 
+6515 2040651f call hci_init_uart_default_config_rts 
+6516 20206523 branch hci_init_uart_default_config_cts 
+
+hci_init_uart_default_config_tx:
+6517 6fe0c437 fetch 1 ,mem_hci_uart_tx_gpio 
+6518 247a0000 nrtn blank 
+6519 70443705 jam hci_uart_tx_gpio_num ,mem_hci_uart_tx_gpio 
+651a 20600000 rtn 
+
+hci_init_uart_default_config_rx:
+651b 6fe0c438 fetch 1 ,mem_hci_uart_rx_gpio 
+651c 247a0000 nrtn blank 
+651d 70443806 jam hci_uart_rx_gpio_num ,mem_hci_uart_rx_gpio 
+651e 20600000 rtn 
+
+hci_init_uart_default_config_rts:
+651f 6fe0c439 fetch 1 ,mem_hci_uart_rts_gpio 
+6520 247a0000 nrtn blank 
+6521 70443909 jam hci_uart_rts_gpio_num ,mem_hci_uart_rts_gpio 
+6522 20600000 rtn 
+
+hci_init_uart_default_config_cts:
+6523 6fe0c43a fetch 1 ,mem_hci_uart_cts_gpio 
+6524 247a0000 nrtn blank 
+6525 70443a0a jam hci_uart_cts_gpio_num ,mem_hci_uart_cts_gpio 
+6526 20600000 rtn 
+
+hci_init_uart_config:
+6527 58000c00 setarg mem_h5rx_buf 
+6528 67e104c4 store 2 ,mem_pdatatemp 
+6529 58000eff setarg mem_h5rx_buf_end 
+652a e7e10005 istore 2 ,contw 
+652b 58000f00 setarg mem_h5tx_buf 
+652c e7e10005 istore 2 ,contw 
+652d 58000fff setarg mem_h5tx_buf_end 
+652e e7e10005 istore 2 ,contw 
+652f 6fe404c4 fetch 8 ,mem_pdatatemp 
+6530 20406acd call uarta_init_dma_mem 
+6531 20406ae7 call uart_clock_select_main_freq_crystal 
+6532 d841c200 arg 115200 ,temp 
+6533 20406ada call uarta_calc_baud_rate_config 
+6534 6fe0c437 fetch 1 ,mem_hci_uart_tx_gpio 
+6535 d8400008 arg gpcfg_uart_txd ,temp 
+6536 20406c68 call gpio_config_function_int 
+6537 6fe0c438 fetch 1 ,mem_hci_uart_rx_gpio 
+6538 d8400049 arg gpcfg_uart_rxd | gpcfg_pullup ,temp 
+6539 20406c68 call gpio_config_function_int 
+653a 6fe0c439 fetch 1 ,mem_hci_uart_rts_gpio 
+653b d840000a arg gpcfg_uart_rts ,temp 
+653c 20406c68 call gpio_config_function_int 
+653d 6fe0c43a fetch 1 ,mem_hci_uart_cts_gpio 
+653e d840000b arg gpcfg_uart_cts ,temp 
+653f 20406c68 call gpio_config_function_int 
+6540 d8400081 arg fun_uart_control_enable | fun_uart_control_setting_rate_baud ,temp 
+6541 60588060 storet 1 ,core_uart_ctrl 
+6542 202075e3 branch clean_mem 
+
+hci_init_pwm_default_config:
+6543 6fe0c43b fetch 1 ,mem_hci_pwm_12mhz_gpio 
+6544 247a0000 nrtn blank 
+6545 70443b0c jam hci_pmw_12mhz_gpio_num ,mem_hci_pwm_12mhz_gpio 
+6546 20600000 rtn 
+
+hci_init_pwm:
+6547 6fe0c43b fetch 1 ,mem_hci_pwm_12mhz_gpio 
+6548 d8400010 arg gpcfg_pwm_out0 ,temp 
+6549 20406c68 call gpio_config_function_int 
+654a da200040 arg 0x40 ,rega 
+654b 20406d6e call pwm_init 
+654c da200000 arg 0 ,rega 
+654d da400000 arg 0 ,regb 
+654e 58000000 setarg 0 
+654f 20406d93 call pwm_duty_cycle_set 
+6550 d8e00000 arg 0 ,queue 
+6551 20206dd9 branch pwm_set_select 
+
+hci_process_check_uart_rx:
+6552 6ff10112 fetch 2 ,core_uart_rxitems 
+6553 1fe0a3fc add pdata ,-4 ,rega 
+6554 24610000 nrtn positive 
+6555 20406afb call uarta_prepare_rx 
+6556 efe08003 ifetch 1 ,contru 
+6557 c000e55a beq hci_h4_type_cmd ,hci_parse_packet_cmd 
+6558 204074fb call delay_10ms 
+6559 20206b03 branch uarta_clear_current_rx 
+
+hci_parse_packet_cmd:
+655a efe10003 ifetch 2 ,contru 
+655b 67e10565 store 2 ,mem_hci_opcode 
+655c d84003ff arg 0x3ff ,temp 
+655d 98410400 iand temp ,temp 
+655e 6049055e storet 2 ,mem_hci_opcode_ocf 
+655f 1feb7e00 rshift2 pdata ,pdata 
+6560 1fecfe00 rshift8 pdata ,pdata 
+6561 67e08560 store 1 ,mem_hci_opcode_ogf 
+6562 efe08003 ifetch 1 ,contru 
+6563 1fe0ffff pincrease -1 
+6564 9a267c00 isub rega ,null 
+6565 20610000 rtn positive 
+6566 20406568 call hci_parse_complete_packet 
+6567 202065c3 branch hci_drop_current_packet 
+
+hci_parse_complete_packet:
+6568 6fe08560 fetch 1 ,mem_hci_opcode_ogf 
+6569 c01fe56b beq hci_ogf_vendor_specific_debug ,hci_parse_packet_cmd_ogf_vendorspecific_debug 
+656a 202065af branch hci_send_event_command_complete_error_command_nuknown 
+
+hci_parse_packet_cmd_ogf_vendorspecific_debug:
+656b 44b7c00d bpatch patch0d_7 ,mem_patch0d 
+656c 6fe0855e fetch 1 ,mem_hci_opcode_ocf 
+656d c00065ae beq hci_vendor_cmd_reset ,hci_normal_reply 
+656e c000e576 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
+656f c001657b beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
+6570 c001e589 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
+6571 c0026593 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
+6572 c002e5ae beq hci_vendor_cmd_echo ,hci_normal_reply 
+6573 c00865a4 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
+6574 c00a65aa beq hci_vendor_cmd_set_flow_control ,phci_grp_vendor_flow_control 
+6575 202065ae branch hci_normal_reply 
+
+phci_grp_vendor_chipid:
+6576 70056700 jam command_succeeded ,mem_hci_command_complete_return_parameter 
+6577 6ff10000 fetch 2 ,core_chipid 
+6578 67e10568 store 2 ,mem_hci_command_complete_return_parameter_chip_id 
+6579 df200003 arg 3 ,loopcnt 
+657a 202065b6 branch hci_send_event_command_complete 
+
+phci_grp_vendor_baud:
+657b efe10003 ifetch 2 ,contu 
+657c 67f10052 store 2 ,core_uart_baud 
+657d 20600000 rtn 
+
+phci_grp_vendor_patch_common:
+657e efe08003 ifetch 1 ,contu 
+657f 1fe20400 copy pdata ,temp 
+6580 67f08024 store 1 ,core_ucode_low 
+6581 efe08003 ifetch 1 ,contu 
+6582 98408400 iadd temp ,temp 
+6583 79207e07 set1 7 ,pdata 
+6584 67f08023 store 1 ,core_ucode_ctrl 
+6585 efe08003 ifetch 1 ,contu 
+6586 98408400 iadd temp ,temp 
+6587 1fe27200 copy pdata ,loopcnt 
+6588 20600000 rtn 
+
+phci_grp_vendor_patch:
+6589 2040657e call phci_grp_vendor_patch_common 
+
+phci_grp_vendor_patch_loop:
+658a efe08003 ifetch 1 ,contu 
+658b 67f08025 store 1 ,core_ucode_data 
+658c 98408400 iadd temp ,temp 
+658d c200658a loop phci_grp_vendor_patch_loop 
+
+phci_grp_vendor_patch_check_sum:
+658e 184104ff and temp ,0xff ,temp 
+658f efe08003 ifetch 1 ,contu 
+6590 98467c00 isub temp ,null 
+6591 2422e5a2 nbranch phci_grp_vendor_patch_bad ,zero 
+6592 202065ae branch hci_normal_reply 
+
+phci_grp_vendor_done:
+6593 df200020 arg 0x20 ,loopcnt 
+6594 d8a04000 arg mem_patch00 ,contw 
+6595 d8400000 arg 0 ,temp 
+
+phci_grp_vendor_done_loop:
+6596 efe08003 ifetch 1 ,contu 
+6597 e7e08005 istore 1 ,contw 
+6598 98408400 iadd temp ,temp 
+6599 c2006596 loop phci_grp_vendor_done_loop 
+659a 184104ff and temp ,0xff ,temp 
+659b efe08003 ifetch 1 ,contu 
+659c 98467c00 isub temp ,null 
+659d 2422e5a2 nbranch phci_grp_vendor_patch_bad ,zero 
+659e 70802300 jam 0 ,core_ucode_ctrl 
+659f 204065ae call hci_normal_reply 
+65a0 204075e8 call wait_uarttx 
+65a1 20203801 branch soft_reset 
+
+phci_grp_vendor_patch_bad:
+65a2 70802300 jam 0 ,core_ucode_ctrl 
+65a3 202065af branch hci_send_event_command_complete_error_command_nuknown 
+
+phci_grp_vendor_mem:
+65a4 efe08003 ifetch 1 ,contu 
+65a5 1fe27200 copy pdata ,loopcnt 
+65a6 efe10003 ifetch 2 ,contu 
+65a7 1fe20a00 copy pdata ,contw 
+65a8 20406b3f call uart_copy_rx_bytes 
+65a9 202065ae branch hci_normal_reply 
+
+phci_grp_vendor_flow_control:
+65aa 6ff08060 fetch 1 ,core_uart_ctrl 
+65ab 79207e04 set1 bit_uart_control_flow_control ,pdata 
+65ac 67f08060 store 1 ,core_uart_ctrl 
+65ad 202065ae branch hci_normal_reply 
+
+hci_normal_reply:
+65ae 202065b3 branch hci_send_event_command_complete_without_payload 
+
+hci_send_event_command_complete_error_command_nuknown:
+65af 70056701 jam command_unknown ,mem_hci_command_complete_return_parameter 
+65b0 202065b4 branch hci_send_event_command_complete_without_payload + 1 
+
+hci_send_event_command_complete_error_command_disallowed:
+65b1 7005670c jam command_disallowed ,mem_hci_command_complete_return_parameter 
+65b2 202065b4 branch hci_send_event_command_complete_without_payload + 1 
+
+hci_send_event_command_complete_without_payload:
+65b3 70056700 jam command_succeeded ,mem_hci_command_complete_return_parameter 
+65b4 df200001 arg 1 ,loopcnt 
+65b5 202065b6 branch hci_send_event_command_complete 
+
+hci_send_event_command_complete:
+65b6 7005620e jam hci_event_command_complete ,mem_hci_event_head_event_code 
+65b7 1f20fe03 add loopcnt ,3 ,pdata 
+65b8 67e08563 store 1 ,mem_hci_event_para_total_length 
+65b9 204065bf call hci_prepare_send_event 
+65ba 6fe18564 fetch 3 ,mem_hci_command_complete_num_hci_command_packet 
+65bb e7e18003 istore 3 ,contwu 
+65bc d8c00567 arg mem_hci_command_complete_return_parameter ,contr 
+65bd 20406b26 call uart_copy_tx_bytes 
+65be 20206b09 branch uarta_send_register_pop 
+
+hci_prepare_send_event:
+65bf 20406b07 call uarta_prepare_tx_register_push 
+65c0 6fe18561 fetch 3 ,mem_hci_event_head_type 
+65c1 e7e18003 istore 3 ,contwu 
+65c2 20600000 rtn 
+
+hci_drop_current_packet:
+65c3 20406afb call uarta_prepare_rx 
+65c4 18608603 increase 3 ,contru 
+65c5 efe08003 ifetch 1 ,contru 
+65c6 98608600 iadd contru ,contru 
+65c7 20206b01 branch uarta_rxdone 
+
+cmd_exit:
+65c8 70410d00 jam 0 ,mem_hci_cmd 
+65c9 20600000 rtn 
+
+kscan_init:
+65ca 6fe143d8 fetch 2 ,mem_kscan_ptr 
+65cb 1fe22600 copy pdata ,regc 
+65cc 204065e0 call kscan_row_num_select 
+65cd 202065e6 branch kscan_col_num_select 
+
+kscan_col_init:
+65ce 58000000 setarg 0 
+65cf 1a60a20b add regc ,keyscan_offect_shift_count ,rega 
+65d0 e7e08011 istore 1 ,rega 
+65d1 1a60a200 add regc ,keyscan_offect_col_num ,rega 
+65d2 efe08011 ifetch 1 ,rega 
+65d3 203a65f1 branch kscan_value_init ,blank 
+65d4 1fe27200 copy pdata ,loopcnt 
+65d5 1a60a402 add regc ,keyscan_offect_col_conf_pin ,regb 
+
+kscan_col_loop:
+65d6 e8408012 ifetcht 1 ,regb 
+65d7 20406c43 call gpio_config_output 
+65d8 e8408012 ifetcht 1 ,regb 
+65d9 20406c43 call gpio_out_active 
+65da 204065f1 call kscan_value_init 
+65db e8408012 ifetcht 1 ,regb 
+65dc 20406c29 call gpio_config_input 
+65dd 1a40a401 increase 1 ,regb 
+65de c20065d6 loop kscan_col_loop 
+65df 20600000 rtn 
+
+kscan_row_num_select:
+65e0 1a608a01 add regc ,keyscan_offect_row_num ,contw 
+65e1 efe08005 ifetch 1 ,contw 
+65e2 207a0000 rtn blank 
+65e3 1fe27200 copy pdata ,loopcnt 
+65e4 1a60a206 add regc ,keyscan_offect_row_conf_pin ,rega 
+65e5 202065ec branch kscan_ioselect_input 
+
+kscan_col_num_select:
+65e6 1a608a00 add regc ,keyscan_offect_col_num ,contw 
+65e7 efe08005 ifetch 1 ,contw 
+65e8 207a0000 rtn blank 
+65e9 1fe27200 copy pdata ,loopcnt 
+65ea 1a60a202 add regc ,keyscan_offect_col_conf_pin ,rega 
+65eb 202065ec branch kscan_ioselect_input 
+
+kscan_ioselect_input:
+65ec e8408011 ifetcht 1 ,rega 
+65ed 20406c29 call gpio_config_input 
+65ee 1a20a201 increase 1 ,rega 
+65ef c20065ec loop kscan_ioselect_input 
+65f0 20600000 rtn 
+
+kscan_value_init:
+65f1 58000000 setarg 0 
+65f2 1a60a20a add regc ,keyscan_offect_row_count ,rega 
+65f3 e7e08011 istore 1 ,rega 
+65f4 1a60a206 add regc ,keyscan_offect_row_conf_pin ,rega 
+
+kscan_save_vaule:
+65f5 e8408011 ifetcht 1 ,rega 
+65f6 20406c32 call gpio_get_bit 
+65f7 1a60840c add regc ,keyscan_offect_value_temp ,temp 
+65f8 efe10002 ifetch 2 ,temp 
+65f9 1a608c0b add regc ,keyscan_offect_shift_count ,contr 
+65fa e8408006 ifetcht 1 ,contr 
+65fb 18420e00 copy temp ,queue 
+65fc f920fe00 qsetflag true ,pdata 
+65fd 1a60840c add regc ,keyscan_offect_value_temp ,temp 
+65fe e7e10002 istore 2 ,temp 
+65ff 1a20a201 increase 1 ,rega 
+6600 1a608a0b add regc ,keyscan_offect_shift_count ,contw 
+6601 efe08005 ifetch 1 ,contw 
+6602 1fe0fe01 increase 1 ,pdata 
+6603 e7e08005 istore 1 ,contw 
+6604 1a608a0a add regc ,keyscan_offect_row_count ,contw 
+6605 e8408005 ifetcht 1 ,contw 
+6606 18408401 increase 1 ,temp 
+6607 e0408005 istoret 1 ,contw 
+6608 1a608a01 add regc ,keyscan_offect_row_num ,contw 
+6609 efe08005 ifetch 1 ,contw 
+660a 9842fc00 ixor temp ,null 
+660b 2422e5f5 nbranch kscan_save_vaule ,zero 
+660c 20600000 rtn 
+
+kscan_lpm_berfore:
+660d 6fe143d8 fetch 2 ,mem_kscan_ptr 
+660e 1fe22600 copy pdata ,regc 
+660f 1a608a01 add regc ,keyscan_offect_row_num ,contw 
+6610 efe08005 ifetch 1 ,contw 
+6611 1fe27200 copy pdata ,loopcnt 
+6612 1a60a202 add regc ,keyscan_offect_col_conf_pin ,rega 
+
+kscan_select_wake:
+6613 e8408011 ifetcht 1 ,rega 
+6614 20406c0f call gpio_set_wake 
+6615 1a20a201 increase 1 ,rega 
+6616 c2006613 loop kscan_select_wake 
+6617 20600000 rtn 
+
+kscan_clkn_bt_timer_check:
+6618 e8420011 ifetcht 4 ,rega 
+6619 1c427e00 copy clkn_bt ,pdata 
+661a 98467c00 isub temp ,null 
+661b 20610000 rtn positive 
+661c 58000000 setarg 0 
+661d e7e20011 istore 4 ,rega 
+661e 20600000 rtn 
+
+kscan_process:
+661f 6fe143d8 fetch 2 ,mem_kscan_ptr 
+6620 1fe22600 copy pdata ,regc 
+6621 1a60a212 add regc ,keyscan_offect_btclk ,rega 
+6622 20406618 call kscan_clkn_bt_timer_check 
+6623 efe20011 ifetch 4 ,rega 
+6624 1a60a416 add regc ,keyscan_offect_btclk_interval ,regb 
+6625 e8408012 ifetcht 1 ,regb 
+6626 98408400 iadd temp ,temp 
+6627 1c427e00 copy clkn_bt ,pdata 
+6628 98467c00 isub temp ,null 
+6629 24610000 nrtn positive 
+662a e7e20011 istore 4 ,rega 
+662b 204065ce call kscan_col_init 
+662c 1a60a20c add regc ,keyscan_offect_value_temp ,rega 
+662d efe10011 ifetch 2 ,rega 
+662e 1a60a20e add regc ,keyscan_offect_lasvalue ,rega 
+662f e8410011 ifetcht 2 ,rega 
+6630 e7e10011 istore 2 ,rega 
+6631 98417e00 iand temp ,pdata 
+6632 1a60a210 add regc ,keyscan_offect_value ,rega 
+6633 e7e10011 istore 2 ,rega 
+6634 20600000 rtn 
+
+l2cap_init:
+6635 2035e63a branch l2cap_init_wake ,wake 
+6636 580043fd setarg mem_l2cap_xmem_end 
+6637 d8a043ee arg mem_l2cap_xmem_start ,contw 
+6638 98a67200 isub contw ,loopcnt 
+6639 2040750f call clear_mem 
+
+l2cap_init_wake:
+663a 20600000 rtn 
+
+l2cap_check_map:
+663b 44b8400e bpatch patch0e_0 ,mem_patch0e 
+663c 204066b4 call l2cap_malloc_get_full_map 
+663d 6fe0c3ee fetch 1 ,mem_used_map 
+663e c0007646 beq 0 ,set_pdata_0 
+663f c000f646 beq 1 ,set_pdata_0 
+6640 c0017646 beq 2 ,set_pdata_0 
+6641 c001f646 beq 3 ,set_pdata_0 
+6642 c040f646 beq 0x81 ,set_pdata_0 
+6643 c0607646 beq 0xc0 ,set_pdata_0 
+6644 c0407646 beq 0x80 ,set_pdata_0 
+6645 c0207646 beq 0x40 ,set_pdata_0 
+6646 20600000 rtn 
+
+check_l2cap_map:
+6647 d8e00000 arg 0 ,queue 
+6648 da400000 arg 0 ,regb 
+
+check_l2cap_map_loop:
+6649 18e67c07 sub queue ,7 ,null 
+664a 24610000 nrtn positive 
+664b aa2fffff qisolate1 rega 
+664c 2020e64e branch check_l2cap_map_used ,true 
+664d 20206652 branch check_l2cap_map_used2 
+
+check_l2cap_map_used:
+664e 18427e00 copy temp ,pdata 
+664f 203a6652 branch check_l2cap_map_used2 ,blank 
+6650 f9202400 qset1 regb 
+6651 184085ff increase -1 ,temp 
+
+check_l2cap_map_used2:
+6652 18e08e01 increase 1 ,queue 
+6653 20206649 branch check_l2cap_map_loop 
+
+ble_l2cap_malloc:
+6654 6b014312 fetchr regd ,2 ,mem_ble_l2cap_tx_buff0_ptr 
+6655 6d614314 fetchr rege ,2 ,mem_ble_l2cap_tx_buff_size_ptr 
+6656 20407638 call disable_user 
+6657 20206658 branch host_l2cap_malloc 
+
+host_l2cap_malloc:
+6658 44b8c00e bpatch patch0e_1 ,mem_patch0e 
+6659 204066a4 call l2cap_malloc_is_fifo_full 
+665a 243a3aba nbranch assert ,blank 
+665b 204066b4 call l2cap_malloc_get_full_map 
+665c df200008 arg 8 ,loopcnt 
+
+host_l2cap_malloc_loop:
+665d 6848c3ee fetcht 1 ,mem_used_map 
+665e 1f260e08 sub loopcnt ,8 ,queue 
+665f a84fffff qisolate1 temp 
+6660 2020e665 branch host_l2cap_malloc_next_buffer ,true 
+6661 2040666c call host_l2cap_malloc_check_buffer_enough 
+6662 24216665 nbranch host_l2cap_malloc_next_buffer ,positive 
+6663 20406682 call host_l2cap_malloc_into_fifo 
+6664 20206669 branch host_l2cap_malloc_succ 
+
+host_l2cap_malloc_next_buffer:
+6665 1d627e00 copy rege ,pdata 
+6666 9b00b000 iadd regd ,regd 
+6667 c200665d loop host_l2cap_malloc_loop 
+6668 20203aba branch assert 
+
+host_l2cap_malloc_succ:
+6669 1b027e00 copy regd ,pdata 
+666a 1b020a00 copy regd ,contw 
+666b 20600000 rtn 
+
+host_l2cap_malloc_check_buffer_enough:
+666c 44b9400e bpatch patch0e_2 ,mem_patch0e 
+666d 1f260e08 sub loopcnt ,8 ,queue 
+666e d8400000 arg 0 ,temp 
+666f d9600000 arg 0 ,timeup 
+
+host_l2cap_malloc_check_buffer_enough_loop:
+6670 18e27e00 copy queue ,pdata 
+6671 c004667d beq 8 ,host_l2cap_malloc_check_buffer_enough_end 
+6672 6fe0c3ee fetch 1 ,mem_used_map 
+6673 afefffff qisolate1 pdata 
+6674 2020e67d branch host_l2cap_malloc_check_buffer_enough_end ,true 
+6675 f9201600 qset1 timeup 
+6676 1d627e00 copy rege ,pdata 
+6677 98408400 iadd temp ,temp 
+6678 18e08e01 increase 1 ,queue 
+6679 1a227e00 copy rega ,pdata 
+667a 98467c00 isub temp ,null 
+667b 2022e67d branch host_l2cap_malloc_check_buffer_enough_end ,zero 
+667c 20216670 branch host_l2cap_malloc_check_buffer_enough_loop ,positive 
+
+host_l2cap_malloc_check_buffer_enough_end:
+667d 18427e00 copy temp ,pdata 
+667e 9a267c00 isub rega ,null 
+667f 24628000 nrtn zero 
+6680 f9201600 qset1 timeup 
+6681 20600000 rtn 
+
+host_l2cap_malloc_into_fifo:
+6682 44b9c00e bpatch patch0e_3 ,mem_patch0e 
+6683 204066a4 call l2cap_malloc_is_fifo_full 
+6684 243a3aba nbranch assert ,blank 
+6685 204066aa call l2cap_malloc_is_fifo_empty 
+6686 203a668b branch host_l2cap_malloc_into_fifo_no_push ,blank 
+6687 6fe4c3f2 fetch 9 ,mem_tx_fifo1 
+6688 67e4c3ef store 9 ,mem_tx_fifo0 
+6689 58000000 setarg 0 
+668a e7e18005 istore 3 ,contw 
+
+host_l2cap_malloc_into_fifo_no_push:
+668b 6160c3f8 storer timeup ,1 ,mem_tx_fifo3_map 
+668c 630143f9 storer regd ,2 ,mem_tx_fifo3_ptr 
+668d 20600000 rtn 
+
+l2cap_malloc_fifo_out:
+668e 44ba400e bpatch patch0e_4 ,mem_patch0e 
+668f 204066ad call l2cap_malloc_fifo_get_first_ptr 
+6690 18c08c01 increase 1 ,contr 
+6691 efe10006 ifetch 2 ,contr 
+6692 20600000 rtn 
+
+l2cap_malloc_free:
+6693 44bac00e bpatch patch0e_5 ,mem_patch0e 
+6694 204066ad call l2cap_malloc_fifo_get_first_ptr 
+6695 18c20a00 copy contr ,contw 
+6696 18c20400 copy contr ,temp 
+6697 58000000 setarg 0 
+6698 e7e18005 istore 3 ,contw 
+6699 20600000 rtn 
+
+l2cap_malloc_discard:
+669a 44bb400e bpatch patch0e_6 ,mem_patch0e 
+669b 204066aa call l2cap_malloc_is_fifo_empty 
+669c 203a3aba branch assert ,blank 
+669d 6fe1c3f5 fetch 3 ,mem_tx_fifo2 
+669e 67e1c3f8 store 3 ,mem_tx_fifo3 
+669f 6fe1c3f2 fetch 3 ,mem_tx_fifo1 
+66a0 67e1c3f5 store 3 ,mem_tx_fifo2 
+66a1 6fe1c3ef fetch 3 ,mem_tx_fifo0 
+66a2 67e1c3f2 store 3 ,mem_tx_fifo1 
+66a3 20600000 rtn 
+
+l2cap_malloc_is_fifo_full:
+66a4 44bbc00e bpatch patch0e_7 ,mem_patch0e 
+66a5 6fe1c3ef fetch 3 ,mem_tx_fifo0 
+66a6 20600000 rtn 
+
+l2cap_malloc_is_fifo_nearly_full:
+66a7 44bc400f bpatch patch0f_0 ,mem_patch0f 
+66a8 6fe1c3f2 fetch 3 ,mem_tx_fifo1 
+66a9 20600000 rtn 
+
+l2cap_malloc_is_fifo_empty:
+66aa 44bcc00f bpatch patch0f_1 ,mem_patch0f 
+66ab 6fe1c3f8 fetch 3 ,mem_tx_fifo3 
+66ac 20600000 rtn 
+
+l2cap_malloc_fifo_get_first_ptr:
+66ad 204066aa call l2cap_malloc_is_fifo_empty 
+66ae 203a66b2 branch l2cap_malloc_fifo_get_first_ptr_empty ,blank 
+66af d8c043ef arg mem_tx_fifo0 ,contr 
+
+l2cap_malloc_free_loop:
+66b0 efe18006 ifetch 3 ,contr 
+66b1 203a66b0 branch l2cap_malloc_free_loop ,blank 
+
+l2cap_malloc_fifo_get_first_ptr_empty:
+66b2 18c08dfd increase -3 ,contr 
+66b3 20600000 rtn 
+
+l2cap_malloc_get_full_map:
+66b4 44bd400f bpatch patch0f_2 ,mem_patch0f 
+66b5 df200004 arg 4 ,loopcnt 
+66b6 d8c043ef arg mem_tx_fifo0_map ,contr 
+66b7 d8400000 arg 0 ,temp 
+
+l2cap_malloc_get_full_map_loop:
+66b8 efe18006 ifetch 3 ,contr 
+66b9 1fe17eff and pdata ,0xff ,pdata 
+66ba 98418400 ior temp ,temp 
+66bb c20066b8 loop l2cap_malloc_get_full_map_loop 
+66bc 6048c3ee storet 1 ,mem_used_map 
+66bd 20600000 rtn 
+
+l2cap_util_pdata_to_contw:
+66be 203a3aba branch assert ,blank 
+66bf 1fe20a00 copy pdata ,contw 
+66c0 20600000 rtn 
+
+l2cap_lpm_save_calc_len:
+66c1 44bdc00f bpatch patch0f_3 ,mem_patch0f 
+66c2 da400000 arg 0 ,regb 
+66c3 da2043ef arg mem_tx_fifo0_map ,rega 
+66c4 1a20a3fe increase -2 ,rega 
+
+l2cap_lpm_save_calc_len_loop:
+66c5 1a20a202 increase 2 ,rega 
+66c6 580043fb setarg mem_tx_fifo_end 
+66c7 9a267c00 isub rega ,null 
+66c8 2022e6d1 branch l2cap_lpm_save_calc_len_end ,zero 
+66c9 efe08011 ifetch 1 ,rega 
+66ca 1a20a201 increase 1 ,rega 
+66cb 203a66c5 branch l2cap_lpm_save_calc_len_loop ,blank 
+66cc e8410011 ifetcht 2 ,rega 
+66cd efe10002 ifetch 2 ,temp 
+66ce 9a40a400 iadd regb ,regb 
+66cf 1a40a404 increase 4 ,regb 
+66d0 202066c5 branch l2cap_lpm_save_calc_len_loop 
+
+l2cap_lpm_save_calc_len_end:
+66d1 1a427e00 copy regb ,pdata 
+66d2 20600000 rtn 
+
+l2cap_lpm_get_wake_lock:
+66d3 d8e0000c arg wake_lock_l2cap_tx ,queue 
+66d4 20203c54 branch lpm_get_wake_lock 
+
+l2cap_lpm_put_wake_lock:
+66d5 d8e0000c arg wake_lock_l2cap_tx ,queue 
+66d6 20203c58 branch lpm_put_wake_lock 
+
+l2cap_lpm_save_txbuf:
+66d7 204066b4 call l2cap_malloc_get_full_map 
+66d8 6fe0c3ee fetch 1 ,mem_used_map 
+66d9 207a0000 rtn blank 
+66da 204066c1 call l2cap_lpm_save_calc_len 
+66db d8400100 arg l2cap_lpm_txbuf_len ,temp 
+66dc 98467c00 isub temp ,null 
+66dd 202166d3 branch l2cap_lpm_get_wake_lock ,positive 
+66de 204066d5 call l2cap_lpm_put_wake_lock 
+66df 6fe143fb fetch 2 ,mem_l2cap_lpm_txbuf_ptr 
+66e0 18c20a00 copy contr ,contw 
+66e1 da2043ef arg mem_tx_fifo0 ,rega 
+
+l2cap_lpm_save_txbuf_loop:
+66e2 580043fb setarg mem_tx_fifo_end 
+66e3 9a267c00 isub rega ,null 
+66e4 20628000 rtn zero 
+66e5 efe08011 ifetch 1 ,rega 
+66e6 1a20a201 increase 1 ,rega 
+66e7 243a66eb nbranch l2cap_lpm_save_txbuf_nempty ,blank 
+66e8 e7e10005 istore 2 ,contw 
+66e9 1a20a202 increase 2 ,rega 
+66ea 202066e2 branch l2cap_lpm_save_txbuf_loop 
+
+l2cap_lpm_save_txbuf_nempty:
+66eb efe10011 ifetch 2 ,rega 
+66ec 1a20a202 increase 2 ,rega 
+66ed 1fe20c00 copy pdata ,contr 
+66ee efe10006 ifetch 2 ,contr 
+66ef e7e10005 istore 2 ,contw 
+66f0 1fe27200 copy pdata ,loopcnt 
+66f1 1f20f202 increase 2 ,loopcnt 
+66f2 20407548 call memcpy 
+66f3 202066e2 branch l2cap_lpm_save_txbuf_loop 
+
+l2cap_lpm_load_txbuf:
+66f4 204066b4 call l2cap_malloc_get_full_map 
+66f5 6fe0c3ee fetch 1 ,mem_used_map 
+66f6 207a0000 rtn blank 
+66f7 da2043f0 arg mem_tx_fifo0_ptr ,rega 
+66f8 1a20a3fd increase -3 ,rega 
+66f9 18c20a00 copy contr ,contw 
+66fa 6fe143fb fetch 2 ,mem_l2cap_lpm_txbuf_ptr 
+66fb 18a20c00 copy contw ,contr 
+
+l2cap_lpm_load_txbuf_loop:
+66fc 1a20a203 increase 3 ,rega 
+66fd 580043fc setarg mem_tx_fifo_end + 1 
+66fe 9a267c00 isub rega ,null 
+66ff 20628000 rtn zero 
+6700 efe10006 ifetch 2 ,contr 
+6701 203a66fc branch l2cap_lpm_load_txbuf_loop ,blank 
+6702 1fe0fe04 increase 4 ,pdata 
+6703 1fe27200 copy pdata ,loopcnt 
+6704 18c22400 copy contr ,regb 
+6705 efe10011 ifetch 2 ,rega 
+6706 1fe20a00 copy pdata ,contw 
+6707 1a420c00 copy regb ,contr 
+6708 18c08dfe increase -2 ,contr 
+6709 20407548 call memcpy 
+670a 202066fc branch l2cap_lpm_load_txbuf_loop 
+
+twspi_reset:
+670b 44be400f bpatch patch0f_4 ,mem_patch0f 
+670c 1fe17eff and_into 0xff ,pdata 
+670d 1fe67c0c sub pdata ,gpio_number + -1 ,null 
+670e 24213aba nbranch assert ,positive 
+670f d8a08070 arg core_gpio_conf ,contw 
+
+twspi_reset_next:
+6710 98a08a00 iadd contw ,contw 
+6711 18a22200 copy contw ,rega 
+6712 d840003e arg gpcfg_output_low ,temp 
+6713 e0408005 istoret 1 ,contw 
+6714 2040671a call twspi_disable 
+6715 2000001e nop 30 
+6716 1a220a00 copy rega ,contw 
+6717 d840003f arg gpcfg_output_high ,temp 
+6718 e0408005 istoret 1 ,contw 
+6719 2020671e branch twspi_enable 
+
+twspi_disable:
+671a 6ff08081 fetch 1 ,core_spid_delay 
+671b 1fe17e7f and_into 0x7f ,pdata 
+671c 67f08081 store 1 ,core_spid_delay 
+671d 20600000 rtn 
+
+twspi_enable:
+671e 6ff08081 fetch 1 ,core_spid_delay 
+671f 1fe1fe80 or_into 0x80 ,pdata 
+6720 67f08081 store 1 ,core_spid_delay 
+6721 20600000 rtn 
+
+twspi_write:
+6722 20206929 branch spid_write_reg 
+
+twspi_read:
+6723 20206930 branch spid_read_reg 
+
+aes_disable:
+6724 6ff0806f fetch 1 ,core_aes_en 
+6725 1fe17efd and_into 0xfd ,pdata 
+6726 67f0806f store 1 ,core_aes_en 
+6727 20600000 rtn 
+
+read_function_aes:
+6728 2434672c nbranch read_function ,user 
+6729 6ff0806f fetch 1 ,core_aes_en 
+672a 1fe1fe02 or_into 0x2 ,pdata 
+672b 67f0806f store 1 ,core_aes_en 
+
+read_function:
+672c 18427c00 copy temp ,null 
+672d 2022e72f branch read_fuction_zero ,zero 
+672e 1a627a00 copy regc ,pc 
+
+read_fuction_zero:
+672f 2fcc0000 isolate0 0 ,null 
+6730 2020681b branch set_ucode_status 
+
+get_block_header:
+6731 18000404 force 4 ,temp 
+
+get_block_header0:
+6732 da2001c4 arg mem_ucode_buf ,rega 
+6733 20406724 call aes_disable 
+6734 2040672c call read_function 
+6735 da2055aa arg 0x55aa ,rega 
+6736 6fe101c4 fetch 2 ,mem_ucode_buf 
+6737 e8410006 ifetcht 2 ,contr 
+6738 9a267c00 isub rega ,null 
+6739 20600000 rtn 
+
+read_first_block:
+673a 2054674c call load_aes_reinit ,user 
+673b d8400002 arg 2 ,temp 
+673c da2001ca arg mem_ucode_ptr ,rega 
+673d 2040672c call read_function 
+673e 6fe101ca fetch 2 ,mem_ucode_ptr 
+673f 67e101bd store 2 ,mem_addr_mi 
+6740 20546742 call get_iv ,user 
+6741 20600000 rtn 
+
+get_iv:
+6742 d8400010 arg 16 ,temp 
+6743 da2001cc arg mem_ucode_keybuf ,rega 
+6744 20406724 call aes_disable 
+6745 2040672c call read_function 
+
+set_iv:
+6746 d8c001cc arg mem_ucode_keybuf ,contr 
+6747 df200010 arg 16 ,loopcnt 
+6748 20406f8f call aes_load_data 
+6749 20406f16 call aes_init 
+674a 20406fab call aes_clear_data 
+674b 20206f10 branch do_aes_cbc 
+
+load_aes_reinit:
+674c 70802300 jam 0x0 ,core_ucode_ctrl 
+674d 20406724 call aes_disable 
+674e 20206fab branch aes_clear_data 
+
+load_storage:
+674f 58000000 setarg 0 
+6750 67e104ed store 2 ,mem_queue 
+6751 7856fc00 disable match 
+6752 20406731 call get_block_header 
+6753 24628000 nrtn zero 
+6754 7836fc00 enable match 
+6755 70802380 jam 0x80 ,core_ucode_ctrl 
+6756 70802200 jam 0 ,core_ucode_hi 
+6757 70802400 jam 0 ,core_ucode_low 
+6758 da208025 arg core_ucode_data ,rega 
+6759 20406728 call read_function_aes 
+675a 70802300 jam 0x0 ,core_ucode_ctrl 
+675b 6fe081ba fetch 1 ,mem_ucode_status 
+675c c4000000 rtnbit0 0 
+
+load_storage_loop:
+675d d8400006 arg 6 ,temp 
+675e 20406732 call get_block_header0 
+675f 2422e76e nbranch load_data_checksum_compare ,zero 
+6760 efe10006 ifetch 2 ,contr 
+6761 98002200 iforce rega 
+6762 2040672c call read_function 
+6763 20406765 call load_data_checksum_calc 
+6764 2020675d branch load_storage_loop 
+
+load_data_checksum_calc:
+6765 6fe104ed fetch 2 ,mem_queue 
+6766 df200006 arg 6 ,loopcnt 
+6767 d8c001c4 arg mem_ucode_buf ,contr 
+6768 20407648 call cal_sum 
+6769 6f2101c6 fetchr loopcnt ,2 ,mem_ucode_len 
+676a 1a220c00 copy rega ,contr 
+676b 20407648 call cal_sum 
+676c 67e104ed store 2 ,mem_queue 
+676d 20600000 rtn 
+
+load_data_checksum_compare:
+676e 6fe081de fetch 1 ,mem_load_check_sum 
+676f c02d677c beq 0x5a ,load_data_checksum_ok 
+6770 da20aa55 arg 0xaa55 ,rega 
+6771 6fe101c4 fetch 2 ,mem_ucode_buf 
+6772 9a267c00 isub rega ,null 
+6773 2422e77e nbranch load_data_checksum_compare_fail ,zero 
+6774 da2055aa arg 0x55aa ,rega 
+6775 6fe101c6 fetch 2 ,mem_ucode_len 
+6776 9a267c00 isub rega ,null 
+6777 2422e77e nbranch load_data_checksum_compare_fail ,zero 
+6778 6fe101c8 fetch 2 ,mem_sched_addr 
+6779 684904ed fetcht 2 ,mem_queue 
+677a 98467c00 isub temp ,null 
+677b 2422e77e nbranch load_data_checksum_compare_fail ,zero 
+
+load_data_checksum_ok:
+677c 7920220f set1 15 ,rega 
+677d 2020672f branch read_fuction_zero 
+
+load_data_checksum_compare_fail:
+677e 7001ba00 jam 0 ,mem_ucode_status 
+677f 20600000 rtn 
+
+reload_eeprom:
+6780 204075e3 call clean_mem 
+6781 58001000 setarg 0x1000 
+6782 67e101bd store 2 ,mem_addr_mi 
+6783 da606a4c arg iicd_read_eep ,regc 
+6784 df200002 arg 2 ,loopcnt 
+
+reload_eeprom_loop:
+6785 20406731 call get_block_header 
+6786 24628000 nrtn zero 
+6787 6fe101bd fetch 2 ,mem_addr_mi 
+6788 1ff0fe00 byteswap pdata ,pdata 
+6789 9840fe00 iadd temp ,pdata 
+678a 1ff0fe00 byteswap pdata ,pdata 
+678b 67e101bd store 2 ,mem_addr_mi 
+678c c2006785 loop reload_eeprom_loop 
+678d 2020675d branch load_storage_loop 
+
+loadcode_lock:
+678e 6ff1011e fetch 2 ,core_ucode_flag 
+678f 67e101b8 store 2 ,mem_ucode_device_flag 
+6790 793ffe0e set0 lpmreg_ice_mode_bit ,pdata 
+6791 247a0000 nrtn blank 
+6792 580007d0 setarg otp_offset_device_flag 
+6793 da2001b8 arg mem_ucode_device_flag ,rega 
+6794 d8400002 arg 2 ,temp 
+6795 204068b0 call otpd_read_data 
+6796 6fe081ca fetch 1 ,mem_ucode_ptr 
+6797 1ff18400 rshift4 pdata ,temp 
+6798 6fe081b8 fetch 1 ,mem_ucode_device_flag 
+6799 1ff27e00 lshift4 pdata ,pdata 
+679a 9841fe00 ior temp ,pdata 
+679b 67e081b8 store 1 ,mem_ucode_device_flag 
+679c 202068c6 branch app_lpm_peripheral_lock_check 
+
+loadcode:
+679d 70805025 jam 0x25 ,core_clkoff 
+679e 204075e3 call clean_mem 
+679f 78547c00 disable user 
+67a0 7001ba00 jam 0 ,mem_ucode_status 
+67a1 2040683d call otp_read_pwr_on 
+67a2 204068be call app_read_efuse_app_vsel 
+67a3 58000000 setarg otp_offset_ucode_flag 
+67a4 da2001ca arg mem_ucode_ptr ,rega 
+67a5 d8400002 arg 2 ,temp 
+67a6 204068b0 call otpd_read_data 
+67a7 2040678e call loadcode_lock 
+67a8 580007d3 setarg otp_offset_loadcode_delay 
+67a9 da2001dd arg mem_load_delay ,rega 
+67aa d8400002 arg 2 ,temp 
+67ab 204068b0 call otpd_read_data 
+67ac 6fe081b8 fetch 1 ,mem_ucode_device_flag 
+67ad c301e7b7 bbit0 otp_uflag_aes ,loadcode_otp 
+67ae 580007f0 setarg otp_offset_ucode_key 
+67af da2001cc arg mem_ucode_keybuf ,rega 
+67b0 d8400010 arg 16 ,temp 
+67b1 204068b0 call otpd_read_data 
+67b2 70800608 jam lock_otp ,core_misc_ctrl 
+67b3 7920002b set1 mark_otp_encrypt ,mark 
+67b4 d8c001cc arg mem_ucode_keybuf ,contr 
+67b5 20406f9b call load_key 
+67b6 78347c00 enable user 
+
+loadcode_otp:
+67b7 70411500 jam 0 ,mem_loadcode_times 
+
+loadcode_otp_loop:
+67b8 2040680c call loadcode_timeout 
+67b9 24216818 nbranch loadcode_error ,positive 
+67ba 2054674c call load_aes_reinit ,user 
+67bb 6fe101ca fetch 2 ,mem_ucode_ptr 
+67bc 1ff0fe00 byteswap pdata ,pdata 
+67bd d84007ff arg 0x7ff ,temp 
+67be 98417e00 iand temp ,pdata 
+67bf 2022e7c9 branch loadcode_iic ,zero 
+67c0 20406866 call otp_set_addr 
+67c1 da6068b4 arg otpd_read_code ,regc 
+67c2 20546742 call get_iv ,user 
+67c3 2040674f call load_storage 
+67c4 2436e7c9 nbranch loadcode_iic ,match 
+67c5 6fe081ba fetch 1 ,mem_ucode_status 
+67c6 2fe00603 compare 3 ,pdata ,3 
+67c7 2420e7b8 nbranch loadcode_otp_loop ,true 
+67c8 204067d7 call run_otp_code 
+
+loadcode_iic:
+67c9 2040685a call otp_pwr_off 
+67ca 70411500 jam 0 ,mem_loadcode_times 
+
+loadcode_iic_loop:
+67cb 2040680c call loadcode_timeout 
+67cc 24216818 nbranch loadcode_error ,positive 
+67cd 204067fe call iicd_load_gpio_init 
+67ce 20406a29 call clear_eeprom_size_2k 
+67cf 6fe081b8 fetch 1 ,mem_ucode_device_flag 
+67d0 c28167e3 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+67d1 20406806 call loadcode_iic_by_eeprom 
+67d2 2436e7da nbranch loadcode_iic_eeprom_2k ,match 
+67d3 6fe081ba fetch 1 ,mem_ucode_status 
+67d4 2fe00603 compare 3 ,pdata ,3 
+67d5 2420e7cb nbranch loadcode_iic_loop ,true 
+67d6 202067e3 branch loadcode_spi 
+
+run_otp_code:
+67d7 580001ff setarg 0x1ff 
+67d8 dfa00000 arg 0 ,pc 
+67d9 20600000 rtn 
+
+loadcode_iic_eeprom_2k:
+67da 20406a26 call set_eeprom_size_2k 
+67db 6fe081b8 fetch 1 ,mem_ucode_device_flag 
+67dc c28167e3 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+67dd 20406806 call loadcode_iic_by_eeprom 
+67de 2436e7e3 nbranch loadcode_spi ,match 
+67df 6fe081ba fetch 1 ,mem_ucode_status 
+67e0 2fe00603 compare 3 ,pdata ,3 
+67e1 2420e7cb nbranch loadcode_iic_loop ,true 
+67e2 202067f3 branch loadcode_hci 
+
+loadcode_spi:
+67e3 70411500 jam 0 ,mem_loadcode_times 
+
+loadcode_spi_loop:
+67e4 2040680c call loadcode_timeout 
+67e5 24216818 nbranch loadcode_error ,positive 
+67e6 6fe081b8 fetch 1 ,mem_ucode_device_flag 
+67e7 c280e7f3 bbit1 otp_uflag_skip_flash ,loadcode_hci 
+67e8 20406979 call spid_init_flash 
+67e9 200000c8 nop 200 
+67ea 20406988 call spid_flash_release_form_powerdown 
+67eb 20000064 nop 100 
+67ec da6069bc arg spid_load_flash ,regc 
+67ed 2040673a call read_first_block 
+67ee 2040674f call load_storage 
+67ef 2436e7f3 nbranch loadcode_hci ,match 
+67f0 6fe081ba fetch 1 ,mem_ucode_status 
+67f1 2fe00603 compare 3 ,pdata ,3 
+67f2 2420e7e4 nbranch loadcode_spi_loop ,true 
+
+loadcode_hci:
+67f3 204067f7 call clear_key_buf 
+67f4 6fe081b8 fetch 1 ,mem_ucode_device_flag 
+67f5 c4000000 rtnbit0 otp_uflag_hci 
+67f6 20206506 branch hci_init 
+
+clear_key_buf:
+67f7 58000000 setarg 0 
+67f8 67e401cc store 8 ,mem_ucode_keybuf 
+67f9 67e401d4 store 8 ,mem_ucode_keybuf + 8 
+67fa 18007004 force regidx_key ,regext_index 
+67fb 20406fac call aes_clear 
+67fc 70805021 jam 0x21 ,core_clkoff 
+67fd 20600000 rtn 
+
+iicd_load_gpio_init:
+67fe 6fe0c3d7 fetch 1 ,mem_eeprom_sda_gpio 
+67ff 6848c3d6 fetcht 1 ,mem_eeprom_scl_gpio 
+6800 98467c00 isub temp ,null 
+6801 2422ea0f nbranch iicd_read_init_pin ,zero 
+
+iicd_load_default_gpio:
+6802 7043d502 jam 2 ,mem_eeprom_wp_gpio 
+6803 7043d601 jam 1 ,mem_eeprom_scl_gpio 
+6804 7043d700 jam 0 ,mem_eeprom_sda_gpio 
+6805 20206a0f branch iicd_read_init_pin 
+
+loadcode_iic_by_eeprom:
+6806 58000000 setarg 0x0 
+6807 67e101bd store 2 ,mem_addr_mi 
+6808 da606a4c arg iicd_read_eep ,regc 
+6809 204069f8 call iic_init_600khz 
+680a 2040673a call read_first_block 
+680b 2020674f branch load_storage 
+
+loadcode_timeout:
+680c 20406812 call loadcode_error_delay 
+680d 6fe0c115 fetch 1 ,mem_loadcode_times 
+680e 1fe0fe01 increase 1 ,pdata 
+680f 1fe67c03 sub pdata ,3 ,null 
+6810 67e0c115 store 1 ,mem_loadcode_times 
+6811 20600000 rtn 
+
+loadcode_error_delay:
+6812 6fe0c115 fetch 1 ,mem_loadcode_times 
+6813 207a0000 rtn blank 
+6814 6fe081dd fetch 1 ,mem_load_delay 
+6815 207a0000 rtn blank 
+6816 1fe27200 copy pdata ,loopcnt 
+6817 202074fc branch delay_ms_wait 
+
+loadcode_error:
+6818 204067f7 call clear_key_buf 
+6819 204075ec call ice_break 
+681a 20600000 rtn 
+
+set_ucode_status:
+681b 6fe081ba fetch 1 ,mem_ucode_status 
+681c 1fe3fe00 lshift pdata ,pdata 
+681d 7920fe00 setflag true ,0 ,pdata 
+681e 2a2c000f isolate0 15 ,rega 
+681f 20608000 rtn true 
+6820 67e081ba store 1 ,mem_ucode_status 
+6821 20600000 rtn 
+
+decrypt_code:
+6822 6ff0806f fetch 1 ,core_aes_en 
+6823 c4008000 rtnbit0 1 
+6824 20206828 branch decrypt_code_skip 
+
+decrypt_code_loop:
+6825 6ff08128 fetch 1 ,core_dma_status 
+6826 afefffff qisolate1 pdata 
+6827 20608000 rtn true 
+
+decrypt_code_skip:
+6828 6ff08108 fetch 1 ,core_misc_status 
+6829 c300e825 bbit0 1 ,decrypt_code_loop 
+682a 20406f10 call do_aes_cbc 
+682b 20206825 branch decrypt_code_loop 
+
+load_ucode:
+682c 6fe140e9 fetch 2 ,mem_patch_ptr 
+682d 207a0000 rtn blank 
+682e 70802380 jam 0x80 ,core_ucode_ctrl 
+682f 70802200 jam 0 ,core_ucode_hi 
+6830 70802400 jam 0 ,core_ucode_low 
+6831 684940eb fetcht 2 ,mem_patch_len 
+6832 184bf200 lshift2 temp ,loopcnt 
+6833 98000c00 iforce contr 
+
+load_ucode_loop:
+6834 efe08006 ifetch 1 ,contr 
+6835 67f08025 store 1 ,core_ucode_data 
+6836 c2006834 loop load_ucode_loop 
+6837 70802300 jam 0x0 ,core_ucode_ctrl 
+6838 20600000 rtn 
+
+otp_prog_pwr_on:
+6839 708aa004 jam 0x4 ,rfen_chgpump 
+683a 708aa133 jam 0x33 ,rfen_chgpump_ctrl1 
+683b 708aa201 jam 0x1 ,rfen_chgpump_ctrl2 
+683c 20206840 branch otp_pwr_on 
+
+otp_read_pwr_on:
+683d 708aa00c jam 0xc ,rfen_chgpump 
+683e 708aa1fb jam 0xfb ,rfen_chgpump_ctrl1 
+683f 708aa203 jam 0x3 ,rfen_chgpump_ctrl2 
+
+otp_pwr_on:
+6840 67e104d4 store 2 ,mem_timeup 
+6841 44bec00f bpatch patch0f_5 ,mem_patch0f 
+6842 708a01ff jam 0xff ,core_clkpll_ctrl1 
+6843 6ff08a0b fetch 1 ,core_rf_ldo_en1 
+6844 67e084d6 store 1 ,mem_timeup + 2 
+6845 1fe1fe04 or_into 0x4 ,pdata 
+6846 67f08a0b store 1 ,core_rf_ldo_en1 
+6847 6ff08a13 fetch 1 ,core_rf_ldo_cfg7 
+6848 67e084d7 store 1 ,mem_timeup + 3 
+6849 708a1311 jam 0x11 ,core_rf_ldo_cfg7 
+684a 200003e8 nop 1000 
+684b 6ff08a02 fetch 1 ,core_clkpll_ctrl2 
+684c 1fe1fe01 or_into 0x1 ,pdata 
+684d 67f08a02 store 1 ,core_clkpll_ctrl2 
+684e 708a0003 jam 0x03 ,core_clkpll_ctrl0 
+684f 44bf400f bpatch patch0f_6 ,mem_patch0f 
+6850 6ff08aa0 fetch 1 ,rfen_chgpump 
+6851 1fe1fed0 or_into 0xd0 ,pdata 
+6852 67f08aa0 store 1 ,rfen_chgpump 
+6853 20001770 nop 6000 
+6854 6ff08aa0 fetch 1 ,rfen_chgpump 
+6855 1fe1fe20 or_into 0x20 ,pdata 
+6856 67f08aa0 store 1 ,rfen_chgpump 
+6857 20002ee0 nop 12000 
+6858 6fe104d4 fetch 2 ,mem_timeup 
+6859 20600000 rtn 
+
+otp_pwr_off:
+685a 44bfc00f bpatch patch0f_7 ,mem_patch0f 
+685b 708aa004 jam 0x4 ,rfen_chgpump 
+685c 708aa143 jam 0x43 ,rfen_chgpump_ctrl1 
+685d 708aa201 jam 0x1 ,rfen_chgpump_ctrl2 
+685e 6ff08a02 fetch 1 ,core_clkpll_ctrl2 
+685f 1fe17efe and_into 0xfe ,pdata 
+6860 67f08a02 store 1 ,core_clkpll_ctrl2 
+6861 6fe084d6 fetch 1 ,mem_timeup + 2 
+6862 67f08a0b store 1 ,core_rf_ldo_en1 
+6863 6fe084d7 fetch 1 ,mem_timeup + 3 
+6864 67f08a13 store 1 ,core_rf_ldo_cfg7 
+6865 20600000 rtn 
+
+otp_set_addr:
+6866 1fe9fe00 lshift3 pdata ,pdata 
+6867 67f10045 store 2 ,core_otp_addr 
+6868 70804b00 jam 0 ,core_otpd_ctrl 
+6869 20600000 rtn 
+
+otp_write:
+686a 20406839 call otp_prog_pwr_on 
+686b 20406866 call otp_set_addr 
+686c 20406898 call otp_ce 
+
+otp_program:
+686d e8408011 ifetcht 1 ,rega 
+686e 1a20a201 increase 1 ,rega 
+686f 18000e00 force 0 ,queue 
+
+otp_program_bit:
+6870 a84c0000 qisolate0 temp 
+6871 2020e88f branch otp_skip_0 ,true 
+6872 6ff08046 fetch 1 ,core_otp_din 
+6873 79207e06 set1 6 ,pdata 
+6874 79207e07 set1 7 ,pdata 
+6875 67f08046 store 1 ,core_otp_din 
+6876 70804702 jam 0x02 ,core_otp_ctrl 
+6877 70804782 jam 0x82 ,core_otp_ctrl 
+6878 793ffe07 set0 7 ,pdata 
+6879 67f08046 store 1 ,core_otp_din 
+687a 7080478a jam 0x8a ,core_otp_ctrl 
+687b 2000000b nop 11 
+687c 708047ca jam 0xca ,core_otp_ctrl 
+687d 20000021 nop 33 
+687e 7080474a jam 0x4a ,core_otp_ctrl 
+687f 2000002c nop 44 
+6880 708047ca jam 0xca ,core_otp_ctrl 
+6881 20000016 nop 22 
+6882 7080478a jam 0x8a ,core_otp_ctrl 
+6883 20000021 nop 33 
+6884 70804782 jam 0x82 ,core_otp_ctrl 
+6885 20000001 nop 1 
+6886 70804792 jam 0x92 ,core_otp_ctrl 
+6887 2000000a nop 10 
+6888 708047b2 jam 0xb2 ,core_otp_ctrl 
+6889 6ff08007 fetch 1 ,core_otp_rdata 
+688a 70804792 jam 0x92 ,core_otp_ctrl 
+688b 20000001 nop 1 
+688c 70804782 jam 0x82 ,core_otp_ctrl 
+688d afec0000 qisolate0 pdata 
+688e 2020e870 branch otp_program_bit ,true 
+
+otp_skip_0:
+688f 6ff10045 fetch 2 ,core_otp_addr 
+6890 1fe0fe01 increase 1 ,pdata 
+6891 67f10045 store 2 ,core_otp_addr 
+6892 18e08e01 increase 1 ,queue 
+6893 28e01e08 compare 8 ,queue ,0xf 
+6894 2420e870 nbranch otp_program_bit ,true 
+6895 c200686d loop otp_program 
+6896 70804783 jam 0x83 ,core_otp_ctrl 
+6897 2020685a branch otp_pwr_off 
+
+otp_ce:
+6898 70804782 jam 0x82 ,core_otp_ctrl 
+6899 2000000c nop 12 
+689a 70804780 jam 0x80 ,core_otp_ctrl 
+689b 70804782 jam 0x82 ,core_otp_ctrl 
+689c 20000096 nop 150 
+689d 20600000 rtn 
+
+otpd_read_init:
+689e 20406898 call otp_ce 
+689f 708047a2 jam 0xa2 ,core_otp_ctrl 
+68a0 1a227e00 deposit rega 
+68a1 67f10048 store 2 ,core_otpd_addr 
+68a2 7920040b set1 11 ,temp 
+68a3 2fec000f isolate0 15 ,pdata 
+68a4 7920840f setflag true ,15 ,temp 
+68a5 6059004a storet 2 ,core_otpd_len 
+68a6 70800701 jam otpd_start ,core_otp_rdata 
+68a7 20600000 rtn 
+
+otpd_wait_end:
+68a8 6ff08128 fetch 1 ,core_dma_status 
+68a9 c300e8a8 bbit0 otpd_done ,otpd_wait_end 
+68aa 70804783 jam 0x83 ,core_otp_ctrl 
+68ab 20600000 rtn 
+
+otpd_read_data_with_pwr_operation:
+68ac 44c04010 bpatch patch10_0 ,mem_patch10 
+68ad 2040683d call otp_read_pwr_on 
+68ae 204068b0 call otpd_read_data 
+68af 2020685a branch otp_pwr_off 
+
+otpd_read_data:
+68b0 20406866 call otp_set_addr 
+68b1 2040689e call otpd_read_init 
+68b2 204068a8 call otpd_wait_end 
+68b3 20600000 rtn 
+
+otpd_read_code:
+68b4 2040683d call otp_read_pwr_on 
+68b5 6ff10122 fetch 2 ,core_current_otp_addr 
+68b6 67f10045 store 2 ,core_otp_addr 
+68b7 2040689e call otpd_read_init 
+68b8 d8e00001 arg otpd_done ,queue 
+68b9 20406822 call decrypt_code 
+68ba 204068a8 call otpd_wait_end 
+68bb 2feffe00 isolate1 otpd_crcok ,pdata 
+68bc 2040681b call set_ucode_status 
+68bd 2020685a branch otp_pwr_off 
+
+app_read_efuse_app_vsel:
+68be 580007d2 setarg otp_offset_app_vdd_sel 
+68bf da2040cc arg mem_lpm_ctrl3_app_vsel ,rega 
+68c0 d8400001 arg 1 ,temp 
+68c1 204068b0 call otpd_read_data 
+68c2 6fe0c0cc fetch 1 ,mem_lpm_ctrl3_app_vsel 
+68c3 243a68c5 nbranch app_set_app_vsel ,blank 
+68c4 7040cc04 jam 0x04 ,mem_lpm_ctrl3_app_vsel 
+
+app_set_app_vsel:
+68c5 20203c41 branch lpm_write_sel_vdd 
+
+app_lpm_peripheral_lock_check:
+68c6 6fe101b8 fetch 2 ,mem_ucode_device_flag 
+68c7 1ff1fe00 rshift4 pdata ,pdata 
+68c8 207a0000 rtn blank 
+68c9 6fe081b8 fetch 1 ,mem_ucode_device_flag 
+68ca 1ff1fe00 rshift4 pdata ,pdata 
+68cb c00568d4 beq dvc_op_module ,app_lpm_peripheral_lock_module 
+68cc c00268d6 beq dvc_op_dongle ,app_lpm_peripheral_lock_dongle 
+68cd c005e8db beq dvc_op_light ,app_lpm_peripheral_lock_light 
+68ce c00468df beq dvc_op_mouse ,app_lpm_peripheral_lock_mouse 
+68cf c004e8e3 beq dvc_op_shutter ,app_lpm_peripheral_lock_shutter 
+68d0 c00668d4 beq dvc_op_hci_boot ,app_lpm_peripheral_lock_hciboot 
+68d1 c006e8e7 beq dvc_op_remote_car ,app_lpm_peripheral_lock_remote_car 
+68d2 c00768e7 beq dvc_op_car ,app_lpm_peripheral_lock_car 
+68d3 20206901 branch app_lpm_mpu_lock_24g_ble 
+
+app_lpm_peripheral_lock_module:
+
+app_lpm_peripheral_lock_hciboot:
+68d4 204068fe call app_lpm_mpu_lock_24g 
+68d5 20206906 branch lpm_write_lock 
+
+app_lpm_peripheral_lock_dongle:
+68d6 dfe053d2 arg module_init ,pdata 
+68d7 d84063c1 arg ui_soft_switch_power_off ,temp 
+68d8 204068f1 call app_mpu_s0_lock 
+68d9 20206906 branch lpm_write_lock 
+
+app_lpm_peripheral_lock_test:
+68da 20206906 branch lpm_write_lock 
+
+app_lpm_peripheral_lock_light:
+68db dfe04e4d arg car_init ,pdata 
+68dc d84063d3 arg shutter_default_init ,temp 
+68dd 204068f1 call app_mpu_s0_lock 
+68de 20206906 branch lpm_write_lock 
+
+app_lpm_peripheral_lock_mouse:
+68df dfe04e4d arg car_init ,pdata 
+68e0 d84056e9 arg module_set_state ,temp 
+68e1 204068f1 call app_mpu_s0_lock 
+68e2 20206906 branch lpm_write_lock 
+
+app_lpm_peripheral_lock_shutter:
+68e3 dfe04e4d arg car_init ,pdata 
+68e4 d8405202 arg remote_car_moto_data_enable_user ,temp 
+68e5 204068f1 call app_mpu_s0_lock 
+68e6 20206906 branch lpm_write_lock 
+
+app_lpm_peripheral_lock_remote_car:
+
+app_lpm_peripheral_lock_car:
+68e7 dfe05249 arg dongle_init ,pdata 
+68e8 d84063c1 arg ui_soft_switch_power_off ,temp 
+68e9 204068f1 call app_mpu_s0_lock 
+68ea 20206906 branch lpm_write_lock 
+
+app_lpm_peripheral_lock_antilost:
+68eb dfe04e4d arg car_init ,pdata 
+68ec d84063c1 arg ui_soft_switch_power_off ,temp 
+68ed 204068f1 call app_mpu_s0_lock 
+68ee 20206906 branch lpm_write_lock 
+
+app_lpm_mpu_lock_module:
+68ef dfe053d2 arg module_init ,pdata 
+68f0 d84056e9 arg module_set_state ,temp 
+
+app_mpu_s0_lock:
+68f1 18500400 lshift16 temp ,temp 
+68f2 9841fe00 ior temp ,pdata 
+68f3 67f2004c store 4 ,core_lpm_reg 
+68f4 2020691b branch lpm_write2_mpu_s0 
+
+app_lpm_mpu_lock_app:
+68f5 dfe04e4d arg car_init ,pdata 
+68f6 d84063c1 arg ui_soft_switch_power_off ,temp 
+68f7 202068f1 branch app_mpu_s0_lock 
+
+app_lpm_mpu_lock_ble:
+68f8 dfe04362 arg le_parse_att ,pdata 
+68f9 d84047c2 arg le_send_ll_one_lenth ,temp 
+
+app_mpu_s1_lock:
+68fa 18500400 lshift16 temp ,temp 
+68fb 9841fe00 ior temp ,pdata 
+68fc 67f2004c store 4 ,core_lpm_reg 
+68fd 2020691d branch lpm_write2_mpu_s1 
+
+app_lpm_mpu_lock_24g:
+68fe dfe047c7 arg g24_prep ,pdata 
+68ff d840492b arg g24_enable_1m ,temp 
+6900 202068fa branch app_mpu_s1_lock 
+
+app_lpm_mpu_lock_24g_ble:
+6901 204068fe call app_lpm_mpu_lock_24g 
+6902 dfe04362 arg le_parse_att ,pdata 
+6903 d84047c2 arg le_send_ll_one_lenth ,temp 
+6904 204068f1 call app_mpu_s0_lock 
+6905 20206906 branch lpm_write_lock 
+
+lpm_write_lock:
+6906 6fe101b8 fetch 2 ,mem_ucode_device_flag 
+6907 79207e0d set1 lpmreg_rom_lock_bit ,pdata 
+6908 79207e0e set1 lpmreg_ice_mode_bit ,pdata 
+6909 67f2004c store 4 ,core_lpm_reg 
+690a 2040690d call lpm_write2_ctrl_option 
+690b 70801108 jam 8 ,core_encrypt 
+690c 20600000 rtn 
+
+lpm_write2_ctrl_option:
+690d 58000002 setarg lpmreg2_sel_option 
+
+lpm_write2:
+690e 37d98200 until null ,lpo_edge 
+690f 67f08012 store 1 ,core_lpm_wr2 
+6910 37d98200 until null ,lpo_edge 
+6911 37d98200 until null ,lpo_edge 
+6912 20600000 rtn 
+
+lpm_write_ice_disable:
+6913 6ff1011e fetch 2 ,core_ucode_flag 
+6914 793ffe0e set0 lpmreg_ice_mode_bit ,pdata 
+6915 67f2004c store 4 ,core_lpm_reg 
+6916 2020690d branch lpm_write2_ctrl_option 
+
+lpm_write_ice_enable:
+6917 6ff1011e fetch 2 ,core_ucode_flag 
+6918 79207e0e set1 lpmreg_ice_mode_bit ,pdata 
+6919 67f2004c store 4 ,core_lpm_reg 
+691a 2020690d branch lpm_write2_ctrl_option 
+
+lpm_write2_mpu_s0:
+691b 58000004 setarg lpmreg2_sel_mpu_s0 
+691c 2020690e branch lpm_write2 
+
+lpm_write2_mpu_s1:
+691d 58000008 setarg lpmreg2_sel_mpu_s1 
+691e 2020690e branch lpm_write2 
+
+spid_init:
+691f 44c0c010 bpatch patch10_1 ,mem_patch10 
+
+spid_init_common:
+6920 6fe0c3aa fetch 1 ,mem_spi_init_clk 
+6921 67f08080 store 1 ,core_spid_ctrl 
+6922 6fe0c3ab fetch 1 ,mem_spi_init_delay_time 
+6923 67f08081 store 1 ,core_spid_delay 
+6924 580001bb setarg mem_spid_tbuf 
+6925 67f10084 store 2 ,core_spid_txaddr 
+6926 580001c0 setarg mem_spid_rbuf 
+6927 67f10086 store 2 ,core_spid_rxaddr 
+6928 2020671a branch twspi_disable 
+
+spid_write_reg:
+6929 79207e07 set1 7 ,pdata 
+692a 67e101bb store 2 ,mem_spid_tbuf 
+692b 44c14010 bpatch patch10_2 ,mem_patch10 
+692c 70808202 jam 2 ,core_spid_txlen 
+692d 70808800 jam 0 ,core_spid_rxlen 
+692e 70800602 jam spid_start ,core_misc_ctrl 
+692f 20206939 branch wait_spid_done 
+
+spid_read_reg:
+6930 18000401 force 1 ,temp 
+
+spid_read_regs:
+6931 67e081bb store 1 ,mem_spid_tbuf 
+6932 44c1c010 bpatch patch10_3 ,mem_patch10 
+6933 70808201 jam 1 ,core_spid_txlen 
+6934 60590088 storet 2 ,core_spid_rxlen 
+6935 70800602 jam spid_start ,core_misc_ctrl 
+6936 20406939 call wait_spid_done 
+6937 6fe081c0 fetch 1 ,mem_spid_rbuf 
+6938 20600000 rtn 
+
+wait_spid_done:
+6939 20000005 nop 5 
+693a 6ff08128 fetch 1 ,core_dma_status 
+693b c301e939 bbit0 spid_done ,wait_spid_done 
+693c 20600000 rtn 
+
+flash_write:
+693d 78547c00 disable user 
+693e 1fe22400 copy pdata ,regb 
+693f 6fe0c3ce fetch 1 ,mem_spi_write_flash_sm 
+6940 c1800000 rtnne flash_sm_no_buys 
+6941 78347c00 enable user 
+6942 1a427e00 copy regb ,pdata 
+6943 2020694b branch spid_flash_write_start 
+
+flash_write_spi_sm_timer:
+6944 6fe0c3ce fetch 1 ,mem_spi_write_flash_sm 
+6945 c000e94b beq flash_sm_start ,spid_flash_write_start 
+6946 c0016951 beq flash_sm_erase_sector ,spid_flash_erase_sector 
+6947 c001e959 beq flash_sm_wait_erase_sector ,spid_flash_wait_erase_sector 
+6948 c002695d beq flash_sm_write_data ,spid_flash_write_data 
+6949 c002e964 beq flash_sm_wait_write_data ,spid_flash_wait_write_data 
+694a 20600000 rtn 
+
+spid_flash_write_start:
+694b 67e1c3c7 store 3 ,mem_spi_write_addr 
+694c 1a227e00 copy rega ,pdata 
+694d 67e143ca store 2 ,mem_spi_write_ptr 
+694e 604943cc storet 2 ,mem_spi_write_len 
+694f 7043ce02 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
+6950 20206979 branch spid_init_flash 
+
+spid_flash_erase_sector:
+6951 20406979 call spid_init_flash 
+6952 7043ce03 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
+6953 2040697f call spid_unlock_flash 
+6954 da2001bb arg mem_spid_tbuf ,rega 
+6955 70808204 jam 4 ,core_spid_txlen 
+6956 6fe1c3c7 fetch 3 ,mem_spi_write_addr 
+6957 d8400020 arg flash_command_sector_erase ,temp 
+6958 20206990 branch spid_write_flash_common 
+
+spid_flash_wait_erase_sector:
+6959 20406979 call spid_init_flash 
+695a 204069b3 call wait_spid_flash_done 
+695b 7043ce04 jam flash_sm_write_data ,mem_spi_write_flash_sm 
+695c 20600000 rtn 
+
+spid_flash_write_data:
+695d 44c24010 bpatch patch10_4 ,mem_patch10 
+695e 20406979 call spid_init_flash 
+695f 7043ce05 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
+6960 2040697f call spid_unlock_flash 
+6961 20406971 call spid_flash_data_preserve 
+6962 2040698c call spid_write_flash 
+6963 2020696c branch spid_flash_data_recover 
+
+spid_flash_wait_write_data:
+6964 20406979 call spid_init_flash 
+6965 2040697f call spid_unlock_flash 
+6966 58000005 setarg flash_read_satus 
+6967 20406930 call spid_read_reg 
+6968 c3800000 rtnbit1 flash_status_wip 
+6969 7043ce00 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
+696a 6fe1439c fetch 2 ,mem_cb_spi_flash_write_complate 
+696b 202075e6 branch callback_func 
+
+spid_flash_data_recover:
+696c 6fe204cc fetch 4 ,mem_temp 
+696d 684943ca fetcht 2 ,mem_spi_write_ptr 
+
+spid_flash_data_recover_comm:
+696e 184085fc increase -4 ,temp 
+696f e7e20002 istore 4 ,temp 
+6970 20600000 rtn 
+
+spid_flash_data_preserve:
+6971 684943ca fetcht 2 ,mem_spi_write_ptr 
+6972 18422200 copy temp ,rega 
+6973 184085fc increase -4 ,temp 
+6974 efe20002 ifetch 4 ,temp 
+6975 67e204cc store 4 ,mem_temp 
+6976 684943cc fetcht 2 ,mem_spi_write_len 
+6977 6fe1c3c7 fetch 3 ,mem_spi_write_addr 
+6978 20600000 rtn 
+
+spid_init_flash:
+6979 44c2c010 bpatch patch10_5 ,mem_patch10 
+697a 204069de call spi_gpio_init 
+697b 2040671a call twspi_disable 
+697c 58000000 setarg 0 
+697d 67e201bb store 4 ,mem_spid_tbuf 
+697e 20600000 rtn 
+
+spid_unlock_flash:
+697f 7001bb06 jam flash_command_write_enable ,mem_spid_tbuf 
+
+spid_sendcmd_common:
+6980 58000000 setarg 0 
+6981 67f10088 store 2 ,core_spid_rxlen 
+6982 58000001 setarg 1 
+6983 67f10082 store 2 ,core_spid_txlen 
+6984 580001bb setarg mem_spid_tbuf 
+6985 67f10084 store 2 ,core_spid_txaddr 
+6986 70800602 jam spid_start ,core_misc_ctrl 
+6987 20206939 branch wait_spid_done 
+
+spid_flash_release_form_powerdown:
+6988 7001bbab jam flash_command_release_from_powerdown ,mem_spid_tbuf 
+6989 20206980 branch spid_sendcmd_common 
+
+spid_flash_powerdown:
+698a 7001bbb9 jam flash_command_powerdown ,mem_spid_tbuf 
+698b 20206980 branch spid_sendcmd_common 
+
+spid_write_flash:
+698c 18408404 increase 4 ,temp 
+698d 60590082 storet 2 ,core_spid_txlen 
+698e d8400002 arg flash_command_write_data ,temp 
+698f 1a20a3fc increase -4 ,rega 
+
+spid_write_flash_common:
+6990 e0408011 istoret 1 ,rega 
+6991 1ff10400 rshift16 pdata ,temp 
+6992 e0408005 istoret 1 ,contw 
+6993 1fec8400 rshift8 pdata ,temp 
+6994 e0408005 istoret 1 ,contw 
+6995 e7e08005 istore 1 ,contw 
+6996 1a227e00 deposit rega 
+6997 67f10084 store 2 ,core_spid_txaddr 
+6998 58000000 setarg 0 
+6999 67f10088 store 2 ,core_spid_rxlen 
+699a 70800602 jam spid_start ,core_misc_ctrl 
+699b 20406939 call wait_spid_done 
+699c 202069b3 branch wait_spid_flash_done 
+
+spid_read_flash:
+699d 60590088 storet 2 ,core_spid_rxlen 
+699e 1ff10400 rshift16 pdata ,temp 
+699f 604881bc storet 1 ,mem_addr_hi 
+69a0 1fec8400 rshift8 pdata ,temp 
+69a1 604881bd storet 1 ,mem_addr_mi 
+69a2 67e081be store 1 ,mem_addr_lo 
+69a3 58000004 setarg 4 
+69a4 67f10082 store 2 ,core_spid_txlen 
+69a5 7001bb03 jam flash_command_read_data ,mem_spid_tbuf 
+69a6 580001bb setarg mem_spid_tbuf 
+69a7 67f10084 store 2 ,core_spid_txaddr 
+69a8 1a227e00 deposit rega 
+69a9 67f10086 store 2 ,core_spid_rxaddr 
+69aa 6ff08080 fetch 1 ,core_spid_ctrl 
+69ab 2a2c000f isolate0 15 ,rega 
+69ac 7920fe06 setflag true ,6 ,pdata 
+69ad 67f08080 store 1 ,core_spid_ctrl 
+69ae 70800602 jam spid_start ,core_misc_ctrl 
+
+spid_read_flash_wait:
+69af 6ff08128 fetch 1 ,core_dma_status 
+69b0 c283e9af bbit1 7 ,spid_read_flash_wait 
+69b1 d8e00003 arg spid_done ,queue 
+69b2 20206939 branch wait_spid_done 
+
+wait_spid_flash_done:
+69b3 580007d0 setarg 2000 
+69b4 20403abc call sleep 
+69b5 2040697f call spid_unlock_flash 
+69b6 580001c0 setarg mem_spid_rbuf 
+69b7 67f10086 store 2 ,core_spid_rxaddr 
+69b8 58000005 setarg flash_read_satus 
+69b9 20406930 call spid_read_reg 
+69ba c28069b3 bbit1 flash_status_wip ,wait_spid_flash_done 
+69bb 20600000 rtn 
+
+spid_load_flash:
+69bc 60590088 storet 2 ,core_spid_rxlen 
+69bd 58000004 setarg 4 
+69be 67f10082 store 2 ,core_spid_txlen 
+69bf 7001bb03 jam 3 ,mem_spid_tbuf 
+69c0 580001bb setarg mem_spid_tbuf 
+69c1 67f10084 store 2 ,core_spid_txaddr 
+69c2 1a227e00 deposit rega 
+69c3 67f10086 store 2 ,core_spid_rxaddr 
+69c4 6ff08080 fetch 1 ,core_spid_ctrl 
+69c5 2a2c000f isolate0 15 ,rega 
+69c6 7920fe06 setflag true ,6 ,pdata 
+69c7 67f08080 store 1 ,core_spid_ctrl 
+69c8 70800602 jam spid_start ,core_misc_ctrl 
+
+spi_load_flash_wait:
+69c9 6ff08128 fetch 1 ,core_dma_status 
+69ca c283e9c9 bbit1 7 ,spi_load_flash_wait 
+69cb d8e00003 arg spid_done ,queue 
+69cc 20406822 call decrypt_code 
+69cd 20406939 call wait_spid_done 
+69ce 2feffe02 isolate1 spid_crcok ,pdata 
+69cf 2040681b call set_ucode_status 
+69d0 6fe081bc fetch 1 ,mem_addr_hi 
+69d1 1ff02400 lshift16 pdata ,regb 
+69d2 6fe081bd fetch 1 ,mem_addr_mi 
+69d3 1fed7e00 lshift8 pdata ,pdata 
+69d4 9a41a400 ior regb ,regb 
+69d5 6fe081be fetch 1 ,mem_addr_lo 
+69d6 9a41fe00 ior regb ,pdata 
+69d7 9840fe00 iadd temp ,pdata 
+69d8 67e081be store 1 ,mem_addr_lo 
+69d9 1fecfe00 rshift8 pdata ,pdata 
+69da 67e081bd store 1 ,mem_addr_mi 
+69db 1fecfe00 rshift8 pdata ,pdata 
+69dc 67e081bc store 1 ,mem_addr_hi 
+69dd 20600000 rtn 
+
+spi_gpio_init:
+69de 6fe0c3cf fetch 1 ,mem_spi_cs_gpio 
+69df 6848c3d1 fetcht 1 ,mem_spi_so_gpio 
+69e0 98467c00 isub temp ,null 
+69e1 2422e9e3 nbranch spi_pin_set ,zero 
+69e2 204069ef call spi_gpio_default_init 
+
+spi_pin_set:
+69e3 6fe0c3cf fetch 1 ,mem_spi_cs_gpio 
+69e4 d8400020 arg gpcfg_spid_ncs ,temp 
+69e5 20406c68 call gpio_config_function_int 
+69e6 6fe0c3d2 fetch 1 ,mem_spi_sclk_gpio 
+69e7 d8400021 arg gpcfg_spid_sck ,temp 
+69e8 20406c68 call gpio_config_function_int 
+69e9 6fe0c3d0 fetch 1 ,mem_spi_si_gpio 
+69ea d8400022 arg gpcfg_spid_mosi ,temp 
+69eb 20406c68 call gpio_config_function_int 
+69ec 6fe0c3d1 fetch 1 ,mem_spi_so_gpio 
+69ed d840001f arg gpcfg_spid_miso ,temp 
+69ee 20206c68 branch gpio_config_function_int 
+
+spi_gpio_default_init:
+69ef 7043cf01 jam 1 ,mem_spi_cs_gpio 
+69f0 7043d003 jam 3 ,mem_spi_si_gpio 
+69f1 7043d100 jam 0 ,mem_spi_so_gpio 
+69f2 7043d202 jam 2 ,mem_spi_sclk_gpio 
+69f3 7043d30b jam 11 ,mem_spi_wp_gpio 
+69f4 7043d40a jam 10 ,mem_spi_hold_gpio 
+69f5 20600000 rtn 
+
+soft_reset_chip:
+69f6 70801001 jam 1 ,core_reset 
+69f7 20600000 rtn 
+
+iic_init_600khz:
+69f8 70808b05 jam 5 ,core_iicd_scl_low 
+69f9 70808c07 jam 7 ,core_iicd_scl_high 
+69fa 70808d07 jam 7 ,core_iicd_start_setup 
+69fb 70808e07 jam 7 ,core_iicd_start_hold 
+69fc 70808f07 jam 7 ,core_iicd_stop_setup 
+69fd 70809005 jam 5 ,core_iicd_data_setup 
+69fe 70809100 jam 0 ,core_iicd_data_hold 
+69ff 20600000 rtn 
+
+iic_init_360khz:
+6a00 70808b0c jam 12 ,core_iicd_scl_low 
+6a01 70808c0d jam 13 ,core_iicd_scl_high 
+6a02 70808d0d jam 13 ,core_iicd_start_setup 
+6a03 70808e0d jam 13 ,core_iicd_start_hold 
+6a04 70808f0d jam 13 ,core_iicd_stop_setup 
+6a05 7080900c jam 12 ,core_iicd_data_setup 
+6a06 70809100 jam 0 ,core_iicd_data_hold 
+6a07 20600000 rtn 
+
+iicd_init_pin:
+6a08 20406a3d call iicd_eeprom_write_enable 
+
+iicd_init_pin_scl_sda:
+6a09 6fe0c3d6 fetch 1 ,mem_eeprom_scl_gpio 
+6a0a d840006c arg gpcfg_iic_scl | gpcfg_pullup ,temp 
+6a0b 20406c68 call gpio_config_function_int 
+6a0c 6fe0c3d7 fetch 1 ,mem_eeprom_sda_gpio 
+6a0d d840006d arg gpcfg_iic_sda | gpcfg_pullup ,temp 
+6a0e 20206c68 branch gpio_config_function_int 
+
+iicd_read_init_pin:
+6a0f 20406a44 call iicd_eeprom_write_disable 
+6a10 20206a09 branch iicd_init_pin_scl_sda 
+
+wait_iicd_done:
+6a11 6ff08128 fetch 1 ,core_dma_status 
+6a12 c302ea11 bbit0 iicd_done ,wait_iicd_done 
+6a13 20600000 rtn 
+
+iicd_read_data:
+6a14 67e081bf store 1 ,mem_iicd_addr 
+6a15 580001bf setarg mem_iicd_addr 
+6a16 67f10094 store 2 ,core_iicd_txaddr 
+6a17 58000001 setarg 1 
+6a18 67f10092 store 2 ,core_iicd_txlen 
+6a19 60590098 storet 2 ,core_iicd_rxlen 
+6a1a 62310096 storer rega ,2 ,core_iicd_rxaddr 
+6a1b 70808a01 jam 1 ,core_iicd_ctrl 
+6a1c 70800604 jam iicd_start ,core_misc_ctrl 
+6a1d 20206a11 branch wait_iicd_done 
+
+iic_write_data:
+6a1e 58000000 setarg 0 
+6a1f 67f10098 store 2 ,core_iicd_rxlen 
+6a20 67f10096 store 2 ,core_iicd_rxaddr 
+6a21 60590092 storet 2 ,core_iicd_txlen 
+6a22 62310094 storer rega ,2 ,core_iicd_txaddr 
+6a23 70808a01 jam 1 ,core_iicd_ctrl 
+6a24 70800604 jam iicd_start ,core_misc_ctrl 
+6a25 20206a11 branch wait_iicd_done 
+
+set_eeprom_size_2k:
+6a26 79200028 set1 mark_eeprom_size ,mark 
+6a27 7043a908 jam 0x08 ,mem_eeprom_block_size 
+6a28 20600000 rtn 
+
+clear_eeprom_size_2k:
+6a29 793f8028 set0 mark_eeprom_size ,mark 
+6a2a 7043a920 jam 0x20 ,mem_eeprom_block_size 
+6a2b 20600000 rtn 
+
+iicd_read_eep_data_size_2k:
+6a2c 6fe0c3a0 fetch 1 ,mem_eeprom_base 
+6a2d 9a40fe00 iadd regb ,pdata 
+6a2e 67e081bd store 1 ,mem_addr_mi 
+6a2f 20206a33 branch iicd_read_eep_size_2k 
+
+iicd_read_eep_size_2k_lcadcode:
+6a30 6fe101bd fetch 2 ,mem_addr_mi 
+6a31 1ff0fe00 byteswap pdata ,pdata 
+6a32 67e081bd store 1 ,mem_addr_mi 
+
+iicd_read_eep_size_2k:
+6a33 58000003 setarg 3 
+6a34 67f10092 store 2 ,core_iicd_txlen 
+6a35 7001bca0 jam 0xa0 ,mem_iicd_tbuf 
+6a36 7001bea1 jam 0xa1 ,mem_iicd_tbuf + 2 
+6a37 20206a52 branch iicd_read_eep_common 
+
+iicd_write_protect_eep_data:
+6a38 604904cc storet 2 ,mem_temp 
+6a39 20406a3d call iicd_eeprom_write_enable 
+6a3a 684904cc fetcht 2 ,mem_temp 
+6a3b 20406a6c call iicd_write_eep_data 
+6a3c 20206a44 branch iicd_eeprom_write_disable 
+
+iicd_eeprom_write_enable:
+6a3d 6fe0c3d5 fetch 1 ,mem_eeprom_wp_gpio 
+6a3e c17f8000 rtneq gpio_disable 
+6a3f c3036a42 bbit0 6 ,iicd_wp_gpio_output_low 
+6a40 580249f0 setarg 150000 
+6a41 20403abc call sleep 
+
+iicd_wp_gpio_output_low:
+6a42 6848c3d5 fetcht 1 ,mem_eeprom_wp_gpio 
+6a43 20206c43 branch gpio_out_active 
+
+iicd_eeprom_write_disable:
+6a44 6848c3d5 fetcht 1 ,mem_eeprom_wp_gpio 
+6a45 20206c3f branch gpio_out_inactive 
+
+iicd_read_eep_data:
+6a46 44c34010 bpatch patch10_6 ,mem_patch10 
+6a47 c5146a2c bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
+6a48 6fe143a0 fetch 2 ,mem_eeprom_base 
+6a49 9a40fe00 iadd regb ,pdata 
+6a4a 1ff0fe00 byteswap pdata ,pdata 
+6a4b 67e101bd store 2 ,mem_addr_mi 
+
+iicd_read_eep:
+6a4c 44c3c010 bpatch patch10_7 ,mem_patch10 
+6a4d c5146a30 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
+6a4e 58000004 setarg 4 
+6a4f 67f10092 store 2 ,core_iicd_txlen 
+6a50 7001bca0 jam 0xa0 ,mem_iicd_tbuf 
+6a51 7001bfa1 jam 0xa1 ,mem_iicd_tbuf + 3 
+
+iicd_read_eep_common:
+6a52 580001bc setarg mem_iicd_tbuf 
+6a53 67f10094 store 2 ,core_iicd_txaddr 
+6a54 60590098 storet 2 ,core_iicd_rxlen 
+6a55 62310096 storer rega ,2 ,core_iicd_rxaddr 
+6a56 58000002 setarg 2 
+6a57 2a2c000f isolate0 15 ,rega 
+6a58 7920fe00 setflag true ,0 ,pdata 
+6a59 67f0808a store 1 ,core_iicd_ctrl 
+6a5a 70800604 jam iicd_start ,core_misc_ctrl 
+6a5b d8e00005 arg iicd_done ,queue 
+6a5c 20406822 call decrypt_code 
+6a5d 20406a11 call wait_iicd_done 
+6a5e 2feffe04 isolate1 iicd_crcok ,pdata 
+6a5f 2040681b call set_ucode_status 
+6a60 c5146a67 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
+6a61 6fe101bd fetch 2 ,mem_addr_mi 
+6a62 1ff0fe00 byteswap pdata ,pdata 
+6a63 9840fe00 iadd temp ,pdata 
+6a64 1ff0fe00 byteswap pdata ,pdata 
+6a65 67e101bd store 2 ,mem_addr_mi 
+6a66 20600000 rtn 
+
+iicd_read_eep_load_code_size_2k:
+6a67 6fe081bd fetch 1 ,mem_addr_mi 
+6a68 9840fe00 iadd temp ,pdata 
+6a69 1ff0fe00 byteswap pdata ,pdata 
+6a6a 67e101bd store 2 ,mem_addr_mi 
+6a6b 20600000 rtn 
+
+iicd_write_eep_data:
+6a6c 6fe143a0 fetch 2 ,mem_eeprom_base 
+6a6d 9a40fe00 iadd regb ,pdata 
+
+iicd_write_ota_data:
+6a6e 67e104c4 store 2 ,mem_pdatatemp 
+6a6f 44c44011 bpatch patch11_0 ,mem_patch11 
+6a70 604904cc storet 2 ,mem_temp 
+6a71 622104e3 storer rega ,2 ,mem_contr 
+
+iicd_write_eep_loop:
+6a72 20406a81 call iicd_eep_transparency 
+6a73 684904dc fetcht 2 ,mem_regb 
+6a74 6a2104e3 fetchr rega ,2 ,mem_contr 
+6a75 6fe104c4 fetch 2 ,mem_pdatatemp 
+6a76 20406aa2 call iicd_write_eep 
+6a77 6fe104dc fetch 2 ,mem_regb 
+6a78 684904e3 fetcht 2 ,mem_contr 
+6a79 98408400 iadd temp ,temp 
+6a7a 604904e3 storet 2 ,mem_contr 
+6a7b 684904c4 fetcht 2 ,mem_pdatatemp 
+6a7c 98408400 iadd temp ,temp 
+6a7d 604904c4 storet 2 ,mem_pdatatemp 
+6a7e 6fe104cc fetch 2 ,mem_temp 
+6a7f 243a6a72 nbranch iicd_write_eep_loop ,blank 
+6a80 20600000 rtn 
+
+iicd_eep_transparency:
+6a81 44c4c011 bpatch patch11_1 ,mem_patch11 
+6a82 6fe0c3a9 fetch 1 ,mem_eeprom_block_size 
+6a83 1fe0ffff increase -1 ,pdata 
+6a84 684904c4 fetcht 2 ,mem_pdatatemp 
+6a85 9841fe00 ior temp ,pdata 
+6a86 1fe0fe01 increase 1 ,pdata 
+6a87 67e184e0 store 3 ,mem_regc 
+6a88 6fe104cc fetch 2 ,mem_temp 
+6a89 9840fe00 iadd temp ,pdata 
+6a8a 684984e0 fetcht 3 ,mem_regc 
+6a8b 98467e00 isub temp ,pdata 
+6a8c 24216a93 nbranch iicd_eep_deal_short_packet ,positive 
+6a8d 67e104cc store 2 ,mem_temp 
+6a8e 6fe184e0 fetch 3 ,mem_regc 
+6a8f 684904c4 fetcht 2 ,mem_pdatatemp 
+6a90 98467e00 isub temp ,pdata 
+6a91 67e104dc store 2 ,mem_regb 
+6a92 20600000 rtn 
+
+iicd_eep_deal_short_packet:
+6a93 6fe104cc fetch 2 ,mem_temp 
+6a94 67e104dc store 2 ,mem_regb 
+6a95 58000000 setarg 0 
+6a96 67e104cc store 2 ,mem_temp 
+6a97 20600000 rtn 
+
+iicd_write_eep_size_2k:
+6a98 1a427e00 copy regb ,pdata 
+6a99 18408402 increase 2 ,temp 
+6a9a 60590092 storet 2 ,core_iicd_txlen 
+6a9b 1a20a3fe increase -2 ,rega 
+6a9c e8418011 ifetcht 3 ,rega 
+6a9d 18422400 copy temp ,regb 
+6a9e d84000a0 arg 0xa0 ,temp 
+6a9f e0408011 istoret 1 ,rega 
+6aa0 e7e08005 istore 1 ,contw 
+6aa1 20206aaf branch iicd_write_eep_common 
+
+iicd_write_eep:
+6aa2 1fe22400 copy pdata ,regb 
+6aa3 44c54011 bpatch patch11_2 ,mem_patch11 
+6aa4 c5146a98 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
+6aa5 1a427e00 copy regb ,pdata 
+6aa6 18408403 increase 3 ,temp 
+6aa7 60590092 storet 2 ,core_iicd_txlen 
+6aa8 1a20a3fd increase -3 ,rega 
+6aa9 e8418011 ifetcht 3 ,rega 
+6aaa 18422400 copy temp ,regb 
+6aab d84000a0 arg 0xa0 ,temp 
+6aac e0408011 istoret 1 ,rega 
+6aad 1ff0fe00 byteswap pdata ,pdata 
+6aae e7e10005 istore 2 ,contw 
+
+iicd_write_eep_common:
+6aaf 62310094 storer rega ,2 ,core_iicd_txaddr 
+6ab0 58000000 setarg 0 
+6ab1 67f10098 store 2 ,core_iicd_rxlen 
+6ab2 70808a01 jam 1 ,core_iicd_ctrl 
+6ab3 70800604 jam iicd_start ,core_misc_ctrl 
+6ab4 20406a11 call wait_iicd_done 
+6ab5 e2418011 istorer regb ,3 ,rega 
+
+iic_check_eeprom_standby:
+6ab6 44c5c011 bpatch patch11_3 ,mem_patch11 
+6ab7 7001bf00 jam 0 ,mem_iicd_tbuf + 3 
+
+iic_check_eeprom_standby_wait:
+6ab8 58000001 setarg 1 
+6ab9 67f10092 store 2 ,core_iicd_txlen 
+6aba 7001bca0 jam 0xa0 ,mem_iicd_tbuf 
+6abb 580001bc setarg mem_iicd_tbuf 
+6abc 67f10094 store 2 ,core_iicd_txaddr 
+6abd 58000000 setarg 0 
+6abe 67f10098 store 2 ,core_iicd_rxlen 
+6abf 67f10096 store 2 ,core_iicd_rxaddr 
+6ac0 58000003 setarg 3 
+6ac1 67f0808a store 1 ,core_iicd_ctrl 
+6ac2 70800604 jam iicd_start ,core_misc_ctrl 
+6ac3 20406a11 call wait_iicd_done 
+6ac4 6ff08128 fetch 1 ,core_dma_status 
+6ac5 c4030000 rtnbit0 iicd_ack 
+6ac6 200005dc nop 1500 
+6ac7 6fe081bf fetch 1 ,mem_iicd_tbuf + 3 
+6ac8 1fe0fe01 increase 1 ,pdata 
+6ac9 67e081bf store 1 ,mem_iicd_tbuf + 3 
+6aca 1fe67c28 sub pdata ,40 ,null 
+6acb 24610000 nrtn positive 
+6acc 20206ab8 branch iic_check_eeprom_standby_wait 
+
+uarta_init_dma_mem:
+6acd 20407636 call enable_user 
+6ace 20206acf branch uart_init_dma_mem 
+
+uart_init_dma_mem:
+6acf 1ff10400 rshift16 pdata ,temp 
+6ad0 20546af3 call uarta_init_rx ,user 
+6ad1 1fef7e00 rshift32 pdata ,pdata 
+6ad2 1ff10400 rshift16 pdata ,temp 
+6ad3 20546aef call uarta_init_tx ,user 
+6ad4 6ff10050 fetch 2 ,core_clkoff 
+6ad5 793ffe0f set0 clock_off_uart ,pdata 
+6ad6 67f10050 store 2 ,core_clkoff 
+6ad7 20600000 rtn 
+
+uarta_init_baud_rate:
+6ad8 67f10052 store uart_baud_len ,core_uart_baud 
+6ad9 20600000 rtn 
+
+uarta_calc_baud_rate_config:
+6ada 20406adc call uart_calc_baud_rate_config 
+6adb 20206ad8 branch uarta_init_baud_rate 
+
+uart_calc_baud_rate_config:
+6adc 20406ae1 call uart_calc_baud_rate_config_choice_uart_clock 
+6add 9846fc00 idiv temp 
+6ade 204075d0 call wait_div_end 
+6adf 1807fe00 quotient pdata 
+6ae0 20600000 rtn 
+
+uart_calc_baud_rate_config_choice_uart_clock:
+6ae1 6ff08043 fetch 1 ,core_uart_clksel 
+6ae2 c3006ae5 bbit0 uart_clock_select_bit ,uart_calc_baud_rate_config_choice_uart_clock_crystal 
+6ae3 5adc6c00 setarg uart_clock_freq_48m 
+6ae4 20600000 rtn 
+
+uart_calc_baud_rate_config_choice_uart_clock_crystal:
+6ae5 596e3600 setarg uart_clock_freq_24m 
+6ae6 20600000 rtn 
+
+uart_clock_select_main_freq_crystal:
+6ae7 6ff08043 fetch 1 ,core_uart_clksel 
+6ae8 1fe17efe and pdata ,uart_clock_select_crystal ,pdata 
+6ae9 67f08043 store 1 ,core_uart_clksel 
+6aea 20600000 rtn 
+
+uart_clock_select_main_freq_dpll:
+6aeb 6ff08043 fetch 1 ,core_uart_clksel 
+6aec 1fe1fe01 or pdata ,uart_clock_select_dpll ,pdata 
+6aed 67f08043 store 1 ,core_uart_clksel 
+6aee 20600000 rtn 
+
+uarta_init_tx:
+6aef 67f1005a store 2 ,core_uart_tsaddr 
+6af0 67f1005e store 2 ,core_uart_twptr 
+6af1 6059005c storet 2 ,core_uart_teaddr 
+6af2 20600000 rtn 
+
+uarta_init_rx:
+6af3 67f10054 store 2 ,core_uart_rsaddr 
+6af4 67f10058 store 2 ,core_uart_rrptr 
+6af5 60590056 storet 2 ,core_uart_readdr 
+6af6 20600000 rtn 
+
+uarta_prepare_tx:
+6af7 6951005a fetchr contus ,2 ,core_uart_tsaddr 
+6af8 6a11005c fetchr contue ,2 ,core_uart_teaddr 
+6af9 6871005e fetchr contu ,2 ,core_uart_twptr 
+6afa 20600000 rtn 
+
+uarta_prepare_rx:
+6afb 69510054 fetchr contus ,2 ,core_uart_rsaddr 
+6afc 6a110056 fetchr contue ,2 ,core_uart_readdr 
+6afd 68710058 fetchr contu ,2 ,core_uart_rrptr 
+6afe 20600000 rtn 
+
+uarta_send:
+6aff 6071005e storer contu ,2 ,core_uart_twptr 
+6b00 20600000 rtn 
+
+uarta_rxdone:
+6b01 60710058 storer contu ,2 ,core_uart_rrptr 
+6b02 20600000 rtn 
+
+uarta_clear_current_rx:
+6b03 20406afb call uarta_prepare_rx 
+6b04 6ff10112 fetch 2 ,core_uart_rxitems 
+6b05 98608600 iadd contu ,contu 
+6b06 20206b01 branch uarta_rxdone 
+
+uarta_prepare_tx_register_push:
+6b07 20406b0b call uart_register_push 
+6b08 20206af7 branch uarta_prepare_tx 
+
+uarta_send_register_pop:
+6b09 20406aff call uarta_send 
+6b0a 20206b0f branch uart_register_pop 
+
+uart_register_push:
+6b0b 606104eb storer contu ,2 ,mem_contu 
+6b0c 614104e9 storer contus ,2 ,mem_contue 
+6b0d 620104e7 storer contue ,2 ,mem_contus 
+6b0e 20600000 rtn 
+
+uart_register_pop:
+6b0f 686104eb fetchr contu ,2 ,mem_contu 
+6b10 694104e9 fetchr contus ,2 ,mem_contue 
+6b11 6a0104e7 fetchr contue ,2 ,mem_contus 
+6b12 20600000 rtn 
+
+uart_copy_tx_bytes_fast:
+6b13 1f227e00 deposit loopcnt 
+6b14 207a0000 rtn blank 
+
+uart_copy_tx_bytes_fast_loop:
+6b15 1f20f3f8 increase -8 ,loopcnt 
+6b16 20416b20 call uart_tx_8_bytes ,positive 
+6b17 20628000 rtn zero 
+6b18 20216b15 branch uart_copy_tx_bytes_fast_loop ,positive 
+6b19 1f20f208 increase 8 ,loopcnt 
+
+uart_copy_tx_bytes_fast_loop_four:
+6b1a 1f20f3fc increase -4 ,loopcnt 
+6b1b 20416b23 call uart_tx_4_bytes ,positive 
+6b1c 20628000 rtn zero 
+6b1d 20216b1a branch uart_copy_tx_bytes_fast_loop_four ,positive 
+6b1e 1f20f204 increase 4 ,loopcnt 
+6b1f 20206b26 branch uart_copy_tx_bytes 
+
+uart_tx_8_bytes:
+6b20 efe40006 ifetch 8 ,contr 
+6b21 e7e40003 istore 8 ,contu 
+6b22 20600000 rtn 
+
+uart_tx_4_bytes:
+6b23 efe20006 ifetch 4 ,contr 
+6b24 e7e20003 istore 4 ,contu 
+6b25 20600000 rtn 
+
+uart_copy_tx_bytes:
+6b26 1f227e00 deposit loopcnt 
+6b27 207a0000 rtn blank 
+
+uart_copy_tx_bytes_loop:
+6b28 efe08006 ifetch 1 ,contr 
+6b29 e7e08003 istore 1 ,contu 
+6b2a c2006b28 loop uart_copy_tx_bytes_loop 
+6b2b 20600000 rtn 
+
+uart_copy_rx_bytes_fast:
+6b2c 1f227e00 deposit loopcnt 
+6b2d 207a0000 rtn blank 
+
+uart_copy_rx_bytes_fast_loop:
+6b2e 1f20f3f8 increase -8 ,loopcnt 
+6b2f 20416b39 call uart_rx_8_bytes ,positive 
+6b30 20628000 rtn zero 
+6b31 20216b2e branch uart_copy_rx_bytes_fast_loop ,positive 
+6b32 1f20f208 increase 8 ,loopcnt 
+
+uart_copy_rx_bytes_fast_loop_four:
+6b33 1f20f3fc increase -4 ,loopcnt 
+6b34 20416b3c call uart_rx_4_bytes ,positive 
+6b35 20628000 rtn zero 
+6b36 20216b33 branch uart_copy_rx_bytes_fast_loop_four ,positive 
+6b37 1f20f204 increase 4 ,loopcnt 
+6b38 20206b3f branch uart_copy_rx_bytes 
+
+uart_rx_8_bytes:
+6b39 efe40003 ifetch 8 ,contu 
+6b3a e7e40005 istore 8 ,contw 
+6b3b 20600000 rtn 
+
+uart_rx_4_bytes:
+6b3c efe20003 ifetch 4 ,contu 
+6b3d e7e20005 istore 4 ,contw 
+6b3e 20600000 rtn 
+
+uart_copy_rx_bytes:
+6b3f 1f227e00 deposit loopcnt 
+6b40 207a0000 rtn blank 
+
+uart_copy_rx_bytes_loop:
+6b41 efe08003 ifetch 1 ,contu 
+6b42 e7e08005 istore 1 ,contw 
+6b43 c2006b41 loop uart_copy_rx_bytes_loop 
+6b44 20600000 rtn 
+
+app_store_nvram_event:
+6b45 7004c33d jam bt_evt_store_nvram ,mem_fifo_temp 
+6b46 2020709b branch ui_ipc_send_event 
+
+check_51cmd_update_device_record:
+6b47 44c64011 bpatch patch11_4 ,mem_patch11 
+6b48 6fe0c3af fetch 1 ,mem_nv_data_number 
+6b49 207a0000 rtn blank 
+6b4a 20406be9 call check_nvram 
+6b4b 2042ebef call init_device_list ,zero 
+6b4c 2040763c call disable_user2 
+6b4d 20406b7a call nvram_find_addr_from_bd_list 
+
+write_device_record:
+6b4e 6fe0c3af fetch 1 ,mem_nv_data_number 
+6b4f 1fe22600 icopy regc 
+6b50 684943ad fetcht 2 ,mem_nv_data_ptr 
+6b51 6049002e storet 2 ,mem_list_item_ptr 
+
+write_device_loop_find:
+6b52 1a627e00 copy regc ,pdata 
+6b53 203a6b45 branch app_store_nvram_event ,blank 
+6b54 1a60a7ff increase -1 ,regc 
+6b55 18422200 copy temp ,rega 
+6b56 efe08011 ifetch 1 ,rega 
+6b57 6848802c fetcht 1 ,mem_select_list_item 
+6b58 98467c00 isub temp ,null 
+6b59 2042eb62 call set_index_finded_device ,zero 
+6b5a 20216b5e branch write_device_loop_find0 ,positive 
+6b5b efe08011 ifetch 1 ,rega 
+6b5c 1fe0fe01 increase 1 ,pdata 
+6b5d e7e08011 istore 1 ,rega 
+
+write_device_loop_find0:
+6b5e 6849002e fetcht 2 ,mem_list_item_ptr 
+6b5f 18408422 increase nv_data_len ,temp 
+6b60 6049002e storet 2 ,mem_list_item_ptr 
+6b61 20206b52 branch write_device_loop_find 
+
+set_index_finded_device:
+6b62 58000000 setarg 0 
+6b63 e7e08011 istore 1 ,rega 
+6b64 6fe0802d fetch 1 ,mem_temp_reconn_record 
+6b65 e7e08005 istore 1 ,contw 
+6b66 c099eb6f bne rec_3_mode ,set_index_finded_device_ble_mode 
+
+set_index_find_device_master_addr:
+6b67 efe30006 ifetch 6 ,contr 
+6b68 e7e40005 istore 8 ,contw 
+6b69 58000000 setarg 0 
+6b6a e7e40005 istore 8 ,contw 
+6b6b 1a420c00 copy regb ,contr 
+
+store_rec_data_common:
+6b6c 204074f5 call memcpy16 
+6b6d 18007c01 force 1 ,null 
+6b6e 20600000 rtn 
+
+set_index_finded_device_ble_mode:
+6b6f c01b6b73 beq rec_4_mode_random_resolvable_private_address ,set_index_finded_device_irk 
+6b70 c01beb77 beq rec_4_mode_random_non_resolvable_private_address ,set_index_finded_device_ediv 
+6b71 da40424a arg mem_le_ltk ,regb 
+6b72 20206b67 branch set_index_find_device_master_addr 
+
+set_index_finded_device_irk:
+6b73 d8c042e0 arg mem_le_irk ,contr 
+6b74 204074f5 call memcpy16 
+
+store_ble_rec_data_common:
+6b75 d8c0424a arg mem_le_ltk ,contr 
+6b76 20206b6c branch store_rec_data_common 
+
+set_index_finded_device_ediv:
+6b77 d8c042d8 arg mem_le_rand ,contr 
+6b78 204074f5 call memcpy16 
+6b79 20206b75 branch store_ble_rec_data_common 
+
+nvram_find_addr_from_bd_list:
+6b7a 44c6c011 bpatch patch11_5 ,mem_patch11 
+6b7b 20407638 call disable_user 
+6b7c 6fe0c3af fetch 1 ,mem_nv_data_number 
+6b7d 207a0000 rtn blank 
+6b7e 44c74011 bpatch patch11_6 ,mem_patch11 
+6b7f 6fe1442f fetch 2 ,mem_ui_state_map 
+6b80 c4048000 rtnbit0 ui_state_ble_connected 
+
+find_addr_from_bd_list_ble_mode:
+6b81 6fe0c29e fetch 1 ,mem_le_conn_peer_addr_type 
+6b82 c0006b96 beq master_public_addr ,find_addr_from_bd_list_public_device_addr 
+6b83 6fe08178 fetch 1 ,mem_le_plap + 5 
+6b84 2fe180c0 compare 0xc0 ,pdata ,0xc0 
+6b85 2020eb89 branch find_addr_from_bd_list_static_addr ,true 
+6b86 2fe18040 compare 0x40 ,pdata ,0xc0 
+6b87 2020eb9b branch find_addr_from_bd_list_random_addr ,true 
+6b88 20206b90 branch find_addr_from_bd_list_random_non_resolvable_private_address_sc_or_legacy 
+
+find_addr_from_bd_list_static_addr:
+6b89 20366b8d branch find_addr_from_bd_list_static_addr_reconnect ,user2 
+6b8a 6fe0c282 fetch 1 ,mem_le_preq_init_key_distribution 
+6b8b c300eb96 bbit0 le_initator_irk_bit ,find_addr_from_bd_list_public_device_addr 
+6b8c 20206b90 branch find_addr_from_bd_list_static_addr_sc_or_legacy 
+
+find_addr_from_bd_list_static_addr_reconnect:
+6b8d 20406b96 call find_addr_from_bd_list_public_device_addr 
+6b8e 20740000 rtn user 
+6b8f 20206b90 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:
+6b90 6fe0c2d1 fetch 1 ,mem_le_pairing_mode 
+6b91 c283eb93 bbit1 le_pairing_mode_secure_connect_bit ,find_addr_from_bd_list_random_non_resolvable_private_address_sc 
+6b92 20206b99 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:
+6b93 6fe30173 fetch 6 ,mem_le_plap 
+6b94 67e442d8 store 8 ,mem_le_rand 
+6b95 20206b99 branch find_addr_from_bd_list_random_non_resolvable_private_address 
+
+find_addr_from_bd_list_public_device_addr:
+6b96 70002d35 jam rec_4_mode_static_address ,mem_temp_reconn_record 
+6b97 6fe30173 fetch 6 ,mem_le_plap 
+6b98 20206b9d branch find_addr_from_bd_list_common 
+
+find_addr_from_bd_list_random_non_resolvable_private_address:
+6b99 70002d37 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
+6b9a 20206b9d branch find_addr_from_bd_list_common 
+
+find_addr_from_bd_list_random_addr:
+6b9b 70002d36 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
+6b9c 20206b9d branch find_addr_from_bd_list_common 
+
+find_addr_from_bd_list_common:
+6b9d 44c7c011 bpatch patch11_7 ,mem_patch11 
+6b9e 6fe143ad fetch 2 ,mem_nv_data_ptr 
+6b9f e840803f ifetcht 1 ,pdata 
+6ba0 1fe0fe01 pincrease 1 
+6ba1 67e1002e store 2 ,mem_list_item_ptr 
+6ba2 6048802c storet 1 ,mem_select_list_item 
+6ba3 6fe0c3af fetch 1 ,mem_nv_data_number 
+6ba4 1fe22600 icopy regc 
+
+nvram_find_addr_from_list:
+6ba5 6fe1002e fetch 2 ,mem_list_item_ptr 
+6ba6 1fe22200 copy pdata ,rega 
+6ba7 20406bb5 call nvram_find_addr_from_list_compare 
+6ba8 20740000 rtn user 
+6ba9 6849002e fetcht 2 ,mem_list_item_ptr 
+6baa 18408422 increase nv_data_len ,temp 
+6bab 6049002e storet 2 ,mem_list_item_ptr 
+6bac 184085ff increase -1 ,temp 
+6bad efe08002 ifetch 1 ,temp 
+6bae 67e0802c store 1 ,mem_select_list_item 
+6baf 1a60a7ff increase -1 ,regc 
+6bb0 2422eba5 nbranch nvram_find_addr_from_list ,zero 
+6bb1 6fe0c3af fetch 1 ,mem_nv_data_number 
+6bb2 1fe0ffff pincrease decreased_one 
+6bb3 67e0802c store 1 ,mem_select_list_item 
+6bb4 20600000 rtn 
+
+nvram_find_addr_from_list_compare:
+6bb5 6fe0802d fetch 1 ,mem_temp_reconn_record 
+6bb6 c099ebbc bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
+
+find_master_addr_from_list_compare:
+6bb7 da40002d arg mem_temp_reconn_record ,regb 
+6bb8 df200007 arg 7 ,loopcnt 
+6bb9 204075d2 call string_compare 
+6bba 2022f636 branch enable_user ,zero 
+6bbb 20600000 rtn 
+
+find_addr_from_list_compare_ble_mode:
+6bbc c01b6bbf beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
+6bbd c01bebda beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
+6bbe 20206bb7 branch find_master_addr_from_list_compare 
+
+find_irk_form_list_compare:
+6bbf e8408011 ifetcht 1 ,rega 
+6bc0 98467c00 isub temp ,null 
+6bc1 24628000 nrtn zero 
+6bc2 d8a004f6 arg mem_le_prand ,contw 
+6bc3 df200010 arg 16 ,loopcnt 
+6bc4 2040750f call clear_mem 
+6bc5 6fe18176 fetch 3 ,mem_le_plap + 3 
+6bc6 67e184f6 store 3 ,mem_le_prand 
+6bc7 20406bd1 call genernate_master_macaddress 
+6bc8 6fe10513 fetch 2 ,mem_le_aes_128 + 13 
+6bc9 1ff0fe00 byteswap pdata ,pdata 
+6bca 1fed0400 lshift8 pdata ,temp 
+6bcb efe08006 ifetch 1 ,contr 
+6bcc 9840fe00 iadd temp ,pdata 
+6bcd 68498173 fetcht 3 ,mem_le_plap 
+6bce 98467c00 isub temp ,null 
+6bcf 2022f636 branch enable_user ,zero 
+6bd0 20600000 rtn 
+
+genernate_master_macaddress:
+6bd1 d8c004f6 arg mem_le_prand ,contr 
+6bd2 20406f9d call load_data128 
+6bd3 efe08011 ifetch 1 ,rega 
+6bd4 20406f9e call load_regext 
+6bd5 18006c38 force 0x38 ,aes_ctrl 
+6bd6 18006c00 force 0x0 ,aes_ctrl 
+6bd7 20406f0b call wait_aes 
+6bd8 d8a00506 arg mem_le_aes_128 ,contw 
+6bd9 20206fb1 branch store_aes_result 
+
+find_ediv_form_list_compare:
+6bda e8408011 ifetcht 1 ,rega 
+6bdb 98467c00 isub temp ,null 
+6bdc 24628000 nrtn zero 
+6bdd 18c22200 copy contr ,rega 
+6bde 18c0a608 add contr ,8 ,regc 
+6bdf da4042d8 arg mem_le_rand ,regb 
+6be0 df200008 arg 8 ,loopcnt 
+6be1 204075d2 call string_compare 
+6be2 2022f636 branch enable_user ,zero 
+6be3 1a622200 copy regc ,rega 
+6be4 da4042e0 arg mem_le_irk ,regb 
+6be5 df200008 arg 8 ,loopcnt 
+6be6 204075d2 call string_compare 
+6be7 2022f636 branch enable_user ,zero 
+6be8 20600000 rtn 
+
+check_nvram:
+6be9 6fe143ad fetch 2 ,mem_nv_data_ptr 
+6bea e840803f ifetcht 1 ,pdata 
+6beb 1fe0fe22 pincrease nv_data_len 
+6bec efe0803f ifetch 1 ,pdata 
+6bed 98467c00 isub temp ,null 
+6bee 20600000 rtn 
+
+init_device_list:
+6bef 6fe0c3af fetch 1 ,mem_nv_data_number 
+6bf0 1fe27200 icopy loopcnt 
+6bf1 684943ad fetcht 2 ,mem_nv_data_ptr 
+6bf2 58000000 setarg 0 
+
+init_device_list_loop:
+6bf3 e7e08002 istore 1 ,temp 
+6bf4 18408422 increase nv_data_len ,temp 
+6bf5 1fe0fe01 pincrease 1 
+6bf6 c2006bf3 loop init_device_list_loop 
+6bf7 20600000 rtn 
+
+load_device_list_mode_4:
+6bf8 2040763a call enable_user2 
+6bf9 20406b7a call nvram_find_addr_from_bd_list 
+6bfa 24346c03 nbranch clear_ltk_exists ,user 
+6bfb 6fe1002e fetch 2 ,mem_list_item_ptr 
+6bfc 1fe08c01 add pdata ,1 ,contr 
+6bfd d8a042e0 arg mem_le_irk ,contw 
+6bfe 204074f5 call memcpy16 
+6bff d8a0424a arg mem_le_ltk ,contw 
+6c00 204074f5 call memcpy16 
+6c01 70425a01 jam 1 ,mem_ltk_exists 
+6c02 20600000 rtn 
+
+clear_ltk_exists:
+6c03 70425a00 jam 0 ,mem_ltk_exists 
+6c04 20600000 rtn 
+
+eeprom_store_le_reconn_info:
+6c05 70002d34 jam rec_4_mode ,mem_record_bt_mode 
+6c06 20206c07 branch eeprom_store_reconn_info 
+
+eeprom_store_reconn_info:
+6c07 6fe0c095 fetch 1 ,mem_device_option 
+6c08 c0056b47 beq dvc_op_module ,check_51cmd_update_device_record 
+6c09 c0045e4a beq dvc_op_mouse ,mouse_store_remote_bdaddr 
+6c0a 20600000 rtn 
+
+gpio_set_wake_by_current_state:
+6c0b 44c84012 bpatch patch12_0 ,mem_patch12 
+6c0c 79200407 set1 gpio_active_bit ,temp 
+6c0d 20406c32 call gpio_get_bit 
+6c0e 7d208407 nsetflag true ,gpio_active_bit ,temp 
+
+gpio_set_wake:
+6c0f 44c8c012 bpatch patch12_1 ,mem_patch12 
+6c10 18467cff sub temp ,ui_button_gpio_disable ,null 
+6c11 20628000 rtn zero 
+6c12 284c0007 isolate0 gpio_active_bit ,temp 
+6c13 18410e1f and temp ,0x1f ,queue 
+6c14 6fe20016 fetch 4 ,mem_gpio_wakeup_low 
+6c15 f920fe00 qsetflag true ,pdata 
+6c16 67e20016 store 4 ,mem_gpio_wakeup_low 
+6c17 6fe2001a fetch 4 ,mem_gpio_wakeup_high 
+6c18 fd20fe00 nqsetflag true ,pdata 
+6c19 67e2001a store 4 ,mem_gpio_wakeup_high 
+6c1a 20600000 rtn 
+
+gpio_clr_wake:
+6c1b 44c94012 bpatch patch12_2 ,mem_patch12 
+6c1c 18467cff sub temp ,ui_button_gpio_disable ,null 
+6c1d 20628000 rtn zero 
+6c1e 284c0007 isolate0 gpio_active_bit ,temp 
+6c1f 18410e1f and temp ,0x1f ,queue 
+6c20 6fe20016 fetch 4 ,mem_gpio_wakeup_low 
+6c21 f93ffe00 qset0 pdata 
+6c22 67e20016 store 4 ,mem_gpio_wakeup_low 
+6c23 6fe2001a fetch 4 ,mem_gpio_wakeup_high 
+6c24 f93ffe00 qset0 pdata 
+6c25 67e2001a store 4 ,mem_gpio_wakeup_high 
+6c26 20600000 rtn 
+
+gpio_config_input_nowake:
+6c27 20406c1b call gpio_clr_wake 
+6c28 20206c2c branch gpio_config_input_without_wake 
+
+gpio_config_input:
+6c29 18467cff sub temp ,ui_button_gpio_disable ,null 
+6c2a 20628000 rtn zero 
+6c2b 2455ec0f ncall gpio_set_wake ,wake 
+
+gpio_config_input_without_wake:
+6c2c 20406c5e call gpio_addr 
+6c2d 58000000 setarg 0 
+6c2e 284ffe07 isolate1 gpio_active_bit ,temp 
+6c2f 7d20fe06 nsetflag true ,6 ,pdata 
+6c30 7920fe07 setflag true ,7 ,pdata 
+6c31 20206c59 branch gpio_write 
+
+gpio_get_bit:
+6c32 44c9c012 bpatch patch12_3 ,mem_patch12 
+6c33 d8a0811c arg core_gpio_in ,contw 
+6c34 18410e07 and temp ,0x07 ,queue 
+6c35 18497e00 rshift3 temp ,pdata 
+6c36 1fe17e03 and_into 3 ,pdata 
+6c37 98a08a00 iadd contw ,contw 
+6c38 efe08005 ifetch 1 ,contw 
+6c39 284ffe07 isolate1 gpio_active_bit ,temp 
+6c3a 2020ec3d branch gpio_get_bit_reverse ,true 
+6c3b afec0000 qisolate0 pdata 
+6c3c 20600000 rtn 
+
+gpio_get_bit_reverse:
+6c3d afefffff qisolate1 pdata 
+6c3e 20600000 rtn 
+
+gpio_out_inactive:
+6c3f 18467cff sub temp ,ui_button_gpio_disable ,null 
+6c40 20628000 rtn zero 
+6c41 2fcffe07 isolate1 gpio_active_bit ,null 
+6c42 20206c46 branch gpio_out_flag 
+
+gpio_config_output:
+
+gpio_out_active:
+6c43 18467cff sub temp ,ui_button_gpio_disable ,null 
+6c44 20628000 rtn zero 
+6c45 2fcc0007 isolate0 gpio_active_bit ,null 
+
+gpio_out_flag:
+6c46 58000000 setarg 0 
+6c47 7d20fe07 nsetflag true ,gpio_active_bit ,pdata 
+6c48 98428400 ixor temp ,temp 
+
+gpio_out:
+6c49 20406c5e call gpio_addr 
+6c4a 5800003f setarg gpcfg_output_high 
+6c4b 284ffe07 isolate1 gpio_active_bit ,temp 
+6c4c 7920fe00 setflag true ,0 ,pdata 
+6c4d 20206c59 branch gpio_write 
+
+gpio_check_active:
+6c4e 18467cff sub temp ,ui_button_gpio_disable ,null 
+6c4f 2022f640 branch disable_true ,zero 
+6c50 20406c5e call gpio_addr 
+6c51 efe08005 ifetch 1 ,contw 
+6c52 c2806c55 bbit1 0 ,gpio_check_active_high 
+6c53 284c0007 isolate0 gpio_active_bit ,temp 
+6c54 20600000 rtn 
+
+gpio_check_active_high:
+6c55 284ffe07 isolate1 gpio_active_bit ,temp 
+6c56 20600000 rtn 
+
+gpio_set_analog:
+6c57 20406c5e call gpio_addr 
+6c58 580000c0 setarg gpcfg_no_ie 
+
+gpio_write:
+6c59 e7e08005 istore 1 ,contw 
+6c5a 20600000 rtn 
+
+gpio_set_high_impedance:
+6c5b 20406c5e call gpio_addr 
+6c5c 58000000 setarg gpcfg_high_impedance 
+6c5d 20206c59 branch gpio_write 
+
+gpio_addr:
+6c5e 18417e3f and temp ,0x3f ,pdata 
+6c5f 1fe67c0c sub pdata ,gpio_number + -1 ,null 
+6c60 24213aba nbranch assert ,positive 
+6c61 d8a08070 arg core_gpio_conf ,contw 
+
+gpio_addr_next:
+6c62 98a08a00 iadd contw ,contw 
+6c63 20600000 rtn 
+
+gpio_config_param:
+6c64 1fe104ff and pdata ,0xff ,temp 
+6c65 1fecfe00 rshift8 pdata ,pdata 
+6c66 20206c68 branch gpio_config_function_int 
+
+gpio_config_function:
+6c67 c4038000 rtnbit0 gpio_active_bit 
+
+gpio_config_function_int:
+6c68 1fe17e3f and_into 0x3f ,pdata 
+6c69 1fe67c0c sub pdata ,gpio_number + -1 ,null 
+6c6a 24213aba nbranch assert ,positive 
+6c6b d8a08070 arg core_gpio_conf ,contw 
+
+gpio_config_function_int_next:
+6c6c 98a08a00 iadd contw ,contw 
+6c6d e0408005 istoret 1 ,contw 
+6c6e 20600000 rtn 
+
+gpio_get_config:
+6c6f 1841043f and_into 0x3f ,temp 
+6c70 58008070 setarg core_gpio_conf 
+6c71 98408c00 iadd temp ,contr 
+6c72 efe08006 ifetch 1 ,contr 
+6c73 20600000 rtn 
+
+gpio_set_before_lpm:
+6c74 df20000d arg gpio_number ,loopcnt 
+6c75 d8c08070 arg core_gpio_conf ,contr 
+
+setgpio_loop:
+6c76 18c20a00 copy contr ,contw 
+6c77 efe08006 ifetch 1 ,contr 
+6c78 c00fec82 beq gpcfg_spid_miso ,setgpio_pullup 
+6c79 c0106c82 beq gpcfg_spid_ncs ,setgpio_pullup 
+6c7a c010ec82 beq gpcfg_spid_sck ,setgpio_pullup 
+6c7b c0116c82 beq gpcfg_spid_mosi ,setgpio_pullup 
+6c7c c011ec82 beq gpcfg_spid_sdio ,setgpio_pullup 
+6c7d c0166c82 beq gpcfg_iic_scl ,setgpio_pullup 
+6c7e c016ec82 beq gpcfg_iic_sda ,setgpio_pullup 
+6c7f c0006c82 beq gpcfg_input ,setgpio_pullup 
+
+setgpio_loop_end:
+6c80 c2006c76 loop setgpio_loop 
+6c81 20600000 rtn 
+
+setgpio_pullup:
+6c82 58000040 setarg gpcfg_pullup 
+6c83 e7e08005 istore 1 ,contw 
+6c84 20206c80 branch setgpio_loop_end 
+
+setgpio_pulldown:
+6c85 58000080 setarg gpcfg_pulldown 
+6c86 e7e08005 istore 1 ,contw 
+6c87 20206c80 branch setgpio_loop_end 
+
+adc_init_data:
+6c88 44ca4012 bpatch patch12_4 ,mem_patch12 
+6c89 580007e0 setarg otp_offset_adc_param 
+6c8a da2043b2 arg mem_3v_adc_io_data ,rega 
+6c8b d840000c arg 12 ,temp 
+6c8c 204068ac call otpd_read_data_with_pwr_operation 
+6c8d 6fe443b2 fetch 8 ,mem_3v_adc_io_data 
+6c8e 247a0000 nrtn blank 
+
+adc_init_cal_data_default:
+6c8f 5800469a setarg 0x469a 
+6c90 67e143b2 store 2 ,mem_3v_adc_io_data 
+6c91 5800ab77 setarg 0xab77 
+6c92 67e143b8 store 2 ,mem_1v_adc_io_data 
+6c93 580073d0 setarg 0x73d0 
+6c94 67e143bc store 2 ,mem_3v_adc_vinlpm_data 
+6c95 58009658 setarg 0x9658 
+6c96 67e143b6 store 2 ,mem_2v_adc_vinlpm_data 
+6c97 20600000 rtn 
+
+enable_adc:
+6c98 44cac012 bpatch patch12_5 ,mem_patch12 
+6c99 6a508a12 fetchr regb ,1 ,core_rf_ldo_cfg6 
+6c9a 708a123d jam 0x3d ,core_rf_ldo_cfg6 
+6c9b 708a11aa jam 0xaa ,core_rf_ldo_cfg5 
+6c9c 708a0a0c jam 0x0c ,core_rf_ldo_en0 
+6c9d 6ff08a09 fetch 1 ,core_clkpll_cfg6 
+6c9e 79207e07 set1 7 ,pdata 
+6c9f 67f08a09 store 1 ,core_clkpll_cfg6 
+6ca0 708a0b04 jam 0x04 ,core_rf_ldo_en1 
+6ca1 2000003c nop 60 
+6ca2 708a1600 jam 0 ,core_syn_en 
+6ca3 708a1706 jam 6 ,core_rx_en0 
+6ca4 20406cb4 call read_adc_mode 
+6ca5 67f08a97 store 1 ,core_gpadc_ctrl 
+6ca6 7080c603 jam 0x03 ,core_sum_ctrl 
+6ca7 2000003c nop 60 
+6ca8 6ff08053 fetch 1 ,core_sum_en 
+6ca9 79207e07 set1 7 ,pdata 
+6caa 67f08053 store 1 ,core_sum_en 
+6cab 200003e8 nop 1000 
+6cac 6ff1014c fetch 2 ,core_adc_sum 
+6cad 67e143c4 store 2 ,mem_adc_current_value 
+6cae 6ff08053 fetch 1 ,core_sum_en 
+6caf 793ffe07 set0 7 ,pdata 
+6cb0 67f08053 store 1 ,core_sum_en 
+6cb1 708a9700 jam 0 ,core_gpadc_ctrl 
+6cb2 62508a12 storer regb ,1 ,core_rf_ldo_cfg6 
+6cb3 20600000 rtn 
+
+read_adc_mode:
+6cb4 44cb4012 bpatch patch12_6 ,mem_patch12 
+6cb5 6fe0c3c2 fetch 1 ,mem_adc_config_flag 
+6cb6 c0006cbc beq adc_config_vinlpm ,adc_mode_vdcdc 
+6cb7 c000ecbe beq adc_config_hvin ,adc_adc_mode_vbat 
+
+adc_check_gpio:
+6cb8 6fe0c3c3 fetch 1 ,mem_adc_channel 
+6cb9 1fe9fe00 lshift3 pdata ,pdata 
+6cba 1fe1fe07 or pdata ,7 ,pdata 
+6cbb 20600000 rtn 
+
+adc_mode_vdcdc:
+6cbc 58000057 setarg 0x57 
+6cbd 20600000 rtn 
+
+adc_adc_mode_vbat:
+6cbe 5800004f setarg 0x4f 
+6cbf 20600000 rtn 
+
+vdd_calculate_by_mode:
+6cc0 44cbc012 bpatch patch12_7 ,mem_patch12 
+6cc1 6fe0c3c2 fetch 1 ,mem_adc_config_flag 
+6cc2 c0006cc6 beq adc_config_vinlpm ,vdd_calculate_vinlpm 
+6cc3 c000eccc beq adc_config_hvin ,vdd_calculate_hvin 
+6cc4 c0016cd2 beq adc_config_gpio ,vdd_calculate_io 
+6cc5 20600000 rtn 
+
+vdd_calculate_vinlpm:
+6cc6 58000064 setarg 100 
+6cc7 67e143c0 store 2 ,mem_reference_voltage 
+6cc8 684943bc fetcht 2 ,mem_3v_adc_vinlpm_data 
+6cc9 6fe143b6 fetch 2 ,mem_2v_adc_vinlpm_data 
+6cca da60012c arg 300 ,regc 
+6ccb 20206cd7 branch vdd_calculate 
+
+vdd_calculate_hvin:
+6ccc 58000064 setarg 100 
+6ccd 67e143c0 store 2 ,mem_reference_voltage 
+6cce 684943ba fetcht 2 ,mem_3v_adc_hvin_data 
+6ccf 6fe143b4 fetch 2 ,mem_2v_adc_hvin_data 
+6cd0 da60012c arg 300 ,regc 
+6cd1 20206cd7 branch vdd_calculate 
+
+vdd_calculate_io:
+6cd2 580000c8 setarg 200 
+6cd3 67e143c0 store 2 ,mem_reference_voltage 
+6cd4 684943b2 fetcht 2 ,mem_3v_adc_io_data 
+6cd5 6fe143b8 fetch 2 ,mem_1v_adc_io_data 
+6cd6 da60012c arg 300 ,regc 
+
+vdd_calculate:
+6cd7 98462200 isub temp ,rega 
+6cd8 6fe143c4 fetch 2 ,mem_adc_current_value 
+6cd9 98467e00 isub temp ,pdata 
+6cda 24216ce6 nbranch vdd_calculate1 ,positive 
+6cdb 684943c0 fetcht 2 ,mem_reference_voltage 
+6cdc 984fa400 imul32 temp ,regb 
+6cdd 1a627e00 copy regc ,pdata 
+6cde 9a2ffe00 imul32 rega ,pdata 
+6cdf 9a467e00 isub regb ,pdata 
+6ce0 44cc4013 bpatch patch13_0 ,mem_patch13 
+6ce1 24217646 nbranch set_pdata_0 ,positive 
+
+vdd_calculate2:
+6ce2 9a26fc00 idiv rega 
+6ce3 204075d0 call wait_div_end 
+6ce4 1807fe00 quotient pdata 
+6ce5 20600000 rtn 
+
+vdd_calculate1:
+6ce6 18427e00 copy temp ,pdata 
+6ce7 684943c4 fetcht 2 ,mem_adc_current_value 
+6ce8 98467e00 isub temp ,pdata 
+6ce9 684943c0 fetcht 2 ,mem_reference_voltage 
+6cea 984fa400 imul32 temp ,regb 
+6ceb 1a627e00 copy regc ,pdata 
+6cec 9a2ffe00 imul32 rega ,pdata 
+6ced 9a40fe00 iadd regb ,pdata 
+6cee 20206ce2 branch vdd_calculate2 
+
+adc_bat_percent_lowpower_out:
+6cef efe40011 ifetch 8 ,rega 
+6cf0 67e404c4 store 8 ,mem_pdatatemp 
+6cf1 6fe104c4 fetch 2 ,mem_pdatatemp 
+6cf2 684904c6 fetcht 2 ,mem_pdatatemp + 2 
+6cf3 98462200 isub temp ,rega 
+6cf4 6fe104ca fetch 2 ,mem_pdatatemp + 6 
+6cf5 98462400 isub temp ,regb 
+6cf6 684904c8 fetcht 2 ,mem_pdatatemp + 4 
+6cf7 98467c00 isub temp ,null 
+6cf8 24416cff ncall adc_set_low_power_flag ,positive 
+6cf9 1a4ffe64 mul32 regb ,100 ,pdata 
+6cfa 9a26fc00 idiv rega 
+6cfb 204075d0 call wait_div_end 
+6cfc 1807fe00 quotient pdata 
+6cfd 205a6d07 call adc_set_no_power_flag ,blank 
+6cfe 20600000 rtn 
+
+adc_set_low_power_flag:
+6cff 6fe0c3c6 fetch 1 ,mem_adc_power_flag 
+6d00 79207e00 set1 0 ,pdata 
+6d01 67e0c3c6 store 1 ,mem_adc_power_flag 
+6d02 20600000 rtn 
+
+adc_clear_low_power_flag:
+6d03 6fe0c3c6 fetch 1 ,mem_adc_power_flag 
+6d04 793ffe00 set0 0 ,pdata 
+6d05 67e0c3c6 store 1 ,mem_adc_power_flag 
+6d06 20600000 rtn 
+
+adc_set_no_power_flag:
+6d07 6848c3c6 fetcht 1 ,mem_adc_power_flag 
+6d08 79200401 set1 1 ,temp 
+6d09 6048c3c6 storet 1 ,mem_adc_power_flag 
+6d0a 20600000 rtn 
+
+adc_clear_no_power_flag:
+6d0b 6848c3c6 fetcht 1 ,mem_adc_power_flag 
+6d0c 793f8401 set0 1 ,temp 
+6d0d 6048c3c6 storet 1 ,mem_adc_power_flag 
+6d0e 20600000 rtn 
+
+keyscan_key_init:
+6d0f 6fe143da fetch 2 ,mem_key_num_ptr 
+6d10 efe0803f ifetch 1 ,pdata 
+
+keyscan_key_init_next:
+6d11 207a0000 rtn blank 
+6d12 1fe27200 copy pdata ,loopcnt 
+6d13 6fe143da fetch 2 ,mem_keyscan_ptr 
+6d14 1fe0fe03 increase 3 ,pdata 
+6d15 1fe22200 copy pdata ,rega 
+
+keyscan_key_init_lp1:
+6d16 e8408011 ifetcht 1 ,rega 
+6d17 20406c29 call gpio_config_input 
+6d18 1a20a201 increase key_conf_struct_len ,rega 
+6d19 c2006d16 loop keyscan_key_init_lp1 
+
+keyscan_key_init_end:
+6d1a 20600000 rtn 
+
+keyscan_scan_key:
+6d1b 6fe143da fetch 2 ,mem_keyscan_ptr 
+6d1c 1fe0fe03 increase 3 ,pdata 
+6d1d 1fe22200 copy pdata ,rega 
+6d1e 18002400 force 0 ,regb 
+6d1f 58000000 setarg 0 
+6d20 67e10546 store 2 ,mem_key_value_temp 
+
+keyscan_scan_key_lp1:
+6d21 e8408011 ifetcht 1 ,rega 
+6d22 20406c32 call gpio_get_bit 
+6d23 44ccc013 bpatch patch13_1 ,mem_patch13 
+6d24 6fe10546 fetch 2 ,mem_key_value_temp 
+6d25 1a420e00 copy regb ,queue 
+6d26 f920fe00 qsetflag true ,pdata 
+6d27 67e10546 store 2 ,mem_key_value_temp 
+6d28 1a20a201 increase key_conf_struct_len ,rega 
+6d29 1a40a401 increase 1 ,regb 
+6d2a 6fe143da fetch 2 ,mem_key_num_ptr 
+6d2b efe0803f ifetch 1 ,pdata 
+
+keyscan_scan_key_lp1_next:
+6d2c 9a42fc00 ixor regb ,null 
+6d2d 2422ed21 nbranch keyscan_scan_key_lp1 ,zero 
+6d2e 6fe10546 fetch 2 ,mem_key_value_temp 
+6d2f 684943dc fetcht 2 ,mem_key_value_retention 
+6d30 9842fc00 ixor temp ,null 
+6d31 20628000 rtn zero 
+6d32 78347c00 enable user 
+6d33 20600000 rtn 
+
+keyscan_process_lpm_before:
+6d34 6fe143da fetch 2 ,mem_key_num_ptr 
+6d35 efe0803f ifetch 1 ,pdata 
+
+keyscan_process_lpm_before_next:
+6d36 207a0000 rtn blank 
+6d37 1fe27200 copy pdata ,loopcnt 
+6d38 6fe143da fetch 2 ,mem_keyscan_ptr 
+6d39 1fe0fe03 increase 3 ,pdata 
+6d3a 1fe22200 copy pdata ,rega 
+
+keyscan_process_lpm_before_lp1:
+6d3b e8408011 ifetcht 1 ,rega 
+6d3c 20406c0b call gpio_set_wake_by_current_state 
+6d3d 1a20a201 increase key_conf_struct_len ,rega 
+6d3e c2006d3b loop keyscan_process_lpm_before_lp1 
+
+keyscan_process_lpm_before_end:
+6d3f 20600000 rtn 
+
+keyscan_key_process:
+6d40 d8e00009 arg key_scan_timer ,queue 
+6d41 2040755d call timer_check 
+6d42 247a0000 nrtn blank 
+6d43 58000020 setarg 0x20 
+6d44 d8e00009 arg key_scan_timer ,queue 
+6d45 2040754f call timer_init 
+6d46 78547c00 disable user 
+6d47 20406d34 call keyscan_process_lpm_before 
+6d48 44cd4013 bpatch patch13_2 ,mem_patch13 
+6d49 6fe143da fetch 2 ,mem_key_num_ptr 
+6d4a efe0803f ifetch 1 ,pdata 
+
+keyscan_key_process_next:
+6d4b 207a0000 rtn blank 
+6d4c 20406d1b call keyscan_scan_key 
+6d4d 24347011 nbranch lpm_button_clean_wake_lock ,user 
+6d4e 2040700f call lpm_button_get_wake_lock 
+6d4f 78547c00 disable user 
+6d50 6fe10546 fetch 2 ,mem_key_value_temp 
+6d51 67e1054d store 2 ,mem_key_value_temp4 
+6d52 70054f00 jam 0 ,mem_key_value_temp6 
+6d53 18000e00 force 0 ,queue 
+
+keyscan_key_lp1:
+6d54 6fe143dc fetch 2 ,mem_key_value_retention 
+6d55 1fe30400 rshift pdata ,temp 
+6d56 604943dc storet 2 ,mem_key_value_retention 
+6d57 1fe17e01 and pdata ,0x01 ,pdata 
+6d58 6849054d fetcht 2 ,mem_key_value_temp4 
+6d59 18412201 and temp ,0x01 ,rega 
+6d5a 18430400 rshift temp ,temp 
+6d5b 6049054d storet 2 ,mem_key_value_temp4 
+6d5c 9a22fc00 ixor rega ,null 
+6d5d 2442ed69 ncall keyscan_send_key_data ,zero 
+6d5e 6fe143da fetch 2 ,mem_key_num_ptr 
+6d5f efe0803f ifetch 1 ,pdata 
+
+keyscan_key_lp1_next:
+6d60 6848854f fetcht 1 ,mem_key_value_temp6 
+6d61 18408401 increase 1 ,temp 
+6d62 6048854f storet 1 ,mem_key_value_temp6 
+6d63 18420e00 copy temp ,queue 
+6d64 98e2fc00 ixor queue ,null 
+6d65 2422ed54 nbranch keyscan_key_lp1 ,zero 
+6d66 6fe10546 fetch 2 ,mem_key_value_temp 
+6d67 67e143dc store 2 ,mem_key_value_retention 
+6d68 20600000 rtn 
+
+keyscan_send_key_data:
+6d69 44cdc013 bpatch patch13_3 ,mem_patch13 
+6d6a 6fe143da fetch 2 ,mem_keyscan_ptr 
+6d6b 1fe0fe01 increase 1 ,pdata 
+6d6c efe1003f ifetch 2 ,pdata 
+6d6d 202075e6 branch callback_func 
+
+pwm_init:
+6d6e 6ff08042 fetch 1 ,core_clksel 
+6d6f 9a21fe00 ior rega ,pdata 
+6d70 67f08042 store 1 ,core_clksel 
+6d71 6ff10050 fetch 2 ,core_clkoff 
+6d72 793ffe0d set0 clock_off_pwm ,pdata 
+6d73 67f10050 store 2 ,core_clkoff 
+
+delay_nop100:
+6d74 20000064 nop 100 
+6d75 20600000 rtn 
+
+pwm_clk_set:
+6d76 6ff08042 fetch 1 ,core_clksel 
+6d77 c2836d7b bbit1 6 ,pwm_24m_clk_set 
+6d78 c283ed7d bbit1 7 ,pwm_33k_clk_set 
+
+pwm_12m_clk_set:
+6d79 58b71b00 setarg pwm_12mhz 
+6d7a 20600000 rtn 
+
+pwm_24m_clk_set:
+6d7b 596e3600 setarg pwm_24mhz 
+6d7c 20600000 rtn 
+
+pwm_33k_clk_set:
+6d7d 580080e8 setarg pwm_33khz 
+6d7e 20600000 rtn 
+
+pwm_out_set:
+6d7f 684984c6 fetcht 3 ,mem_pdatatemp + 2 
+6d80 20406d76 call pwm_clk_set 
+6d81 9846fc00 idiv temp 
+6d82 204075d0 call wait_div_end 
+6d83 18078400 quotient temp 
+6d84 6fe084c9 fetch 1 ,mem_pdatatemp + 5 
+6d85 984ffe00 imul32 temp ,pdata 
+6d86 1fe6fc64 div pdata ,100 
+6d87 204075d0 call wait_div_end 
+6d88 1807a200 quotient rega 
+6d89 18427e00 copy temp ,pdata 
+6d8a 9a262400 isub rega ,regb 
+6d8b 6fe084c5 fetch 1 ,mem_pdatatemp + 1 
+6d8c 20406d93 call pwm_duty_cycle_set 
+6d8d 6fe084c4 fetch 1 ,mem_pdatatemp 
+6d8e 684884c5 fetcht 1 ,mem_pdatatemp + 1 
+6d8f 1841040f and_into 0x0f ,temp 
+6d90 184d0400 lshift8 temp ,temp 
+6d91 9841fe00 ior temp ,pdata 
+6d92 20206dd3 branch pwm_enable 
+
+pwm_duty_cycle_set:
+6d93 98000e00 iforce queue 
+6d94 20406da1 call pwm_duty_cycle_set_without_autoload 
+6d95 20206d96 branch pwm_autoload_set 
+
+pwm_autoload_set:
+6d96 6ff080c5 fetch 1 ,core_pwm_autoload 
+6d97 f9207e00 qset1 pdata 
+6d98 67f080c5 store 1 ,core_pwm_autoload 
+6d99 68588042 fetcht 1 ,core_clksel 
+6d9a 284ffe07 isolate1 7 ,temp 
+6d9b 2040ed9f call delay_1clk_of_33k ,true 
+6d9c f93ffe00 qset0 pdata 
+6d9d 67f080c5 store 1 ,core_pwm_autoload 
+6d9e 20600000 rtn 
+
+delay_1clk_of_33k:
+6d9f 200001e0 nop 480 
+6da0 20600000 rtn 
+
+pwm_duty_cycle_set_without_autoload:
+6da1 1fe17e0f and_into 0x0f ,pdata 
+6da2 d8a0809c arg core_pwm_pcnt0 ,contw 
+6da3 1feffe04 mul32 pdata ,4 ,pdata 
+6da4 98a08a00 iadd contw ,contw 
+6da5 1a227e00 copy rega ,pdata 
+6da6 e7e10005 istore 2 ,contw 
+6da7 1a427e00 copy regb ,pdata 
+6da8 e7e10005 istore 2 ,contw 
+6da9 20600000 rtn 
+
+pwm_enable_in_syncmode:
+6daa 1a4c8e00 rshift8 regb ,queue 
+6dab 20406dc8 call pwm_init_bit_set 
+6dac 1a4c8e00 rshift8 regb ,queue 
+6dad 20406dc2 call pwm_syncmode_set 
+6dae 1a2c8e00 rshift8 rega ,queue 
+6daf 7820fc00 enable true 
+6db0 20406dc3 call pwm_syncmode_set_process 
+6db1 1a227e00 deposit rega 
+6db2 20406dce call pwm_gpio_select 
+6db3 1a427e00 deposit regb 
+6db4 20206dd3 branch pwm_enable 
+
+pwm_disable_in_syncmode:
+6db5 1a227e00 deposit rega 
+6db6 20406dd6 call pwm_disable 
+6db7 1a427e00 deposit regb 
+6db8 20406dd6 call pwm_disable 
+6db9 1a2c8e00 rshift8 rega ,queue 
+6dba 7840fc00 disable true 
+6dbb 20406dc3 call pwm_syncmode_set_process 
+6dbc 1a4c8e00 rshift8 regb ,queue 
+6dbd 7840fc00 disable true 
+6dbe 20406dc9 call pwm_init_bit_set_process 
+6dbf 1a4c8e00 rshift8 regb ,queue 
+6dc0 7840fc00 disable true 
+6dc1 20206dc3 branch pwm_syncmode_set_process 
+
+pwm_syncmode_set:
+6dc2 28effe07 isolate1 7 ,queue 
+
+pwm_syncmode_set_process:
+6dc3 18e10e0f and queue ,0x0f ,queue 
+6dc4 6ff080c3 fetch 1 ,core_pwm_sync 
+6dc5 f920fe00 qsetflag true ,pdata 
+6dc6 67f080c3 store 1 ,core_pwm_sync 
+6dc7 20600000 rtn 
+
+pwm_init_bit_set:
+6dc8 28effe06 isolate1 6 ,queue 
+
+pwm_init_bit_set_process:
+6dc9 18e10e0f and queue ,0x0f ,queue 
+6dca 6ff0809b fetch 1 ,core_pwm_init 
+6dcb f920fe00 qsetflag true ,pdata 
+6dcc 67f0809b store 1 ,core_pwm_init 
+6dcd 20600000 rtn 
+
+pwm_gpio_select:
+6dce 20406dde call pwm_select_channel 
+
+pwm_gpio_select_process:
+6dcf 1fed7e00 lshift8 pdata ,pdata 
+6dd0 18e08410 add queue ,gpcfg_pwm_out0 ,temp 
+6dd1 9841fe00 ior temp ,pdata 
+6dd2 20206c64 branch gpio_config_param 
+
+pwm_enable:
+6dd3 78347c00 enable user 
+6dd4 20406dce call pwm_gpio_select 
+6dd5 20206dd9 branch pwm_set_select 
+
+pwm_disable:
+6dd6 78547c00 disable user 
+6dd7 20406dde call pwm_select_channel 
+6dd8 20206dd9 branch pwm_set_select 
+
+pwm_set_select:
+6dd9 18e10e0f and queue ,0x0f ,queue 
+6dda 6ff0809a fetch 1 ,core_pwm_en 
+6ddb f9347e00 qsetflag user ,pdata 
+6ddc 67f0809a store 1 ,core_pwm_en 
+6ddd 20600000 rtn 
+
+pwm_select_channel:
+6dde 1fec8e00 rshift8 pdata ,queue 
+6ddf 18e10e0f and queue ,0x0f ,queue 
+6de0 20600000 rtn 
+
+wdt_init_config:
+6de1 1fe20400 copy pdata ,temp 
+6de2 44ce4013 bpatch patch13_4 ,mem_patch13 
+6de3 20406dee call wdt_set_enable 
+6de4 58000800 setarg 2048 
+6de5 98467e00 isub temp ,pdata 
+6de6 1fe20400 copy pdata ,temp 
+6de7 18518400 rshift4 temp ,temp 
+6de8 60588004 storet 1 ,core_write_wdt 
+6de9 20000578 nop 1400 
+6dea 1fe20400 copy pdata ,temp 
+6deb 1841040f and_into 0x0f ,temp 
+6dec 6058800b storet 1 ,core_write_wdt2 
+6ded 20600000 rtn 
+
+wdt_set_enable:
+6dee 78367c00 enable user2 
+6def 20206df2 branch wdt_init_set 
+
+wdt_set_disable:
+6df0 44cec013 bpatch patch13_5 ,mem_patch13 
+6df1 78567c00 disable user2 
+
+wdt_init_set:
+6df2 6ff08043 fetch 1 ,core_config 
+6df3 79367e03 setflag user2 ,3 ,pdata 
+6df4 67f08043 store 1 ,core_config 
+6df5 20600000 rtn 
+
+nec61212_init:
+6df6 d8400031 arg fun_nec_enable | fun_nec_clk_divide_24 ,temp 
+
+nec_init_config:
+6df7 67f20061 store 4 ,core_nec_start_addr 
+6df8 67f10065 store 2 ,core_nec_rptr 
+6df9 60588067 storet 1 ,core_nec_control 
+6dfa 20600000 rtn 
+
+nec_check_rxbuff_size:
+6dfb 6ff1012c fetch 2 ,core_nec_rxitem 
+6dfc 20600000 rtn 
+
+nec_prepare_read:
+6dfd 68710065 fetchr contu ,2 ,core_nec_rptr 
+6dfe 69510061 fetchr contus ,2 ,core_nec_start_addr 
+6dff 6a110063 fetchr contue ,2 ,core_nec_end_addr 
+6e00 20600000 rtn 
+
+nec_read_done:
+6e01 60710065 storer contu ,2 ,core_nec_rptr 
+6e02 20600000 rtn 
+
+nec_parse_nec61212:
+6e03 20407636 call enable_user 
+6e04 dd600000 arg 0 ,rege 
+6e05 20406dfb call nec_check_rxbuff_size 
+6e06 c0016e45 beq 2 ,nec_parse_nec61212_check_timeout 
+6e07 1fe67c04 sub pdata ,4 ,null 
+6e08 20610000 rtn positive 
+6e09 20406dfd call nec_prepare_read 
+6e0a e8410003 ifetcht 2 ,contu 
+6e0b 5800a654 setarg nec61212_data2repeat_time 
+6e0c 20406e4e call nec_check_pulse_range_legal_default_deviation 
+6e0d 24216e33 nbranch nec_parse_nec61212_check_repeat_data ,positive 
+6e0e 1b020400 copy regd ,temp 
+6e0f 58017f8e setarg nec61212_repeat2repeat_time 
+6e10 20406e4e call nec_check_pulse_range_legal_default_deviation 
+6e11 24216e33 nbranch nec_parse_nec61212_check_repeat_data ,positive 
+6e12 1b020400 copy regd ,temp 
+6e13 58002328 setarg nec61212_boot_code_start_time 
+6e14 20406e4e call nec_check_pulse_range_legal_default_deviation 
+6e15 20216e2a branch nec_parse_nec61212_error_data ,positive 
+6e16 e8410003 ifetcht 2 ,contu 
+6e17 58001194 setarg nec61212_boot_code_end_time 
+6e18 20406e4e call nec_check_pulse_range_legal_default_deviation 
+6e19 20216e2a branch nec_parse_nec61212_error_data ,positive 
+6e1a 20406dfb call nec_check_rxbuff_size 
+6e1b 1fe67c85 sub pdata ,133 ,null 
+6e1c 20610000 rtn positive 
+6e1d df200020 arg 32 ,loopcnt 
+
+nec_parse_nec61212_data:
+6e1e e8410003 ifetcht 2 ,contu 
+6e1f 58000230 setarg nec61212_data_bit_1_start_time 
+6e20 20406e4e call nec_check_pulse_range_legal_default_deviation 
+6e21 20216e2a branch nec_parse_nec61212_error_data ,positive 
+6e22 e8410003 ifetcht 2 ,contu 
+6e23 5800069a setarg nec61212_data_bit_1_end_time 
+6e24 20406e4e call nec_check_pulse_range_legal_default_deviation 
+6e25 24216e2f nbranch nec_parse_nec61212_add_bit1 ,positive 
+6e26 1b020400 copy regd ,temp 
+6e27 58000230 setarg nec61212_data_bit_0_end_time 
+6e28 20406e4e call nec_check_pulse_range_legal_default_deviation 
+6e29 24216e30 nbranch nec_parse_nec61212_add_bit0 ,positive 
+
+nec_parse_nec61212_error_data:
+6e2a 1b020400 copy regd ,temp 
+6e2b 5800ffff setarg nec61212_timeout_time 
+6e2c 98467c00 isub temp ,null 
+6e2d 2022ee4a branch nec_parse_nec61212_check_timeout_cb ,zero 
+6e2e 20206e01 branch nec_read_done 
+
+nec_parse_nec61212_add_bit1:
+6e2f 79205620 set1 32 ,rege 
+
+nec_parse_nec61212_add_bit0:
+6e30 1d635600 rshift rege ,rege 
+6e31 c2006e1e loop nec_parse_nec61212_data 
+6e32 20206e3e branch nec_parse_nec61212_check_stop_bit 
+
+nec_parse_nec61212_check_repeat_data:
+6e33 20406dfb call nec_check_rxbuff_size 
+6e34 1fe67c07 sub pdata ,7 ,null 
+6e35 20610000 rtn positive 
+6e36 e8410003 ifetcht 2 ,contu 
+6e37 58002328 setarg nec61212_repeat_start_time 
+6e38 20406e4e call nec_check_pulse_range_legal_default_deviation 
+6e39 20216e2a branch nec_parse_nec61212_error_data ,positive 
+6e3a e8410003 ifetcht 2 ,contu 
+6e3b 580008ca setarg nec61212_repeat_end_time 
+6e3c 20406e4e call nec_check_pulse_range_legal_default_deviation 
+6e3d 20216e2a branch nec_parse_nec61212_error_data ,positive 
+
+nec_parse_nec61212_check_stop_bit:
+6e3e e8410003 ifetcht 2 ,contu 
+6e3f 58000230 setarg nec61212_stop_time 
+6e40 20406e4e call nec_check_pulse_range_legal_default_deviation 
+6e41 20216e2a branch nec_parse_nec61212_error_data ,positive 
+6e42 20406e01 call nec_read_done 
+6e43 1a627e00 copy regc ,pdata 
+6e44 202075e6 branch callback_func 
+
+nec_parse_nec61212_check_timeout:
+6e45 20406dfd call nec_prepare_read 
+6e46 e8410003 ifetcht 2 ,contu 
+6e47 5800ffff setarg nec61212_timeout_time 
+6e48 98467c00 isub temp ,null 
+6e49 24628000 nrtn zero 
+
+nec_parse_nec61212_check_timeout_cb:
+6e4a 20406e01 call nec_read_done 
+6e4b 20407638 call disable_user 
+6e4c 1a627e00 copy regc ,pdata 
+6e4d 202075e6 branch callback_func 
+
+nec_check_pulse_range_legal_default_deviation:
+6e4e 6a40c3ea fetchr regb ,1 ,mem_nec_decode_error_value 
+
+nec_check_pulse_range_legal:
+6e4f 18423000 copy temp ,regd 
+6e50 9a4fa400 imul32 regb ,regb 
+6e51 18438400 lshift temp ,temp 
+6e52 98462200 isub temp ,rega 
+6e53 24416e57 ncall nec_check_pulse_range_legal_data_negative ,positive 
+6e54 1a2ffe64 mul32 rega ,100 ,pdata 
+6e55 9a467c00 isub regb ,null 
+6e56 20600000 rtn 
+
+nec_check_pulse_range_legal_data_negative:
+6e57 1a262200 sub rega ,0 ,rega 
+6e58 20600000 rtn 
+
+generate_stk:
+6e59 44d24014 bpatch patch14_4 ,mem_patch14 
+6e5a 20406f42 call function_s1 
+6e5b d8a0424a arg mem_le_ltk ,contw 
+6e5c 20206fb1 branch store_aes_result 
+
+authenticate_rconfirm:
+6e5d d8a0426b arg mem_le_srand ,contw 
+6e5e 2034ee60 branch authenticate_mconfirm ,master 
+6e5f d8a00153 arg mem_le_mrand ,contw 
+
+authenticate_mconfirm:
+6e60 18c22200 copy contr ,rega 
+6e61 204074f5 call memcpy16 
+6e62 20406f57 call function_c1 
+6e63 d8c0425b arg mem_le_rconfirm ,contr 
+6e64 20206fca branch compare_res 
+
+generate_confirm:
+6e65 da200153 arg mem_le_mrand ,rega 
+6e66 2034ee68 branch generate_mrand ,master 
+6e67 da20426b arg mem_le_srand ,rega 
+
+generate_mrand:
+6e68 1a220a00 copy rega ,contw 
+6e69 20407661 call generate_random 
+6e6a 20206f57 branch function_c1 
+
+generate_sk:
+6e6b d8c042b8 arg mem_le_skdm ,contr 
+6e6c 20406f9d call load_data128 
+6e6d d8c0424a arg mem_le_ltk ,contr 
+6e6e 20406f9e call load_regext 
+6e6f 18006c38 force 0x38 ,aes_ctrl 
+6e70 18006c00 force 0x0 ,aes_ctrl 
+6e71 20406f0b call wait_aes 
+6e72 d8a001a3 arg mem_le_sk ,contw 
+6e73 20206fb1 branch store_aes_result 
+
+ccm_b0:
+6e74 18007008 force regidx_xor ,regext_index 
+6e75 18007e49 force 0x49 ,pdata 
+6e76 20206e7b branch iv_common 
+
+first_block_counter:
+6e77 18007e49 force 0x49 ,pdata 
+6e78 20206e7a branch first_block 
+
+first_block_data:
+6e79 18007e01 force 1 ,pdata 
+
+first_block:
+6e7a 18007000 force regidx_data ,regext_index 
+
+iv_common:
+6e7b 184d5e00 lshift8 temp ,regext 
+6e7c 9de1de00 ior regext ,regext 
+6e7d 1f00f001 increase 1 ,regext_index 
+6e7e 184cde00 rshift8 temp ,regext 
+6e7f 1df15e00 rshift16 regext ,regext 
+6e80 6fe1440b fetch 2 ,mem_ccm_iv 
+6e81 1ff07e00 lshift16 pdata ,pdata 
+6e82 9de1de00 ior regext ,regext 
+6e83 1f00f001 increase 1 ,regext_index 
+6e84 ede20006 ifetchr regext ,4 ,contr 
+6e85 1f00f001 increase 1 ,regext_index 
+6e86 efe10006 ifetch 2 ,contr 
+6e87 1a30de00 byteswap rega ,regext 
+6e88 1df05e00 lshift16 regext ,regext 
+6e89 9de1de00 ior regext ,regext 
+6e8a 1f00f001 increase 1 ,regext_index 
+6e8b 20600000 rtn 
+
+generate_mic:
+6e8c 1a608c01 add regc ,1 ,contr 
+6e8d efe08006 ifetch 1 ,contr 
+6e8e 98002200 iforce rega 
+6e8f 20406e77 call first_block_counter 
+6e90 20406f0d call do_aes_ocb 
+6e91 18007000 force regidx_data ,regext_index 
+6e92 efe08013 ifetch 1 ,regc 
+6e93 1fe17e03 and_into 0x3 ,pdata 
+6e94 1ff05e00 lshift16 pdata ,regext 
+6e95 79205e08 set1 8 ,regext 
+6e96 20406fa6 call clear_hidata 
+6e97 20406f10 call do_aes_cbc 
+6e98 1a227200 copy rega ,loopcnt 
+6e99 1a608c02 add regc ,2 ,contr 
+6e9a 20406f85 call padding_data 
+
+generate_mic_loop:
+6e9b 20406f8f call aes_load_data 
+6e9c 20406f10 call do_aes_cbc 
+6e9d 1f227e00 deposit loopcnt 
+6e9e 203a6ea0 branch generate_mic_end ,blank 
+6e9f 20206e9b branch generate_mic_loop 
+
+generate_mic_end:
+6ea0 1800700c force regidx_result ,regext_index 
+6ea1 1de27e00 deposit regext 
+6ea2 67e2014b store 4 ,mem_le_mic 
+6ea3 20600000 rtn 
+
+aes_crypt_data:
+6ea4 1a20a201 increase 1 ,rega 
+6ea5 20406e79 call first_block_data 
+6ea6 1a620c00 copy regc ,contr 
+6ea7 20406f99 call aes_load_xor 
+6ea8 20406f13 call do_aes_ctr 
+6ea9 20406fb8 call store_enc_data 
+6eaa 1a60a610 increase 16 ,regc 
+6eab 1a40a5f0 increase -16 ,regb 
+6eac 20216ea4 branch aes_crypt_data ,positive 
+6ead 20600000 rtn 
+
+le_decrypt_new:
+6eae 20406f00 call ccm_init_common 
+6eaf 70806c00 jam 0 ,core_ccm_aad0 
+6eb0 70806d01 jam 1 ,core_ccm_aad1 
+6eb1 6fe08047 fetch 1 ,mem_le_rxbuf_data_header 
+6eb2 1fe17e03 and_into 0x3 ,pdata 
+6eb3 67f0806e store 1 ,core_ccm_aad2 
+6eb4 58000049 setarg mem_le_rxbuf_data_payload 
+6eb5 67f10068 store 2 ,core_ccm_input_playload_addr 
+6eb6 67f1006a store 2 ,core_ccm_output_playload_addr 
+6eb7 6a208048 fetchr rega ,1 ,mem_le_rxbuf_data_length 
+6eb8 1a20a3fc increase -4 ,rega 
+6eb9 24217644 nbranch disable_blank ,positive 
+6eba 62208048 storer rega ,1 ,mem_le_rxbuf_data_length 
+6ebb 58000049 setarg mem_le_rxbuf_data_payload 
+6ebc 9a208c00 iadd rega ,contr 
+6ebd 18007000 force regidx_data ,regext_index 
+6ebe ede20006 ifetchr regext ,4 ,contr 
+6ebf 65e2014f storer regext ,4 ,mem_le_peer_mic 
+6ec0 684ac402 fetcht 5 ,mem_ccm_pcnt_rx 
+6ec1 20406e74 call ccm_b0 
+6ec2 70800a06 jam 6 ,core_ccm_ctrl 
+6ec3 70800a07 jam 7 ,core_ccm_ctrl 
+6ec4 6fe08048 fetch 1 ,mem_le_rxbuf_data_length 
+6ec5 67f100c1 store 2 ,core_ccm_inptr 
+6ec6 20406f07 call wait_ccm_done 
+6ec7 6ff08108 fetch 1 ,core_misc_status 
+6ec8 c303f644 bbit0 7 ,disable_blank 
+6ec9 684a014f fetcht 4 ,mem_le_peer_mic 
+6eca 6fe24407 fetch 4 ,mem_ccm_last_mic 
+6ecb 98467e00 isub temp ,pdata 
+6ecc 207a0000 rtn blank 
+6ecd 604a4407 storet 4 ,mem_ccm_last_mic 
+6ece 6fe2c402 fetch 5 ,mem_ccm_pcnt_rx 
+6ecf 1fe0fe01 increase 1 ,pdata 
+6ed0 79207e27 set1 le_ccm_directionbit ,pdata 
+6ed1 67e2c402 store 5 ,mem_ccm_pcnt_rx 
+6ed2 18007e00 force 0 ,pdata 
+6ed3 20600000 rtn 
+
+le_encrypt_new:
+6ed4 20406edb call le_encrypt_new_start 
+6ed5 5800412b setarg mem_le_txpayload 
+6ed6 9a20a200 iadd rega ,rega 
+6ed7 20406f07 call wait_ccm_done 
+6ed8 df00000c arg regidx_result ,regext_index 
+6ed9 e5e20011 istorer regext ,4 ,rega 
+6eda 20600000 rtn 
+
+le_encrypt_new_start:
+6edb 20406f00 call ccm_init_common 
+6edc 44d2c014 bpatch patch14_5 ,mem_patch14 
+6edd 70806c00 jam 0 ,core_ccm_aad0 
+6ede 70806d01 jam 1 ,core_ccm_aad1 
+6edf 6fe0c129 fetch 1 ,mem_le_txheader 
+6ee0 1fe17e03 and_into 0x3 ,pdata 
+6ee1 67f0806e store 1 ,core_ccm_aad2 
+6ee2 6fe104e3 fetch 2 ,mem_contr 
+6ee3 67f10068 store 2 ,core_ccm_input_playload_addr 
+6ee4 5800412b setarg mem_le_txpayload 
+6ee5 67f1006a store 2 ,core_ccm_output_playload_addr 
+6ee6 6a20c12a fetchr rega ,1 ,mem_le_txlen 
+6ee7 684ac3fd fetcht 5 ,mem_ccm_pcnt_tx 
+6ee8 20406e74 call ccm_b0 
+6ee9 70800a02 jam 2 ,core_ccm_ctrl 
+6eea 70800a03 jam 3 ,core_ccm_ctrl 
+6eeb 6fe0c12a fetch 1 ,mem_le_txlen 
+6eec 67f100c1 store 2 ,core_ccm_inptr 
+6eed 1fe0fe04 increase 4 ,pdata 
+6eee 67e0c12a store 1 ,mem_le_txlen 
+6eef 6fe2c3fd fetch 5 ,mem_ccm_pcnt_tx 
+6ef0 1fe0fe01 increase 1 ,pdata 
+6ef1 793ffe27 set0 le_ccm_directionbit ,pdata 
+6ef2 67e2c3fd store 5 ,mem_ccm_pcnt_tx 
+6ef3 20600000 rtn 
+
+ccm_wait_enc:
+6ef4 6ff1011a fetch 2 ,core_ccm_outptr 
+6ef5 98467c00 isub temp ,null 
+6ef6 20628000 rtn zero 
+6ef7 247a0000 nrtn blank 
+6ef8 20206ef4 branch ccm_wait_enc 
+
+ccm_check_enc_done:
+6ef9 6ff08108 fetch 1 ,core_misc_status 
+6efa c3033aba bbit0 6 ,assert 
+
+ccm_enc_done:
+6efb 5800412b setarg mem_le_txpayload 
+6efc 98408a00 iadd temp ,contw 
+6efd df00000c arg regidx_result ,regext_index 
+6efe e5e20005 istorer regext ,4 ,contw 
+6eff 20206f09 branch ccm_ctrl_clr 
+
+ccm_init_common:
+6f00 44d34014 bpatch patch14_6 ,mem_patch14 
+6f01 1800700c force regidx_result ,regext_index 
+6f02 20406fac call aes_clear 
+6f03 20406fab call aes_clear_data 
+6f04 58000000 setarg 0 
+6f05 67f100c1 store 2 ,core_ccm_inptr 
+6f06 20600000 rtn 
+
+wait_ccm_done:
+6f07 6ff08108 fetch 1 ,core_misc_status 
+6f08 c3036f07 bbit0 6 ,wait_ccm_done 
+
+ccm_ctrl_clr:
+6f09 70800a00 jam 0 ,core_ccm_ctrl 
+6f0a 20600000 rtn 
+
+wait_aes:
+6f0b 243bef0b nbranch wait_aes ,aes_ready 
+6f0c 20600000 rtn 
+
+do_aes_ocb:
+6f0d 18006c30 force 0x30 ,aes_ctrl 
+6f0e 18006c00 force 0x0 ,aes_ctrl 
+6f0f 20206f0b branch wait_aes 
+
+do_aes_cbc:
+6f10 18006c32 force 0x32 ,aes_ctrl 
+6f11 18006c02 force 0x2 ,aes_ctrl 
+6f12 20206f0b branch wait_aes 
+
+do_aes_ctr:
+6f13 18006c34 force 0x34 ,aes_ctrl 
+6f14 18006c04 force 0x4 ,aes_ctrl 
+6f15 20206f0b branch wait_aes 
+
+aes_init:
+6f16 18006c01 force 1 ,aes_ctrl 
+6f17 18006c00 force 0 ,aes_ctrl 
+6f18 20600000 rtn 
+
+wait_keyinit_done:
+6f19 6ff08144 fetch 1 ,core_aes_decode_key_init 
+6f1a c302ef19 bbit0 5 ,wait_keyinit_done 
+6f1b 20600000 rtn 
+
+dec_key_initial:
+6f1c 67f1007e store 2 ,core_keybuf_saddr 
+6f1d 18006cc0 force 0xc0 ,aes_ctrl 
+6f1e 18006c80 force 0x80 ,aes_ctrl 
+6f1f 20206f19 branch wait_keyinit_done 
+
+do_aes_ecb_dec:
+6f20 18007000 force regidx_data ,regext_index 
+6f21 1a420c00 copy regb ,contr 
+6f22 18007204 force 4 ,loopcnt 
+6f23 20406f2f call aes_ecb_dec_loop 
+6f24 18006d80 force 0x180 ,aes_ctrl 
+6f25 18006c80 force 0x80 ,aes_ctrl 
+6f26 20406f0b call wait_aes 
+
+ecb_dec_generate:
+6f27 1800700c force regidx_result ,regext_index 
+6f28 1a620a00 copy regc ,contw 
+6f29 18007204 force 4 ,loopcnt 
+
+ecb_dec_generate_loop:
+6f2a 1de27e00 copy regext ,pdata 
+6f2b e7e20005 istore 4 ,contw 
+6f2c 1f00f001 increase 1 ,regext_index 
+6f2d c2006f2a loop ecb_dec_generate_loop 
+6f2e 20600000 rtn 
+
+aes_ecb_dec_loop:
+6f2f efe10006 ifetch 2 ,contr 
+6f30 e8410006 ifetcht 2 ,contr 
+6f31 18500400 lshift16 temp ,temp 
+6f32 9841de00 ior temp ,regext 
+6f33 1f00f001 increase 1 ,regext_index 
+6f34 c2006f2f loop aes_ecb_dec_loop 
+6f35 20600000 rtn 
+
+do_aes_cbc_dec:
+6f36 18007008 force regidx_xor ,regext_index 
+6f37 1a220c00 copy rega ,contr 
+6f38 18007204 force 4 ,loopcnt 
+6f39 20406f2f call aes_ecb_dec_loop 
+6f3a 18007000 force regidx_data ,regext_index 
+6f3b 1a420c00 copy regb ,contr 
+6f3c 18007204 force 4 ,loopcnt 
+6f3d 20406f2f call aes_ecb_dec_loop 
+6f3e 18006d82 force 0x182 ,aes_ctrl 
+6f3f 18006c82 force 0x82 ,aes_ctrl 
+6f40 20406f0b call wait_aes 
+6f41 20206f27 branch ecb_dec_generate 
+
+function_s1:
+6f42 18007000 force regidx_data ,regext_index 
+6f43 6fe20153 fetch 4 ,mem_le_mrand 
+6f44 98005e00 iforce regext 
+6f45 1f00f001 increase 1 ,regext_index 
+6f46 efe20006 ifetch 4 ,contr 
+6f47 98005e00 iforce regext 
+6f48 1f00f001 increase 1 ,regext_index 
+6f49 6fe2426b fetch 4 ,mem_le_srand 
+6f4a 98005e00 iforce regext 
+6f4b 1f00f001 increase 1 ,regext_index 
+6f4c efe20006 ifetch 4 ,contr 
+6f4d 98005e00 iforce regext 
+6f4e 1f00f001 increase 1 ,regext_index 
+6f4f 20406fac call aes_clear 
+6f50 1f00f1fc increase -4 ,regext_index 
+6f51 6fe242d2 fetch 4 ,mem_le_tk 
+6f52 1fe25e00 copy pdata ,regext 
+6f53 1f00f004 increase 4 ,regext_index 
+6f54 18006c38 force 0x38 ,aes_ctrl 
+6f55 18006c08 force 0x8 ,aes_ctrl 
+6f56 20206f0b branch wait_aes 
+
+function_c1:
+6f57 44d3c014 bpatch patch14_7 ,mem_patch14 
+6f58 6fe342ae fetch 6 ,mem_le_lap 
+6f59 684b0173 fetcht 6 ,mem_le_plap 
+6f5a 2034ef5d branch function_c1_master ,master 
+6f5b 6fe30173 fetch 6 ,mem_le_plap 
+6f5c 684b42ae fetcht 6 ,mem_le_lap 
+
+function_c1_master:
+6f5d 18007008 force regidx_xor ,regext_index 
+6f5e 18425e00 copy temp ,regext 
+6f5f 1f00f001 increase 1 ,regext_index 
+6f60 184f5e00 rshift32 temp ,regext 
+6f61 1ff07e00 lshift16 pdata ,pdata 
+6f62 9de1de00 ior regext ,regext 
+6f63 1f00f001 increase 1 ,regext_index 
+6f64 1fef5e00 rshift32 pdata ,regext 
+6f65 1f00f001 increase 1 ,regext_index 
+6f66 18005e00 force 0 ,regext 
+6f67 18007e00 force 0 ,pdata 
+6f68 6fe0c29e fetch 1 ,mem_le_conn_peer_addr_type 
+6f69 6848c35f fetcht 1 ,mem_le_adv_own_addr_type 
+6f6a 2434ef6d nbranch function_c1_irat ,master 
+6f6b 6fe0c2a5 fetch 1 ,mem_le_conn_own_addr_type 
+6f6c 6848c29e fetcht 1 ,mem_le_conn_peer_addr_type 
+
+function_c1_irat:
+6f6d 67e0c27b store 1 ,mem_le_iat 
+6f6e 6048c27c storet 1 ,mem_le_rat 
+6f6f 18007000 force regidx_data ,regext_index 
+6f70 da40427b arg mem_le_iat ,regb 
+6f71 18007204 force 4 ,loopcnt 
+
+function_c1_loop1:
+6f72 efe20011 ifetch 4 ,rega 
+6f73 e8420012 ifetcht 4 ,regb 
+6f74 9842de00 ixor temp ,regext 
+6f75 1f00f001 increase 1 ,regext_index 
+6f76 1a20a204 increase 4 ,rega 
+6f77 1a40a404 increase 4 ,regb 
+6f78 c2006f72 loop function_c1_loop1 
+6f79 20406fac call aes_clear 
+6f7a 1f00f1fc increase -4 ,regext_index 
+6f7b 6fe242d2 fetch 4 ,mem_le_tk 
+6f7c 1fe25e00 copy pdata ,regext 
+6f7d 1f00f004 increase 4 ,regext_index 
+6f7e 18006c38 force 0x38 ,aes_ctrl 
+6f7f 18006c0c force 0xc ,aes_ctrl 
+6f80 20406f0b call wait_aes 
+6f81 20406fab call aes_clear_data 
+6f82 18006c3a force 0x3a ,aes_ctrl 
+6f83 18006c08 force 0x8 ,aes_ctrl 
+6f84 20206f0b branch wait_aes 
+
+padding_data:
+6f85 2f200600 compare 0 ,loopcnt ,3 
+6f86 20608000 rtn true 
+6f87 18c27e00 deposit contr 
+6f88 9f208a00 iadd loopcnt ,contw 
+6f89 18007e00 force 0 ,pdata 
+
+padding_loop:
+6f8a e7e08005 istore 1 ,contw 
+6f8b 1f20f201 increase 1 ,loopcnt 
+6f8c 2f200600 compare 0 ,loopcnt ,3 
+6f8d 20608000 rtn true 
+6f8e 20206f8a branch padding_loop 
+
+aes_load_data:
+6f8f 18007000 force regidx_data ,regext_index 
+
+load_data_loop:
+6f90 1f227e00 deposit loopcnt 
+6f91 203a6f94 branch load_data_padding ,blank 
+6f92 efe20006 ifetch 4 ,contr 
+6f93 1f20f3fc increase -4 ,loopcnt 
+
+load_data_padding:
+6f94 98005e00 iforce regext 
+6f95 1f00f001 increase 1 ,regext_index 
+6f96 2f001e04 compare regidx_key ,regext_index ,0xf 
+6f97 20608000 rtn true 
+6f98 20206f90 branch load_data_loop 
+
+aes_load_xor:
+6f99 18007008 force regidx_xor ,regext_index 
+6f9a 20206f9e branch load_regext 
+
+load_key:
+6f9b 18007004 force regidx_key ,regext_index 
+6f9c 20206f9e branch load_regext 
+
+load_data128:
+6f9d 18007000 force regidx_data ,regext_index 
+
+load_regext:
+6f9e 18007204 force 4 ,loopcnt 
+
+load_regext_loop:
+6f9f efe20006 ifetch 4 ,contr 
+6fa0 98005e00 iforce regext 
+6fa1 1f00f001 increase 1 ,regext_index 
+6fa2 c2006f9f loop load_regext_loop 
+6fa3 20600000 rtn 
+
+load_sk:
+6fa4 d8c001a3 arg mem_le_sk ,contr 
+6fa5 20206f9b branch load_key 
+
+clear_hidata:
+6fa6 18007204 force 4 ,loopcnt 
+6fa7 20206fae branch clear_data_rest 
+
+regext_clear:
+6fa8 18007000 force 0 ,regext_index 
+6fa9 18007210 force 16 ,loopcnt 
+6faa 20206fad branch clear_loop 
+
+aes_clear_data:
+6fab 18007000 force regidx_data ,regext_index 
+
+aes_clear:
+6fac 18007204 force 4 ,loopcnt 
+
+clear_loop:
+6fad 18005e00 force 0 ,regext 
+
+clear_data_rest:
+6fae 1f00f001 increase 1 ,regext_index 
+6faf c2006fad loop clear_loop 
+6fb0 20600000 rtn 
+
+store_aes_result:
+6fb1 1800700c force regidx_result ,regext_index 
+6fb2 18007204 force 4 ,loopcnt 
+
+send_aes_result_loop:
+6fb3 1de27e00 deposit regext 
+6fb4 e7e20005 istore 4 ,contw 
+6fb5 1f00f001 increase 1 ,regext_index 
+6fb6 c2006fb3 loop send_aes_result_loop 
+6fb7 20600000 rtn 
+
+store_enc_data:
+6fb8 1800700c force regidx_result ,regext_index 
+6fb9 1a620a00 copy regc ,contw 
+6fba 1a40f201 add regb ,1 ,loopcnt 
+6fbb 1f267c0f sub loopcnt ,15 ,null 
+6fbc 20216fbe branch store_enc_loop ,positive 
+6fbd 18007210 force 16 ,loopcnt 
+
+store_enc_loop:
+6fbe 1de27e00 deposit regext 
+6fbf 1f267c03 sub loopcnt ,3 ,null 
+6fc0 20216fc6 branch store_enc_byte ,positive 
+6fc1 e7e20005 istore 4 ,contw 
+6fc2 1f20f3fc increase -4 ,loopcnt 
+6fc3 20628000 rtn zero 
+6fc4 1f00f001 increase 1 ,regext_index 
+6fc5 20206fbe branch store_enc_loop 
+
+store_enc_byte:
+6fc6 e7e08005 istore 1 ,contw 
+6fc7 1fecfe00 rshift8 pdata ,pdata 
+6fc8 c2006fc6 loop store_enc_byte 
+6fc9 20600000 rtn 
+
+compare_res:
+6fca 1800700c force regidx_result ,regext_index 
+6fcb 18007204 force 4 ,loopcnt 
+
+compare_res_loop:
+6fcc efe20006 ifetch 4 ,contr 
+6fcd 9de67c00 isub regext ,null 
+6fce 24628000 nrtn zero 
+6fcf 1f00f001 increase 1 ,regext_index 
+6fd0 c2006fcc loop compare_res_loop 
+6fd1 18007c00 force 0 ,null 
+6fd2 20600000 rtn 
+
+enable_authrom:
+6fd3 6ff08050 fetch 1 ,core_clkoff 
+6fd4 793ffe00 set0 clock_off_auth_rom ,pdata 
+6fd5 67f08050 store 1 ,core_clkoff 
+6fd6 20600000 rtn 
+
+disable_authrom:
+6fd7 6ff08050 fetch 1 ,core_clkoff 
+6fd8 79207e00 set1 clock_off_auth_rom ,pdata 
+6fd9 67f08050 store 1 ,core_clkoff 
+6fda 20600000 rtn 
+
+ui_init:
+6fdb 20758000 rtn wake 
+6fdc 20403c78 call lpm_disable_exen_output 
+6fdd 20406fe2 call ui_button_init 
+6fde 2040708b call ui_timer_init 
+6fdf 20207018 branch ui_led_init_global 
+
+ui_dispatch:
+6fe0 2040703b call ui_led_dispatch 
+6fe1 2020707a branch ui_timer_check 
+
+ui_button_init:
+6fe2 6fe0c432 fetch 1 ,mem_ui_button_gpio 
+6fe3 c17f8000 rtneq ui_button_gpio_disable 
+6fe4 98000400 iforce temp 
+6fe5 20406c43 call gpio_config_output 
+6fe6 6848c432 fetcht 1 ,mem_ui_button_gpio 
+6fe7 20406c3f call gpio_out_inactive 
+6fe8 20000064 nop 100 
+6fe9 6848c432 fetcht 1 ,mem_ui_button_gpio 
+6fea 20406c29 call gpio_config_input 
+6feb 20206fec branch ui_button_polling 
+
+ui_button_polling:
+6fec 44d74015 bpatch patch15_6 ,mem_patch15 
+6fed 6fe0c432 fetch 1 ,mem_ui_button_gpio 
+6fee c17f8000 rtneq ui_button_gpio_disable 
+6fef 1fe20400 copy pdata ,temp 
+6ff0 20406c32 call gpio_get_bit 
+6ff1 2420effe nbranch ui_button_up ,true 
+
+ui_button_down:
+6ff2 20407008 call ui_button_check_long_press 
+6ff3 6fe1442f fetch 2 ,mem_ui_state_map 
+6ff4 79207e0c set1 ui_state_btn_down ,pdata 
+6ff5 67e1442f store 2 ,mem_ui_state_map 
+6ff6 6fe0c42a fetch 1 ,mem_ui_button_last_state 
+6ff7 c1000000 rtneq ui_button_state_down 
+6ff8 70442a00 jam ui_button_state_down ,mem_ui_button_last_state 
+6ff9 6fe0c431 fetch 1 ,mem_ui_button_timeout 
+6ffa 67e0c429 store 1 ,mem_ui_button_timer 
+6ffb 2040700f call lpm_button_get_wake_lock 
+6ffc 7004c32c jam bt_evt_button_down ,mem_fifo_temp 
+6ffd 2020709b branch ui_ipc_send_event 
+
+ui_button_up:
+6ffe 6fe1442f fetch 2 ,mem_ui_state_map 
+6fff 793ffe0c set0 ui_state_btn_down ,pdata 
+7000 67e1442f store 2 ,mem_ui_state_map 
+7001 6fe0c42a fetch 1 ,mem_ui_button_last_state 
+7002 c1008000 rtneq ui_button_state_up 
+7003 70442a01 jam ui_button_state_up ,mem_ui_button_last_state 
+7004 70442900 jam 0 ,mem_ui_button_timer 
+7005 20407011 call lpm_button_clean_wake_lock 
+7006 7004c32d jam bt_evt_button_up ,mem_fifo_temp 
+7007 2020709b branch ui_ipc_send_event 
+
+ui_button_check_long_press:
+7008 6fe0c429 fetch 1 ,mem_ui_button_timer 
+7009 207a0000 rtn blank 
+700a 1fe0ffff increase -1 ,pdata 
+700b 67e0c429 store 1 ,mem_ui_button_timer 
+700c 247a0000 nrtn blank 
+700d 7004c310 jam bt_evt_button_long_pressed ,mem_fifo_temp 
+700e 2020709b branch ui_ipc_send_event 
+
+lpm_button_get_wake_lock:
+700f d8e00007 arg wake_lock_button ,queue 
+7010 20203c54 branch lpm_get_wake_lock 
+
+lpm_button_clean_wake_lock:
+7011 d8e00007 arg wake_lock_button ,queue 
+7012 20203c58 branch lpm_put_wake_lock 
+
+calc_curr_struct_prt:
+7013 44d7c015 bpatch patch15_7 ,mem_patch15 
+7014 6fe14435 fetch 2 ,mem_ui_led_struct_ptr 
+7015 1a2fa40b mul32 rega ,led_offset_length ,regb 
+7016 9a40a400 iadd regb ,regb 
+7017 20600000 rtn 
+
+ui_led_init_global:
+7018 6fe0c434 fetch 1 ,mem_ui_led_struct_num 
+7019 207a0000 rtn blank 
+701a 1fe27200 copy pdata ,loopcnt 
+701b 6fe14435 fetch 2 ,mem_ui_led_struct_ptr 
+701c 1fe22400 copy pdata ,regb 
+
+ui_led_init_loop:
+701d 1a40a602 add regb ,led_offset_led_gpio ,regc 
+701e e8408013 ifetcht 1 ,regc 
+701f 20407023 call ui_led_init_set 
+7020 1a40a40b increase led_offset_length ,regb 
+7021 c200701d loop ui_led_init_loop 
+7022 20600000 rtn 
+
+ui_led_init_set:
+7023 6fe0c433 fetch 1 ,mem_ui_led_init_state_set 
+7024 203a6c3f branch gpio_out_inactive ,blank 
+7025 20206c43 branch gpio_out_active 
+
+ui_led_on_global:
+7026 20407013 call calc_curr_struct_prt 
+7027 58000002 setarg ui_led_state_lighting 
+7028 e7e08012 istore 1 ,regb 
+7029 20407074 call ui_led_stop_timer 
+702a 20207049 branch ui_led_on_static 
+
+ui_led_blink_stop_global:
+
+ui_led_off_global:
+702b 20407013 call calc_curr_struct_prt 
+702c 58000003 setarg ui_led_state_darking 
+702d e7e08012 istore 1 ,regb 
+702e 20407074 call ui_led_stop_timer 
+702f 20207044 branch ui_led_off_static 
+
+ui_led_blink_start_global:
+7030 20407013 call calc_curr_struct_prt 
+7031 58000001 setarg ui_led_state_blink_start 
+7032 e7e08012 istore 1 ,regb 
+7033 580000ff setarg led_infinite_flash_num 
+7034 e7e08005 istore 1 ,contw 
+7035 20207044 branch ui_led_off_static 
+
+ui_led_set_style_global:
+7036 20407013 call calc_curr_struct_prt 
+7037 df20000b arg led_offset_length ,loopcnt 
+7038 1a620c00 copy regc ,contr 
+7039 1a420a00 copy regb ,contw 
+703a 2020753b branch memcpy_fast 
+
+ui_led_dispatch:
+703b 6fe0c434 fetch 1 ,mem_ui_led_struct_num 
+703c 207a0000 rtn blank 
+703d da200000 arg 0 ,rega 
+
+ui_led_blink_polling:
+703e 2040704e call ui_led_change_style_by_type 
+703f 1a20a201 increase 1 ,rega 
+7040 6fe0c434 fetch 1 ,mem_ui_led_struct_num 
+7041 9a267c00 isub rega ,null 
+7042 20628000 rtn zero 
+7043 2020703e branch ui_led_blink_polling 
+
+ui_led_off_static:
+7044 1a40a602 add regb ,led_offset_led_gpio ,regc 
+7045 e8408013 ifetcht 1 ,regc 
+7046 6fe0c095 fetch 1 ,mem_device_option 
+7047 c0046214 beq dvc_op_mouse ,mouse_ui_led_off_static 
+7048 20206c3f branch gpio_out_inactive 
+
+ui_led_on_static:
+7049 1a40a602 add regb ,led_offset_led_gpio ,regc 
+704a e8408013 ifetcht 1 ,regc 
+704b 6fe0c095 fetch 1 ,mem_device_option 
+704c c0046221 beq dvc_op_mouse ,mouse_ui_led_on_static 
+704d 20206c43 branch gpio_out_active 
+
+ui_led_change_style_by_type:
+704e 1a208e0b add rega ,ui_led_blink ,queue 
+704f 2040755d call timer_check 
+7050 247a0000 nrtn blank 
+7051 20407013 call calc_curr_struct_prt 
+7052 efe08012 ifetch 1 ,regb 
+7053 c0017049 beq ui_led_state_lighting ,ui_led_on_static 
+7054 c001f044 beq ui_led_state_darking ,ui_led_off_static 
+7055 c0007044 beq ui_led_state_blink_stop ,ui_led_off_static 
+7056 c002f062 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
+
+ui_led_blink_state_lighting:
+7057 20407049 call ui_led_on_static 
+7058 1a40a607 add regb ,led_offset_cb_ledon ,regc 
+7059 204074af call push_stack 
+705a efe10013 ifetch 2 ,regc 
+705b 204075e6 call callback_func 
+705c 204074bb call pop_stack 
+705d 58000005 setarg ui_led_state_blink_darking 
+705e e7e08012 istore 1 ,regb 
+705f 1a40a603 add regb ,led_offset_on_time ,regc 
+7060 efe10013 ifetch 2 ,regc 
+7061 20207072 branch ui_led_blink_timer_start 
+
+ui_led_blink_state_darking:
+7062 20407044 call ui_led_off_static 
+7063 1a40a609 add regb ,led_offset_cb_ledoff ,regc 
+7064 204074af call push_stack 
+7065 efe10013 ifetch 2 ,regc 
+7066 204075e6 call callback_func 
+7067 204074bb call pop_stack 
+7068 1a40a601 add regb ,led_offset_blink_count ,regc 
+7069 efe08013 ifetch 1 ,regc 
+706a c07ff06e beq led_infinite_flash_num ,ui_led_blink_infinite 
+706b 1fe0ffff increase -1 ,pdata 
+706c e7e08013 istore 1 ,regc 
+706d 203a702b branch ui_led_blink_stop_global ,blank 
+
+ui_led_blink_infinite:
+706e 58000004 setarg ui_led_state_blink_lighting 
+706f e7e08012 istore 1 ,regb 
+7070 1a40a605 add regb ,led_offset_off_time ,regc 
+7071 efe10013 ifetch 2 ,regc 
+
+ui_led_blink_timer_start:
+7072 1a208e0b add rega ,ui_led_blink ,queue 
+7073 2020754f branch timer_init 
+
+ui_led_stop_timer:
+7074 58000000 setarg 0 
+7075 20207072 branch ui_led_blink_timer_start 
+
+ui_timer_timeout:
+7076 58001000 setarg 0x1000 
+7077 1ff07e00 lshift16 pdata ,pdata 
+7078 9a40a400 iadd regb ,regb 
+7079 20600000 rtn 
+
+ui_timer_check:
+707a 44d84016 bpatch patch16_0 ,mem_patch16 
+707b da200000 arg 0 ,rega 
+707c 684a442b fetcht 4 ,mem_ui_timer_last_btclk 
+707d 1c422400 copy clkn_bt ,regb 
+707e 1a427e00 copy regb ,pdata 
+707f 98467c00 isub temp ,null 
+7080 24417076 ncall ui_timer_timeout ,positive 
+
+ui_timer_check_loop:
+7081 1a427e00 copy regb ,pdata 
+7082 184084a0 increase 160 ,temp 
+7083 184084a0 increase 160 ,temp 
+7084 98467c00 isub temp ,null 
+7085 2421708e nbranch ui_timer_check_end ,positive 
+7086 1a20a201 increase 1 ,rega 
+7087 1a217e0f and rega ,0x0f ,pdata 
+7088 243a7081 nbranch ui_timer_check_loop ,blank 
+7089 da200000 arg 0 ,rega 
+708a 20407094 call ui_timer_check_send_evt 
+
+ui_timer_init:
+708b 1c427e00 copy clkn_bt ,pdata 
+708c 67e2442b store 4 ,mem_ui_timer_last_btclk 
+708d 20600000 rtn 
+
+ui_timer_check_end:
+708e 1a227e00 copy rega ,pdata 
+708f 207a0000 rtn blank 
+7090 18408560 increase -160 ,temp 
+7091 18408560 increase -160 ,temp 
+7092 793f841c set0 28 ,temp 
+7093 604a442b storet 4 ,mem_ui_timer_last_btclk 
+
+ui_timer_check_send_evt:
+7094 20204dd5 branch app_evt_timer 
+
+ui_ipc_get_lock:
+7095 70441701 jam 1 ,mem_ipc_lock_bt 
+
+ui_ipc_get_lock_wait:
+7096 6fe0c418 fetch 1 ,mem_ipc_lock_c51 
+7097 243a7096 nbranch ui_ipc_get_lock_wait ,blank 
+7098 20600000 rtn 
+
+ui_ipc_put_lock:
+7099 70441700 jam 0 ,mem_ipc_lock_bt 
+709a 20600000 rtn 
+
+ui_ipc_send_event:
+709b 44d8c016 bpatch patch16_1 ,mem_patch16 
+709c 20407095 call ui_ipc_get_lock 
+709d 1a227e00 copy rega ,pdata 
+709e 67e204d8 store 4 ,mem_rega 
+709f da204419 arg mem_ipc_fifo_bt2c51 ,rega 
+70a0 20407607 call fifo_in 
+70a1 6fe204d8 fetch 4 ,mem_rega 
+70a2 1fe22200 copy pdata ,rega 
+70a3 20207099 branch ui_ipc_put_lock 
+
+ui_ipc_send_cmd:
+70a4 44d94016 bpatch patch16_2 ,mem_patch16 
+70a5 20407095 call ui_ipc_get_lock 
+70a6 1a227e00 copy rega ,pdata 
+70a7 67e204d8 store 4 ,mem_rega 
+70a8 da204421 arg mem_ipc_fifo_c512bt ,rega 
+70a9 20407607 call fifo_in 
+70aa 6fe204d8 fetch 4 ,mem_rega 
+70ab 1fe22200 copy pdata ,rega 
+70ac 20207099 branch ui_ipc_put_lock 
+
+ui_ipc_clean_all_fifo:
+70ad 58000000 setarg 0 
+70ae 67e44421 store util_fifo_len ,mem_ipc_fifo_c512bt 
+70af 67e44419 store util_fifo_len ,mem_ipc_fifo_bt2c51 
+70b0 20600000 rtn 
+
+check_51cmd:
+70b1 44d9c016 bpatch patch16_3 ,mem_patch16 
+70b2 6fe0c10d fetch 1 ,mem_hci_cmd 
+70b3 247a0000 nrtn blank 
+70b4 da204421 arg mem_ipc_fifo_c512bt ,rega 
+70b5 2040761f call fifo_is_empty 
+70b6 207a0000 rtn blank 
+70b7 7004c200 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
+70b8 204070bc call check_51cmd_once 
+70b9 6fe084c2 fetch 1 ,mem_ipc_skip_continue_proc 
+70ba 203a70b1 branch check_51cmd ,blank 
+70bb 20600000 rtn 
+
+check_51cmd_once:
+70bc 20407095 call ui_ipc_get_lock 
+70bd da204421 arg mem_ipc_fifo_c512bt ,rega 
+70be 20407613 call fifo_out 
+70bf 1fe20400 copy pdata ,temp 
+70c0 20407099 call ui_ipc_put_lock 
+70c1 44da4016 bpatch patch16_4 ,mem_patch16 
+70c2 18427e00 copy temp ,pdata 
+70c3 207a0000 rtn blank 
+70c4 c006f0e0 beq bt_cmd_start_adv ,check_51cmd_adv 
+70c5 c00770e6 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
+70c6 c007f0eb beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
+70c7 c00870f1 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
+70c8 c009f0fb beq bt_cmd_led_off ,check_51cmd_led_off 
+70c9 c00a70fd beq bt_cmd_led_on ,check_51cmd_led_on 
+70ca c00af0ff beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
+70cb c00b7109 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
+70cc c00bf10c beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
+70cd c00c710e beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
+70ce c00cf111 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
+70cf 67e084c3 store 1 ,mem_fifo_temp 
+
+check_51cmd_once_continue:
+70d0 6fe084c3 fetch 1 ,mem_fifo_temp 
+70d1 c584f0d9 bmark0 mark_context ,check_51cmd_check_idle 
+70d2 44dac016 bpatch patch16_5 ,mem_patch16 
+70d3 6fe084c3 fetch 1 ,mem_fifo_temp 
+70d4 c008f0f6 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
+70d5 c00df119 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
+70d6 c00970fa beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
+70d7 c00fec05 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
+70d8 20600000 rtn 
+
+check_51cmd_check_idle:
+70d9 67e084c3 store 1 ,mem_fifo_temp 
+70da 2040385a call context_check_idle 
+70db 2022f0de branch check_51cmd_restore ,zero 
+70dc 2040385f call context_search_plap 
+70dd 24628000 nrtn zero 
+
+check_51cmd_restore:
+70de 7004c201 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
+70df 202070a4 branch ui_ipc_send_cmd 
+
+check_51cmd_adv:
+70e0 70435b01 jam on ,mem_le_adv_enable 
+70e1 70435e00 jam adv_ind ,mem_le_adv_type 
+70e2 6fe1442f fetch 2 ,mem_ui_state_map 
+70e3 79207e0b set1 ui_state_ble_adv ,pdata 
+70e4 67e1442f store 2 ,mem_ui_state_map 
+70e5 20600000 rtn 
+
+check_51cmd_stop_adv:
+70e6 6fe1442f fetch 2 ,mem_ui_state_map 
+70e7 793ffe0b set0 ui_state_ble_adv ,pdata 
+70e8 67e1442f store 2 ,mem_ui_state_map 
+70e9 70435b00 jam off ,mem_le_adv_enable 
+70ea 20600000 rtn 
+
+check_51cmd_direct_adv:
+70eb 70435b01 jam on ,mem_le_adv_enable 
+70ec 70435e01 jam adv_direct_ind ,mem_le_adv_type 
+70ed 6fe1442f fetch 2 ,mem_ui_state_map 
+70ee 79207e0b set1 ui_state_ble_adv ,pdata 
+70ef 67e1442f store 2 ,mem_ui_state_map 
+70f0 20600000 rtn 
+
+check_51cmd_stop_direct_adv:
+70f1 6fe1442f fetch 2 ,mem_ui_state_map 
+70f2 793ffe0b set0 ui_state_ble_adv ,pdata 
+70f3 67e1442f store 2 ,mem_ui_state_map 
+70f4 70435b00 jam off ,mem_le_adv_enable 
+70f5 20600000 rtn 
+
+check_51cmd_le_disconnect:
+70f6 58000014 setarg 20 
+70f7 67e10191 store 2 ,mem_le_superto 
+70f8 67e142c8 store 2 ,mem_le_init_superto 
+70f9 2020477a branch le_send_terminate_ind_user_terminated 
+
+check_51cmd_ble_update_connect_param:
+70fa 202045f3 branch le_l2cap_tx_update_req 
+
+check_51cmd_led_off:
+70fb da200000 arg 0 ,rega 
+70fc 2020702b branch ui_led_off_global 
+
+check_51cmd_led_on:
+70fd da200000 arg 0 ,rega 
+70fe 20207026 branch ui_led_on_global 
+
+check_51cmd_led_start_blink:
+70ff da200000 arg 0 ,rega 
+7100 20407013 call calc_curr_struct_prt 
+7101 efe08012 ifetch 1 ,regb 
+7102 c000f106 beq ui_led_state_blink_start ,check_51cmd_led_start_blink_in_blink 
+7103 c0027106 beq ui_led_state_blink_lighting ,check_51cmd_led_start_blink_in_blink 
+7104 c002f106 beq ui_led_state_blink_darking ,check_51cmd_led_start_blink_in_blink 
+7105 20207030 branch ui_led_blink_start_global 
+
+check_51cmd_led_start_blink_in_blink:
+7106 efe08006 ifetch 1 ,contr 
+7107 c17f8000 rtneq led_infinite_flash_num 
+7108 20207030 branch ui_led_blink_start_global 
+
+check_51cmd_le_start_con:
+7109 70431601 jam on ,mem_le_scan_enable 
+710a 70410d1b jam hci_cmd_le_create_conn ,mem_hci_cmd 
+710b 20600000 rtn 
+
+check_51cmd_start_scan:
+710c 70431601 jam on ,mem_le_scan_enable 
+710d 20600000 rtn 
+
+check_51cmd_stop_scan:
+710e 70431600 jam off ,mem_le_scan_enable 
+710f 70410d00 jam 0 ,mem_hci_cmd 
+7110 20600000 rtn 
+
+check_51cmd_hibernate:
+7111 6fe1438a fetch 2 ,mem_cb_before_hibernate 
+7112 204075e6 call callback_func 
+7113 6fe0c432 fetch 1 ,mem_ui_button_gpio 
+7114 c07ff117 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
+7115 1fe20400 copy pdata ,temp 
+7116 20406c29 call gpio_config_input 
+
+check_51cmd_hibernate_btn_disabled:
+7117 204070ad call ui_ipc_clean_all_fifo 
+7118 20203b6f branch lpm_hibernate 
+
+check_51cmd_le_smp_sec_req:
+7119 20204621 branch le_send_smp_security_request 
+
+ui_check_paring_button:
+711a 6fe0c42f fetch 1 ,mem_ui_state_map 
+711b c4060000 rtnbit0 ui_state_btn_down 
+711c 20600000 rtn 
+
+queue_init:
+711d 6fe143b0 fetch 2 ,mem_queue_ptr 
+711e 1fe08a02 add pdata ,queue_offset_curr_num ,contw 
+711f 58000000 setarg 0 
+7120 e7e18005 istore 3 ,contw 
+7121 20600000 rtn 
+
+queue_push:
+7122 44db4016 bpatch patch16_6 ,mem_patch16 
+7123 20407638 call disable_user 
+7124 2040716e call queue_full 
+7125 207a0000 rtn blank 
+7126 6fe143b0 fetch 2 ,mem_queue_ptr 
+7127 1fe0a402 add pdata ,queue_offset_curr_num ,regb 
+7128 e8408012 ifetcht 1 ,regb 
+7129 18408401 increase 1 ,temp 
+712a e0408012 istoret 1 ,regb 
+712b e840803f ifetcht 1 ,pdata 
+712c 18427200 copy temp ,loopcnt 
+712d 1fe0a404 add pdata ,queue_offset_write_ptr ,regb 
+712e efe08012 ifetch 1 ,regb 
+712f 984ffe00 imul32 temp ,pdata 
+7130 98c08a00 iadd contr ,contw 
+7131 1a220c00 copy rega ,contr 
+
+calc_queue_next_ptr:
+7132 20407548 call memcpy 
+7133 20407172 call queue_get_size 
+7134 1fe0ffff pincrease -1 
+7135 e8408012 ifetcht 1 ,regb 
+7136 18408401 increase 1 ,temp 
+7137 98410400 iand temp ,temp 
+7138 e0408012 istoret 1 ,regb 
+7139 20207636 branch enable_user 
+
+queue_pop:
+713a 44dbc016 bpatch patch16_7 ,mem_patch16 
+713b 20407638 call disable_user 
+713c 2040716a call queue_empty 
+713d 207a0000 rtn blank 
+713e 6fe143b0 fetch 2 ,mem_queue_ptr 
+713f 1fe0a402 add pdata ,queue_offset_curr_num ,regb 
+7140 e8408012 ifetcht 1 ,regb 
+7141 184085ff increase -1 ,temp 
+7142 e0408012 istoret 1 ,regb 
+7143 e840803f ifetcht 1 ,pdata 
+7144 18427200 copy temp ,loopcnt 
+7145 1fe0a403 add pdata ,queue_offset_read_ptr ,regb 
+7146 efe08012 ifetch 1 ,regb 
+7147 984ffe00 imul32 temp ,pdata 
+7148 98c08c00 iadd contr ,contr 
+7149 18c08c01 increase 1 ,contr 
+714a 1a220a00 copy rega ,contw 
+714b 20207132 branch calc_queue_next_ptr 
+
+queue_get_new_ele:
+714c 20407638 call disable_user 
+714d 2040716a call queue_empty 
+714e 207a0000 rtn blank 
+714f 6fe143b0 fetch 2 ,mem_queue_ptr 
+7150 e840803f ifetcht 1 ,pdata 
+7151 18427200 copy temp ,loopcnt 
+7152 1fe0a403 add pdata ,queue_offset_read_ptr ,regb 
+7153 efe08012 ifetch 1 ,regb 
+7154 984ffe00 imul32 temp ,pdata 
+7155 98c08c00 iadd contr ,contr 
+7156 18c08c01 increase 1 ,contr 
+7157 18c22400 copy contr ,regb 
+7158 1a220a00 copy rega ,contw 
+7159 20407548 call memcpy 
+715a 20207636 branch enable_user 
+
+queue_store_new_ele:
+715b 20407638 call disable_user 
+715c 2040716a call queue_empty 
+715d 207a0000 rtn blank 
+715e 6fe143b0 fetch 2 ,mem_queue_ptr 
+715f e840803f ifetcht 1 ,pdata 
+7160 18427200 copy temp ,loopcnt 
+7161 1fe0a403 add pdata ,queue_offset_read_ptr ,regb 
+7162 efe08012 ifetch 1 ,regb 
+7163 984ffe00 imul32 temp ,pdata 
+7164 98c08c00 iadd contr ,contr 
+7165 18c08a02 add contr ,2 ,contw 
+7166 1a220c00 copy rega ,contr 
+7167 1f20f3ff increase -1 ,loopcnt 
+7168 20407548 call memcpy 
+7169 20207636 branch enable_user 
+
+queue_empty:
+716a 6fe143b0 fetch 2 ,mem_queue_ptr 
+716b 1fe08c02 add pdata ,queue_offset_curr_num ,contr 
+716c efe08006 ifetch 1 ,contr 
+716d 20600000 rtn 
+
+queue_full:
+716e 20407172 call queue_get_size 
+716f e8408006 ifetcht 1 ,contr 
+7170 98467e00 isub temp ,pdata 
+7171 20600000 rtn 
+
+queue_get_size:
+7172 6fe143b0 fetch 2 ,mem_queue_ptr 
+7173 1fe08c01 add pdata ,queue_offset_length ,contr 
+7174 efe08006 ifetch 1 ,contr 
+7175 20600000 rtn 
+
+usb_isr:
+7176 44dc4017 bpatch patch17_0 ,mem_patch17 
+7177 6ff08c23 fetch 1 ,core_usb_status 
+7178 2feffe03 isolate1 usb_status_reset ,pdata 
+7179 2040f182 call usb_init ,true 
+717a 6ff08c23 fetch 1 ,core_usb_status 
+717b 67f08c23 store 1 ,core_usb_status 
+717c 67e0855e store 1 ,mem_usb_status 
+717d 204071e2 call usb_nak_state_judge 
+717e 2040720a call usb_rx 
+717f 204073fd call usb0_tx 
+7180 20407445 call usb_tx 
+7181 202071da branch usb_nak_state 
+
+usb_init:
+7182 44dcc017 bpatch patch17_1 ,mem_patch17 
+7183 20406fd3 call enable_authrom 
+7184 204071a1 call usb_init_param 
+7185 708c0000 jam 0x00 ,core_usb_config 
+7186 20002710 nop 10000 
+7187 708c18c0 jam 0xc0 ,core_usb_trig 
+7188 6ff10050 fetch 2 ,core_clkoff 
+7189 793ffe0a set0 clock_off_usb ,pdata 
+718a 67f10050 store 2 ,core_clkoff 
+718b 708c1100 jam 0x0 ,core_usb_hmode 
+718c 708c003c jam 0x3c ,core_usb_config 
+718d 580005b7 setarg mem_usb_rxbuf 
+718e 67f10c03 store 2 ,core_usb_rx_saddr 
+718f 67f10c07 store 2 ,core_usb_rxptr 
+7190 580005f7 setarg mem_usb_rxbuf_end 
+7191 67f10c05 store 2 ,core_usb_rx_eaddr 
+7192 708c1104 jam 0x4 ,core_usb_hmode 
+7193 708c0200 jam 0 ,core_usb_addr 
+7194 708c23ff jam 0xff ,core_usb_status 
+7195 580007b3 setarg mem_usb_clear_mem_end 
+7196 d8a006c1 arg mem_usb_clear_mem_start ,contw 
+7197 98a67200 isub contw ,loopcnt 
+7198 2020750f branch clear_mem 
+
+usb_offline_check_init:
+7199 684886c0 fetcht 1 ,mem_usb_offline_check_gpio 
+719a 20206c29 branch gpio_config_input 
+
+usb_offline_state:
+719b 6fe08762 fetch 1 ,mem_usb_device_enumeration_endflag 
+719c 207a0000 rtn blank 
+719d 684886c0 fetcht 1 ,mem_usb_offline_check_gpio 
+719e 20406c32 call gpio_get_bit 
+719f 2020f182 branch usb_init ,true 
+71a0 20600000 rtn 
+
+usb_init_param:
+71a1 7006bf02 jam dev_default ,mem_usb0_state 
+71a2 58000000 setarg 0x0 
+71a3 67e085fa store 1 ,mem_remain 
+71a4 67e106b9 store 2 ,mem_usb_zero_packet 
+71a5 1fe0fe01 pincrease 1 
+71a6 67e106bb store 2 ,mem_usb_ones_packet 
+71a7 1fe0fe01 pincrease 1 
+71a8 67e106bd store 2 ,mem_usb_two_packet 
+71a9 d8a0064e arg mem_string0 ,contw 
+71aa 58030404 setarg 0x030404 
+71ab e7e18005 istore 3 ,contw 
+71ac 58000409 setarg 0x0409 
+71ad e7e10005 istore 2 ,contw 
+71ae d8a00653 arg mem_string1 ,contw 
+71af 38015906 setsect 0 ,0x15906 
+71b0 380610d2 setsect 1 ,0x210d2 
+71b1 38090494 setsect 2 ,0x10494 
+71b2 380c0001 setsect 3 ,0x1 
+71b3 e7e48005 istore 9 ,contw 
+71b4 d8a00671 arg mem_string2 ,contw 
+71b5 3801570f setsect 0 ,0x1570f 
+71b6 38055c9a setsect 1 ,0x15c9a 
+71b7 380a56c6 setsect 2 ,0x256c6 
+71b8 380dcdcd setsect 3 ,0x1cdcd 
+71b9 e7e48005 istore 9 ,contw 
+71ba 38014420 setsect 0 ,0x14420 
+71bb 38065d99 setsect 1 ,0x25d99 
+71bc 380a5636 setsect 2 ,0x25636 
+71bd 380c0001 setsect 3 ,0x1 
+71be e7e38005 istore 7 ,contw 
+71bf d8a0068f arg mem_string3 ,contw 
+71c0 3801620a setsect 0 ,0x1620a 
+71c1 38040c8c setsect 1 ,0xc8c 
+71c2 380b0333 setsect 2 ,0x30333 
+71c3 380cc0c0 setsect 3 ,0xc0c0 
+71c4 e7e48005 istore 9 ,contw 
+71c5 38003130 setsect 0 ,0x3130 
+71c6 e7e10005 istore 2 ,contw 
+71c7 58009272 setarg usb_kbdata_vendor_define_addr 
+71c8 67e105fb store 2 ,mem_hidreportdesc_kb 
+71c9 580092cd setarg usb_msdata_addr 
+71ca 67e105fd store 2 ,mem_hidreportdesc_m 
+71cb d8c09371 arg usb_devicedata_addr ,contr 
+71cc d8a005ff arg mem_devicedesc ,contw 
+71cd df200013 arg 19 ,loopcnt 
+71ce 20407548 call memcpy 
+71cf d8c09384 arg usb_confdata_addr ,contr 
+71d0 d8a00612 arg mem_confdesc ,contw 
+71d1 df20003c arg 60 ,loopcnt 
+71d2 20407548 call memcpy 
+
+usb_config_cb:
+71d3 6fe106ad fetch 2 ,mem_cb_usb_config 
+71d4 202075e6 branch callback_func 
+
+usb_tx_interval_config:
+71d5 6fe086af fetch 1 ,mem_usb_tx_interval 
+71d6 207a0000 rtn blank 
+71d7 67e08634 store 1 ,mem_confdesc + 34 
+71d8 67e0864d store 1 ,mem_confdesc + 59 
+71d9 20600000 rtn 
+
+usb_nak_state:
+71da d8e00001 arg usb_timer_nak ,queue 
+71db 2040755d call timer_check 
+71dc 247a0000 nrtn blank 
+71dd 6fe08763 fetch 1 ,mem_usb_wakestate_onetime_flag 
+71de 247a0000 nrtn blank 
+71df 6fe08762 fetch 1 ,mem_usb_device_enumeration_endflag 
+71e0 245a749e ncall usb_mac_wakeup_judge ,blank 
+71e1 20600000 rtn 
+
+usb_nak_state_judge:
+71e2 6fe0855e fetch 1 ,mem_usb_status 
+71e3 c28171e5 bbit1 usb_status_nak ,usb_nak_state_timer_init 
+71e4 20600000 rtn 
+
+usb_nak_state_timer_init:
+71e5 204071ea call usb0_attached_state_judge 
+71e6 2040755c call timer_reinit 
+71e7 58000280 setarg timer_nak_delay 
+71e8 d8e00001 arg usb_timer_nak ,queue 
+71e9 2020754f branch timer_init 
+
+usb0_attached_state_judge:
+71ea 6fe08754 fetch 1 ,mem_usb_state 
+71eb c08171ef bne usb_connected ,usb_clear_halt_dispose 
+71ec 70076300 jam 0 ,mem_usb_wakestate_onetime_flag 
+71ed 70076400 jam 0 ,mem_usb_mac_wakeup_trig 
+71ee 20600000 rtn 
+
+usb_clear_halt_dispose:
+71ef 6fe08766 fetch 1 ,mem_usb_clear_halt 
+71f0 207a0000 rtn blank 
+71f1 70076600 jam 0 ,mem_usb_clear_halt 
+71f2 70075402 jam usb_connected ,mem_usb_state 
+71f3 70076201 jam 1 ,mem_usb_device_enumeration_endflag 
+71f4 20600000 rtn 
+
+usb_rx_no_data:
+71f5 6fe0855e fetch 1 ,mem_usb_status 
+71f6 c2807217 bbit1 usb_status_setup ,usb_class_type 
+71f7 20600000 rtn 
+
+usb_rx_data:
+71f8 6ff08c24 fetch 1 ,core_usb_txbusy 
+71f9 c3830000 rtnbit1 usb_status_rxempty 
+71fa 69510c03 fetchr contus ,2 ,core_usb_rx_saddr 
+71fb 6a110c05 fetchr contue ,2 ,core_usb_rx_eaddr 
+71fc 68710c07 fetchr contu ,2 ,core_usb_rxptr 
+71fd efe10003 ifetch 2 ,contu 
+71fe 1fec8400 rshift8 pdata ,temp 
+71ff 18518400 rshift4 temp ,temp 
+7200 d8c00fff arg 0xfff ,contr 
+7201 98c17200 iand contr ,loopcnt 
+7202 1f222200 copy loopcnt ,rega 
+
+usb_rx_read:
+7203 efe08003 ifetch 1 ,contu 
+7204 e7e08005 istore 1 ,contw 
+7205 c2007203 loop usb_rx_read 
+7206 60710c07 storer contu ,2 ,core_usb_rxptr 
+7207 62210560 storer rega ,2 ,mem_usb_read_len 
+7208 20600000 rtn 
+
+usb_data_rx:
+7209 20600000 rtn 
+
+usb_rx:
+720a 44dd4017 bpatch patch17_2 ,mem_patch17 
+720b 6fe0855e fetch 1 ,mem_usb_status 
+720c c4028000 rtnbit0 usb_status_rxready 
+720d d8a006c1 arg mem_usb_setup ,contw 
+720e 204071f8 call usb_rx_data 
+720f 18427e00 copy temp ,pdata 
+7210 c0007212 beq 0 ,usb0_rx 
+7211 20207209 branch usb_data_rx 
+
+usb0_rx:
+7212 6fe08560 fetch 1 ,mem_usb_read_len 
+7213 c00071f5 beq 0x00 ,usb_rx_no_data 
+7214 c000f21e beq 0x01 ,usb_out_one_byte 
+7215 1fe67c07 sub pdata ,7 ,null 
+7216 20610000 rtn positive 
+
+usb_class_type:
+7217 44ddc017 bpatch patch17_3 ,mem_patch17 
+7218 793f8023 set0 mark_isstr ,mark 
+7219 6fe086c1 fetch 1 ,mem_usb_setup_bmrequesttype 
+721a 1fe17e80 and_into 0x80 ,pdata 
+721b c0407222 beq in_device ,usb_in_device 
+721c c000722a beq out_device ,usb_out_device 
+721d 20203aba branch assert 
+
+usb_out_one_byte:
+721e 6fe086c1 fetch 1 ,mem_usb_setup 
+721f c3838000 rtnbit1 7 
+7220 204073d2 call usb_get_led_status 
+7221 20207251 branch usb0_reply_zerolen 
+
+usb_in_device:
+7222 6fe086c1 fetch 1 ,mem_usb_setup_bmrequesttype 
+7223 1ff1fe00 rshift4 pdata ,pdata 
+7224 1fe37e00 rshift pdata ,pdata 
+7225 1fe17e03 and_into 0x03 ,pdata 
+7226 c0007232 beq standard_req ,usb_in_standard_req 
+7227 c000f238 beq class_req ,usb_in_class_req 
+7228 c001723d beq manufacturer_req ,usb_in_manufacturer_req 
+7229 20203aba branch assert 
+
+usb_out_device:
+722a 6fe086c1 fetch 1 ,mem_usb_setup_bmrequesttype 
+722b 1ff1fe00 rshift4 pdata ,pdata 
+722c 1fe37e00 rshift pdata ,pdata 
+722d 1fe17e03 and_into 0x03 ,pdata 
+722e c000723e beq standard_req ,usb_out_standard_req 
+722f c000f246 beq class_req ,usb_out_class_req 
+7230 c001724b beq manufacturer_req ,usb_out_manufacturer_req 
+7231 20203aba branch assert 
+
+usb_in_standard_req:
+7232 6fe086c2 fetch 1 ,mem_usb_setup_brequest 
+7233 c0047253 beq get_configuration ,usb0_request_get_configuration 
+7234 c0037269 beq get_descriptor ,usb0_request_get_descriptor 
+7235 c00572ae beq get_interface ,usb0_request_get_interface 
+7236 c00072c0 beq get_status ,usb0_request_get_status 
+7237 2020724c branch usb0_force_stall 
+
+usb_in_class_req:
+7238 6fe086c2 fetch 1 ,mem_usb_setup_brequest 
+7239 c00172f5 beq get_idle ,usb_get_idle 
+723a c000f2f9 beq get_report ,usb_get_report 
+723b c001f30a beq get_protocol ,usb_get_protocol_req 
+723c 2020724c branch usb0_force_stall 
+
+usb_in_manufacturer_req:
+723d 2020724c branch usb0_force_stall 
+
+usb_out_standard_req:
+723e 6fe086c2 fetch 1 ,mem_usb_setup_brequest 
+723f c000f314 beq clear_feature ,usb0_request_clear_feature 
+7240 c001f343 beq set_feature ,usb0_request_set_feature 
+7241 c002f36e beq set_address ,usb0_request_set_address 
+7242 c004f387 beq set_configuration ,usb0_request_set_configuration 
+7243 c005f3a2 beq set_interface ,usb0_request_set_interface 
+7244 c003f24c beq set_descriptor ,usb0_force_stall 
+7245 2020724c branch usb0_force_stall 
+
+usb_out_class_req:
+7246 6fe086c2 fetch 1 ,mem_usb_setup_brequest 
+7247 c00573b3 beq set_idle ,usb_set_idle 
+7248 c004f3c5 beq set_report ,usb_set_report 
+7249 c005f3e4 beq set_protocol ,usb_set_protocol_req 
+724a 2020724c branch usb0_force_stall 
+
+usb_out_manufacturer_req:
+724b 2020724c branch usb0_force_stall 
+
+usb0_force_stall:
+724c 44de4017 bpatch patch17_4 ,mem_patch17 
+724d 6ff08c19 fetch 1 ,core_usb_stall 
+724e 79207e00 set1 0 ,pdata 
+724f 67f08c19 store 1 ,core_usb_stall 
+7250 20207251 branch usb0_reply_zerolen 
+
+usb0_reply_zerolen:
+7251 708c1810 jam 0x10 ,core_usb_trig 
+7252 20600000 rtn 
+
+usb0_request_get_configuration:
+7253 6fe086c1 fetch 1 ,mem_usb_setup_bmrequesttype 
+7254 c0c0724c bne in_device ,usb0_force_stall 
+7255 6fe086c5 fetch 1 ,mem_usb_setup_windex 
+7256 c080724c bne 0 ,usb0_force_stall 
+7257 6fe086c6 fetch 1 ,mem_usb_setup_windex + 1 
+7258 c080724c bne 0 ,usb0_force_stall 
+7259 6fe086c7 fetch 1 ,mem_usb_setup_blength 
+725a c080f24c bne 1 ,usb0_force_stall 
+725b 6fe086c8 fetch 1 ,mem_usb_setup_blengthh 
+725c c080724c bne 0 ,usb0_force_stall 
+725d 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+725e c080724c bne 0 ,usb0_force_stall 
+725f 6fe086c4 fetch 1 ,mem_usb_setup_bvalue + 1 
+7260 c080724c bne 0 ,usb0_force_stall 
+7261 6fe086bf fetch 1 ,mem_usb0_state 
+7262 c0027265 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
+7263 c001f267 beq dev_address ,usb0_request_get_cfg_dev_addr 
+7264 2020724c branch usb0_force_stall 
+
+usb0_request_get_cfg_dev_cfg:
+7265 da400001 arg 1 ,regb 
+7266 202072da branch usb_send_ones_packet 
+
+usb0_request_get_cfg_dev_addr:
+7267 da400001 arg 1 ,regb 
+7268 202072d8 branch usb_send_zero_packet 
+
+usb0_request_get_descriptor:
+7269 44dec017 bpatch patch17_5 ,mem_patch17 
+726a 6fe086c4 fetch 1 ,mem_usb_setup_bvalueh 
+726b c000f27c beq dsc_device ,dsc_device_info 
+726c c0017295 beq dsc_config ,dsc_config_info 
+726d c001f298 beq dsc_string ,dsc_string_info 
+726e c010f271 beq dsc_hid ,dsc_hid_info 
+726f c01172a6 beq dsc_hid_report ,dsc_hid_report_info 
+7270 2020724c branch usb0_force_stall 
+
+dsc_hid_info:
+7271 70075100 jam 0 ,mem_usb_get_protocol_flag 
+7272 6fe086c5 fetch 1 ,mem_usb_setup_windex 
+7273 c0007276 beq 0 ,dsc_hid_info_interface0 
+7274 c000f279 beq 1 ,dsc_hid_info_interface1 
+7275 2020724c branch usb0_force_stall 
+
+dsc_hid_info_interface0:
+7276 6a408625 fetchr regb ,1 ,mem_confdesc + 19 
+7277 da200625 arg mem_confdesc + 19 ,rega 
+7278 202073f3 branch usb0_respond 
+
+dsc_hid_info_interface1:
+7279 6a40863e fetchr regb ,1 ,mem_confdesc + 44 
+727a da20063e arg mem_confdesc + 44 ,rega 
+727b 202073f3 branch usb0_respond 
+
+dsc_device_info:
+727c 6fe08765 fetch 1 ,mem_usb_set_high_addr_flag 
+727d 245a728d ncall usb_set_high_addr ,blank 
+727e 580005ff setarg mem_devicedesc 
+727f 684885ff fetcht 1 ,mem_devicedesc 
+
+dsc_info_set_data_len:
+7280 67e1075c store 2 ,mem_dsc_info_data_pointer 
+7281 6048875e storet 1 ,mem_dsc_info_len 
+7282 6fe086c7 fetch 1 ,mem_usb_setup_blength 
+7283 98467c00 isub temp ,null 
+7284 2421728b nbranch dsc_info_set_current_data_len ,positive 
+
+dsc_info_set_initial_data_len:
+7285 6fe0875e fetch 1 ,mem_dsc_info_len 
+
+dsc_info_set_data_size_completed:
+7286 98002400 iforce regb 
+7287 6fe1075c fetch 2 ,mem_dsc_info_data_pointer 
+7288 1fe0fe01 add pdata ,1 ,pdata 
+7289 98002200 iforce rega 
+728a 202073f3 branch usb0_respond 
+
+dsc_info_set_current_data_len:
+728b 6fe086c7 fetch 1 ,mem_usb_setup_blength 
+728c 20207286 branch dsc_info_set_data_size_completed 
+
+usb_set_high_addr:
+728d 6ff08c02 fetch 1 ,core_usb_addr 
+728e 245a7291 ncall usb0_set_addr ,blank 
+728f 70076500 jam 0 ,mem_usb_set_high_addr_flag 
+7290 20600000 rtn 
+
+usb0_set_addr:
+7291 6ff08c02 fetch 1 ,core_usb_addr 
+7292 79207e07 set1 7 ,pdata 
+7293 67f08c02 store 1 ,core_usb_addr 
+7294 20600000 rtn 
+
+dsc_config_info:
+7295 58000612 setarg mem_confdesc 
+7296 68488612 fetcht 1 ,mem_confdesc 
+7297 20207280 branch dsc_info_set_data_len 
+
+dsc_string_info:
+7298 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+7299 1fe67c03 sub pdata ,3 ,null 
+729a 2421724c nbranch usb0_force_stall ,positive 
+729b 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+729c da20064e arg mem_string0 ,rega 
+729d c00073f1 beq 0 ,usb0_respond_length 
+729e 79200023 set1 mark_isstr ,mark 
+729f da200653 arg mem_string1 ,rega 
+72a0 c000f3f1 beq 1 ,usb0_respond_length 
+72a1 da200671 arg mem_string2 ,rega 
+72a2 c00173f1 beq 2 ,usb0_respond_length 
+72a3 da20068f arg mem_string3 ,rega 
+72a4 c001f3f1 beq 3 ,usb0_respond_length 
+72a5 20600000 rtn 
+
+dsc_hid_report_info:
+72a6 6fe106c5 fetch 2 ,mem_usb_setup_windex 
+72a7 c000f2aa beq 1 ,dsc_hid_report_info0 
+72a8 6a2105fb fetchr rega ,2 ,mem_hidreportdesc_kb 
+72a9 202073f1 branch usb0_respond_length 
+
+dsc_hid_report_info0:
+72aa 70076201 jam 1 ,mem_usb_device_enumeration_endflag 
+72ab 70075401 jam usb_got_report_req ,mem_usb_state 
+72ac 6a2105fd fetchr rega ,2 ,mem_hidreportdesc_m 
+72ad 202073f1 branch usb0_respond_length 
+
+usb0_request_get_interface:
+72ae 6fe086bf fetch 1 ,mem_usb0_state 
+72af c082724c bne dev_configured ,usb0_force_stall 
+72b0 6fe086c1 fetch 1 ,mem_usb_setup_bmrequesttype 
+72b1 c0c0f24c bne in_interface ,usb0_force_stall 
+72b2 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+72b3 c080724c bne 0 ,usb0_force_stall 
+72b4 6fe086c4 fetch 1 ,mem_usb_setup_bvalueh 
+72b5 c080724c bne 0 ,usb0_force_stall 
+72b6 6fe086c7 fetch 1 ,mem_usb_setup_blength 
+72b7 c080f24c bne 1 ,usb0_force_stall 
+72b8 6fe086c8 fetch 1 ,mem_usb_setup_blengthh 
+72b9 c080724c bne 0 ,usb0_force_stall 
+72ba 6fe086c5 fetch 1 ,mem_usb_setup_windex 
+72bb c080724c bne 0 ,usb0_force_stall 
+72bc 6fe086c6 fetch 1 ,mem_usb_setup_windex + 1 
+72bd c080724c bne 0 ,usb0_force_stall 
+72be da400001 arg 1 ,regb 
+72bf 202072d8 branch usb_send_zero_packet 
+
+usb0_request_get_status:
+72c0 6fe086bf fetch 1 ,mem_usb0_state 
+72c1 c001724c beq dev_default ,usb0_force_stall 
+72c2 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+72c3 c080724c bne 0 ,usb0_force_stall 
+72c4 6fe086c4 fetch 1 ,mem_usb_setup_bvalueh 
+72c5 c080724c bne 0 ,usb0_force_stall 
+72c6 6fe086c7 fetch 1 ,mem_usb_setup_blength 
+72c7 c081724c bne 2 ,usb0_force_stall 
+72c8 6fe086c8 fetch 1 ,mem_usb_setup_blengthh 
+72c9 c080724c bne 0 ,usb0_force_stall 
+72ca 6fe086c6 fetch 1 ,mem_usb_setup_windex + 1 
+72cb c080724c bne 0 ,usb0_force_stall 
+72cc 6fe086c1 fetch 1 ,mem_usb_setup_bmrequesttype 
+72cd c04072d3 beq in_device ,usb0_get_status_in_device 
+72ce c040f2de beq in_interface ,usb0_get_status_in_interface 
+72cf c04172e2 beq in_endpoint ,usb0_get_status_in_endpoint 
+72d0 2020724c branch usb0_force_stall 
+
+usb0_sdsystem_dispose:
+72d1 70075701 jam 1 ,mem_sdsystem_wakeup_flag 
+72d2 202072dc branch usb_send_two_packet 
+
+usb0_get_status_in_device:
+72d3 6fe086c5 fetch 1 ,mem_usb_setup_windex 
+72d4 c080724c bne 0 ,usb0_force_stall 
+72d5 da400002 arg 2 ,regb 
+72d6 6fe08755 fetch 1 ,mem_usb_remote_wakeup 
+72d7 c000f2d1 beq 0x01 ,usb0_sdsystem_dispose 
+
+usb_send_zero_packet:
+72d8 da2006b9 arg mem_usb_zero_packet ,rega 
+72d9 202073f3 branch usb0_respond 
+
+usb_send_ones_packet:
+72da da2006bb arg mem_usb_ones_packet ,rega 
+72db 202073f3 branch usb0_respond 
+
+usb_send_two_packet:
+72dc da2006bd arg mem_usb_two_packet ,rega 
+72dd 202073f3 branch usb0_respond 
+
+usb0_get_status_in_interface:
+72de 6fe086bf fetch 1 ,mem_usb0_state 
+72df c082724c bne dev_configured ,usb0_force_stall 
+72e0 da400002 arg 2 ,regb 
+72e1 202072d8 branch usb_send_zero_packet 
+
+usb0_get_status_in_endpoint:
+72e2 6fe086bf fetch 1 ,mem_usb0_state 
+72e3 c082724c bne dev_configured ,usb0_force_stall 
+72e4 6fe086c5 fetch 1 ,mem_usb_setup_windex 
+72e5 c040f2ef beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
+72e6 c04172f1 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
+72e7 c041f2f3 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
+72e8 1fe17e7f and_into 0x7f ,pdata 
+72e9 c00072eb beq 0x00 ,usb0_get_status_in_ep_in_ep0 
+72ea 2020724c branch usb0_force_stall 
+
+usb0_get_status_in_ep_in_ep0:
+72eb 6fe08758 fetch 1 ,mem_usb_ep0_stall_status 
+
+usb0_get_status_in_ep_in_ack:
+72ec da400002 arg 2 ,regb 
+72ed c000f2da beq 1 ,usb_send_ones_packet 
+72ee 202072d8 branch usb_send_zero_packet 
+
+usb0_get_status_in_ep_in_ep1:
+72ef 6fe08759 fetch 1 ,mem_usb_ep1_stall_status 
+72f0 202072ec branch usb0_get_status_in_ep_in_ack 
+
+usb0_get_status_in_ep_in_ep2:
+72f1 6fe0875a fetch 1 ,mem_usb_ep2_stall_status 
+72f2 202072ec branch usb0_get_status_in_ep_in_ack 
+
+usb0_get_status_in_ep_in_ep3:
+72f3 6fe0875b fetch 1 ,mem_usb_ep3_stall_status 
+72f4 202072ec branch usb0_get_status_in_ep_in_ack 
+
+usb_get_idle:
+72f5 70074f01 jam 1 ,mem_usb_idle_flag 
+72f6 da200750 arg mem_usb_idle_rate ,rega 
+72f7 da400001 arg 1 ,regb 
+72f8 202073f3 branch usb0_respond 
+
+usb_get_report:
+72f9 6fe106c3 fetch 2 ,mem_usb_setup_bvalue 
+72fa d84001ba arg pc_get_report ,temp 
+72fb 98467c00 isub temp ,null 
+72fc 2422f24c nbranch usb0_force_stall ,zero 
+
+usb_get_report_dispose:
+72fd 6fe0874c fetch 1 ,mem_usb0_data_ready_report 
+72fe 243a7307 nbranch usb_get_report_data_success ,blank 
+72ff 70070900 jam pc_get_nondata ,mem_usb0_get_report_data 
+
+usb_get_report_send_data:
+7300 6fe086c7 fetch 1 ,mem_usb_setup_blength 
+7301 98002400 iforce regb 
+7302 da200709 arg mem_usb0_get_report_data ,rega 
+7303 204073f3 call usb0_respond 
+
+usb_get_report_data_release:
+7304 d8a00709 arg mem_usb0_get_report_data ,contw 
+7305 df200008 arg 8 ,loopcnt 
+7306 20207500 branch memset0 
+
+usb_get_report_data_success:
+7307 70074c00 jam 0 ,mem_usb0_data_ready_report 
+7308 70070901 jam pc_get_data ,mem_usb0_get_report_data 
+7309 20207300 branch usb_get_report_send_data 
+
+usb_get_protocol_req:
+730a 6fe086c7 fetch 1 ,mem_usb_setup_blength 
+730b c080f24c bne 1 ,usb0_force_stall 
+730c 70075101 jam 1 ,mem_usb_get_protocol_flag 
+730d da400001 arg 1 ,regb 
+730e 6fe08753 fetch 1 ,mem_usb_set_protocol_value 
+730f c0007312 beq 0 ,usb_get_report_protocol 
+7310 c000f313 beq 1 ,usb_get_boot_protocol 
+7311 202072d8 branch usb_send_zero_packet 
+
+usb_get_report_protocol:
+7312 202072da branch usb_send_ones_packet 
+
+usb_get_boot_protocol:
+7313 202072d8 branch usb_send_zero_packet 
+
+usb0_request_clear_feature:
+7314 6fe086bf fetch 1 ,mem_usb0_state 
+7315 c082724c bne dev_configured ,usb0_force_stall 
+7316 6fe086c7 fetch 1 ,mem_usb_setup_blength 
+7317 c080724c bne 0 ,usb0_force_stall 
+7318 6fe086c8 fetch 1 ,mem_usb_setup_blengthh 
+7319 c080724c bne 0 ,usb0_force_stall 
+731a 6fe086c4 fetch 1 ,mem_usb_setup_bvalueh 
+731b c080724c bne 0 ,usb0_force_stall 
+731c 6fe086c6 fetch 1 ,mem_usb_setup_windex + 1 
+731d c080724c bne 0 ,usb0_force_stall 
+731e 6fe086c1 fetch 1 ,mem_usb_setup_bmrequesttype 
+731f c0007323 beq out_device ,usb0_request_clear_feature_out_device 
+7320 c000f330 beq out_interface ,usb0_request_clear_feature_out_interface 
+7321 c0017331 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
+7322 2020724c branch usb0_force_stall 
+
+usb0_request_clear_feature_out_device:
+7323 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+7324 c080f24c bne device_remote_wakeup ,usb0_force_stall 
+7325 6ff08c00 fetch 1 ,core_usb_config 
+7326 793ffe07 set0 7 ,pdata 
+7327 67f08c00 store 1 ,core_usb_config 
+7328 70075500 jam 0 ,mem_usb_remote_wakeup 
+7329 70075601 jam 1 ,mem_usb_clear_remote_wakeup 
+732a 6fe08757 fetch 1 ,mem_sdsystem_wakeup_flag 
+732b 203a7251 branch usb0_reply_zerolen ,blank 
+732c 70075700 jam 0 ,mem_sdsystem_wakeup_flag 
+732d 70075600 jam 0 ,mem_usb_clear_remote_wakeup 
+732e 70075402 jam usb_connected ,mem_usb_state 
+732f 20207251 branch usb0_reply_zerolen 
+
+usb0_request_clear_feature_out_interface:
+7330 2020724c branch usb0_force_stall 
+
+usb0_request_clear_feature_out_endpoint:
+7331 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+7332 c080724c bne endpoint_halt ,usb0_force_stall 
+7333 6fe086c5 fetch 1 ,mem_usb_setup_windex 
+7334 c040f33c beq in_ep1 ,usb0_force_stall_ep1_in_off 
+7335 c041733f beq in_ep2 ,usb0_force_stall_ep2_in_off 
+7336 c041f341 beq in_ep3 ,usb0_force_stall_ep3_in_off 
+7337 1fe17e7f and_into 0x7f ,pdata 
+7338 c000733a beq 0x00 ,usb0_force_stall_ep0_in_off 
+7339 2020724c branch usb0_force_stall 
+
+usb0_force_stall_ep0_in_off:
+733a 70075800 jam 0 ,mem_usb_ep0_stall_status 
+733b 20207251 branch usb0_reply_zerolen 
+
+usb0_force_stall_ep1_in_off:
+733c 70075900 jam 0 ,mem_usb_ep1_stall_status 
+
+usb0_force_stall_ep1_in_off_reply:
+733d 70076601 jam 1 ,mem_usb_clear_halt 
+733e 20207251 branch usb0_reply_zerolen 
+
+usb0_force_stall_ep2_in_off:
+733f 70075a00 jam 0 ,mem_usb_ep2_stall_status 
+7340 2020733d branch usb0_force_stall_ep1_in_off_reply 
+
+usb0_force_stall_ep3_in_off:
+7341 70075b00 jam 0 ,mem_usb_ep3_stall_status 
+7342 2020733d branch usb0_force_stall_ep1_in_off_reply 
+
+usb0_request_set_feature:
+7343 6fe086c7 fetch 1 ,mem_usb_setup_blength 
+7344 c080724c bne 0 ,usb0_force_stall 
+7345 6fe086c8 fetch 1 ,mem_usb_setup_blengthh 
+7346 c080724c bne 0 ,usb0_force_stall 
+7347 6fe086c1 fetch 1 ,mem_usb_setup_bmrequesttype 
+7348 c000734c beq out_device ,usb0_request_set_feature_out_device 
+7349 c000f35a beq out_interface ,usb0_request_set_feature_out_interface 
+734a c001735b beq out_endpoint ,usb0_request_set_feature_out_endpoint 
+734b 2020724c branch usb0_force_stall 
+
+usb0_request_set_feature_out_device:
+734c 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+734d c080f24c bne device_remote_wakeup ,usb0_force_stall 
+734e 20405337 call dongle_set_pc_sleep_flag 
+734f 6ff08c00 fetch 1 ,core_usb_config 
+7350 79207e07 set1 7 ,pdata 
+7351 67f08c00 store 1 ,core_usb_config 
+7352 70075501 jam 1 ,mem_usb_remote_wakeup 
+7353 70075403 jam usb_sleep ,mem_usb_state 
+7354 70074d00 jam 0 ,mem_usb_tx_win_enable 
+7355 20407251 call usb0_reply_zerolen 
+
+usb_wakeup_timer_reinit:
+7356 2040755c call timer_reinit 
+7357 58001388 setarg timer_wakeup_delay 
+7358 d8e0000f arg usb_timer_wakeup ,queue 
+7359 2020754f branch timer_init 
+
+usb0_request_set_feature_out_interface:
+735a 2020724c branch usb0_force_stall 
+
+usb0_request_set_feature_out_endpoint:
+735b 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+735c c080724c bne endpoint_halt ,usb0_force_stall 
+735d 6fe086c4 fetch 1 ,mem_usb_setup_bvalueh 
+735e c080724c bne 0 ,usb0_force_stall 
+735f 6fe086c5 fetch 1 ,mem_usb_setup_windex 
+7360 c040f368 beq in_ep1 ,usb0_force_stall_ep1_in_on 
+7361 c041736a beq in_ep2 ,usb0_force_stall_ep2_in_on 
+7362 c041f36c beq in_ep3 ,usb0_force_stall_ep3_in_on 
+7363 1fe17e7f and_into 0x7f ,pdata 
+7364 c0007366 beq 0x00 ,usb0_force_stall_ep0_in_on 
+7365 2020724c branch usb0_force_stall 
+
+usb0_force_stall_ep0_in_on:
+7366 70075801 jam 1 ,mem_usb_ep0_stall_status 
+7367 20207251 branch usb0_reply_zerolen 
+
+usb0_force_stall_ep1_in_on:
+7368 70075901 jam 1 ,mem_usb_ep1_stall_status 
+7369 20207251 branch usb0_reply_zerolen 
+
+usb0_force_stall_ep2_in_on:
+736a 70075a01 jam 1 ,mem_usb_ep2_stall_status 
+736b 20207251 branch usb0_reply_zerolen 
+
+usb0_force_stall_ep3_in_on:
+736c 70075b01 jam 1 ,mem_usb_ep3_stall_status 
+736d 20207251 branch usb0_reply_zerolen 
+
+usb0_request_set_address:
+736e 6fe086c1 fetch 1 ,mem_usb_setup_bmrequesttype 
+736f c080724c bne out_device ,usb0_force_stall 
+7370 6fe086c5 fetch 1 ,mem_usb_setup_windex 
+7371 c080724c bne 0 ,usb0_force_stall 
+7372 6fe086c6 fetch 1 ,mem_usb_setup_windex + 1 
+7373 c080724c bne 0 ,usb0_force_stall 
+7374 6fe086c7 fetch 1 ,mem_usb_setup_blength 
+7375 c080724c bne 0 ,usb0_force_stall 
+7376 6fe086c8 fetch 1 ,mem_usb_setup_blengthh 
+7377 c080724c bne 0 ,usb0_force_stall 
+7378 6fe086c4 fetch 1 ,mem_usb_setup_bvalueh 
+7379 c080724c bne 0 ,usb0_force_stall 
+737a 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+737b 1fe17e80 and_into 0x80 ,pdata 
+737c c080724c bne 0 ,usb0_force_stall 
+737d 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+737e c0807385 bne 0 ,usb_usb0_state_set_dev_addr 
+
+usb_usb0_state_set_dev_default:
+737f 7006bf02 jam dev_default ,mem_usb0_state 
+
+usb0_request_set_wait_address:
+7380 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+7381 67f08c02 store 1 ,core_usb_addr 
+7382 20407251 call usb0_reply_zerolen 
+7383 70076501 jam 1 ,mem_usb_set_high_addr_flag 
+7384 20600000 rtn 
+
+usb_usb0_state_set_dev_addr:
+7385 7006bf03 jam dev_address ,mem_usb0_state 
+7386 20207380 branch usb0_request_set_wait_address 
+
+usb0_request_set_configuration:
+7387 6fe086bf fetch 1 ,mem_usb0_state 
+7388 c001724c beq dev_default ,usb0_force_stall 
+7389 6fe086c1 fetch 1 ,mem_usb_setup_bmrequesttype 
+738a c080724c bne out_device ,usb0_force_stall 
+738b 6fe086c5 fetch 1 ,mem_usb_setup_windex 
+738c c080724c bne 0 ,usb0_force_stall 
+738d 6fe086c6 fetch 1 ,mem_usb_setup_windex + 1 
+738e c080724c bne 0 ,usb0_force_stall 
+738f 6fe086c7 fetch 1 ,mem_usb_setup_blength 
+7390 c080724c bne 0 ,usb0_force_stall 
+7391 6fe086c8 fetch 1 ,mem_usb_setup_blengthh 
+7392 c080724c bne 0 ,usb0_force_stall 
+7393 6fe086c4 fetch 1 ,mem_usb_setup_bvalue + 1 
+7394 c080724c bne 0 ,usb0_force_stall 
+7395 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+7396 1fe67c01 sub pdata ,usb_max_num_cfg ,null 
+7397 2421724c nbranch usb0_force_stall ,positive 
+7398 6fe086bf fetch 1 ,mem_usb0_state 
+7399 c001f39c beq dev_address ,usb0_request_set_cfg_addr_state 
+739a c002739c beq dev_configured ,usb0_request_set_cfg_cfg_state 
+739b 2020724c branch usb0_force_stall 
+
+usb0_request_set_cfg_addr_state:
+
+usb0_request_set_cfg_cfg_state:
+739c 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+739d c00073a0 beq 0 ,usb0_request_set_cfg_stay_addr_state 
+739e 7006bf04 jam dev_configured ,mem_usb0_state 
+739f 20207251 branch usb0_reply_zerolen 
+
+usb0_request_set_cfg_stay_addr_state:
+73a0 7006bf03 jam dev_address ,mem_usb0_state 
+73a1 20207251 branch usb0_reply_zerolen 
+
+usb0_request_set_interface:
+73a2 6fe086bf fetch 1 ,mem_usb0_state 
+73a3 c082724c bne dev_configured ,usb0_force_stall 
+73a4 6fe086c1 fetch 1 ,mem_usb_setup_bmrequesttype 
+73a5 c080f24c bne out_interface ,usb0_force_stall 
+73a6 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+73a7 c080724c bne 0 ,usb0_force_stall 
+73a8 6fe086c4 fetch 1 ,mem_usb_setup_bvalueh 
+73a9 c080724c bne 0 ,usb0_force_stall 
+73aa 6fe086c7 fetch 1 ,mem_usb_setup_blength 
+73ab c080724c bne 0 ,usb0_force_stall 
+73ac 6fe086c8 fetch 1 ,mem_usb_setup_blengthh 
+73ad c080724c bne 0 ,usb0_force_stall 
+73ae 6fe086c5 fetch 1 ,mem_usb_setup_windex 
+73af c080724c bne 0 ,usb0_force_stall 
+73b0 6fe086c6 fetch 1 ,mem_usb_setup_windex + 1 
+73b1 c080724c bne 0 ,usb0_force_stall 
+73b2 20207251 branch usb0_reply_zerolen 
+
+usb_set_idle:
+73b3 44df4017 bpatch patch17_6 ,mem_patch17 
+73b4 70074f01 jam 1 ,mem_usb_idle_flag 
+73b5 6fe086c4 fetch 1 ,mem_usb_setup_bvalueh 
+73b6 67e08750 store 1 ,mem_usb_idle_rate 
+73b7 6fe086c5 fetch 1 ,mem_usb_setup_windex 
+73b8 1fe67c01 sub pdata ,1 ,null 
+73b9 2042f3c1 call usb_clear_remote_wakeup_set0 ,zero 
+73ba 6fe08754 fetch 1 ,mem_usb_state 
+73bb c0827251 bne usb_resume ,usb0_reply_zerolen 
+73bc 70075402 jam usb_connected ,mem_usb_state 
+73bd 20407251 call usb0_reply_zerolen 
+73be 20007530 nop 30000 
+73bf 20007530 nop 30000 
+73c0 20600000 rtn 
+
+usb_clear_remote_wakeup_set0:
+73c1 70076201 jam 1 ,mem_usb_device_enumeration_endflag 
+73c2 70075600 jam 0 ,mem_usb_clear_remote_wakeup 
+73c3 70075404 jam usb_resume ,mem_usb_state 
+73c4 20600000 rtn 
+
+usb_set_report:
+73c5 20003a98 nop 15000 
+73c6 d8a006c9 arg mem_usb0_set_report_data ,contw 
+73c7 204071f8 call usb_rx_data 
+73c8 70074b01 jam 1 ,mem_usb0_get_set_report 
+73c9 204073d6 call usb_set_report_resume_judge 
+73ca 6fe106c3 fetch 2 ,mem_usb_setup_bvalue 
+73cb 67e10749 store 2 ,mem_usb_setup_bvalue_temp 
+73cc 20407251 call usb0_reply_zerolen 
+73cd 6fe0c095 fetch 1 ,mem_device_option 
+73ce c1820000 rtnne dvc_op_dongle 
+73cf 6fe0874d fetch 1 ,mem_usb_tx_win_enable 
+73d0 207a0000 rtn blank 
+73d1 6fe086c9 fetch 1 ,mem_usb0_set_report_data 
+
+usb_get_led_status:
+73d2 67e0c564 store 1 ,mem_24g_led_status 
+73d3 70074d00 jam 0 ,mem_usb_tx_win_enable 
+73d4 70455403 jam kb_led_ackpayload ,mem_24g_ackpayload_enable 
+73d5 20600000 rtn 
+
+usb_set_report_resume_judge:
+73d6 6fe106c3 fetch 2 ,mem_usb_setup_bvalue 
+73d7 d8400200 arg pc_set_report_bvalue ,temp 
+73d8 98467c00 isub temp ,null 
+73d9 24628000 nrtn zero 
+73da 6fe106c5 fetch 2 ,mem_usb_setup_windex 
+73db d8400000 arg pc_set_report_windex ,temp 
+73dc 98467c00 isub temp ,null 
+73dd 24628000 nrtn zero 
+73de 6fe106c7 fetch 2 ,mem_usb_setup_blength 
+73df d8400001 arg pc_set_report_blength ,temp 
+73e0 98467c00 isub temp ,null 
+73e1 24628000 nrtn zero 
+73e2 70074d01 jam 1 ,mem_usb_tx_win_enable 
+73e3 20600000 rtn 
+
+usb_set_protocol_req:
+73e4 6fe086c7 fetch 1 ,mem_usb_setup_blength 
+73e5 c080724c bne 0 ,usb0_force_stall 
+73e6 6fe086c3 fetch 1 ,mem_usb_setup_bvalue 
+73e7 c00073ea beq boot_protocol ,usb_set_boot_protocol 
+73e8 c000f3ed beq report_protocol ,usb_set_report_protocol 
+73e9 2020724c branch usb0_force_stall 
+
+usb_set_boot_protocol:
+73ea 70075200 jam 0 ,mem_usb_set_protocol_status 
+73eb 70075301 jam 1 ,mem_usb_set_protocol_value 
+73ec 20207251 branch usb0_reply_zerolen 
+
+usb_set_report_protocol:
+73ed 70074e01 jam 1 ,mem_usb_tx_mac_enable 
+73ee 70075201 jam 1 ,mem_usb_set_protocol_status 
+73ef 70075300 jam 0 ,mem_usb_set_protocol_value 
+73f0 20207251 branch usb0_reply_zerolen 
+
+usb0_respond_length:
+73f1 ea408011 ifetchr regb ,1 ,rega 
+73f2 1a20a201 increase 1 ,rega 
+
+usb0_respond:
+73f3 44dfc017 bpatch patch17_7 ,mem_patch17 
+73f4 7920000e set1 mark_usb_first_resp ,mark 
+73f5 c591f3f8 bmark0 mark_isstr ,usb0_respond_nostr 
+73f6 1a40a401 increase 1 ,regb 
+73f7 1a43a400 lshift regb ,regb 
+
+usb0_respond_nostr:
+73f8 622105f8 storer rega ,2 ,mem_bufptr 
+73f9 624085fa storer regb ,1 ,mem_remain 
+73fa 202073fd branch usb0_tx 
+
+usb_no_respond_data:
+73fb d8e00000 arg 0 ,queue 
+73fc 2020743d branch usb_trig 
+
+usb0_tx:
+73fd 44e04018 bpatch patch18_0 ,mem_patch18 
+73fe 6ff08c24 fetch 1 ,core_usb_txbusy 
+73ff c3800000 rtnbit1 0 
+7400 6fe085fa fetch 1 ,mem_remain 
+7401 207a0000 rtn blank 
+7402 1fe27200 copy pdata ,loopcnt 
+7403 98000400 iforce temp 
+7404 6fe106c7 fetch 2 ,mem_usb_setup_blength 
+7405 1fe67c40 sub pdata ,ep0_packet_size ,null 
+7406 2021740b branch usb0_tx_short ,positive 
+7407 1f267c40 sub loopcnt ,ep0_packet_size ,null 
+7408 2021740f branch usb0_tx_info ,positive 
+7409 18007240 force ep0_packet_size ,loopcnt 
+740a 2020740f branch usb0_tx_info 
+
+usb0_tx_short:
+740b 9f267c00 isub loopcnt ,null 
+740c 2021740f branch usb0_tx_info ,positive 
+740d 98007200 iforce loopcnt 
+740e 67e085fa store 1 ,mem_remain 
+
+usb0_tx_info:
+740f 6fe085fa fetch 1 ,mem_remain 
+7410 9f267e00 isub loopcnt ,pdata 
+7411 67e085fa store 1 ,mem_remain 
+7412 1f20ffff add loopcnt ,-1 ,pdata 
+7413 67e08562 store 1 ,mem_usb_txbuf 
+7414 c591f421 bmark0 mark_isstr ,usb0_tx_nostr 
+7415 1fe37e00 rshift pdata ,pdata 
+7416 1f20ffff add loopcnt ,-1 ,pdata 
+7417 67e08562 store 1 ,mem_usb_txbuf 
+7418 c5877421 bmark0 mark_usb_first_resp ,usb0_tx_nostr 
+7419 793f800e set0 mark_usb_first_resp ,mark 
+741a e0408005 istoret 1 ,contw 
+741b 58000003 setarg 3 
+741c e7e08005 istore 1 ,contw 
+741d 1f20f3ff increase -1 ,loopcnt 
+741e 1f227e00 copy loopcnt ,pdata 
+741f 2422f421 nbranch usb0_tx_nostr ,zero 
+7420 1f20f201 increase 1 ,loopcnt 
+
+usb0_tx_nostr:
+7421 6fe105f8 fetch 2 ,mem_bufptr 
+7422 1fe20c00 copy pdata ,contr 
+
+usb0_tx0:
+7423 efe08006 ifetch 1 ,contr 
+7424 e7e08005 istore 1 ,contw 
+7425 c591f428 bmark0 mark_isstr ,usb0_tx1 
+7426 58000000 setarg 0 
+7427 e7e08005 istore 1 ,contw 
+
+usb0_tx1:
+7428 c2007423 loop usb0_tx0 
+7429 18c27e00 copy contr ,pdata 
+742a 67e105f8 store 2 ,mem_bufptr 
+742b 58000562 setarg mem_usb_txbuf 
+742c 67f10c09 store 2 ,core_usb_tx_saddr0 
+742d d8e00000 arg 0 ,queue 
+742e 2040743d call usb_trig 
+742f 6fe085fa fetch 1 ,mem_remain 
+7430 247a0000 nrtn blank 
+7431 6fe08754 fetch 1 ,mem_usb_state 
+7432 c1808000 rtnne usb_got_report_req 
+7433 70075402 jam usb_connected ,mem_usb_state 
+7434 20600000 rtn 
+
+usb_tx_ep1:
+7435 d8e00001 arg 1 ,queue 
+7436 da2005a3 arg mem_usb_txbuf1 ,rega 
+7437 62310c0b storer rega ,2 ,core_usb_tx_saddr1 
+
+usb_tx_buf:
+7438 1f20ffff add loopcnt ,-1 ,pdata 
+7439 e7e08011 istore 1 ,rega 
+
+usb_tx_loop:
+743a efe08006 ifetch 1 ,contr 
+743b e7e08005 istore 1 ,contw 
+743c c200743a loop usb_tx_loop 
+
+usb_trig:
+743d 58000000 setarg 0 
+743e f9207e00 qset1 pdata 
+743f 67f08c18 store 1 ,core_usb_trig 
+7440 20600000 rtn 
+
+usb_tx_ep2:
+7441 d8e00002 arg 2 ,queue 
+7442 da2005ad arg mem_usb_txbuf2 ,rega 
+7443 62310c0d storer rega ,2 ,core_usb_tx_saddr2 
+7444 20207438 branch usb_tx_buf 
+
+usb_tx:
+7445 44e0c018 bpatch patch18_1 ,mem_patch18 
+7446 6fe08761 fetch 1 ,mem_usb_tx_enable 
+7447 207a0000 rtn blank 
+7448 6ff08c24 fetch 1 ,core_usb_txbusy 
+7449 1fe17e0f and_into 0x0f ,pdata 
+744a 243a7496 nbranch usb_inwake_state_tx_dispose ,blank 
+744b 6fe08762 fetch 1 ,mem_usb_device_enumeration_endflag 
+744c 203a746c branch usb_tx_fifo_release ,blank 
+744d 6fe08754 fetch 1 ,mem_usb_state 
+744e c001f4a6 beq usb_sleep ,usb_windows_wakeup 
+744f c081746c bne usb_connected ,usb_tx_fifo_release 
+7450 6fe08756 fetch 1 ,mem_usb_clear_remote_wakeup 
+7451 243a746c nbranch usb_tx_fifo_release ,blank 
+7452 20407454 call usb_tx_data_ep1 
+7453 2020745f branch usb_tx_data_ep2 
+
+usb_tx_data_ep1:
+7454 6ff08c24 fetch 1 ,core_usb_txbusy 
+7455 c3808000 rtnbit1 1 
+7456 6fe08761 fetch 1 ,mem_usb_tx_enable 
+7457 c4008000 rtnbit0 1 
+7458 6fe08761 fetch 1 ,mem_usb_tx_enable 
+7459 793ffe01 set0 1 ,pdata 
+745a 67e08761 store 1 ,mem_usb_tx_enable 
+745b 6fe0875f fetch 1 ,mem_usb_ep1_data 
+745c 207a0000 rtn blank 
+745d c008748e beq usb_ep1_kb ,usb_tx_kb_normal_data 
+745e 20203aba branch assert 
+
+usb_tx_data_ep2:
+745f 6ff08c24 fetch 1 ,core_usb_txbusy 
+7460 c3810000 rtnbit1 2 
+7461 6fe08761 fetch 1 ,mem_usb_tx_enable 
+7462 c4010000 rtnbit0 2 
+7463 6fe08761 fetch 1 ,mem_usb_tx_enable 
+7464 793ffe02 set0 2 ,pdata 
+7465 67e08761 store 1 ,mem_usb_tx_enable 
+7466 6fe08760 fetch 1 ,mem_usb_ep2_data 
+7467 207a0000 rtn blank 
+7468 c010746f beq usb_ep2_ms ,usb_tx_ms_data 
+7469 c010f48a beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
+746a c0117492 beq usb_ep2_systemkey ,usb_tx_kb_systemkey_data 
+746b 20203aba branch assert 
+
+usb_tx_fifo_release:
+746c d8a00767 arg mem_usb_mouse_data ,contw 
+746d df200008 arg 8 ,loopcnt 
+746e 20207500 branch memset0 
+
+usb_tx_ms_data:
+746f 6fe0874f fetch 1 ,mem_usb_idle_flag 
+7470 68488751 fetcht 1 ,mem_usb_get_protocol_flag 
+7471 98417e00 iand temp ,pdata 
+7472 203a7486 branch usb_tx_ms_data_normal_mode ,blank 
+7473 68488752 fetcht 1 ,mem_usb_set_protocol_status 
+7474 9840fe00 iadd temp ,pdata 
+7475 c000f477 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
+7476 20207486 branch usb_tx_ms_data_normal_mode 
+
+usb_tx_ms_data_mac_boot_mode:
+7477 70076000 jam 0 ,mem_usb_ep2_data 
+
+usb_tx_ms_data_mac_boot_regroup:
+7478 6fe08768 fetch 1 ,mem_usb_mouse_data + 1 
+7479 c0017487 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+747a c001f487 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+747b 6fe08768 fetch 1 ,mem_usb_mouse_data + 1 
+747c 67e08767 store 1 ,mem_usb_mouse_data 
+747d 6fe08769 fetch 1 ,mem_usb_mouse_data + 2 
+747e e7e08005 istore 1 ,contw 
+747f 6fe0876b fetch 1 ,mem_usb_mouse_data + 4 
+7480 e7e08005 istore 1 ,contw 
+7481 6fe0876d fetch 1 ,mem_usb_mouse_data + 6 
+7482 e7e08005 istore 1 ,contw 
+7483 df200004 arg 4 ,loopcnt 
+7484 d8c00767 arg mem_usb_mouse_data ,contr 
+7485 20207441 branch usb_tx_ep2 
+
+usb_tx_ms_data_normal_mode:
+7486 70076000 jam 0 ,mem_usb_ep2_data 
+
+usb_tx_mac_boot_ms_regroup_r_or_lrkey:
+7487 df200008 arg 8 ,loopcnt 
+7488 d8c00767 arg mem_usb_mouse_data ,contr 
+7489 20207441 branch usb_tx_ep2 
+
+usb_tx_kb_multikey_data:
+748a 70076000 jam 0 ,mem_usb_ep2_data 
+748b df200003 arg 3 ,loopcnt 
+748c d8c00787 arg mem_usb_kb_multikey ,contr 
+748d 20207441 branch usb_tx_ep2 
+
+usb_tx_kb_normal_data:
+748e 70075f00 jam 0 ,mem_usb_ep1_data 
+748f df200008 arg 8 ,loopcnt 
+7490 d8c00777 arg mem_usb_kb_data ,contr 
+7491 20207435 branch usb_tx_ep1 
+
+usb_tx_kb_systemkey_data:
+7492 70076000 jam 0 ,mem_usb_ep2_data 
+7493 df200002 arg 2 ,loopcnt 
+7494 d8c00797 arg mem_usb_kb_system ,contr 
+7495 20207441 branch usb_tx_ep2 
+
+usb_inwake_state_tx_dispose:
+7496 6fe08754 fetch 1 ,mem_usb_state 
+7497 c0017499 beq usb_connected ,usb_mac_wakeup_trig 
+7498 20600000 rtn 
+
+usb_mac_wakeup_trig:
+7499 6ff08c00 fetch 1 ,core_usb_config 
+749a 79207e07 set1 7 ,pdata 
+749b 67f08c00 store 1 ,core_usb_config 
+749c 70076401 jam 1 ,mem_usb_mac_wakeup_trig 
+749d 20600000 rtn 
+
+usb_mac_wakeup_judge:
+749e 6fe08754 fetch 1 ,mem_usb_state 
+749f c1018000 rtneq usb_sleep 
+74a0 c00174a2 beq usb_connected ,usb_mac_wakeup 
+74a1 20600000 rtn 
+
+usb_mac_wakeup:
+74a2 6fe08764 fetch 1 ,mem_usb_mac_wakeup_trig 
+74a3 207a0000 rtn blank 
+74a4 70076301 jam 1 ,mem_usb_wakestate_onetime_flag 
+74a5 202074a9 branch usb_wakeup 
+
+usb_windows_wakeup:
+74a6 d8e0000f arg usb_timer_wakeup ,queue 
+74a7 2040755d call timer_check 
+74a8 247a0000 nrtn blank 
+
+usb_wakeup:
+74a9 6ff08c00 fetch 1 ,core_usb_config 
+74aa c4038000 rtnbit0 7 
+74ab 708c00fc jam 0xfc ,core_usb_config 
+74ac 20007530 nop 30000 
+74ad 708c003c jam 0x3c ,core_usb_config 
+74ae 20600000 rtn 
+
+push_stack:
+74af 60a104e5 storer contw ,2 ,mem_contw 
+74b0 604c04cc storet 8 ,mem_temp 
+74b1 616204d4 storer timeup ,4 ,mem_timeup 
+74b2 204074b7 call push_stack_rega_b_c 
+74b3 60c104e3 storer contr ,2 ,mem_contr 
+74b4 672104ef storer loopcnt ,2 ,mem_loopcnt 
+74b5 60e104ed storer queue ,2 ,mem_queue 
+74b6 20600000 rtn 
+
+push_stack_rega_b_c:
+74b7 622204d8 storer rega ,4 ,mem_rega 
+74b8 624204dc storer regb ,4 ,mem_regb 
+74b9 626184e0 storer regc ,3 ,mem_regc 
+74ba 20600000 rtn 
+
+pop_stack:
+74bb 44e14018 bpatch patch18_2 ,mem_patch18 
+74bc 6fe104e5 fetch 2 ,mem_contw 
+74bd 98000a00 iforce contw 
+74be 684c04cc fetcht 8 ,mem_temp 
+74bf 696204d4 fetchr timeup ,4 ,mem_timeup 
+74c0 204074c6 call pop_stack_rega_b_c 
+74c1 6f2104ef fetchr loopcnt ,2 ,mem_loopcnt 
+74c2 68e104ed fetchr queue ,2 ,mem_queue 
+74c3 6fe104e3 fetch 2 ,mem_contr 
+74c4 98000c00 iforce contr 
+74c5 20600000 rtn 
+
+pop_stack_rega_b_c:
+74c6 6a2204d8 fetchr rega ,4 ,mem_rega 
+74c7 6a4204dc fetchr regb ,4 ,mem_regb 
+74c8 6a6184e0 fetchr regc ,3 ,mem_regc 
+74c9 20600000 rtn 
+
+get_contw:
+74ca 6fe104e5 fetch 2 ,mem_contw 
+74cb 1fe20a00 copy pdata ,contw 
+74cc 20600000 rtn 
+
+get_contr:
+74cd 6fe104e3 fetch 2 ,mem_contr 
+74ce 1fe20c00 copy pdata ,contr 
+74cf 20600000 rtn 
+
+store_contw:
+74d0 18a27e00 copy contw ,pdata 
+74d1 67e104e5 store 2 ,mem_contw 
+74d2 20600000 rtn 
+
+store_contr:
+74d3 18c27e00 copy contr ,pdata 
+74d4 67e104e3 store 2 ,mem_contr 
+74d5 20600000 rtn 
+
+save_cont_pointers:
+74d6 18a27e00 copy contw ,pdata 
+74d7 67e104e5 store 2 ,mem_contw 
+74d8 18c27e00 copy contr ,pdata 
+74d9 67e104e3 store 2 ,mem_contr 
+74da 20600000 rtn 
+
+load_cont_pointers:
+74db 6fe104e5 fetch 2 ,mem_contw 
+74dc 1fe20a00 copy pdata ,contw 
+74dd 6fe104e3 fetch 2 ,mem_contr 
+74de 1fe20c00 copy pdata ,contr 
+74df 20600000 rtn 
+
+get_diff:
+74e0 98462200 isub temp ,rega 
+74e1 20610000 rtn positive 
+74e2 da200100 arg 0x100 ,rega 
+74e3 9a20fe00 iadd rega ,pdata 
+74e4 98462200 isub temp ,rega 
+74e5 20600000 rtn 
+
+memcpy96:
+74e6 204074f3 call memcpy32 
+
+memcpy64:
+74e7 204074f3 call memcpy32 
+74e8 202074f3 branch memcpy32 
+
+memcpy12:
+74e9 204074ef call memcpy8 
+
+memcpy4:
+74ea efe08006 ifetch 1 ,contr 
+74eb e7e08005 istore 1 ,contw 
+
+memcpy3:
+74ec efe18006 ifetch 3 ,contr 
+74ed e7e18005 istore 3 ,contw 
+74ee 20600000 rtn 
+
+memcpy8:
+74ef efe40006 ifetch 8 ,contr 
+74f0 e7e40005 istore 8 ,contw 
+74f1 20600000 rtn 
+
+memcpy48:
+74f2 204074f5 call memcpy16 
+
+memcpy32:
+74f3 204074ef call memcpy8 
+
+memcpy24:
+74f4 204074ef call memcpy8 
+
+memcpy16:
+74f5 204074ef call memcpy8 
+74f6 202074ef branch memcpy8 
+
+delay:
+74f7 1fe0ffff increase -1 ,pdata 
+74f8 20000026 nop 38 
+74f9 243a74f7 nbranch delay ,blank 
+74fa 20600000 rtn 
+
+delay_10ms:
+74fb df20000a arg 10 ,loopcnt 
+
+delay_ms_wait:
+74fc 20002ee0 nop 12000 
+74fd c20074fc loop delay_ms_wait 
+74fe 20600000 rtn 
+
+bn_zero:
+74ff 18007203 force 3 ,loopcnt 
+
+memset0:
+7500 18007e00 force 0 ,pdata 
+
+memset8:
+7501 e7e40005 istore 8 ,contw 
+7502 c2007501 loop memset8 
+7503 20600000 rtn 
+
+memset0_16:
+7504 20407505 call memset0_8 
+
+memset0_8:
+7505 18007e00 force 0 ,pdata 
+7506 e7e40005 istore 8 ,contw 
+7507 20600000 rtn 
+
+memset0_4:
+7508 18007e00 force 0 ,pdata 
+7509 e7e20005 istore 4 ,contw 
+750a 20600000 rtn 
+
+clear_mem_256:
+750b 18007204 force 4 ,loopcnt 
+750c 20207500 branch memset0 
+
+clear_mem_512:
+750d 18007208 force 8 ,loopcnt 
+750e 20207500 branch memset0 
+
+clear_mem:
+750f 1f227e00 deposit loopcnt 
+7510 207a0000 rtn blank 
+7511 58000000 setarg 0 
+
+clear_mem_loop:
+7512 e7e08005 istore 1 ,contw 
+7513 c2007512 loop clear_mem_loop 
+7514 20600000 rtn 
+
+clear_temp_block:
+7515 df200020 arg 32 ,loopcnt 
+7516 d8a004f6 arg mem_temp_block0 ,contw 
+7517 2020750f branch clear_mem 
+
+xor_loop:
+7518 efe20013 ifetch 4 ,regc 
+7519 e8420011 ifetcht 4 ,rega 
+751a 9842fe00 ixor temp ,pdata 
+751b e7e20005 istore 4 ,contw 
+751c 1a20a204 increase 4 ,rega 
+751d 1a60a604 increase 4 ,regc 
+751e c2007518 loop xor_loop 
+751f 20600000 rtn 
+
+inverse_data:
+7520 44e1c018 bpatch patch18_3 ,mem_patch18 
+7521 1f227e00 copy loopcnt ,pdata 
+7522 1fe67c01 sub pdata ,1 ,null 
+7523 20610000 rtn positive 
+7524 9a20a400 iadd rega ,regb 
+7525 1a40a5ff increase -1 ,regb 
+7526 1f237200 rshift loopcnt ,loopcnt 
+
+inverse_loop:
+7527 e8408011 ifetcht 1 ,rega 
+7528 efe08012 ifetch 1 ,regb 
+7529 e7e08011 istore 1 ,rega 
+752a e0408012 istoret 1 ,regb 
+752b 1a40a5ff increase -1 ,regb 
+752c 1a20a201 increase 1 ,rega 
+752d c2007527 loop inverse_loop 
+752e 20600000 rtn 
+
+le2be_6byte:
+
+inverse_data_6byte:
+752f 1fef0400 rshift32 pdata ,temp 
+7530 20407535 call inverse_data_4byte 
+7531 18508400 byteswap temp ,temp 
+7532 1ff07e00 lshift16 pdata ,pdata 
+7533 9841fe00 ior temp ,pdata 
+7534 20600000 rtn 
+
+le2be_4byte:
+
+inverse_data_4byte:
+7535 1ff10c00 rshift16 pdata ,contr 
+7536 18d08c00 byteswap contr ,contr 
+7537 1ff0fe00 byteswap pdata ,pdata 
+7538 1ff07e00 lshift16 pdata ,pdata 
+7539 98c1fe00 ior contr ,pdata 
+753a 20600000 rtn 
+
+memcpy_fast:
+753b 1f227e00 deposit loopcnt 
+753c 207a0000 rtn blank 
+
+memcpy_fast_loop:
+753d 1f20f3f8 increase -8 ,loopcnt 
+753e 204174ef call memcpy8 ,positive 
+753f 20628000 rtn zero 
+7540 2021753d branch memcpy_fast_loop ,positive 
+7541 1f20f208 increase 8 ,loopcnt 
+
+memcpy_fast_loop_four:
+7542 1f20f3fc increase -4 ,loopcnt 
+7543 204174ea call memcpy4 ,positive 
+7544 20628000 rtn zero 
+7545 20217542 branch memcpy_fast_loop_four ,positive 
+7546 1f20f204 increase 4 ,loopcnt 
+7547 20207548 branch memcpy 
+
+memcpy:
+7548 1f227e00 deposit loopcnt 
+7549 207a0000 rtn blank 
+
+memcpy_loop:
+754a efe08006 ifetch 1 ,contr 
+754b e7e08005 istore 1 ,contw 
+754c c200754a loop memcpy_loop 
+754d 20600000 rtn 
+
+timer_stop:
+754e 58000000 setarg 0 
+
+timer_init:
+754f 67e104c4 store 2 ,mem_pdatatemp 
+7550 44e24018 bpatch patch18_4 ,mem_patch18 
+7551 2040755d call timer_check 
+7552 684904c4 fetcht 2 ,mem_pdatatemp 
+7553 d8a040ed arg mem_timers ,contw 
+7554 18e3fe00 lshift queue ,pdata 
+7555 98a08a00 iadd contw ,contw 
+7556 e0410005 istoret 2 ,contw 
+7557 20600000 rtn 
+
+timer_check_timeout:
+7558 d9600800 arg 0x800 ,timeup 
+7559 19701600 lshift16 timeup ,timeup 
+755a 9960fe00 iadd timeup ,pdata 
+755b 20600000 rtn 
+
+timer_reinit:
+755c d8e00000 arg 0 ,queue 
+
+timer_check:
+755d 44e2c018 bpatch patch18_5 ,mem_patch18 
+755e 684a4096 fetcht 4 ,mem_last_clkn 
+755f 1c437e00 rshift clkn_bt ,pdata 
+7560 67e24096 store 4 ,mem_last_clkn 
+7561 98467c00 isub temp ,null 
+7562 24417558 ncall timer_check_timeout ,positive 
+7563 98461600 isub temp ,timeup 
+7564 19620400 copy timeup ,temp 
+7565 d8c040ed arg mem_timers ,contr 
+7566 18c20a00 copy contr ,contw 
+7567 df200010 arg 16 ,loopcnt 
+
+timer_loop:
+7568 efe10006 ifetch 2 ,contr 
+7569 98467e00 isub temp ,pdata 
+756a 2021756c branch timer_counting ,positive 
+756b 18007e00 force 0 ,pdata 
+
+timer_counting:
+756c e7e10005 istore 2 ,contw 
+756d c2007568 loop timer_loop 
+756e d8c040ed arg mem_timers ,contr 
+756f 18e3fe00 lshift queue ,pdata 
+7570 98c08c00 iadd contr ,contr 
+7571 efe10006 ifetch 2 ,contr 
+7572 20600000 rtn 
+
+clk_add:
+7573 98408400 iadd temp ,temp 
+7574 18427200 copy temp ,loopcnt 
+7575 6fe1003f fetch 2 ,mem_param_rt_rthalfslot 
+7576 9f267e00 isub loopcnt ,pdata 
+7577 20610000 rtn positive 
+7578 1fe67e00 sub pdata ,0 ,pdata 
+7579 18510400 rshift16 temp ,temp 
+757a 18408401 increase 1 ,temp 
+757b 18500400 lshift16 temp ,temp 
+757c 98418400 ior temp ,temp 
+757d 20600000 rtn 
+
+clk_diff_rt:
+757e 20407580 call clk_diff 
+757f 2020758d branch clk2rt 
+
+clk_diff:
+7580 78547c00 disable user 
+7581 98467e00 isub temp ,pdata 
+7582 20217585 branch clk_diff_pos ,positive 
+7583 78347c00 enable user 
+7584 1fe67e00 sub pdata ,0 ,pdata 
+
+clk_diff_pos:
+7585 c4078000 rtnbit0 15 
+7586 1fe22800 copy pdata ,regab 
+7587 d8410000 arg 0x10000 ,temp 
+7588 6fe1003f fetch 2 ,mem_param_rt_rthalfslot 
+7589 98467e00 isub temp ,pdata 
+758a 9a80fe00 iadd regab ,pdata 
+758b 793ffe40 set0 64 ,pdata 
+758c 20600000 rtn 
+
+clk2rt:
+758d 6849003f fetcht 2 ,mem_param_rt_rthalfslot 
+758e 98000c00 iforce contr 
+758f 1ff17e00 rshift16 pdata ,pdata 
+7590 984ffe00 imul32 temp ,pdata 
+7591 98c0fe00 iadd contr ,pdata 
+7592 20600000 rtn 
+
+clk2lpo:
+7593 1fed7e00 lshift8 pdata ,pdata 
+7594 1ff27e00 lshift4 pdata ,pdata 
+7595 6849c0be fetcht 3 ,mem_clks_per_lpo 
+7596 9846fc00 idiv temp 
+7597 204075d0 call wait_div_end 
+7598 18078400 quotient temp 
+7599 20600000 rtn 
+
+clk2bt:
+759a 6849003f fetcht 2 ,mem_param_rt_rthalfslot 
+759b 9846fc00 idiv temp 
+759c 204075cd call get_div_result 
+759d 1ff07e00 lshift16 pdata ,pdata 
+759e 18070400 remainder temp 
+759f 98418400 ior temp ,temp 
+75a0 20600000 rtn 
+
+string2dec_from_uart:
+75a1 d8400000 arg 0 ,temp 
+
+string2dec_from_uart_done:
+75a2 18422800 copy temp ,regab 
+75a3 efe08003 ifetch 1 ,contu 
+75a4 204075ad call uchar2dialog 
+75a5 1a820400 copy regab ,temp 
+75a6 204075df call swap 
+75a7 da40000a arg 10 ,regb 
+75a8 9a4ffe00 imul32 regb ,pdata 
+75a9 9840fe00 iadd temp ,pdata 
+75aa 1fe20400 copy pdata ,temp 
+75ab c20075a2 loop string2dec_from_uart_done 
+75ac 20600000 rtn 
+
+uchar2dialog:
+75ad d840003a arg 0x3a ,temp 
+75ae 98467c00 isub temp ,null 
+75af 242175b6 nbranch uchar2dialog_number ,positive 
+75b0 d8400061 arg 0x61 ,temp 
+75b1 98467c00 isub temp ,null 
+75b2 202175b9 branch uchar2dialog_a2f ,positive 
+75b3 d8400037 arg 0x37 ,temp 
+75b4 98467e00 isub temp ,pdata 
+75b5 20600000 rtn 
+
+uchar2dialog_number:
+75b6 d8400030 arg 0x30 ,temp 
+75b7 98467e00 isub temp ,pdata 
+75b8 20600000 rtn 
+
+uchar2dialog_a2f:
+75b9 d8400057 arg 0x57 ,temp 
+75ba 98467e00 isub temp ,pdata 
+75bb 20600000 rtn 
+
+right_shift_n:
+75bc 1f267c00 sub loopcnt ,0 ,null 
+75bd 20628000 rtn zero 
+
+right_shift_n_loop:
+75be 1fe37e00 rshift pdata ,pdata 
+75bf c20075be loop right_shift_n_loop 
+75c0 20600000 rtn 
+
+left_shift_n:
+75c1 18007e01 force 1 ,pdata 
+75c2 1f267c00 sub loopcnt ,0 ,null 
+75c3 20628000 rtn zero 
+
+left_shift_n_loop:
+75c4 1fe3fe00 lshift pdata ,pdata 
+75c5 c20075c4 loop left_shift_n_loop 
+75c6 20600000 rtn 
+
+calc_average:
+75c7 58000000 setarg 0 
+75c8 1f222200 copy loopcnt ,rega 
+
+calc_average_loop:
+75c9 e8410006 ifetcht 2 ,contr 
+75ca 9840fe00 iadd temp ,pdata 
+75cb c20075c9 loop calc_average_loop 
+75cc 9a26fc00 idiv rega 
+
+get_div_result:
+75cd 204075d0 call wait_div_end 
+75ce 1807fe00 quotient pdata 
+75cf 20600000 rtn 
+
+wait_div_end:
+75d0 207a8000 rtn modone 
+75d1 202075d0 branch wait_div_end 
+
+compare_loop:
+
+string_compare:
+75d2 efe08011 ifetch 1 ,rega 
+75d3 e8408012 ifetcht 1 ,regb 
+75d4 98467c00 isub temp ,null 
+75d5 24628000 nrtn zero 
+75d6 1a20a201 increase 1 ,rega 
+75d7 1a40a401 increase 1 ,regb 
+75d8 c20075d2 loop string_compare 
+75d9 18007c00 force 0 ,null 
+75da 20600000 rtn 
+
+ceiling:
+75db 98467c00 isub temp ,null 
+75dc 24610000 nrtn positive 
+75dd 18427e00 deposit temp 
+75de 20600000 rtn 
+
+swap:
+75df 9840fe00 iadd temp ,pdata 
+75e0 98460400 isub temp ,temp 
+75e1 98467e00 isub temp ,pdata 
+75e2 20600000 rtn 
+
+clean_mem:
+75e3 df200200 arg 0x200 ,loopcnt 
+75e4 d8a04000 arg 0x4000 ,contw 
+75e5 20207500 branch memset0 
+
+callback_func:
+75e6 207a0000 rtn blank 
+75e7 1fe27a00 copy pdata ,pc 
+
+wait_uarttx:
+75e8 6ff1010e fetch 2 ,core_uart_txitems 
+75e9 243a75e8 nbranch wait_uarttx ,blank 
+75ea 20600000 rtn 
+
+ice_break_disable_wdt:
+75eb 20406df0 call wdt_set_disable 
+
+ice_break:
+75ec 70820301 jam 0x1 ,core_ice_ctrl 
+75ed 20600000 rtn 
+
+ice_setbp:
+75ee 67f10205 store 2 ,core_ice_break0 
+75ef 6ff08203 fetch 1 ,core_ice_ctrl 
+75f0 79207e04 set1 4 ,pdata 
+75f1 67f08203 store 1 ,core_ice_ctrl 
+75f2 20600000 rtn 
+
+ice_setbp2:
+75f3 67f10207 store 2 ,core_ice_break1 
+75f4 6ff08203 fetch 1 ,core_ice_ctrl 
+75f5 79207e06 set1 6 ,pdata 
+75f6 67f08203 store 1 ,core_ice_ctrl 
+75f7 20600000 rtn 
+
+ice_set_write_bp:
+75f8 67f10205 store 2 ,core_ice_break0 
+75f9 70820330 jam 0x30 ,core_ice_ctrl 
+75fa 20600000 rtn 
+
+test_no_white:
+75fb 6ff08043 fetch 1 ,core_config 
+75fc 79207e04 set1 whiteoff_bit ,pdata 
+75fd 67f08043 store 1 ,core_config 
+75fe 20600000 rtn 
+
+test_enable_white:
+75ff 6ff08043 fetch 1 ,core_config 
+7600 793ffe04 set0 whiteoff_bit ,pdata 
+7601 67f08043 store 1 ,core_config 
+7602 20600000 rtn 
+
+check_uart_tx_buff:
+7603 6ff1010e fetch 2 ,core_uart_txitems 
+7604 d8400200 arg uart_air_control_threshold ,temp 
+
+pdata_sub_temp:
+7605 98467c00 isub temp ,null 
+7606 20600000 rtn 
+
+fifo_in:
+7607 44e34018 bpatch patch18_6 ,mem_patch18 
+7608 e8440011 ifetcht util_fifo_len ,rega 
+7609 18417eff and temp ,0xff ,pdata 
+760a 243a760d nbranch fifo_in_push ,blank 
+760b 184cfe00 rshift8 temp ,pdata 
+760c e7e40011 istore util_fifo_len ,rega 
+
+fifo_in_push:
+760d 1a20a207 increase util_fifo_len + util_fifo_offset ,rega 
+760e efe08011 ifetch 1 ,rega 
+760f 243a3aba nbranch assert ,blank 
+7610 6fe084c3 fetch 1 ,mem_fifo_temp 
+7611 e7e08011 istore 1 ,rega 
+7612 20600000 rtn 
+
+fifo_out:
+7613 44e3c018 bpatch patch18_7 ,mem_patch18 
+7614 df200008 arg util_fifo_len ,loopcnt 
+7615 efe40011 ifetch util_fifo_len ,rega 
+7616 207a0000 rtn blank 
+
+fifo_out_loop:
+7617 efe08011 ifetch 1 ,rega 
+7618 243a761c nbranch fifo_out_end ,blank 
+7619 1a20a201 increase 1 ,rega 
+761a c2007617 loop fifo_out_loop 
+761b 20203aba branch assert 
+
+fifo_out_end:
+761c d8400000 arg 0 ,temp 
+761d e0408011 istoret 1 ,rega 
+761e 20600000 rtn 
+
+fifo_is_empty:
+761f efe40011 ifetch util_fifo_len ,rega 
+7620 20600000 rtn 
+
+fifo_is_full:
+7621 efe08011 ifetch 1 ,rega 
+7622 20600000 rtn 
+
+fifo_is_near_full:
+7623 efe10011 ifetch 2 ,rega 
+7624 20600000 rtn 
+
+fifo_content_count:
+7625 d8400000 arg 0 ,temp 
+
+fifo_content_count_loop:
+7626 6fe08006 fetch 1 ,contr 
+7627 c2007626 loop fifo_content_count_loop ,blank 
+7628 18408401 increase 1 ,temp 
+7629 c2007626 loop fifo_content_count_loop 
+762a 18427e00 copy temp ,pdata 
+762b 20600000 rtn 
+
+not_greater_than:
+762c 98467c00 isub temp ,null 
+762d 24610000 nrtn positive 
+
+copy_temp2pdata:
+762e 18427e00 copy temp ,pdata 
+762f 20600000 rtn 
+
+disable_positive:
+7630 18007dff force -1 ,null 
+7631 20600000 rtn 
+
+enable_positive:
+
+disable_zero:
+7632 18007c01 force 1 ,null 
+7633 20600000 rtn 
+
+enable_zero:
+7634 18007c00 force 0 ,null 
+7635 20600000 rtn 
+
+enable_user:
+7636 78347c00 enable user 
+7637 20600000 rtn 
+
+disable_user:
+7638 78547c00 disable user 
+7639 20600000 rtn 
+
+enable_user2:
+763a 78367c00 enable user2 
+763b 20600000 rtn 
+
+disable_user2:
+763c 78567c00 disable user2 
+763d 20600000 rtn 
+
+enable_user7:
+763e 7838fc00 enable user7 
+763f 20600000 rtn 
+
+disable_true:
+7640 7840fc00 disable true 
+7641 20600000 rtn 
+
+enable_true:
+7642 7820fc00 enable true 
+7643 20600000 rtn 
+
+disable_blank:
+7644 58000001 setarg 1 
+7645 20600000 rtn 
+
+enable_blank:
+
+set_pdata_0:
+7646 58000000 setarg 0 
+7647 20600000 rtn 
+
+cal_sum:
+7648 1f267c00 sub loopcnt ,0 ,null 
+7649 20628000 rtn zero 
+
+cal_sum_loop:
+764a e8408006 ifetcht 1 ,contr 
+764b 9840fe00 iadd temp ,pdata 
+764c c200764a loop cal_sum_loop 
+764d 20600000 rtn 
+
+reverse_byte:
+764e 1f227e00 copy loopcnt ,pdata 
+764f 207a0000 rtn blank 
+7650 18c27e00 copy contr ,pdata 
+7651 9f20fe00 iadd loopcnt ,pdata 
+7652 1fe0ffff increase -1 ,pdata 
+7653 1fe20c00 copy pdata ,contr 
+
+reverse_loop:
+7654 efe08006 ifetch 1 ,contr 
+7655 18c08dfe increase -2 ,contr 
+7656 e7e08005 istore 1 ,contw 
+7657 c2007654 loop reverse_loop 
+7658 20600000 rtn 
+
+lshift14:
+7659 1ff07e00 lshift16 pdata ,pdata 
+
+rshift2:
+765a 1feb7e00 rshift2 pdata ,pdata 
+765b 20600000 rtn 
+
+lshift6:
+765c 1fed7e00 lshift8 pdata ,pdata 
+765d 2020765a branch rshift2 
+
+clear_wake:
+765e 58000000 setarg 0 
+765f 67e40016 store 8 ,mem_gpio_wakeup_low 
+7660 20600000 rtn 
+
+generate_random:
+7661 df200010 arg 16 ,loopcnt 
+
+generate_random_loop:
+7662 180a7e00 random pdata 
+7663 e7e08005 istore 1 ,contw 
+7664 c2007662 loop generate_random_loop 
+7665 20600000 rtn 
+
+frmt_gem_adv_pdu_common:
+7666 70459101 jam 1 ,mem_light_num_of_long_press 
+7667 20407904 call frmt_light_long_press_flag_reset 
+7668 7044c842 jam 66 ,mem_light_gm_tx_addr_type 
+7669 7044c915 jam 21 ,mem_light_gm_tx_len 
+766a 7044d855 jam 0x55 ,mem_light_gm_tx_remoter_id 
+766b 6fe0c4dd fetch 1 ,mem_light_gm_tx_count 
+766c 1fe0fe01 pincrease 1 
+766d 67e0c4dd store 1 ,mem_light_gm_tx_count 
+766e 20407674 call frmt_gem_pud_sum 
+766f 20407c45 call frmt_light_flag_set_short_press 
+7670 df200017 arg gem_pdu_len ,loopcnt 
+7671 d8c044c8 arg mem_light_gm_tx_addr_type ,contr 
+7672 d8a0464a arg mem_light_whitening_buffer ,contw 
+7673 2020753b branch memcpy_fast 
+
+frmt_gem_pud_sum:
+7674 d8400000 arg 0 ,temp 
+7675 d8c044d7 arg mem_light_gm_tx_press_time ,contr 
+7676 df200007 arg 7 ,loopcnt 
+
+frmt_gem_pud_sum_loop:
+7677 efe08006 ifetch 1 ,contr 
+7678 98408400 iadd temp ,temp 
+7679 c2007677 loop frmt_gem_pud_sum_loop 
+767a 6048c4de storet 1 ,mem_light_gm_tx_sum 
+767b 20600000 rtn 
+
+frmt_light_gem_long_press_cnt:
+767c 6fe0c4e3 fetch 1 ,mem_gem_long_cnt_enable 
+767d 207a0000 rtn blank 
+767e 7044e300 jam 0 ,mem_gem_long_cnt_enable 
+767f 6fe1458f fetch 2 ,mem_long_press_timeout 
+7680 207a0000 rtn blank 
+7681 6fe0c4d7 fetch 1 ,mem_light_gm_tx_press_time 
+7682 1fe0fe01 pincrease 1 
+7683 67e0c4d7 store 1 ,mem_light_gm_tx_press_time 
+7684 c000f68a beq 1 ,frmt_light_gem_long_press_code_increase 
+7685 c004f68a beq 9 ,frmt_light_gem_long_press_code_increase 
+7686 20407666 call frmt_gem_adv_pdu_common 
+7687 58000003 setarg gem_long_keypress 
+7688 67e144df store 2 ,mem_gem_cnt_inces_timeout 
+7689 20600000 rtn 
+
+frmt_light_gem_long_press_code_increase:
+768a 6fe0c4dc fetch 1 ,mem_light_gm_tx_code 
+768b 1fe0fe40 pincrease 0x40 
+768c 67e0c4dc store 1 ,mem_light_gm_tx_code 
+768d 20407666 call frmt_gem_adv_pdu_common 
+768e 2020768f branch gem_long_keypress_time 
+
+gem_long_keypress_time:
+768f 58000003 setarg gem_long_keypress 
+7690 67e144df store 2 ,mem_gem_cnt_inces_timeout 
+7691 20600000 rtn 
+
+gem_light_color_switch:
+7692 7044dc07 jam gem_light_color_switch_code ,mem_light_gm_tx_code 
+7693 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+7694 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_energy_saving_light:
+7695 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+7696 245a7aeb ncall frmt_light_pcnt_50_percent_v2 ,blank 
+7697 7044dc11 jam gem_light_energy_save_light_code ,mem_light_gm_tx_code 
+7698 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+7699 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_timing_off:
+769a 7044dc12 jam gem_light_timing_off_code ,mem_light_gm_tx_code 
+769b 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+769c 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_aid_turn_onoff:
+769d 7044dc13 jam gem_light_aided_light_code ,mem_light_gm_tx_code 
+769e 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+769f 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_master_on:
+76a0 7044dc05 jam gem_light_on_code ,mem_light_gm_tx_code 
+76a1 7044db00 jam 0 ,mem_light_gm_tx_group_num 
+76a2 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+76a3 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_master_off:
+76a4 7044dc09 jam gem_light_off_code ,mem_light_gm_tx_code 
+76a5 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+76a6 7044db00 jam 0 ,mem_light_gm_tx_group_num 
+76a7 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_rgb_auto:
+76a8 7044dc14 jam gem_light_rgb_auto_code ,mem_light_gm_tx_code 
+76a9 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+76aa 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_rgb_step:
+76ab 7044dc15 jam gem_light_rgb_step_code ,mem_light_gm_tx_code 
+76ac 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+76ad 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_group1_on:
+76ae 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+76af 245a7b21 ncall frmt_light_group1_on_v2 ,blank 
+76b0 7044dc0c jam gem_light_on_group1_code ,mem_light_gm_tx_code 
+76b1 7044db01 jam 1 ,mem_light_gm_tx_group_num 
+76b2 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+76b3 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_group1_off:
+76b4 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+76b5 245a7b29 ncall frmt_light_group1_off_v2 ,blank 
+76b6 7044dc0e jam gem_light_off_group1_code ,mem_light_gm_tx_code 
+76b7 7044db01 jam 1 ,mem_light_gm_tx_group_num 
+76b8 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+76b9 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_group2_on:
+76ba 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+76bb 245a7b23 ncall frmt_light_group2_on_v2 ,blank 
+76bc 7044dc01 jam gem_light_on_group2_code ,mem_light_gm_tx_code 
+76bd 7044db02 jam 2 ,mem_light_gm_tx_group_num 
+76be 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+76bf 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_group2_off:
+76c0 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+76c1 245a7b2b ncall frmt_light_group2_off_v2 ,blank 
+76c2 7044dc04 jam gem_light_off_group2_code ,mem_light_gm_tx_code 
+76c3 7044db02 jam 2 ,mem_light_gm_tx_group_num 
+76c4 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+76c5 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_group3_on:
+76c6 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+76c7 245a7b25 ncall frmt_light_group3_on_v2 ,blank 
+76c8 7044dc0d jam gem_light_on_group3_code ,mem_light_gm_tx_code 
+76c9 7044db03 jam 3 ,mem_light_gm_tx_group_num 
+76ca 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+76cb 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_group3_off:
+76cc 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+76cd 245a7b2d ncall frmt_light_group3_off_v2 ,blank 
+76ce 7044dc0f jam gem_light_off_group3_code ,mem_light_gm_tx_code 
+76cf 7044db03 jam 3 ,mem_light_gm_tx_group_num 
+76d0 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+76d1 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_group4_on:
+76d2 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+76d3 245a7b27 ncall frmt_light_group4_on_v2 ,blank 
+76d4 7044dc08 jam gem_light_on_group4_code ,mem_light_gm_tx_code 
+76d5 7044db04 jam 4 ,mem_light_gm_tx_group_num 
+76d6 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+76d7 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_group4_off:
+76d8 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+76d9 245a7b2f ncall frmt_light_group4_off_v2 ,blank 
+76da 7044dc06 jam gem_light_off_group4_code ,mem_light_gm_tx_code 
+76db 7044db04 jam 4 ,mem_light_gm_tx_group_num 
+76dc 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+76dd 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_color_switch_short_press:
+76de 6fe0c71f fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+76df c000f692 beq 1 ,gem_light_color_switch 
+76e0 704701b1 jam light_color_switch_release_adv_flag ,mem_light_release_adv_flag 
+76e1 202078c8 branch frmt_light_light_color_and_lightness_change_common 
+
+gem_light_color_switch_w:
+76e2 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+76e3 245a7ad4 ncall frmt_light_color_switch_w_v2 ,blank 
+76e4 7044dc16 jam gem_color_switch_w ,mem_light_gm_tx_code 
+76e5 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+76e6 7044db00 jam 0 ,mem_light_gm_tx_group_num 
+76e7 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_color_switch_y:
+76e8 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+76e9 245a7ada ncall frmt_light_color_switch_y_v2 ,blank 
+76ea 7044dc17 jam gem_color_switch_y ,mem_light_gm_tx_code 
+76eb 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+76ec 7044db00 jam 0 ,mem_light_gm_tx_group_num 
+76ed 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_to_y:
+76ee 70470100 jam 0 ,mem_light_release_adv_flag 
+76ef 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+76f0 245a7aa0 ncall frmt_light_to_y_v2 ,blank 
+76f1 7044dc0a jam gem_light_to_y_code ,mem_light_gm_tx_code 
+76f2 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_to_w:
+76f3 70470100 jam 0 ,mem_light_release_adv_flag 
+76f4 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+76f5 245a7aa2 ncall frmt_light_to_w_v2 ,blank 
+76f6 7044dc0b jam gem_light_to_w_code ,mem_light_gm_tx_code 
+76f7 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_darken:
+76f8 70470100 jam 0 ,mem_light_release_adv_flag 
+76f9 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+76fa 245a7aa4 ncall frmt_light_darken_v2 ,blank 
+76fb 7044dc03 jam gem_light_darken_code ,mem_light_gm_tx_code 
+76fc 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_lighten:
+76fd 70470100 jam 0 ,mem_light_release_adv_flag 
+76fe 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+76ff 245a7aa6 ncall frmt_light_lighten_v2 ,blank 
+7700 7044dc02 jam gem_light_lighten_code ,mem_light_gm_tx_code 
+7701 20207666 branch frmt_gem_adv_pdu_common 
+
+gem_light_night_light:
+7702 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+7703 245a7abc ncall frmt_light_night_light_v2 ,blank 
+7704 7044dc10 jam gem_light_night_light_code ,mem_light_gm_tx_code 
+7705 7044d700 jam 0 ,mem_light_gm_tx_press_time 
+7706 20207666 branch frmt_gem_adv_pdu_common 
+
+remoter_init:
+7707 20407f43 call frmt_ble_para_init 
+7708 2040772b call frmt_enter_lpm_gpio_config_flag_init_row 
+7709 20407735 call frmt_enter_lpm_gpio_config_flag_init_col 
+770a 4730c02c bpatchx patch2c_1 ,mem_patch2c 
+770b 70457801 jam 1 ,mem_set_clear_code_timeout_enable 
+770c 70457901 jam 1 ,mem_light_lpm_enable 
+
+frmt_apl_ble_scene_rewrite_lap:
+770d 6fe142ae fetch 2 ,mem_le_lap 
+770e 1ff27e00 lshift4 pdata ,pdata 
+770f d840ffff arg 0xffff ,temp 
+7710 98417e00 iand temp ,pdata 
+7711 203a773c branch frmt_light_set_addr_to_0010 ,blank 
+7712 d840fff0 arg 0xfff0 ,temp 
+7713 98467c00 isub temp ,null 
+7714 2022f73e branch frmt_light_set_addr_to_ffe0 ,zero 
+
+frmt_lightc_init_continue:
+7715 1ff0fe00 byteswap pdata ,pdata 
+7716 67e14576 store 2 ,mem_ftd_adv_raw_device_add_temp 
+7717 67e144d9 store 2 ,mem_light_gm_tx_remoter_addr 
+7718 da20ffff arg 0xffff ,rega 
+7719 1a300400 lshift16 rega ,temp 
+771a 5800ffff setarg 0xffff 
+771b 98418400 ior temp ,temp 
+771c 6fe242ae fetch 4 ,mem_le_lap 
+771d 205a773a call frmt_light_addr_default_v2 ,blank 
+771e 98467c00 isub temp ,null 
+771f 2042f73a call frmt_light_addr_default_v2 ,zero 
+7720 67e244a2 store 4 ,mem_ble_v2_addr 
+7721 58007cfe setarg frmt_apl_cb_event_timer 
+7722 67e14398 store 2 ,mem_cb_event_timer 
+7723 58007b32 setarg frmt_main 
+7724 67e14390 store 2 ,mem_cb_idle_process 
+7725 2020784c branch frmt_kscan_init 
+
+frmt_apl_iic_init:
+7726 58000102 setarg 0x000102 
+7727 67e1c3d5 store 3 ,mem_eeprom_wp_gpio 
+7728 7080706d jam 0x6d ,0x8070 
+7729 7080716c jam 0x6c ,0x8071 
+772a 20600000 rtn 
+
+frmt_enter_lpm_gpio_config_flag_init_row:
+772b 6fe0c559 fetch 1 ,mem_kscan_row_nums 
+772c 98007200 iforce loopcnt 
+772d 684a4733 fetcht 4 ,mem_light_lpm_gpio_config_flag 
+772e d8c0455b arg mem_kscan_row_gpio_pin ,contr 
+
+frmt_enter_lpm_gpio_config_flag_init_loop:
+772f efe08006 ifetch 1 ,contr 
+7730 98000e00 iforce queue 
+7731 f9200400 qset1 temp 
+7732 c200772f loop frmt_enter_lpm_gpio_config_flag_init_loop 
+7733 604a4733 storet 4 ,mem_light_lpm_gpio_config_flag 
+7734 20600000 rtn 
+
+frmt_enter_lpm_gpio_config_flag_init_col:
+7735 6fe0c55a fetch 1 ,mem_kscan_col_nums 
+7736 98007200 iforce loopcnt 
+7737 684a4733 fetcht 4 ,mem_light_lpm_gpio_config_flag 
+7738 d8c04563 arg mem_kscan_col_gpio_pin ,contr 
+7739 2020772f branch frmt_enter_lpm_gpio_config_flag_init_loop 
+
+frmt_light_addr_default_v2:
+773a 58111213 setarg 0x111213 
+773b 20600000 rtn 
+
+frmt_light_set_addr_to_0010:
+773c dfe00010 arg 0x0010 ,pdata 
+773d 20207715 branch frmt_lightc_init_continue 
+
+frmt_light_set_addr_to_ffe0:
+773e dfe0ffe0 arg 0xffe0 ,pdata 
+773f 20207715 branch frmt_lightc_init_continue 
+
+key_light_set_addr_to_7878:
+7740 d8407878 arg 0x7878 ,temp 
+7741 20600000 rtn 
+
+frmt_jym_pdu_common:
+7742 6fe242ae fetch 4 ,mem_le_lap 
+7743 67e24520 store 4 ,mem_light_jym_tx_id 
+7744 704524d1 jam 0xd1 ,mem_light_jym_tx_group 
+7745 6fe0c526 fetch 1 ,mem_light_jym_tx_count 
+7746 1fe0fe01 pincrease 1 
+7747 67e0c526 store 1 ,mem_light_jym_tx_count 
+7748 d8400000 arg 0 ,temp 
+7749 d8c0451f arg mem_light_jym_tx_cmd ,contr 
+774a df200008 arg 8 ,loopcnt 
+774b 20407783 call frmt_light_sum_cal_loop 
+774c 18508400 byteswap temp ,temp 
+774d 60494527 storet 2 ,mem_light_jym_tx_sum 
+774e da60451e arg mem_light_jym_tx_len ,regc 
+774f df20000b arg 11 ,loopcnt 
+7750 58000000 setarg 0 
+7751 67e144c1 store 2 ,mem_adv_crc_false_initvalue 
+7752 20407cc1 call key_crc16_ccitt_false1 
+7753 6fe144c1 fetch 2 ,mem_adv_crc_false_initvalue 
+7754 67e14529 store 2 ,mem_light_jym_tx_crc 
+7755 df200017 arg 23 ,loopcnt 
+7756 d8c044e4 arg mem_light_ky_tx ,contr 
+7757 d8a0464a arg mem_light_whitening_buffer ,contw 
+7758 2040753b call memcpy_fast 
+7759 df20000d arg 13 ,loopcnt 
+775a d8c0451e arg mem_light_jym_tx_len ,contr 
+775b d8a04661 arg mem_light_whitening_buffer + 23 ,contw 
+775c 2040753b call memcpy_fast 
+775d 70467525 jam 37 ,mem_light_recvd_len 
+775e 70467633 jam 51 ,mem_light_whitening_i 
+775f 20407ce1 call frmt_light_ble_whitening 
+7760 df200025 arg 37 ,loopcnt 
+7761 d8c0464a arg mem_light_whitening_buffer ,contr 
+7762 d8a0452b arg mem_light_jym_tx_temp ,contw 
+7763 2020753b branch memcpy_fast 
+
+frmt_reverse:
+7764 efe08006 ifetch 1 ,contr 
+7765 1fedfe00 reverse pdata ,pdata 
+7766 e7e08005 istore 1 ,contw 
+7767 c2007764 loop frmt_reverse 
+7768 20600000 rtn 
+
+key_pdu_common:
+7769 20407c45 call frmt_light_flag_set_short_press 
+776a 20407780 call frmt_light_sum_cal 
+776b 18508400 byteswap temp ,temp 
+776c 60494503 storet 2 ,mem_light_ky_tx_sum 
+776d da6044fb arg mem_light_ky_tx_len ,regc 
+776e df20000a arg 10 ,loopcnt 
+776f 58000000 setarg 0 
+7770 67e144c1 store 2 ,mem_adv_crc_false_initvalue 
+7771 20407cc1 call key_crc16_ccitt_false1 
+7772 6fe144c1 fetch 2 ,mem_adv_crc_false_initvalue 
+7773 67e14505 store 2 ,mem_light_ky_tx_crc 
+7774 6fe14507 fetch 2 ,mem_light_ky_tx_count 
+7775 1ff0fe00 byteswap pdata ,pdata 
+7776 1fe0fe01 pincrease 1 
+7777 1ff0fe00 byteswap pdata ,pdata 
+7778 67e14507 store 2 ,mem_light_ky_tx_count 
+7779 df200025 arg 37 ,loopcnt 
+777a d8c044e4 arg mem_light_ky_tx ,contr 
+777b d8a0464a arg mem_light_whitening_buffer ,contw 
+777c 2040753b call memcpy_fast 
+777d 70467525 jam 37 ,mem_light_recvd_len 
+777e 70467633 jam 51 ,mem_light_whitening_i 
+777f 20207ce1 branch frmt_light_ble_whitening 
+
+frmt_light_sum_cal:
+7780 d8400000 arg 0 ,temp 
+7781 d8c044fc arg mem_light_ky_tx_code1 ,contr 
+7782 df200007 arg 7 ,loopcnt 
+
+frmt_light_sum_cal_loop:
+7783 efe08006 ifetch 1 ,contr 
+7784 98408400 iadd temp ,temp 
+7785 c2007783 loop frmt_light_sum_cal_loop 
+7786 20600000 rtn 
+
+key_whitening_i_get:
+7787 da400033 arg 51 ,regb 
+7788 20600000 rtn 
+
+frmt_light_group_num_set:
+7789 6fe0c509 fetch 1 ,mem_light_group_num 
+778a 67e0c500 store 1 ,mem_light_ky_tx_remoter_id + 3 
+778b 20600000 rtn 
+
+frmt_light_timing_off_ky:
+778c 20407b1f call frmt_light_timing_30s_v2 
+778d 70451f68 jam light_jym_cmd_timing_off ,mem_light_jym_tx_cmd 
+778e 70452546 jam light_jym_data_timing_off ,mem_light_jym_tx_data 
+778f 20407742 call frmt_jym_pdu_common 
+7790 7044fc68 jam light_timing_code1 ,mem_light_ky_tx_code1 
+7791 70450246 jam 0x46 ,mem_light_ky_tx_code2 
+7792 20207769 branch key_pdu_common 
+
+key_light_aux_lamp_on_and_off_ky:
+7793 70451f6e jam light_jym_cmd_aux_lamp ,mem_light_jym_tx_cmd 
+7794 704525f0 jam light_jym_data_aux_lamp ,mem_light_jym_tx_data 
+7795 20407742 call frmt_jym_pdu_common 
+7796 7044fc6e jam light_aux_lamp_on_and_off_code1 ,mem_light_ky_tx_code1 
+7797 704502f0 jam 0xf0 ,mem_light_ky_tx_code2 
+7798 20207769 branch key_pdu_common 
+
+key_light_to_y:
+7799 20407aa0 call frmt_light_to_y_v2 
+779a 70451f69 jam light_jym_cmd_to_y ,mem_light_jym_tx_cmd 
+779b 70452500 jam light_jym_data_to_y ,mem_light_jym_tx_data 
+779c 20407742 call frmt_jym_pdu_common 
+779d 7044fc69 jam light_to_y_code1 ,mem_light_ky_tx_code1 
+779e 70450200 jam 0 ,mem_light_ky_tx_code2 
+779f 20207769 branch key_pdu_common 
+
+key_light_to_w:
+77a0 20407aa2 call frmt_light_to_w_v2 
+77a1 70451f6a jam light_jym_cmd_to_w ,mem_light_jym_tx_cmd 
+77a2 70452500 jam light_jym_data_to_w ,mem_light_jym_tx_data 
+77a3 20407742 call frmt_jym_pdu_common 
+77a4 7044fc6a jam light_to_w_code1 ,mem_light_ky_tx_code1 
+77a5 70450200 jam 0 ,mem_light_ky_tx_code2 
+77a6 20207769 branch key_pdu_common 
+
+key_light_darken:
+77a7 20407aa4 call frmt_light_darken_v2 
+77a8 70451f65 jam light_jym_cmd_darken ,mem_light_jym_tx_cmd 
+77a9 70452500 jam light_jym_data_darken ,mem_light_jym_tx_data 
+77aa 20407742 call frmt_jym_pdu_common 
+77ab 7044fc65 jam light_darken_code1 ,mem_light_ky_tx_code1 
+77ac 70450200 jam 0 ,mem_light_ky_tx_code2 
+77ad 20207769 branch key_pdu_common 
+
+key_light_lighten:
+77ae 20407aa6 call frmt_light_lighten_v2 
+77af 70451f66 jam light_jym_cmd_lighten ,mem_light_jym_tx_cmd 
+77b0 70452500 jam light_jym_data_lighten ,mem_light_jym_tx_data 
+77b1 20407742 call frmt_jym_pdu_common 
+77b2 7044fc66 jam light_lighten_code1 ,mem_light_ky_tx_code1 
+77b3 70450200 jam 0 ,mem_light_ky_tx_code2 
+77b4 20207769 branch key_pdu_common 
+
+key_light_group1_off:
+77b5 70451f60 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+77b6 70452500 jam light_jym_data_off ,mem_light_jym_tx_data 
+77b7 704524d2 jam 0xd2 ,mem_light_jym_tx_group 
+77b8 20407742 call frmt_jym_pdu_common 
+77b9 7044fc60 jam light_off_code1 ,mem_light_ky_tx_code1 
+77ba 704502d1 jam light_off_code2 ,mem_light_ky_tx_code2 
+77bb 704501d2 jam 0xd2 ,mem_light_ky_tx_group_num 
+77bc 20207769 branch key_pdu_common 
+
+key_light_group2_off:
+77bd 70451f60 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+77be 70452500 jam light_jym_data_off ,mem_light_jym_tx_data 
+77bf 704524d4 jam 0xd4 ,mem_light_jym_tx_group 
+77c0 20407742 call frmt_jym_pdu_common 
+77c1 7044fc60 jam light_off_code1 ,mem_light_ky_tx_code1 
+77c2 704502d1 jam light_off_code2 ,mem_light_ky_tx_code2 
+77c3 704501d4 jam 0xd4 ,mem_light_ky_tx_group_num 
+77c4 20207769 branch key_pdu_common 
+
+key_light_group3_off:
+77c5 70451f60 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+77c6 70452500 jam light_jym_data_off ,mem_light_jym_tx_data 
+77c7 70452403 jam 3 ,mem_light_jym_tx_group 
+77c8 20407742 call frmt_jym_pdu_common 
+77c9 7044fc60 jam light_off_code1 ,mem_light_ky_tx_code1 
+77ca 580000d1 setarg light_off_code2 
+77cb 67e14502 store 2 ,mem_light_ky_tx_code2 
+77cc 70450903 jam 3 ,mem_light_group_num 
+77cd 20207769 branch key_pdu_common 
+
+key_light_group4_off:
+77ce 70451f60 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+77cf 70452500 jam light_jym_data_off ,mem_light_jym_tx_data 
+77d0 70452404 jam 4 ,mem_light_jym_tx_group 
+77d1 20407742 call frmt_jym_pdu_common 
+77d2 7044fc60 jam light_off_code1 ,mem_light_ky_tx_code1 
+77d3 580000d1 setarg light_off_code2 
+77d4 67e14502 store 2 ,mem_light_ky_tx_code2 
+77d5 70450904 jam 4 ,mem_light_group_num 
+77d6 20207769 branch key_pdu_common 
+
+key_light_group1_on:
+77d7 70451f6f jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+77d8 70452500 jam light_jym_data_on ,mem_light_jym_tx_data 
+77d9 704524d2 jam 0xd2 ,mem_light_jym_tx_group 
+77da 20407742 call frmt_jym_pdu_common 
+77db 7044fc6f jam light_on_code1 ,mem_light_ky_tx_code1 
+77dc 704502d1 jam light_on_code2 ,mem_light_ky_tx_code2 
+77dd 704501d2 jam 0xd2 ,mem_light_ky_tx_group_num 
+77de 20207769 branch key_pdu_common 
+
+key_light_group2_on:
+77df 70451f6f jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+77e0 70452500 jam light_jym_data_on ,mem_light_jym_tx_data 
+77e1 704524d4 jam 0xd4 ,mem_light_jym_tx_group 
+77e2 20407742 call frmt_jym_pdu_common 
+77e3 7044fc6f jam light_on_code1 ,mem_light_ky_tx_code1 
+77e4 704502d1 jam light_on_code2 ,mem_light_ky_tx_code2 
+77e5 704501d4 jam 0xd4 ,mem_light_ky_tx_group_num 
+77e6 20207769 branch key_pdu_common 
+
+key_light_group3_on:
+77e7 70451f6f jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+77e8 70452500 jam light_jym_data_on ,mem_light_jym_tx_data 
+77e9 70452403 jam 3 ,mem_light_jym_tx_group 
+77ea 20407742 call frmt_jym_pdu_common 
+77eb 7044fc6f jam light_on_code1 ,mem_light_ky_tx_code1 
+77ec 580000d1 setarg light_on_code2 
+77ed 67e14502 store 2 ,mem_light_ky_tx_code2 
+77ee 70450903 jam 3 ,mem_light_group_num 
+77ef 20207769 branch key_pdu_common 
+
+key_light_group4_on:
+77f0 70451f6f jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+77f1 70452500 jam light_jym_data_on ,mem_light_jym_tx_data 
+77f2 70452404 jam 4 ,mem_light_jym_tx_group 
+77f3 20407742 call frmt_jym_pdu_common 
+77f4 7044fc6f jam light_on_code1 ,mem_light_ky_tx_code1 
+77f5 580000d1 setarg light_on_code2 
+77f6 67e14502 store 2 ,mem_light_ky_tx_code2 
+77f7 70450904 jam 4 ,mem_light_group_num 
+77f8 20207769 branch key_pdu_common 
+
+key_light_pairing_group1:
+77f9 704524d2 jam 0xd2 ,mem_light_jym_tx_group 
+77fa 704501d2 jam 0xd2 ,mem_light_ky_tx_group_num 
+77fb 2020780f branch key_light_master_pairing_process 
+
+key_light_pairing_group2:
+77fc 704524d4 jam 0xd4 ,mem_light_jym_tx_group 
+77fd 704501d4 jam 0xd4 ,mem_light_ky_tx_group_num 
+77fe 2020780f branch key_light_master_pairing_process 
+
+key_light_pairing_group3:
+77ff 70452403 jam 3 ,mem_light_jym_tx_group 
+7800 70450103 jam 3 ,mem_light_ky_tx_group_num 
+7801 2020780f branch key_light_master_pairing_process 
+
+key_light_pairing_group4:
+7802 70452404 jam 4 ,mem_light_jym_tx_group 
+7803 70450104 jam 4 ,mem_light_ky_tx_group_num 
+7804 2020780f branch key_light_master_pairing_process 
+
+key_light_clear_code:
+7805 20407ac3 call frmt_light_clear_code_v2 
+7806 70451f6f jam light_jym_cmd_clear ,mem_light_jym_tx_cmd 
+7807 704525aa jam light_jym_data_clear ,mem_light_jym_tx_data 
+7808 20407742 call frmt_jym_pdu_common 
+7809 7044fc6f jam light_clear_code_code1 ,mem_light_ky_tx_code1 
+780a 580000aa setarg light_clear_code_code2 
+780b 67e14502 store 2 ,mem_light_ky_tx_code2 
+780c 20207769 branch key_pdu_common 
+
+key_light_master_pairing:
+780d 704501d1 jam 0xd1 ,mem_light_ky_tx_group_num 
+780e 704524d1 jam 0xd1 ,mem_light_jym_tx_group 
+
+key_light_master_pairing_process:
+780f 20407abe call frmt_light_master_pairing_v2 
+7810 70451f6f jam light_jym_cmd_pairing ,mem_light_jym_tx_cmd 
+7811 70452555 jam light_jym_data_pairing ,mem_light_jym_tx_data 
+7812 20407742 call frmt_jym_pdu_common 
+7813 7044fc6f jam light_pairing_code1 ,mem_light_ky_tx_code1 
+7814 70450255 jam light_pairing_code2 ,mem_light_ky_tx_code2 
+7815 70450900 jam 0 ,mem_light_group_num 
+7816 20407789 call frmt_light_group_num_set 
+7817 20207769 branch key_pdu_common 
+
+key_light_night_light:
+7818 20407abc call frmt_light_night_light_v2 
+7819 70451f6e jam light_jym_cmd_night_light ,mem_light_jym_tx_cmd 
+781a 70452500 jam light_jym_data_night_light ,mem_light_jym_tx_data 
+781b 20407742 call frmt_jym_pdu_common 
+781c 7044fca1 jam light_night_light_code1 ,mem_light_ky_tx_code1 
+781d 70450200 jam 0 ,mem_light_ky_tx_code2 
+781e 20207769 branch key_pdu_common 
+
+key_light_color_switch:
+781f 6fe0c592 fetch 1 ,mem_light_color_switch_cnt 
+7820 c0007824 beq 0 ,key_light_color_switch_wy 
+7821 c000f82c beq 1 ,key_light_color_switch_w 
+7822 c0017834 beq 2 ,key_light_color_switch_y 
+7823 20600000 rtn 
+
+key_light_color_switch_wy:
+7824 20407acd call frmt_light_color_switch_wy_v2 
+7825 70459201 jam 1 ,mem_light_color_switch_cnt 
+7826 70451f6d jam light_jym_cmd_wy_lamp ,mem_light_jym_tx_cmd 
+7827 70452501 jam light_jym_data_wy_lamp ,mem_light_jym_tx_data 
+7828 20407742 call frmt_jym_pdu_common 
+7829 7044fc6d jam light_color_switch_code1 ,mem_light_ky_tx_code1 
+782a 70450201 jam light_color_switch_wy_code2 ,mem_light_ky_tx_code2 
+782b 20207769 branch key_pdu_common 
+
+key_light_color_switch_w:
+782c 20407ad4 call frmt_light_color_switch_w_v2 
+782d 70459202 jam 2 ,mem_light_color_switch_cnt 
+782e 70451f6d jam light_jym_cmd_white_lamp ,mem_light_jym_tx_cmd 
+782f 70452502 jam light_jym_data_white_lamp ,mem_light_jym_tx_data 
+7830 20407742 call frmt_jym_pdu_common 
+7831 7044fc6d jam light_color_switch_code1 ,mem_light_ky_tx_code1 
+7832 70450202 jam light_color_switch_w_code2 ,mem_light_ky_tx_code2 
+7833 20207769 branch key_pdu_common 
+
+key_light_color_switch_y:
+7834 20407ada call frmt_light_color_switch_y_v2 
+7835 70459200 jam 0 ,mem_light_color_switch_cnt 
+7836 70451f6d jam light_jym_cmd_yellow_lamp ,mem_light_jym_tx_cmd 
+7837 70452503 jam light_jym_data_yellow_lamp ,mem_light_jym_tx_data 
+7838 20407742 call frmt_jym_pdu_common 
+7839 7044fc6d jam light_color_switch_code1 ,mem_light_ky_tx_code1 
+783a 70450203 jam light_color_switch_y_code2 ,mem_light_ky_tx_code2 
+783b 20207769 branch key_pdu_common 
+
+key_light_master_off:
+783c 70451f60 jam light_jym_cmd_off ,mem_light_jym_tx_cmd 
+783d 70452500 jam light_jym_data_off ,mem_light_jym_tx_data 
+783e 704524d1 jam 0xd1 ,mem_light_jym_tx_group 
+783f 20407742 call frmt_jym_pdu_common 
+7840 7044fc60 jam light_off_code1 ,mem_light_ky_tx_code1 
+7841 70450200 jam 0 ,mem_light_ky_tx_code2 
+7842 704501d1 jam 0xd1 ,mem_light_ky_tx_group_num 
+7843 20207769 branch key_pdu_common 
+
+key_light_master_on:
+7844 70451f6f jam light_jym_cmd_on ,mem_light_jym_tx_cmd 
+7845 70452500 jam light_jym_data_on ,mem_light_jym_tx_data 
+7846 704524d1 jam 0xd1 ,mem_light_jym_tx_group 
+7847 20407742 call frmt_jym_pdu_common 
+7848 7044fc6f jam light_on_code1 ,mem_light_ky_tx_code1 
+7849 70450200 jam 0 ,mem_light_ky_tx_code2 
+784a 704501d1 jam 0xd1 ,mem_light_ky_tx_group_num 
+784b 20207769 branch key_pdu_common 
+
+frmt_kscan_init:
+784c 6fe14574 fetch 2 ,mem_kscan_analysis_interval_timeout 
+784d 247a0000 nrtn blank 
+784e 20407858 call frmt_kscan_col_state_init 
+
+frmt_kscan_row_state_init:
+784f da20455b arg mem_kscan_row_gpio_pin ,rega 
+7850 6fe0c559 fetch 1 ,mem_kscan_row_nums 
+7851 98007200 iforce loopcnt 
+
+frmt_kscan_input_pull_up_loop:
+7852 e8408011 ifetcht 1 ,rega 
+7853 20406c29 call gpio_config_input 
+7854 1a20a201 increase 1 ,rega 
+7855 c2007852 loop frmt_kscan_input_pull_up_loop 
+7856 20002ee0 nop 12000 
+7857 20600000 rtn 
+
+frmt_kscan_recover_col_output_low:
+
+frmt_kscan_col_state_init:
+7858 da204563 arg mem_kscan_col_gpio_pin ,rega 
+7859 6fe0c55a fetch 1 ,mem_kscan_col_nums 
+785a 98007200 iforce loopcnt 
+
+frmt_kscan_output_low_loop:
+785b e8408011 ifetcht 1 ,rega 
+785c 18418480 or temp ,0x80 ,temp 
+785d 204078b7 call gpio_config_output_patch 
+785e 1a20a201 increase 1 ,rega 
+785f c200785b loop frmt_kscan_output_low_loop 
+7860 20002ee0 nop 12000 
+7861 20600000 rtn 
+
+frmt_kscan:
+7862 6fe14574 fetch 2 ,mem_kscan_analysis_interval_timeout 
+7863 247a0000 nrtn blank 
+7864 70456d00 jam 0 ,mem_keypress_analysis_flag 
+7865 58000000 setarg 0 
+7866 67e44551 store 8 ,mem_kscan_record_keypress 
+
+frmt_kscan_get_row_state:
+7867 70456b00 jam 0 ,mem_kscan_row_scanned 
+7868 da60455b arg mem_kscan_row_gpio_pin ,regc 
+
+frmt_kscan_get_row_state_loop:
+7869 e8408013 ifetcht 1 ,regc 
+786a 20406c32 call gpio_get_bit 
+786b 2040f883 call frmt_kscan_avoid_shake_and_record_key ,true 
+786c e8408013 ifetcht 1 ,regc 
+786d 20406c29 call gpio_config_input 
+786e 20407858 call frmt_kscan_recover_col_output_low 
+786f 1a60a601 increase 1 ,regc 
+7870 6fe0c56b fetch 1 ,mem_kscan_row_scanned 
+7871 1fe0fe01 pincrease 1 
+7872 67e0c56b store 1 ,mem_kscan_row_scanned 
+7873 6848c559 fetcht 1 ,mem_kscan_row_nums 
+7874 98467c00 isub temp ,null 
+7875 24217869 nbranch frmt_kscan_get_row_state_loop ,positive 
+7876 20600000 rtn 
+
+frmt_kscan_press_gnd_related:
+7877 6fe0c56b fetch 1 ,mem_kscan_row_scanned 
+7878 1fe0fe01 pincrease 1 
+7879 6848c55a fetcht 1 ,mem_kscan_col_nums 
+787a 18408401 increase 1 ,temp 
+787b 984ffe00 imul32 temp ,pdata 
+787c 98000e00 iforce queue 
+787d 6fe44551 fetch 8 ,mem_kscan_record_keypress 
+787e f9207e00 qset1 pdata 
+787f 67e44551 store 8 ,mem_kscan_record_keypress 
+7880 20600000 rtn 
+
+frmt_kscan_set_default_avoid_shake_time:
+7881 df200001 arg 1 ,loopcnt 
+7882 20600000 rtn 
+
+frmt_kscan_avoid_shake_and_record_key:
+7883 6fe1456e fetch 2 ,mem_kscan_avoid_shake_delay_time 
+7884 98007200 iforce loopcnt 
+7885 205a7881 call frmt_kscan_set_default_avoid_shake_time ,blank 
+7886 204074fc call delay_ms_wait 
+7887 e8408013 ifetcht 1 ,regc 
+7888 20406c32 call gpio_get_bit 
+7889 24608000 nrtn true 
+788a 20002ee0 nop 12000 
+788b e8408013 ifetcht 1 ,regc 
+788c 20406c32 call gpio_get_bit 
+788d 24608000 nrtn true 
+788e 20002ee0 nop 12000 
+788f e8408013 ifetcht 1 ,regc 
+7890 20406c32 call gpio_get_bit 
+7891 24608000 nrtn true 
+7892 204078b3 call frmt_kscan_all_col_pull_up 
+7893 e8408013 ifetcht 1 ,regc 
+7894 20406c32 call gpio_get_bit 
+7895 2020f877 branch frmt_kscan_press_gnd_related ,true 
+
+frmt_kscan_check_col_elec_level:
+7896 e8408013 ifetcht 1 ,regc 
+7897 18418480 or temp ,0x80 ,temp 
+7898 204078b7 call gpio_config_output_patch 
+7899 70456c00 jam 0 ,mem_kscan_col_scanned 
+789a da204563 arg mem_kscan_col_gpio_pin ,rega 
+
+frmt_kscan_check_col_elec_level_loop:
+789b e8408011 ifetcht 1 ,rega 
+789c 20406c32 call gpio_get_bit 
+789d 2040f8a6 call frmt_kscan_record_keypress ,true 
+789e 1a20a201 increase 1 ,rega 
+789f 6fe0c56c fetch 1 ,mem_kscan_col_scanned 
+78a0 1fe0fe01 pincrease 1 
+78a1 67e0c56c store 1 ,mem_kscan_col_scanned 
+78a2 6848c55a fetcht 1 ,mem_kscan_col_nums 
+78a3 98467c00 isub temp ,null 
+78a4 2421789b nbranch frmt_kscan_check_col_elec_level_loop ,positive 
+78a5 20600000 rtn 
+
+frmt_kscan_record_keypress:
+78a6 6fe0c56b fetch 1 ,mem_kscan_row_scanned 
+78a7 6848c55a fetcht 1 ,mem_kscan_col_nums 
+78a8 18408401 increase 1 ,temp 
+78a9 984ffe00 imul32 temp ,pdata 
+78aa 6848c56c fetcht 1 ,mem_kscan_col_scanned 
+78ab 18408401 increase 1 ,temp 
+78ac 9840fe00 iadd temp ,pdata 
+78ad 98000e00 iforce queue 
+78ae 7820fc00 enable true 
+78af 6fe44551 fetch 8 ,mem_kscan_record_keypress 
+78b0 f920fe00 qsetflag true ,pdata 
+78b1 67e44551 store 8 ,mem_kscan_record_keypress 
+78b2 20600000 rtn 
+
+frmt_kscan_all_col_pull_up:
+78b3 da204563 arg mem_kscan_col_gpio_pin ,rega 
+78b4 6fe0c55a fetch 1 ,mem_kscan_col_nums 
+78b5 98007200 iforce loopcnt 
+78b6 20207852 branch frmt_kscan_input_pull_up_loop 
+
+gpio_config_output_patch:
+78b7 79400407 setflip 7 ,temp 
+78b8 20206c43 branch gpio_config_output 
+
+frmt_light_lighten_short_press:
+78b9 6fe0c71f fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+78ba c000f8eb beq 1 ,frmt_light_lighten 
+78bb 704701a0 jam light_lighten_release_adv_flag ,mem_light_release_adv_flag 
+78bc 202078c8 branch frmt_light_light_color_and_lightness_change_common 
+
+frmt_light_darken_short_press:
+78bd 6fe0c71f fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+78be c000f8e1 beq 1 ,frmt_light_darken 
+78bf 704701a1 jam light_darken_release_adv_flag ,mem_light_release_adv_flag 
+78c0 202078c8 branch frmt_light_light_color_and_lightness_change_common 
+
+frmt_light_to_w_short_press:
+78c1 6fe0c71f fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+78c2 c000f8d7 beq 1 ,frmt_light_to_w 
+78c3 704701a2 jam light_to_w_release_adv_flag ,mem_light_release_adv_flag 
+78c4 202078c8 branch frmt_light_light_color_and_lightness_change_common 
+
+frmt_light_to_y_short_press:
+78c5 6fe0c71f fetch 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+78c6 c000f8cd beq 1 ,frmt_light_to_y 
+78c7 704701a3 jam light_to_y_release_adv_flag ,mem_light_release_adv_flag 
+
+frmt_light_light_color_and_lightness_change_common:
+78c8 6fe1471d fetch 2 ,mem_light_short_keypress_timeout 
+78c9 247a0000 nrtn blank 
+78ca 70435b00 jam 0 ,mem_le_adv_enable 
+78cb 70471d05 jam short_press_timeout ,mem_light_short_keypress_timeout 
+78cc 20600000 rtn 
+
+frmt_light_to_y:
+78cd 4731402c bpatchx patch2c_2 ,mem_patch2c 
+78ce 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+78cf c000f6ee beq 1 ,gem_light_to_y 
+78d0 c0017799 beq 2 ,key_light_to_y 
+78d1 70470100 jam 0 ,mem_light_release_adv_flag 
+78d2 20407aa0 call frmt_light_to_y_v2 
+78d3 70457f21 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+78d4 70458618 jam 0x18 ,mem_ftd_adv_raw_reserved 
+78d5 204078f5 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+78d6 20207c57 branch frmt_adv_rear_6bytes_and_whitening 
+
+frmt_light_to_w:
+78d7 4731c02c bpatchx patch2c_3 ,mem_patch2c 
+78d8 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+78d9 c000f6f3 beq 1 ,gem_light_to_w 
+78da c00177a0 beq 2 ,key_light_to_w 
+78db 70470100 jam 0 ,mem_light_release_adv_flag 
+78dc 20407aa2 call frmt_light_to_w_v2 
+78dd 70457f21 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+78de 70458624 jam 0x24 ,mem_ftd_adv_raw_reserved 
+78df 204078f5 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+78e0 20207c57 branch frmt_adv_rear_6bytes_and_whitening 
+
+frmt_light_darken:
+78e1 4732402c bpatchx patch2c_4 ,mem_patch2c 
+78e2 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+78e3 c000f6f8 beq 1 ,gem_light_darken 
+78e4 c00177a7 beq 2 ,key_light_darken 
+78e5 70470100 jam 0 ,mem_light_release_adv_flag 
+78e6 20407aa4 call frmt_light_darken_v2 
+78e7 70457f21 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+78e8 70458628 jam 0x28 ,mem_ftd_adv_raw_reserved 
+78e9 204078f5 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+78ea 20207c57 branch frmt_adv_rear_6bytes_and_whitening 
+
+frmt_light_lighten:
+78eb 4732c02c bpatchx patch2c_5 ,mem_patch2c 
+78ec 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+78ed c000f6fd beq 1 ,gem_light_lighten 
+78ee c00177ae beq 2 ,key_light_lighten 
+78ef 70470100 jam 0 ,mem_light_release_adv_flag 
+78f0 20407aa6 call frmt_light_lighten_v2 
+78f1 70457f21 jam light_cmd_ftd_color_state_change ,mem_ftd_adv_raw 
+78f2 70458614 jam 0x14 ,mem_ftd_adv_raw_reserved 
+78f3 204078f5 call frmt_light_set_pdu_common_short_press_with_3bytes_data_reset 
+78f4 20207c57 branch frmt_adv_rear_6bytes_and_whitening 
+
+frmt_light_set_pdu_common_short_press_with_3bytes_data_reset:
+78f5 58000000 setarg 0 
+78f6 67e1c582 store 3 ,mem_ftd_adv_raw_data 
+78f7 20207c36 branch frmt_light_set_pdu_common_short_press 
+
+frmt_light_release_set1_and_long_press_set1:
+78f8 70459101 jam 1 ,mem_light_num_of_long_press 
+78f9 20407904 call frmt_light_long_press_flag_reset 
+78fa 70470101 jam 1 ,mem_light_release_adv_flag 
+78fb 20600000 rtn 
+
+frmt_light_release_set2_and_long_press_set2:
+78fc 70459102 jam 2 ,mem_light_num_of_long_press 
+78fd 20407904 call frmt_light_long_press_flag_reset 
+78fe 70470102 jam 2 ,mem_light_release_adv_flag 
+78ff 20600000 rtn 
+
+frmt_light_release_set3_and_long_press_set3:
+7900 70459103 jam 3 ,mem_light_num_of_long_press 
+7901 20407904 call frmt_light_long_press_flag_reset 
+7902 70470103 jam 3 ,mem_light_release_adv_flag 
+7903 20600000 rtn 
+
+frmt_light_long_press_flag_reset:
+7904 6fe1458f fetch 2 ,mem_long_press_timeout 
+7905 247a0000 nrtn blank 
+7906 6fe14769 fetch 2 ,mem_claer_code_time 
+7907 67e1458f store 2 ,mem_long_press_timeout 
+7908 1fe0fe01 pincrease 1 
+7909 67e146a1 store 2 ,mem_light_lpm_enable_timeout 
+790a 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+790b 1fe67c01 sub pdata ,1 ,null 
+790c 2022f68f branch gem_long_keypress_time ,zero 
+790d 20600000 rtn 
+
+frmt_light_night_light:
+790e 20407abc call frmt_light_night_light_v2 
+790f 70457f23 jam light_cmd_night_light ,mem_ftd_adv_raw 
+7910 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_master_pairing:
+7911 70457c00 jam 0 ,mem_groups_num 
+7912 7044a600 jam 0 ,mem_ble_v2_group_index 
+
+frmt_light_pairing_process:
+7913 58000001 setarg key_press_led_on_time 
+7914 67e146a4 store 2 ,mem_indicator_led_turn_on_timeout 
+7915 7046a301 jam 1 ,mem_indicator_turn_on_enable 
+
+frmt_light_pairing_process_without_led_flag_set:
+7916 70435b01 jam 1 ,mem_le_adv_enable 
+7917 6fe14767 fetch 2 ,mem_light_adv_time 
+7918 1febfe00 lshift2 pdata ,pdata 
+7919 67e1459d store 2 ,mem_ble_light_adv_timeout 
+791a 1fe0fe01 pincrease 1 
+791b 67e146a1 store 2 ,mem_light_lpm_enable_timeout 
+791c 4733402c bpatchx patch2c_6 ,mem_patch2c 
+791d 20407abe call frmt_light_master_pairing_v2 
+791e 6fe0c57a fetch 1 ,mem_light_manufacture_id 
+791f 67e0c586 store 1 ,mem_ftd_adv_raw_reserved 
+7920 70457f28 jam light_cmd_pairing_code ,mem_ftd_adv_raw 
+7921 6fe0c585 fetch 1 ,mem_ftd_adv_raw_packet_num 
+7922 1fe0fe01 pincrease 1 
+7923 67e0c585 store 1 ,mem_ftd_adv_raw_packet_num 
+7924 70458481 jam 0x81 ,mem_ftd_adv_raw_data + 2 
+7925 6fe0c4a1 fetch 1 ,mem_ble_v2_maintype 
+7926 1fe67c03 sub pdata ,3 ,null 
+7927 2042fc41 call frmt_fan_lamp ,zero 
+7928 6fe0c4a1 fetch 1 ,mem_ble_v2_maintype 
+7929 1fe67c05 sub pdata ,5 ,null 
+792a 2042fc43 call frmt_solar_lamp ,zero 
+792b 2040792d call frmt_light_groups_pairing_address_set_set 
+792c 20207c57 branch frmt_adv_rear_6bytes_and_whitening 
+
+frmt_light_groups_pairing_address_set_set:
+792d 6fe14576 fetch 2 ,mem_ftd_adv_raw_device_add_temp 
+792e d840f0ff arg 0xf0ff ,temp 
+792f 98417e00 iand temp ,pdata 
+7930 67e14582 store 2 ,mem_ftd_adv_raw_data 
+7931 20207c4e branch frmt_light_groups_address_set 
+
+frmt_light_clear_code:
+7932 7046a301 jam 1 ,mem_indicator_turn_on_enable 
+7933 70435b01 jam 1 ,mem_le_adv_enable 
+7934 58000001 setarg key_press_led_on_time 
+7935 1febfe00 lshift2 pdata ,pdata 
+7936 67e146a4 store 2 ,mem_indicator_led_turn_on_timeout 
+7937 6fe14767 fetch 2 ,mem_light_adv_time 
+7938 1febfe00 lshift2 pdata ,pdata 
+7939 67e1459d store 2 ,mem_ble_light_adv_timeout 
+793a 1fe0fe01 pincrease 1 
+793b 67e146a1 store 2 ,mem_light_lpm_enable_timeout 
+793c 4733c02c bpatchx patch2c_7 ,mem_patch2c 
+793d 20407ac3 call frmt_light_clear_code_v2 
+793e 70457f45 jam light_cmd_clear_code ,mem_ftd_adv_raw 
+793f 5801feff setarg light_ftd_clear_code_addr 
+7940 67e1c580 store 3 ,mem_ftd_adv_raw_device_add 
+7941 6fe0c585 fetch 1 ,mem_ftd_adv_raw_packet_num 
+7942 1fe0fe01 pincrease 1 
+7943 67e0c585 store 1 ,mem_ftd_adv_raw_packet_num 
+7944 6fe0c4a1 fetch 1 ,mem_ble_v2_maintype 
+7945 1fe67c03 sub pdata ,3 ,null 
+7946 2042fc41 call frmt_fan_lamp ,zero 
+7947 6fe0c4a1 fetch 1 ,mem_ble_v2_maintype 
+7948 1fe67c05 sub pdata ,5 ,null 
+7949 2042fc43 call frmt_solar_lamp ,zero 
+794a 20207c57 branch frmt_adv_rear_6bytes_and_whitening 
+
+frmt_light_master_on_and_long_press_set0:
+794b 70459100 jam 0 ,mem_light_num_of_long_press 
+794c 20407904 call frmt_light_long_press_flag_reset 
+
+frmt_light_master_on:
+794d 70457c00 jam 0 ,mem_groups_num 
+794e 20407ac5 call frmt_light_master_on_v2 
+794f 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+7950 c000f6a0 beq 1 ,gem_light_master_on 
+7951 c0017844 beq 2 ,key_light_master_on 
+
+frmt_light_on_without_group_set:
+7952 7046a601 jam 1 ,mem_light_on_and_off_flag 
+7953 70457f10 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+7954 20407c4e call frmt_light_groups_address_set 
+7955 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_master_off_and_long_press_set0:
+7956 70459100 jam 0 ,mem_light_num_of_long_press 
+7957 20407904 call frmt_light_long_press_flag_reset 
+7958 2020795b branch frmt_light_master_off 
+
+frmt_light_master_on_and_off:
+7959 6fe0c6a6 fetch 1 ,mem_light_on_and_off_flag 
+795a 203a794d branch frmt_light_master_on ,blank 
+
+frmt_light_master_off:
+795b 20407ac8 call frmt_light_master_off_v2 
+795c 70457c00 jam 0 ,mem_groups_num 
+795d 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+795e c000f6a4 beq 1 ,gem_light_master_off 
+795f c001783c beq 2 ,key_light_master_off 
+
+frmt_light_off_without_group_set:
+7960 7046a600 jam 0 ,mem_light_on_and_off_flag 
+7961 70457f11 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+7962 20407c4e call frmt_light_groups_address_set 
+7963 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_on_and_off_1opcode_and_long_press_set0:
+7964 70459100 jam 0 ,mem_light_num_of_long_press 
+7965 20407904 call frmt_light_long_press_flag_reset 
+
+frmt_light_on_and_off_1opcode:
+7966 20407acb call frmt_light_on_and_off_1opcode_v2 
+7967 70457f09 jam light_cmd_turn_on_and_off ,mem_ftd_adv_raw 
+7968 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_color_switch_wy_only_payload_set:
+7969 70457f21 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+796a 704582ff jam light_data_part_ff ,mem_ftd_adv_raw_data 
+796b 704583ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+796c 70458640 jam light_cmd_ftd_color_swtich_reserved ,mem_ftd_adv_raw_reserved 
+796d 20600000 rtn 
+
+frmt_light_color_switch_w_only_payload_set:
+796e 70457f21 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+796f 704582ff jam light_data_part_ff ,mem_ftd_adv_raw_data 
+7970 70458640 jam light_cmd_ftd_color_swtich_reserved ,mem_ftd_adv_raw_reserved 
+7971 20600000 rtn 
+
+frmt_light_color_switch_y_only_payload_set:
+7972 70457f21 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+7973 704583ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+7974 70458640 jam light_cmd_ftd_color_swtich_reserved ,mem_ftd_adv_raw_reserved 
+7975 20600000 rtn 
+
+frmt_light_color_switch:
+7976 6fe0c592 fetch 1 ,mem_light_color_switch_cnt 
+7977 1fe67c03 sub pdata ,3 ,null 
+7978 2042f97d call frmt_color_switch_cnt_set0 ,zero 
+7979 c0007980 beq 0 ,frmt_light_color_switch_wy 
+797a c000f988 beq 1 ,frmt_light_color_switch_w 
+797b c0017990 beq 2 ,frmt_light_color_switch_y 
+797c 20600000 rtn 
+
+frmt_color_switch_cnt_set0:
+797d 58000000 setarg 0 
+797e 67e0c592 store 1 ,mem_light_color_switch_cnt 
+797f 20600000 rtn 
+
+frmt_light_color_switch_wy:
+7980 6fe0c592 fetch 1 ,mem_light_color_switch_cnt 
+7981 1fe0fe01 pincrease 1 
+7982 67e0c592 store 1 ,mem_light_color_switch_cnt 
+7983 20407acd call frmt_light_color_switch_wy_v2 
+7984 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+7985 c000f692 beq 1 ,gem_light_color_switch 
+7986 20407969 call frmt_light_color_switch_wy_only_payload_set 
+7987 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_color_switch_w:
+7988 6fe0c592 fetch 1 ,mem_light_color_switch_cnt 
+7989 1fe0fe01 pincrease 1 
+798a 67e0c592 store 1 ,mem_light_color_switch_cnt 
+798b 20407ad4 call frmt_light_color_switch_w_v2 
+798c 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+798d c000f692 beq 1 ,gem_light_color_switch 
+798e 2040796e call frmt_light_color_switch_w_only_payload_set 
+798f 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_color_switch_y:
+7990 6fe0c592 fetch 1 ,mem_light_color_switch_cnt 
+7991 1fe0fe01 pincrease 1 
+7992 67e0c592 store 1 ,mem_light_color_switch_cnt 
+7993 20407ada call frmt_light_color_switch_y_v2 
+7994 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+7995 c000f692 beq 1 ,gem_light_color_switch 
+7996 20407972 call frmt_light_color_switch_y_only_payload_set 
+7997 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_aid_turn_on_and_off:
+7998 6fe0c6a8 fetch 1 ,mem_light_aid_swtich_flag 
+7999 c00079a1 beq 0 ,frmt_light_aid_turn_on 
+
+frmt_light_aid_turn_off:
+799a 20407ae0 call frmt_light_aid_turn_off_v2 
+799b 7046a800 jam 0 ,mem_light_aid_swtich_flag 
+799c 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+799d c000f69d beq 1 ,gem_light_aid_turn_onoff 
+799e c0017793 beq 2 ,key_light_aux_lamp_on_and_off_ky 
+799f 70457f13 jam light_cmd_aid_turn_off ,mem_ftd_adv_raw 
+79a0 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_aid_turn_on:
+79a1 20407ae2 call frmt_light_aid_turn_on_v2 
+79a2 7046a801 jam 1 ,mem_light_aid_swtich_flag 
+79a3 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+79a4 c000f69d beq 1 ,gem_light_aid_turn_onoff 
+79a5 c0017793 beq 2 ,key_light_aux_lamp_on_and_off_ky 
+79a6 70457f12 jam light_cmd_aid_turn_on ,mem_ftd_adv_raw 
+79a7 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_pcnt_50_and_100percent:
+79a8 6fe0c593 fetch 1 ,mem_light_brightness_switch_flag 
+79a9 c00079b1 beq 0 ,frmt_light_pcnt_50_percent 
+
+frmt_light_pcnt_100_percent:
+79aa 20407ae4 call frmt_light_pcnt_100_percent_v2 
+79ab 70457f21 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+79ac 704582ff jam light_data_part_ff ,mem_ftd_adv_raw_data 
+79ad 704583ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+79ae 70459300 jam 0 ,mem_light_brightness_switch_flag 
+79af 70458602 jam 2 ,mem_ftd_adv_raw_reserved 
+79b0 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_pcnt_50_percent:
+79b1 20407aeb call frmt_light_pcnt_50_percent_v2 
+79b2 70458601 jam 1 ,mem_ftd_adv_raw_reserved 
+79b3 70457f21 jam light_cmd_color_swtich ,mem_ftd_adv_raw 
+79b4 7045827f jam light_ftd_data_part_pcnt_50percent ,mem_ftd_adv_raw_data 
+79b5 7045837f jam light_ftd_data_part_pcnt_50percent ,mem_ftd_adv_raw_data + 1 
+79b6 70459301 jam 1 ,mem_light_brightness_switch_flag 
+79b7 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_auto:
+79b8 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+79b9 1fe67c01 sub pdata ,1 ,null 
+79ba 2042f6a8 call gem_light_rgb_auto ,zero 
+79bb 7046f901 jam 1 ,mem_light_rgb_on_and_off_flag 
+79bc 6fe0c596 fetch 1 ,mem_light_rgb_auto_flag 
+79bd c00079c2 beq 0 ,frmt_light_rgb_circulation_1e 
+
+frmt_light_rgb_circulation_1f:
+79be 20407af2 call frmt_light_rgb_circulation_1f_v2 
+79bf 70457f1f jam light_cmd_rgb_1f ,mem_ftd_adv_raw 
+79c0 70459600 jam 0 ,mem_light_rgb_auto_flag 
+79c1 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_circulation_1e:
+79c2 20407af4 call frmt_light_rgb_circulation_1e_v2 
+79c3 70457f1e jam light_cmd_rgb_1e ,mem_ftd_adv_raw 
+79c4 70459601 jam 1 ,mem_light_rgb_auto_flag 
+79c5 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_manual:
+79c6 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+79c7 1fe67c01 sub pdata ,1 ,null 
+79c8 2042f6ab call gem_light_rgb_step ,zero 
+79c9 70457f22 jam light_cmd_rgb_mannul ,mem_ftd_adv_raw 
+79ca 6fe0c594 fetch 1 ,mem_light_rgb_hand_actuated_flag 
+79cb c00079f0 beq 0 ,frmt_light_rgb_manual0 
+79cc c000f9ec beq 1 ,frmt_light_rgb_manual1 
+79cd c00179e8 beq 2 ,frmt_light_rgb_manual2 
+79ce c001f9e3 beq 3 ,frmt_light_rgb_manual3 
+79cf c00279de beq 4 ,frmt_light_rgb_manual4 
+79d0 c002f9d9 beq 5 ,frmt_light_rgb_manual5 
+79d1 c00379d3 beq 6 ,frmt_light_rgb_manual6 
+79d2 20600000 rtn 
+
+frmt_light_rgb_manual6:
+79d3 20407b11 call frmt_light_rgb_manual6_v2 
+79d4 70459400 jam 0 ,mem_light_rgb_hand_actuated_flag 
+79d5 704582ff jam light_data_part_ff ,mem_ftd_adv_raw_data 
+79d6 704583ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+79d7 704584ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+79d8 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_manual5:
+79d9 20407b0c call frmt_light_rgb_manual5_v2 
+79da 70459406 jam 6 ,mem_light_rgb_hand_actuated_flag 
+79db 704582ff jam light_data_part_ff ,mem_ftd_adv_raw_data 
+79dc 704584ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+79dd 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_manual4:
+79de 20407b07 call frmt_light_rgb_manual4_v2 
+79df 70459405 jam 5 ,mem_light_rgb_hand_actuated_flag 
+79e0 704583ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+79e1 704584ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+79e2 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_manual3:
+79e3 20407b02 call frmt_light_rgb_manual3_v2 
+79e4 70459404 jam 4 ,mem_light_rgb_hand_actuated_flag 
+79e5 704582ff jam light_data_part_ff ,mem_ftd_adv_raw_data 
+79e6 704583ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+79e7 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_manual2:
+79e8 20407afe call frmt_light_rgb_manual2_v2 
+79e9 70459403 jam 3 ,mem_light_rgb_hand_actuated_flag 
+79ea 704584ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 2 
+79eb 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_manual1:
+79ec 20407afa call frmt_light_rgb_manual1_v2 
+79ed 70459402 jam 2 ,mem_light_rgb_hand_actuated_flag 
+79ee 704583ff jam light_data_part_ff ,mem_ftd_adv_raw_data + 1 
+79ef 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_rgb_manual0:
+79f0 20407af6 call frmt_light_rgb_manual0_v2 
+79f1 70459401 jam 1 ,mem_light_rgb_hand_actuated_flag 
+79f2 704582ff jam light_data_part_ff ,mem_ftd_adv_raw_data 
+79f3 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_timing_1min:
+79f4 20407b17 call frmt_light_timing_1min_v2 
+79f5 70458201 jam 1 ,mem_ftd_adv_raw_data 
+
+frmt_light_timing_off:
+79f6 70457f41 jam light_cmd_delay_off ,mem_ftd_adv_raw 
+79f7 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group1_on_and_long_press_set1:
+79f8 70459101 jam 1 ,mem_light_num_of_long_press 
+79f9 20407904 call frmt_light_long_press_flag_reset 
+
+frmt_light_group1_on:
+79fa 20407b21 call frmt_light_group1_on_v2 
+79fb 70459801 jam 1 ,mem_light_group1_on_and_off_flag 
+79fc 70457f10 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+79fd 70457c01 jam 1 ,mem_groups_num 
+79fe 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group2_on_and_long_press_set2:
+79ff 70459102 jam 2 ,mem_light_num_of_long_press 
+7a00 20407904 call frmt_light_long_press_flag_reset 
+
+frmt_light_group2_on:
+7a01 20407b23 call frmt_light_group2_on_v2 
+7a02 70459901 jam 1 ,mem_light_group2_on_and_off_flag 
+7a03 70457f10 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+7a04 70457c02 jam 2 ,mem_groups_num 
+7a05 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group3_on_and_long_press_set3:
+7a06 70459103 jam 3 ,mem_light_num_of_long_press 
+7a07 20407904 call frmt_light_long_press_flag_reset 
+
+frmt_light_group3_on:
+7a08 70459a01 jam 1 ,mem_light_group3_on_and_off_flag 
+7a09 70457f10 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+7a0a 70457c03 jam 3 ,mem_groups_num 
+7a0b 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group4_on_and_long_press_set4:
+7a0c 70459104 jam 4 ,mem_light_num_of_long_press 
+7a0d 20407904 call frmt_light_long_press_flag_reset 
+
+frmt_light_group4_on:
+7a0e 20407b27 call frmt_light_group4_on_v2 
+7a0f 70459b01 jam 1 ,mem_light_group4_on_and_off_flag 
+7a10 70457f10 jam light_cmd_turn_on ,mem_ftd_adv_raw 
+7a11 70457c04 jam 4 ,mem_groups_num 
+7a12 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group1_on_and_off_and_long_press_set1:
+7a13 70459101 jam 1 ,mem_light_num_of_long_press 
+7a14 20407904 call frmt_light_long_press_flag_reset 
+
+frmt_light_group1_on_and_off:
+7a15 6fe0c598 fetch 1 ,mem_light_group1_on_and_off_flag 
+7a16 203a79fa branch frmt_light_group1_on ,blank 
+
+frmt_light_group1_off:
+7a17 20407b29 call frmt_light_group1_off_v2 
+7a18 70459800 jam 0 ,mem_light_group1_on_and_off_flag 
+7a19 70457f11 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+7a1a 70457c01 jam 1 ,mem_groups_num 
+7a1b 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group2_on_and_off_and_long_press_set2:
+7a1c 70459102 jam 2 ,mem_light_num_of_long_press 
+7a1d 20407904 call frmt_light_long_press_flag_reset 
+
+frmt_light_group2_on_and_off:
+7a1e 6fe0c599 fetch 1 ,mem_light_group2_on_and_off_flag 
+7a1f 203a7a01 branch frmt_light_group2_on ,blank 
+
+frmt_light_group2_off:
+7a20 20407b2b call frmt_light_group2_off_v2 
+7a21 70459900 jam 0 ,mem_light_group2_on_and_off_flag 
+7a22 70457f11 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+7a23 70457c02 jam 2 ,mem_groups_num 
+7a24 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group3_on_and_off_and_long_press_set3:
+7a25 70459103 jam 3 ,mem_light_num_of_long_press 
+7a26 20407904 call frmt_light_long_press_flag_reset 
+
+frmt_light_group3_on_and_off:
+7a27 6fe0c59a fetch 1 ,mem_light_group3_on_and_off_flag 
+7a28 203a7a08 branch frmt_light_group3_on ,blank 
+
+frmt_light_group3_off:
+7a29 20407b2d call frmt_light_group3_off_v2 
+7a2a 70459a00 jam 0 ,mem_light_group3_on_and_off_flag 
+7a2b 70457f11 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+7a2c 70457c03 jam 3 ,mem_groups_num 
+7a2d 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_group4_on_and_off_and_long_press_set4:
+7a2e 70459104 jam 4 ,mem_light_num_of_long_press 
+7a2f 20407904 call frmt_light_long_press_flag_reset 
+
+frmt_light_group4_on_and_off:
+7a30 6fe0c59b fetch 1 ,mem_light_group4_on_and_off_flag 
+7a31 203a7a0e branch frmt_light_group4_on ,blank 
+
+frmt_light_group4_off:
+7a32 20407b2f call frmt_light_group4_off_v2 
+7a33 70459b00 jam 0 ,mem_light_group4_on_and_off_flag 
+7a34 70457f11 jam light_cmd_turn_off ,mem_ftd_adv_raw 
+7a35 70457c04 jam 4 ,mem_groups_num 
+7a36 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_light_pairing_group1:
+7a37 70457c01 jam 1 ,mem_groups_num 
+7a38 7044a601 jam 1 ,mem_ble_v2_group_index 
+7a39 20207913 branch frmt_light_pairing_process 
+
+frmt_light_pairing_group2:
+7a3a 70457c02 jam 2 ,mem_groups_num 
+7a3b 7044a602 jam 2 ,mem_ble_v2_group_index 
+7a3c 20207913 branch frmt_light_pairing_process 
+
+frmt_light_pairing_group3:
+7a3d 70457c03 jam 3 ,mem_groups_num 
+7a3e 7044a603 jam 3 ,mem_ble_v2_group_index 
+7a3f 20207913 branch frmt_light_pairing_process 
+
+frmt_light_pairing_group4:
+7a40 70457c04 jam 4 ,mem_groups_num 
+7a41 7044a604 jam 4 ,mem_ble_v2_group_index 
+7a42 20207913 branch frmt_light_pairing_process 
+
+frmt_fan_master_off:
+7a43 20407a7f call frmt_fan_master_off_v2 
+7a44 70457f6f jam fan_cmd_master_on_and_off ,mem_ftd_adv_raw 
+7a45 70458200 jam 0 ,mem_ftd_adv_raw_data 
+7a46 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_turning_forward_and_reverse:
+7a47 6fe0c5a1 fetch 1 ,mem_fan_direction_alternant 
+7a48 203a7a4b branch frmt_fan_turning_reverse ,blank 
+7a49 7045a100 jam 0 ,mem_fan_direction_alternant 
+7a4a 20207a50 branch frmt_fan_turning_forward 
+
+frmt_fan_turning_reverse:
+7a4b 20407a82 call frmt_fan_turing_reverse_v2 
+7a4c 7045a101 jam 1 ,mem_fan_direction_alternant 
+7a4d 70457f15 jam fan_cmd_direction ,mem_ftd_adv_raw 
+7a4e 70458201 jam 1 ,mem_ftd_adv_raw_data 
+7a4f 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_turning_forward:
+7a50 20407a83 call frmt_fan_turing_forward_v2 
+7a51 70457f15 jam fan_cmd_direction ,mem_ftd_adv_raw 
+7a52 70458200 jam 0 ,mem_ftd_adv_raw_data 
+7a53 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_natural_wind:
+7a54 20407a86 call frmt_fan_natural_wind_v2 
+7a55 70457f33 jam fan_cmd_mode ,mem_ftd_adv_raw 
+7a56 70458202 jam 2 ,mem_ftd_adv_raw_data 
+7a57 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_tap_position_1:
+7a58 20407a8a call frmt_fan_tap_position_1_v2 
+7a59 58000001 setarg 1 
+
+frmt_fan_tap_position_common:
+7a5a 67e0c582 store 1 ,mem_ftd_adv_raw_data 
+7a5b 70457f32 jam fan_cmd_speed_32 ,mem_ftd_adv_raw 
+7a5c 70458306 jam 6 ,mem_ftd_adv_raw_data + 1 
+7a5d 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_tap_position_2:
+7a5e 20407a90 call frmt_fan_tap_position_2_v2 
+7a5f 58000002 setarg 2 
+7a60 20207a5a branch frmt_fan_tap_position_common 
+
+frmt_fan_tap_position_3:
+7a61 20407a92 call frmt_fan_tap_position_3_v2 
+7a62 58000003 setarg 3 
+7a63 20207a5a branch frmt_fan_tap_position_common 
+
+frmt_fan_tap_position_4:
+7a64 20407a94 call frmt_fan_tap_position_4_v2 
+7a65 58000004 setarg 4 
+7a66 20207a5a branch frmt_fan_tap_position_common 
+
+frmt_fan_tap_position_5:
+7a67 20407a96 call frmt_fan_tap_position_5_v2 
+7a68 58000005 setarg 5 
+7a69 20207a5a branch frmt_fan_tap_position_common 
+
+frmt_fan_tap_position_6:
+7a6a 20407a98 call frmt_fan_tap_position_6_v2 
+7a6b 58000006 setarg 6 
+7a6c 20207a5a branch frmt_fan_tap_position_common 
+
+frmt_fan_stop_fan_and_long_press_set1:
+7a6d 70459101 jam 1 ,mem_light_num_of_long_press 
+7a6e 20407904 call frmt_light_long_press_flag_reset 
+
+frmt_fan_stop_fan:
+7a6f 20407a9a call frmt_fan_stop_fan_v2 
+7a70 70457f31 jam fan_cmd_speed_31 ,mem_ftd_adv_raw 
+7a71 70458200 jam 0 ,mem_ftd_adv_raw_data 
+7a72 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_deflector_on_and_off:
+7a73 6fe0c6a7 fetch 1 ,mem_fan_deflector_flag 
+7a74 203a7a7a branch frmt_fan_deflector_on ,blank 
+
+frmt_fan_deflector_off:
+7a75 20407a9d call frmt_fan_deflector_off_v2 
+7a76 7046a700 jam 0 ,mem_fan_deflector_flag 
+7a77 70457f16 jam fan_cmd_deflector ,mem_ftd_adv_raw 
+7a78 70458200 jam 0 ,mem_ftd_adv_raw_data 
+7a79 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_deflector_on:
+7a7a 20407a9c call frmt_fan_deflector_on_v2 
+7a7b 7046a701 jam 1 ,mem_fan_deflector_flag 
+7a7c 70457f16 jam fan_cmd_deflector ,mem_ftd_adv_raw 
+7a7d 70458201 jam 1 ,mem_ftd_adv_raw_data 
+7a7e 20207c34 branch frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press 
+
+frmt_fan_master_off_v2:
+7a7f 5800006f setarg fan_cmd_master_on_and_off_v2 
+7a80 67e144a7 store 2 ,mem_ble_v2_cmd 
+7a81 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_fan_turing_reverse_v2:
+7a82 7044aa01 jam 1 ,mem_ble_v2_para + 1 
+
+frmt_fan_turing_forward_v2:
+7a83 58000015 setarg fan_cmd_wind_direction_v2 
+7a84 67e144a7 store 2 ,mem_ble_v2_cmd 
+7a85 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_fan_natural_wind_v2:
+7a86 7044aa02 jam 0x02 ,mem_ble_v2_para + 1 
+
+frmt_fan_mode_sel_common_v2:
+7a87 58000033 setarg fan_cmd_mode_sel_v2 
+7a88 67e144a7 store 2 ,mem_ble_v2_cmd 
+7a89 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_fan_tap_position_1_v2:
+7a8a 58000001 setarg 1 
+
+frmt_fan_tap_position_common_v2:
+7a8b 67e0c4ab store 1 ,mem_ble_v2_para + 2 
+7a8c 58000031 setarg fan_cmd_wind_speed_v2 
+7a8d 67e144a7 store 2 ,mem_ble_v2_cmd 
+7a8e 7044aa20 jam 0x20 ,mem_ble_v2_para + 1 
+7a8f 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_fan_tap_position_2_v2:
+7a90 58000002 setarg 2 
+7a91 20207a8b branch frmt_fan_tap_position_common_v2 
+
+frmt_fan_tap_position_3_v2:
+7a92 58000003 setarg 3 
+7a93 20207a8b branch frmt_fan_tap_position_common_v2 
+
+frmt_fan_tap_position_4_v2:
+7a94 58000004 setarg 4 
+7a95 20207a8b branch frmt_fan_tap_position_common_v2 
+
+frmt_fan_tap_position_5_v2:
+7a96 58000005 setarg 5 
+7a97 20207a8b branch frmt_fan_tap_position_common_v2 
+
+frmt_fan_tap_position_6_v2:
+7a98 58000006 setarg 6 
+7a99 20207a8b branch frmt_fan_tap_position_common_v2 
+
+frmt_fan_stop_fan_v2:
+7a9a 58000000 setarg 0 
+7a9b 20207a8b branch frmt_fan_tap_position_common_v2 
+
+frmt_fan_deflector_on_v2:
+7a9c 7044aa01 jam 1 ,mem_ble_v2_para + 1 
+
+frmt_fan_deflector_off_v2:
+7a9d 58000016 setarg fan_cmd_deflector_v2 
+7a9e 67e144a7 store 2 ,mem_ble_v2_cmd 
+7a9f 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_to_y_v2:
+7aa0 7044aa18 jam 0x18 ,mem_ble_v2_para + 1 
+7aa1 20207aa8 branch frmt_light_common 
+
+frmt_light_to_w_v2:
+7aa2 7044aa24 jam 0x24 ,mem_ble_v2_para + 1 
+7aa3 20207aa8 branch frmt_light_common 
+
+frmt_light_darken_v2:
+7aa4 7044aa28 jam 0x28 ,mem_ble_v2_para + 1 
+7aa5 20207aa8 branch frmt_light_common 
+
+frmt_light_lighten_v2:
+7aa6 7044aa14 jam 0x14 ,mem_ble_v2_para + 1 
+7aa7 20207aa8 branch frmt_light_common 
+
+frmt_light_common:
+7aa8 58000021 setarg light_cmd_light_ctl_v2 
+7aa9 67e144a7 store 2 ,mem_ble_v2_cmd 
+7aaa 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_ble_v2_encoder_pack:
+7aab 20407f72 call frmt_ble_data_set 
+7aac 6fe0c6aa fetch 1 ,mem_light_manufacture_id2_v2 
+7aad 245a7aaf ncall frmt_have_id2_v2 ,blank 
+7aae 20600000 rtn 
+
+frmt_have_id2_v2:
+7aaf df200027 arg ftd_pdu_len ,loopcnt 
+7ab0 d8c04477 arg mem_ble_v2_pdu ,contr 
+7ab1 d8a046d2 arg mem_ble_v2_pdu_2 ,contw 
+7ab2 2040753b call memcpy_fast 
+7ab3 6fe0c6aa fetch 1 ,mem_light_manufacture_id2_v2 
+7ab4 67e0c49e store 1 ,mem_ble_v2_customer_id 
+7ab5 6fe0c49f fetch 1 ,mem_ble_v2_packet_num 
+7ab6 1fe0ffff pincrease -1 
+7ab7 67e0c49f store 1 ,mem_ble_v2_packet_num 
+7ab8 20407f72 call frmt_ble_data_set 
+7ab9 6fe0c76b fetch 1 ,mem_ble_v2_customer_id_copy 
+7aba 67e0c49e store 1 ,mem_ble_v2_customer_id 
+7abb 20600000 rtn 
+
+frmt_light_night_light_v2:
+7abc 58000023 setarg light_cmd_night_light_v2 
+7abd 20207abf branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_master_pairing_v2:
+7abe 58000028 setarg cmd_pairing 
+
+frmt_ble_v2_encoder_with_cmd_store_and_para_set0:
+7abf 67e144a7 store 2 ,mem_ble_v2_cmd 
+7ac0 58000000 setarg 0 
+7ac1 67e244a9 store 4 ,mem_ble_v2_para 
+7ac2 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_clear_code_v2:
+7ac3 58000045 setarg cmd_clear_code 
+7ac4 20207abf branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_master_on_v2:
+7ac5 7044a600 jam 0 ,mem_ble_v2_group_index 
+
+frmt_light_turn_on_common:
+7ac6 58000010 setarg light_cmd_turn_on_v2 
+7ac7 20207abf branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_master_off_v2:
+7ac8 7044a600 jam 0 ,mem_ble_v2_group_index 
+
+frmt_light_turn_off_common:
+7ac9 58000011 setarg light_cmd_turn_off_v2 
+7aca 20207abf branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_on_and_off_1opcode_v2:
+7acb 58000009 setarg light_cmd_turn_on_and_off_v2 
+7acc 20207abf branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_color_switch_wy_v2:
+7acd 58000021 setarg light_cmd_light_ctl_v2 
+7ace 67e144a7 store 2 ,mem_ble_v2_cmd 
+7acf 7044a900 jam 0 ,mem_ble_v2_para 
+7ad0 7044aa40 jam light_cmd_ftd_color_swtich_reserved ,mem_ble_v2_para + 1 
+7ad1 7044abff jam light_data_part_ff ,mem_ble_v2_para + 2 
+7ad2 7044acff jam light_data_part_ff ,mem_ble_v2_para + 3 
+7ad3 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_color_switch_w_v2:
+7ad4 58000021 setarg light_cmd_light_ctl_v2 
+7ad5 67e144a7 store 2 ,mem_ble_v2_cmd 
+7ad6 7044a900 jam 0 ,mem_ble_v2_para 
+7ad7 7044aa40 jam light_cmd_ftd_color_swtich_reserved ,mem_ble_v2_para + 1 
+7ad8 7044abff jam light_data_part_ff ,mem_ble_v2_para + 2 
+7ad9 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_color_switch_y_v2:
+7ada 58000021 setarg light_cmd_light_ctl_v2 
+7adb 67e144a7 store 2 ,mem_ble_v2_cmd 
+7adc 7044a900 jam 0 ,mem_ble_v2_para 
+7add 7044aa40 jam light_cmd_ftd_color_swtich_reserved ,mem_ble_v2_para + 1 
+7ade 7044acff jam light_data_part_ff ,mem_ble_v2_para + 3 
+7adf 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_aid_turn_off_v2:
+7ae0 58000013 setarg light_cmd_aided_light_turn_off_v2 
+7ae1 20207abf branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_aid_turn_on_v2:
+7ae2 58000012 setarg light_cmd_aided_light_turn_on_v2 
+7ae3 20207abf branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_pcnt_100_percent_v2:
+7ae4 58000021 setarg light_cmd_light_ctl_v2 
+7ae5 67e144a7 store 2 ,mem_ble_v2_cmd 
+7ae6 7044a900 jam 0 ,mem_ble_v2_para 
+7ae7 7044aa02 jam 0x02 ,mem_ble_v2_para + 1 
+7ae8 7044abff jam light_data_part_ff ,mem_ble_v2_para + 2 
+7ae9 7044acff jam light_data_part_ff ,mem_ble_v2_para + 3 
+7aea 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_pcnt_50_percent_v2:
+7aeb 58000021 setarg light_cmd_light_ctl_v2 
+7aec 67e144a7 store 2 ,mem_ble_v2_cmd 
+7aed 7044a900 jam 0 ,mem_ble_v2_para 
+7aee 7044aa01 jam 0x01 ,mem_ble_v2_para + 1 
+7aef 7044ab7f jam light_ftd_data_part_pcnt_50percent ,mem_ble_v2_para + 2 
+7af0 7044ac7f jam light_ftd_data_part_pcnt_50percent ,mem_ble_v2_para + 3 
+7af1 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_rgb_circulation_1f_v2:
+7af2 5800001f setarg light_cmd_rgb_auto_turn_off_v2 
+7af3 20207abf branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_rgb_circulation_1e_v2:
+7af4 5800001e setarg light_cmd_rgb_auto_turn_on_v2 
+7af5 20207abf branch frmt_ble_v2_encoder_with_cmd_store_and_para_set0 
+
+frmt_light_rgb_manual0_v2:
+7af6 58000022 setarg light_cmd_rgb_manual_v2 
+7af7 67e144a7 store 2 ,mem_ble_v2_cmd 
+7af8 7044aaff jam light_data_part_ff ,mem_ble_v2_para + 1 
+7af9 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_rgb_manual1_v2:
+7afa 58000022 setarg light_cmd_rgb_manual_v2 
+7afb 67e144a7 store 2 ,mem_ble_v2_cmd 
+7afc 7044abff jam light_data_part_ff ,mem_ble_v2_para + 2 
+7afd 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_rgb_manual2_v2:
+7afe 58000022 setarg light_cmd_rgb_manual_v2 
+7aff 67e144a7 store 2 ,mem_ble_v2_cmd 
+7b00 7044acff jam light_data_part_ff ,mem_ble_v2_para + 3 
+7b01 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_rgb_manual3_v2:
+7b02 58000022 setarg light_cmd_rgb_manual_v2 
+7b03 67e144a7 store 2 ,mem_ble_v2_cmd 
+7b04 7044aaff jam light_data_part_ff ,mem_ble_v2_para + 1 
+7b05 7044abff jam light_data_part_ff ,mem_ble_v2_para + 2 
+7b06 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_rgb_manual4_v2:
+7b07 58000022 setarg light_cmd_rgb_manual_v2 
+7b08 67e144a7 store 2 ,mem_ble_v2_cmd 
+7b09 7044aaff jam light_data_part_ff ,mem_ble_v2_para + 1 
+7b0a 7044acff jam light_data_part_ff ,mem_ble_v2_para + 3 
+7b0b 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_rgb_manual5_v2:
+7b0c 58000022 setarg light_cmd_rgb_manual_v2 
+7b0d 67e144a7 store 2 ,mem_ble_v2_cmd 
+7b0e 7044abff jam light_data_part_ff ,mem_ble_v2_para + 2 
+7b0f 7044acff jam light_data_part_ff ,mem_ble_v2_para + 3 
+7b10 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_rgb_manual6_v2:
+7b11 58000022 setarg light_cmd_rgb_manual_v2 
+7b12 67e144a7 store 2 ,mem_ble_v2_cmd 
+7b13 7044aaff jam light_data_part_ff ,mem_ble_v2_para + 1 
+7b14 7044abff jam light_data_part_ff ,mem_ble_v2_para + 2 
+7b15 7044acff jam light_data_part_ff ,mem_ble_v2_para + 3 
+7b16 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_timing_1min_v2:
+7b17 58000001 setarg 0x01 
+
+frmt_light_timing_off_common_v2:
+7b18 7044a101 jam product_maintype_light ,mem_ble_v2_maintype 
+7b19 67e144aa store 2 ,mem_ble_v2_para + 1 
+7b1a 58000041 setarg cmd_timing_off 
+7b1b 67e144a7 store 2 ,mem_ble_v2_cmd 
+7b1c 7044a900 jam 0 ,mem_ble_v2_para 
+7b1d 7044ac00 jam 0 ,mem_ble_v2_para + 3 
+7b1e 20207aab branch frmt_ble_v2_encoder_pack 
+
+frmt_light_timing_30s_v2:
+7b1f 58000000 setarg 0 
+7b20 20207b18 branch frmt_light_timing_off_common_v2 
+
+frmt_light_group1_on_v2:
+7b21 7044a601 jam 1 ,mem_ble_v2_group_index 
+7b22 20207ac6 branch frmt_light_turn_on_common 
+
+frmt_light_group2_on_v2:
+7b23 7044a602 jam 2 ,mem_ble_v2_group_index 
+7b24 20207ac6 branch frmt_light_turn_on_common 
+
+frmt_light_group3_on_v2:
+7b25 7044a603 jam 3 ,mem_ble_v2_group_index 
+7b26 20207ac6 branch frmt_light_turn_on_common 
+
+frmt_light_group4_on_v2:
+7b27 7044a604 jam 4 ,mem_ble_v2_group_index 
+7b28 20207ac6 branch frmt_light_turn_on_common 
+
+frmt_light_group1_off_v2:
+7b29 7044a601 jam 1 ,mem_ble_v2_group_index 
+7b2a 20207ac9 branch frmt_light_turn_off_common 
+
+frmt_light_group2_off_v2:
+7b2b 7044a602 jam 2 ,mem_ble_v2_group_index 
+7b2c 20207ac9 branch frmt_light_turn_off_common 
+
+frmt_light_group3_off_v2:
+7b2d 7044a603 jam 3 ,mem_ble_v2_group_index 
+7b2e 20207ac9 branch frmt_light_turn_off_common 
+
+frmt_light_group4_off_v2:
+7b2f 7044a604 jam 4 ,mem_ble_v2_group_index 
+7b30 20207ac9 branch frmt_light_turn_off_common 
+
+frmt_apl_idle_process:
+7b31 20600000 rtn 
+
+frmt_main:
+7b32 4734402d bpatchx patch2d_0 ,mem_patch2d 
+7b33 2040784c call frmt_kscan_init 
+7b34 20407862 call frmt_kscan 
+7b35 6fe44551 fetch 8 ,mem_kscan_record_keypress 
+7b36 245a7b6c ncall frmt_kscan_available ,blank 
+7b37 20407b5f call frmt_judge_reset_last_key 
+7b38 6fe0c701 fetch 1 ,mem_light_release_adv_flag 
+7b39 245a7b53 ncall p_light_released_cb ,blank 
+7b3a 20407b43 call frmt_kscan_keypress_analysis_process 
+7b3b 6fe0c35b fetch 1 ,mem_le_adv_enable 
+7b3c 205a7b72 call frmt_light_indicator_led_flag_set0 ,blank 
+7b3d 6fe0c6a3 fetch 1 ,mem_indicator_turn_on_enable 
+7b3e 245a7b7a ncall frmt_light_indicator_led ,blank 
+7b3f 6fe0c6a3 fetch 1 ,mem_indicator_turn_on_enable 
+7b40 205a7b7f call frmt_light_indicator_led_off ,blank 
+7b41 4734c02d bpatchx patch2d_1 ,mem_patch2d 
+7b42 20207b85 branch frmt_app_enter_lpm 
+
+frmt_kscan_keypress_analysis_process:
+7b43 4735402d bpatchx patch2d_2 ,mem_patch2d 
+7b44 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+7b45 1fe67c01 sub pdata ,1 ,null 
+7b46 2042f67c call frmt_light_gem_long_press_cnt ,zero 
+7b47 6fe14572 fetch 2 ,mem_long_press_adv_timeout 
+7b48 247a0000 nrtn blank 
+7b49 6fe44551 fetch 8 ,mem_kscan_record_keypress 
+7b4a 207a0000 rtn blank 
+7b4b 58000000 setarg 0 
+7b4c 67e1c582 store 3 ,mem_ftd_adv_raw_data 
+7b4d 67e244a9 store 4 ,mem_ble_v2_para 
+7b4e 70458600 jam 0 ,mem_ftd_adv_raw_reserved 
+7b4f 6fe0c701 fetch 1 ,mem_light_release_adv_flag 
+7b50 245a7b53 ncall p_light_released_cb ,blank 
+7b51 6fe1475d fetch 2 ,mem_rmt_keydown_cb 
+7b52 202075e6 branch callback_func 
+
+p_light_released_cb:
+7b53 6fe1475f fetch 2 ,mem_rmt_released_cb 
+7b54 202075e6 branch callback_func 
+
+frmt_get_current_key:
+7b55 6fe44551 fetch 8 ,mem_kscan_record_keypress 
+7b56 1fe20400 copy pdata ,temp 
+7b57 df200019 arg keyboard_max_keys_num ,loopcnt 
+7b58 d8e00000 arg 0 ,queue 
+7b59 20407b67 call frmt_kscan_keypress_analysis_get_keypress 
+7b5a 18e27e00 deposit queue 
+7b5b 67e0c59c store 1 ,mem_light_current_key 
+7b5c 58000000 setarg 0 
+7b5d 67e44551 store 8 ,mem_kscan_record_keypress 
+7b5e 20207d2f branch frmt_light_set_continuous_kps_cnt_reset_timeout 
+
+frmt_judge_reset_last_key:
+7b5f 6fe0c56d fetch 1 ,mem_keypress_analysis_flag 
+7b60 247a0000 nrtn blank 
+7b61 70457d00 jam 0 ,mem_light_last_key 
+7b62 70471f00 jam 0 ,mem_light_color_and_lgtness_long_press_adv_enable 
+
+frmt_light_long_press_judge_reset:
+7b63 58000000 setarg 0 
+7b64 67e1458f store 2 ,mem_long_press_timeout 
+7b65 67e144df store 2 ,mem_gem_cnt_inces_timeout 
+7b66 20600000 rtn 
+
+frmt_kscan_keypress_analysis_get_keypress:
+7b67 afefffff qisolate1 pdata 
+7b68 20608000 rtn true 
+7b69 18e08e01 increase 1 ,queue 
+7b6a c2007b67 loop frmt_kscan_keypress_analysis_get_keypress 
+7b6b 20600000 rtn 
+
+frmt_kscan_available:
+7b6c 70456d01 jam 1 ,mem_keypress_analysis_flag 
+7b6d 7046a301 jam 1 ,mem_indicator_turn_on_enable 
+7b6e 58000001 setarg key_press_led_on_time 
+7b6f 67e146a4 store 2 ,mem_indicator_led_turn_on_timeout 
+7b70 70457401 jam kscan_analysis_interval ,mem_kscan_analysis_interval_timeout 
+7b71 20600000 rtn 
+
+frmt_light_indicator_led_flag_set0:
+7b72 4735c02d bpatchx patch2d_3 ,mem_patch2d 
+7b73 6fe0c56d fetch 1 ,mem_keypress_analysis_flag 
+7b74 247a0000 nrtn blank 
+
+frmt_light_indicator_led_flag_set0_process:
+7b75 58000000 setarg 0 
+7b76 67e146a4 store 2 ,mem_indicator_led_turn_on_timeout 
+7b77 7046a300 jam 0 ,mem_indicator_turn_on_enable 
+7b78 4736402d bpatchx patch2d_4 ,mem_patch2d 
+7b79 20600000 rtn 
+
+frmt_light_indicator_led:
+7b7a 4736c02d bpatchx patch2d_5 ,mem_patch2d 
+7b7b 6fe0c57b fetch 1 ,mem_light_indicator_led 
+7b7c 207a0000 rtn blank 
+
+frmt_light_indicator_led_debug:
+7b7d 6848c57b fetcht 1 ,mem_light_indicator_led 
+7b7e 202078b7 branch gpio_config_output_patch 
+
+frmt_light_indicator_led_off:
+7b7f 4737402d bpatchx patch2d_6 ,mem_patch2d 
+7b80 6fe0c57b fetch 1 ,mem_light_indicator_led 
+7b81 207a0000 rtn blank 
+
+frmt_light_indicator_led_off_debug:
+7b82 6848c57b fetcht 1 ,mem_light_indicator_led 
+7b83 18418480 or temp ,0x80 ,temp 
+7b84 202078b7 branch gpio_config_output_patch 
+
+frmt_app_enter_lpm:
+7b85 4737c02d bpatchx patch2d_7 ,mem_patch2d 
+7b86 6fe146a1 fetch 2 ,mem_light_lpm_enable_timeout 
+7b87 247a0000 nrtn blank 
+7b88 6fe146a4 fetch 2 ,mem_indicator_led_turn_on_timeout 
+7b89 247a0000 nrtn blank 
+7b8a 20407b8f call frmt_enter_lpm_gpio_config 
+7b8b 20407b9f call frmt_wakeup_low_config 
+7b8c 4738402e bpatchx patch2e_0 ,mem_patch2e 
+7b8d d85fffff arg -1 ,temp 
+7b8e 20203b7a branch lpm_sleep 
+
+frmt_enter_lpm_gpio_config:
+7b8f df200010 arg enter_lpm_leisure_io_config_num ,loopcnt 
+7b90 70473703 jam enter_lpm_leisure_io_config_start ,mem_light_lpm_gpio_config_io_temp 
+
+frmt_drop_down_unused_io_loopcnt:
+7b91 6848c737 fetcht 1 ,mem_light_lpm_gpio_config_io_temp 
+7b92 18420e00 copy temp ,queue 
+7b93 6fe24733 fetch 4 ,mem_light_lpm_gpio_config_flag 
+7b94 afefffff qisolate1 pdata 
+7b95 2020fb98 branch frmt_drop_down_unused_io_loopcnt_no_drop_down ,true 
+7b96 18418480 or temp ,0x80 ,temp 
+7b97 20406c29 call gpio_config_input 
+
+frmt_drop_down_unused_io_loopcnt_no_drop_down:
+7b98 6fe0c737 fetch 1 ,mem_light_lpm_gpio_config_io_temp 
+7b99 1fe0fe01 pincrease 1 
+7b9a 67e0c737 store 1 ,mem_light_lpm_gpio_config_io_temp 
+7b9b c2007b91 loop frmt_drop_down_unused_io_loopcnt 
+7b9c 70807340 jam gpcfg_pullup ,core_gpio03_conf 
+7b9d 70808340 jam gpcfg_pullup ,core_gpio19_conf 
+7b9e 20600000 rtn 
+
+frmt_wakeup_low_config:
+7b9f 6848c559 fetcht 1 ,mem_kscan_row_nums 
+7ba0 18422200 copy temp ,rega 
+7ba1 da400000 arg 0 ,regb 
+7ba2 d8400000 arg 0 ,temp 
+7ba3 604c0016 storet 8 ,mem_gpio_wakeup_low 
+7ba4 d8c0455b arg mem_kscan_row_gpio_pin ,contr 
+7ba5 20407ba9 call frmt_wakeup_low_config_loop 
+7ba6 79200403 set1 3 ,temp 
+7ba7 604a0016 storet 4 ,mem_gpio_wakeup_low 
+7ba8 20600000 rtn 
+
+frmt_wakeup_low_config_loop:
+7ba9 efe08006 ifetch 1 ,contr 
+7baa 98000e00 iforce queue 
+7bab f9200400 qset1 temp 
+7bac 1a40a401 increase 1 ,regb 
+7bad 1a227e00 deposit rega 
+7bae 9a467c00 isub regb ,null 
+7baf 20628000 rtn zero 
+7bb0 20207ba9 branch frmt_wakeup_low_config_loop 
+
+frmt_le_send_adv_ind:
+7bb1 4738c02e bpatchx patch2e_1 ,mem_patch2e 
+7bb2 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+7bb3 c0017bf7 beq 2 ,key_le_send_adv_ind 
+7bb4 6fe0c49e fetch 1 ,mem_ble_v2_customer_id 
+7bb5 243a7bdc nbranch frmt_send_id1_v2 ,blank 
+
+frmt_judge_send_id1_v1:
+7bb6 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+7bb7 c000fbe1 beq 1 ,frmt_send_id1_v1 
+7bb8 6fe0c57a fetch 1 ,mem_light_manufacture_id 
+7bb9 243a7be1 nbranch frmt_send_id1_v1 ,blank 
+
+frmt_judge_send_id2_v1:
+7bba 6fe0c6a9 fetch 1 ,mem_light_manufacture_id2 
+7bbb 243a7be8 nbranch frmt_send_id2_v1 ,blank 
+
+frmt_judge_send_id2_v2:
+7bbc 6fe0c6aa fetch 1 ,mem_light_manufacture_id2_v2 
+7bbd 243a7bed nbranch frmt_send_id2_v2 ,blank 
+
+frmt_id_flag_set0:
+7bbe 58000000 setarg 0 
+7bbf 67e0c6fc store 1 ,mem_adv_manufacturer_switch_flag 
+7bc0 67e0c6fd store 1 ,mem_adv_manufacturer_switch_flag1 
+7bc1 67e0c6fe store 1 ,mem_adv_manufacturer_switch_flag2 
+7bc2 67e0c6ff store 1 ,mem_adv_manufacturer_switch_flag3 
+7bc3 20600000 rtn 
+
+frmt_le_send_adv_ind_pdu1:
+7bc4 4739402e bpatchx patch2e_2 ,mem_patch2e 
+7bc5 df200027 arg ftd_pdu_len ,loopcnt 
+7bc6 d8a04129 arg mem_le_txheader ,contw 
+7bc7 d8c0464a arg mem_light_whitening_buffer ,contr 
+7bc8 2040753b call memcpy_fast 
+7bc9 202042e9 branch le_send_adv_transmit 
+
+frmt_le_send_adv_ind_v2:
+7bca 4739c02e bpatchx patch2e_3 ,mem_patch2e 
+7bcb df200027 arg ftd_pdu_len ,loopcnt 
+7bcc d8a04129 arg mem_le_txheader ,contw 
+7bcd d8c04477 arg mem_ble_v2_pdu ,contr 
+7bce 2040753b call memcpy_fast 
+7bcf 202042e9 branch le_send_adv_transmit 
+
+frmt_le_send_adv_ind_pdu2:
+7bd0 473a402e bpatchx patch2e_4 ,mem_patch2e 
+7bd1 df200027 arg ftd_pdu_len ,loopcnt 
+7bd2 d8a04129 arg mem_le_txheader ,contw 
+7bd3 d8c046ab arg mem_light_whitening_buffer_2 ,contr 
+7bd4 2040753b call memcpy_fast 
+7bd5 202042e9 branch le_send_adv_transmit 
+
+frmt_le_send_adv_ind_v2_2:
+7bd6 473ac02e bpatchx patch2e_5 ,mem_patch2e 
+7bd7 df200027 arg ftd_pdu_len ,loopcnt 
+7bd8 d8a04129 arg mem_le_txheader ,contw 
+7bd9 d8c046d2 arg mem_ble_v2_pdu_2 ,contr 
+7bda 2040753b call memcpy_fast 
+7bdb 202042e9 branch le_send_adv_transmit 
+
+frmt_send_id1_v2:
+7bdc 6fe0c6fc fetch 1 ,mem_adv_manufacturer_switch_flag 
+7bdd c001fbb6 beq 3 ,frmt_judge_send_id1_v1 
+7bde 1fe0fe01 pincrease 1 
+7bdf 67e0c6fc store 1 ,mem_adv_manufacturer_switch_flag 
+7be0 20207bca branch frmt_le_send_adv_ind_v2 
+
+frmt_send_id1_v1:
+7be1 6fe0c6fd fetch 1 ,mem_adv_manufacturer_switch_flag1 
+7be2 c001fbba beq 3 ,frmt_judge_send_id2_v1 
+7be3 1fe0fe01 pincrease 1 
+7be4 67e0c6fd store 1 ,mem_adv_manufacturer_switch_flag1 
+7be5 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+7be6 c000fbf2 beq 1 ,gem_le_send_adv_ind 
+7be7 20207bc4 branch frmt_le_send_adv_ind_pdu1 
+
+frmt_send_id2_v1:
+7be8 6fe0c6fe fetch 1 ,mem_adv_manufacturer_switch_flag2 
+7be9 c001fbbc beq 3 ,frmt_judge_send_id2_v2 
+7bea 1fe0fe01 pincrease 1 
+7beb 67e0c6fe store 1 ,mem_adv_manufacturer_switch_flag2 
+7bec 20207bd0 branch frmt_le_send_adv_ind_pdu2 
+
+frmt_send_id2_v2:
+7bed 6fe0c6ff fetch 1 ,mem_adv_manufacturer_switch_flag3 
+7bee c001fbbe beq 3 ,frmt_id_flag_set0 
+7bef 1fe0fe01 pincrease 1 
+7bf0 67e0c6ff store 1 ,mem_adv_manufacturer_switch_flag3 
+7bf1 20207bd6 branch frmt_le_send_adv_ind_v2_2 
+
+gem_le_send_adv_ind:
+7bf2 df200017 arg gem_pdu_len ,loopcnt 
+7bf3 d8a04129 arg mem_le_txheader ,contw 
+7bf4 d8c0464a arg mem_light_whitening_buffer ,contr 
+7bf5 2040753b call memcpy_fast 
+7bf6 202042e9 branch le_send_adv_transmit 
+
+key_le_send_adv_ind:
+7bf7 6fe0c550 fetch 1 ,mem_adv_cnts 
+7bf8 1fe0fe01 pincrease 1 
+7bf9 67e0c550 store 1 ,mem_adv_cnts 
+7bfa 1fe67c03 sub pdata ,3 ,null 
+7bfb 20217bca branch frmt_le_send_adv_ind_v2 ,positive 
+7bfc 1fe67c06 sub pdata ,6 ,null 
+7bfd 20217c03 branch key_le_send_adv_ind_ky1 ,positive 
+7bfe 1fe67c09 sub pdata ,9 ,null 
+7bff 20217c08 branch key_le_send_adv_ind_ky ,positive 
+7c00 58000000 setarg 0 
+7c01 67e0c550 store 1 ,mem_adv_cnts 
+7c02 20207bca branch frmt_le_send_adv_ind_v2 
+
+key_le_send_adv_ind_ky1:
+7c03 df200025 arg key_pdu_len ,loopcnt 
+7c04 d8a04129 arg mem_le_txheader ,contw 
+7c05 d8c0452b arg mem_light_jym_tx_temp ,contr 
+7c06 2040753b call memcpy_fast 
+7c07 202042e9 branch le_send_adv_transmit 
+
+key_le_send_adv_ind_ky:
+7c08 df200025 arg key_pdu_len ,loopcnt 
+7c09 d8a04129 arg mem_le_txheader ,contw 
+7c0a d8c0464a arg mem_light_whitening_buffer ,contr 
+7c0b 2040753b call memcpy_fast 
+7c0c 202042e9 branch le_send_adv_transmit 
+
+frmt_le_next_adv_channel:
+7c0d 6fe0c71a fetch 1 ,mem_channel_num 
+7c0e 205a7c19 call frmt_channel_num_init ,blank 
+7c0f 6fe0c71a fetch 1 ,mem_channel_num 
+7c10 2feffe00 isolate1 0 ,pdata 
+7c11 2020fc1c branch frmt_le_next_adv_channel_37 ,true 
+7c12 6fe0c71a fetch 1 ,mem_channel_num 
+7c13 2feffe01 isolate1 1 ,pdata 
+7c14 2020fc24 branch frmt_le_next_adv_channel_38 ,true 
+7c15 6fe0c71a fetch 1 ,mem_channel_num 
+7c16 2feffe02 isolate1 2 ,pdata 
+7c17 2020fc2c branch frmt_le_next_adv_channel_39 ,true 
+7c18 20600000 rtn 
+
+frmt_channel_num_init:
+7c19 6fe0c719 fetch 1 ,mem_channel_enable 
+7c1a 67e0c71a store 1 ,mem_channel_num 
+7c1b 20600000 rtn 
+
+frmt_le_next_adv_channel_37:
+7c1c 6fe0c71a fetch 1 ,mem_channel_num 
+7c1d 793ffe00 set0 0 ,pdata 
+7c1e 67e0c71a store 1 ,mem_channel_num 
+7c1f 6848c366 fetcht 1 ,mem_le_adv_channel_map 
+7c20 79200400 set1 bit_adv_channel_map_37 ,temp 
+7c21 6048c366 storet 1 ,mem_le_adv_channel_map 
+7c22 70000725 jam 37 ,mem_le_ch_mapped 
+7c23 2020433c branch le_next_adv_channel + 1 
+
+frmt_le_next_adv_channel_38:
+7c24 6fe0c71a fetch 1 ,mem_channel_num 
+7c25 793ffe01 set0 1 ,pdata 
+7c26 67e0c71a store 1 ,mem_channel_num 
+7c27 6848c366 fetcht 1 ,mem_le_adv_channel_map 
+7c28 79200401 set1 bit_adv_channel_map_38 ,temp 
+7c29 6048c366 storet 1 ,mem_le_adv_channel_map 
+7c2a 70000726 jam 38 ,mem_le_ch_mapped 
+7c2b 2020433c branch le_next_adv_channel + 1 
+
+frmt_le_next_adv_channel_39:
+7c2c 6fe0c71a fetch 1 ,mem_channel_num 
+7c2d 793ffe02 set0 2 ,pdata 
+7c2e 67e0c71a store 1 ,mem_channel_num 
+7c2f 6848c366 fetcht 1 ,mem_le_adv_channel_map 
+7c30 79200402 set1 bit_adv_channel_map_39 ,temp 
+7c31 6048c366 storet 1 ,mem_le_adv_channel_map 
+7c32 70000727 jam 39 ,mem_le_ch_mapped 
+7c33 2020433c branch le_next_adv_channel + 1 
+
+frmt_adv_rear_6bytes_and_whitening_and_set_pdu_common_short_press:
+7c34 20407c36 call frmt_light_set_pdu_common_short_press 
+7c35 20207c57 branch frmt_adv_rear_6bytes_and_whitening 
+
+frmt_light_set_pdu_common_short_press:
+7c36 20407c45 call frmt_light_flag_set_short_press 
+
+frmt_light_set_pdu_packet_num_and_addr:
+7c37 6fe0c585 fetch 1 ,mem_ftd_adv_raw_packet_num 
+7c38 1fe0fe01 pincrease 1 
+7c39 67e0c585 store 1 ,mem_ftd_adv_raw_packet_num 
+7c3a 6fe0c4a1 fetch 1 ,mem_ble_v2_maintype 
+7c3b 1fe67c03 sub pdata ,3 ,null 
+7c3c 2042fc41 call frmt_fan_lamp ,zero 
+7c3d 6fe0c4a1 fetch 1 ,mem_ble_v2_maintype 
+7c3e 1fe67c05 sub pdata ,5 ,null 
+7c3f 2042fc43 call frmt_solar_lamp ,zero 
+7c40 20207c4e branch frmt_light_groups_address_set 
+
+frmt_fan_lamp:
+7c41 70458483 jam 0x83 ,mem_ftd_adv_raw_data + 2 
+7c42 20600000 rtn 
+
+frmt_solar_lamp:
+7c43 70458488 jam 0x88 ,mem_ftd_adv_raw_data + 2 
+7c44 20600000 rtn 
+
+frmt_light_flag_set_short_press:
+7c45 473b402e bpatchx patch2e_6 ,mem_patch2e 
+7c46 70435b01 jam 1 ,mem_le_adv_enable 
+7c47 7046a401 jam key_press_led_on_time ,mem_indicator_led_turn_on_timeout 
+7c48 7046a301 jam 1 ,mem_indicator_turn_on_enable 
+7c49 6fe14767 fetch 2 ,mem_light_adv_time 
+7c4a 67e1459d store 2 ,mem_ble_light_adv_timeout 
+7c4b 1fe0fe01 pincrease 1 
+7c4c 67e146a1 store 2 ,mem_light_lpm_enable_timeout 
+7c4d 20600000 rtn 
+
+frmt_light_groups_address_set:
+7c4e 6fe0c577 fetch 1 ,mem_ftd_adv_raw_device_add_temp + 1 
+7c4f d84000f0 arg 0xf0 ,temp 
+7c50 98417e00 iand temp ,pdata 
+7c51 6848c57c fetcht 1 ,mem_groups_num 
+7c52 9840fe00 iadd temp ,pdata 
+7c53 67e0c577 store 1 ,mem_ftd_adv_raw_device_add_temp + 1 
+7c54 6fe14576 fetch 2 ,mem_ftd_adv_raw_device_add_temp 
+7c55 67e14580 store 2 ,mem_ftd_adv_raw_device_add 
+7c56 20600000 rtn 
+
+frmt_adv_rear_6bytes_and_whitening:
+7c57 6fe0c57a fetch 1 ,mem_light_manufacture_id 
+7c58 245a7c6f ncall frmt_adv_rear_6bytes_and_whitening_pdu2 ,blank 
+7c59 6fe0c57f fetch 1 ,mem_ftd_adv_raw 
+7c5a 1fe67c28 sub pdata ,light_cmd_pairing_code ,null 
+7c5b 2042fc6c call frmt_light_pdu1_manufacturer_id_set ,zero 
+7c5c 20407c88 call frmt_adv_rear_6bytes 
+7c5d d8a0463a arg mem_adv_packet_payload ,contw 
+7c5e d8c0457f arg mem_ftd_adv_raw ,contr 
+7c5f df20000e arg 14 ,loopcnt 
+7c60 2040753b call memcpy_fast 
+7c61 df200027 arg ftd_pdu_len ,loopcnt 
+7c62 d8c04623 arg mem_adv_packet ,contr 
+7c63 d8a0464a arg mem_light_whitening_buffer ,contw 
+7c64 2040753b call memcpy_fast 
+7c65 70467527 jam ftd_pdu_len ,mem_light_recvd_len 
+7c66 70467653 jam 83 ,mem_light_whitening_i 
+7c67 20407cdb call frmt_light_reverse_and_ble_whitening 
+7c68 6fe0c57a fetch 1 ,mem_light_manufacture_id 
+7c69 67e0c654 store 1 ,mem_light_whitening_buffer + 10 
+7c6a 473bc02e bpatchx patch2e_7 ,mem_patch2e 
+7c6b 20600000 rtn 
+
+frmt_light_pdu1_manufacturer_id_set:
+7c6c 6fe0c57a fetch 1 ,mem_light_manufacture_id 
+7c6d 67e0c586 store 1 ,mem_ftd_adv_raw_reserved 
+7c6e 20600000 rtn 
+
+frmt_adv_rear_6bytes_and_whitening_pdu2:
+7c6f 6fe0c57f fetch 1 ,mem_ftd_adv_raw 
+7c70 1fe67c28 sub pdata ,light_cmd_pairing_code ,null 
+7c71 2042fc85 call frmt_light_pdu2_manufacturer_id_set ,zero 
+7c72 20407c88 call frmt_adv_rear_6bytes 
+7c73 d8a0463a arg mem_adv_packet_payload ,contw 
+7c74 d8c0457f arg mem_ftd_adv_raw ,contr 
+7c75 df20000e arg 14 ,loopcnt 
+7c76 2040753b call memcpy_fast 
+7c77 df200027 arg ftd_pdu_len ,loopcnt 
+7c78 d8c04623 arg mem_adv_packet ,contr 
+7c79 d8a0464a arg mem_light_whitening_buffer ,contw 
+7c7a 2040753b call memcpy_fast 
+7c7b 70467527 jam ftd_pdu_len ,mem_light_recvd_len 
+7c7c 70467653 jam 83 ,mem_light_whitening_i 
+7c7d 20407cdb call frmt_light_reverse_and_ble_whitening 
+7c7e df200027 arg ftd_pdu_len ,loopcnt 
+7c7f d8c0464a arg mem_light_whitening_buffer ,contr 
+7c80 d8a046ab arg mem_light_whitening_buffer_2 ,contw 
+7c81 2040753b call memcpy_fast 
+7c82 6fe0c6a9 fetch 1 ,mem_light_manufacture_id2 
+7c83 67e0c6b5 store 1 ,mem_light_whitening_buffer_2 + 10 
+7c84 20600000 rtn 
+
+frmt_light_pdu2_manufacturer_id_set:
+7c85 6fe0c6a9 fetch 1 ,mem_light_manufacture_id2 
+7c86 67e0c586 store 1 ,mem_ftd_adv_raw_reserved 
+7c87 20600000 rtn 
+
+frmt_adv_rear_6bytes:
+7c88 70458701 jam 1 ,mem_ftd_adv_raw + 8 
+7c89 70458800 jam 0 ,mem_ftd_adv_raw + 9 
+7c8a 180a7e00 random pdata 
+7c8b 1fec8400 rshift8 pdata ,temp 
+7c8c 6048c589 storet 1 ,mem_ftd_adv_raw + 10 
+7c8d 67e0c58a store 1 ,mem_ftd_adv_raw + 11 
+7c8e 1fe47e00 invert pdata ,pdata 
+7c8f 67e144c1 store 2 ,mem_adv_crc_false_initvalue 
+7c90 6fe0c58a fetch 1 ,mem_ftd_adv_raw + 11 
+7c91 6848c587 fetcht 1 ,mem_ftd_adv_raw + 8 
+7c92 9842fe00 ixor temp ,pdata 
+7c93 67e0c587 store 1 ,mem_ftd_adv_raw + 8 
+7c94 6848c588 fetcht 1 ,mem_ftd_adv_raw + 9 
+7c95 9842fe00 ixor temp ,pdata 
+7c96 67e0c588 store 1 ,mem_ftd_adv_raw + 9 
+
+frmt_crc16_ccitt_false_ftd:
+7c97 da60457f arg mem_ftd_adv_raw ,regc 
+7c98 df20000c arg 0x0c ,loopcnt 
+7c99 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+7c9a 1fe67c02 sub pdata ,2 ,null 
+7c9b 2042fcc1 call key_crc16_ccitt_false1 ,zero 
+7c9c 2442fca5 ncall frmt_crc16_ccitt_false ,zero 
+7c9d 6fe144c1 fetch 2 ,mem_adv_crc_false_initvalue 
+7c9e da20ff00 arg 0xff00 ,rega 
+7c9f 9a210400 iand rega ,temp 
+7ca0 184c8400 rshift8 temp ,temp 
+7ca1 6048c58b storet 1 ,mem_ftd_adv_raw + 12 
+7ca2 6fe0c4c1 fetch 1 ,mem_adv_crc_false_initvalue 
+7ca3 67e0c58c store 1 ,mem_ftd_adv_raw + 13 
+7ca4 20600000 rtn 
+
+frmt_crc16_ccitt_false:
+7ca5 e8408013 ifetcht 1 ,regc 
+7ca6 184d0400 lshift8 temp ,temp 
+7ca7 6fe144c1 fetch 2 ,mem_adv_crc_false_initvalue 
+7ca8 98428400 ixor temp ,temp 
+7ca9 d8e00000 arg 0x0 ,queue 
+7caa 20407caf call frmt_crc16_deal_next_8bits 
+7cab 604944c1 storet 2 ,mem_adv_crc_false_initvalue 
+7cac 1a60a601 increase 1 ,regc 
+7cad c2007ca5 loop frmt_crc16_ccitt_false 
+7cae 20600000 rtn 
+
+frmt_crc16_deal_next_8bits:
+7caf 18427e00 copy temp ,pdata 
+7cb0 1feca200 rshift8 pdata ,rega 
+7cb1 1a31a200 rshift4 rega ,rega 
+7cb2 1a292200 rshift3 rega ,rega 
+7cb3 1fe38400 lshift pdata ,temp 
+7cb4 1a227e00 copy rega ,pdata 
+7cb5 245a7cba ncall frmt_crc16_xor_ploy ,blank 
+7cb6 18e08e01 increase 1 ,queue 
+7cb7 18e27e00 copy queue ,pdata 
+7cb8 c0847caf bne 0x08 ,frmt_crc16_deal_next_8bits 
+7cb9 20600000 rtn 
+
+frmt_crc16_xor_ploy:
+7cba 6fe144c3 fetch 2 ,mem_crc16_polynomial 
+7cbb 1fe22200 copy pdata ,rega 
+7cbc 18427e00 copy temp ,pdata 
+7cbd 9a22fe00 ixor rega ,pdata 
+7cbe da20ffff arg 0xffff ,rega 
+7cbf 9a210400 iand rega ,temp 
+7cc0 20600000 rtn 
+
+key_crc16_ccitt_false1:
+7cc1 6fe144c1 fetch 2 ,mem_adv_crc_false_initvalue 
+
+key_crc16_ccitt_false_loop:
+7cc2 e8408013 ifetcht 1 ,regc 
+7cc3 1a60a601 increase 1 ,regc 
+7cc4 184d8400 reverse temp ,temp 
+7cc5 184d0400 lshift8 temp ,temp 
+7cc6 9842fe00 ixor temp ,pdata 
+
+key_crc16_for_byte:
+7cc7 1f222400 copy loopcnt ,regb 
+7cc8 df200008 arg 8 ,loopcnt 
+
+key_crc16_for_byte_loop:
+7cc9 2feffe0f isolate1 15 ,pdata 
+7cca 1fe3fe00 lshift pdata ,pdata 
+7ccb 2420fcce nbranch key_crc16_for_byte_continue ,true 
+7ccc 684944c3 fetcht 2 ,mem_crc16_polynomial 
+7ccd 9842fe00 ixor temp ,pdata 
+
+key_crc16_for_byte_continue:
+7cce c2007cc9 loop key_crc16_for_byte_loop 
+7ccf 1a427200 copy regb ,loopcnt 
+7cd0 c2007cc2 loop key_crc16_ccitt_false_loop 
+7cd1 67e144c1 store 2 ,mem_adv_crc_false_initvalue 
+7cd2 6848c4c1 fetcht 1 ,mem_adv_crc_false_initvalue 
+7cd3 184d8400 reverse temp ,temp 
+7cd4 6fe0c4c2 fetch 1 ,mem_adv_crc_false_initvalue + 1 
+7cd5 1fedfe00 reverse pdata ,pdata 
+7cd6 6048c4c2 storet 1 ,mem_adv_crc_false_initvalue + 1 
+7cd7 67e0c4c1 store 1 ,mem_adv_crc_false_initvalue 
+7cd8 20600000 rtn 
+
+frmt_light_ble_whitening_and_reverse:
+7cd9 20407ce1 call frmt_light_ble_whitening 
+7cda 20207cdd branch frmt_fml_whitening_buffer_bytes_reverse 
+
+frmt_light_reverse_and_ble_whitening:
+7cdb 20407cdd call frmt_fml_whitening_buffer_bytes_reverse 
+7cdc 20207ce1 branch frmt_light_ble_whitening 
+
+frmt_fml_whitening_buffer_bytes_reverse:
+7cdd d8c0464a arg mem_light_whitening_buffer ,contr 
+7cde d8a0464a arg mem_light_whitening_buffer ,contw 
+7cdf df200027 arg ftd_pdu_len ,loopcnt 
+7ce0 20207ce8 branch frmt_fml_bytes_reverse_loop 
+
+frmt_light_ble_whitening:
+7ce1 df200027 arg ftd_pdu_len ,loopcnt 
+7ce2 da60464a arg mem_light_whitening_buffer ,regc 
+7ce3 da400053 arg 83 ,regb 
+7ce4 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+7ce5 1fe67c02 sub pdata ,2 ,null 
+7ce6 2042f787 call key_whitening_i_get ,zero 
+7ce7 20207ced branch frmt_ble_whitening 
+
+frmt_fml_bytes_reverse_loop:
+7ce8 efe08006 ifetch 1 ,contr 
+7ce9 1fedfe00 reverse pdata ,pdata 
+7cea e7e08005 istore 1 ,contw 
+7ceb c2007ce8 loop frmt_fml_bytes_reverse_loop 
+7cec 20600000 rtn 
+
+frmt_ble_whitening:
+
+frmt_ble_whitening_loop:
+7ced 20407cf1 call frmt_ble_whitening_byte 
+7cee 1a60a601 increase 1 ,regc 
+7cef c2007ced loop frmt_ble_whitening_loop 
+7cf0 20600000 rtn 
+
+frmt_ble_whitening_byte:
+7cf1 da200001 arg 1 ,rega 
+
+frmt_ble_whitening_byte_loop:
+7cf2 1a43a400 lshift regb ,regb 
+7cf3 2a4ffe07 isolate1 7 ,regb 
+7cf4 2040fcf9 call frmt_ble_whitening_byte_xor ,true 
+7cf5 1a23a200 lshift rega ,rega 
+7cf6 1a227e00 deposit rega 
+7cf7 c3840000 rtnbit1 8 
+7cf8 20207cf2 branch frmt_ble_whitening_byte_loop 
+
+frmt_ble_whitening_byte_xor:
+7cf9 efe08013 ifetch 1 ,regc 
+7cfa 9a22fe00 ixor rega ,pdata 
+7cfb e7e08013 istore 1 ,regc 
+7cfc 1a42a411 xor regb ,0x11 ,regb 
+7cfd 20600000 rtn 
+
+frmt_apl_cb_event_timer:
+7cfe 473c402f bpatchx patch2f_0 ,mem_patch2f 
+7cff 6fe0c71c fetch 1 ,mem_special_agreemeet_enable 
+7d00 1fe67c01 sub pdata ,1 ,null 
+7d01 2042fd32 call p_light_gem_long_press_cnt_timer ,zero 
+7d02 20407d28 call frmt_light_reset_continuous_kps_cnt_timer 
+7d03 20407d0a call frmt_light_kscan_analysis_interval_timer 
+7d04 20407d0e call frmt_light_le_adv_timer 
+7d05 20407d25 call frmt_light_long_press_timer 
+7d06 20407d13 call frmt_light_long_press_adv_timer 
+7d07 20407d17 call frmt_light_indicator_led_timer 
+7d08 20407d1c call frmt_light_enter_lpm_timer 
+7d09 20207d20 branch frmt_light_color_and_lightness_long_press_timer 
+
+frmt_light_kscan_analysis_interval_timer:
+7d0a da604574 arg mem_kscan_analysis_interval_timeout ,regc 
+7d0b da407d0d arg frmt_light_kscan_analysis_interval_timeout ,regb 
+7d0c 20204de8 branch timer_single_step_2b 
+
+frmt_light_kscan_analysis_interval_timeout:
+7d0d 20600000 rtn 
+
+frmt_light_le_adv_timer:
+7d0e da60459d arg mem_ble_light_adv_timeout ,regc 
+7d0f da407d11 arg frmt_light_le_adv_time_timeout ,regb 
+7d10 20204de8 branch timer_single_step_2b 
+
+frmt_light_le_adv_time_timeout:
+7d11 70435b00 jam 0 ,mem_le_adv_enable 
+7d12 20600000 rtn 
+
+frmt_light_long_press_adv_timer:
+7d13 da604572 arg mem_long_press_adv_timeout ,regc 
+7d14 da407d16 arg frmt_light_long_press_adv_timeout ,regb 
+7d15 20204de8 branch timer_single_step_2b 
+
+frmt_light_long_press_adv_timeout:
+7d16 20600000 rtn 
+
+frmt_light_indicator_led_timer:
+7d17 da6046a4 arg mem_indicator_led_turn_on_timeout ,regc 
+7d18 da407d1a arg frmt_light_indicator_led_timer_timeout ,regb 
+7d19 20204de8 branch timer_single_step_2b 
+
+frmt_light_indicator_led_timer_timeout:
+7d1a 7046a300 jam 0 ,mem_indicator_turn_on_enable 
+7d1b 20600000 rtn 
+
+frmt_light_enter_lpm_timer:
+7d1c da6046a1 arg mem_light_lpm_enable_timeout ,regc 
+7d1d da407d1f arg frmt_light_enter_lpm_timeout ,regb 
+7d1e 20204de8 branch timer_single_step_2b 
+
+frmt_light_enter_lpm_timeout:
+7d1f 20600000 rtn 
+
+frmt_light_color_and_lightness_long_press_timer:
+7d20 da60471d arg mem_light_short_keypress_timeout ,regc 
+7d21 da407d23 arg frmt_light_color_and_lightness_long_press_timeout ,regb 
+7d22 20204de8 branch timer_single_step_2b 
+
+frmt_light_color_and_lightness_long_press_timeout:
+7d23 70471f01 jam 1 ,mem_light_color_and_lgtness_long_press_adv_enable 
+7d24 20600000 rtn 
+
+frmt_light_long_press_timer:
+7d25 da60458f arg mem_long_press_timeout ,regc 
+7d26 da407d2b arg p_light_long_press_timeout_cb ,regb 
+7d27 20204de8 branch timer_single_step_2b 
+
+frmt_light_reset_continuous_kps_cnt_timer:
+7d28 da604704 arg mem_light_continuous_kps_cnt_reset_timeout ,regc 
+7d29 da407d2d arg p_light_reset_continuous_kps_cnt_timeout_cb ,regb 
+7d2a 20204de8 branch timer_single_step_2b 
+
+p_light_long_press_timeout_cb:
+7d2b 6fe14761 fetch 2 ,mem_rmt_long_press_cb 
+7d2c 202075e6 branch callback_func 
+
+p_light_reset_continuous_kps_cnt_timeout_cb:
+7d2d 6fe14763 fetch 2 ,mem_rmt_continuous_keydown_cb 
+7d2e 202075e6 branch callback_func 
+
+frmt_light_set_continuous_kps_cnt_reset_timeout:
+7d2f 6fe14765 fetch 2 ,mem_rmt_continuous_kps_time 
+7d30 67e14704 store 2 ,mem_light_continuous_kps_cnt_reset_timeout 
+7d31 20600000 rtn 
+
+p_light_gem_long_press_cnt_timer:
+7d32 da6044df arg mem_gem_cnt_inces_timeout ,regc 
+7d33 da407d35 arg p_light_gem_long_press_cnt_timeout ,regb 
+7d34 20204de8 branch timer_single_step_2b 
+
+p_light_gem_long_press_cnt_timeout:
+7d35 6fe1458f fetch 2 ,mem_long_press_timeout 
+7d36 207a0000 rtn blank 
+7d37 7044e301 jam 1 ,mem_gem_long_cnt_enable 
+7d38 20600000 rtn 
+
+fan_idle_process:
+7d39 472bc02a bpatchx patch2a_7 ,mem_patch2a 
+7d3a 20207d3c branch fan_le_scan_process 
+
+fan_apl_event_timer:
+7d3b 20600000 rtn 
+
+fan_le_scan_process:
+7d3c 472c402b bpatchx patch2b_0 ,mem_patch2b 
+7d3d 20403d2f call le_enable 
+7d3e 7854fc00 disable master 
+7d3f 204042c9 call le_init_adv 
+7d40 20407d46 call p_le_wait_adv 
+7d41 24768000 nrtn match 
+7d42 6fe08002 fetch 1 ,mem_le_adv_rcv 
+7d43 1fe0fe01 increase 1 ,pdata 
+7d44 67e08002 store 1 ,mem_le_adv_rcv 
+7d45 20207dc2 branch fan_apl_ble_rx_v1_or_v2 
+
+p_le_wait_adv:
+7d46 20407d48 call p_le_next_scan_chanel 
+7d47 20203dc8 branch le_receive_adv 
+
+p_le_next_scan_chanel:
+7d48 6fe0c774 fetch 1 ,mem_ble_ch_mapped 
+7d49 67e08007 store 1 ,mem_le_ch_mapped 
+7d4a 20600000 rtn 
+
+fan_apl_pair:
+7d4b 58000003 setarg fan_433_pairing 
+7d4c 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_light_on_and_off:
+7d4d 58000008 setarg fan_433_lamp_on_and_off 
+7d4e 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_is_yc_remoter:
+7d4f 6fe34783 fetch 6 ,mem_recv_addr 
+7d50 684b477d fetcht 6 ,mem_yc_fan_ble_addr 
+7d51 98467c00 isub temp ,null 
+7d52 20600000 rtn 
+
+fan_apl_light_on:
+7d53 6fe0c76e fetch 1 ,mem_fan_yc_identify_flag 
+7d54 203a7d5b branch fan_apl_light_on_only ,blank 
+7d55 6fe0c773 fetch 1 ,mem_light_device_flag 
+7d56 c000fd5b beq 1 ,fan_apl_light_on_only 
+7d57 6fe0c772 fetch 1 ,mem_manufacture_id_temp 
+7d58 c0287d5b beq 0x50 ,fan_apl_light_on_only 
+7d59 20407d4f call fan_apl_is_yc_remoter 
+7d5a 2022fd4d branch fan_apl_light_on_and_off ,zero 
+
+fan_apl_light_on_only:
+7d5b 58000014 setarg fan_433_lamp_on_only 
+7d5c 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_light_off:
+7d5d 6fe0c76e fetch 1 ,mem_fan_yc_identify_flag 
+7d5e 203a7d65 branch fan_apl_light_off_only ,blank 
+7d5f 6fe0c773 fetch 1 ,mem_light_device_flag 
+7d60 c000fd65 beq 1 ,fan_apl_light_off_only 
+7d61 6fe0c772 fetch 1 ,mem_manufacture_id_temp 
+7d62 c0287d65 beq 0x50 ,fan_apl_light_off_only 
+7d63 20407d4f call fan_apl_is_yc_remoter 
+7d64 2022fd4d branch fan_apl_light_on_and_off ,zero 
+
+fan_apl_light_off_only:
+7d65 58000018 setarg fan_433_lamp_off_only 
+7d66 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_master_off:
+7d67 58000006 setarg fan_433_master_on_and_off 
+7d68 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_light_color_switch:
+7d69 6fe0c7a4 fetch 1 ,mem_ble_parameter_para + 1 
+7d6a c1a00000 rtnne light_cmd_ftd_color_swtich_reserved 
+7d6b 58000005 setarg fan_433_color_switch 
+7d6c 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_speed_30:
+7d6d 6fe147a4 fetch 2 ,mem_ble_parameter_para + 1 
+7d6e 243a7d71 nbranch fan_apl_speed_opcode_30_incse ,blank 
+
+fan_apl_speed_opcode_30_decse:
+7d6f 5800001b setarg fan_433_fan_speed_dec 
+7d70 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_speed_opcode_30_incse:
+7d71 58000017 setarg fan_433_fan_speed_inc 
+7d72 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_speed_31_v1:
+7d73 6fe0c7a5 fetch 1 ,mem_ble_parameter_para + 2 
+7d74 c0007d85 beq fan_speed_flag_off ,fan_apl_speed_32_to_0_and_deflector_off 
+7d75 c000fd87 beq fan_speed_flag_low ,fan_apl_speed_32_to_1 
+7d76 c0017d8b beq fan_speed_flag_middle ,fan_apl_speed_32_to_3 
+7d77 c001fd8f beq fan_speed_flag_high ,fan_apl_speed_32_to_5 
+7d78 20600000 rtn 
+
+fan_apl_speed_31_v2:
+7d79 6fe0c7a4 fetch 1 ,mem_ble_parameter_para + 1 
+7d7a c0107d7c beq 0x20 ,fan_apl_speed_32 
+7d7b 20207d73 branch fan_apl_speed_31_v1 
+
+fan_apl_speed_32:
+7d7c 6fe0c7a5 fetch 1 ,mem_ble_parameter_para + 2 
+7d7d c0007d85 beq fan_speed_flag_off ,fan_apl_speed_32_to_0_and_deflector_off 
+7d7e c000fd87 beq 1 ,fan_apl_speed_32_to_1 
+7d7f c0017d89 beq 2 ,fan_apl_speed_32_to_2 
+7d80 c001fd8b beq 3 ,fan_apl_speed_32_to_3 
+7d81 c0027d8d beq 4 ,fan_apl_speed_32_to_4 
+7d82 c002fd8f beq 5 ,fan_apl_speed_32_to_5 
+7d83 c0037d91 beq 6 ,fan_apl_speed_32_to_6 
+7d84 20600000 rtn 
+
+fan_apl_speed_32_to_0_and_deflector_off:
+
+fan_apl_speed_32_to_0:
+7d85 58000016 setarg fan_433_tap_posotion_0 
+7d86 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_speed_32_to_1:
+7d87 58000010 setarg fan_433_tap_posotion_1 
+7d88 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_speed_32_to_2:
+7d89 58000012 setarg fan_433_tap_posotion_2 
+7d8a 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_speed_32_to_3:
+7d8b 5800001c setarg fan_433_tap_posotion_3 
+7d8c 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_speed_32_to_4:
+7d8d 5800000a setarg fan_433_tap_posotion_4 
+7d8e 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_speed_32_to_5:
+7d8f 5800000f setarg fan_433_tap_posotion_5 
+7d90 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_speed_32_to_6:
+7d91 5800000c setarg fan_433_tap_posotion_6 
+7d92 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_wind_direction:
+7d93 6fe0c7a4 fetch 1 ,mem_ble_parameter_para + 1 
+7d94 203a7d97 branch fan_fml_wind_direction_forward_433 ,blank 
+
+fan_fml_wind_direction_reverse_433:
+7d95 58000011 setarg fan_433_turning_reverse 
+7d96 20207eb8 branch fan_fml_fet_ctl 
+
+fan_fml_wind_direction_forward_433:
+7d97 58000004 setarg fan_433_turniing_forward 
+7d98 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_wind_direction_on_and_off:
+7d99 58000007 setarg fan_433_wind_reverse 
+7d9a 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_deflector_ctl_on_and_off:
+7d9b 58000013 setarg fan_433_deflector_on_and_off 
+7d9c 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_deflector_ctl:
+7d9d 6fe0c7a4 fetch 1 ,mem_ble_parameter_para + 1 
+7d9e 203a7da1 branch fan_apl_deflector_off ,blank 
+
+fan_apl_deflector_on:
+7d9f 5800000d setarg fan_433_deflector_on 
+7da0 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_deflector_off:
+7da1 5800000e setarg fan_433_deflector_off 
+7da2 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_mode:
+7da3 472cc02b bpatchx patch2b_1 ,mem_patch2b 
+7da4 6fe0c7a4 fetch 1 ,mem_ble_parameter_para + 1 
+7da5 c000fda8 beq ble_para_sleep_mode ,fan_fml_mode_sleep_wind 
+7da6 c0017daa beq ble_para_natural_mode ,fan_apl_mode_natural_wind 
+7da7 20600000 rtn 
+
+fan_fml_mode_sleep_wind:
+7da8 5800001e setarg fan_433_sleep_wind 
+7da9 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_mode_natural_wind:
+7daa 58000015 setarg fan_433_natural_wind 
+7dab 20207eb8 branch fan_fml_fet_ctl 
+
+fan_apl_timing_to_off:
+7dac 6fe147a4 fetch 2 ,mem_ble_parameter_para + 1 
+7dad c07ffdbb beq fan_ble_cmd_timing_to_off_8hour_v1 ,fan_fml_timing_to_off_8hour 
+
+fan_apl_timing_to_off_v2:
+7dae 472d402b bpatchx patch2b_2 ,mem_patch2b 
+7daf 6fe147a4 fetch 2 ,mem_ble_parameter_para + 1 
+7db0 c0707dbb beq fan_ble_cmd_timing_to_off_8hour ,fan_fml_timing_to_off_8hour 
+7db1 c01e7db5 beq fan_ble_cmd_timing_to_off_1hour ,fan_fml_timing_to_off_1hour 
+7db2 c03c7db7 beq fan_ble_cmd_timing_to_off_2hour ,fan_fml_timing_to_off_2hour 
+7db3 c0787db9 beq fan_ble_cmd_timing_to_off_4hour ,fan_fml_timing_to_off_4hour 
+7db4 20600000 rtn 
+
+fan_fml_timing_to_off_1hour:
+7db5 58000002 setarg fan_433_timing_to_off_1hour 
+7db6 20207eb8 branch fan_fml_fet_ctl 
+
+fan_fml_timing_to_off_2hour:
+7db7 58000009 setarg fan_433_timing_to_off_2hour 
+7db8 20207eb8 branch fan_fml_fet_ctl 
+
+fan_fml_timing_to_off_4hour:
+7db9 58000019 setarg fan_433_timing_to_off_4hour 
+7dba 20207eb8 branch fan_fml_fet_ctl 
+
+fan_fml_timing_to_off_8hour:
+7dbb 5800001a setarg fan_433_timing_to_off_8hour 
+7dbc 20207eb8 branch fan_fml_fet_ctl 
+
+fan_init:
+7dbd 58007d39 setarg fan_idle_process 
+7dbe 67e14390 store 2 ,mem_cb_idle_process 
+7dbf 58007ea5 setarg fan_apl_cb_event_timer 
+7dc0 67e14398 store 2 ,mem_cb_event_timer 
+7dc1 20207ebd branch fan_fml_tx_low_level_init 
+
+fan_apl_ble_rx_v1_or_v2:
+7dc2 6fe0c76c fetch 1 ,mem_fan_protocol_select_flag 
+7dc3 c0007dc8 beq 0 ,fan_apl_ble_rx_packet 
+7dc4 6fe14775 fetch 2 ,mem_ble_v2_decoder 
+7dc5 204075e6 call callback_func 
+7dc6 20347e18 branch fan_apl_ble_rx_packet_v2_cb ,user 
+7dc7 20600000 rtn 
+
+fan_apl_ble_rx_packet:
+7dc8 6fe08052 fetch 1 ,mem_le_rxbuf + 11 
+7dc9 c02afdfb beq remoter_marker ,fan_apl_ble_rx_packet_is_remoter 
+7dca 70477200 jam 0 ,mem_manufacture_id_temp 
+7dcb 58000000 setarg 0 
+7dcc 67e34783 store 6 ,mem_recv_addr 
+
+fan_apl_ble_rx_packet_id_valid:
+7dcd 68498053 fetcht 3 ,mem_le_rxbuf + 12 
+7dce 58528718 setarg ftd_remoter_id_code 
+7dcf 98467c00 isub temp ,null 
+7dd0 70477300 jam 0 ,mem_light_device_flag 
+7dd1 2022fddd branch fan_apl_ble_rx_packet_preamble_valid ,zero 
+7dd2 70477301 jam 1 ,mem_light_device_flag 
+7dd3 5808f9ff setarg ftd_andriod4913_id_code 
+7dd4 98467c00 isub temp ,null 
+7dd5 2022fddd branch fan_apl_ble_rx_packet_preamble_valid ,zero 
+7dd6 5808f903 setarg ftd_ios4913_id_code 
+7dd7 98467c00 isub temp ,null 
+7dd8 2022fddd branch fan_apl_ble_rx_packet_preamble_valid ,zero 
+7dd9 70477302 jam 2 ,mem_light_device_flag 
+7dda 58f87703 setarg ftd_b65f_id_code 
+7ddb 98467c00 isub temp ,null 
+7ddc 24628000 nrtn zero 
+
+fan_apl_ble_rx_packet_preamble_valid:
+7ddd d8c00047 arg mem_le_rxbuf ,contr 
+7dde d8a0464a arg mem_light_whitening_buffer ,contw 
+7ddf df200027 arg ftd_pdu_len ,loopcnt 
+7de0 20407548 call memcpy 
+7de1 70467653 jam 83 ,mem_light_whitening_i 
+7de2 70467527 jam 39 ,mem_light_recvd_len 
+7de3 20407cd9 call frmt_light_ble_whitening_and_reverse 
+7de4 6fe0c773 fetch 1 ,mem_light_device_flag 
+7de5 c000fdf9 beq 1 ,fan_apl_ble_rx_packet_protocol_4913 
+7de6 d8c04661 arg mem_light_whitening_buffer + 23 ,contr 
+
+fan_apl_ble_rx_packet_get_protocol:
+7de7 d8a04739 arg mem_light_adv_packet ,contw 
+7de8 df20000e arg 14 ,loopcnt 
+7de9 2040753b call memcpy_fast 
+
+fan_apl_ble_rx_packet_validity_checkout:
+7dea 6fe14743 fetch 2 ,mem_light_adv_packet + 10 
+7deb 1ff0fe00 byteswap pdata ,pdata 
+7dec 1fe47e00 invert pdata ,pdata 
+7ded 67e144c1 store 2 ,mem_adv_crc_false_initvalue 
+7dee da604739 arg mem_light_adv_packet ,regc 
+7def df20000c arg 0x0c ,loopcnt 
+7df0 58001021 setarg 0x1021 
+7df1 67e144c3 store 2 ,mem_crc16_polynomial 
+7df2 20407ca5 call frmt_crc16_ccitt_false 
+7df3 6fe144c1 fetch 2 ,mem_adv_crc_false_initvalue 
+7df4 1ff0fe00 byteswap pdata ,pdata 
+7df5 68494745 fetcht 2 ,mem_light_adv_packet_encry + 4 
+7df6 98467c00 isub temp ,null 
+7df7 24628000 nrtn zero 
+7df8 20207e0c branch fan_apl_ble_rx_packet_v1_cb 
+
+fan_apl_ble_rx_packet_protocol_4913:
+7df9 d8c04662 arg mem_light_whitening_buffer + 24 ,contr 
+7dfa 20207de7 branch fan_apl_ble_rx_packet_get_protocol 
+
+fan_apl_ble_rx_packet_is_remoter:
+7dfb 472dc02b bpatchx patch2b_3 ,mem_patch2b 
+7dfc d8a04783 arg mem_recv_addr ,contw 
+7dfd d8c00049 arg mem_le_rxbuf + 2 ,contr 
+7dfe df200006 arg 6 ,loopcnt 
+7dff 2040753b call memcpy_fast 
+7e00 6fe08051 fetch 1 ,mem_le_rxbuf + 10 
+7e01 67e0c772 store 1 ,mem_manufacture_id_temp 
+7e02 6848c76f fetcht 1 ,mem_customer_id 
+7e03 98467c00 isub temp ,null 
+7e04 2022fdcd branch fan_apl_ble_rx_packet_id_valid ,zero 
+7e05 6848c770 fetcht 1 ,mem_customer_id_v2 
+7e06 98467c00 isub temp ,null 
+7e07 2022fdcd branch fan_apl_ble_rx_packet_id_valid ,zero 
+7e08 6848c771 fetcht 1 ,mem_id_universal 
+7e09 98467c00 isub temp ,null 
+7e0a 2022fdcd branch fan_apl_ble_rx_packet_id_valid ,zero 
+7e0b 20600000 rtn 
+
+fan_apl_ble_rx_packet_v1_cb:
+7e0c 6fe0c739 fetch 1 ,mem_light_adv_packet_cmd 
+7e0d 67e147a1 store 2 ,mem_ble_parameter_cmd 
+7e0e 6fe1473c fetch 2 ,mem_light_adv_packet_data 
+7e0f 67e147a4 store 2 ,mem_ble_parameter_para + 1 
+7e10 6fe0c73a fetch 1 ,mem_light_adv_packet_addr 
+7e11 67e0c7a8 store 1 ,mem_ble_parameter_addr + 1 
+7e12 6fe0c73b fetch 1 ,mem_light_adv_packet_addr + 1 
+7e13 67e0c7a7 store 1 ,mem_ble_parameter_addr 
+7e14 6fe0c73b fetch 1 ,mem_light_adv_packet_addr + 1 
+7e15 1fe17e0f and pdata ,0x0f ,pdata 
+7e16 67e0c7a9 store 1 ,mem_ble_parameter_group 
+7e17 20207e25 branch fan_apl_ble_rx_packet_cb_common 
+
+fan_apl_ble_rx_packet_v2_cb:
+7e18 6fe144b1 fetch 2 ,mem_ble_addr 
+7e19 1ff27e00 lshift4 pdata ,pdata 
+7e1a 67e147a7 store 2 ,mem_ble_parameter_addr 
+7e1b 6fe344b6 fetch 6 ,mem_ble_cmd 
+7e1c 67e347a1 store 6 ,mem_ble_parameter 
+7e1d 6fe0c4b5 fetch 1 ,mem_ble_group 
+7e1e 67e0c7a9 store 1 ,mem_ble_parameter_group 
+7e1f 6fe0c4c0 fetch 1 ,mem_ble_is_app 
+7e20 67e0c773 store 1 ,mem_light_device_flag 
+7e21 6fe0c4ad fetch 1 ,mem_ble_customer_id 
+7e22 67e0c772 store 1 ,mem_manufacture_id_temp 
+7e23 6fe0c4ae fetch 1 ,mem_ble_count 
+7e24 67e0c73f store 1 ,mem_light_adv_packet_packetnum 
+
+fan_apl_ble_rx_packet_cb_common:
+7e25 6fe1479f fetch 2 ,mem_fan_packet_indiscriminate_cb 
+7e26 204075e6 call callback_func 
+
+fan_apl_ble_rx_cmd_execution:
+7e27 472e402b bpatchx patch2b_4 ,mem_patch2b 
+7e28 20407e4e call fan_apl_ble_cmd_handler_customer_message 
+7e29 20740000 rtn user 
+7e2a 6fe147a1 fetch 2 ,mem_ble_parameter_cmd 
+7e2b c0147d4b beq light_cmd_pairing_code ,fan_apl_pair 
+7e2c c004fd4d beq light_cmd_turn_on_and_off ,fan_apl_light_on_and_off 
+7e2d c0087d53 beq light_cmd_turn_on ,fan_apl_light_on 
+7e2e c008fd5d beq light_cmd_turn_off ,fan_apl_light_off 
+7e2f c037fd67 beq fan_cmd_master_on_and_off ,fan_apl_master_off 
+7e30 c0187d6d beq fan_cmd_speed_change ,fan_apl_speed_30 
+7e31 c00afd93 beq fan_cmd_direction ,fan_apl_wind_direction 
+7e32 c00bfd99 beq fan_cmd_direction_on_and_off ,fan_apl_wind_direction_on_and_off 
+7e33 c00b7d9d beq fan_cmd_deflector ,fan_apl_deflector_ctl 
+7e34 c00c7d9b beq fan_cmd_deflector_on_and_off ,fan_apl_deflector_ctl_on_and_off 
+7e35 c019fda3 beq fan_cmd_mode ,fan_apl_mode 
+7e36 6fe0c76c fetch 1 ,mem_fan_protocol_select_flag 
+7e37 c0007e3a beq 0 ,fan_apl_main_v1 
+7e38 c000fe48 beq 1 ,fan_apl_main_v2 
+7e39 20600000 rtn 
+
+fan_apl_main_v1:
+7e3a 472ec02b bpatchx patch2b_5 ,mem_patch2b 
+7e3b 6fe147a1 fetch 2 ,mem_ble_parameter_cmd 
+7e3c c028fdac beq fan_cmd_timing_to_off ,fan_apl_timing_to_off 
+7e3d c020fdac beq light_cmd_delay_off ,fan_apl_timing_to_off 
+7e3e 6fe1473c fetch 2 ,mem_light_adv_packet_data 
+7e3f 67e147a5 store 2 ,mem_ble_parameter_para + 2 
+7e40 6fe147a1 fetch 2 ,mem_ble_parameter_cmd 
+7e41 c018fd73 beq fan_cmd_speed_31 ,fan_apl_speed_31_v1 
+7e42 c0197d7c beq fan_cmd_speed_32 ,fan_apl_speed_32 
+7e43 6fe0c740 fetch 1 ,mem_light_adv_packet_reserve 
+7e44 67e0c7a4 store 1 ,mem_ble_parameter_para + 1 
+7e45 6fe147a1 fetch 2 ,mem_ble_parameter_cmd 
+7e46 c010fd69 beq light_cmd_color_swtich ,fan_apl_light_color_switch 
+7e47 20600000 rtn 
+
+fan_apl_main_v2:
+7e48 472f402b bpatchx patch2b_6 ,mem_patch2b 
+7e49 6fe147a1 fetch 2 ,mem_ble_parameter_cmd 
+7e4a c018fd79 beq fan_cmd_speed_31 ,fan_apl_speed_31_v2 
+7e4b c020fdae beq light_cmd_delay_off ,fan_apl_timing_to_off_v2 
+7e4c c010fd69 beq light_cmd_color_swtich ,fan_apl_light_color_switch 
+7e4d 20600000 rtn 
+
+fan_apl_ble_cmd_handler_customer_message:
+7e4e 472fc02b bpatchx patch2b_7 ,mem_patch2b 
+7e4f 20407638 call disable_user 
+7e50 684947a7 fetcht 2 ,mem_ble_parameter_addr 
+7e51 d8e00009 arg 9 ,queue 
+7e52 df20000a arg 10 ,loopcnt 
+
+fan_apl_ble_rx_packet_addr_check_loop:
+7e53 1f26260a sub loopcnt ,10 ,regc 
+7e54 18e27e00 deposit queue 
+7e55 9a667c00 isub regc ,null 
+7e56 20217e5a branch fan_apl_ble_rx_packet_addr_check ,positive 
+
+fan_apl_ble_rx_packet_other_addr_check_continue:
+7e57 1a667c03 sub regc ,3 ,null 
+7e58 24217e5a nbranch fan_apl_ble_rx_packet_addr_check ,positive 
+7e59 20207e65 branch fan_apl_ble_rx_packet_addr_check_end 
+
+fan_apl_ble_rx_packet_addr_check:
+7e5a d8c0055e arg mem_flash_paired_addr_base ,contr 
+7e5b 1a6ffe03 mul32 regc ,3 ,pdata 
+7e5c 98c08c00 iadd contr ,contr 
+7e5d efe10006 ifetch 2 ,contr 
+7e5e 98467c00 isub temp ,null 
+7e5f 2422fe65 nbranch fan_apl_ble_rx_packet_addr_check_end ,zero 
+7e60 ea208006 ifetchr rega ,1 ,contr 
+7e61 6fe0c7a9 fetch 1 ,mem_ble_parameter_group 
+7e62 203a7e75 branch fan_apl_ble_rx_packet_cnt_check ,blank 
+7e63 9a267c00 isub rega ,null 
+7e64 2022fe75 branch fan_apl_ble_rx_packet_cnt_check ,zero 
+
+fan_apl_ble_rx_packet_addr_check_end:
+7e65 c2007e53 loop fan_apl_ble_rx_packet_addr_check_loop 
+7e66 da200576 arg mem_flash_paired_addr8 ,rega 
+7e67 df200009 arg 9 ,loopcnt 
+
+fan_apl_ble_rx_packet_addr_move_loop:
+7e68 efe18011 ifetch 3 ,rega 
+7e69 1a208403 add rega ,3 ,temp 
+7e6a e7e18002 istore 3 ,temp 
+7e6b 1a20a3fd increase -3 ,rega 
+7e6c c2007e68 loop fan_apl_ble_rx_packet_addr_move_loop 
+7e6d 6fe1c7a7 fetch 3 ,mem_ble_parameter_addr 
+7e6e 67e1855e store 3 ,mem_flash_paired_addr0 
+7e6f 6fe08584 fetch 1 ,mem_addr8_msg_cnt 
+7e70 67e08585 store 1 ,mem_addr9_msg_cnt 
+7e71 6fe4057c fetch 8 ,mem_msg_cnt_base 
+7e72 67e4057d store 8 ,mem_addr1_msg_cnt 
+7e73 70057c00 jam 0 ,mem_msg_cnt_base 
+7e74 20207e4e branch fan_apl_ble_cmd_handler_customer_message 
+
+fan_apl_ble_rx_packet_cnt_check:
+7e75 1f220400 copy loopcnt ,temp 
+7e76 60488587 storet 1 ,mem_msg_addr_save 
+7e77 d840057c arg mem_msg_cnt_base ,temp 
+7e78 1f267e0a sub loopcnt ,10 ,pdata 
+7e79 98408400 iadd temp ,temp 
+7e7a 18422200 copy temp ,rega 
+7e7b e8408002 ifetcht 1 ,temp 
+7e7c 6fe0c73f fetch 1 ,mem_light_adv_packet_packetnum 
+7e7d 98467c00 isub temp ,null 
+7e7e 2022f636 branch enable_user ,zero 
+7e7f 20217e86 branch fan_apl_ble_rx_check_packetnum_vaild_v2 ,positive 
+7e80 1fe0ff00 add pdata ,0x100 ,pdata 
+7e81 98467e00 isub temp ,pdata 
+7e82 1fe17eff and pdata ,0xff ,pdata 
+7e83 1fe67c06 sub pdata ,6 ,null 
+7e84 20217e86 branch fan_apl_ble_rx_check_packetnum_vaild_v2 ,positive 
+7e85 20600000 rtn 
+
+fan_apl_ble_rx_check_packetnum_vaild_v2:
+
+fan_apl_ble_rx_relay_check:
+7e86 6fe0c73f fetch 1 ,mem_light_adv_packet_packetnum 
+7e87 67e085a6 store 1 ,mem_count_and_random 
+7e88 6fe1006a fetch 2 ,mem_le_rxbuf + 35 
+7e89 67e105a7 store 2 ,mem_count_and_random + 1 
+7e8a 684985a6 fetcht 3 ,mem_count_and_random 
+7e8b d8c00588 arg mem_msg_before_queue ,contr 
+7e8c df20000a arg 10 ,loopcnt 
+
+fan_apl_msg_check_count_random_loop:
+7e8d efe18006 ifetch 3 ,contr 
+7e8e 98467c00 isub temp ,null 
+7e8f 2022f636 branch enable_user ,zero 
+7e90 c2007e8d loop fan_apl_msg_check_count_random_loop 
+
+fan_apl_msg_enqueue:
+7e91 7005aa1e jam 30 ,mem_msg_judgment_window_time 
+7e92 6fe185a0 fetch 3 ,mem_msg_before_queue + 24 
+7e93 67e185a3 store 3 ,mem_msg_before_queue + 27 
+7e94 6fe40590 fetch 8 ,mem_msg_before_queue + 8 
+7e95 684c0598 fetcht 8 ,mem_msg_before_queue + 16 
+7e96 67e40593 store 8 ,mem_msg_before_queue + 11 
+7e97 604c059b storet 8 ,mem_msg_before_queue + 19 
+7e98 6fe40588 fetch 8 ,mem_msg_before_queue 
+7e99 67e4058b store 8 ,mem_msg_before_queue + 3 
+7e9a 6fe185a6 fetch 3 ,mem_count_and_random 
+7e9b 67e18588 store 3 ,mem_msg_before_queue 
+7e9c 6fe08587 fetch 1 ,mem_msg_addr_save 
+7e9d 1fe27200 copy pdata ,loopcnt 
+7e9e d840057c arg mem_msg_cnt_base ,temp 
+7e9f 1f267e0a sub loopcnt ,10 ,pdata 
+7ea0 98408400 iadd temp ,temp 
+7ea1 6fe0c73f fetch 1 ,mem_light_adv_packet_packetnum 
+7ea2 e7e08002 istore 1 ,temp 
+7ea3 7005a91e jam 30 ,mem_msg_cnt_judgment_window_time 
+7ea4 20600000 rtn 
+
+fan_apl_cb_event_timer:
+7ea5 4730402c bpatchx patch2c_0 ,mem_patch2c 
+7ea6 20407ea8 call fan_apl_ble_msg_cache_clear_time 
+7ea7 20600000 rtn 
+
+fan_apl_ble_msg_cache_clear_time:
+7ea8 20407eaa call fan_apl_ble_msg_cache_clear_timer 
+7ea9 20207eb0 branch fan_apl_ble_msg_cnt_cache_clear_timer 
+
+fan_apl_ble_msg_cache_clear_timer:
+7eaa da6005aa arg mem_msg_judgment_window_time ,regc 
+7eab da407ead arg fan_apl_ble_msg_cache_clear_timeout ,regb 
+7eac 20204de1 branch timer_single_step 
+
+fan_apl_ble_msg_cache_clear_timeout:
+7ead df20001e arg 30 ,loopcnt 
+7eae d8a00588 arg mem_msg_before_queue ,contw 
+7eaf 2020750f branch clear_mem 
+
+fan_apl_ble_msg_cnt_cache_clear_timer:
+7eb0 da6005a9 arg mem_msg_cnt_judgment_window_time ,regc 
+7eb1 da407eb3 arg fan_apl_ble_msg_cnt_cache_clear_timeout ,regb 
+7eb2 20204de1 branch timer_single_step 
+
+fan_apl_ble_msg_cnt_cache_clear_timeout:
+7eb3 70477c00 jam 0 ,mem_light_last_packetnum 
+7eb4 df20000a arg 10 ,loopcnt 
+7eb5 d8a0057c arg mem_msg_cnt_base ,contw 
+7eb6 2020750f branch clear_mem 
+7eb7 20600000 rtn 
+
+fan_fml_fet_ctl:
+7eb8 67e0c78b store 1 ,mem_fan_opcode 
+7eb9 6fe1479d fetch 2 ,mem_433_tx_cb 
+7eba 202075e6 branch callback_func 
+
+fan_fml_tx_high_level:
+7ebb 6848c79a fetcht 1 ,mem_fan_tx_gpio 
+7ebc 202078b7 branch gpio_config_output_patch 
+
+fan_fml_tx_low_level_init:
+
+fan_fml_tx_low_level:
+7ebd 6848c79a fetcht 1 ,mem_fan_tx_gpio 
+7ebe 18418480 or temp ,0x80 ,temp 
+7ebf 202078b7 branch gpio_config_output_patch 
+
+fan_fml_function_once:
+7ec0 20407f22 call fan_fml_tx_header_signal 
+7ec1 20407ec3 call fan_fml_function_once_433code 
+7ec2 20207f31 branch fan_fml_tx_end_signal 
+
+fan_fml_function_once_433code:
+7ec3 dfe00004 arg fan_433code_len ,pdata 
+7ec4 1fe9fe00 lshift3 pdata ,pdata 
+7ec5 67e14789 store 2 ,mem_fan_tx_bits_loop 
+7ec6 1fe20e00 copy pdata ,queue 
+7ec7 18e08fff increase -1 ,queue 
+7ec8 684a478d fetcht fan_433code_len ,mem_fan_433code_packet 
+
+fan_fml_function_once_433code_loop:
+7ec9 6fe14789 fetch 2 ,mem_fan_tx_bits_loop 
+7eca 207a0000 rtn blank 
+7ecb 1fe0ffff pincrease -1 
+7ecc 67e14789 store 2 ,mem_fan_tx_bits_loop 
+7ecd a84fffff qisolate1 temp 
+7ece 2020fed5 branch fan_fml_1_signal_temp ,true 
+7ecf 20407f2b call fan_fml_0_signal 
+
+fan_fml_function_once_tx_bit_loop_continue:
+7ed0 18e08fff increase -1 ,queue 
+7ed1 6fe14789 fetch 2 ,mem_fan_tx_bits_loop 
+7ed2 684a478d fetcht fan_433code_len ,mem_fan_433code_packet 
+7ed3 243a7ec9 nbranch fan_fml_function_once_433code_loop ,blank 
+7ed4 20600000 rtn 
+
+fan_fml_1_signal_temp:
+7ed5 20407f25 call fan_fml_1_signal 
+7ed6 20207ed0 branch fan_fml_function_once_tx_bit_loop_continue 
+
+fan_fml_function_loop:
+7ed7 6fe14797 fetch 2 ,mem_fan_tx_loop2 
+7ed8 207a0000 rtn blank 
+7ed9 1fe0ffff pincrease -1 
+7eda 67e14797 store 2 ,mem_fan_tx_loop2 
+7edb 20407ec0 call fan_fml_function_once 
+7edc 20207ed7 branch fan_fml_function_loop 
+
+p_fan_fml_fet_ctl:
+7edd 20407efe call fan_fml_get_433_code 
+7ede 58000003 setarg fan_retransmission_times 
+7edf 67e14797 store 2 ,mem_fan_tx_loop2 
+7ee0 20207ed7 branch fan_fml_function_loop 
+
+fan_apl_ble_rx_packet_indiscriminate:
+7ee1 6fe0c772 fetch 1 ,mem_manufacture_id_temp 
+7ee2 6848c771 fetcht 1 ,mem_id_universal 
+7ee3 98467c00 isub temp ,null 
+7ee4 2022feea branch fan_apl_ble_433_packet_type1 ,zero 
+7ee5 6fe0c773 fetch 1 ,mem_light_device_flag 
+7ee6 c0007ee8 beq 0 ,fan_apl_ble_433_packet_type0 
+7ee7 20207eea branch fan_apl_ble_433_packet_type1 
+
+fan_apl_ble_433_packet_type0:
+7ee8 58000000 setarg 0 
+7ee9 20207eeb branch fan_apl_ble_433_packet_common 
+
+fan_apl_ble_433_packet_type1:
+7eea 58000080 setarg 0x80 
+
+fan_apl_ble_433_packet_common:
+7eeb 6848c7a9 fetcht 1 ,mem_ble_parameter_group 
+7eec 1841227f and temp ,0x7f ,rega 
+7eed 9a21fe00 ior rega ,pdata 
+7eee 1ff18400 rshift4 pdata ,temp 
+7eef 6048c7ac storet 1 ,mem_fan_addr_433 + 2 
+7ef0 1fe17e0f and pdata ,0x0f ,pdata 
+7ef1 1ff27e00 lshift4 pdata ,pdata 
+7ef2 6848c7a8 fetcht 1 ,mem_ble_parameter_addr + 1 
+7ef3 184122f0 and temp ,0xf0 ,rega 
+7ef4 1a31a200 rshift4 rega ,rega 
+7ef5 9a21fe00 ior rega ,pdata 
+7ef6 67e0c7ab store 1 ,mem_fan_addr_433 + 1 
+7ef7 18417e0f and temp ,0x0f ,pdata 
+7ef8 1ff27e00 lshift4 pdata ,pdata 
+7ef9 6848c7a7 fetcht 1 ,mem_ble_parameter_addr 
+7efa 18518400 rshift4 temp ,temp 
+7efb 9841fe00 ior temp ,pdata 
+7efc 67e0c7aa store 1 ,mem_fan_addr_433 
+7efd 20600000 rtn 
+
+fan_fml_get_433_code:
+7efe 6fe1c7aa fetch 3 ,mem_fan_addr_433 
+7eff 1ff27e00 lshift4 pdata ,pdata 
+7f00 1fed7e00 lshift8 pdata ,pdata 
+7f01 6848c78b fetcht 1 ,mem_fan_opcode 
+7f02 18498400 lshift3 temp ,temp 
+7f03 18520400 lshift4 temp ,temp 
+7f04 9841a200 ior temp ,rega 
+7f05 20407f1a call fan_fml_get_433_code_packet_num_get 
+7f06 1ff27e00 lshift4 pdata ,pdata 
+7f07 9a21a200 ior rega ,rega 
+7f08 20407f0c call fan_fml_get_433_code_get_check_code 
+7f09 9a21fe00 ior rega ,pdata 
+7f0a 67e2478d store fan_433code_len ,mem_fan_433code_packet 
+7f0b 20600000 rtn 
+
+fan_fml_get_433_code_get_check_code:
+7f0c df200004 arg 4 ,loopcnt 
+7f0d 1a222400 copy rega ,regb 
+7f0e de000000 arg 0 ,alarm 
+
+fan_fml_get_433_code_get_check_code_loop:
+7f0f 1a4126ff and regb ,0xff ,regc 
+7f10 1a617ef0 and regc ,0xf0 ,pdata 
+7f11 1ff1fe00 rshift4 pdata ,pdata 
+7f12 9e02e000 ixor alarm ,alarm 
+7f13 1a617e0f and regc ,0x0f ,pdata 
+7f14 9e02e000 ixor alarm ,alarm 
+7f15 1a4ca400 rshift8 regb ,regb 
+7f16 c2007f0f loop fan_fml_get_433_code_get_check_code_loop 
+7f17 1e02e00a xor alarm ,0x0a ,alarm 
+7f18 1e017e0f and alarm ,0x0f ,pdata 
+7f19 20600000 rtn 
+
+fan_fml_get_433_code_packet_num_get:
+7f1a 6fe0c78c fetch 1 ,mem_fan_tx_cnt 
+7f1b 1fe0fe01 pincrease 1 
+7f1c 1fe17e07 and pdata ,0x07 ,pdata 
+7f1d 67e0c78c store 1 ,mem_fan_tx_cnt 
+7f1e 20600000 rtn 
+
+fan_fml_delay_us:
+7f1f 2000000c nop 12 
+7f20 c2007f1f loop fan_fml_delay_us 
+7f21 20600000 rtn 
+
+fan_fml_tx_header_signal:
+7f22 20407ebd call fan_fml_tx_low_level 
+7f23 df201900 arg fan_header_low_delay ,loopcnt 
+7f24 20207f1f branch fan_fml_delay_us 
+
+fan_fml_1_signal:
+7f25 20407ebb call fan_fml_tx_high_level 
+7f26 df200257 arg fan_1_high_delay ,loopcnt 
+7f27 20407f1f call fan_fml_delay_us 
+7f28 20407ebd call fan_fml_tx_low_level 
+7f29 df2000c8 arg fan_1_low_delay ,loopcnt 
+7f2a 20207f1f branch fan_fml_delay_us 
+
+fan_fml_0_signal:
+7f2b 20407ebb call fan_fml_tx_high_level 
+7f2c df2000c8 arg fan_0_high_delay ,loopcnt 
+7f2d 20407f1f call fan_fml_delay_us 
+7f2e 20407ebd call fan_fml_tx_low_level 
+7f2f df200257 arg fan_0_low_delay ,loopcnt 
+7f30 20207f1f branch fan_fml_delay_us 
+
+fan_fml_tx_end_signal:
+7f31 20407ebb call fan_fml_tx_high_level 
+7f32 df2000c8 arg fan_end_high_delay ,loopcnt 
+7f33 20407f1f call fan_fml_delay_us 
+7f34 20407ebd call fan_fml_tx_low_level 
+7f35 df20022f arg fan_end_low_delay ,loopcnt 
+7f36 20207f1f branch fan_fml_delay_us 
+
+fan_fml_1_signal_loop:
+7f37 6fe14795 fetch 2 ,mem_fan_tx_loop 
+7f38 207a0000 rtn blank 
+7f39 1fe0ffff pincrease -1 
+7f3a 67e14795 store 2 ,mem_fan_tx_loop 
+7f3b 20407f25 call fan_fml_1_signal 
+7f3c 20207f37 branch fan_fml_1_signal_loop 
+
+fan_fml_0_signal_loop:
+7f3d 6fe14795 fetch 2 ,mem_fan_tx_loop 
+7f3e 207a0000 rtn blank 
+7f3f 1fe0ffff pincrease -1 
+7f40 67e14795 store 2 ,mem_fan_tx_loop 
+7f41 20407f2b call fan_fml_0_signal 
+7f42 20207f3d branch fan_fml_0_signal_loop 
+
+frmt_ble_para_init:
+7f43 5893fdb7 setarg 0x93FDB7 
+7f44 67e1c437 store 3 ,mem_ble_v2_xbox 
+7f45 583f3626 setarg 0x3F3626 
+7f46 67e1c43a store 3 ,mem_ble_v2_xbox + 3 
+7f47 5834ccf7 setarg 0x34CCF7 
+7f48 67e1c43d store 3 ,mem_ble_v2_xbox + 6 
+7f49 58f1e5a5 setarg 0xF1E5A5 
+7f4a 67e1c440 store 3 ,mem_ble_v2_xbox + 9 
+7f4b 5831d871 setarg 0x31D871 
+7f4c 67e1c443 store 3 ,mem_ble_v2_xbox + 12 
+7f4d 58c70415 setarg 0xC70415 
+7f4e 67e1c446 store 3 ,mem_ble_v2_xbox + 15 
+7f4f 5818c323 setarg 0x18C323 
+7f50 67e1c449 store 3 ,mem_ble_v2_xbox + 18 
+7f51 589a0596 setarg 0x9A0596 
+7f52 67e1c44c store 3 ,mem_ble_v2_xbox + 21 
+7f53 58801207 setarg 0x801207 
+7f54 67e1c44f store 3 ,mem_ble_v2_xbox + 24 
+7f55 5827ebe2 setarg 0x27EBE2 
+7f56 67e1c452 store 3 ,mem_ble_v2_xbox + 27 
+7f57 580075b2 setarg 0x75B2 
+7f58 67e14455 store 2 ,mem_ble_v2_xbox + 30 
+7f59 5889a18c setarg 0x89A18C 
+7f5a 67e1c457 store 3 ,mem_ble_v2_xbox + 32 
+7f5b 58e6bf0d setarg 0xE6BF0D 
+7f5c 67e1c45a store 3 ,mem_ble_v2_xbox + 35 
+7f5d 58416842 setarg 0x416842 
+7f5e 67e1c45d store 3 ,mem_ble_v2_xbox + 38 
+7f5f 580f2d99 setarg 0x0F2D99 
+7f60 67e1c460 store 3 ,mem_ble_v2_xbox + 41 
+7f61 580054b0 setarg 0x54B0 
+7f62 67e14463 store 2 ,mem_ble_v2_xbox + 44 
+7f63 580016bb setarg 0x16BB 
+7f64 67e14465 store 2 ,mem_ble_v2_xbox + 46 
+7f65 5851c29b setarg 0x51C29B 
+7f66 67e1c467 store 3 ,mem_ble_v2_xbox + 48 
+7f67 581a532f setarg 0x1A532F 
+7f68 67e1c46a store 3 ,mem_ble_v2_xbox + 51 
+7f69 58b5836a setarg 0xB5836A 
+7f6a 67e1c46d store 3 ,mem_ble_v2_xbox + 54 
+7f6b 58106e02 setarg 0x106E02 
+7f6c 67e1c470 store 3 ,mem_ble_v2_xbox + 57 
+7f6d 5800ab16 setarg 0xAB16 
+7f6e 67e14473 store 2 ,mem_ble_v2_xbox + 60 
+7f6f 580042a3 setarg 0x42A3 
+7f70 67e14475 store 2 ,mem_ble_v2_xbox + 62 
+7f71 20600000 rtn 
+
+frmt_ble_data_set:
+7f72 58002542 setarg 0x2542 
+7f73 67e14477 store 2 ,mem_ble_v2_pdu 
+7f74 5810255d setarg 0x10255d 
+7f75 67e1c479 store 3 ,mem_ble_v2_pdu + 2 
+7f76 58109e3a setarg 0x109e3a 
+7f77 67e1c47c store 3 ,mem_ble_v2_pdu + 5 
+7f78 58000000 setarg 0x00 
+7f79 67e1c497 store 3 ,mem_ble_v2_pdu + 32 
+7f7a 58020102 setarg 0x020102 
+7f7b 67e1c47f store 3 ,mem_ble_v2_pdu + 8 
+7f7c 58f0161b setarg 0xF0161B 
+7f7d 67e1c482 store 3 ,mem_ble_v2_pdu + 11 
+7f7e 58001008 setarg 0x001008 
+7f7f 67e1c485 store 3 ,mem_ble_v2_pdu + 14 
+7f80 6fe0c49f fetch 1 ,mem_ble_v2_packet_num 
+7f81 1fe0fe01 pincrease 1 
+7f82 67e0c49f store 1 ,mem_ble_v2_packet_num 
+7f83 6fe144c5 fetch 2 ,mem_ble_pack_cb 
+7f84 202075e6 branch callback_func 
+
+frtm_ble_setdefault:
+7f85 5800ffff setarg 0xffff 
+7f86 20600000 rtn 
+
Index: output/ramcode.rom
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/output/ramcode.rom	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/output/ramcode.rom	(working copy)
@@ -0,0 +1,296 @@
+c2840008
+c0000011
+c00a8082
+c01b0026
+c031002a
+c05c8039
+c06a807d
+20203aba
+c17f8000
+c0140088
+c01d00ab
+c01d80bf
+c01e8110
+c0208091
+c0220101
+c040001e
+20203aba
+20800000
+6fe240cc
+67f2004c
+20403c49
+20404da6
+20403a0e
+20406a00
+2040001a
+20203807
+58000000
+67e40000
+e7e30005
+20203ac5
+20405255
+70451694
+70451000
+2040492b
+6fe0c5ab
+c4000000
+70451001
+2020492e
+20400028
+202052ee
+58000010
+20206de1
+5800002d
+67e14523
+2020524b
+6fe0c553
+c0000030
+2020527d
+20404a95
+20404a9a
+20404ac0
+20405329
+20404afa
+20404b17
+204052ed
+20400057
+20200031
+20406fd3
+204071a1
+58000320
+20400075
+2040004d
+70061003
+708c0000
+20002710
+708c1800
+6ff10050
+793ffe0a
+67f10050
+708c1100
+708c003c
+58000bb3
+67f10c03
+67f10c07
+58000bf7
+67f10c05
+20207192
+7045e601
+6848c5e5
+20406c43
+6848c5e5
+20206c3f
+7045e600
+6848c5e5
+20406c43
+6848c5e5
+20206c43
+6fe0c559
+c000005c
+c0008064
+c003806a
+20600000
+6fe0c52d
+207a0000
+20400077
+247a0000
+6fe0c5e6
+c000806f
+2040004d
+20200070
+20400077
+247a0000
+6fe0c5e6
+c0008072
+2040004d
+20200073
+20400077
+247a0000
+6fe0c5e6
+c1000000
+20200052
+20400052
+58000050
+20200075
+20400052
+58000320
+20200075
+d8e00006
+2020754f
+d8e00006
+2020755d
+d8e0000a
+2020754f
+d8e0000a
+2020755d
+18427e00
+c2808080
+20203d19
+708a6d89
+20203d1f
+708a3d12
+60488008
+1840a202
+2040398e
+200003c0
+202039cf
+6fe0c5ab
+c300481c
+2000012c
+6fe0c43e
+79207e00
+67e0c43e
+20404a3b
+2040488f
+2020483f
+6fe0c559
+c1000000
+6fe0c56d
+247a0000
+6fe0c56b
+247a0000
+6fe0c567
+207a0000
+6fe0c56e
+2fe00603
+2020cadc
+204048ef
+24740000
+6fe14569
+1fe0fe01
+67e14569
+d84007d0
+98467c00
+20214adc
+6fe0c56c
+1fe0fe01
+1fe17e01
+67e0c56c
+c0004ba3
+c000c99f
+20600000
+20404a54
+204047ce
+2437ca54
+204049bf
+204000b7
+20404a2e
+204053c3
+6fe0c4f4
+207a0000
+6fe2456f
+207a0000
+202048e0
+6fe0c43d
+67e0c4cf
+204048be
+20404a3b
+2437c837
+2040488f
+2040483f
+20204837
+6fe0c52d
+c05500c5
+c02a80cf
+c01100df
+c07f80f7
+20600000
+6fe0c52e
+c00080c9
+c00100cc
+20600000
+6fe0c5d7
+247a0000
+202049ce
+6fe0c5d8
+247a0000
+202049d4
+6fe0c4f4
+203a00d5
+6fe2452f
+684a4437
+98467c00
+24628000
+6fe0c52e
+c00080d9
+c00100dc
+20600000
+6fe0c5d7
+247a0000
+202049e1
+6fe0c5d8
+247a0000
+202049ec
+6fe0c4f4
+203a00e5
+6fe2452f
+684a456f
+98467c00
+24628000
+6fe0c52e
+c00080e9
+c00100f0
+20600000
+6fe0c5d7
+247a0000
+6fe0c518
+c00100ee
+20600000
+7045d701
+20204a02
+6fe0c5d8
+247a0000
+6fe0c519
+c08000f5
+20600000
+7045d801
+20204a0d
+6fe0c52e
+c00080fb
+c00100fe
+20600000
+6fe0c5d7
+247a0000
+20204c24
+6fe0c5d8
+247a0000
+20204c28
+6fe0c559
+c1838000
+20400109
+20404b3d
+20404a84
+2437ca54
+7045e800
+20204b1e
+6fe0c558
+c3838000
+79207e07
+67e0c558
+6fe0c566
+67e0c116
+20204b0b
+6fe0c52d
+c0008115
+c0014a69
+c07f8126
+20204a54
+20404a22
+20404bbd
+6fe0c54d
+6848c52b
+284ffe03
+7920fe00
+67e0c54d
+c000811e
+20204a62
+6fe0c095
+1fe67c0e
+2042cf01
+6fe0c5d7
+247a0000
+7045d701
+6fe24535
+20204c26
+20404a30
+202000f7
Index: output/romcode.rom
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/output/romcode.rom	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/output/romcode.rom	(working copy)
@@ -0,0 +1,18432 @@
+20403af8
+44804000
+20800000
+20404da6
+20403a0e
+20406a00
+20403ac3
+20406635
+4480c000
+20406fdb
+20403ae9
+20404d9b
+2055bb9a
+44814000
+2040421c
+20403826
+20404dae
+20403815
+204047c4
+20403bc2
+2020380d
+2040381a
+c6848000
+793f8009
+2040383d
+20203d36
+4481c000
+20403863
+2422b822
+20403832
+1a208c01
+efe08006
+c2803cac
+20600000
+20403843
+1f227c00
+20628000
+20203aba
+6fe0c10d
+207a0000
+c00db82f
+2040385c
+20628000
+2040385f
+20628000
+70410d00
+20600000
+7001b71b
+70410d00
+20600000
+44824000
+79200009
+1a227e00
+67e1000a
+18007253
+d8a00163
+1a208c01
+efe08006
+1a220c00
+c2807548
+20600000
+4482c000
+6fe1000a
+98000a00
+18007253
+d8c00163
+20207548
+df200001
+68488006
+18408401
+2841fe01
+2420b849
+d8400000
+60488006
+184ffe53
+da204040
+9a20a200
+efe08011
+c280b850
+c3800000
+c2003845
+20600000
+44834000
+da603870
+20403866
+24628000
+1a227e00
+67e1000a
+18007c00
+20600000
+da6038a7
+20203866
+6848c10e
+da603879
+20203866
+4483c000
+684b410f
+da603873
+20203866
+da60387f
+20203866
+da6038c2
+44844001
+da204040
+df200001
+efe08011
+1a627a00
+4484c001
+1a20a253
+c2003869
+18007c01
+20600000
+c280386b
+18007c00
+20600000
+c300386b
+1a208c10
+efe30006
+98467c00
+20628000
+2020386b
+c300386b
+1a208c16
+efe08006
+98467c00
+20628000
+2020386b
+c300b86b
+204038af
+20403897
+98467e00
+1fe0fe01
+20213891
+18c22400
+67e484cc
+44854001
+6fe484cc
+1a420c00
+1fe0fe05
+2020388c
+2421386b
+18424200
+204038bb
+18007c00
+20600000
+98002400
+1a208c02
+efe10006
+203a388d
+204038bb
+20203880
+1ff11600
+196c9600
+2022b8a1
+29601e0f
+24608000
+18511600
+196c9600
+24628000
+7920041c
+20600000
+18511600
+196c9600
+29601e0f
+24608000
+79207e1c
+20600000
+c300386b
+18007c00
+20600000
+c300386b
+1a208c01
+efe08006
+c280386b
+20600000
+1a208c01
+e8408006
+1c427e00
+284ffe01
+1a208c04
+e8420006
+20608000
+1a208c08
+efe30006
+20403905
+1d027e00
+20600000
+1a208c02
+1a208a04
+efe10006
+98409600
+19627e00
+e7e20005
+20203d83
+c300b86b
+204038af
+9b60fe00
+9b60fe00
+98e0fe00
+98467c00
+2421386b
+18007c00
+20600000
+4485c001
+784efc00
+784e7c00
+7846fc00
+78467c00
+7844fc00
+78477c00
+7843fc00
+2030b913
+37d38200
+20000064
+20203913
+44864001
+78487c00
+18423600
+20403865
+78547c00
+24628000
+18003600
+78347c00
+20600000
+4486c001
+37d10200
+1b427e00
+98000c00
+1ff17e00
+9c467200
+1f217203
+2422b8ea
+18007e00
+202038ee
+6849003f
+18007e00
+9840fe00
+c20038ec
+98c0fe00
+1fe6fc0c
+204075cd
+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
+20406449
+18002a08
+18002a00
+7850fc00
+78507c00
+782f7c00
+70890005
+20000002
+70890000
+20403925
+708a1600
+708a0a80
+6ff08a09
+793ffe07
+67f08a09
+708a0b00
+20203a6b
+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
+20406443
+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
+204075d0
+1807fe00
+67f08a3f
+18077e00
+1ff07e00
+1fed7e00
+9846fc00
+204075d0
+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
+c001b9f1
+c002b9f6
+c00339f9
+c003b9fc
+c00539ff
+c041ba02
+c042ba05
+c04a3a08
+c04f3a0b
+708a396a
+708a3a07
+708a14a3
+708a1507
+20600000
+708a3966
+708a3a0b
+708a14aa
+708a150a
+20600000
+708a396c
+708a3a0d
+202039f3
+708a396b
+708a3a0f
+202039f3
+708a39a7
+708a3a0f
+202039f3
+708a39b6
+708a3a0f
+202039f3
+708a3968
+708a3a05
+202039ee
+708a3960
+708a3a05
+202039ee
+708a3953
+708a3a01
+202039ee
+708a394c
+708a3a00
+202039ee
+70804206
+6fe1409d
+c3073a0f
+98000c00
+d8408a00
+efe08006
+c07fba19
+98418a00
+efe08006
+e7e08005
+20203a13
+448c4003
+6fe0c3eb
+205a6df0
+708a0305
+708a7a94
+20403a40
+20403a3b
+20403a36
+708a8be6
+708a8390
+708a0e0b
+708a0f05
+70896876
+70896976
+6fe0c09a
+c0843a2a
+708a0834
+708a01ff
+20000064
+708a020e
+708a0003
+204039ec
+708a9a2b
+708a9b13
+20403aa1
+20000064
+70804205
+70411d0c
+20203d36
+6fe0c3e7
+243a3a39
+58000029
+67f08a87
+20600000
+6fe0c3e8
+243a3a3e
+58000000
+67f08a0d
+20600000
+6fe0c3e9
+203a3a43
+580000d3
+67f08a6c
+20600000
+448cc003
+6ff089a2
+2feffe06
+7920fe07
+67e0c117
+6ff089a3
+1fe1040f
+18438400
+1ff1fe00
+98408400
+184fa203
+6fe0c117
+20403a5b
+1fe67e00
+9a20fe00
+1fe0fff7
+1fe17fff
+2feffe08
+2420ba59
+58000000
+67e08030
+20203a60
+2feffe07
+24608000
+d840ff00
+9841fe00
+20600000
+6fe08030
+20403a64
+67e08009
+20600000
+1fe17eff
+1fe6fc0a
+204075cd
+1ff27e00
+18070400
+9841fe00
+20600000
+448d4003
+6fe0c118
+c17f8000
+242c3a92
+6fe0c117
+1fe67cf0
+24213a96
+1fe67c7f
+20213a96
+6a308961
+6fe0c118
+c1000000
+d8c04119
+98c08c00
+efe08006
+9a267c00
+24628000
+18c08dfe
+e8408006
+1851fe00
+1a31a400
+9a462400
+18417e0f
+1a21220f
+9a262200
+1a23fe00
+9a40a400
+1a4fa403
+6848c117
+18417e80
+207a0000
+58000100
+98460400
+1a427e00
+98467e00
+20610000
+1fe17eff
+c17f8000
+c17f0000
+6fe0c118
+c000ba9b
+c0013a9d
+20203a9b
+6fe0c118
+c0003a9d
+c000ba99
+70411802
+20600000
+70411800
+20600000
+70411801
+20600000
+58000f0f
+20203c2e
+5800080f
+20203c2e
+1fe20400
+448dc003
+18427e00
+2040759a
+1c307e00
+79207e2c
+20407580
+793ffe2c
+20403ab2
+20407580
+20740000
+2040758d
+98003600
+37c18200
+20600000
+1b220400
+20748000
+1b420400
+20600000
+1c427e00
+20748000
+1d027e00
+20600000
+448e4003
+20203aba
+207a0000
+1fe37e00
+1fe0fffd
+1fe0ffff
+2422babf
+18007e00
+20600000
+58000000
+67e30000
+d8a00163
+df20000a
+20407500
+7004c300
+7001b600
+58000e43
+67e10031
+58000600
+67e10033
+58000600
+67e10035
+58000d00
+67e1003b
+580003bb
+67e10037
+58000500
+67e10039
+580007d0
+67e1003d
+58000ea6
+67e1003f
+580001e0
+67e10041
+58000120
+67e10043
+5800011a
+67e10045
+448ec003
+20758000
+58000d00
+67e14312
+58000060
+67e14314
+1c437e00
+67e24096
+20600000
+20758000
+448f4003
+6ff08a0a
+79207e03
+67f08a0a
+200004b0
+793ffe03
+67f08a0a
+20600000
+70804206
+70804201
+2000000a
+58001d4a
+67f10040
+20600000
+5800ee21
+67f10050
+6ff2011c
+67e204f2
+70804783
+6ff08133
+67e084f1
+6ff08136
+c301e79d
+7835fc00
+c303bb0a
+7855fc00
+1ce27e00
+243a3b0a
+6ff08133
+c2813b0a
+d85fffff
+20203b95
+6ff20138
+67f2004c
+6ff08139
+1fe17ee0
+67f0804d
+20403c49
+6ff18134
+67f1804c
+efe08006
+1fe1feef
+e7e08005
+20403c3a
+6ff0804f
+79207e04
+67f0804f
+20403c3a
+2055bb37
+6ff0804e
+793ffe03
+67f0804e
+20403c3a
+2435e79d
+c6958000
+70800608
+20600000
+6fe0c3e6
+c000bb2b
+c0013b2f
+c001bb33
+6fe0c0cd
+1fe17ee0
+67e0c0cd
+20600000
+6fe0c0cd
+1fe17ee0
+1fe1fe1d
+20203b29
+6fe0c0cd
+1fe17ee0
+1fe1fe1b
+20203b29
+6fe0c0cd
+1fe17ee0
+1fe1fe17
+20203b29
+6fe0c0e8
+67f08080
+d8c040d0
+d8a08070
+df20000d
+20407548
+6fe440e0
+98000000
+6ff4013c
+67e40016
+2020682c
+18027e00
+67e440e0
+d8c08070
+d8a040d0
+df20000d
+20407548
+6ff08080
+67e0c0e8
+20203c4b
+6ff0806f
+1feb7e00
+1fe17e0f
+243a3b55
+6fe1c0be
+247a0000
+6ff0806f
+1fe1fe30
+67f0806f
+70800680
+6ff08129
+c4008000
+6ff18145
+67e1c0be
+20600000
+448fc003
+1b427e00
+2040757e
+684a40ae
+18467cff
+20610000
+1fed7e00
+1ff27e00
+9846fc00
+204075cd
+d84000c8
+204075db
+67e0800e
+24343b69
+1fe67e00
+6849c0be
+9840fe00
+67e1c0be
+58000000
+67e240ae
+20600000
+d85fffff
+6fe0c0c5
+793ffe07
+67e0c0c5
+44904004
+20403c4b
+6fe0c0a8
+67e0c0cb
+6fe0c0c9
+79207e07
+67e0c0c9
+4490c004
+20403a9f
+6fe1439e
+204075e6
+6fe240ae
+9840fe00
+67e240ae
+20403b42
+20403b23
+6fe240cc
+1fe22400
+6fe2c0c7
+67f2004c
+1fef2200
+37d98200
+1b227e00
+67e340b2
+70800502
+37d98200
+37d98200
+1a227e00
+67f0804f
+70800502
+37d98200
+37d98200
+6252004c
+70800520
+37d98200
+37d98200
+605a004c
+70800510
+37df8200
+44914004
+58000000
+1ce27c00
+2022bba5
+6ff08134
+68588135
+98467c00
+20213ba3
+18427e00
+9ce67e00
+1fe0fe01
+1fe0fe0a
+37d98200
+9e20fe00
+684a40aa
+9840fe00
+6849c0be
+984ffe00
+1fecfe00
+1ff1fe00
+1fe0fe6e
+6849003f
+9846fc00
+204075cd
+1ff07e00
+18070400
+9841fe00
+684b40b2
+20407573
+18423200
+6fe34048
+20403905
+1b427e00
+67e304c4
+1ce27e00
+e7e08005
+6ff0811d
+1fe1fef0
+e7e08005
+20600000
+4491c004
+20403b4b
+6fe1c0be
+207a0000
+6fe0c094
+207a0000
+da6038aa
+20403866
+20628000
+20403c5c
+247a0000
+2040385a
+2422bbed
+20758000
+44924004
+68488015
+6fe14042
+984ffe00
+18518400
+184b0400
+98467e00
+684a4044
+9840fe00
+6848c0a7
+98467e00
+1ff06000
+6fe1404e
+1fe37e00
+2040759a
+1e027e00
+20407580
+1b420400
+2040757e
+20740000
+20407593
+4492c004
+6fe0c0c7
+98467c00
+20213b6c
+604a40aa
+20404dc6
+684a40aa
+20203b7a
+44934004
+6fe0c35b
+243a3bf1
+20600000
+6fe140a5
+207a0000
+6848c0a7
+98467e00
+d8401d4c
+984ffe00
+20203be4
+6fe1439a
+204075e6
+243a3c10
+70001500
+c586bc10
+6fe0c0c3
+203a3c14
+1fe0ffff
+67e0c0c3
+20600000
+7040a900
+6fe1c0b8
+1fe0fe01
+67e1c0b8
+20600000
+4493c004
+70001500
+6fe1c0bb
+1fe0fe01
+67e1c0bb
+6fe0c0a9
+1fe0fe01
+67e0c0a9
+20600000
+70001500
+6fe0c0c2
+67e0c0c3
+20600000
+6848c0c1
+60488015
+20600000
+6fe0c0c7
+247a0000
+70804206
+58000f0c
+20403c2e
+58030d40
+20403abc
+37d98200
+1e226000
+20403a9f
+70804204
+2000000a
+37d98200
+1e227e00
+9e067e00
+1fe0fe30
+d84000ff
+204075db
+67e0c0c7
+20007530
+20007530
+20007530
+20600000
+d8a00fff
+98a10a00
+6fe0c0c4
+1fe17ef0
+1fed7e00
+98a1fe00
+67f1004c
+efe10006
+e7e10005
+44944005
+58000001
+20203c3c
+4494c005
+58000002
+37d98200
+67f08005
+37d98200
+37d98200
+20600000
+44954005
+6ff20138
+67f2004c
+6ff08138
+1fe17e41
+6848c0cc
+9841fe00
+67f0804c
+58000020
+20203c3c
+4495c005
+6fe20016
+67f2004c
+58000004
+20403c3c
+6fe2001a
+67f2004c
+58000008
+20203c3c
+6fe140a3
+f9207e00
+67e140a3
+20600000
+6fe140a3
+f93ffe00
+67e140a3
+20600000
+44964005
+20404dc4
+6fe140a3
+1fe22200
+6fe1c3f8
+7d3a2201
+6fe44419
+7d3a220f
+6fe44421
+7d3a220e
+6fe0c10d
+7d3a2208
+6fe0c095
+2fe1fe0a
+2040bc6e
+1a227e00
+67e140a3
+20600000
+6ff10112
+7d3a2206
+6ff1010e
+7d3a2205
+20600000
+6ff20130
+793ffe1b
+67f2004c
+20403c37
+20203aba
+6ff20134
+793ffe14
+67f2004c
+20203c3a
+44e44019
+7855fc00
+70017901
+70016303
+70017a01
+5fffffff
+67e1017d
+18007e00
+67e0817b
+67e08186
+67e1c0b8
+67e1c0bb
+20403fd8
+70412901
+70412a00
+70019801
+70019901
+70436900
+202040b4
+44e4c019
+7834fc00
+70016403
+70436b01
+70050601
+5800ffff
+67e10508
+18007e00
+67e2c402
+79207e27
+67e2c3fd
+20203c7c
+44e54019
+7854fc00
+58000017
+67e142b6
+1fe0fe04
+67e14378
+70016401
+70435b00
+70001500
+20403d05
+6fe10191
+67e142c8
+6fe10165
+1feffe05
+1ff1fe00
+67e10191
+20203c7c
+44e5c019
+20403d2f
+6fe08163
+2feffe04
+79208032
+20404db3
+6fe08164
+c280bcb5
+20203cc7
+44e64019
+7834fc00
+204040aa
+20213cc4
+20403d75
+20403fed
+7856fc00
+20403eab
+24768000
+6fe08005
+1fe0fe01
+67e08005
+20403f9e
+7854fc00
+20600000
+20403cfa
+7854fc00
+20600000
+44e6c019
+70431100
+793f8030
+78577c00
+204040aa
+20213cfa
+6fe08198
+20403d16
+20403d75
+20403dcc
+242c3ceb
+20403d09
+2036bcd6
+c5183cd6
+20203ce5
+44e74019
+6fe0c311
+1fe0fe01
+67e0c311
+c0063ce5
+20403f9e
+20403fed
+6fe08199
+20403d16
+20403ebc
+20404050
+6fe14396
+204075e6
+20403cef
+20343cf4
+44e7c019
+204046c1
+204046b8
+204070b1
+6fe08186
+c281bcfa
+44e8401a
+204038cb
+2040417e
+202038f3
+78547c00
+c5157636
+c514f636
+c5187636
+20600000
+44e8c01a
+78377c00
+20403eaf
+2036bcd6
+c5183cd6
+20203ce5
+44e9401a
+20403d00
+20404e03
+20403d05
+7004c315
+2020709b
+d8a043ee
+20407504
+70017900
+70016400
+70016300
+44e9c01a
+7042d000
+7042cf00
+20600000
+44ea401a
+6fe08005
+1fe0fe01
+67e08005
+6fe08163
+c3818000
+79207e03
+67e08163
+6fe142c8
+67e10191
+58000000
+67e242f0
+20600000
+1fe20400
+44eac01a
+18427e00
+c2803d2f
+c280bd1f
+c3013d2f
+c283bd2c
+c2813d25
+20203d2f
+20403d2f
+7920002d
+793f802f
+70890103
+70892084
+20600000
+20403d2f
+7920002f
+793f802e
+70890105
+70892080
+70893020
+20600000
+20403d25
+7920002e
+20600000
+44eb401a
+793f802d
+793f802f
+70890101
+70892080
+70893003
+20600000
+44ebc01a
+793f8032
+70890101
+70892080
+70893003
+20600000
+44ec401b
+7844fc00
+7843fc00
+6fe1818b
+98001e00
+6fe08007
+1fed8400
+79200401
+18431c00
+20600000
+20403d4f
+20403954
+6fe10039
+20403abc
+2020396a
+2036b9cf
+c51839cf
+20403d4f
+202039c9
+44ecc01b
+20403925
+6fe081b6
+243a3d62
+6fe08007
+1fe67c24
+20213d5c
+18000400
+c1128000
+18000418
+c1130000
+1800044e
+20600000
+1fe67c0a
+20213d5f
+1fe0fe01
+1fe3fe00
+1fe08402
+20600000
+6fe08007
+1fe38400
+20600000
+d84001f4
+207a0000
+d84000fa
+c1008000
+d8400096
+c1010000
+d8400064
+c1018000
+d840004b
+c1020000
+d8400032
+c1028000
+d8400028
+c1030000
+d8400014
+20600000
+44ed401b
+78287c00
+6fe20187
+98001200
+20403daa
+58000200
+2034bd7e
+6fe10171
+1fe37e00
+68490039
+9840fe00
+20403aa3
+1b427e00
+20600000
+44edc01b
+204074b7
+672104ef
+1a208c01
+efe08006
+c4000000
+1a208a1a
+efe10005
+1fe0fe01
+e7e10005
+20403f1d
+20403f3f
+20403f48
+20403d94
+204074c6
+6f2104ef
+20600000
+1a208c19
+efe08006
+1a208a18
+e8408005
+9840fe00
+1fe67c24
+20213d9c
+1fe0ffdb
+e7e08005
+20600000
+1a208c30
+efe28006
+18000400
+18007225
+c3003da4
+18408401
+1fe37e00
+c2003da2
+1840ffff
+1a208a22
+e7e08005
+20600000
+44ee401b
+6fe0817b
+98000e00
+684a8193
+a84fffff
+2020bdbf
+6fe08185
+98e67e00
+20213db5
+1fe60fff
+20203db0
+18e27200
+18000e00
+a84fffff
+2020bdba
+1f20f201
+1f227e00
+203a3dbf
+18e08e01
+1f20f3ff
+20203db7
+18e27e00
+67e08007
+20600000
+2034bdc5
+37c18200
+20600000
+d9600ea0
+34730200
+20600000
+78487c00
+6fe14319
+1fe21600
+20203dd2
+44eec01b
+20403e39
+78287c00
+6fe10171
+684a42f0
+98409600
+20403d46
+44ef401b
+20403d3c
+c597bdda
+783cfc00
+2000001e
+20403d3c
+19699600
+7856fc00
+7826fc00
+7830fc00
+78507c00
+19623600
+37c18400
+20373de3
+1b420400
+604b000f
+242c3e75
+44efc01b
+78287c00
+db604eab
+6fe0c11d
+9b6fb600
+2040644b
+20373df0
+20403e7a
+6fe08163
+c301bdf0
+684b000f
+2055bb5a
+20403a45
+7823fc00
+7824fc00
+09800008
+19897e00
+67e08047
+09800008
+19897e00
+67e08048
+1fe27200
+2022be16
+c5193e01
+09800008
+19897e00
+e7e08005
+c2003dfc
+20203e16
+18a22400
+44f0401c
+20403f97
+6a208048
+1a20a3fc
+24213e6d
+20403e3e
+1a420a00
+d8400000
+6f208048
+1f20f3fc
+2022be14
+09800008
+19897e00
+e7e08005
+18408401
+18417c0f
+2042be5c
+c2003e0d
+20403e64
+1a420a00
+44f0c01c
+09800018
+1fef7e00
+1ff17e00
+e7e18005
+78287c00
+20403e88
+20233e71
+c5993e28
+6fe08048
+203a3e28
+1fe0fffc
+67e08048
+20406f07
+6ff08108
+c303be6d
+1800700c
+65e2014f
+2040644a
+7836fc00
+793f8030
+44f1401c
+20406f09
+6fe08198
+7d3e7e07
+67e08198
+20403e33
+7846fc00
+20203925
+44f1c01c
+68488008
+1840a202
+c516b98e
+1840a201
+2020398e
+c6990000
+20406fa4
+1800700c
+20406fac
+20206fab
+44f2401c
+70806c00
+70806d01
+6fe08047
+1fe17e03
+67f0806e
+58000049
+67f10068
+67f1006a
+6a208048
+1a20a3fc
+684ac402
+280ffe0f
+2040be52
+20406e74
+58000000
+67f100c1
+70800a06
+70800a07
+20600000
+18467c00
+2022be57
+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
+20203e77
+20403e88
+204038cb
+20203e28
+2040644c
+c5183e75
+79200030
+20203e2b
+793f8030
+20203e77
+44f2c01c
+20406f09
+202038cb
+c517be80
+c516be84
+6fe10041
+1fe25200
+1c225000
+20600000
+6fe10045
+1fe25200
+1c20d001
+20600000
+6fe10043
+1fe25200
+1c225000
+20600000
+6fe08048
+1fe08405
+18498400
+6fe08198
+c517be8f
+c2803e91
+c280be92
+203e3e94
+20203e97
+20203e9c
+18430400
+20203e9c
+18408403
+18438400
+20203e99
+18408403
+18498400
+58000028
+98408400
+20203e9c
+6fe0c11d
+984f8400
+da204e20
+9a2ffe00
+98460400
+1b627e00
+98463600
+20600000
+20403ebc
+68488008
+20403954
+2040396a
+78287c00
+d960157c
+20203dd3
+44f3401c
+6fe08199
+20403d16
+20403ebc
+6fe08198
+20403d16
+68488008
+20403954
+2040396a
+78287c00
+d960157c
+c597bdd3
+d9602134
+20203dd3
+44f3c01c
+20403ebc
+202038cb
+44f4401d
+20403d3c
+20403d4b
+20406451
+79202a00
+782efc00
+78307c00
+7850fc00
+20403dc2
+785d7c00
+c517beff
+c516bf11
+19317e00
+1fecfe00
+1ff1fe00
+08008628
+7823fc00
+7824fc00
+44f4c01d
+6fe0c129
+08008608
+efe08006
+1fe27200
+08008608
+1f267c00
+2022bedd
+6ff0800a
+203a3ed9
+c5193ef4
+d8c0412b
+efe08006
+08008608
+c2003eda
+78247c00
+08008618
+78447c00
+c597bee4
+7843fc00
+58000000
+08008603
+37d38200
+20000064
+44f5401d
+784efc00
+785c7c00
+20403925
+2040644f
+6fe0c129
+1fe17e03
+c1818000
+6fe0c2d0
+c0013fd8
+c1828000
+6fe0c12b
+c002bfd3
+20600000
+1f20f3fc
+1f220400
+20406ef4
+d8c0412b
+efe08006
+08008608
+c2003ef8
+20406ef9
+1de27e00
+08008620
+20203edd
+df20000a
+5800003c
+08008608
+c2003f00
+784efc00
+783c7c00
+19317e00
+1ff17e00
+1ff1fe00
+08008620
+c5173f0e
+58000001
+08008605
+783d7c00
+20203ecc
+58000000
+08008605
+20203ecc
+6fe0c11d
+1fe37200
+20000002
+c2003f13
+19317e00
+1fecfe00
+1ff18400
+18427e00
+08008608
+18427e00
+08008628
+20203ecc
+da603f21
+da403f37
+d8e00005
+20203f76
+1a208c04
+e8420006
+1a208c37
+efe08006
+1a208a2b
+e7e08005
+efe10006
+1febfe00
+98409600
+1a208a04
+19627e00
+e7e20005
+efe10006
+1febfe00
+1a208a02
+e7e10005
+efe10006
+1a208a2c
+e7e10005
+efe10006
+67e142c8
+202040b7
+efe08011
+793ffe03
+e7e08011
+622104d8
+7004c344
+2040709b
+6a2104d8
+20600000
+da600000
+da403f43
+d8e00006
+20203f76
+1a208c37
+efe28006
+1a208a30
+e7e28005
+20203d9e
+da600000
+da403f4c
+d8e00007
+20203f76
+1a208c37
+efe08006
+20403f59
+e7e08005
+1a208c38
+efe08006
+20403f67
+e7e08005
+622104d8
+7004c342
+2040709b
+6a2104d8
+20600000
+205a3f61
+1a208a35
+24748000
+6848c376
+284ffe07
+7920fe07
+1a208a36
+20600000
+1a208c35
+efe08006
+24748000
+1a208c36
+efe08006
+20600000
+205a3f70
+6848c376
+284ffe07
+7920fe07
+1a208a36
+24748000
+793ffe07
+1a208a35
+20600000
+1a208c36
+efe08006
+24748000
+1a208c35
+efe08006
+20600000
+44f5c01d
+efe08011
+afec0000
+20608000
+1a208c1a
+e8410006
+1a208c20
+efe10006
+98467e00
+2022bf86
+24213f8b
+1fe67c01
+2022bf84
+20600000
+1a627e00
+202075e6
+efe08011
+f93ffe00
+e7e08011
+1a427e00
+202075e6
+1a208c1a
+efe10006
+1a208c20
+efe10006
+98467e00
+d840ffff
+98467c00
+2022bf86
+d840f000
+98467c00
+24213f86
+20600000
+6848817a
+6fe08047
+1fe37e00
+9842fe00
+2feffe02
+7920800f
+20600000
+44f6401d
+204040b4
+c6180000
+20403fc5
+6fe08047
+2feffe04
+7920802a
+1fe37e00
+9842fe00
+2feffe02
+7920800f
+c6078000
+6fe08048
+203a3fb7
+6fe08163
+c3023fb7
+684a014f
+6fe24407
+98467c00
+2022baba
+604a4407
+6fe2c402
+1fe0fe01
+79207e27
+67e2c402
+6848817a
+79400402
+6048817a
+6fe0c2f4
+c4030000
+44f6c01d
+6fe08048
+207a0000
+6fe08047
+2fe00601
+2020c5c5
+2fe00602
+2020c5b3
+20600000
+44f7401d
+6848817a
+284c0005
+20608000
+6fe08047
+1fe3fe00
+9842fe00
+c4018000
+793f8405
+79400403
+6048817a
+28400603
+24608000
+20600000
+6fe08163
+79207e04
+67e08163
+79200032
+20600000
+44f7c01d
+7042d000
+dfe00000
+67e24407
+67e2c3fd
+79207e27
+67e2c402
+6fe08163
+793ffe04
+67e08163
+793f8032
+20600000
+da200001
+6fe08047
+c3830000
+da200000
+20600000
+18c20a00
+68494378
+18a20c00
+20600000
+44f8401e
+6fe0817a
+c3828000
+2040400e
+204041eb
+203a4032
+efe10006
+e8410006
+18422200
+9a267e00
+20403fe9
+2040762c
+1fe20400
+e8208006
+1a227e00
+98c0fe00
+67e104e3
+20404022
+20404034
+204041eb
+efe10006
+1fe22200
+18c22600
+e8410006
+18422400
+9a467e00
+20403fe9
+2040762c
+9a40fe00
+e7e10013
+9a267c00
+24628000
+20204205
+20404015
+c6148000
+6fe0c2f4
+c3014020
+204041ef
+203a4020
+2020401e
+204041eb
+203a4020
+efe10006
+e8410006
+98462200
+20403fe9
+18427e00
+9a267c00
+20214020
+79200029
+20600000
+793f8029
+20600000
+1a227e00
+207a0000
+d8200001
+20600000
+44f8c01e
+18408401
+204040e6
+18c08dfe
+efe10006
+d8402902
+98467c00
+24628000
+18c08c01
+18c22200
+efe08006
+20600000
+18000400
+18000201
+44f9401e
+6048c12a
+6848817a
+79200405
+18417efc
+9821fe00
+67e0817a
+1fe17e1f
+280ffe29
+7920fe04
+67e0c129
+6fe0c129
+28200601
+2420c044
+6fe0c12a
+207a0000
+c519404a
+6f20c12a
+6fe104e3
+1fe20c00
+d8a0412b
+2020753b
+20406fa4
+20206edb
+d8e00000
+20203c54
+d8e00000
+20203c58
+44f9c01e
+c6078000
+c6180000
+6fe08047
+1fe17e03
+67e0c307
+6fe08048
+207a0000
+58000049
+67e1430c
+44fa401e
+6fe0c307
+c001c6ff
+2040406a
+2434404c
+2040404e
+58000000
+67e1430a
+6fe1430c
+1fe08c02
+44fac01e
+efe10006
+c0024362
+c0034616
+c002c5ea
+20600000
+6fe0c307
+c0014079
+c000c090
+20600000
+20407636
+d8400004
+9fe67c00
+20628000
+d8400005
+9fe67c00
+20628000
+d8400006
+9fe67c00
+20628000
+20207638
+6fe1430c
+1fe20c00
+efe10006
+67e14308
+efe10006
+2040406e
+24740000
+68488048
+6049430a
+6fe14308
+1fe0fe04
+98467c00
+2022f636
+6f208048
+d8a00f00
+6fe1430c
+1fe20c00
+2040753b
+20207638
+20407636
+6fe1430a
+247a0000
+20207638
+2040408c
+24740000
+6fe1430a
+d8a00f00
+98a0a200
+68488048
+9840fe00
+67e1430a
+6f208048
+1a220a00
+6fe1430c
+1fe20c00
+2040753b
+58000f00
+67e1430c
+6fe14308
+1fe0fe04
+6849430a
+98467c00
+2022f636
+20207638
+204074d3
+d8a0428d
+202045ad
+6fe14394
+202075e6
+44fb401e
+684a017f
+20403ab6
+98461600
+19627e00
+68490191
+18520400
+18438400
+98467e00
+20600000
+20403ab6
+67e2017f
+20600000
+44fbc01e
+1a208c50
+efe08006
+20403d65
+1a208c02
+efe10006
+984ffe00
+6849003f
+984ffe00
+d84f4240
+9846fc00
+d8400682
+6fe0c11d
+984f8400
+1a208c2b
+efe08006
+984ffe00
+9840fe00
+67e242f0
+6fe1409b
+204075d0
+18078400
+9840fe00
+1a208a0e
+e7e10005
+20600000
+44fc401f
+6fe10506
+98002400
+6fe10508
+98002600
+6fe142ca
+98000c00
+78347c00
+20600000
+efe10006
+1fe17eff
+207a0000
+9a467c00
+24610000
+9a667c00
+20628000
+202140e4
+18007c01
+20600000
+18007e00
+20600000
+204040e9
+2022c0f6
+20600000
+44fcc01f
+6fe142ca
+98000c00
+efe10006
+1fe17eff
+207a0000
+98467c00
+20628000
+efe08006
+98c08c00
+efe08006
+98c08c00
+202040ec
+efe08006
+98c08c00
+20600000
+44fd401f
+6fe142ca
+98000c00
+efe10006
+1fe17eff
+207a0000
+efe08006
+98c08c00
+18c08dfe
+efe10006
+98467c00
+20628000
+efe08006
+98c08c00
+202040fc
+6fe142ca
+98000c00
+efe10006
+1fe17eff
+207a0000
+1fe08401
+efe08006
+98c08c00
+efe08006
+98c08c00
+18c20a00
+2020410a
+6fe1051c
+20204118
+44fdc01f
+6fe142ca
+98000c00
+efe10006
+1fe17eff
+203a4123
+98467c00
+2022c124
+efe08006
+98c08c00
+efe08006
+98c08c00
+20204119
+20207644
+efe08006
+67e08522
+1fe27200
+d8a00523
+2040753b
+efe08006
+67e0851b
+204074d3
+20207646
+44fe401f
+20404130
+20204142
+d8402a00
+204040f9
+207a0000
+efe08006
+18c20a00
+6848c22b
+18427200
+98467c00
+2421413f
+98460400
+d8c0422c
+2040753b
+18427200
+2442c17a
+20600000
+1fe27200
+d8c0422c
+2020753b
+da60433b
+da20431c
+2040414f
+58000000
+79347e00
+67e084c4
+da60435b
+da20433c
+2040414f
+20740000
+6fe084c4
+203a3aba
+20600000
+44fec01f
+20407636
+20407515
+da400000
+d8a004f7
+20404169
+6fe0c22b
+1fe08401
+9a40a200
+1a20a202
+1a267c1f
+24214167
+e0408005
+d8400009
+e0408005
+98007200
+2040753b
+1a222400
+1a427e00
+67e084f6
+d8c004f6
+5fffffe0
+9a608a00
+202074f3
+20407638
+20204161
+efe08011
+207a0000
+1fe0fe01
+e8408006
+18467c09
+2022c178
+9a40a400
+1a220c00
+98007200
+2040753b
+18c22200
+1a227e00
+9a667c00
+20610000
+20204169
+9a20a200
+20204174
+58000020
+e7e08005
+c200417a
+20600000
+44ff401f
+7855fc00
+20374182
+2436c191
+20403c02
+6fe1409b
+67e10171
+6fe0c2f4
+c282bc10
+c507bc10
+6fe08048
+243a3c10
+6fe0c12a
+243a3c10
+6fe08163
+c282bc10
+c283bc10
+c2833c10
+20203bf8
+6fe0c0a9
+1fe67c1e
+24213c07
+6849409b
+18430400
+6fe10171
+9840fe00
+67e10171
+20203c07
+d8e00000
+202041b2
+d8e00000
+202041b6
+d8e00001
+202041b2
+d8e00001
+202041b6
+d8e00002
+202041b2
+d8e00002
+202041b6
+d8e00003
+202041b2
+d8e00003
+202041b6
+d8e00004
+202041b2
+d8e00004
+202041b6
+d8e00005
+202041b2
+d8e00005
+202041b6
+6fe0c2f4
+f9207e00
+67e0c2f4
+20600000
+6fe0c2f4
+f93ffe00
+67e0c2f4
+20600000
+58112233
+67e1c2f5
+58445566
+e7e18005
+58778899
+e7e18005
+58001122
+e7e18005
+58334455
+e7e18005
+58000066
+e7e08005
+20600000
+59000302
+67e24284
+58010010
+67e1c288
+7042d101
+20600000
+da200000
+d8200001
+202041e0
+44ffc01f
+d8200003
+204041e0
+1a427e00
+e7e08005
+20600000
+47004020
+18000202
+1a20a204
+204041e0
+1a20a3fc
+1a227e00
+e7e10005
+1a427e00
+e7e10005
+20600000
+4700c020
+1a20a205
+20406654
+1a20a3fb
+1a227e00
+e7e10005
+58000000
+e7e10005
+18227e00
+e7e08005
+20600000
+47014020
+2040668e
+1fe20c00
+20600000
+6fe143f6
+20600000
+204041f4
+1fe20c00
+20600000
+6fe143f9
+20600000
+204041eb
+18c08c05
+20600000
+204041eb
+18c08c09
+20600000
+204041f1
+18c08c09
+20600000
+204041f1
+18c08c05
+20600000
+202066a4
+202066a7
+202066aa
+20206693
+67e44380
+20204217
+184122ff
+2040420d
+184ca200
+6220c377
+2020420e
+6220c376
+2a2ffe01
+2040c213
+2a2ffe02
+2040c215
+20600000
+d8e00008
+20204218
+d8e0000b
+20204218
+d8e00005
+6fe4436e
+f9207e00
+67e4436e
+20600000
+70019801
+70019901
+20403d2f
+20404222
+2040429f
+20203d36
+4701c020
+6fe0c316
+c1808000
+d8e00002
+2040755d
+247a0000
+6fe14317
+68494319
+98467e00
+d8e00002
+2040754f
+7854fc00
+204042c9
+20404241
+24768000
+47024020
+6fe30049
+67e30173
+6fe08002
+1fe0fe01
+67e08002
+20404248
+20748000
+204042f0
+24768000
+6fe08004
+1fe0fe01
+67e08004
+6fe4804f
+67e484f6
+20600000
+4702c020
+2040433b
+20403dc8
+6fe08001
+1fe0fe01
+67e08001
+20600000
+47034020
+6fe081b7
+c18d8000
+6fe30173
+684b429f
+98467c00
+24628000
+20403852
+24628000
+20404258
+20403c8f
+70410d00
+7001b300
+70431600
+7001b700
+2020383d
+4703c020
+18007fff
+38080001
+67e28193
+da200163
+20403d9e
+18007204
+d8a00187
+20407662
+6fe142ac
+67e10191
+180a7e00
+1fe17e0f
+1fe67c04
+20214263
+67e0817c
+47044021
+68494127
+60490165
+18422600
+1c40fe07
+9a66fc00
+204075d0
+18072200
+9a267e00
+9a60fe00
+68494125
+9840fe00
+67e20167
+9c462200
+1a20a3fa
+da402205
+6fe0c2a5
+7d3a2406
+6fe0c29e
+7d3a2407
+1a427e00
+67e14129
+6fe342ae
+e7e30005
+6fe30173
+e7e30005
+6fe20187
+e7e20005
+180a7e00
+e7e10005
+180a7e00
+e7e08005
+18007e02
+e7e08005
+1a2b7e00
+e7e10005
+1a6b7e00
+e7e10005
+4704c021
+58000000
+e7e10005
+6fe142ac
+e7e10005
+6fe28193
+e7e28005
+6fe0817c
+d84000a0
+9841fe00
+e7e08005
+20403eb9
+58004129
+1fe08c12
+efe18006
+67e1818b
+20600000
+70000724
+7004f600
+204042c3
+204042a4
+202042c6
+47054021
+6fe0c35b
+207a0000
+d8e00000
+2040755d
+247a0000
+78287c00
+204042c9
+2040433b
+204042d2
+2436c2b6
+6fe08003
+1fe0fe01
+67e08003
+6fe08047
+1fe17e0f
+c001c301
+c002c313
+4705c021
+6fe084f6
+6848c366
+98467c00
+2422c2a4
+180a7e00
+d84001ff
+98417e00
+1fe0fefa
+204074f7
+d8e00000
+6fe1435c
+2020754f
+d8a00506
+d8c04129
+202074f2
+d8c00506
+d8a04129
+202074f2
+47064021
+7854fc00
+588e89be
+1fed7e00
+1fe1fed6
+98001200
+58555555
+67e1818b
+20600000
+4706c021
+6fe0c35e
+6848c35f
+18520400
+184b8400
+98408400
+6048c129
+c000c2e3
+6848c31b
+1840fe06
+67e0c12a
+6fe342ae
+67e3412b
+18427200
+d8c0431c
+2040753b
+202042e9
+5800000c
+67e0c12a
+6fe342ae
+67e3412b
+6fe3410f
+e7e30005
+47074021
+6fe08000
+1fe0fe01
+67e08000
+db600708
+7856fc00
+20203ea4
+4707c021
+6fe0c367
+c1808000
+6fe08000
+1fe0fe01
+67e08000
+d8400c03
+6fe0c368
+7d3a0406
+1a227e00
+7d3a0407
+60494129
+6fe342ae
+e7e30005
+6fe30173
+e7e30005
+20203ea4
+6fe3004f
+684b42ae
+98467c00
+24628000
+d8400004
+6fe0c35f
+7d3a0406
+6048c129
+6848c33b
+1840fe06
+67e0c12a
+6fe342ae
+67e3412b
+d8c0433c
+18427200
+2040753b
+20403eb9
+202042b6
+6fe3004f
+684b42ae
+98467c00
+24628000
+20403fe4
+6220c29e
+6fe30049
+67e30173
+6fe40055
+67e40187
+6849005d
+47084022
+184b8400
+6fe1005f
+1febfe00
+67e10165
+67e20167
+98467e00
+1fe0d1fe
+6fe48061
+67e4818f
+6fe0806a
+1fe1041f
+6048817c
+1ff18400
+18430400
+604881b3
+da200163
+204040b7
+da200163
+20403d9e
+20403c9b
+20403852
+24628000
+4708c022
+204038f3
+20404607
+7004c314
+2040709b
+2020383d
+47094022
+6fe08007
+c012c341
+c0134347
+c013c34d
+2020434d
+6848c366
+284ffe01
+2020c358
+284ffe02
+2020c35d
+20204353
+6848c366
+284ffe02
+2020c35d
+284ffe00
+2020c353
+20204358
+6848c366
+284ffe00
+2020c353
+284ffe01
+2020c358
+2020435d
+70000725
+6fe084f6
+79207e00
+67e084f6
+20600000
+70000726
+6fe084f6
+79207e01
+67e084f6
+20600000
+70000727
+6fe084f6
+79207e02
+67e084f6
+20600000
+efe18006
+67e1c36a
+c0014379
+c001c381
+c0024384
+c00343ad
+c00443fa
+c0054478
+c00644a7
+c00844bd
+c0094500
+c00b4526
+c00c4539
+c00f453e
+c0294542
+20600000
+18002203
+20404568
+58000002
+e7e08005
+6fe142b4
+e7e10005
+20600000
+20404381
+18002203
+20404568
+58000003
+e7e08005
+6fe142b4
+e7e10005
+20600000
+1fecfe00
+67e142b6
+20600000
+2040459c
+20407636
+20204387
+d9600003
+204040d1
+204040da
+203a43ab
+242143a8
+18c08dfe
+204074d3
+204074ca
+2434439b
+204074b7
+20407638
+616204d4
+18002214
+20404568
+696204d4
+204074c6
+58000005
+e7e08005
+58000001
+e7e08005
+204074cd
+efe10006
+1fe17eff
+e7e10005
+efe08006
+1fe27200
+20407548
+204074d0
+196097ff
+2022c3ab
+efe08006
+98c08c00
+20204389
+efe08006
+98c08c00
+202043a5
+2034455b
+2020458f
+2040459c
+efe10006
+67e1428e
+204074d3
+d8a0050a
+6fe14308
+1fe0fff9
+204045af
+202043c0
+78547c00
+68490506
+6fe10508
+98467c00
+242143bd
+18427e00
+c1800000
+78347c00
+7001b401
+2020455d
+204043b6
+20740000
+6849428e
+58002800
+98467c00
+2022c3c7
+2020455b
+70436d00
+68490506
+604904cc
+20404116
+243a455b
+684904cc
+20404116
+243a43e0
+18c22200
+6fe0851b
+1fe27200
+6848850a
+98467c00
+2422c3dc
+da40050b
+204075d2
+2022c3e3
+6fe10523
+6849428e
+98467c00
+2022c3eb
+6fe104cc
+1fe0fe01
+67e104cc
+202043cc
+6fe0c36d
+c000c3eb
+2020455b
+6fe10523
+6849428e
+98467c00
+2422c3dc
+70436d01
+684904cc
+6049051e
+202043dc
+6fe0c36d
+c00043dc
+70436d02
+684904cc
+184085ff
+60490520
+da200005
+20404568
+58000007
+e7e08005
+6fe1051e
+e7e10005
+6fe10520
+e7e10005
+20600000
+2040459c
+204045aa
+202043fd
+68490506
+604904cc
+204040d1
+204040e9
+18c08dfe
+18c27e00
+67e1051c
+6849050b
+58002a00
+98467c00
+2022c464
+58002803
+98467c00
+2422c450
+d9600002
+2040456f
+2421442d
+684904cc
+20404114
+243a442d
+20404573
+2422c42b
+2434442f
+78547c00
+da200014
+20404568
+58000009
+e7e08005
+18a26000
+18a08a01
+2040443d
+2040456b
+20404114
+20404444
+6fe08522
+1fe0a205
+e2208030
+1a267c07
+2442f63a
+2042f63c
+204045a1
+9a26fc00
+204075d0
+18079600
+196097ff
+2022c42d
+2040456b
+2020440c
+2034455b
+2020458f
+2040457f
+2040456b
+20404114
+204044ee
+243a442d
+204074ca
+6fe104cc
+1fe0ffff
+e7e10005
+2040458b
+20404444
+196097ff
+2022c42d
+2020442b
+6fe104cc
+e7e10005
+6fe0851b
+1fe27200
+204074cd
+2040753b
+202074d0
+204074ca
+6fe104cc
+e7e10005
+204074d0
+6fe08522
+1fe27200
+204074ca
+204074cd
+9f260c00
+18c08dff
+2040753b
+202074d0
+204040f9
+203a455b
+18c22600
+18c08dfb
+efe10006
+67e104cc
+da200014
+20404568
+58000009
+e7e08005
+efe08013
+1fe27200
+1fe0fe02
+e7e08005
+6fe104cc
+e7e10005
+1a608c01
+2040753b
+204074d0
+2020458f
+d8402a00
+204040f9
+207a0000
+18c08dfb
+efe10006
+67e104cc
+da200014
+20404568
+58000009
+e7e08005
+6fe0c22b
+1fe27200
+1fe0fe02
+e7e08005
+6fe104cc
+e7e10005
+d8c0422c
+2040753b
+204074d0
+2020458f
+2040451f
+6849436b
+6fe0c2f4
+c281c49d
+204040e9
+2422c55b
+205444a3
+20740000
+204040f6
+18c08dfe
+efe10006
+d8402a00
+98467c00
+2022c493
+efe08006
+1fe67c16
+2021448a
+18007e16
+1fe22600
+204074d3
+1a60a201
+20404568
+5800000b
+e7e08005
+1a627200
+204074cd
+20207548
+204074d3
+6fe0c22b
+1fe0a201
+20404568
+5800000b
+e7e08005
+6fe0c22b
+1fe27200
+d8c0422c
+20207548
+6fe14305
+98467c00
+2422c47c
+2434447c
+7001b405
+2020455d
+18c08dfe
+efe10006
+c28744a1
+20207638
+efe10006
+67e1050a
+da200014
+20404568
+5800000d
+e7e08005
+6fe1050a
+98002200
+6849436b
+204040e6
+203a455b
+efe08006
+9a267200
+2421455b
+1f267c16
+202144b8
+18007216
+1a227e00
+98c08c00
+2040753b
+204074d0
+2020458f
+2040459c
+204045aa
+202044c0
+d9600002
+68490506
+604904cc
+204040e9
+18c08dfe
+18c27e00
+67e1051c
+2040456f
+242144f6
+684904cc
+20404114
+243a44f9
+20404573
+2422c4ec
+19627e00
+c00044f9
+243444e2
+78547c00
+da200014
+20404568
+58000011
+e7e08005
+6fe0851b
+1fe0a204
+e2208005
+204074d0
+1a267c06
+2442f63a
+2042f63c
+204045a1
+9a26fc00
+204075d0
+18079600
+202044e8
+204044f0
+243a44f9
+6fe104cc
+1fe0ffff
+67e10520
+20404585
+6fe104cc
+67e1051e
+2040457f
+196097ff
+2040456b
+202044c7
+6fe08522
+202044f1
+6fe0851b
+203644f4
+1fe0fffe
+20600000
+1fe0fff0
+20600000
+6fe104cc
+67e10520
+202044fd
+6fe104cc
+1fe0ffff
+67e10520
+202044fd
+2034455b
+20404585
+2020458f
+18c22200
+6fe14308
+1fe0a5fd
+204040a8
+4709c022
+2040451f
+6849436b
+204040e9
+2422c51d
+20544519
+20740000
+6fe0c2f4
+c3024514
+6849436b
+6fe14305
+98467c00
+2422c514
+2040451f
+24344514
+202044a1
+18002201
+20404568
+58000013
+e7e08005
+20600000
+18c08dfe
+efe10006
+c287c4a1
+20207638
+7001b401
+2020455d
+470a4022
+20407638
+6fe0c2d1
+c1000000
+6fe0c040
+c3820000
+20207636
+18c0a202
+6fe14308
+1fe0a5fb
+204040a8
+2020452b
+6fe14308
+1fe22200
+20404568
+58000017
+e7e08005
+6fe1436b
+e7e10005
+6fe14308
+1fe0f3fb
+6fe1430c
+1fe08c07
+efe10006
+e7e10005
+2020753b
+18002201
+20404568
+58000019
+e7e08005
+20600000
+6fe0c369
+793ffe00
+67e0c369
+20600000
+18c22200
+6fe14308
+1fe0a5fd
+202040a8
+18422600
+1a20a203
+20404568
+1a20a3fd
+5800001b
+e7e08005
+1a620400
+e0410005
+20600000
+6fe0c369
+79207e00
+67e0c369
+18422600
+1a20a203
+20404568
+1a20a3fd
+5800001d
+e7e08005
+1a620400
+e0410005
+20600000
+470ac022
+7001b40a
+18002205
+20404568
+58000001
+e7e08005
+6fe0c36a
+e7e08005
+6fe1436b
+e7e10005
+6fe081b4
+e7e08005
+20600000
+470b4022
+18002404
+202041d6
+684904cc
+18408401
+604904cc
+20600000
+684904cc
+6fe10508
+98467c00
+20600000
+470bc022
+6848850a
+da20050b
+6fe08522
+1fe27200
+98467c00
+24628000
+da400523
+202075d2
+6848c28d
+da20428e
+20204576
+470c4023
+6fe0851b
+67e084f6
+1fe27200
+204074cd
+2020753b
+470cc023
+204074ca
+6fe1051e
+e7e10005
+6fe10520
+e7e10005
+6fe084f6
+1fe27200
+2040753b
+202074d0
+470d4023
+204074ca
+204041fc
+18a27e00
+98c62200
+204041ff
+1a227e00
+e7e10006
+1a20a204
+204041f1
+1a227e00
+e7e08006
+20600000
+1fecfe00
+67e10506
+efe10006
+67e10508
+20600000
+470dc023
+6fe142b6
+1fe0fffe
+684942b4
+184085fe
+2040762c
+d84000f0
+2040762c
+20600000
+470e4023
+204074d3
+d8a0050a
+6fe14308
+1fe0fffb
+e7e08005
+1fe27200
+204074cd
+2020753b
+6fe1004b
+c1820000
+6fe0c369
+79207e01
+67e0c369
+6fe1804d
+67e1c36a
+7920000f
+c00945ce
+c02945d3
+c00c4539
+c0014379
+c00f453e
+793f800f
+6fe0c369
+793ffe01
+67e0c369
+20600000
+6fe0c369
+c4008000
+7920000f
+204045de
+204045e4
+205445c1
+6fe0c36a
+c0094504
+20600000
+204045d3
+202045d0
+204045e4
+24740000
+20204504
+470ec023
+204045d7
+da200050
+202040a8
+6fe08048
+1fe0a5f9
+1fe0fffc
+67e1430a
+68490049
+60494308
+20600000
+6a408048
+6fe1430a
+9a408400
+6049430a
+da200049
+202040a8
+20407638
+6fe1430a
+68494308
+98467c00
+24628000
+20207636
+efe08006
+e8408006
+e8410006
+c009c5ef
+20600000
+efe10006
+67e1430f
+7004c340
+2020709b
+da20000c
+da600012
+204045fb
+58000008
+e7e10005
+6fe442a6
+e7e40005
+20600000
+20404603
+da400005
+204041d6
+1a627e00
+e7e08005
+6fe0c30e
+e7e08005
+20600000
+6fe0c30e
+1fe0fe01
+67e0c30e
+c1800000
+70430e01
+20600000
+6fe0c2d1
+c000460e
+c000c611
+c0014613
+20600000
+70428700
+70428503
+20600000
+70428705
+2020460f
+70428705
+70428500
+20600000
+efe08006
+c000c628
+c001c649
+c0024658
+c002c663
+c003c6b7
+c00446a3
+c004c6b3
+c00546b7
+c005c6b7
+20600000
+18002202
+204046fc
+5800000b
+e7e08005
+6fe0c287
+e7e08005
+20600000
+67e0c27d
+efe30006
+e7e30005
+6fe0c2d1
+c0004669
+20404644
+7042cf03
+6fe0c27e
+c0004636
+c000c636
+c001c636
+6fe0c2d1
+c0014639
+c1418000
+dfe00000
+67e242d2
+20600000
+6fe0c2f4
+c2804642
+da2042d2
+1a220a00
+df200003
+20407662
+6fe142d4
+1fe17e07
+67e142d4
+7004c334
+2020709b
+18002207
+204046fc
+6fe3c284
+e7e38005
+20600000
+7042cf05
+d8a0425b
+204074f5
+6fe0c2d1
+c002464f
+20204651
+7004c343
+2020709b
+7042cf06
+20406e65
+18002211
+204046fc
+58000003
+e7e08005
+20206fb1
+18c22200
+1a220c00
+20406e5d
+2022c66b
+7001b504
+18002202
+204046fc
+58000005
+e7e08005
+6fe081b5
+e7e08005
+470f4023
+18000e07
+2040754e
+7042cf00
+7004c330
+2020709b
+7001b505
+2020465d
+20406e59
+7004c331
+2040709b
+70425a01
+7042cf09
+18002211
+204046fc
+58000004
+e7e08005
+d8c0426b
+202074f5
+18002211
+204046fc
+58000006
+e7e08005
+6fe0c2f4
+c280c67e
+d8c0424a
+202074f5
+d8c042f5
+202074f5
+d8a042d6
+1800720a
+20407662
+1800220b
+204046fc
+58000007
+e7e08005
+6fe142d6
+e7e10005
+6fe442d8
+e7e40005
+20600000
+18002211
+204046fc
+58000008
+e7e08005
+58000000
+e7e40005
+e7e40005
+20600000
+18002208
+204046fc
+58000009
+e7e08005
+6fe0c2a5
+e7e08005
+6fe342ae
+e7e30005
+20600000
+7001b508
+2020465d
+6fe0c289
+6848c289
+98417e00
+20600000
+d8a042e0
+204074f5
+2040469f
+2fec0001
+2020c69d
+6fe0c095
+c1850000
+204046ad
+24740000
+20204e2a
+20407638
+6fe0c29e
+c1000000
+6fe0c282
+c4008000
+20207636
+2040469f
+2fec0001
+2020c69d
+20600000
+20600000
+6fe0c2cf
+c17f8000
+d8400003
+98467c00
+24610000
+d8e00007
+2040755d
+247a0000
+2020469d
+470fc023
+20404203
+247a0000
+6fe0c2cf
+c00046ce
+c000c6d4
+c00146ce
+c001c6d6
+c004c6da
+c005c6ea
+c00646ec
+c006c6f3
+20600000
+6fe0c2d0
+c1820000
+7042d0ff
+7042cfff
+7004c33f
+2020709b
+7042cf02
+20204621
+7042cf04
+58017700
+d8e00007
+2020754f
+6fe0c2d0
+c00246dd
+20600000
+6fe0c2d1
+c283c6e8
+7042cf0b
+20404676
+7004c329
+2040709b
+6fe0c095
+c1850000
+204046ad
+20740000
+20204e2a
+7042cf0c
+202046e1
+7042cf0c
+20204680
+6fe0c283
+6848c28a
+98417e00
+2fec0001
+2020c6f5
+7042cf0d
+2020468c
+20404694
+202046f5
+47104024
+18000e07
+2040754e
+7042d0ff
+7042cfff
+7004c33e
+2020709b
+47114024
+18002406
+202041d6
+6fe08049
+c0004716
+c000c71e
+c0014726
+c001c72a
+c0024748
+c002c74d
+c0034751
+c003c756
+c0044757
+c004c758
+c0054759
+c005c75d
+c006475e
+c006c760
+c0094761
+c009c762
+c00a4763
+c00ac765
+c00b4770
+c00c4771
+6a608049
+20204794
+efe48006
+67e4819a
+efe10006
+67e10183
+6fe08163
+79207e05
+67e08163
+20600000
+efe28006
+67e2819a
+efe10006
+67e10183
+6fe08163
+79207e06
+67e08163
+20600000
+58000014
+67e10191
+67e142c8
+20600000
+efe40006
+67e442d8
+efe10006
+67e142d6
+efe40006
+67e442b8
+efe20006
+67e2440b
+20404781
+4711c024
+6fe0c2cf
+c004c73c
+6fe0c2f4
+c280c73f
+6fe0c3af
+245a6bf8
+6fe0c25a
+c0004744
+7042d001
+2040478f
+20206e6b
+70425a01
+d8c042f5
+d8a0424a
+204074f5
+2020473c
+7042d000
+7042cf00
+7004c341
+2020709b
+efe40006
+67e442c0
+efe20006
+67e2440f
+20206e6b
+6fe08163
+79207e04
+67e08163
+20600000
+20748000
+7004c332
+2040709b
+7042d004
+20204792
+20600000
+20204799
+20600000
+7042d002
+204047a0
+7004c333
+2020709b
+20600000
+20748000
+202047a2
+20600000
+202047ae
+20600000
+20404765
+202047b2
+efe40006
+67e44378
+6fe14378
+68494384
+2040762c
+67e14378
+6fe1437c
+68494380
+2040762c
+67e1437c
+20600000
+202047b8
+efe10006
+67e1019a
+efe10006
+67e10183
+207a0000
+6fe08163
+79207e07
+67e08163
+20600000
+da600013
+da200002
+da400002
+204041d0
+1a627e00
+e7e08005
+20600000
+d8a042c0
+18007208
+20407662
+d8a0440f
+18007204
+20407662
+da20000d
+da400004
+204041d0
+6fe442c0
+e7e40005
+6fe2440f
+e7e20005
+20600000
+7042d005
+da400005
+202047c2
+da400006
+202047c2
+da200002
+da400007
+204041d0
+e2608005
+20600000
+da200009
+da400009
+204041d0
+6fe4436e
+1fe1fe01
+e7e40005
+20600000
+da40000b
+202047c2
+da200006
+da40000c
+204041d0
+6fe2c120
+e7e28005
+20600000
+da200002
+da40000d
+204041d0
+58000006
+e7e08005
+20600000
+da400013
+202047c2
+da400014
+202047b3
+da400015
+da200009
+204041d0
+6fe44380
+e7e40005
+20600000
+da200003
+da400017
+204041d0
+6fe0c376
+1fe17e07
+e7e08005
+6fe0c377
+1fe17e07
+e7e08005
+20600000
+da200001
+202041d0
+47124024
+c513ca39
+20204c86
+4712c024
+7844fc00
+7843fc00
+58555555
+98001e00
+6fe0c4d3
+20203d42
+47134024
+6fe0c4fd
+20403d16
+6fe244d5
+98001200
+20403925
+6848c4d3
+20403d47
+204047c7
+c597c7db
+783cfc00
+2000001e
+204047c7
+7857fc00
+7826fc00
+7830fc00
+78507c00
+78287c00
+6fe144d1
+98003600
+37c18400
+242c4835
+2040644b
+c517c7ea
+6fe0c510
+243a47ea
+7846fc00
+7825fc00
+7823fc00
+7824fc00
+20404832
+67e0c4f3
+6848c4f2
+98467c00
+2422c837
+4713c024
+7858fc00
+280ffe2f
+2040c824
+2038c837
+20404832
+67e0c43d
+c513c7fd
+6fe0c43d
+6848c4cf
+a8400e00
+2420c837
+20404832
+280ffe2f
+2040c82d
+e7e08005
+1fe97e00
+1fe67c1f
+24214837
+1fe27200
+2022c809
+20404832
+e7e08005
+c2004806
+c513c80e
+18a22200
+20404832
+67e0c518
+1a220a00
+09800018
+1fef7e00
+1ff17e00
+e7e18005
+6fe0c510
+243a4822
+7845fc00
+280ffe27
+2040cc49
+20234837
+2040644a
+7837fc00
+20403e33
+47144025
+c6138000
+6fe0c518
+6848c567
+98467c00
+2041762e
+20204c4d
+7846fc00
+20204815
+20404832
+1fe67c01
+2021763e
+1fe0fffe
+c513c82b
+203a763e
+1fe0ffff
+67e084cc
+20600000
+1fe17e07
+684884cc
+18498400
+9841fe00
+20600000
+09800008
+19897e00
+20600000
+280ffe27
+2040cc65
+4714c025
+20403d36
+784dfc00
+7845fc00
+202038cb
+20403925
+6848c4d3
+202039c9
+47154025
+6fe0c4fe
+20403d16
+6fe244d5
+98001200
+204047c7
+2040483c
+79202a00
+782efc00
+78307c00
+7850fc00
+20406451
+785d7c00
+c517c871
+c516c883
+19317e00
+1fecfe00
+1ff1fe00
+08008628
+4715c025
+c517c858
+6fe0c510
+243a4858
+784efc00
+782dfc00
+7823fc00
+7824fc00
+6fe0c4d0
+98007200
+d8c0447f
+efe08006
+08008608
+c200485d
+78247c00
+08008618
+78447c00
+c597c867
+7843fc00
+58000000
+08008603
+37d38200
+20000064
+785d7c00
+784efc00
+6fe0c510
+243a486e
+784dfc00
+785c7c00
+20403925
+2020644f
+df20000a
+5800003c
+08008608
+c2004872
+784efc00
+783c7c00
+19317e00
+1ff17e00
+1ff1fe00
+08008620
+c5174880
+58000001
+08008605
+783d7c00
+20204852
+58000000
+08008605
+20204852
+6fe0c11d
+1fe37200
+20000002
+c2004885
+19317e00
+1fecfe00
+1ff18400
+18427e00
+08008608
+18427e00
+08008628
+20204852
+47164025
+6fe0c4fe
+c28148b0
+6fe0c4ce
+1fe0fe03
+67e0c4d0
+6fe0c4f2
+67e0c47f
+6fe0c4cf
+e7e08005
+6fe0c4ce
+1fe9fe00
+6848c4c4
+18410403
+18438400
+9841fe00
+6848c4c5
+9840fe00
+e7e08005
+6fe0c4ce
+98007200
+d8c0445f
+20407548
+4716c025
+c6938000
+6fe08030
+e7e08005
+6fe0c4fe
+c3810000
+6fe0c4d0
+1fe0fe01
+67e0c4d0
+20600000
+6fe0c4ce
+1fe0fe04
+c593c8b4
+1fe0fe01
+67e0c4d0
+6fe0c4f2
+67e0c47f
+6fe0c4d0
+1fe0fffe
+e7e08005
+6fe0c4cf
+e7e08005
+58000000
+2020489a
+47174025
+6fe0c43e
+1fe97e00
+67e0c4c3
+1fe0fe01
+d8c0443e
+98c08c00
+efe18006
+67e1c4c6
+6fe0c43e
+1fe37e00
+1fe17e03
+67e0c4cc
+20600000
+4717c025
+6848c4d4
+204048d1
+6048c4d4
+20600000
+47184026
+204048d6
+18408401
+18410403
+20600000
+4718c026
+6fe0c4d5
+1fe17e03
+1fefa204
+580044d9
+9a20fe00
+98408c00
+efe08006
+67e0c4d3
+20600000
+67e244d5
+47194026
+da200000
+df200004
+d8c044d5
+efe08006
+9a20a200
+c20048e5
+1a227e00
+67e144f0
+6fe0c4f0
+6848c4f1
+9840fe00
+67e0c4f2
+20600000
+4719c026
+20407638
+684a44e9
+1c427e00
+98467c00
+244148ff
+1fe22400
+6fe244e9
+6848c4ed
+98408400
+1a427e00
+98467c00
+24610000
+793ffe1c
+67e244e9
+20207636
+20628000
+79207e1c
+20600000
+58000000
+67e244e9
+20600000
+471a4026
+38001300
+3805908b
+380b6150
+380c3d20
+67e4c4d9
+38003a1a
+3804c453
+3808d312
+380c0001
+e7e38005
+6fe0c4ff
+207a0000
+d8c04500
+d8a044d9
+202074f5
+471ac026
+584e001e
+67e1c501
+58032303
+e7e18005
+58250642
+e7e18005
+58094c06
+e7e18005
+583c0927
+e7e18005
+7044ff01
+20600000
+471b4026
+d8406978
+c513c929
+d84012c0
+6fe0c4fd
+c3014929
+d8402ee0
+604944d1
+20600000
+7044fd01
+7044fe01
+20600000
+7044fd02
+7044fe02
+20600000
+471bc026
+7045154e
+58101520
+67e1c511
+58000005
+e7e08005
+20600000
+da60451d
+da404ceb
+20204de8
+79200026
+6fe0c53b
+793ffe02
+79207e01
+67e0c53b
+58000000
+67e14521
+6fe1451b
+67e1451d
+70451a00
+20404979
+7044c400
+6fe0c515
+67e0c4d3
+6fe0c516
+67e0c116
+6fe24511
+202048e0
+471c4027
+6fe0c519
+c07fc99b
+c000c955
+c0014957
+c001c95d
+c0024963
+20600000
+70445fff
+20204964
+6fe0c4f4
+203a495b
+6fe24543
+204048e0
+70445faa
+20204964
+70445f55
+6fe0c4f4
+203a4964
+6fe2452b
+67e24461
+20204966
+70445f22
+6fe24543
+67e24461
+6fe0c4cf
+1fe17e07
+67e0c460
+70446500
+7044ce07
+2040488f
+20404cc8
+246c0000
+24778000
+20404c01
+20404cdf
+471cc027
+6fe0c519
+c17f8000
+c000c97e
+c0014980
+c001c986
+c002498e
+20600000
+70451902
+6fe0c4f4
+207a0000
+70451901
+20600000
+70451902
+20204cc3
+6fe0c4f4
+203a4984
+6fe244a5
+67e2452b
+70451903
+20204cc3
+6fe0c4f4
+203a498c
+6fe244a5
+684a4543
+98467c00
+24628000
+70451904
+20204cc3
+6fe0c4f4
+203a4994
+6fe244a5
+684a452b
+98467c00
+24628000
+704519ff
+7004c339
+2040709b
+58000000
+67e1451d
+6fe244a5
+204048e0
+6fe0c53b
+793ffe01
+67e0c53b
+20204cc3
+70455901
+70455800
+20600000
+6fe0c558
+c3808000
+79207e01
+67e0c558
+58000000
+67e1c518
+67e2456f
+70455401
+20204946
+70455401
+7044ce08
+d8c0451b
+d8a0445f
+202074ef
+471d4027
+20404a54
+204047ce
+2437ca54
+204049bf
+20404a87
+20404a2e
+204053c3
+6fe0c4f4
+207a0000
+6fe2456f
+207a0000
+202048e0
+20404a54
+20204837
+70456505
+d8c0443d
+d8a0452b
+204074ef
+471dc027
+6fe0c52d
+c05549ca
+c02ac9d7
+c01149f4
+c07fcc20
+20600000
+6fe0c52e
+c000c9ce
+c00149d4
+20600000
+70451801
+70451b01
+70451c80
+6fe34437
+67e3451d
+20600000
+70451901
+70451b02
+202049d0
+6fe0c4f4
+203a49dd
+6fe2452f
+684a4437
+98467c00
+24628000
+6fe0c52e
+c000c9e1
+c00149ec
+20600000
+6fe0c518
+c000c9e4
+20600000
+70451802
+6fe0c4f4
+203a49cf
+70451b01
+70451c80
+6fe2456f
+67e2451d
+20207636
+6fe0c519
+c000c9ef
+20600000
+70451902
+6fe0c4f4
+203a49d5
+70451b02
+202049e8
+6fe0c4f4
+203a49fa
+6fe2452f
+684a456f
+98467c00
+24628000
+6fe0c52e
+c000c9fe
+c0014a09
+20600000
+6fe0c518
+c0014a01
+20600000
+20404a22
+204049cf
+6fe0c51a
+1fe1fe01
+67e0c51a
+58000000
+67e14518
+20600000
+6fe0c519
+c0804a0c
+20600000
+20404a28
+204049d5
+6fe0c51a
+1fe1fe02
+67e0c51a
+20404a06
+202053bd
+6fe0c559
+c1808000
+6fe0c553
+247a0000
+6fe0c440
+c000ca1b
+c0014a1f
+20600000
+6fe0c56e
+c4000000
+7857fc00
+20600000
+6fe0c56e
+c4008000
+20204a1d
+6fe0c553
+247a0000
+6fe0c56e
+1fe1fe01
+67e0c56e
+20600000
+6fe0c553
+247a0000
+6fe0c56e
+1fe1fe02
+67e0c56e
+20600000
+6fe0c51a
+207a0000
+6fe0c52e
+c000ca22
+c0014a28
+20600000
+79200027
+6fe0c116
+67e0c566
+20404922
+20204c58
+6fe14523
+202075e6
+471e4027
+7044ce00
+6fe0c554
+207a0000
+6fe14525
+202075e6
+20404a84
+2437ca54
+20404a76
+24344a54
+6fe0c4c3
+203a4a54
+1fe0fe02
+98007200
+d8c0443d
+d8a0452b
+20407548
+70455600
+6fe0c553
+205a4a91
+471ec027
+6fe0c52d
+c000ca5a
+c0014a69
+c07fca58
+471f4027
+d8a0443d
+df200042
+2020750f
+20404a30
+20204c20
+20404a22
+20404bbd
+6fe0c54d
+6848c52b
+284ffe03
+7920fe00
+67e0c54d
+c000ca6f
+6fe0c555
+6848c52b
+284ffe04
+7920fe00
+67e0c555
+6fe14527
+202075e6
+20404a28
+6848c52b
+284ffe03
+2020ca74
+6fe14529
+202075e6
+6fe0c095
+1fe67c0e
+2042cf01
+6fe24535
+20204c26
+6fe24535
+20204c2a
+20407638
+6fe0c4cc
+6848c4cd
+98467c00
+2442f636
+6fe0c4cc
+67e0c4cd
+6fe1c4c6
+6849c4c9
+98467c00
+2442f636
+6fe1c4c6
+67e1c4c9
+20600000
+20404a54
+204047ce
+24778000
+6fe0c43d
+67e0c4cf
+204048be
+6fe0c43e
+2feffe00
+2020ca90
+20404a3b
+2040488f
+2040483f
+20204837
+70455701
+58000280
+d8e00008
+2020754f
+471fc027
+70455601
+70455a00
+7044edff
+20204902
+47204028
+6fe0c556
+207a0000
+204048ef
+24740000
+20404aa7
+6fe0c55a
+1fe0fe01
+1fe17e01
+67e0c55a
+c0004aac
+c000caaf
+20600000
+6fe0c565
+207a0000
+1fe0ffff
+67e0c565
+20600000
+6fe0c565
+247a0000
+20204af1
+6fe0c565
+247a0000
+2020499f
+6fe0c56d
+247a0000
+6fe0c56b
+205a4ae0
+6fe0c568
+c3800000
+79207e00
+67e0c568
+70456701
+70456c00
+58000000
+67e14569
+7044ed60
+20204902
+4720c028
+6fe0c559
+c1000000
+6fe0c56d
+247a0000
+6fe0c56b
+247a0000
+6fe0c567
+207a0000
+204048ef
+24740000
+6fe14569
+1fe0fe01
+67e14569
+d84007d0
+98467c00
+20214adc
+20404aa7
+6fe0c56c
+1fe0fe01
+1fe17e01
+67e0c56c
+c0004ad9
+c000c99f
+20600000
+6fe0c565
+243a499f
+20204ba3
+70456b01
+20204ba3
+70456700
+20600000
+70456701
+20600000
+47214028
+6fe0c558
+c3800000
+79207e00
+67e0c558
+6fe0c566
+67e0c116
+70455400
+70076100
+70454d01
+7044c400
+6fe24437
+204048e0
+204048cc
+20204a54
+70455400
+70455900
+70455800
+20600000
+6fe0c559
+c1800000
+20404ae2
+20404ba7
+20204a41
+4721c028
+6fe0c559
+c1808000
+204049a2
+204049b0
+6fe0c553
+247a0000
+6fe0c51a
+207a0000
+70455600
+20404af1
+20404a91
+20204902
+6fe0c558
+c3838000
+79207e07
+67e0c558
+70455a00
+70455401
+58000000
+67e1c580
+67e3c55d
+20404b95
+24628000
+6fe0c4d4
+67e0c55c
+6fe0c4d3
+67e0c55b
+20600000
+47224028
+6fe0c559
+c1838000
+20404b07
+20404b3d
+20404a84
+2437ca54
+20404b95
+2042ca43
+6fe0c54d
+205a4ade
+70455900
+6fe0c558
+79207e00
+67e0c558
+6fe0c554
+1fe67c02
+2442cb93
+20404a54
+20404a91
+20404b95
+2022cb36
+6fe244d5
+684a4577
+98467c00
+2022cb39
+6fe244d5
+684a4573
+98467c00
+2022cb3b
+20600000
+6fe0c55c
+67e0c4d4
+20600000
+6fe0c562
+20204b37
+6fe0c55f
+20204b37
+4722c028
+6fe0c55a
+1fe0fe01
+1fe17e03
+67e0c55a
+c0004b61
+c000cb7b
+c0014b47
+c001cb7b
+20600000
+204049cf
+6fe24573
+203a4b3d
+204048e0
+6fe0c560
+205a4b5c
+6fe0c55e
+67e0c4d3
+6848c581
+6a214587
+20404c2c
+6048c581
+20404c35
+6048c57e
+18467c50
+24610000
+6848c55f
+204048d1
+6048c55f
+67e0c55e
+20600000
+70456001
+d8400000
+204048d6
+67e0c55e
+20600000
+204049d5
+6fe24577
+203a4b3d
+204048e0
+6fe0c563
+205a4b76
+6fe0c561
+67e0c4d3
+6848c582
+6a214589
+20404c2c
+6048c582
+20404c35
+6048c57f
+18467c50
+24610000
+6848c562
+204048d1
+6048c562
+67e0c561
+20600000
+70456301
+d8400000
+204048d6
+67e0c561
+20600000
+204049cf
+6fe24437
+204048e0
+6fe0c55d
+205a4b8f
+6fe0c55b
+67e0c4d3
+6848c580
+6a214585
+20404c2c
+6048c580
+20404c35
+6048c57d
+18467c50
+24610000
+6848c55c
+204048d1
+6048c55c
+67e0c55b
+20600000
+70455d01
+6fe0c55b
+67e0c4d3
+20600000
+70455400
+20600000
+6fe244d5
+684a4437
+98467c00
+20600000
+6fe0c554
+c1010000
+6fe0c557
+207a0000
+d8e00008
+2040755d
+247a0000
+70455700
+70456500
+20404ab2
+47234028
+70455907
+70455800
+20204a54
+4723c028
+6fe0c54d
+c000cc6c
+6fe0c555
+c000cbbb
+684a454e
+1c427e00
+98467c00
+244148ff
+1fe22400
+6fe2454e
+6848c552
+98408400
+1a427e00
+98467c00
+24610000
+793ffe1c
+67e2454e
+70454d01
+202048cc
+70455500
+202048cc
+1c427e00
+67e2454e
+20600000
+da604521
+da404ceb
+20204de8
+47244029
+79200026
+6fe0c53b
+793ffe01
+79207e02
+67e0c53b
+6fe0c526
+203a4bd8
+6fe0c525
+c000cbd0
+c0014bd0
+c001cbdf
+c0024bdf
+6fe0c516
+67e0c116
+6848c52f
+6048c4d4
+6fe24527
+20404be8
+6048c52f
+20600000
+70411603
+6848c530
+6048c4d4
+6fe2452b
+20404be8
+6048c530
+20600000
+70411603
+6848c531
+6048c4d4
+6fe24543
+20404be8
+6048c531
+20600000
+6fe244a5
+67e2452b
+204048e0
+202048cc
+4724c029
+20404c05
+20404cc8
+242c4c0c
+2437cc0c
+20404cdf
+6fe0c53b
+793ffe02
+67e0c53b
+58000000
+67e1451d
+67e14523
+67e14521
+6fe24511
+684a44d5
+98467c00
+2022c93b
+6fe24543
+684a44d5
+98467c00
+2042cbe6
+7004c33c
+2040709b
+47254029
+df200004
+d8a0445f
+20207500
+70445fff
+6fe0c4cf
+67e0c460
+6fe24543
+67e24461
+7044ce06
+2020488f
+6fe0c526
+203a48cc
+6fe14523
+1fe0fe01
+67e14523
+2feffe03
+6fe0c525
+c000cc18
+c0014c1a
+c001cc1c
+c0024c1e
+20204bd8
+2020cbd8
+20204bd0
+2020cbdf
+20204bd0
+2020cbdf
+20204bd8
+2020c946
+20204bdf
+6fe0c52e
+c000cc24
+c0014c28
+20600000
+6fe2452f
+67e2456f
+67e24573
+20600000
+6fe2452f
+67e2456f
+67e24577
+20600000
+4725c029
+1a227e00
+98408a00
+6fe08009
+e7e08005
+18408401
+6fe0c517
+98410400
+20600000
+47264029
+6fe0c517
+1fe0fe01
+67e104ef
+1fe27200
+1a220c00
+dfe00000
+e8408006
+9840fe00
+c2004c3c
+684904ef
+9846fc00
+204075d0
+18078400
+c6138000
+18427e00
+c6930000
+20403a64
+1fe20400
+20600000
+20403a45
+20203a60
+6fe14533
+20204c5f
+1fe22200
+6848c532
+6fe14533
+98408a00
+1a227e00
+e7e08005
+18408401
+6fe0c517
+98410400
+6048c532
+20600000
+6fe14583
+20404c5f
+6fe14585
+20404c5f
+6fe14587
+20404c5f
+6fe14589
+207a0000
+1fe20a00
+6fe0c517
+1fe0fe01
+1fe27200
+2020750f
+20404c49
+207a0000
+6848c57c
+6a214583
+20404c2c
+6048c57c
+20600000
+6a214583
+20404c35
+6048c57b
+18467c50
+24610000
+202048cc
+6fe24437
+67e24543
+20404922
+20204c4b
+58002fb2
+67e1c547
+58100c0c
+67e1c4ed
+5800bb80
+67e1c54a
+70456005
+20600000
+5800f80c
+67e1c547
+581c1919
+67e1c4ed
+58017700
+67e1c54a
+7045600b
+20600000
+c6930000
+6fe0c53b
+c280c94d
+c2814bea
+6fe0c557
+c000cd35
+4726c029
+20404c9d
+24344d10
+20404cb2
+20404d5d
+6fe0c095
+c00460b1
+6fe4454a
+67e444f5
+6fe1455c
+67e1455e
+47274029
+20404d2c
+24740000
+2040765e
+6fe1c547
+20204d29
+20404ca0
+24740000
+2020488f
+6fe14535
+204075e6
+20344ca6
+6fe3c460
+207a0000
+20207636
+70454100
+1a20fe01
+67e0c4ce
+20404cae
+67e0c45f
+1a420c00
+1a227200
+20207548
+6fe0c4cf
+1fe17e07
+67e0c4cf
+20600000
+70454000
+6961003b
+34730200
+20404cc8
+6fe0c4c5
+c000ccbd
+242c4cd6
+2437ccd6
+20404cdf
+6fe0c095
+c00460a4
+20404d8d
+20404c01
+6fe0c4c4
+1fe0fe01
+67e0c4c4
+20404d03
+4727c029
+58000000
+67e0c53c
+67e1453d
+20600000
+4728402a
+7857fc00
+2040483f
+6fe0c4c5
+c000c837
+18002a00
+6fe244d5
+98001200
+68488008
+20403954
+2040396a
+204047d6
+2057c837
+20600000
+6fe0c541
+247a0000
+6fe1453d
+1fe0fe01
+67e1453d
+6fe0c53e
+c2824ce7
+20404ced
+20204cb3
+4728c02a
+204048be
+6fe0c4c3
+207a0000
+98007200
+d8c0443f
+d8a044a3
+20207548
+4729402a
+58000000
+67e1453d
+70453f01
+7004c33a
+2020709b
+4729c02a
+6848c540
+6fe0c560
+98467c00
+24214d0b
+18408401
+6048c540
+6fe0c560
+c002ccfa
+6fe0c540
+c0034d05
+c0064d05
+20600000
+6fe0c540
+c001cd05
+c0034d05
+20600000
+c517cd01
+67e0c480
+20600000
+67e0c481
+20600000
+6fe0c4cf
+c4020000
+6fe0c4cf
+793ffe04
+67e0c4cf
+20404cfe
+20404d91
+202048cc
+20404d81
+20404d91
+202048cc
+6fe14537
+202075e6
+6fe0c541
+205a4d15
+20404d3f
+20404d0e
+20204d23
+7044cf01
+70454101
+20404cae
+67e0c45f
+58000000
+67e3c460
+6fe24543
+67e24467
+7044ce0c
+6fe0c4cf
+79207e03
+67e0c4cf
+2040488f
+20204c8f
+472a402a
+20404d2c
+24740000
+6fe0c095
+c00460a0
+6fe444f5
+20407593
+604a40aa
+20203b7a
+472ac02a
+78347c00
+20403b4b
+6fe1c0be
+203a7638
+6fe0c094
+203a7638
+6fe14539
+202075e6
+204048ef
+24740000
+20404d4a
+6fe14558
+1fe0fe01
+67e14558
+6849455a
+98467c00
+2042cd3f
+20204c8c
+70455700
+58000000
+67e14558
+58000064
+67e1455a
+70455600
+6fe0c4ee
+67e0c4ed
+20600000
+6fe0c4ef
+20204d46
+6fe0c556
+1fe0fe01
+67e0c556
+c0024d48
+c002cd44
+20600000
+70455701
+58000000
+67e14558
+20600000
+df200002
+d8c044d5
+20407636
+5800ffff
+e8410006
+98467c00
+2442f638
+c2004d58
+20600000
+472b402a
+6fe1442f
+c3858000
+6a214533
+20404c35
+6048c561
+6fe0c566
+c5134d66
+6fe0c569
+98467c00
+24214d80
+6fe0c563
+1fe67c02
+24214d6e
+6fe0c563
+c0004d81
+20600000
+6fe0c563
+6848c564
+98467c00
+24628000
+70456300
+6848c561
+6fe0c565
+c5134d77
+6fe0c568
+98467c00
+24610000
+6fe0c562
+c0004d88
+1fe0ffff
+67e0c562
+c0004d88
+70411600
+20600000
+70456300
+6fe0c562
+c0014d86
+1fe0fe01
+67e0c562
+c000cd7e
+70411606
+20600000
+70411685
+20600000
+70456201
+70456300
+20600000
+6fe0c563
+1fe0fe01
+67e0c563
+20600000
+6fe0c563
+1fe67c02
+24414d99
+6fe0c563
+c1000000
+1fe0ffff
+67e0c563
+20600000
+70456303
+20600000
+44b1400c
+6fe0c095
+203a4d9b
+c0025249
+c004e295
+c00553d2
+c0074e4d
+c006d102
+c0066506
+c00456ed
+20600000
+20758000
+20406c88
+6fe0c095
+c004e3d3
+c0025254
+c004572e
+c006d204
+20600000
+20406fe0
+204070b1
+20404db5
+6fe14390
+202075e6
+6fe1438e
+202075e6
+44b1c00c
+da204419
+20407613
+207a0000
+1fe22600
+20404dbe
+20204dc2
+da600000
+20600000
+c0084dd1
+c00a4dc8
+c00acdcc
+20600000
+6fe14392
+202075e6
+6fe14388
+202075e6
+6fe1438c
+202075e6
+6fe1442f
+79207e09
+67e1442f
+20600000
+70436900
+6fe1442f
+793ffe09
+67e1442f
+20204e2e
+6fe143a6
+79207e00
+67e143a6
+20600000
+67e081dc
+44b2400c
+6fe081dc
+207a0000
+1fe0ffff
+67e081dc
+20406fec
+20404e0f
+20406944
+6fe14398
+204075e6
+20204dd6
+efe08013
+207a0000
+1fe0ffff
+e7e08013
+247a0000
+1a427e00
+202075e6
+efe10013
+207a0000
+1fe0ffff
+e7e10013
+247a0000
+1a427e00
+202075e6
+684943de
+1840a601
+da404df3
+20204de1
+20404e44
+c000cdf6
+20204e28
+58000002
+e7e08013
+1840a408
+efe10012
+202075e6
+20404dfd
+20204e28
+58000000
+67e143a4
+20600000
+58000000
+67e143a6
+20600000
+6fe143a6
+79207e07
+67e143a4
+58000000
+67e143a6
+20600000
+d8e00009
+20203c54
+d8e00009
+20203c58
+7043a205
+20204e09
+da6043a2
+da404e0b
+20204de1
+7004c30f
+202070a4
+7004c310
+202070a4
+7004c30e
+202070a4
+7004c30d
+202070a4
+7004c317
+202070a4
+7004c318
+202070a4
+7004c316
+202070a4
+7004c311
+202070a4
+7004c315
+202070a4
+7004c314
+202070a4
+7004c313
+202070a4
+7004c319
+202070a4
+7004c31f
+202070a4
+7920000d
+20600000
+793f800d
+20600000
+20404e44
+c0014e3a
+58000001
+e7e08013
+1840a203
+1840a406
+e8408011
+1a60a601
+e0408013
+20204df9
+58000000
+e7e08013
+6fe1442f
+c304ce40
+2040477a
+20404e20
+684943de
+1840a202
+1840a404
+20204e36
+684943de
+1840a600
+efe08013
+20600000
+20404e44
+c0804e4b
+20204e28
+1840a40a
+20204df9
+20406fd3
+20758000
+58005056
+67e14523
+580049ab
+67e14525
+580050ee
+67e14527
+58004eca
+67e1438a
+58004ecc
+67e1438c
+58004eed
+67e14390
+58004f0e
+67e14392
+58004e09
+67e14388
+58004f69
+67e14394
+58004f2c
+67e14398
+4496c005
+20404eae
+20404efb
+2040711d
+7040c102
+7048fa00
+6fe0c6bc
+67e0c58b
+c0004e77
+6fe0c6bd
+67e0c432
+70435b00
+20406fe2
+20406fec
+7046e401
+6fe1442f
+c3860000
+20204e28
+20600000
+20204e95
+7046e402
+70435b01
+58000020
+204063c7
+d8a04233
+6fe0c2ae
+1fe104f0
+18518400
+20404e8f
+e0408005
+1fe1040f
+20404e8f
+e0408005
+20404130
+6848c22b
+18427200
+d8a0431e
+d8c0422c
+20407548
+6848c22b
+18427200
+d8a0433e
+d8c0422c
+20207548
+18467c09
+20214e93
+18408437
+20600000
+18408430
+20600000
+6fe0c6b1
+c0ffcea7
+6fe0c6af
+c0ffceaa
+6fe0c6ba
+c0ffceac
+6fe0c61d
+1fe27200
+5800461e
+1fe22200
+1a220c00
+efe08006
+18c22200
+c07fcea5
+1fe20400
+20406c43
+c2004e9f
+20600000
+6fe446b1
+67e44620
+20204e97
+67e0c61e
+20204e99
+67e0c61f
+20204e9b
+20405052
+204050d0
+da200000
+20406d6e
+20404e95
+20404f03
+20404ec8
+20204eb7
+20600000
+6fe0c8e7
+1fe27200
+580048e8
+1fe22200
+1a220c00
+efe08006
+18c22200
+c07fcec2
+1fe20400
+67e0c8ec
+20404ec4
+c2004ebb
+20600000
+6fe0c8ec
+c17f8000
+98000400
+20206c43
+7046c064
+20600000
+20404ecd
+2040765e
+20206d34
+204070fb
+df200014
+d8c08070
+18c20a00
+efe08006
+c00fcedd
+c0104edd
+c010cedd
+c0114edd
+c011cedd
+c0164edd
+c016cedd
+c0004edd
+c2004ed0
+20404ee3
+20600000
+58000040
+e7e08005
+20204eda
+58000080
+e7e08005
+20204eda
+6fe0c8e7
+1fe27200
+d8c048e8
+efe08006
+79207e07
+d840003e
+20406c67
+c2004ee6
+20600000
+20206d40
+20404f05
+20404ef0
+20204eec
+6fe1442f
+c3848000
+6fe0c8fa
+c000cef5
+20600000
+6fe0c6db
+c1008000
+7046db01
+20404eff
+20404f01
+20204f18
+6fe148ff
+67e14901
+70490300
+20600000
+58000000
+20204efc
+da200000
+2020702b
+da200000
+20207030
+6fe1442f
+c4048000
+20404203
+247a0000
+da204609
+2040713a
+24740000
+d8c04609
+202063cb
+1a627e00
+c016ce48
+c0084e30
+c00a4f14
+c00acf1e
+20600000
+20404eff
+20404f01
+793f8027
+20204f1a
+6fe146dc
+67e146de
+7046bf14
+70409400
+20404e16
+20204e2c
+79200027
+20404efb
+20405006
+20404ffa
+58000000
+67e2c68d
+2040711d
+70464f0a
+7046510a
+7046530a
+7040c102
+58000020
+204063c7
+20204e18
+20404fa7
+20404faa
+20404fad
+20404f39
+20204f31
+da6048fb
+da400000
+20204de1
+da604901
+da404f37
+20204de8
+70490301
+20600000
+da6046de
+da404f3c
+20204de8
+7046db02
+7048fa00
+20204f22
+6fe0c6b9
+207a0000
+da6046bf
+da404f44
+20204de1
+6fe0c6be
+67e0c6bf
+6fe0c6c2
+247a0000
+20406cc0
+67e146d9
+da2046d3
+20406cef
+6848c6c0
+98467c00
+20214f51
+67e0c6c0
+1fe20400
+6048c6c1
+6fe0c6bb
+98467c00
+20414f5c
+6048c6cc
+df200006
+d8c046c7
+20404f63
+67e0c6cd
+da2046c4
+20207122
+6fe0c6c3
+247a0000
+7046c301
+da200001
+20207030
+da200001
+2020702b
+da200000
+efe08006
+9a20a200
+c2004f64
+1a217eff
+20600000
+6fe0c36a
+c0094f6c
+20600000
+6fe1436b
+c00ccf83
+20600000
+44974005
+efe28011
+67e28546
+6fe10546
+d8406b5a
+98467c00
+24628000
+6fe10549
+1ff0fe00
+67e10549
+1fe27200
+1a20a205
+1a220c00
+d8a0054b
+20407548
+efe08006
+67e08555
+da200548
+da40054b
+20600000
+58000000
+67e2c643
+67e2c648
+20404f6f
+1a420c00
+d8a04643
+df20000a
+20407548
+4497c005
+efe08011
+c0014fb6
+c001cfcb
+c0024fd2
+c002cfd2
+c0035042
+c003d043
+c0045046
+20600000
+20404f83
+6fe08548
+c0024f9a
+c002cf9a
+20600000
+6fe0c643
+245a4fa1
+6fe0c645
+245a4fa3
+6fe0c647
+245a4fa5
+20600000
+7048e405
+20600000
+7048e505
+20600000
+7048e605
+20600000
+da6048e4
+da404fb0
+20204de1
+da6048e5
+da404fb2
+20204de1
+da6048e6
+da404fb4
+20204de1
+70464300
+20204fd2
+70464500
+20204fd2
+70464700
+20204fd2
+6fe0c643
+67e0c64e
+6fe0c644
+67e0c650
+20204fdc
+6fe0c643
+67e0c650
+20204fea
+6fe0c64f
+20404fc3
+6fe0c644
+67e0c64e
+20204fe8
+c0014fc7
+c001cfc9
+67e0c64f
+20600000
+70464f05
+20600000
+70464f0a
+20600000
+6fe0c643
+20404fc3
+6fe0c64f
+20405036
+20405039
+7004c500
+20206d93
+6fe0c6e1
+247a0000
+6fe34643
+67e3464e
+6fe0c64f
+6848c651
+98417e00
+6848c653
+98417e00
+205a4fee
+44984006
+6fe1442f
+2feffe09
+2440cefb
+20404fe8
+20404fea
+20204fe3
+6fe0c64e
+6848c650
+9840fe00
+243a70fd
+202070fb
+d8c0464e
+20204ff0
+d8c04650
+20204ff5
+d8c04652
+20205012
+7046c200
+20600000
+efe08006
+c0004ffa
+c000cffe
+c0015002
+20600000
+efe08006
+c0005006
+c001500a
+c000d00e
+20600000
+6848c8e8
+20406c3f
+6848c8e9
+20206c3f
+6848c8e8
+20406c43
+6848c8e9
+20206c3f
+6848c8e8
+20406c3f
+6848c8e9
+20206c43
+6848c8ea
+20406c3f
+6848c8eb
+20206c3f
+6848c8ea
+20406c43
+6848c8eb
+20206c3f
+6848c8ea
+20406c3f
+6848c8eb
+20206c43
+4498c006
+efe08006
+c000501f
+c000d018
+c001501a
+20600000
+70466c00
+2020501b
+70466c01
+efe08006
+67e0c66e
+efe40012
+20205024
+efe08012
+20406dd6
+1a40a401
+efe08012
+20206dd6
+67e4466f
+7046c201
+6fe0c66c
+c0005032
+6fe0c670
+67e0c671
+6fe0c66f
+20406dd6
+6fe0c66e
+20405036
+67e0c676
+6fe34671
+67e304c4
+20206d7f
+6fe0c66f
+67e0c671
+6fe0c670
+2020502b
+1feffe05
+1fe0fe32
+20600000
+d8402ee0
+984ffe00
+1fe6fc64
+204075d0
+18078400
+18422200
+58002ee0
+98462400
+20600000
+20600000
+6fe44643
+67e4468d
+20600000
+6fe0c6aa
+67e0c6a0
+6fe0c6ab
+67e0c6a1
+6fe0c6ac
+67e0c6a2
+df20000d
+d8c0469b
+20404f63
+67e0c6a8
+da204698
+20207122
+58000000
+67e4451b
+20404a34
+20204a95
+2040505a
+20405062
+204050a3
+202050f5
+20404a9a
+6fe0c559
+c1808000
+6fe0c8fb
+243a4af1
+6fe0c6db
+c0014af1
+20600000
+6fe0c559
+c1800000
+20405071
+2037d06f
+6fe0c903
+207a0000
+6fe0c904
+1fe0fe01
+67e0c904
+c002506f
+204048cc
+20405082
+2437d066
+70490400
+20600000
+6fe0c559
+c1800000
+20405076
+20404ba7
+20205082
+6fe0c558
+c3800000
+79207e00
+67e0c558
+6fe0c566
+67e0c116
+70455400
+70076100
+70454d01
+7044c400
+6fe2491d
+20204aed
+20404a84
+2437ca54
+20404a76
+24344a54
+6fe0c4c3
+203a4a54
+1fe0fe02
+98007200
+d8c0443d
+d8a0452b
+20407548
+70455600
+6fe0c553
+205a4a91
+6fe0c52d
+c07fd094
+c000d096
+20204a51
+204070fd
+20204c20
+20404bbd
+6fe0c54d
+6848c52b
+284ffe03
+7920fe00
+67e0c54d
+c000d09e
+20204a61
+6fe0c095
+1fe67c0e
+2042f0fd
+6fe24535
+20204c26
+6fe0c559
+c1808000
+204049a2
+204050eb
+204049b0
+6fe0c51a
+243a50b0
+20404b99
+6fe0c557
+207a0000
+58000000
+67e24573
+20600000
+70455600
+da200000
+204070fd
+20404af1
+20404902
+6fe24437
+67e2491d
+6fe0c929
+245a50bb
+6fe2491d
+202048e0
+6fe0c929
+207a0000
+6fe0c570
+67e0c920
+6fe0c438
+67e0c91f
+6fe0c56f
+67e0c91e
+6fe0c437
+67e0c91d
+20600000
+204050da
+6fe2491d
+684a4921
+98467c00
+20628000
+1a627e00
+da20491d
+df200004
+2040686a
+20600000
+6fe24437
+67e2491d
+6fe0c929
+207a0000
+20600000
+204050da
+6fe24921
+207a0000
+67e2491d
+20600000
+20600000
+6fe0c929
+207a0000
+da600700
+1a627e00
+da204921
+d8400004
+204068ac
+6fe24925
+207a0000
+67e24921
+1a627e00
+d84007cc
+98467c00
+20610000
+1a60a604
+202050de
+6fe24573
+207a0000
+202048e0
+6fe1442f
+c3848000
+6fe146dc
+67e146de
+7048fa01
+da20452e
+20204f95
+6fe0c903
+207a0000
+204050fd
+24740000
+6fe1c4f5
+20407593
+604a40aa
+20203b7a
+78347c00
+20403b4b
+6fe1c0be
+203a7638
+20204ecc
+20758000
+20405204
+20406d0f
+580051e8
+67e14535
+58005146
+67e14539
+58005141
+67e1438a
+58005181
+67e14390
+58005183
+67e14392
+580051cd
+67e14398
+58005136
+67e1462b
+58005126
+67e1462f
+44994006
+20406a26
+2040513d
+2040711d
+6fe0c5fb
+67e0c56a
+c0005125
+6fe0c5fc
+67e0c432
+20405136
+20406fe2
+20406fec
+70462701
+6fe1442f
+c3860000
+20204e28
+70462702
+20405136
+da200000
+20407030
+204051ab
+6fe2463d
+67e244d5
+203a493b
+6fe244d5
+67e2452b
+6fe1451f
+67e14521
+20204bc3
+d8400004
+da2044d5
+da400000
+20600000
+4499c006
+6fe0c5f9
+c0ffd13b
+6848c5d6
+20206c43
+67e0c5d6
+20205139
+20404c72
+6fe14623
+67e14625
+20600000
+20405146
+6fe0c5cc
+79207e07
+d840003f
+20206c67
+20406c74
+20206d34
+20406d40
+20405159
+2040514c
+20205167
+6fe0c632
+c1808000
+6fe24636
+203a5153
+70463c00
+78347c00
+202070fd
+6fe0c63c
+c17f8000
+1fe0fe01
+67e0c63c
+78547c00
+202070fb
+684943dc
+18417e01
+18430400
+67e0c636
+18417e01
+18430400
+67e0c637
+18417e01
+18430400
+67e0c638
+18417e01
+18430400
+67e0c639
+20600000
+449a4006
+20405177
+2040517c
+2040516d
+24740000
+202051e4
+6fe0c632
+c1808000
+6fe0c63c
+207a0000
+1fe67c01
+24610000
+6fe1451f
+67e14521
+78347c00
+20600000
+6fe0c636
+243a51d8
+6fe0c637
+243a51da
+202051e0
+6fe0c638
+243a51dc
+6fe0c639
+243a51de
+202051e2
+204051c2
+20205148
+1a627e00
+c016ce48
+c0084e30
+c01cd18b
+c01e5192
+c01d518a
+20600000
+20204c01
+449ac006
+6fe2452b
+67e2463d
+6fe0c649
+245a5197
+6fe2463d
+204048e0
+70453b00
+70463301
+70463401
+70452100
+20600000
+6fe0c649
+207a0000
+6fe0c438
+67e0c640
+6fe0c52c
+67e0c63f
+6fe0c437
+67e0c63e
+6fe0c52b
+67e0c63d
+204051b2
+6fe2463d
+684a4641
+98467c00
+20628000
+1a627e00
+da20463d
+df200004
+2040686a
+20600000
+6fe0c649
+207a0000
+204051b2
+6fe24641
+207a0000
+67e2463d
+20600000
+6fe0c649
+207a0000
+da600700
+1a627e00
+da204641
+d8400004
+204068ac
+6fe24645
+207a0000
+67e24641
+1a627e00
+d84007cc
+98467c00
+20610000
+1a60a604
+202051b5
+6fe0c633
+c1000000
+6fe0c632
+c1008000
+70463201
+da200000
+2020702b
+da200000
+2040702b
+20405136
+20204e28
+20404def
+20404938
+20404bc0
+202051d1
+6fe0c5fd
+207a0000
+6fe0c3dc
+243a513e
+da604625
+da4051c9
+20204de8
+70460401
+20600000
+70460402
+20600000
+70460601
+20600000
+70460602
+20600000
+70460400
+20600000
+70460600
+20600000
+da2045fe
+20207122
+da20460b
+20207122
+6fe0c634
+c000d1f2
+da204614
+2040713a
+243451f7
+d8c04614
+efe08006
+1fe22200
+da404615
+20600000
+70463400
+78347c00
+da200001
+da404635
+20600000
+6fe0c617
+c00251fb
+c002d1fb
+20600000
+6fe0c61a
+243a5202
+6fe0c61c
+243a5202
+6fe0c61e
+243a5202
+20600000
+78347c00
+202051ed
+70443114
+70442a01
+5800060f
+67e1456b
+5800456b
+67e143b0
+70409401
+7040a706
+7040c202
+70456a00
+580045ca
+67e14435
+70443401
+7045cbff
+58000296
+67e145cd
+5800073a
+67e145cf
+58004627
+67e143de
+58000c0c
+67e14629
+580045de
+67e143da
+7045fb00
+7045f9ff
+7045fcff
+7045f700
+7045f800
+7045fa00
+7045fd01
+58004e55
+67e145ea
+67e145ec
+58000007
+67e145f0
+7043c202
+38035a0c
+3804011a
+38080060
+380c0028
+67e4c5fe
+3802000a
+38040002
+e7e20005
+38035a08
+3804019a
+38080000
+380c0000
+67e4c60b
+58000064
+67e14623
+70411600
+7044cf01
+70454206
+7044f401
+70452600
+20404922
+20404c7e
+20404905
+58000708
+67e1451b
+58000050
+67e1451f
+580a7700
+67e1c54a
+58604800
+67e1c4f5
+20600000
+5800527c
+67e14523
+5800535a
+67e14527
+5800536b
+67e14529
+58005331
+67e14525
+5800528b
+67e106ad
+20207182
+47404030
+20405281
+20405277
+6fe0c5ab
+2feffe05
+2020d25d
+6fe0c5ab
+2feffe06
+2040c915
+6fe0c5d6
+67e0c116
+704517ff
+580007b3
+67e14583
+580008b3
+67e14585
+580009b3
+67e14587
+58000ab3
+67e14589
+70451685
+7045d400
+70456e00
+2040492b
+6fe0c5ab
+2feffe03
+2040c92e
+20404a34
+20404931
+20404905
+6fe0c5b5
+67e086af
+6fe4c5ac
+67e486b0
+20600000
+70409a18
+6fe0c5ab
+c4038000
+70409a08
+20600000
+6fe0c553
+c0005321
+c000d2b4
+c007d2b0
+20600000
+4740c030
+58001fdf
+da20458b
+d8400001
+202068ac
+47414030
+df200001
+da20458b
+dfe01fdf
+2020686a
+6fe0c5ab
+c282528f
+6fe0c58b
+c0ad5293
+70458b5a
+6ff2137a
+79207e1d
+67e20608
+204052aa
+204071d5
+20405297
+202052a0
+6fe086b0
+207a0000
+6fe0c58b
+c02d529e
+6fe206b1
+67e20608
+20600000
+6fe206b5
+2020529c
+6fe0c58b
+c02d52a6
+58009272
+67e105fb
+70062c1a
+20600000
+5800928d
+67e105fb
+70062c3f
+20600000
+6fe0c5b6
+207a0000
+d8c045b6
+d8a00671
+df20001e
+20207548
+20404af1
+20405329
+204052ed
+202052b1
+20404af1
+20405329
+20404afa
+204052ed
+202052b5
+204052bc
+204052cc
+202052de
+4741c030
+6fe0c5aa
+207a0000
+d8e0000d
+2040755d
+247a0000
+7045aa00
+58000001
+67e08767
+58000000
+e7e38005
+70076020
+6fe08761
+79207e02
+67e08761
+20600000
+47424030
+6fe0c5a8
+207a0000
+d8e0000e
+2040755d
+247a0000
+7045a800
+d8a00777
+df200002
+20407500
+6fe40777
+67e44594
+70077700
+70075f10
+6fe08761
+79207e01
+67e08761
+20600000
+4742c030
+6fe0c5a9
+207a0000
+d8e0000c
+2040755d
+247a0000
+7045a900
+d8a00787
+df200002
+20407500
+70078703
+6fe18787
+67e1c59f
+70076021
+202052c8
+449b4006
+6fe08755
+205a533b
+20407176
+6fe0874b
+207a0000
+70074b00
+6fe10749
+d84002ba
+98467c00
+24628000
+6fe086c9
+c1dd0000
+6fe086ca
+c0505302
+c050d308
+c0535314
+c053d316
+c054d31c
+70074c00
+20600000
+6fe086cb
+c040d305
+20205300
+2040499f
+70074c01
+20600000
+6fe086cb
+c000d30d
+c0425310
+c053d312
+20205300
+6fe0c51a
+67e0870a
+20205306
+20404af2
+2020530d
+70070aa1
+20205306
+70070a15
+20205306
+6fe0c559
+c000531a
+c000d312
+20600000
+70070aa0
+20205306
+70070a00
+70070b00
+70070c01
+70070d07
+20205306
+20404a95
+20404a9a
+20404ac0
+20405329
+20404afa
+20404b17
+204052ed
+20205322
+449bc006
+6fe0c559
+c1800000
+20404af5
+204052b9
+6fe0c553
+247a0000
+20204b99
+6fe0c4cf
+c000d334
+c001533d
+6fe0c5d5
+c2805343
+2020533f
+6fe0c095
+c1820000
+7045d503
+20600000
+7045d500
+20600000
+6fe0c5d5
+c280d347
+6fe0c554
+c000d34e
+c001d352
+20600000
+6fe0c5d5
+793ffe00
+67e0c5d5
+2020534a
+6fe0c5d5
+793ffe01
+67e0c5d5
+7044ce01
+580000ff
+67e0c45f
+20600000
+70455401
+20404a13
+24778000
+202049ab
+6fe0c43f
+c000d34e
+c07fd34e
+70074d00
+7044ce01
+6fe0c564
+67e0c45f
+20600000
+58000001
+67e08767
+6fe3c52e
+e7e38005
+6fe0c52e
+245a5363
+6fe0c52e
+205a5367
+202052c7
+7045aa01
+58000180
+d8e0000d
+2020754f
+7045aa00
+58000000
+d8e0000d
+2020754f
+6fe0c52e
+c0005370
+c00153a3
+c001d38b
+20204a54
+6fe0c530
+67e0c554
+70453000
+d8a00777
+d8c0452f
+df200008
+20407548
+6fe40777
+245a5383
+6fe40777
+205a5387
+6fe40777
+67e4458c
+684c4594
+98467c00
+2442d2d9
+6fe4458c
+67e44594
+20204a54
+7045a801
+58000180
+d8e0000e
+2020754f
+7045a800
+58000000
+d8e0000e
+2020754f
+d8a00787
+d8c0452e
+df200003
+20407548
+6fe10788
+245a539b
+6fe10788
+205a539f
+6fe18787
+67e1c59c
+6849c59f
+98467c00
+2442d2eb
+6fe1c59c
+67e1c59f
+20204a54
+7045a901
+58000180
+d8e0000c
+2020754f
+7045a900
+58000000
+d8e0000c
+2020754f
+d8a00797
+d8c0452e
+df200002
+20407548
+6fe10797
+245a53b3
+6fe10797
+205a53b7
+6fe10797
+67e145a2
+684945a5
+98467c00
+2442d3bb
+6fe145a2
+67e145a5
+20204a54
+7045a901
+58000180
+d8e0000c
+2020754f
+7045a900
+58000000
+d8e0000c
+2020754f
+70076022
+202052c8
+6fe0c095
+c1820000
+6fe0c58b
+c12d0000
+7045d401
+20600000
+6fe0c095
+c1820000
+6fe0c5d4
+207a0000
+7004cc00
+70458b5a
+20405286
+20405281
+6fe084cc
+1fe0fe01
+67e084cc
+c07fe9f6
+6fe0c58b
+c0ad53c8
+202069f6
+2035d3f6
+2040412d
+58005400
+67e14390
+58005403
+67e14392
+580053fc
+67e14388
+580054b7
+67e14396
+580056c0
+67e14394
+580056d1
+67e14398
+449c4007
+204053e4
+204053f7
+20205651
+6ff08060
+793ffe00
+67f08060
+6fe44446
+20406acd
+6fe1444e
+20406ad8
+20406ae7
+70807508
+70807649
+7080790a
+70807a0b
+d8400081
+6fe14455
+2feffe00
+79208404
+60588060
+20600000
+202053e4
+6848c43b
+20406c43
+20405425
+6848c439
+20206c29
+6848c439
+20406c32
+2420ce0b
+20204e09
+204066a4
+247a0000
+20205427
+1a627e00
+c00a5414
+c00ad410
+c0185685
+c018d687
+c0195691
+c019d68f
+c01a567f
+c01ed665
+c020d41a
+c021541c
+c021d67d
+20600000
+204041a4
+70445700
+20405418
+20205637
+2040541f
+6fe0c444
+67e0c0c1
+20205635
+20405480
+2020541d
+204047a8
+20204621
+202056a1
+6848c43b
+20206c43
+20405421
+20205425
+6fe0c43e
+2feffe01
+2040ce16
+20600000
+6848c43b
+20206c3f
+6ff0810b
+c3810000
+20406afb
+efe08003
+c080d43d
+6ff10112
+1fe67c02
+20610000
+efe08003
+67e08537
+e8408003
+18622200
+60488538
+18408403
+6ff10112
+98460400
+24610000
+70053901
+2040544b
+6fe08539
+c1000000
+20205446
+204074fb
+2040566e
+20205440
+449cc007
+20406afb
+6ff10112
+207a0000
+98608600
+2020544a
+20406afb
+18608602
+efe08003
+98608600
+20206b01
+449d4007
+6fe08537
+c000d474
+c0015479
+c0025487
+c004d48b
+c005d4e2
+c00754e3
+c007d4eb
+c00854f3
+c00954f7
+c01354fb
+c0145500
+c0155503
+c015d536
+c016553c
+c0185543
+c018d548
+c0195559
+c019d564
+c01a5579
+c01ad57c
+c01b5585
+c01bd58e
+c01c5591
+c0205599
+c02155a3
+c02455a8
+c028d5b3
+c030d5b7
+c03b55c6
+c03bd5cc
+c03c55d1
+c03d5607
+c0485615
+c048d61a
+c049561e
+c049d623
+c04a5627
+c07fd62d
+2020562f
+6fe08538
+c083562f
+efe30003
+67e342ae
+20205632
+6fe08538
+c080d62f
+e8408003
+6048c445
+20405632
+6fe1442f
+c3848000
+6fe0c43e
+2feffe01
+24608000
+6848c445
+284ffe02
+2020ce18
+20204e16
+dfe0001d
+d8a0422b
+2040557f
+2020412d
+6fe1442f
+c304d62f
+204054df
+2034562f
+70053900
+6fe14455
+c28454b0
+6fe0c457
+247a0000
+70053901
+efe10003
+67e14458
+6061445a
+6fe08538
+1fe0fffe
+2421562f
+2022d62f
+67e0c457
+68494458
+184085ff
+204040e9
+203a54b3
+e8420006
+59280302
+98467c00
+2422d4b3
+efe08006
+67e0c45c
+1fe17e30
+203a54b3
+70053900
+204041a2
+204054b7
+204054b7
+204054b7
+6fe14455
+c4040000
+70053901
+204056e3
+20205632
+70445700
+70053901
+204056e3
+2020562f
+6fe0c457
+207a0000
+20404203
+247a0000
+204054da
+449dc007
+6fe142b4
+2040762c
+1fe20400
+6fe0c369
+c3800000
+1840fffd
+d84000fb
+2040762c
+6848c457
+2040762c
+1fe22200
+18427e00
+9a267e00
+67e0c457
+204054d5
+6fe1445a
+1fe20600
+1a227200
+20406b2c
+18627e00
+67e1445a
+6fe0c457
+247a0000
+202056e1
+68494458
+6fe0c45c
+c282c54f
+c2824546
+20600000
+d8400017
+6fe14455
+c3808000
+684942b6
+20600000
+6fe14455
+c281451f
+20207638
+20205655
+efe08003
+6848c455
+7d3a0400
+6048c455
+68588060
+7d3a0404
+60588060
+20205632
+6f208538
+204075a1
+20406adc
+67e1444e
+20405632
+204075e8
+6fe1444e
+20206ad8
+da200002
+da404437
+d8400000
+20205639
+6fe1442f
+c304d62f
+20405632
+20204e20
+6f208538
+6fe143ad
+1fe20a00
+20406b2c
+20205632
+6fe1442f
+c284d5a8
+2020562f
+df200040
+d8a0431b
+2040750f
+58000000
+67e084dc
+1a220600
+18627e00
+67e104e0
+20405531
+6fe084dc
+684884cc
+18408401
+9840fe00
+67e084dc
+1fe67c1f
+2421551d
+6848c31b
+5800431c
+9840fe00
+67e104e5
+684884cc
+18408401
+6fe0c31b
+9840fe00
+67e0c31b
+20205526
+6848c33b
+5800433c
+9840fe00
+67e104e5
+684884cc
+18408401
+6fe0c33b
+9840fe00
+67e0c33b
+6fe104e5
+1fe20a00
+6fe104e0
+1fe20600
+18427200
+20406b2c
+6fe08538
+684884dc
+98467c00
+2422d509
+20205632
+efe08003
+67e084cc
+efe08003
+67e084d8
+20600000
+d8400000
+da200002
+6fe14452
+67e104f6
+da4004f6
+20205639
+6fe08538
+c080d62f
+efe08003
+67e0c450
+58000000
+67e14452
+20205632
+6fe08538
+c082562f
+6fe1442f
+c284d607
+2020562f
+6fe08538
+c081d62f
+efe08003
+c000554e
+c000d554
+2020562f
+20405632
+e8408003
+efe08003
+c0016c5b
+7d3a0407
+20206c29
+20405632
+e8408003
+efe08003
+203a6c43
+20206c3f
+6fe08538
+c080d62f
+e8408003
+20406c32
+58000000
+7d20fe00
+da200001
+67e104f6
+da4004f6
+d8400000
+20205639
+efe08003
+67e0c2d1
+6fe0c2d1
+c000556c
+c000d56f
+c0015571
+c0025573
+2020562f
+70428700
+70428503
+20205632
+70428701
+2020556d
+70428705
+20205577
+70428705
+20205575
+70428502
+20205632
+70428500
+20205632
+dfe0001f
+d8a0431b
+2020557f
+dfe0001f
+d8a0433b
+2020557f
+6f208538
+9f267c00
+2421562f
+e7208005
+20406b2c
+20205632
+6fe1442f
+c304d62f
+6fe08538
+c084562f
+efe40003
+67e442a6
+7004c312
+204070a4
+20205632
+efe10003
+67e1435c
+20205632
+6fe0c2d1
+203a562f
+6fe0c2cf
+c080562f
+6fe0c2d0
+c080562f
+20407119
+20205632
+6fe08538
+c082d62f
+efe08003
+67e0c43f
+efe20003
+67e24440
+6848c43f
+20406c43
+204056be
+20205632
+6fe08538
+c080d62f
+efe08003
+67e0c116
+20205632
+efe08003
+c000d5b1
+6fe0c2cd
+c001d5af
+c00355af
+c003d5af
+2020562f
+7042ce01
+20205632
+2040465c
+20205632
+20405632
+204075e8
+70801001
+20203aba
+6fe08538
+c000562f
+efe08003
+203a55c4
+6fe08538
+c082d62f
+efe20003
+d84f4240
+98467c00
+2021562f
+67e242d2
+2040419a
+20205632
+2040419c
+20205632
+e8410003
+204040e9
+18c08bfe
+58000000
+e7e10005
+20205632
+204055d5
+20405603
+58000000
+e7e10005
+20205698
+efe08003
+204055d9
+204055e0
+20205698
+20405600
+58280002
+e7e18005
+20600000
+67e084c4
+20405600
+59280302
+e7e20005
+6fe084c4
+e7e18005
+20600000
+20404108
+efe08003
+1fe1721f
+1fe22200
+2a2ffe07
+7920840f
+2a2ffe06
+7920840e
+e0410005
+1f227e00
+e7e08005
+20406b3f
+20405603
+58000000
+e7e10005
+184104ff
+184085ff
+204040e9
+18c08c04
+efe08006
+c28255f8
+c282d5f8
+18408401
+20600000
+20404108
+2a2ffe05
+7920840f
+e0410005
+5a290202
+e7e40005
+184085ff
+20600000
+20404108
+e0410005
+20600000
+efe08003
+1fe27200
+e7e08005
+20206b3f
+6fe0c2cf
+c082d62f
+6fe0c2d1
+c0025613
+c042560d
+2020562f
+7042cc02
+7042cd08
+20205610
+efe20003
+67e242d2
+20205632
+20405610
+20204651
+6fe08538
+c081562f
+e8410003
+20404208
+20205632
+d8400000
+da200002
+da404075
+20205639
+6fe08538
+c084562f
+efe40003
+20404206
+20205632
+ea208003
+ea410003
+d8400000
+20205639
+6f208538
+1f20f3fe
+efe10003
+1fe20a00
+20406b2c
+20205632
+70409400
+20205632
+d8400001
+da200000
+20205639
+d8400000
+da200000
+20205639
+70053702
+20205652
+70053705
+20205652
+6fe08537
+1fe22600
+70053706
+58000002
+9a20fe00
+204056a7
+1a627e00
+e7e08003
+e0408003
+1a227200
+1a420c00
+20406b26
+202056b1
+70053708
+1f20fe02
+204056a7
+6fe10562
+e7e10003
+6fe10560
+1fe20c00
+20406b13
+18c27e00
+67e10560
+202056b1
+70053709
+58000000
+204056a7
+202056b1
+7005370a
+58000001
+204056a7
+2040565f
+6fe1442f
+d8e00009
+afefffff
+79208405
+e0408003
+202056b1
+d8400000
+6fe0c35b
+d8e00000
+afefffff
+79208402
+20600000
+7005370d
+6fe0c3af
+1feffe22
+1fe27200
+204056a7
+6fe143ad
+1fe20c00
+20406b13
+202056b1
+7005370f
+6ff10112
+d8400040
+2040762c
+1fe22200
+1fe27200
+20406afb
+d8a004f6
+20406b2c
+1a227e00
+1a227200
+204056a7
+d8c004f6
+20406b13
+202056b1
+70053710
+20205652
+70053711
+58000004
+204056a7
+6fe242d2
+e7e20003
+202056b1
+da200180
+20205689
+da200080
+20205689
+70053714
+58000002
+204056a7
+1a227e00
+e7e10003
+202056b1
+da600000
+20205692
+da600001
+70053715
+58000001
+204056a7
+1a627e00
+e7e08003
+202056b1
+604904cc
+70053729
+58000002
+204056a7
+684904cc
+e0410003
+202056b1
+7005372b
+20205652
+70053740
+58000002
+204056a7
+6fe14075
+e7e10003
+202056b1
+70053602
+67e08538
+604c04cc
+449e4007
+204056b3
+684c04cc
+20406b07
+6fe18536
+e7e18003
+20600000
+449ec007
+20206b09
+204056bc
+20608000
+204056ba
+6fe24440
+1feb7e00
+207a0000
+202074f7
+6848c43f
+20206c43
+6848c43f
+20206c4e
+6848c43f
+20206c3f
+62210560
+6241055e
+6fe1436b
+67e10562
+204054df
+20740000
+6849055e
+6fe0c454
+2040762c
+1fe27200
+18427e00
+9f267e00
+67e1055e
+20405646
+6fe1055e
+207a0000
+202056c6
+6fe0c450
+207a0000
+6fe0c451
+207a0000
+1fe0ffff
+67e0c451
+247a0000
+70445105
+20406c98
+20406cc0
+1fe6fc64
+204075cd
+18070400
+67e0c452
+6048c453
+20600000
+d8e00008
+202056e9
+d8e00008
+202056e5
+6fe14455
+f93ffe00
+67e14455
+20600000
+6fe14455
+f9207e00
+67e14455
+20600000
+20406fd3
+20405718
+20405b64
+20758000
+20405a4e
+20405fdb
+204056f9
+20405bf9
+6fe1442f
+c2865e21
+20405f53
+2020578c
+58006196
+67e1439e
+58006134
+67e14535
+5800615e
+67e14537
+58005802
+67e14539
+58005d2b
+67e1438e
+580057fd
+67e1438c
+58005cca
+67e14392
+58005f00
+67e14390
+580057cb
+67e1438a
+58005d10
+67e14394
+58005d8d
+67e14398
+5800592a
+67e1439c
+580057b7
+67e14388
+5800628b
+67e14396
+58006292
+67e1439a
+20600000
+20758000
+20404c72
+20404905
+204058de
+2040574f
+2040419e
+204041c7
+204041ba
+204041a6
+6fe44848
+c289deea
+c2895eab
+20600000
+70409a08
+6fe44848
+c3860000
+70409a18
+20600000
+2040492b
+6fe44848
+c41e8000
+2020492e
+6fe1459a
+67e1451b
+6fe0c59d
+67e1451f
+6fe2c59f
+67e2c565
+6fe0c59e
+67e0c516
+6fe0c5a4
+2feffe00
+2040df97
+6fe0c5a4
+2feffe02
+2040df99
+6fe0c5a4
+2feffe01
+2040df9b
+6fe0c5a4
+2feffe03
+2040df9d
+6fe0c5a4
+2feffe04
+2040df9f
+6fe0c5a4
+2feffe05
+2040dfa9
+6fe0c4ff
+245a4915
+20405725
+2040583d
+2040572a
+20406088
+20204931
+58009000
+67e142ca
+7040c203
+7040a708
+70483b00
+70483b00
+70483c00
+58000200
+67e140a5
+7042b417
+7042b617
+58000a77
+67e143aa
+38001224
+38044000
+38080000
+e7e28005
+58004793
+67e14312
+58000010
+67e14314
+204061ef
+204061a7
+20405850
+6fe44848
+c30dd76c
+58000006
+67e142a6
+67e142a8
+20404c7e
+6fe44848
+c30c5770
+20404c76
+6fe0c5d1
+67e0c752
+6fe1c2b1
+67e1c767
+6fe0c597
+1fe17efe
+67e0c597
+67e0c3c2
+58000000
+67e3c56a
+6fe0c431
+67e0c838
+67e0c839
+20404142
+47454031
+6fe0c5b0
+67e0c5c1
+6fe0c5af
+c17f8000
+6848c5af
+20405915
+6848c5af
+20406c32
+2040d789
+20205911
+6fe0c5b1
+67e0c5c1
+20600000
+449f4007
+6fe44848
+c297e0c8
+6fe0c5d1
+c00060b8
+2040579e
+24345c9c
+449fc007
+da2045d2
+6fe0c5d1
+1fe0ffff
+1feffe1d
+9a20a200
+efe08011
+67e0c3a8
+6fe0c3a8
+c01a57a8
+20205e21
+44a04008
+78547c00
+6fe44848
+c305d7a5
+6fe084f1
+c30157a5
+78347c00
+6fe0c74f
+67e0c74e
+20600000
+70476501
+6848c853
+6fe0c75f
+c07fd7ad
+6848c59c
+6048c815
+20404e2e
+6fe1c76d
+67e1c320
+20405d73
+58000004
+e7e08006
+d8c0433c
+20405d7a
+202070e0
+c5134e09
+6fe0c74a
+203a4e09
+6fe0c792
+c000ce09
+6fe0c57b
+243a4e09
+20204e0b
+6fe0c59c
+67e0c762
+20600000
+204061ef
+44a0c008
+58000006
+20406723
+c281d7c9
+20405bef
+20405bf9
+204057d7
+20204e28
+44a14008
+6ff20130
+79207e1a
+67f2004c
+20403c37
+20406fd7
+204061ef
+204059d7
+204057d7
+20405ee2
+6848c5b8
+20206c1b
+44a1c008
+20405c9a
+2040765e
+20405802
+204057f4
+6848c5ba
+20405915
+20405919
+204057ed
+202057e1
+6fe44848
+c41e0000
+6848c5ab
+20406c1b
+6848c5ac
+20406c1b
+6fe0c5ab
+d8400080
+20406c68
+6fe0c5ac
+d8400080
+20206c68
+6fe44848
+c40a0000
+6fe0c597
+c1810000
+6fe0c596
+d84000c0
+20206c68
+d8c08070
+df200013
+efe08006
+243a57fb
+58000040
+18c08bff
+e7e08005
+c20057f6
+20600000
+c6130000
+20405802
+6fe08015
+247a0000
+20206c1b
+44a24008
+6848c5ab
+20406c29
+6848c5ac
+20406c29
+2040594a
+6fe0c5ad
+d840003f
+20406c68
+2040671a
+6848c5a5
+20406c0f
+6848c5a7
+20406c0f
+6848c5a6
+20406c0f
+6848c5a8
+20406c0f
+6848c5a9
+20406c0f
+6848c5aa
+20406c0f
+6848c5b6
+20406c0f
+6848c5b7
+20406c0f
+6848c5ab
+20406c0b
+6848c5ac
+20406c0b
+6848c5b3
+20406c0b
+6848c5b4
+20406c0b
+6848c5b8
+20206c0f
+6fe1442f
+c284d829
+20600000
+1a227e00
+243a41ae
+202041b0
+6fe0c3c2
+c1810000
+44a2c008
+6848c3c3
+18467c03
+2021583a
+18408405
+6048c596
+18422200
+20406c6f
+c01fe237
+20406235
+1a220400
+20206c5b
+18408404
+6048c596
+20205834
+6fe0c597
+c0015846
+c000584b
+70459700
+582c0172
+67e1c57d
+58014001
+e7e18005
+20600000
+585d0099
+67e1c57d
+58007100
+e7e18005
+20600000
+58c8012c
+67e1c57d
+5800dc00
+e7e18005
+20600000
+6fe44848
+c40a0000
+70458f01
+c3970000
+c3958000
+70458f00
+20600000
+6fe0c590
+1fe0fe01
+67e0c590
+6848c591
+98467c00
+20600000
+6fe44848
+c40a0000
+2040582c
+6fe0c58f
+203a5874
+6fe0c3c2
+c0015869
+70458f03
+20405857
+2021586b
+20405870
+2020587a
+70458f02
+2020587a
+2040582e
+7043c202
+6fe0c847
+245a5870
+2020587a
+70459000
+6fe0c597
+67e0c3c2
+20600000
+6fe0c3c2
+c0815878
+6fe0c847
+247a0000
+20405857
+24610000
+44a34008
+6fe0c847
+247a0000
+70459000
+20406c98
+20406cc0
+67e14583
+6fe0c3c2
+c0815889
+68494583
+184ffe08
+1fe6fc0a
+204075cd
+9840fe00
+67e14583
+da20457d
+2040589b
+6fe0c3c6
+c28158dc
+c280d7c2
+c3005893
+70459401
+20205891
+d8e00004
+20205fa1
+d8e00004
+20405fa5
+7045920c
+6fe0c594
+207a0000
+70459400
+6848c5bb
+2020620c
+44a3c008
+efe40011
+67e404c4
+6fe0c58f
+c00058b2
+c00158a2
+c001d8d1
+6fe44848
+c31758a8
+6fe104ca
+68494585
+98467c00
+242158d4
+6fe44848
+c315d8b2
+70459500
+6fe104ca
+68494587
+98467c00
+242158b1
+20405f5c
+202058b2
+20405f60
+204058d8
+20406d0b
+20406d03
+6fe104ca
+684904c6
+98467c00
+24416d07
+684904c8
+98467c00
+24416cff
+6fe104ca
+684904c4
+98467c00
+202158cd
+684904c6
+98467e00
+242158cf
+203a58cf
+1fefa264
+6fe104c4
+684904c6
+98460400
+1a227e00
+9846fc00
+204075cd
+67e0c78d
+20600000
+70478d64
+20600000
+70478d00
+20600000
+6fe0c3c2
+c00158a2
+202058b2
+6848c3c6
+79200402
+6048c3c6
+20600000
+6848c3c6
+793f8402
+6048c3c6
+20600000
+70459501
+20600000
+6848c3d5
+20406c43
+20407199
+6848c5a5
+20405915
+6848c5a7
+20405915
+6848c5a6
+20405915
+6848c5a8
+20405915
+6848c5a9
+20405915
+6848c5aa
+20405915
+6848c5b5
+20405915
+6848c5b6
+20405915
+6848c5b7
+20405915
+6848c5ab
+20405915
+6848c5ac
+20405915
+6848c5b3
+20405915
+6848c5b4
+20405915
+6848c5b8
+20405915
+6848c5b9
+20405915
+6848c5bb
+20406c43
+6848c5bc
+20406c43
+6848c5bd
+20406c43
+6848c5be
+20406c43
+6848c5bf
+20406c43
+6848c5af
+20205915
+18467cff
+20628000
+18410e7f
+6ff2011c
+afefffff
+2020d915
+18467cff
+20628000
+79200407
+20206c29
+18467cff
+20628000
+793f8407
+20206c29
+6fe1c87a
+67e184c4
+df20000d
+d8400000
+6fe184c4
+2feffe00
+2040ec5b
+6fe184c4
+1fe3fe00
+67e184c4
+18408401
+c200591d
+20600000
+2040592b
+7043aa73
+2040592a
+2020671e
+2020691f
+6fe0c5ad
+d8400021
+20406c68
+6fe0c5ae
+d8400023
+20206c68
+44a44009
+78547c00
+58000000
+67e3456b
+20405bfe
+20405a4e
+20405940
+20405945
+20405a9b
+6fe0c56a
+1fe17e1f
+67e0c56a
+24345fdb
+20405fca
+20205e12
+6fe0c57a
+207a0000
+67e0c56f
+70457a00
+20207636
+6fe0c576
+207a0000
+67e0c570
+70457600
+20207636
+20405957
+20405993
+6fe0c574
+6848c573
+67e0c573
+98467c00
+2422ce0d
+6fe0c578
+6848c577
+67e0c577
+98467c00
+2422ce0d
+20600000
+6fe0c5b3
+c17f8000
+da200000
+6848c5b3
+20406c32
+7920a200
+6848c5b4
+20406c32
+7920a201
+1a227e00
+67e0c574
+c000d967
+c001596b
+6fe0c575
+c283d977
+20600000
+6fe0c573
+c000596f
+c001d971
+20600000
+6fe0c573
+c0005973
+c001d975
+20600000
+70457582
+20600000
+70457581
+20600000
+70457580
+20600000
+70457583
+20600000
+6fe0c575
+793ffe07
+67e0c575
+c000597f
+c000d982
+c0015985
+c001d988
+20600000
+6fe0c574
+c001d98b
+20600000
+6fe0c574
+c000598b
+20600000
+6fe0c574
+c001d98f
+20600000
+6fe0c574
+c000598f
+20600000
+6fe0c576
+1fe0fe01
+67e0c576
+20600000
+6fe0c576
+1fe0ffff
+67e0c576
+20600000
+6fe0c5ab
+c17f8000
+da200000
+6848c5ab
+20406c32
+7920a200
+6848c5ac
+20406c32
+7920a201
+1a227e00
+67e0c578
+c000d9a3
+c00159a7
+6fe0c579
+c283d9b3
+20600000
+6fe0c577
+c00059ab
+c001d9ad
+20600000
+6fe0c577
+c00059af
+c001d9b1
+20600000
+70457982
+20600000
+70457981
+20600000
+70457980
+20600000
+70457983
+20600000
+6fe0c579
+793ffe07
+67e0c579
+c00059bb
+c000d9be
+c00159c1
+c001d9c4
+20600000
+6fe0c578
+c001d9c7
+20600000
+6fe0c578
+c00059c7
+20600000
+6fe0c578
+c001d9cb
+20600000
+6fe0c578
+c00059cb
+20600000
+6fe0c57a
+1fe0fe01
+67e0c57a
+20600000
+6fe0c57a
+1fe0ffff
+67e0c57a
+20600000
+6848c5ab
+20406c0b
+6848c5ac
+20406c0b
+6848c5b3
+20406c0b
+6848c5b4
+20206c0b
+6848c5ab
+2040590b
+6848c5ac
+2040590b
+6848c5b3
+2040590b
+6848c5b4
+2020590b
+6fe1456f
+207a0000
+70457b01
+70457c0a
+20600000
+da60457c
+da4059e7
+20204de1
+70457b00
+20600000
+6fe44848
+c2975a10
+6fe0c5aa
+c17f8000
+da200000
+70483305
+6848c5aa
+204059f8
+67e0c830
+6fe0c5b5
+c07fda08
+20405b1e
+1a227e00
+c282da12
+20205a19
+6fe44848
+c2965a0e
+6fe0c830
+1fe22600
+6fe0c5b5
+c07fdb52
+6fe0c837
+243a5a0b
+20406c32
+6848c5b5
+2020da0e
+6848c5b5
+20406c43
+6848c5aa
+6fe0c830
+20205b46
+6848c5aa
+20405915
+202059f5
+70467600
+70483000
+20600000
+6fe0c830
+20205b46
+6fe0c595
+203a5a19
+6fe0c676
+c1008000
+70467601
+6fe44848
+c3940000
+c39b0000
+20205a29
+6fe0c676
+c1000000
+70467600
+6fe44848
+c2945a20
+c29b5a20
+20600000
+6fe0c677
+243a5a24
+6fe0c839
+245a5a29
+70467700
+6fe0c431
+67e0c839
+67e0c838
+20600000
+44a4c009
+20405a32
+20740000
+6fe0c62b
+1fe0fe01
+1fe17e03
+67e0c62b
+20405a55
+20205ea3
+78547c00
+6fe44848
+c3960000
+c3970000
+6fe0c82b
+207a0000
+6fe0c82c
+207a0000
+78347c00
+20600000
+6fe44848
+c2945a40
+c29b5a47
+20600000
+6fe0c676
+c1808000
+da604839
+da405a45
+20204de1
+70467701
+20205f68
+6fe0c676
+c1808000
+da604838
+da405a4c
+20204de1
+70467701
+20205daa
+20205a58
+6fe44848
+c38e0000
+6fe0c62b
+c1818000
+70462b00
+20600000
+44a54009
+20405a4f
+204061c2
+6fe0c5c0
+c001da7a
+c005da8e
+6fe0c62b
+c0005a62
+c000da60
+c0015a64
+c001da66
+6848c66a
+20205a67
+6848c669
+20205a67
+6848c66b
+20205a67
+6848c66c
+6fe0c5c0
+c0025a76
+c002da76
+c0045a78
+c003da78
+c0035a76
+6048c675
+58000006
+20406723
+1fe104f8
+6fe0c675
+9840fe00
+1fed7e00
+1fe0fe06
+20206722
+184085ff
+20205a6d
+18408402
+20205a6d
+6fe0c62b
+c0005a81
+c000da7f
+c0015a83
+c001da85
+6fe0c66e
+20205a86
+6fe0c66d
+20205a86
+6fe0c66f
+20205a86
+6fe0c670
+67e0c675
+1fed7e00
+1fe22200
+1fe0fe0d
+20406722
+1a227e00
+1fe0fe0e
+20206722
+6fe0c62b
+c0005a95
+c000da93
+c0015a97
+c001da99
+6fe0c672
+20205a86
+6fe0c671
+20205a86
+6fe0c673
+20205a86
+6fe0c674
+20205a86
+20405ad4
+20405aac
+20405826
+20405aa7
+1a227e00
+6848c572
+67e0c572
+67e0c56a
+9842fe00
+1fe67c00
+20628000
+20207636
+c6930000
+1a227e00
+207a0000
+67e0c56a
+20207636
+70483500
+70483600
+70483700
+1fe20400
+20405abc
+20405abf
+20405ac2
+20405ac5
+6fe0c836
+207a0000
+6fe0c835
+207a0000
+70483701
+6fe0c572
+1fe22200
+20600000
+18417e09
+c004dacd
+20600000
+18417e14
+c00a5acd
+20600000
+18417e18
+c00c5acb
+20600000
+18417e07
+c001dacb
+c002dacb
+c0035acb
+c003dacb
+20600000
+70483601
+20600000
+70483501
+20600000
+20405ae0
+20405ad4
+58000000
+67e1c82b
+20600000
+44a5c009
+6fe0c87d
+245a5ae0
+da200000
+20405ae3
+20405ae9
+20405aef
+20405af5
+20405b0e
+20405b28
+1a227e00
+20600000
+58030303
+67e1c82b
+20600000
+70483300
+6848c5a5
+6fe0c82b
+20405b46
+67e0c82b
+20600000
+70483301
+6848c5a7
+6fe0c82c
+20405b46
+67e0c82c
+20600000
+70483302
+6848c5a6
+6fe0c82d
+20405b46
+67e0c82d
+20600000
+6fe0c5a8
+c17f8000
+70483303
+6fe0c82e
+1fe22600
+6848c5a8
+6fe0c5b5
+c07fdb0a
+20406c32
+2020db06
+6848c5b5
+20406c43
+6848c5a8
+6fe0c82e
+20405b46
+67e0c82e
+20205b1e
+6848c5b5
+6fe0c82e
+20405b46
+20205b04
+20405b52
+67e0c82e
+6848c5a8
+20205915
+6fe0c5a9
+c17f8000
+70483304
+6fe0c82f
+1fe22600
+6848c5a9
+6fe0c5b5
+c07fdb24
+20406c32
+2020db20
+6848c5b5
+20406c43
+6848c5a9
+6fe0c82f
+20405b46
+67e0c82f
+6848c5b5
+20205915
+6848c5b5
+6fe0c82f
+20405b46
+20205b1d
+20405b52
+67e0c82f
+6848c5a9
+20205915
+70482800
+6fe44848
+c40a8000
+6fe0c5b7
+c17f8000
+70483307
+6848c5b7
+6fe0c832
+20405b46
+67e0c832
+1a227e00
+c283db38
+20405b3b
+6fe0c829
+67e0c82a
+20600000
+70482901
+20405b3e
+20205b35
+70482900
+6fe0c82a
+207a0000
+70482801
+20600000
+20406c32
+6848c833
+18420e00
+2020db50
+f93fa200
+20600000
+1fe3fe00
+1fe22400
+20406c32
+7920a400
+1a417e07
+6848c833
+18420e00
+c003db50
+c0005b44
+20600000
+f9202200
+20600000
+44a64009
+1a627e00
+67e0c834
+1fe3fe00
+1fe22400
+18422600
+20405911
+1a620400
+20406c32
+7d20a400
+20405b5e
+20205b4b
+6848c834
+18410401
+1a417e01
+98467c00
+2422dcc5
+20600000
+44a6c009
+20405926
+20758000
+20405bf3
+44a74009
+20405b73
+c0185b7a
+c018dbdb
+c02c5be4
+20405b70
+20001af4
+20205b68
+6fe0c5ad
+2040670b
+2020592b
+58000001
+20406723
+67e0c65b
+58000000
+20406723
+67e0c65a
+20600000
+6fe0c65b
+c02d5b83
+c06c5b89
+c068db98
+c0695ba1
+c0015ba8
+c02a5bb1
+c0285bd8
+20205b68
+7045c005
+20405bef
+204074fb
+da6046d2
+20405baa
+20205a4e
+58000016
+20406723
+1fe67cbd
+2422db64
+58000019
+20406723
+1fe67c55
+2422db64
+5800001b
+20406723
+1fe67c1d
+2422db64
+7045c006
+da604716
+20205baa
+7045c000
+da60468c
+20405baa
+da604696
+20405baa
+58000943
+20406722
+da6046b0
+20205baa
+7045c002
+da604682
+20405baa
+da604696
+20405baa
+da6046b0
+20205baa
+7045c003
+da604678
+efe10013
+d840ffff
+98467c00
+20628000
+20406722
+1a60a602
+20205baa
+20405bed
+58009a5b
+20406722
+5800000d
+20406723
+1fe67c12
+2022dbc5
+1fe67c0a
+2422dbc8
+5800000e
+20406723
+1fe67ce5
+2422db68
+58000010
+20406723
+1fe67ca5
+2022dbc5
+20405bd5
+7045c008
+20600000
+7045c009
+da6046f8
+20205baa
+1fe67c10
+2422db68
+5800000e
+20406723
+1fe67cc5
+2422db68
+58000010
+20406723
+1fe67c38
+2422db68
+20405bd5
+7045c00a
+20600000
+5800005b
+20406722
+20205beb
+7045c007
+da604736
+20205baa
+20405bf3
+6fe0c65b
+c0385be2
+c0005be0
+20205b68
+7045c001
+20600000
+7045c004
+20600000
+20405bf3
+6fe0c65b
+c02cdbe8
+20205b7a
+7045c00b
+da604726
+20205baa
+58000009
+20206722
+58005a09
+20206722
+58008006
+20406722
+20002ee0
+20600000
+44a7c009
+20405926
+20405bef
+da604742
+20405baa
+20205a4e
+44a8400a
+20405b64
+20405926
+58000806
+20206722
+6fe0c3ce
+c1800000
+6fe0c5c0
+c0005c0a
+c000dc0a
+c0045c0a
+c0015c0a
+c001dc2e
+c0025c0a
+c0035c53
+c005dc4c
+20205c0a
+20405c75
+78547c00
+6fe0c5b8
+c07fdc11
+6848c5b8
+20406c32
+24608000
+58000000
+20406723
+c0985c24
+58000002
+20406723
+c4038000
+20405c8c
+6fe0c56b
+20405c84
+67e1456b
+6fe0c56d
+20405c84
+67e1456d
+6fe0c5c1
+c0005c26
+c000dc28
+c0015c2a
+c001dc2c
+20600000
+c018dc14
+20205b70
+20405c5e
+20205c93
+20405c66
+20205c93
+20405c62
+20205c93
+20405c6e
+20205c93
+20405c75
+6fe0c5b8
+c07fdc34
+6848c5b8
+20406c32
+24608000
+58000000
+20406723
+c0985b70
+58000002
+20406723
+c4038000
+20405c8c
+20405c4a
+67e0c571
+1ff1fe00
+20405c88
+67e0c56c
+6fe0c571
+1fe17e0f
+20405c88
+67e0c56e
+6fe0c5c1
+c0005c5e
+c000dc66
+c0015c62
+c001dc6e
+20600000
+58000012
+20206723
+20405c75
+6fe0c5b8
+c07fdc52
+6848c5b8
+20406c32
+24608000
+20205c37
+20405c75
+78547c00
+58000002
+20406723
+c4038000
+58000008
+20406723
+203a5c17
+58000000
+67e3456b
+20600000
+6fe1456b
+1fe67e00
+67e1456b
+20207636
+6fe1456d
+1fe67e00
+67e1456d
+20207636
+6fe1456d
+1fe67e00
+67e1456d
+6fe1456b
+1fe67e00
+67e1456b
+20405c70
+20207636
+20405c70
+20207636
+6fe1456d
+6849456b
+67e1456b
+6049456d
+20600000
+6fe0c661
+205a5c8c
+70466101
+20600000
+70474a01
+204041a2
+20205b64
+6fe0c5b8
+c1ff8000
+6fe0c74c
+c1808000
+58000000
+67e0c74c
+67e2456b
+20205c7b
+c4038000
+d840ff00
+9841fe00
+20600000
+c4018000
+d84000f0
+9841fe00
+20600000
+dfe00003
+20406723
+67e1456b
+dfe00004
+20406723
+67e1456d
+20600000
+6848c5ae
+20406c32
+20608000
+5800000a
+20406723
+200003e8
+20205c93
+58008100
+20206722
+70475fff
+7043a834
+580f0f0f
+67e1c2ae
+67e1c2b1
+2020579b
+44a8c00a
+20405e78
+20405cb0
+6fe0c5d1
+c000dca9
+c0015cab
+20600000
+6fe345d3
+20205cac
+6fe345f0
+684b460d
+98467c00
+2022de21
+20205793
+70475f5a
+20600000
+6fe1442f
+c284ce20
+20205e42
+58000000
+67e14750
+6fe1442f
+c284ce20
+20600000
+6fe44848
+c40d8000
+24345cc2
+6fe0c74b
+1fe0fe01
+1fe17e0f
+67e0c74b
+247a0000
+70474b00
+78547c00
+20600000
+6fe0c5b8
+c1ff8000
+7040c100
+70474d1e
+20600000
+44a9400a
+1a627e00
+c00a5cd9
+c00adce8
+c0085e1c
+c018dcf5
+c014dcf7
+c0195cf9
+c01f4e2a
+c0205d04
+c01ce124
+c01d60f0
+c01e6115
+c0225d18
+20600000
+70474c00
+20405c7b
+70476401
+204060df
+6fe0c765
+243a5ce0
+70476614
+6fe143a6
+793ffe00
+67e143a6
+70481500
+6fe1478e
+67e14790
+20405e12
+20205e42
+58000000
+67e14790
+70476400
+d8400006
+6fe44848
+c28ddcef
+d8400007
+604942a6
+604942a8
+70479200
+70474a00
+204041a4
+20205d7e
+d8e00002
+20205d00
+7004c312
+202070a4
+6fe0c765
+c000dcfc
+20205cfe
+20405cf7
+70481414
+d8e00001
+20205d00
+6fe0c813
+f9207e00
+67e0c813
+20600000
+6fe1430f
+c1000000
+6fe08165
+1feb7e00
+1fe67c0c
+20610000
+58000009
+67e142a6
+67e142a8
+20405cf7
+70479201
+20600000
+6fe0c765
+247a0000
+6fe0c36b
+1fe67e22
+24628000
+70481400
+d8e00000
+20205d00
+6fe0819d
+1fe67c0c
+24215d0e
+67e142a6
+67e142a8
+6fe0819f
+203a5d25
+6848c827
+98467c00
+20215d25
+6fe0819f
+67e0c0c1
+20205d27
+6fe0c827
+67e0c0c1
+70479200
+20600000
+70481300
+20600000
+44a9c00a
+20404203
+247a0000
+6fe0c75f
+c07fdd33
+6fe0c813
+1fe17e03
+c1818000
+6fe0c74a
+205a5c79
+6fe44848
+c280dd63
+c2805d63
+c282dd63
+c2835d63
+20405931
+20405cba
+24740000
+20405cc5
+20405c7c
+204059df
+6fe44848
+c30add44
+6fe0c828
+c000dd45
+20205d65
+6fe0c829
+203a5d55
+6fe44869
+67e404c4
+6fe0c868
+c001dd57
+c0015d5a
+70478408
+68494785
+6fe0c784
+1fe22200
+20404546
+6848c784
+18427200
+d8c004c4
+20207548
+6fe44872
+20205d48
+70478403
+68494787
+20205d4e
+70478402
+68494789
+20205d4e
+da200001
+6849478b
+20404546
+6fe0c78d
+e7e08005
+20600000
+58000000
+67e3c56a
+70478407
+6fe3c56a
+67e384c4
+6849428b
+20205d4e
+70476500
+6fe1c76a
+67e1c320
+20405d73
+58000005
+e7e08006
+d8c04770
+20405d7a
+202070e0
+da20431c
+efe08011
+207a0000
+98c0a200
+efe08006
+c1008000
+20205d74
+d8a04327
+df200013
+20407548
+20204142
+20405d83
+6fe143a4
+c283dd89
+c2804dfd
+20205e21
+58000000
+67e44573
+e7e20005
+70466100
+70425a00
+20600000
+20405d29
+6fe143a4
+c2804dfd
+202057c3
+44aa400a
+2040585d
+20406239
+20404938
+20404bc0
+20406081
+2040619f
+204061d0
+20405a3c
+20405da2
+20405db2
+20405dd5
+20405dda
+20405de8
+20405df5
+20405deb
+20405e02
+20405e05
+204059e4
+20405e15
+20205e0c
+6fe44848
+c29bdda5
+20600000
+6fe0c83b
+c1808000
+da604838
+da405daa
+20204de1
+6fe0c5d1
+c1000000
+6fe44848
+c3830000
+d8e00006
+20405fa1
+20404dd1
+20205e1c
+6fe0c5d1
+c0005db8
+6fe44848
+c41a8000
+6848c866
+20205dbb
+6fe44848
+c4190000
+6848c867
+6048c83a
+20405ad4
+1fe17e07
+6848c83a
+98467c00
+2022ddc7
+6fe0c431
+67e0c83d
+6fe0c83c
+c1000000
+70483c00
+20600000
+20405dcc
+6fe0c83c
+c1008000
+70483c01
+20600000
+da4060e4
+da60483d
+6fe0c5d1
+c0004de1
+da405daa
+20404de1
+6fe0c83d
+c000df93
+20600000
+da604760
+da405dd8
+20204de8
+20405e42
+202057c3
+da604815
+da405de0
+20404de8
+6fe0c815
+c000ce14
+20600000
+6fe0c75f
+c07fdca2
+6fe0c74e
+243a5fbf
+6fe44848
+c299de21
+c297e0dc
+202057c3
+da604814
+da405d16
+20204de1
+6fe0c764
+207a0000
+da604766
+da405df0
+20204de1
+6fe0c765
+247a0000
+6fe0c2cf
+c1800000
+202046d4
+6fe44848
+c39d8000
+da604790
+da405dfa
+20204de1
+6fe1478e
+67e14790
+20205d5d
+6fe0c813
+c3810000
+20405cf7
+d8e00000
+20205d00
+da604762
+da4057c3
+20204de1
+da60474d
+da405e08
+20204de1
+6fe0c827
+67e0c0c1
+70474c01
+20600000
+da604750
+da405e0f
+20204de8
+6fe0c5d1
+c0006096
+20205cb5
+6fe1485a
+67e14750
+20600000
+da604658
+da405e18
+20204de1
+20405ea6
+6fe0c763
+243a5f72
+20600000
+280ffe26
+2040e0b4
+20405cb5
+20405d29
+20205e21
+44aac00a
+6fe1442f
+2feffe0b
+2040de48
+20405cb0
+6fe1442f
+c285de30
+6fe44848
+c3045e30
+68494630
+18408401
+60494630
+604942af
+180a7e00
+67e0c2ae
+6fe1c767
+67e1c2b1
+20404e2e
+6fe14598
+67e14760
+58000000
+67e14750
+67e14790
+67e0c815
+67e0c762
+67e0c844
+67e0c74a
+d8e00002
+20405fa1
+20405f95
+20405d6a
+20406271
+202061ad
+44ab400a
+d8e00006
+20405fa5
+70476200
+20405e48
+202061f3
+70481500
+202070e6
+44abc00a
+6fe44848
+c4010000
+204061a7
+d8e00002
+20405fa5
+20405e53
+20405e62
+20205ea3
+6fe0802d
+c01a5e56
+20600000
+67e0c816
+6fe30173
+67e34817
+6fe3c816
+d8c045d2
+df200003
+e8438006
+98467c00
+2022de72
+18c08c16
+c2005e5c
+20600000
+da2045d2
+6fe0c5d1
+1fe0ffff
+1feffe1d
+9a20a200
+6fe0802d
+e7e08011
+c01a5e6b
+20600000
+6fe30173
+e7e30005
+d8c0424a
+204074f5
+6fe342ae
+e7e30005
+20600000
+18c08dfa
+18c20a00
+684b4817
+18408403
+e0430005
+20600000
+da2045d2
+6fe0c5d1
+c1000000
+1fe0ffff
+1feffe1d
+9a20a200
+efe08011
+67e0c3a8
+c01a5e82
+20600000
+efe30006
+67e3410f
+d8a0424a
+204074f5
+efe30006
+67e342ae
+20600000
+6fe14629
+d840aa55
+98467c00
+2022de97
+60494629
+20405e9c
+6fe0c752
+67e0c5d1
+6fe0c5b2
+67e0c62b
+6fe24527
+67e2452b
+67e244d5
+20600000
+20405e78
+6fe2462c
+67e2452b
+67e244d5
+20600000
+6fe342ae
+67e345e9
+1fe0ff00
+67e34606
+1fe0ff00
+67e34623
+20600000
+6fe0c659
+67e0c658
+20600000
+44ac400b
+6fe44848
+c289def4
+c2895eb8
+20600000
+20406979
+20405ebf
+20405eb2
+2040699d
+20405ec6
+20405e89
+20205926
+58004651
+d84045d1
+98460400
+6fe1c651
+da2045d1
+20600000
+20406979
+20405ebf
+20405ed4
+20405eb2
+20405ed7
+20405ec6
+20205926
+7004ccab
+20406d74
+2040697f
+da204654
+684884cc
+20405ec8
+20206d74
+7004ccb9
+20205ec0
+e0408011
+1ff10400
+e0408005
+1fec8400
+e0408005
+e7e08005
+1a227e00
+67f10084
+58000000
+67f10088
+70800602
+20206939
+6fe1c651
+67e1c3c7
+20206953
+1fe22600
+1a227e00
+1fe0fffc
+1fe22400
+efe20012
+67e24654
+1a627e00
+2040698c
+6fe24654
+e7e20012
+20600000
+6fe44848
+c4090000
+20405ec6
+2040671e
+6848c3cf
+20406c3f
+6848c3d4
+20205911
+20406a0f
+6fe44848
+2feffe09
+2440ea29
+20405ef0
+20205e89
+d8400080
+da2045d1
+da400000
+20206a46
+d8400080
+da2045d1
+da400000
+20206a38
+d8400001
+da20462b
+da40005a
+20206a38
+d8400001
+da20462b
+da40005a
+20206a46
+44acc00b
+20406273
+2040711a
+204059e9
+20405f08
+20405f53
+20405f88
+2020594a
+6fe44848
+c294df0d
+c29bdf0d
+20600000
+70483103
+6fe0c5b6
+c17f8000
+da200000
+70483306
+6848c5b6
+20405f1d
+67e0c831
+6fe0c5b5
+c07fdf1a
+20405b1e
+1a227e00
+c2835f3e
+20205f33
+6848c5b6
+20405915
+20205f17
+6fe44848
+c296df29
+6fe0c831
+1fe22600
+6fe0c5b5
+c07fdb52
+6fe0c837
+243a5f26
+20205f2b
+70483b00
+70483100
+20600000
+6fe0c831
+20205b46
+20406c32
+6848c5b5
+2020df29
+6848c5b5
+20406c43
+6848c5b6
+6fe0c831
+20205b46
+6fe0c83b
+c1000000
+70483b00
+6fe44848
+c39a0000
+6fe0c838
+1fe67c14
+24415f68
+6fe0c431
+67e0c838
+20600000
+20405f4a
+20740000
+6fe0c83b
+c1008000
+70483b01
+6fe44848
+c29a5daa
+6fe0c815
+207a0000
+6fe0c59c
+67e0c815
+20600000
+78547c00
+6fe44848
+c3968000
+6fe0c82b
+207a0000
+6fe0c82c
+207a0000
+78347c00
+20600000
+6fe44848
+c2955f57
+c295d85d
+20600000
+6848c5b9
+20405915
+6848c5b9
+20406c32
+2020df60
+6fe0c5d1
+c1008000
+7045d101
+20205cb2
+6fe44848
+c315df64
+6fe34589
+67e3457d
+6fe0c5d1
+c1000000
+7045d100
+202060b4
+44ad400b
+6fe0c850
+c1008000
+20405f74
+6048c5d1
+20405f8b
+20405cb2
+20405f8d
+70476301
+20205ea3
+20405f8b
+202069f6
+6848c5d1
+18408401
+6fe44848
+c288df7b
+18467c02
+24415f82
+20600000
+6fe0c850
+1fe0ffff
+98467c00
+24415f80
+20600000
+d8400000
+20600000
+d8400001
+20600000
+d8400001
+da2045d1
+da400000
+20206a38
+6fe44848
+c41a0000
+20205f0d
+d8e00000
+20205fa1
+d8e00000
+20205fa5
+d8e00003
+20205fa1
+d8e00003
+20205fa5
+d8e00005
+20205fa1
+d8e00005
+20205fa5
+d8e00014
+20205fa1
+d8e00018
+20205fa1
+d8e00016
+20205fa1
+d8e0000c
+20205fa1
+d8e0001c
+20205fa1
+6fe44848
+f9207e00
+67e44848
+20600000
+6fe44848
+f93ffe00
+67e44848
+20600000
+d8e00015
+20405fa1
+58000000
+67e44868
+67e44871
+6fe0c5a4
+1fe17ec0
+c0205fb6
+c0405fb8
+c0605fbd
+58070008
+67e44869
+20600000
+58040005
+20205fb4
+58022303
+67e44868
+58000003
+67e44871
+20600000
+5800cd03
+20205fb9
+44adc00b
+6fe0c74e
+1fe0ffff
+67e0c74e
+6848c5d1
+18467c01
+2442df74
+6048c5d1
+20405f84
+20405e62
+20205793
+47434030
+6fe0c5c0
+c1018000
+6fe44848
+c41c0000
+6fe2456b
+207a0000
+20406071
+58000003
+20406067
+205a6063
+245a6065
+58000002
+2040606c
+205a6063
+6fe0c662
+c000dfe0
+6fe44848
+c41c0000
+df200005
+d8a04662
+2020750f
+20405ff4
+6fe14663
+67e10560
+6fe1456b
+67e10562
+2040602d
+6fe10560
+67e14663
+6fe10562
+67e1456b
+6fe14665
+67e10560
+6fe1456d
+67e10562
+20406035
+6fe10560
+67e14665
+6fe10562
+67e1456d
+20600000
+6fe44848
+c41c8000
+4744c031
+6fe14663
+67e10567
+20406008
+67e14663
+6fe1456b
+67e10567
+20406016
+67e1456b
+6fe14665
+67e10567
+20406008
+67e14665
+6fe1456d
+67e10567
+20406016
+67e1456d
+20600000
+6fe08568
+203a600b
+20206010
+6fe08567
+20406023
+67e08567
+6fe10567
+20600000
+6fe08567
+2040605f
+20406023
+205a7644
+2040605b
+2020600e
+6fe08568
+203a6019
+2020601d
+6fe08567
+20406028
+67e08567
+2020600e
+6fe08567
+2040605f
+20406028
+205a7644
+2040605b
+2020600e
+1feffe04
+1fe6fc05
+204075d0
+1807fe00
+20600000
+1feffe0c
+1fe6fc0a
+204075d0
+1807fe00
+20600000
+6fe10560
+68490562
+9840fe00
+6848c667
+9840fe00
+1fe10401
+6048c667
+2020603d
+6fe10560
+68490562
+9840fe00
+6848c668
+9840fe00
+1fe10401
+6048c668
+2020603d
+67e18564
+2feffe10
+2020e047
+6fe08565
+c07fe04e
+6fe08564
+1fe37e00
+67e10560
+67e10562
+20600000
+6fe08565
+c000604b
+6fe18564
+20206043
+70056600
+6fe08564
+20206043
+6fe08564
+20406059
+67e08560
+67e08562
+203a6057
+580000ff
+67e08561
+67e08563
+20600000
+58000000
+20206054
+2040605f
+1fe37e00
+20406060
+1fe67e00
+67e08567
+20600000
+1fe67e00
+67e084d8
+6fe084d8
+20600000
+70466200
+20600000
+70466201
+20600000
+9a267c00
+24217644
+9a467c00
+24217644
+20207646
+9a267c00
+24610000
+9a467c00
+24610000
+20207646
+6fe1456b
+20406078
+1fe22200
+6fe1456d
+20406078
+1fe22400
+20600000
+67e10562
+6fe08563
+c07fe07e
+6fe08562
+1fe17eff
+20600000
+6fe10562
+1fe67e00
+2020607c
+da60455e
+da406084
+20204de1
+6fe24552
+67e244f5
+70474c01
+20600000
+6fe0c87e
+c0006090
+c000e092
+c001608d
+c001e094
+580ea600
+67e24552
+20600000
+5805e740
+2020608e
+580927c0
+2020608e
+58124f80
+2020608e
+4743c030
+70453f00
+20404cbe
+5fffffff
+67e244f5
+58000000
+67e3c56a
+70487d01
+20405bf9
+204057d7
+6fe0c87d
+245a57d7
+6fe444f5
+20204d29
+6fe0c87d
+245a60a8
+70487d00
+20204cbd
+20405b67
+6fe44848
+c41e0000
+6fe0c5ab
+d8400040
+20406c68
+6fe0c5ac
+d8400040
+20206c68
+6fe0c87d
+243a4c97
+20204c93
+793f8026
+70453b00
+d8e00001
+20205fa5
+6fe44848
+c308e0c5
+2040579e
+20346107
+6fe44848
+c29860ca
+c318e0ca
+20405acf
+1a217e07
+6848c867
+98467c00
+2022e0e4
+202060ca
+6fe0c74e
+243a5fbf
+20600000
+2040579e
+203460d4
+7045d100
+6fe14856
+67e14521
+70452502
+20204bc3
+204061ad
+6fe1451b
+67e14521
+70452504
+20204bc3
+6fe0c5d1
+c0006107
+20405cb0
+204060b4
+204061ef
+7045d101
+20405e78
+20205793
+2040579e
+203457c3
+20205e21
+2040579e
+20740000
+6fe44848
+c297dea3
+20600000
+d8e00001
+20405fa1
+58000000
+67e14521
+20405e42
+20406271
+204061ad
+7044cf01
+6fe44848
+c30ac93b
+7044cf02
+2020493b
+6fe0c53f
+243a6096
+6fe0c525
+c00160ff
+c002610b
+c001e110
+6fe44848
+c29e6096
+204061f3
+204060b4
+6fe0c74e
+243a5fbf
+6fe0c5d1
+c00057c3
+20600000
+6fe44848
+c297e0cf
+c29860cf
+c31d6107
+6fe2462c
+684a460d
+98467c00
+2022e0e4
+6fe1451f
+67e14521
+70452503
+20204bc3
+6fe44848
+c317e0f6
+6fe0c850
+c000e0f6
+202060d7
+6fe44848
+c317e0f6
+c289e0f6
+c28960f6
+202060d0
+6fe244d5
+67e2452b
+67e2462c
+20404be8
+204061a7
+20405e12
+20405c7b
+70474c00
+70453b00
+70452500
+6fe2452b
+6fe24527
+98467c00
+20628000
+202060df
+20405e12
+d8e00001
+20405fa5
+204061a7
+58000000
+67e1451d
+67e14521
+67e0c53b
+67e0c661
+67e0c525
+20405c7b
+20405c8c
+6fe244d5
+67e2452b
+67e2462c
+20205ea3
+47444031
+c6930000
+20405931
+24740000
+6fe44848
+c30ae13c
+6fe0c828
+243a6153
+20405c7c
+6fe0c4cf
+c280e14b
+6848c460
+6fe0c56a
+9841fe00
+67e0c56a
+6848c465
+6fe0c56f
+9840fe00
+67e0c56f
+6848c466
+6fe0c570
+9840fe00
+67e0c570
+7044cf01
+da200007
+da40456a
+6fe44848
+c28c4d50
+6fe1456f
+207a0000
+20204d50
+7044cf02
+da200009
+6fe0c829
+243a6159
+da404871
+20600000
+da404868
+20600000
+58000000
+67e1c841
+20600000
+6fe44848
+c40b0000
+6fe0c74c
+207a0000
+6fe0c541
+207a0000
+6fe0c83e
+1fe0fe01
+1fe17e03
+67e0c83e
+247a0000
+70483f00
+44ae400b
+6fe0c83f
+1fe0fe01
+67e0c83f
+1fe67c08
+24216176
+20404c05
+20404cc8
+242c617c
+2437e17c
+2040618f
+20406186
+20404c01
+6fe0c840
+1fe0fe01
+67e0c840
+c008617e
+20600000
+204048cc
+2020616a
+70484000
+6fe0c841
+c3800000
+79207e00
+67e0c841
+6fe14858
+67e14750
+20205bf9
+6fe0c541
+203a615b
+70484000
+6fe0c841
+c4000000
+793ffe00
+67e0c841
+20405e12
+20205b67
+20404cdf
+6fe0c43e
+2fe1f008
+24608000
+6fe0c43f
+c07fe096
+20600000
+6fe0c5d1
+c0803b7e
+6fe0c510
+207a0000
+70804202
+6ff08130
+1fe17efc
+67f0804c
+20203c37
+6fe44848
+c4100000
+6fe0c844
+207a0000
+1fe0ffff
+67e0c844
+203a61f3
+20206201
+6fe44848
+c4100000
+20406271
+6fe0c85c
+67e0c844
+20600000
+70484400
+6fe14860
+67e145c9
+67e145cb
+6fe0c5d1
+c00061b6
+c000e1b8
+c00161ba
+20600000
+6fe0c5bc
+202061bb
+6fe0c5bd
+202061bb
+6fe0c5be
+67e084cc
+204061f3
+6fe084cc
+67e0c5c8
+da200000
+7045c601
+20207030
+6fe0c5bf
+c17f8000
+6fe14760
+247a0000
+6fe1451d
+247a0000
+6fe14521
+247a0000
+6fe0c844
+247a0000
+6fe0c85d
+203a61d3
+67e0c845
+20600000
+da604845
+da4061d3
+20204de1
+6fe0c5bf
+67e0c5c8
+6fe1485e
+67e145c9
+67e145cb
+da200000
+6848c62b
+18408401
+6fe44848
+c30e61e0
+18408401
+18467c04
+244161e3
+6048c5c7
+7045c601
+20600000
+d8400001
+20600000
+78547c00
+6fe0c5bf
+6848c5c8
+98467c00
+24628000
+6fe0c5c7
+207a0000
+70459300
+78347c00
+20600000
+204061ff
+204061f8
+204061fb
+202061fd
+6fe0c5d1
+c00061f8
+c000e1fb
+c00161fd
+20600000
+70484700
+6848c5bc
+2020620c
+6848c5bd
+2020620c
+6848c5be
+2020620c
+6848c5bf
+2020620c
+6fe0c5d1
+c0006206
+c000e208
+c001620a
+20600000
+6848c5bc
+20206210
+6848c5bd
+20206210
+6848c5be
+20206210
+44aec00b
+6048c5c8
+da200000
+2020702b
+44af400b
+6048c5c8
+da200000
+20207026
+44afc00b
+6fe0c5bc
+98467c00
+2042e235
+6fe44848
+c3126c3f
+20406226
+2040622a
+2040622e
+6fe0c846
+203a6c3f
+70484600
+20206c5b
+44b0400c
+6fe0c5bc
+98467c00
+2042e237
+20206c43
+6fe44848
+c4130000
+6fe0c5be
+20206231
+6fe44848
+c4128000
+6fe0c5bf
+20206231
+6fe44848
+c4138000
+6fe0c5bb
+98467c00
+24628000
+70484601
+20600000
+70484700
+20600000
+70484701
+20600000
+6fe14760
+247a0000
+6fe1451d
+247a0000
+6fe14521
+247a0000
+6fe0c844
+247a0000
+204061e5
+20740000
+6fe44848
+c4108000
+c4020000
+c291e25f
+6fe0c592
+1fe0fe01
+67e0c592
+1fe67c14
+24416251
+c0016253
+c0026259
+c0036253
+c0046259
+20600000
+70459201
+20206259
+6fe44848
+c2916201
+6fe0c5bb
+c17f8000
+6848c5bb
+20206210
+6fe44848
+c29161f3
+6fe0c5bb
+c17f8000
+6848c5bb
+2020620c
+6fe1485a
+68494750
+98460400
+6fe14864
+98467c00
+24216271
+6fe0c593
+247a0000
+70459301
+20206269
+6fe14862
+67e145c9
+67e145cb
+6fe44848
+c29161b1
+6fe0c5bb
+c17f8000
+202061bb
+70459300
+20206259
+6fe44848
+c4108000
+c4020000
+c291e285
+6fe0c592
+1fe67c0a
+20216281
+6fe0c5d1
+c000627e
+70409401
+20600000
+6fe44848
+c38c0000
+20204d3f
+6fe0c5d1
+c0004d50
+70409400
+20600000
+6fe0c593
+243a6281
+2020627a
+20403a60
+6fe08009
+20204c4d
+20406288
+20204d5d
+6fe0c813
+2fe00603
+2420f644
+20404e2c
+20207646
+6fe1442f
+c284e28d
+20600000
+20406fd3
+20758000
+58006316
+67e1438a
+58006314
+67e1438c
+58006312
+67e14390
+580062c3
+67e14392
+580062bd
+67e14388
+58006382
+67e14394
+580062f9
+67e14398
+5800635d
+67e14479
+58006399
+67e14474
+5800639a
+67e14476
+204062b8
+20404142
+20406385
+20406d0f
+2040711d
+20407018
+44b0c00c
+20406392
+6fe0c46f
+c00062ba
+6fe0c470
+67e0c432
+202063a1
+70412007
+20600000
+704432ff
+70447101
+20206331
+6fe0c471
+c0014e09
+204066b4
+6fe0c3ee
+243a4e09
+20204e0b
+1a627e00
+c00a62cc
+c00ae2d0
+c01fe2d3
+c02062d9
+c00862df
+c01662e0
+c016e2eb
+20600000
+20406318
+58000000
+67e14449
+20204e26
+2040711d
+70444200
+20206331
+2040711d
+70444201
+6fe44453
+67e442a6
+20404e2c
+202045f3
+6fe1430f
+c1000000
+6fe4445b
+207a0000
+67e442a6
+202045f3
+202063b6
+6fe0c46f
+c1000000
+6fe0c471
+c1808000
+204062e6
+20204e24
+70467101
+df20000b
+d8a04672
+d8c0465b
+20207548
+6fe0c46f
+c1000000
+6fe0c471
+c000e2f0
+202063b2
+6fe0c671
+c1808000
+70467100
+6fe1442f
+c284ce26
+df20000b
+d8c04672
+d8a0465b
+20207548
+204062fc
+20406303
+2020630d
+da60446d
+da4062ff
+20204de8
+70447102
+20404e26
+20406342
+2020639e
+da60467e
+da406306
+20204de1
+6fe1442f
+c284e39e
+6fe0c65b
+c000e39e
+c002639e
+c002e39e
+20204e28
+6fe0c471
+c1808000
+da604449
+da40631f
+20204de8
+2040636e
+20206d40
+20406c74
+20206d34
+20406c74
+20206fd7
+6fe0c437
+c280631b
+20600000
+6fe14469
+67e1446b
+67e1446d
+20204e16
+6fe0c471
+c1808000
+6fe0c437
+c2806324
+20600000
+6fe1442f
+c3848000
+6fe14467
+67e1446b
+67e1446d
+6fe14445
+204063c7
+20404e22
+6fe2444f
+67e2465e
+6fe1442f
+c3858000
+20204e18
+6fe0c471
+c1808000
+6fe0c437
+c2806336
+20600000
+6fe14449
+68494447
+60494449
+247a0000
+6fe14443
+204063c7
+20404e22
+6fe2444b
+67e2465e
+6fe1442f
+c3858000
+20204e18
+6fe1442f
+c284ce20
+20206318
+20407638
+6fe1442f
+c284e349
+20600000
+6fe0c442
+207a0000
+20207636
+20407638
+6fe1442f
+c3848000
+20207636
+6fe0c437
+c2806353
+20600000
+20206331
+78567c00
+6fe1446b
+67e1446d
+2040634c
+20346350
+20406345
+24740000
+78367c00
+20600000
+20406354
+24760000
+1a227e00
+203a6364
+20404e24
+da604483
+20206366
+20404e26
+da6044ab
+dfe00005
+98effe00
+9a60a600
+efe08013
+207a0000
+2040637a
+1a60a601
+20206369
+6fe1442f
+c284e371
+20600000
+20404203
+247a0000
+2040637d
+24740000
+1fe0ffff
+1feffe05
+d84044d3
+98408c00
+202063cb
+67e084c4
+da2004c4
+20207122
+da2004c4
+2040713a
+24740000
+6fe084c4
+20600000
+6fe1436b
+c00c62d3
+20600000
+58000002
+67e0c67d
+58200008
+67e24453
+592c0005
+e7e20005
+7042b417
+5800001b
+67e14305
+2040419e
+204041ba
+204041c7
+202041a6
+df200028
+d8a044d3
+d8c094f9
+2020753b
+df200139
+d8c093c0
+2020753b
+20206331
+da200000
+da604666
+20407036
+20406342
+6fe0c67d
+67e0c67e
+20600000
+58000000
+204063ad
+70442a01
+20406fe2
+20406fec
+6fe0c684
+203a63aa
+6fe084f1
+c30163b9
+6fe1442f
+c3860000
+20204e28
+684943de
+e7e08002
+efe08005
+67e0c431
+20600000
+6fe143de
+efe0803f
+c1800000
+20204e28
+684943de
+efe08002
+c000e3c1
+58000001
+684943de
+e7e08002
+18408c02
+efe08006
+e7e08031
+efe10006
+202075e6
+58000002
+204063ad
+18408c05
+efe10006
+203a4e28
+202075e6
+67e140a5
+1fe0fffc
+67e1435c
+20600000
+efe08006
+1fe22200
+e8410006
+204074d3
+20404546
+1a227200
+204074cd
+20207548
+6fe1467f
+67e1447b
+6fe0c681
+67e0c65d
+67e0c668
+6fe0c682
+67e0c46f
+6fe0c683
+67e0c470
+70443701
+58000030
+67e14440
+58000000
+67e14438
+58000002
+67e14483
+67e14488
+58000006
+67e144ab
+67e144b0
+58000007
+67e1448d
+58000008
+67e144b5
+58004471
+67e143de
+58201400
+67e1c471
+70409401
+58000100
+67e140a5
+7040a708
+7040c105
+7040c202
+58000096
+67e1444b
+e7e10005
+58000296
+67e1444f
+e7e10005
+38000010
+38048008
+380ac000
+380c0004
+67e4445b
+70443401
+5800465b
+67e14435
+58000000
+67e1465b
+380001a0
+38040068
+38080000
+380c0000
+67e4465e
+58000301
+67e14666
+380001a0
+380400e8
+38080000
+380c0000
+67e44669
+5800000e
+67e14443
+58000140
+67e14445
+67e1435c
+58000050
+67e14447
+70436607
+70435b00
+380000fb
+3806c212
+3808800f
+380c0021
+67e44380
+38000bb8
+380402ee
+67e24467
+5800458c
+67e143b0
+58002001
+67e1458c
+70431b1f
+38010102
+380480c1
+38098120
+380c640c
+67e4c31c
+380003c1
+e7e10005
+70433b1f
+3802090d
+38074c15
+380a8532
+380dd1d5
+67e4c33c
+38026574
+3804001c
+e7e18005
+58004478
+67e143da
+70447802
+580045b1
+67e143ad
+7043af05
+580093c0
+67e142ca
+20600000
+6fe0c3ec
+d840003e
+20206c67
+6fe0c3ec
+d840003f
+20206c67
+20406443
+20406440
+20206443
+20406447
+20206440
+20206447
+20406447
+20206449
+20206440
+6fe0c3ed
+20206441
+6fe0c3ed
+20206444
+2040644f
+20406451
+2020644f
+2040649f
+20206458
+44b2c00c
+7001e801
+7001ea01
+7001ec19
+7001ed02
+6fe101ef
+204075e6
+6fe401e7
+67e401df
+6fe081ee
+67e0c116
+6fe081e9
+c000e466
+c00164f7
+684881e7
+6fe081ea
+c001646a
+c000e486
+44b3400c
+204064e4
+204039c9
+204064b2
+79202a00
+782efc00
+78307c00
+7850fc00
+20403dc2
+6fe081eb
+67f0890d
+20206476
+44b3c00c
+6fe081e8
+c000e479
+6fe081ec
+c00ce47d
+c03c6480
+c0786483
+df200035
+d8c00b00
+202064d5
+df2000cb
+d8c00b00
+202064d5
+df200162
+d8c00b00
+202064d5
+44b4400d
+204064e4
+204039c9
+7843fc00
+782efc00
+78307c00
+684881e8
+18422a00
+6fe081eb
+67f0890d
+c0006476
+44b4c00d
+6fe081ec
+1fe27200
+d8c00b00
+efe08006
+08008608
+c2006495
+6fe101ef
+204075e6
+6fe401e7
+684c01df
+98467c00
+2022e491
+20206458
+df2003fe
+d8a00b00
+580001ff
+18002400
+1fe92200
+1a232200
+9a22a200
+2a2ffe00
+7920fe09
+18430400
+2feffe00
+79208407
+1fe37e00
+1a40a401
+2a400e00
+2420e4a3
+e0408005
+c20064a3
+20600000
+44b5400d
+793f802f
+70890103
+70892084
+708925a7
+70893003
+70893740
+708a6d85
+708a6d89
+6fe08164
+c3968000
+70890101
+70892080
+708a6d05
+708a6d09
+7920002f
+70890105
+70893024
+7089340a
+20600000
+44b5c00d
+18002a08
+18002a00
+7850fc00
+78507c00
+782f7c00
+70890005
+20000002
+70890000
+204064e4
+708a1600
+708a0a10
+708a0b00
+20600000
+202064c6
+efe08006
+08008608
+c20064d5
+204064d4
+78287c00
+db600350
+2021e458
+6fe101ef
+204075e6
+6fe401e7
+684c01df
+98467c00
+2022e4db
+204064d4
+20206458
+44b6400d
+70890005
+20000002
+70890000
+708a10aa
+708a11aa
+708a1215
+708a0af8
+708a0b04
+20000078
+708a167a
+708a1700
+708a1800
+708a1900
+708a1a00
+708a112a
+708a0a78
+708a4300
+20600000
+20406500
+44b6c00d
+6fe101ef
+204075e6
+6fe401e7
+684c01df
+98467c00
+2022e4f8
+20206458
+44b7400d
+204064d4
+20403954
+58000500
+20403abc
+2020396a
+20800000
+20406df0
+20406511
+20406513
+20406527
+20406543
+20406547
+70056401
+70056104
+20406552
+2020650f
+70804204
+20600000
+20406517
+2040651b
+2040651f
+20206523
+6fe0c437
+247a0000
+70443705
+20600000
+6fe0c438
+247a0000
+70443806
+20600000
+6fe0c439
+247a0000
+70443909
+20600000
+6fe0c43a
+247a0000
+70443a0a
+20600000
+58000c00
+67e104c4
+58000eff
+e7e10005
+58000f00
+e7e10005
+58000fff
+e7e10005
+6fe404c4
+20406acd
+20406ae7
+d841c200
+20406ada
+6fe0c437
+d8400008
+20406c68
+6fe0c438
+d8400049
+20406c68
+6fe0c439
+d840000a
+20406c68
+6fe0c43a
+d840000b
+20406c68
+d8400081
+60588060
+202075e3
+6fe0c43b
+247a0000
+70443b0c
+20600000
+6fe0c43b
+d8400010
+20406c68
+da200040
+20406d6e
+da200000
+da400000
+58000000
+20406d93
+d8e00000
+20206dd9
+6ff10112
+1fe0a3fc
+24610000
+20406afb
+efe08003
+c000e55a
+204074fb
+20206b03
+efe10003
+67e10565
+d84003ff
+98410400
+6049055e
+1feb7e00
+1fecfe00
+67e08560
+efe08003
+1fe0ffff
+9a267c00
+20610000
+20406568
+202065c3
+6fe08560
+c01fe56b
+202065af
+44b7c00d
+6fe0855e
+c00065ae
+c000e576
+c001657b
+c001e589
+c0026593
+c002e5ae
+c00865a4
+c00a65aa
+202065ae
+70056700
+6ff10000
+67e10568
+df200003
+202065b6
+efe10003
+67f10052
+20600000
+efe08003
+1fe20400
+67f08024
+efe08003
+98408400
+79207e07
+67f08023
+efe08003
+98408400
+1fe27200
+20600000
+2040657e
+efe08003
+67f08025
+98408400
+c200658a
+184104ff
+efe08003
+98467c00
+2422e5a2
+202065ae
+df200020
+d8a04000
+d8400000
+efe08003
+e7e08005
+98408400
+c2006596
+184104ff
+efe08003
+98467c00
+2422e5a2
+70802300
+204065ae
+204075e8
+20203801
+70802300
+202065af
+efe08003
+1fe27200
+efe10003
+1fe20a00
+20406b3f
+202065ae
+6ff08060
+79207e04
+67f08060
+202065ae
+202065b3
+70056701
+202065b4
+7005670c
+202065b4
+70056700
+df200001
+202065b6
+7005620e
+1f20fe03
+67e08563
+204065bf
+6fe18564
+e7e18003
+d8c00567
+20406b26
+20206b09
+20406b07
+6fe18561
+e7e18003
+20600000
+20406afb
+18608603
+efe08003
+98608600
+20206b01
+70410d00
+20600000
+6fe143d8
+1fe22600
+204065e0
+202065e6
+58000000
+1a60a20b
+e7e08011
+1a60a200
+efe08011
+203a65f1
+1fe27200
+1a60a402
+e8408012
+20406c43
+e8408012
+20406c43
+204065f1
+e8408012
+20406c29
+1a40a401
+c20065d6
+20600000
+1a608a01
+efe08005
+207a0000
+1fe27200
+1a60a206
+202065ec
+1a608a00
+efe08005
+207a0000
+1fe27200
+1a60a202
+202065ec
+e8408011
+20406c29
+1a20a201
+c20065ec
+20600000
+58000000
+1a60a20a
+e7e08011
+1a60a206
+e8408011
+20406c32
+1a60840c
+efe10002
+1a608c0b
+e8408006
+18420e00
+f920fe00
+1a60840c
+e7e10002
+1a20a201
+1a608a0b
+efe08005
+1fe0fe01
+e7e08005
+1a608a0a
+e8408005
+18408401
+e0408005
+1a608a01
+efe08005
+9842fc00
+2422e5f5
+20600000
+6fe143d8
+1fe22600
+1a608a01
+efe08005
+1fe27200
+1a60a202
+e8408011
+20406c0f
+1a20a201
+c2006613
+20600000
+e8420011
+1c427e00
+98467c00
+20610000
+58000000
+e7e20011
+20600000
+6fe143d8
+1fe22600
+1a60a212
+20406618
+efe20011
+1a60a416
+e8408012
+98408400
+1c427e00
+98467c00
+24610000
+e7e20011
+204065ce
+1a60a20c
+efe10011
+1a60a20e
+e8410011
+e7e10011
+98417e00
+1a60a210
+e7e10011
+20600000
+2035e63a
+580043fd
+d8a043ee
+98a67200
+2040750f
+20600000
+44b8400e
+204066b4
+6fe0c3ee
+c0007646
+c000f646
+c0017646
+c001f646
+c040f646
+c0607646
+c0407646
+c0207646
+20600000
+d8e00000
+da400000
+18e67c07
+24610000
+aa2fffff
+2020e64e
+20206652
+18427e00
+203a6652
+f9202400
+184085ff
+18e08e01
+20206649
+6b014312
+6d614314
+20407638
+20206658
+44b8c00e
+204066a4
+243a3aba
+204066b4
+df200008
+6848c3ee
+1f260e08
+a84fffff
+2020e665
+2040666c
+24216665
+20406682
+20206669
+1d627e00
+9b00b000
+c200665d
+20203aba
+1b027e00
+1b020a00
+20600000
+44b9400e
+1f260e08
+d8400000
+d9600000
+18e27e00
+c004667d
+6fe0c3ee
+afefffff
+2020e67d
+f9201600
+1d627e00
+98408400
+18e08e01
+1a227e00
+98467c00
+2022e67d
+20216670
+18427e00
+9a267c00
+24628000
+f9201600
+20600000
+44b9c00e
+204066a4
+243a3aba
+204066aa
+203a668b
+6fe4c3f2
+67e4c3ef
+58000000
+e7e18005
+6160c3f8
+630143f9
+20600000
+44ba400e
+204066ad
+18c08c01
+efe10006
+20600000
+44bac00e
+204066ad
+18c20a00
+18c20400
+58000000
+e7e18005
+20600000
+44bb400e
+204066aa
+203a3aba
+6fe1c3f5
+67e1c3f8
+6fe1c3f2
+67e1c3f5
+6fe1c3ef
+67e1c3f2
+20600000
+44bbc00e
+6fe1c3ef
+20600000
+44bc400f
+6fe1c3f2
+20600000
+44bcc00f
+6fe1c3f8
+20600000
+204066aa
+203a66b2
+d8c043ef
+efe18006
+203a66b0
+18c08dfd
+20600000
+44bd400f
+df200004
+d8c043ef
+d8400000
+efe18006
+1fe17eff
+98418400
+c20066b8
+6048c3ee
+20600000
+203a3aba
+1fe20a00
+20600000
+44bdc00f
+da400000
+da2043ef
+1a20a3fe
+1a20a202
+580043fb
+9a267c00
+2022e6d1
+efe08011
+1a20a201
+203a66c5
+e8410011
+efe10002
+9a40a400
+1a40a404
+202066c5
+1a427e00
+20600000
+d8e0000c
+20203c54
+d8e0000c
+20203c58
+204066b4
+6fe0c3ee
+207a0000
+204066c1
+d8400100
+98467c00
+202166d3
+204066d5
+6fe143fb
+18c20a00
+da2043ef
+580043fb
+9a267c00
+20628000
+efe08011
+1a20a201
+243a66eb
+e7e10005
+1a20a202
+202066e2
+efe10011
+1a20a202
+1fe20c00
+efe10006
+e7e10005
+1fe27200
+1f20f202
+20407548
+202066e2
+204066b4
+6fe0c3ee
+207a0000
+da2043f0
+1a20a3fd
+18c20a00
+6fe143fb
+18a20c00
+1a20a203
+580043fc
+9a267c00
+20628000
+efe10006
+203a66fc
+1fe0fe04
+1fe27200
+18c22400
+efe10011
+1fe20a00
+1a420c00
+18c08dfe
+20407548
+202066fc
+44be400f
+1fe17eff
+1fe67c0c
+24213aba
+d8a08070
+98a08a00
+18a22200
+d840003e
+e0408005
+2040671a
+2000001e
+1a220a00
+d840003f
+e0408005
+2020671e
+6ff08081
+1fe17e7f
+67f08081
+20600000
+6ff08081
+1fe1fe80
+67f08081
+20600000
+20206929
+20206930
+6ff0806f
+1fe17efd
+67f0806f
+20600000
+2434672c
+6ff0806f
+1fe1fe02
+67f0806f
+18427c00
+2022e72f
+1a627a00
+2fcc0000
+2020681b
+18000404
+da2001c4
+20406724
+2040672c
+da2055aa
+6fe101c4
+e8410006
+9a267c00
+20600000
+2054674c
+d8400002
+da2001ca
+2040672c
+6fe101ca
+67e101bd
+20546742
+20600000
+d8400010
+da2001cc
+20406724
+2040672c
+d8c001cc
+df200010
+20406f8f
+20406f16
+20406fab
+20206f10
+70802300
+20406724
+20206fab
+58000000
+67e104ed
+7856fc00
+20406731
+24628000
+7836fc00
+70802380
+70802200
+70802400
+da208025
+20406728
+70802300
+6fe081ba
+c4000000
+d8400006
+20406732
+2422e76e
+efe10006
+98002200
+2040672c
+20406765
+2020675d
+6fe104ed
+df200006
+d8c001c4
+20407648
+6f2101c6
+1a220c00
+20407648
+67e104ed
+20600000
+6fe081de
+c02d677c
+da20aa55
+6fe101c4
+9a267c00
+2422e77e
+da2055aa
+6fe101c6
+9a267c00
+2422e77e
+6fe101c8
+684904ed
+98467c00
+2422e77e
+7920220f
+2020672f
+7001ba00
+20600000
+204075e3
+58001000
+67e101bd
+da606a4c
+df200002
+20406731
+24628000
+6fe101bd
+1ff0fe00
+9840fe00
+1ff0fe00
+67e101bd
+c2006785
+2020675d
+6ff1011e
+67e101b8
+793ffe0e
+247a0000
+580007d0
+da2001b8
+d8400002
+204068b0
+6fe081ca
+1ff18400
+6fe081b8
+1ff27e00
+9841fe00
+67e081b8
+202068c6
+70805025
+204075e3
+78547c00
+7001ba00
+2040683d
+204068be
+58000000
+da2001ca
+d8400002
+204068b0
+2040678e
+580007d3
+da2001dd
+d8400002
+204068b0
+6fe081b8
+c301e7b7
+580007f0
+da2001cc
+d8400010
+204068b0
+70800608
+7920002b
+d8c001cc
+20406f9b
+78347c00
+70411500
+2040680c
+24216818
+2054674c
+6fe101ca
+1ff0fe00
+d84007ff
+98417e00
+2022e7c9
+20406866
+da6068b4
+20546742
+2040674f
+2436e7c9
+6fe081ba
+2fe00603
+2420e7b8
+204067d7
+2040685a
+70411500
+2040680c
+24216818
+204067fe
+20406a29
+6fe081b8
+c28167e3
+20406806
+2436e7da
+6fe081ba
+2fe00603
+2420e7cb
+202067e3
+580001ff
+dfa00000
+20600000
+20406a26
+6fe081b8
+c28167e3
+20406806
+2436e7e3
+6fe081ba
+2fe00603
+2420e7cb
+202067f3
+70411500
+2040680c
+24216818
+6fe081b8
+c280e7f3
+20406979
+200000c8
+20406988
+20000064
+da6069bc
+2040673a
+2040674f
+2436e7f3
+6fe081ba
+2fe00603
+2420e7e4
+204067f7
+6fe081b8
+c4000000
+20206506
+58000000
+67e401cc
+67e401d4
+18007004
+20406fac
+70805021
+20600000
+6fe0c3d7
+6848c3d6
+98467c00
+2422ea0f
+7043d502
+7043d601
+7043d700
+20206a0f
+58000000
+67e101bd
+da606a4c
+204069f8
+2040673a
+2020674f
+20406812
+6fe0c115
+1fe0fe01
+1fe67c03
+67e0c115
+20600000
+6fe0c115
+207a0000
+6fe081dd
+207a0000
+1fe27200
+202074fc
+204067f7
+204075ec
+20600000
+6fe081ba
+1fe3fe00
+7920fe00
+2a2c000f
+20608000
+67e081ba
+20600000
+6ff0806f
+c4008000
+20206828
+6ff08128
+afefffff
+20608000
+6ff08108
+c300e825
+20406f10
+20206825
+6fe140e9
+207a0000
+70802380
+70802200
+70802400
+684940eb
+184bf200
+98000c00
+efe08006
+67f08025
+c2006834
+70802300
+20600000
+708aa004
+708aa133
+708aa201
+20206840
+708aa00c
+708aa1fb
+708aa203
+67e104d4
+44bec00f
+708a01ff
+6ff08a0b
+67e084d6
+1fe1fe04
+67f08a0b
+6ff08a13
+67e084d7
+708a1311
+200003e8
+6ff08a02
+1fe1fe01
+67f08a02
+708a0003
+44bf400f
+6ff08aa0
+1fe1fed0
+67f08aa0
+20001770
+6ff08aa0
+1fe1fe20
+67f08aa0
+20002ee0
+6fe104d4
+20600000
+44bfc00f
+708aa004
+708aa143
+708aa201
+6ff08a02
+1fe17efe
+67f08a02
+6fe084d6
+67f08a0b
+6fe084d7
+67f08a13
+20600000
+1fe9fe00
+67f10045
+70804b00
+20600000
+20406839
+20406866
+20406898
+e8408011
+1a20a201
+18000e00
+a84c0000
+2020e88f
+6ff08046
+79207e06
+79207e07
+67f08046
+70804702
+70804782
+793ffe07
+67f08046
+7080478a
+2000000b
+708047ca
+20000021
+7080474a
+2000002c
+708047ca
+20000016
+7080478a
+20000021
+70804782
+20000001
+70804792
+2000000a
+708047b2
+6ff08007
+70804792
+20000001
+70804782
+afec0000
+2020e870
+6ff10045
+1fe0fe01
+67f10045
+18e08e01
+28e01e08
+2420e870
+c200686d
+70804783
+2020685a
+70804782
+2000000c
+70804780
+70804782
+20000096
+20600000
+20406898
+708047a2
+1a227e00
+67f10048
+7920040b
+2fec000f
+7920840f
+6059004a
+70800701
+20600000
+6ff08128
+c300e8a8
+70804783
+20600000
+44c04010
+2040683d
+204068b0
+2020685a
+20406866
+2040689e
+204068a8
+20600000
+2040683d
+6ff10122
+67f10045
+2040689e
+d8e00001
+20406822
+204068a8
+2feffe00
+2040681b
+2020685a
+580007d2
+da2040cc
+d8400001
+204068b0
+6fe0c0cc
+243a68c5
+7040cc04
+20203c41
+6fe101b8
+1ff1fe00
+207a0000
+6fe081b8
+1ff1fe00
+c00568d4
+c00268d6
+c005e8db
+c00468df
+c004e8e3
+c00668d4
+c006e8e7
+c00768e7
+20206901
+204068fe
+20206906
+dfe053d2
+d84063c1
+204068f1
+20206906
+20206906
+dfe04e4d
+d84063d3
+204068f1
+20206906
+dfe04e4d
+d84056e9
+204068f1
+20206906
+dfe04e4d
+d8405202
+204068f1
+20206906
+dfe05249
+d84063c1
+204068f1
+20206906
+dfe04e4d
+d84063c1
+204068f1
+20206906
+dfe053d2
+d84056e9
+18500400
+9841fe00
+67f2004c
+2020691b
+dfe04e4d
+d84063c1
+202068f1
+dfe04362
+d84047c2
+18500400
+9841fe00
+67f2004c
+2020691d
+dfe047c7
+d840492b
+202068fa
+204068fe
+dfe04362
+d84047c2
+204068f1
+20206906
+6fe101b8
+79207e0d
+79207e0e
+67f2004c
+2040690d
+70801108
+20600000
+58000002
+37d98200
+67f08012
+37d98200
+37d98200
+20600000
+6ff1011e
+793ffe0e
+67f2004c
+2020690d
+6ff1011e
+79207e0e
+67f2004c
+2020690d
+58000004
+2020690e
+58000008
+2020690e
+44c0c010
+6fe0c3aa
+67f08080
+6fe0c3ab
+67f08081
+580001bb
+67f10084
+580001c0
+67f10086
+2020671a
+79207e07
+67e101bb
+44c14010
+70808202
+70808800
+70800602
+20206939
+18000401
+67e081bb
+44c1c010
+70808201
+60590088
+70800602
+20406939
+6fe081c0
+20600000
+20000005
+6ff08128
+c301e939
+20600000
+78547c00
+1fe22400
+6fe0c3ce
+c1800000
+78347c00
+1a427e00
+2020694b
+6fe0c3ce
+c000e94b
+c0016951
+c001e959
+c002695d
+c002e964
+20600000
+67e1c3c7
+1a227e00
+67e143ca
+604943cc
+7043ce02
+20206979
+20406979
+7043ce03
+2040697f
+da2001bb
+70808204
+6fe1c3c7
+d8400020
+20206990
+20406979
+204069b3
+7043ce04
+20600000
+44c24010
+20406979
+7043ce05
+2040697f
+20406971
+2040698c
+2020696c
+20406979
+2040697f
+58000005
+20406930
+c3800000
+7043ce00
+6fe1439c
+202075e6
+6fe204cc
+684943ca
+184085fc
+e7e20002
+20600000
+684943ca
+18422200
+184085fc
+efe20002
+67e204cc
+684943cc
+6fe1c3c7
+20600000
+44c2c010
+204069de
+2040671a
+58000000
+67e201bb
+20600000
+7001bb06
+58000000
+67f10088
+58000001
+67f10082
+580001bb
+67f10084
+70800602
+20206939
+7001bbab
+20206980
+7001bbb9
+20206980
+18408404
+60590082
+d8400002
+1a20a3fc
+e0408011
+1ff10400
+e0408005
+1fec8400
+e0408005
+e7e08005
+1a227e00
+67f10084
+58000000
+67f10088
+70800602
+20406939
+202069b3
+60590088
+1ff10400
+604881bc
+1fec8400
+604881bd
+67e081be
+58000004
+67f10082
+7001bb03
+580001bb
+67f10084
+1a227e00
+67f10086
+6ff08080
+2a2c000f
+7920fe06
+67f08080
+70800602
+6ff08128
+c283e9af
+d8e00003
+20206939
+580007d0
+20403abc
+2040697f
+580001c0
+67f10086
+58000005
+20406930
+c28069b3
+20600000
+60590088
+58000004
+67f10082
+7001bb03
+580001bb
+67f10084
+1a227e00
+67f10086
+6ff08080
+2a2c000f
+7920fe06
+67f08080
+70800602
+6ff08128
+c283e9c9
+d8e00003
+20406822
+20406939
+2feffe02
+2040681b
+6fe081bc
+1ff02400
+6fe081bd
+1fed7e00
+9a41a400
+6fe081be
+9a41fe00
+9840fe00
+67e081be
+1fecfe00
+67e081bd
+1fecfe00
+67e081bc
+20600000
+6fe0c3cf
+6848c3d1
+98467c00
+2422e9e3
+204069ef
+6fe0c3cf
+d8400020
+20406c68
+6fe0c3d2
+d8400021
+20406c68
+6fe0c3d0
+d8400022
+20406c68
+6fe0c3d1
+d840001f
+20206c68
+7043cf01
+7043d003
+7043d100
+7043d202
+7043d30b
+7043d40a
+20600000
+70801001
+20600000
+70808b05
+70808c07
+70808d07
+70808e07
+70808f07
+70809005
+70809100
+20600000
+70808b0c
+70808c0d
+70808d0d
+70808e0d
+70808f0d
+7080900c
+70809100
+20600000
+20406a3d
+6fe0c3d6
+d840006c
+20406c68
+6fe0c3d7
+d840006d
+20206c68
+20406a44
+20206a09
+6ff08128
+c302ea11
+20600000
+67e081bf
+580001bf
+67f10094
+58000001
+67f10092
+60590098
+62310096
+70808a01
+70800604
+20206a11
+58000000
+67f10098
+67f10096
+60590092
+62310094
+70808a01
+70800604
+20206a11
+79200028
+7043a908
+20600000
+793f8028
+7043a920
+20600000
+6fe0c3a0
+9a40fe00
+67e081bd
+20206a33
+6fe101bd
+1ff0fe00
+67e081bd
+58000003
+67f10092
+7001bca0
+7001bea1
+20206a52
+604904cc
+20406a3d
+684904cc
+20406a6c
+20206a44
+6fe0c3d5
+c17f8000
+c3036a42
+580249f0
+20403abc
+6848c3d5
+20206c43
+6848c3d5
+20206c3f
+44c34010
+c5146a2c
+6fe143a0
+9a40fe00
+1ff0fe00
+67e101bd
+44c3c010
+c5146a30
+58000004
+67f10092
+7001bca0
+7001bfa1
+580001bc
+67f10094
+60590098
+62310096
+58000002
+2a2c000f
+7920fe00
+67f0808a
+70800604
+d8e00005
+20406822
+20406a11
+2feffe04
+2040681b
+c5146a67
+6fe101bd
+1ff0fe00
+9840fe00
+1ff0fe00
+67e101bd
+20600000
+6fe081bd
+9840fe00
+1ff0fe00
+67e101bd
+20600000
+6fe143a0
+9a40fe00
+67e104c4
+44c44011
+604904cc
+622104e3
+20406a81
+684904dc
+6a2104e3
+6fe104c4
+20406aa2
+6fe104dc
+684904e3
+98408400
+604904e3
+684904c4
+98408400
+604904c4
+6fe104cc
+243a6a72
+20600000
+44c4c011
+6fe0c3a9
+1fe0ffff
+684904c4
+9841fe00
+1fe0fe01
+67e184e0
+6fe104cc
+9840fe00
+684984e0
+98467e00
+24216a93
+67e104cc
+6fe184e0
+684904c4
+98467e00
+67e104dc
+20600000
+6fe104cc
+67e104dc
+58000000
+67e104cc
+20600000
+1a427e00
+18408402
+60590092
+1a20a3fe
+e8418011
+18422400
+d84000a0
+e0408011
+e7e08005
+20206aaf
+1fe22400
+44c54011
+c5146a98
+1a427e00
+18408403
+60590092
+1a20a3fd
+e8418011
+18422400
+d84000a0
+e0408011
+1ff0fe00
+e7e10005
+62310094
+58000000
+67f10098
+70808a01
+70800604
+20406a11
+e2418011
+44c5c011
+7001bf00
+58000001
+67f10092
+7001bca0
+580001bc
+67f10094
+58000000
+67f10098
+67f10096
+58000003
+67f0808a
+70800604
+20406a11
+6ff08128
+c4030000
+200005dc
+6fe081bf
+1fe0fe01
+67e081bf
+1fe67c28
+24610000
+20206ab8
+20407636
+20206acf
+1ff10400
+20546af3
+1fef7e00
+1ff10400
+20546aef
+6ff10050
+793ffe0f
+67f10050
+20600000
+67f10052
+20600000
+20406adc
+20206ad8
+20406ae1
+9846fc00
+204075d0
+1807fe00
+20600000
+6ff08043
+c3006ae5
+5adc6c00
+20600000
+596e3600
+20600000
+6ff08043
+1fe17efe
+67f08043
+20600000
+6ff08043
+1fe1fe01
+67f08043
+20600000
+67f1005a
+67f1005e
+6059005c
+20600000
+67f10054
+67f10058
+60590056
+20600000
+6951005a
+6a11005c
+6871005e
+20600000
+69510054
+6a110056
+68710058
+20600000
+6071005e
+20600000
+60710058
+20600000
+20406afb
+6ff10112
+98608600
+20206b01
+20406b0b
+20206af7
+20406aff
+20206b0f
+606104eb
+614104e9
+620104e7
+20600000
+686104eb
+694104e9
+6a0104e7
+20600000
+1f227e00
+207a0000
+1f20f3f8
+20416b20
+20628000
+20216b15
+1f20f208
+1f20f3fc
+20416b23
+20628000
+20216b1a
+1f20f204
+20206b26
+efe40006
+e7e40003
+20600000
+efe20006
+e7e20003
+20600000
+1f227e00
+207a0000
+efe08006
+e7e08003
+c2006b28
+20600000
+1f227e00
+207a0000
+1f20f3f8
+20416b39
+20628000
+20216b2e
+1f20f208
+1f20f3fc
+20416b3c
+20628000
+20216b33
+1f20f204
+20206b3f
+efe40003
+e7e40005
+20600000
+efe20003
+e7e20005
+20600000
+1f227e00
+207a0000
+efe08003
+e7e08005
+c2006b41
+20600000
+7004c33d
+2020709b
+44c64011
+6fe0c3af
+207a0000
+20406be9
+2042ebef
+2040763c
+20406b7a
+6fe0c3af
+1fe22600
+684943ad
+6049002e
+1a627e00
+203a6b45
+1a60a7ff
+18422200
+efe08011
+6848802c
+98467c00
+2042eb62
+20216b5e
+efe08011
+1fe0fe01
+e7e08011
+6849002e
+18408422
+6049002e
+20206b52
+58000000
+e7e08011
+6fe0802d
+e7e08005
+c099eb6f
+efe30006
+e7e40005
+58000000
+e7e40005
+1a420c00
+204074f5
+18007c01
+20600000
+c01b6b73
+c01beb77
+da40424a
+20206b67
+d8c042e0
+204074f5
+d8c0424a
+20206b6c
+d8c042d8
+204074f5
+20206b75
+44c6c011
+20407638
+6fe0c3af
+207a0000
+44c74011
+6fe1442f
+c4048000
+6fe0c29e
+c0006b96
+6fe08178
+2fe180c0
+2020eb89
+2fe18040
+2020eb9b
+20206b90
+20366b8d
+6fe0c282
+c300eb96
+20206b90
+20406b96
+20740000
+20206b90
+6fe0c2d1
+c283eb93
+20206b99
+6fe30173
+67e442d8
+20206b99
+70002d35
+6fe30173
+20206b9d
+70002d37
+20206b9d
+70002d36
+20206b9d
+44c7c011
+6fe143ad
+e840803f
+1fe0fe01
+67e1002e
+6048802c
+6fe0c3af
+1fe22600
+6fe1002e
+1fe22200
+20406bb5
+20740000
+6849002e
+18408422
+6049002e
+184085ff
+efe08002
+67e0802c
+1a60a7ff
+2422eba5
+6fe0c3af
+1fe0ffff
+67e0802c
+20600000
+6fe0802d
+c099ebbc
+da40002d
+df200007
+204075d2
+2022f636
+20600000
+c01b6bbf
+c01bebda
+20206bb7
+e8408011
+98467c00
+24628000
+d8a004f6
+df200010
+2040750f
+6fe18176
+67e184f6
+20406bd1
+6fe10513
+1ff0fe00
+1fed0400
+efe08006
+9840fe00
+68498173
+98467c00
+2022f636
+20600000
+d8c004f6
+20406f9d
+efe08011
+20406f9e
+18006c38
+18006c00
+20406f0b
+d8a00506
+20206fb1
+e8408011
+98467c00
+24628000
+18c22200
+18c0a608
+da4042d8
+df200008
+204075d2
+2022f636
+1a622200
+da4042e0
+df200008
+204075d2
+2022f636
+20600000
+6fe143ad
+e840803f
+1fe0fe22
+efe0803f
+98467c00
+20600000
+6fe0c3af
+1fe27200
+684943ad
+58000000
+e7e08002
+18408422
+1fe0fe01
+c2006bf3
+20600000
+2040763a
+20406b7a
+24346c03
+6fe1002e
+1fe08c01
+d8a042e0
+204074f5
+d8a0424a
+204074f5
+70425a01
+20600000
+70425a00
+20600000
+70002d34
+20206c07
+6fe0c095
+c0056b47
+c0045e4a
+20600000
+44c84012
+79200407
+20406c32
+7d208407
+44c8c012
+18467cff
+20628000
+284c0007
+18410e1f
+6fe20016
+f920fe00
+67e20016
+6fe2001a
+fd20fe00
+67e2001a
+20600000
+44c94012
+18467cff
+20628000
+284c0007
+18410e1f
+6fe20016
+f93ffe00
+67e20016
+6fe2001a
+f93ffe00
+67e2001a
+20600000
+20406c1b
+20206c2c
+18467cff
+20628000
+2455ec0f
+20406c5e
+58000000
+284ffe07
+7d20fe06
+7920fe07
+20206c59
+44c9c012
+d8a0811c
+18410e07
+18497e00
+1fe17e03
+98a08a00
+efe08005
+284ffe07
+2020ec3d
+afec0000
+20600000
+afefffff
+20600000
+18467cff
+20628000
+2fcffe07
+20206c46
+18467cff
+20628000
+2fcc0007
+58000000
+7d20fe07
+98428400
+20406c5e
+5800003f
+284ffe07
+7920fe00
+20206c59
+18467cff
+2022f640
+20406c5e
+efe08005
+c2806c55
+284c0007
+20600000
+284ffe07
+20600000
+20406c5e
+580000c0
+e7e08005
+20600000
+20406c5e
+58000000
+20206c59
+18417e3f
+1fe67c0c
+24213aba
+d8a08070
+98a08a00
+20600000
+1fe104ff
+1fecfe00
+20206c68
+c4038000
+1fe17e3f
+1fe67c0c
+24213aba
+d8a08070
+98a08a00
+e0408005
+20600000
+1841043f
+58008070
+98408c00
+efe08006
+20600000
+df20000d
+d8c08070
+18c20a00
+efe08006
+c00fec82
+c0106c82
+c010ec82
+c0116c82
+c011ec82
+c0166c82
+c016ec82
+c0006c82
+c2006c76
+20600000
+58000040
+e7e08005
+20206c80
+58000080
+e7e08005
+20206c80
+44ca4012
+580007e0
+da2043b2
+d840000c
+204068ac
+6fe443b2
+247a0000
+5800469a
+67e143b2
+5800ab77
+67e143b8
+580073d0
+67e143bc
+58009658
+67e143b6
+20600000
+44cac012
+6a508a12
+708a123d
+708a11aa
+708a0a0c
+6ff08a09
+79207e07
+67f08a09
+708a0b04
+2000003c
+708a1600
+708a1706
+20406cb4
+67f08a97
+7080c603
+2000003c
+6ff08053
+79207e07
+67f08053
+200003e8
+6ff1014c
+67e143c4
+6ff08053
+793ffe07
+67f08053
+708a9700
+62508a12
+20600000
+44cb4012
+6fe0c3c2
+c0006cbc
+c000ecbe
+6fe0c3c3
+1fe9fe00
+1fe1fe07
+20600000
+58000057
+20600000
+5800004f
+20600000
+44cbc012
+6fe0c3c2
+c0006cc6
+c000eccc
+c0016cd2
+20600000
+58000064
+67e143c0
+684943bc
+6fe143b6
+da60012c
+20206cd7
+58000064
+67e143c0
+684943ba
+6fe143b4
+da60012c
+20206cd7
+580000c8
+67e143c0
+684943b2
+6fe143b8
+da60012c
+98462200
+6fe143c4
+98467e00
+24216ce6
+684943c0
+984fa400
+1a627e00
+9a2ffe00
+9a467e00
+44cc4013
+24217646
+9a26fc00
+204075d0
+1807fe00
+20600000
+18427e00
+684943c4
+98467e00
+684943c0
+984fa400
+1a627e00
+9a2ffe00
+9a40fe00
+20206ce2
+efe40011
+67e404c4
+6fe104c4
+684904c6
+98462200
+6fe104ca
+98462400
+684904c8
+98467c00
+24416cff
+1a4ffe64
+9a26fc00
+204075d0
+1807fe00
+205a6d07
+20600000
+6fe0c3c6
+79207e00
+67e0c3c6
+20600000
+6fe0c3c6
+793ffe00
+67e0c3c6
+20600000
+6848c3c6
+79200401
+6048c3c6
+20600000
+6848c3c6
+793f8401
+6048c3c6
+20600000
+6fe143da
+efe0803f
+207a0000
+1fe27200
+6fe143da
+1fe0fe03
+1fe22200
+e8408011
+20406c29
+1a20a201
+c2006d16
+20600000
+6fe143da
+1fe0fe03
+1fe22200
+18002400
+58000000
+67e10546
+e8408011
+20406c32
+44ccc013
+6fe10546
+1a420e00
+f920fe00
+67e10546
+1a20a201
+1a40a401
+6fe143da
+efe0803f
+9a42fc00
+2422ed21
+6fe10546
+684943dc
+9842fc00
+20628000
+78347c00
+20600000
+6fe143da
+efe0803f
+207a0000
+1fe27200
+6fe143da
+1fe0fe03
+1fe22200
+e8408011
+20406c0b
+1a20a201
+c2006d3b
+20600000
+d8e00009
+2040755d
+247a0000
+58000020
+d8e00009
+2040754f
+78547c00
+20406d34
+44cd4013
+6fe143da
+efe0803f
+207a0000
+20406d1b
+24347011
+2040700f
+78547c00
+6fe10546
+67e1054d
+70054f00
+18000e00
+6fe143dc
+1fe30400
+604943dc
+1fe17e01
+6849054d
+18412201
+18430400
+6049054d
+9a22fc00
+2442ed69
+6fe143da
+efe0803f
+6848854f
+18408401
+6048854f
+18420e00
+98e2fc00
+2422ed54
+6fe10546
+67e143dc
+20600000
+44cdc013
+6fe143da
+1fe0fe01
+efe1003f
+202075e6
+6ff08042
+9a21fe00
+67f08042
+6ff10050
+793ffe0d
+67f10050
+20000064
+20600000
+6ff08042
+c2836d7b
+c283ed7d
+58b71b00
+20600000
+596e3600
+20600000
+580080e8
+20600000
+684984c6
+20406d76
+9846fc00
+204075d0
+18078400
+6fe084c9
+984ffe00
+1fe6fc64
+204075d0
+1807a200
+18427e00
+9a262400
+6fe084c5
+20406d93
+6fe084c4
+684884c5
+1841040f
+184d0400
+9841fe00
+20206dd3
+98000e00
+20406da1
+20206d96
+6ff080c5
+f9207e00
+67f080c5
+68588042
+284ffe07
+2040ed9f
+f93ffe00
+67f080c5
+20600000
+200001e0
+20600000
+1fe17e0f
+d8a0809c
+1feffe04
+98a08a00
+1a227e00
+e7e10005
+1a427e00
+e7e10005
+20600000
+1a4c8e00
+20406dc8
+1a4c8e00
+20406dc2
+1a2c8e00
+7820fc00
+20406dc3
+1a227e00
+20406dce
+1a427e00
+20206dd3
+1a227e00
+20406dd6
+1a427e00
+20406dd6
+1a2c8e00
+7840fc00
+20406dc3
+1a4c8e00
+7840fc00
+20406dc9
+1a4c8e00
+7840fc00
+20206dc3
+28effe07
+18e10e0f
+6ff080c3
+f920fe00
+67f080c3
+20600000
+28effe06
+18e10e0f
+6ff0809b
+f920fe00
+67f0809b
+20600000
+20406dde
+1fed7e00
+18e08410
+9841fe00
+20206c64
+78347c00
+20406dce
+20206dd9
+78547c00
+20406dde
+20206dd9
+18e10e0f
+6ff0809a
+f9347e00
+67f0809a
+20600000
+1fec8e00
+18e10e0f
+20600000
+1fe20400
+44ce4013
+20406dee
+58000800
+98467e00
+1fe20400
+18518400
+60588004
+20000578
+1fe20400
+1841040f
+6058800b
+20600000
+78367c00
+20206df2
+44cec013
+78567c00
+6ff08043
+79367e03
+67f08043
+20600000
+d8400031
+67f20061
+67f10065
+60588067
+20600000
+6ff1012c
+20600000
+68710065
+69510061
+6a110063
+20600000
+60710065
+20600000
+20407636
+dd600000
+20406dfb
+c0016e45
+1fe67c04
+20610000
+20406dfd
+e8410003
+5800a654
+20406e4e
+24216e33
+1b020400
+58017f8e
+20406e4e
+24216e33
+1b020400
+58002328
+20406e4e
+20216e2a
+e8410003
+58001194
+20406e4e
+20216e2a
+20406dfb
+1fe67c85
+20610000
+df200020
+e8410003
+58000230
+20406e4e
+20216e2a
+e8410003
+5800069a
+20406e4e
+24216e2f
+1b020400
+58000230
+20406e4e
+24216e30
+1b020400
+5800ffff
+98467c00
+2022ee4a
+20206e01
+79205620
+1d635600
+c2006e1e
+20206e3e
+20406dfb
+1fe67c07
+20610000
+e8410003
+58002328
+20406e4e
+20216e2a
+e8410003
+580008ca
+20406e4e
+20216e2a
+e8410003
+58000230
+20406e4e
+20216e2a
+20406e01
+1a627e00
+202075e6
+20406dfd
+e8410003
+5800ffff
+98467c00
+24628000
+20406e01
+20407638
+1a627e00
+202075e6
+6a40c3ea
+18423000
+9a4fa400
+18438400
+98462200
+24416e57
+1a2ffe64
+9a467c00
+20600000
+1a262200
+20600000
+44d24014
+20406f42
+d8a0424a
+20206fb1
+d8a0426b
+2034ee60
+d8a00153
+18c22200
+204074f5
+20406f57
+d8c0425b
+20206fca
+da200153
+2034ee68
+da20426b
+1a220a00
+20407661
+20206f57
+d8c042b8
+20406f9d
+d8c0424a
+20406f9e
+18006c38
+18006c00
+20406f0b
+d8a001a3
+20206fb1
+18007008
+18007e49
+20206e7b
+18007e49
+20206e7a
+18007e01
+18007000
+184d5e00
+9de1de00
+1f00f001
+184cde00
+1df15e00
+6fe1440b
+1ff07e00
+9de1de00
+1f00f001
+ede20006
+1f00f001
+efe10006
+1a30de00
+1df05e00
+9de1de00
+1f00f001
+20600000
+1a608c01
+efe08006
+98002200
+20406e77
+20406f0d
+18007000
+efe08013
+1fe17e03
+1ff05e00
+79205e08
+20406fa6
+20406f10
+1a227200
+1a608c02
+20406f85
+20406f8f
+20406f10
+1f227e00
+203a6ea0
+20206e9b
+1800700c
+1de27e00
+67e2014b
+20600000
+1a20a201
+20406e79
+1a620c00
+20406f99
+20406f13
+20406fb8
+1a60a610
+1a40a5f0
+20216ea4
+20600000
+20406f00
+70806c00
+70806d01
+6fe08047
+1fe17e03
+67f0806e
+58000049
+67f10068
+67f1006a
+6a208048
+1a20a3fc
+24217644
+62208048
+58000049
+9a208c00
+18007000
+ede20006
+65e2014f
+684ac402
+20406e74
+70800a06
+70800a07
+6fe08048
+67f100c1
+20406f07
+6ff08108
+c303f644
+684a014f
+6fe24407
+98467e00
+207a0000
+604a4407
+6fe2c402
+1fe0fe01
+79207e27
+67e2c402
+18007e00
+20600000
+20406edb
+5800412b
+9a20a200
+20406f07
+df00000c
+e5e20011
+20600000
+20406f00
+44d2c014
+70806c00
+70806d01
+6fe0c129
+1fe17e03
+67f0806e
+6fe104e3
+67f10068
+5800412b
+67f1006a
+6a20c12a
+684ac3fd
+20406e74
+70800a02
+70800a03
+6fe0c12a
+67f100c1
+1fe0fe04
+67e0c12a
+6fe2c3fd
+1fe0fe01
+793ffe27
+67e2c3fd
+20600000
+6ff1011a
+98467c00
+20628000
+247a0000
+20206ef4
+6ff08108
+c3033aba
+5800412b
+98408a00
+df00000c
+e5e20005
+20206f09
+44d34014
+1800700c
+20406fac
+20406fab
+58000000
+67f100c1
+20600000
+6ff08108
+c3036f07
+70800a00
+20600000
+243bef0b
+20600000
+18006c30
+18006c00
+20206f0b
+18006c32
+18006c02
+20206f0b
+18006c34
+18006c04
+20206f0b
+18006c01
+18006c00
+20600000
+6ff08144
+c302ef19
+20600000
+67f1007e
+18006cc0
+18006c80
+20206f19
+18007000
+1a420c00
+18007204
+20406f2f
+18006d80
+18006c80
+20406f0b
+1800700c
+1a620a00
+18007204
+1de27e00
+e7e20005
+1f00f001
+c2006f2a
+20600000
+efe10006
+e8410006
+18500400
+9841de00
+1f00f001
+c2006f2f
+20600000
+18007008
+1a220c00
+18007204
+20406f2f
+18007000
+1a420c00
+18007204
+20406f2f
+18006d82
+18006c82
+20406f0b
+20206f27
+18007000
+6fe20153
+98005e00
+1f00f001
+efe20006
+98005e00
+1f00f001
+6fe2426b
+98005e00
+1f00f001
+efe20006
+98005e00
+1f00f001
+20406fac
+1f00f1fc
+6fe242d2
+1fe25e00
+1f00f004
+18006c38
+18006c08
+20206f0b
+44d3c014
+6fe342ae
+684b0173
+2034ef5d
+6fe30173
+684b42ae
+18007008
+18425e00
+1f00f001
+184f5e00
+1ff07e00
+9de1de00
+1f00f001
+1fef5e00
+1f00f001
+18005e00
+18007e00
+6fe0c29e
+6848c35f
+2434ef6d
+6fe0c2a5
+6848c29e
+67e0c27b
+6048c27c
+18007000
+da40427b
+18007204
+efe20011
+e8420012
+9842de00
+1f00f001
+1a20a204
+1a40a404
+c2006f72
+20406fac
+1f00f1fc
+6fe242d2
+1fe25e00
+1f00f004
+18006c38
+18006c0c
+20406f0b
+20406fab
+18006c3a
+18006c08
+20206f0b
+2f200600
+20608000
+18c27e00
+9f208a00
+18007e00
+e7e08005
+1f20f201
+2f200600
+20608000
+20206f8a
+18007000
+1f227e00
+203a6f94
+efe20006
+1f20f3fc
+98005e00
+1f00f001
+2f001e04
+20608000
+20206f90
+18007008
+20206f9e
+18007004
+20206f9e
+18007000
+18007204
+efe20006
+98005e00
+1f00f001
+c2006f9f
+20600000
+d8c001a3
+20206f9b
+18007204
+20206fae
+18007000
+18007210
+20206fad
+18007000
+18007204
+18005e00
+1f00f001
+c2006fad
+20600000
+1800700c
+18007204
+1de27e00
+e7e20005
+1f00f001
+c2006fb3
+20600000
+1800700c
+1a620a00
+1a40f201
+1f267c0f
+20216fbe
+18007210
+1de27e00
+1f267c03
+20216fc6
+e7e20005
+1f20f3fc
+20628000
+1f00f001
+20206fbe
+e7e08005
+1fecfe00
+c2006fc6
+20600000
+1800700c
+18007204
+efe20006
+9de67c00
+24628000
+1f00f001
+c2006fcc
+18007c00
+20600000
+6ff08050
+793ffe00
+67f08050
+20600000
+6ff08050
+79207e00
+67f08050
+20600000
+20758000
+20403c78
+20406fe2
+2040708b
+20207018
+2040703b
+2020707a
+6fe0c432
+c17f8000
+98000400
+20406c43
+6848c432
+20406c3f
+20000064
+6848c432
+20406c29
+20206fec
+44d74015
+6fe0c432
+c17f8000
+1fe20400
+20406c32
+2420effe
+20407008
+6fe1442f
+79207e0c
+67e1442f
+6fe0c42a
+c1000000
+70442a00
+6fe0c431
+67e0c429
+2040700f
+7004c32c
+2020709b
+6fe1442f
+793ffe0c
+67e1442f
+6fe0c42a
+c1008000
+70442a01
+70442900
+20407011
+7004c32d
+2020709b
+6fe0c429
+207a0000
+1fe0ffff
+67e0c429
+247a0000
+7004c310
+2020709b
+d8e00007
+20203c54
+d8e00007
+20203c58
+44d7c015
+6fe14435
+1a2fa40b
+9a40a400
+20600000
+6fe0c434
+207a0000
+1fe27200
+6fe14435
+1fe22400
+1a40a602
+e8408013
+20407023
+1a40a40b
+c200701d
+20600000
+6fe0c433
+203a6c3f
+20206c43
+20407013
+58000002
+e7e08012
+20407074
+20207049
+20407013
+58000003
+e7e08012
+20407074
+20207044
+20407013
+58000001
+e7e08012
+580000ff
+e7e08005
+20207044
+20407013
+df20000b
+1a620c00
+1a420a00
+2020753b
+6fe0c434
+207a0000
+da200000
+2040704e
+1a20a201
+6fe0c434
+9a267c00
+20628000
+2020703e
+1a40a602
+e8408013
+6fe0c095
+c0046214
+20206c3f
+1a40a602
+e8408013
+6fe0c095
+c0046221
+20206c43
+1a208e0b
+2040755d
+247a0000
+20407013
+efe08012
+c0017049
+c001f044
+c0007044
+c002f062
+20407049
+1a40a607
+204074af
+efe10013
+204075e6
+204074bb
+58000005
+e7e08012
+1a40a603
+efe10013
+20207072
+20407044
+1a40a609
+204074af
+efe10013
+204075e6
+204074bb
+1a40a601
+efe08013
+c07ff06e
+1fe0ffff
+e7e08013
+203a702b
+58000004
+e7e08012
+1a40a605
+efe10013
+1a208e0b
+2020754f
+58000000
+20207072
+58001000
+1ff07e00
+9a40a400
+20600000
+44d84016
+da200000
+684a442b
+1c422400
+1a427e00
+98467c00
+24417076
+1a427e00
+184084a0
+184084a0
+98467c00
+2421708e
+1a20a201
+1a217e0f
+243a7081
+da200000
+20407094
+1c427e00
+67e2442b
+20600000
+1a227e00
+207a0000
+18408560
+18408560
+793f841c
+604a442b
+20204dd5
+70441701
+6fe0c418
+243a7096
+20600000
+70441700
+20600000
+44d8c016
+20407095
+1a227e00
+67e204d8
+da204419
+20407607
+6fe204d8
+1fe22200
+20207099
+44d94016
+20407095
+1a227e00
+67e204d8
+da204421
+20407607
+6fe204d8
+1fe22200
+20207099
+58000000
+67e44421
+67e44419
+20600000
+44d9c016
+6fe0c10d
+247a0000
+da204421
+2040761f
+207a0000
+7004c200
+204070bc
+6fe084c2
+203a70b1
+20600000
+20407095
+da204421
+20407613
+1fe20400
+20407099
+44da4016
+18427e00
+207a0000
+c006f0e0
+c00770e6
+c007f0eb
+c00870f1
+c009f0fb
+c00a70fd
+c00af0ff
+c00b7109
+c00bf10c
+c00c710e
+c00cf111
+67e084c3
+6fe084c3
+c584f0d9
+44dac016
+6fe084c3
+c008f0f6
+c00df119
+c00970fa
+c00fec05
+20600000
+67e084c3
+2040385a
+2022f0de
+2040385f
+24628000
+7004c201
+202070a4
+70435b01
+70435e00
+6fe1442f
+79207e0b
+67e1442f
+20600000
+6fe1442f
+793ffe0b
+67e1442f
+70435b00
+20600000
+70435b01
+70435e01
+6fe1442f
+79207e0b
+67e1442f
+20600000
+6fe1442f
+793ffe0b
+67e1442f
+70435b00
+20600000
+58000014
+67e10191
+67e142c8
+2020477a
+202045f3
+da200000
+2020702b
+da200000
+20207026
+da200000
+20407013
+efe08012
+c000f106
+c0027106
+c002f106
+20207030
+efe08006
+c17f8000
+20207030
+70431601
+70410d1b
+20600000
+70431601
+20600000
+70431600
+70410d00
+20600000
+6fe1438a
+204075e6
+6fe0c432
+c07ff117
+1fe20400
+20406c29
+204070ad
+20203b6f
+20204621
+6fe0c42f
+c4060000
+20600000
+6fe143b0
+1fe08a02
+58000000
+e7e18005
+20600000
+44db4016
+20407638
+2040716e
+207a0000
+6fe143b0
+1fe0a402
+e8408012
+18408401
+e0408012
+e840803f
+18427200
+1fe0a404
+efe08012
+984ffe00
+98c08a00
+1a220c00
+20407548
+20407172
+1fe0ffff
+e8408012
+18408401
+98410400
+e0408012
+20207636
+44dbc016
+20407638
+2040716a
+207a0000
+6fe143b0
+1fe0a402
+e8408012
+184085ff
+e0408012
+e840803f
+18427200
+1fe0a403
+efe08012
+984ffe00
+98c08c00
+18c08c01
+1a220a00
+20207132
+20407638
+2040716a
+207a0000
+6fe143b0
+e840803f
+18427200
+1fe0a403
+efe08012
+984ffe00
+98c08c00
+18c08c01
+18c22400
+1a220a00
+20407548
+20207636
+20407638
+2040716a
+207a0000
+6fe143b0
+e840803f
+18427200
+1fe0a403
+efe08012
+984ffe00
+98c08c00
+18c08a02
+1a220c00
+1f20f3ff
+20407548
+20207636
+6fe143b0
+1fe08c02
+efe08006
+20600000
+20407172
+e8408006
+98467e00
+20600000
+6fe143b0
+1fe08c01
+efe08006
+20600000
+44dc4017
+6ff08c23
+2feffe03
+2040f182
+6ff08c23
+67f08c23
+67e0855e
+204071e2
+2040720a
+204073fd
+20407445
+202071da
+44dcc017
+20406fd3
+204071a1
+708c0000
+20002710
+708c18c0
+6ff10050
+793ffe0a
+67f10050
+708c1100
+708c003c
+580005b7
+67f10c03
+67f10c07
+580005f7
+67f10c05
+708c1104
+708c0200
+708c23ff
+580007b3
+d8a006c1
+98a67200
+2020750f
+684886c0
+20206c29
+6fe08762
+207a0000
+684886c0
+20406c32
+2020f182
+20600000
+7006bf02
+58000000
+67e085fa
+67e106b9
+1fe0fe01
+67e106bb
+1fe0fe01
+67e106bd
+d8a0064e
+58030404
+e7e18005
+58000409
+e7e10005
+d8a00653
+38015906
+380610d2
+38090494
+380c0001
+e7e48005
+d8a00671
+3801570f
+38055c9a
+380a56c6
+380dcdcd
+e7e48005
+38014420
+38065d99
+380a5636
+380c0001
+e7e38005
+d8a0068f
+3801620a
+38040c8c
+380b0333
+380cc0c0
+e7e48005
+38003130
+e7e10005
+58009272
+67e105fb
+580092cd
+67e105fd
+d8c09371
+d8a005ff
+df200013
+20407548
+d8c09384
+d8a00612
+df20003c
+20407548
+6fe106ad
+202075e6
+6fe086af
+207a0000
+67e08634
+67e0864d
+20600000
+d8e00001
+2040755d
+247a0000
+6fe08763
+247a0000
+6fe08762
+245a749e
+20600000
+6fe0855e
+c28171e5
+20600000
+204071ea
+2040755c
+58000280
+d8e00001
+2020754f
+6fe08754
+c08171ef
+70076300
+70076400
+20600000
+6fe08766
+207a0000
+70076600
+70075402
+70076201
+20600000
+6fe0855e
+c2807217
+20600000
+6ff08c24
+c3830000
+69510c03
+6a110c05
+68710c07
+efe10003
+1fec8400
+18518400
+d8c00fff
+98c17200
+1f222200
+efe08003
+e7e08005
+c2007203
+60710c07
+62210560
+20600000
+20600000
+44dd4017
+6fe0855e
+c4028000
+d8a006c1
+204071f8
+18427e00
+c0007212
+20207209
+6fe08560
+c00071f5
+c000f21e
+1fe67c07
+20610000
+44ddc017
+793f8023
+6fe086c1
+1fe17e80
+c0407222
+c000722a
+20203aba
+6fe086c1
+c3838000
+204073d2
+20207251
+6fe086c1
+1ff1fe00
+1fe37e00
+1fe17e03
+c0007232
+c000f238
+c001723d
+20203aba
+6fe086c1
+1ff1fe00
+1fe37e00
+1fe17e03
+c000723e
+c000f246
+c001724b
+20203aba
+6fe086c2
+c0047253
+c0037269
+c00572ae
+c00072c0
+2020724c
+6fe086c2
+c00172f5
+c000f2f9
+c001f30a
+2020724c
+2020724c
+6fe086c2
+c000f314
+c001f343
+c002f36e
+c004f387
+c005f3a2
+c003f24c
+2020724c
+6fe086c2
+c00573b3
+c004f3c5
+c005f3e4
+2020724c
+2020724c
+44de4017
+6ff08c19
+79207e00
+67f08c19
+20207251
+708c1810
+20600000
+6fe086c1
+c0c0724c
+6fe086c5
+c080724c
+6fe086c6
+c080724c
+6fe086c7
+c080f24c
+6fe086c8
+c080724c
+6fe086c3
+c080724c
+6fe086c4
+c080724c
+6fe086bf
+c0027265
+c001f267
+2020724c
+da400001
+202072da
+da400001
+202072d8
+44dec017
+6fe086c4
+c000f27c
+c0017295
+c001f298
+c010f271
+c01172a6
+2020724c
+70075100
+6fe086c5
+c0007276
+c000f279
+2020724c
+6a408625
+da200625
+202073f3
+6a40863e
+da20063e
+202073f3
+6fe08765
+245a728d
+580005ff
+684885ff
+67e1075c
+6048875e
+6fe086c7
+98467c00
+2421728b
+6fe0875e
+98002400
+6fe1075c
+1fe0fe01
+98002200
+202073f3
+6fe086c7
+20207286
+6ff08c02
+245a7291
+70076500
+20600000
+6ff08c02
+79207e07
+67f08c02
+20600000
+58000612
+68488612
+20207280
+6fe086c3
+1fe67c03
+2421724c
+6fe086c3
+da20064e
+c00073f1
+79200023
+da200653
+c000f3f1
+da200671
+c00173f1
+da20068f
+c001f3f1
+20600000
+6fe106c5
+c000f2aa
+6a2105fb
+202073f1
+70076201
+70075401
+6a2105fd
+202073f1
+6fe086bf
+c082724c
+6fe086c1
+c0c0f24c
+6fe086c3
+c080724c
+6fe086c4
+c080724c
+6fe086c7
+c080f24c
+6fe086c8
+c080724c
+6fe086c5
+c080724c
+6fe086c6
+c080724c
+da400001
+202072d8
+6fe086bf
+c001724c
+6fe086c3
+c080724c
+6fe086c4
+c080724c
+6fe086c7
+c081724c
+6fe086c8
+c080724c
+6fe086c6
+c080724c
+6fe086c1
+c04072d3
+c040f2de
+c04172e2
+2020724c
+70075701
+202072dc
+6fe086c5
+c080724c
+da400002
+6fe08755
+c000f2d1
+da2006b9
+202073f3
+da2006bb
+202073f3
+da2006bd
+202073f3
+6fe086bf
+c082724c
+da400002
+202072d8
+6fe086bf
+c082724c
+6fe086c5
+c040f2ef
+c04172f1
+c041f2f3
+1fe17e7f
+c00072eb
+2020724c
+6fe08758
+da400002
+c000f2da
+202072d8
+6fe08759
+202072ec
+6fe0875a
+202072ec
+6fe0875b
+202072ec
+70074f01
+da200750
+da400001
+202073f3
+6fe106c3
+d84001ba
+98467c00
+2422f24c
+6fe0874c
+243a7307
+70070900
+6fe086c7
+98002400
+da200709
+204073f3
+d8a00709
+df200008
+20207500
+70074c00
+70070901
+20207300
+6fe086c7
+c080f24c
+70075101
+da400001
+6fe08753
+c0007312
+c000f313
+202072d8
+202072da
+202072d8
+6fe086bf
+c082724c
+6fe086c7
+c080724c
+6fe086c8
+c080724c
+6fe086c4
+c080724c
+6fe086c6
+c080724c
+6fe086c1
+c0007323
+c000f330
+c0017331
+2020724c
+6fe086c3
+c080f24c
+6ff08c00
+793ffe07
+67f08c00
+70075500
+70075601
+6fe08757
+203a7251
+70075700
+70075600
+70075402
+20207251
+2020724c
+6fe086c3
+c080724c
+6fe086c5
+c040f33c
+c041733f
+c041f341
+1fe17e7f
+c000733a
+2020724c
+70075800
+20207251
+70075900
+70076601
+20207251
+70075a00
+2020733d
+70075b00
+2020733d
+6fe086c7
+c080724c
+6fe086c8
+c080724c
+6fe086c1
+c000734c
+c000f35a
+c001735b
+2020724c
+6fe086c3
+c080f24c
+20405337
+6ff08c00
+79207e07
+67f08c00
+70075501
+70075403
+70074d00
+20407251
+2040755c
+58001388
+d8e0000f
+2020754f
+2020724c
+6fe086c3
+c080724c
+6fe086c4
+c080724c
+6fe086c5
+c040f368
+c041736a
+c041f36c
+1fe17e7f
+c0007366
+2020724c
+70075801
+20207251
+70075901
+20207251
+70075a01
+20207251
+70075b01
+20207251
+6fe086c1
+c080724c
+6fe086c5
+c080724c
+6fe086c6
+c080724c
+6fe086c7
+c080724c
+6fe086c8
+c080724c
+6fe086c4
+c080724c
+6fe086c3
+1fe17e80
+c080724c
+6fe086c3
+c0807385
+7006bf02
+6fe086c3
+67f08c02
+20407251
+70076501
+20600000
+7006bf03
+20207380
+6fe086bf
+c001724c
+6fe086c1
+c080724c
+6fe086c5
+c080724c
+6fe086c6
+c080724c
+6fe086c7
+c080724c
+6fe086c8
+c080724c
+6fe086c4
+c080724c
+6fe086c3
+1fe67c01
+2421724c
+6fe086bf
+c001f39c
+c002739c
+2020724c
+6fe086c3
+c00073a0
+7006bf04
+20207251
+7006bf03
+20207251
+6fe086bf
+c082724c
+6fe086c1
+c080f24c
+6fe086c3
+c080724c
+6fe086c4
+c080724c
+6fe086c7
+c080724c
+6fe086c8
+c080724c
+6fe086c5
+c080724c
+6fe086c6
+c080724c
+20207251
+44df4017
+70074f01
+6fe086c4
+67e08750
+6fe086c5
+1fe67c01
+2042f3c1
+6fe08754
+c0827251
+70075402
+20407251
+20007530
+20007530
+20600000
+70076201
+70075600
+70075404
+20600000
+20003a98
+d8a006c9
+204071f8
+70074b01
+204073d6
+6fe106c3
+67e10749
+20407251
+6fe0c095
+c1820000
+6fe0874d
+207a0000
+6fe086c9
+67e0c564
+70074d00
+70455403
+20600000
+6fe106c3
+d8400200
+98467c00
+24628000
+6fe106c5
+d8400000
+98467c00
+24628000
+6fe106c7
+d8400001
+98467c00
+24628000
+70074d01
+20600000
+6fe086c7
+c080724c
+6fe086c3
+c00073ea
+c000f3ed
+2020724c
+70075200
+70075301
+20207251
+70074e01
+70075201
+70075300
+20207251
+ea408011
+1a20a201
+44dfc017
+7920000e
+c591f3f8
+1a40a401
+1a43a400
+622105f8
+624085fa
+202073fd
+d8e00000
+2020743d
+44e04018
+6ff08c24
+c3800000
+6fe085fa
+207a0000
+1fe27200
+98000400
+6fe106c7
+1fe67c40
+2021740b
+1f267c40
+2021740f
+18007240
+2020740f
+9f267c00
+2021740f
+98007200
+67e085fa
+6fe085fa
+9f267e00
+67e085fa
+1f20ffff
+67e08562
+c591f421
+1fe37e00
+1f20ffff
+67e08562
+c5877421
+793f800e
+e0408005
+58000003
+e7e08005
+1f20f3ff
+1f227e00
+2422f421
+1f20f201
+6fe105f8
+1fe20c00
+efe08006
+e7e08005
+c591f428
+58000000
+e7e08005
+c2007423
+18c27e00
+67e105f8
+58000562
+67f10c09
+d8e00000
+2040743d
+6fe085fa
+247a0000
+6fe08754
+c1808000
+70075402
+20600000
+d8e00001
+da2005a3
+62310c0b
+1f20ffff
+e7e08011
+efe08006
+e7e08005
+c200743a
+58000000
+f9207e00
+67f08c18
+20600000
+d8e00002
+da2005ad
+62310c0d
+20207438
+44e0c018
+6fe08761
+207a0000
+6ff08c24
+1fe17e0f
+243a7496
+6fe08762
+203a746c
+6fe08754
+c001f4a6
+c081746c
+6fe08756
+243a746c
+20407454
+2020745f
+6ff08c24
+c3808000
+6fe08761
+c4008000
+6fe08761
+793ffe01
+67e08761
+6fe0875f
+207a0000
+c008748e
+20203aba
+6ff08c24
+c3810000
+6fe08761
+c4010000
+6fe08761
+793ffe02
+67e08761
+6fe08760
+207a0000
+c010746f
+c010f48a
+c0117492
+20203aba
+d8a00767
+df200008
+20207500
+6fe0874f
+68488751
+98417e00
+203a7486
+68488752
+9840fe00
+c000f477
+20207486
+70076000
+6fe08768
+c0017487
+c001f487
+6fe08768
+67e08767
+6fe08769
+e7e08005
+6fe0876b
+e7e08005
+6fe0876d
+e7e08005
+df200004
+d8c00767
+20207441
+70076000
+df200008
+d8c00767
+20207441
+70076000
+df200003
+d8c00787
+20207441
+70075f00
+df200008
+d8c00777
+20207435
+70076000
+df200002
+d8c00797
+20207441
+6fe08754
+c0017499
+20600000
+6ff08c00
+79207e07
+67f08c00
+70076401
+20600000
+6fe08754
+c1018000
+c00174a2
+20600000
+6fe08764
+207a0000
+70076301
+202074a9
+d8e0000f
+2040755d
+247a0000
+6ff08c00
+c4038000
+708c00fc
+20007530
+708c003c
+20600000
+60a104e5
+604c04cc
+616204d4
+204074b7
+60c104e3
+672104ef
+60e104ed
+20600000
+622204d8
+624204dc
+626184e0
+20600000
+44e14018
+6fe104e5
+98000a00
+684c04cc
+696204d4
+204074c6
+6f2104ef
+68e104ed
+6fe104e3
+98000c00
+20600000
+6a2204d8
+6a4204dc
+6a6184e0
+20600000
+6fe104e5
+1fe20a00
+20600000
+6fe104e3
+1fe20c00
+20600000
+18a27e00
+67e104e5
+20600000
+18c27e00
+67e104e3
+20600000
+18a27e00
+67e104e5
+18c27e00
+67e104e3
+20600000
+6fe104e5
+1fe20a00
+6fe104e3
+1fe20c00
+20600000
+98462200
+20610000
+da200100
+9a20fe00
+98462200
+20600000
+204074f3
+204074f3
+202074f3
+204074ef
+efe08006
+e7e08005
+efe18006
+e7e18005
+20600000
+efe40006
+e7e40005
+20600000
+204074f5
+204074ef
+204074ef
+204074ef
+202074ef
+1fe0ffff
+20000026
+243a74f7
+20600000
+df20000a
+20002ee0
+c20074fc
+20600000
+18007203
+18007e00
+e7e40005
+c2007501
+20600000
+20407505
+18007e00
+e7e40005
+20600000
+18007e00
+e7e20005
+20600000
+18007204
+20207500
+18007208
+20207500
+1f227e00
+207a0000
+58000000
+e7e08005
+c2007512
+20600000
+df200020
+d8a004f6
+2020750f
+efe20013
+e8420011
+9842fe00
+e7e20005
+1a20a204
+1a60a604
+c2007518
+20600000
+44e1c018
+1f227e00
+1fe67c01
+20610000
+9a20a400
+1a40a5ff
+1f237200
+e8408011
+efe08012
+e7e08011
+e0408012
+1a40a5ff
+1a20a201
+c2007527
+20600000
+1fef0400
+20407535
+18508400
+1ff07e00
+9841fe00
+20600000
+1ff10c00
+18d08c00
+1ff0fe00
+1ff07e00
+98c1fe00
+20600000
+1f227e00
+207a0000
+1f20f3f8
+204174ef
+20628000
+2021753d
+1f20f208
+1f20f3fc
+204174ea
+20628000
+20217542
+1f20f204
+20207548
+1f227e00
+207a0000
+efe08006
+e7e08005
+c200754a
+20600000
+58000000
+67e104c4
+44e24018
+2040755d
+684904c4
+d8a040ed
+18e3fe00
+98a08a00
+e0410005
+20600000
+d9600800
+19701600
+9960fe00
+20600000
+d8e00000
+44e2c018
+684a4096
+1c437e00
+67e24096
+98467c00
+24417558
+98461600
+19620400
+d8c040ed
+18c20a00
+df200010
+efe10006
+98467e00
+2021756c
+18007e00
+e7e10005
+c2007568
+d8c040ed
+18e3fe00
+98c08c00
+efe10006
+20600000
+98408400
+18427200
+6fe1003f
+9f267e00
+20610000
+1fe67e00
+18510400
+18408401
+18500400
+98418400
+20600000
+20407580
+2020758d
+78547c00
+98467e00
+20217585
+78347c00
+1fe67e00
+c4078000
+1fe22800
+d8410000
+6fe1003f
+98467e00
+9a80fe00
+793ffe40
+20600000
+6849003f
+98000c00
+1ff17e00
+984ffe00
+98c0fe00
+20600000
+1fed7e00
+1ff27e00
+6849c0be
+9846fc00
+204075d0
+18078400
+20600000
+6849003f
+9846fc00
+204075cd
+1ff07e00
+18070400
+98418400
+20600000
+d8400000
+18422800
+efe08003
+204075ad
+1a820400
+204075df
+da40000a
+9a4ffe00
+9840fe00
+1fe20400
+c20075a2
+20600000
+d840003a
+98467c00
+242175b6
+d8400061
+98467c00
+202175b9
+d8400037
+98467e00
+20600000
+d8400030
+98467e00
+20600000
+d8400057
+98467e00
+20600000
+1f267c00
+20628000
+1fe37e00
+c20075be
+20600000
+18007e01
+1f267c00
+20628000
+1fe3fe00
+c20075c4
+20600000
+58000000
+1f222200
+e8410006
+9840fe00
+c20075c9
+9a26fc00
+204075d0
+1807fe00
+20600000
+207a8000
+202075d0
+efe08011
+e8408012
+98467c00
+24628000
+1a20a201
+1a40a401
+c20075d2
+18007c00
+20600000
+98467c00
+24610000
+18427e00
+20600000
+9840fe00
+98460400
+98467e00
+20600000
+df200200
+d8a04000
+20207500
+207a0000
+1fe27a00
+6ff1010e
+243a75e8
+20600000
+20406df0
+70820301
+20600000
+67f10205
+6ff08203
+79207e04
+67f08203
+20600000
+67f10207
+6ff08203
+79207e06
+67f08203
+20600000
+67f10205
+70820330
+20600000
+6ff08043
+79207e04
+67f08043
+20600000
+6ff08043
+793ffe04
+67f08043
+20600000
+6ff1010e
+d8400200
+98467c00
+20600000
+44e34018
+e8440011
+18417eff
+243a760d
+184cfe00
+e7e40011
+1a20a207
+efe08011
+243a3aba
+6fe084c3
+e7e08011
+20600000
+44e3c018
+df200008
+efe40011
+207a0000
+efe08011
+243a761c
+1a20a201
+c2007617
+20203aba
+d8400000
+e0408011
+20600000
+efe40011
+20600000
+efe08011
+20600000
+efe10011
+20600000
+d8400000
+6fe08006
+c2007626
+18408401
+c2007626
+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
+c200764a
+20600000
+1f227e00
+207a0000
+18c27e00
+9f20fe00
+1fe0ffff
+1fe20c00
+efe08006
+18c08dfe
+e7e08005
+c2007654
+20600000
+1ff07e00
+1feb7e00
+20600000
+1fed7e00
+2020765a
+58000000
+67e40016
+20600000
+df200010
+180a7e00
+e7e08005
+c2007662
+20600000
+70459101
+20407904
+7044c842
+7044c915
+7044d855
+6fe0c4dd
+1fe0fe01
+67e0c4dd
+20407674
+20407c45
+df200017
+d8c044c8
+d8a0464a
+2020753b
+d8400000
+d8c044d7
+df200007
+efe08006
+98408400
+c2007677
+6048c4de
+20600000
+6fe0c4e3
+207a0000
+7044e300
+6fe1458f
+207a0000
+6fe0c4d7
+1fe0fe01
+67e0c4d7
+c000f68a
+c004f68a
+20407666
+58000003
+67e144df
+20600000
+6fe0c4dc
+1fe0fe40
+67e0c4dc
+20407666
+2020768f
+58000003
+67e144df
+20600000
+7044dc07
+7044d700
+20207666
+6fe0c49e
+245a7aeb
+7044dc11
+7044d700
+20207666
+7044dc12
+7044d700
+20207666
+7044dc13
+7044d700
+20207666
+7044dc05
+7044db00
+7044d700
+20207666
+7044dc09
+7044d700
+7044db00
+20207666
+7044dc14
+7044d700
+20207666
+7044dc15
+7044d700
+20207666
+6fe0c49e
+245a7b21
+7044dc0c
+7044db01
+7044d700
+20207666
+6fe0c49e
+245a7b29
+7044dc0e
+7044db01
+7044d700
+20207666
+6fe0c49e
+245a7b23
+7044dc01
+7044db02
+7044d700
+20207666
+6fe0c49e
+245a7b2b
+7044dc04
+7044db02
+7044d700
+20207666
+6fe0c49e
+245a7b25
+7044dc0d
+7044db03
+7044d700
+20207666
+6fe0c49e
+245a7b2d
+7044dc0f
+7044db03
+7044d700
+20207666
+6fe0c49e
+245a7b27
+7044dc08
+7044db04
+7044d700
+20207666
+6fe0c49e
+245a7b2f
+7044dc06
+7044db04
+7044d700
+20207666
+6fe0c71f
+c000f692
+704701b1
+202078c8
+6fe0c49e
+245a7ad4
+7044dc16
+7044d700
+7044db00
+20207666
+6fe0c49e
+245a7ada
+7044dc17
+7044d700
+7044db00
+20207666
+70470100
+6fe0c49e
+245a7aa0
+7044dc0a
+20207666
+70470100
+6fe0c49e
+245a7aa2
+7044dc0b
+20207666
+70470100
+6fe0c49e
+245a7aa4
+7044dc03
+20207666
+70470100
+6fe0c49e
+245a7aa6
+7044dc02
+20207666
+6fe0c49e
+245a7abc
+7044dc10
+7044d700
+20207666
+20407f43
+2040772b
+20407735
+4730c02c
+70457801
+70457901
+6fe142ae
+1ff27e00
+d840ffff
+98417e00
+203a773c
+d840fff0
+98467c00
+2022f73e
+1ff0fe00
+67e14576
+67e144d9
+da20ffff
+1a300400
+5800ffff
+98418400
+6fe242ae
+205a773a
+98467c00
+2042f73a
+67e244a2
+58007cfe
+67e14398
+58007b32
+67e14390
+2020784c
+58000102
+67e1c3d5
+7080706d
+7080716c
+20600000
+6fe0c559
+98007200
+684a4733
+d8c0455b
+efe08006
+98000e00
+f9200400
+c200772f
+604a4733
+20600000
+6fe0c55a
+98007200
+684a4733
+d8c04563
+2020772f
+58111213
+20600000
+dfe00010
+20207715
+dfe0ffe0
+20207715
+d8407878
+20600000
+6fe242ae
+67e24520
+704524d1
+6fe0c526
+1fe0fe01
+67e0c526
+d8400000
+d8c0451f
+df200008
+20407783
+18508400
+60494527
+da60451e
+df20000b
+58000000
+67e144c1
+20407cc1
+6fe144c1
+67e14529
+df200017
+d8c044e4
+d8a0464a
+2040753b
+df20000d
+d8c0451e
+d8a04661
+2040753b
+70467525
+70467633
+20407ce1
+df200025
+d8c0464a
+d8a0452b
+2020753b
+efe08006
+1fedfe00
+e7e08005
+c2007764
+20600000
+20407c45
+20407780
+18508400
+60494503
+da6044fb
+df20000a
+58000000
+67e144c1
+20407cc1
+6fe144c1
+67e14505
+6fe14507
+1ff0fe00
+1fe0fe01
+1ff0fe00
+67e14507
+df200025
+d8c044e4
+d8a0464a
+2040753b
+70467525
+70467633
+20207ce1
+d8400000
+d8c044fc
+df200007
+efe08006
+98408400
+c2007783
+20600000
+da400033
+20600000
+6fe0c509
+67e0c500
+20600000
+20407b1f
+70451f68
+70452546
+20407742
+7044fc68
+70450246
+20207769
+70451f6e
+704525f0
+20407742
+7044fc6e
+704502f0
+20207769
+20407aa0
+70451f69
+70452500
+20407742
+7044fc69
+70450200
+20207769
+20407aa2
+70451f6a
+70452500
+20407742
+7044fc6a
+70450200
+20207769
+20407aa4
+70451f65
+70452500
+20407742
+7044fc65
+70450200
+20207769
+20407aa6
+70451f66
+70452500
+20407742
+7044fc66
+70450200
+20207769
+70451f60
+70452500
+704524d2
+20407742
+7044fc60
+704502d1
+704501d2
+20207769
+70451f60
+70452500
+704524d4
+20407742
+7044fc60
+704502d1
+704501d4
+20207769
+70451f60
+70452500
+70452403
+20407742
+7044fc60
+580000d1
+67e14502
+70450903
+20207769
+70451f60
+70452500
+70452404
+20407742
+7044fc60
+580000d1
+67e14502
+70450904
+20207769
+70451f6f
+70452500
+704524d2
+20407742
+7044fc6f
+704502d1
+704501d2
+20207769
+70451f6f
+70452500
+704524d4
+20407742
+7044fc6f
+704502d1
+704501d4
+20207769
+70451f6f
+70452500
+70452403
+20407742
+7044fc6f
+580000d1
+67e14502
+70450903
+20207769
+70451f6f
+70452500
+70452404
+20407742
+7044fc6f
+580000d1
+67e14502
+70450904
+20207769
+704524d2
+704501d2
+2020780f
+704524d4
+704501d4
+2020780f
+70452403
+70450103
+2020780f
+70452404
+70450104
+2020780f
+20407ac3
+70451f6f
+704525aa
+20407742
+7044fc6f
+580000aa
+67e14502
+20207769
+704501d1
+704524d1
+20407abe
+70451f6f
+70452555
+20407742
+7044fc6f
+70450255
+70450900
+20407789
+20207769
+20407abc
+70451f6e
+70452500
+20407742
+7044fca1
+70450200
+20207769
+6fe0c592
+c0007824
+c000f82c
+c0017834
+20600000
+20407acd
+70459201
+70451f6d
+70452501
+20407742
+7044fc6d
+70450201
+20207769
+20407ad4
+70459202
+70451f6d
+70452502
+20407742
+7044fc6d
+70450202
+20207769
+20407ada
+70459200
+70451f6d
+70452503
+20407742
+7044fc6d
+70450203
+20207769
+70451f60
+70452500
+704524d1
+20407742
+7044fc60
+70450200
+704501d1
+20207769
+70451f6f
+70452500
+704524d1
+20407742
+7044fc6f
+70450200
+704501d1
+20207769
+6fe14574
+247a0000
+20407858
+da20455b
+6fe0c559
+98007200
+e8408011
+20406c29
+1a20a201
+c2007852
+20002ee0
+20600000
+da204563
+6fe0c55a
+98007200
+e8408011
+18418480
+204078b7
+1a20a201
+c200785b
+20002ee0
+20600000
+6fe14574
+247a0000
+70456d00
+58000000
+67e44551
+70456b00
+da60455b
+e8408013
+20406c32
+2040f883
+e8408013
+20406c29
+20407858
+1a60a601
+6fe0c56b
+1fe0fe01
+67e0c56b
+6848c559
+98467c00
+24217869
+20600000
+6fe0c56b
+1fe0fe01
+6848c55a
+18408401
+984ffe00
+98000e00
+6fe44551
+f9207e00
+67e44551
+20600000
+df200001
+20600000
+6fe1456e
+98007200
+205a7881
+204074fc
+e8408013
+20406c32
+24608000
+20002ee0
+e8408013
+20406c32
+24608000
+20002ee0
+e8408013
+20406c32
+24608000
+204078b3
+e8408013
+20406c32
+2020f877
+e8408013
+18418480
+204078b7
+70456c00
+da204563
+e8408011
+20406c32
+2040f8a6
+1a20a201
+6fe0c56c
+1fe0fe01
+67e0c56c
+6848c55a
+98467c00
+2421789b
+20600000
+6fe0c56b
+6848c55a
+18408401
+984ffe00
+6848c56c
+18408401
+9840fe00
+98000e00
+7820fc00
+6fe44551
+f920fe00
+67e44551
+20600000
+da204563
+6fe0c55a
+98007200
+20207852
+79400407
+20206c43
+6fe0c71f
+c000f8eb
+704701a0
+202078c8
+6fe0c71f
+c000f8e1
+704701a1
+202078c8
+6fe0c71f
+c000f8d7
+704701a2
+202078c8
+6fe0c71f
+c000f8cd
+704701a3
+6fe1471d
+247a0000
+70435b00
+70471d05
+20600000
+4731402c
+6fe0c71c
+c000f6ee
+c0017799
+70470100
+20407aa0
+70457f21
+70458618
+204078f5
+20207c57
+4731c02c
+6fe0c71c
+c000f6f3
+c00177a0
+70470100
+20407aa2
+70457f21
+70458624
+204078f5
+20207c57
+4732402c
+6fe0c71c
+c000f6f8
+c00177a7
+70470100
+20407aa4
+70457f21
+70458628
+204078f5
+20207c57
+4732c02c
+6fe0c71c
+c000f6fd
+c00177ae
+70470100
+20407aa6
+70457f21
+70458614
+204078f5
+20207c57
+58000000
+67e1c582
+20207c36
+70459101
+20407904
+70470101
+20600000
+70459102
+20407904
+70470102
+20600000
+70459103
+20407904
+70470103
+20600000
+6fe1458f
+247a0000
+6fe14769
+67e1458f
+1fe0fe01
+67e146a1
+6fe0c71c
+1fe67c01
+2022f68f
+20600000
+20407abc
+70457f23
+20207c34
+70457c00
+7044a600
+58000001
+67e146a4
+7046a301
+70435b01
+6fe14767
+1febfe00
+67e1459d
+1fe0fe01
+67e146a1
+4733402c
+20407abe
+6fe0c57a
+67e0c586
+70457f28
+6fe0c585
+1fe0fe01
+67e0c585
+70458481
+6fe0c4a1
+1fe67c03
+2042fc41
+6fe0c4a1
+1fe67c05
+2042fc43
+2040792d
+20207c57
+6fe14576
+d840f0ff
+98417e00
+67e14582
+20207c4e
+7046a301
+70435b01
+58000001
+1febfe00
+67e146a4
+6fe14767
+1febfe00
+67e1459d
+1fe0fe01
+67e146a1
+4733c02c
+20407ac3
+70457f45
+5801feff
+67e1c580
+6fe0c585
+1fe0fe01
+67e0c585
+6fe0c4a1
+1fe67c03
+2042fc41
+6fe0c4a1
+1fe67c05
+2042fc43
+20207c57
+70459100
+20407904
+70457c00
+20407ac5
+6fe0c71c
+c000f6a0
+c0017844
+7046a601
+70457f10
+20407c4e
+20207c34
+70459100
+20407904
+2020795b
+6fe0c6a6
+203a794d
+20407ac8
+70457c00
+6fe0c71c
+c000f6a4
+c001783c
+7046a600
+70457f11
+20407c4e
+20207c34
+70459100
+20407904
+20407acb
+70457f09
+20207c34
+70457f21
+704582ff
+704583ff
+70458640
+20600000
+70457f21
+704582ff
+70458640
+20600000
+70457f21
+704583ff
+70458640
+20600000
+6fe0c592
+1fe67c03
+2042f97d
+c0007980
+c000f988
+c0017990
+20600000
+58000000
+67e0c592
+20600000
+6fe0c592
+1fe0fe01
+67e0c592
+20407acd
+6fe0c71c
+c000f692
+20407969
+20207c34
+6fe0c592
+1fe0fe01
+67e0c592
+20407ad4
+6fe0c71c
+c000f692
+2040796e
+20207c34
+6fe0c592
+1fe0fe01
+67e0c592
+20407ada
+6fe0c71c
+c000f692
+20407972
+20207c34
+6fe0c6a8
+c00079a1
+20407ae0
+7046a800
+6fe0c71c
+c000f69d
+c0017793
+70457f13
+20207c34
+20407ae2
+7046a801
+6fe0c71c
+c000f69d
+c0017793
+70457f12
+20207c34
+6fe0c593
+c00079b1
+20407ae4
+70457f21
+704582ff
+704583ff
+70459300
+70458602
+20207c34
+20407aeb
+70458601
+70457f21
+7045827f
+7045837f
+70459301
+20207c34
+6fe0c71c
+1fe67c01
+2042f6a8
+7046f901
+6fe0c596
+c00079c2
+20407af2
+70457f1f
+70459600
+20207c34
+20407af4
+70457f1e
+70459601
+20207c34
+6fe0c71c
+1fe67c01
+2042f6ab
+70457f22
+6fe0c594
+c00079f0
+c000f9ec
+c00179e8
+c001f9e3
+c00279de
+c002f9d9
+c00379d3
+20600000
+20407b11
+70459400
+704582ff
+704583ff
+704584ff
+20207c34
+20407b0c
+70459406
+704582ff
+704584ff
+20207c34
+20407b07
+70459405
+704583ff
+704584ff
+20207c34
+20407b02
+70459404
+704582ff
+704583ff
+20207c34
+20407afe
+70459403
+704584ff
+20207c34
+20407afa
+70459402
+704583ff
+20207c34
+20407af6
+70459401
+704582ff
+20207c34
+20407b17
+70458201
+70457f41
+20207c34
+70459101
+20407904
+20407b21
+70459801
+70457f10
+70457c01
+20207c34
+70459102
+20407904
+20407b23
+70459901
+70457f10
+70457c02
+20207c34
+70459103
+20407904
+70459a01
+70457f10
+70457c03
+20207c34
+70459104
+20407904
+20407b27
+70459b01
+70457f10
+70457c04
+20207c34
+70459101
+20407904
+6fe0c598
+203a79fa
+20407b29
+70459800
+70457f11
+70457c01
+20207c34
+70459102
+20407904
+6fe0c599
+203a7a01
+20407b2b
+70459900
+70457f11
+70457c02
+20207c34
+70459103
+20407904
+6fe0c59a
+203a7a08
+20407b2d
+70459a00
+70457f11
+70457c03
+20207c34
+70459104
+20407904
+6fe0c59b
+203a7a0e
+20407b2f
+70459b00
+70457f11
+70457c04
+20207c34
+70457c01
+7044a601
+20207913
+70457c02
+7044a602
+20207913
+70457c03
+7044a603
+20207913
+70457c04
+7044a604
+20207913
+20407a7f
+70457f6f
+70458200
+20207c34
+6fe0c5a1
+203a7a4b
+7045a100
+20207a50
+20407a82
+7045a101
+70457f15
+70458201
+20207c34
+20407a83
+70457f15
+70458200
+20207c34
+20407a86
+70457f33
+70458202
+20207c34
+20407a8a
+58000001
+67e0c582
+70457f32
+70458306
+20207c34
+20407a90
+58000002
+20207a5a
+20407a92
+58000003
+20207a5a
+20407a94
+58000004
+20207a5a
+20407a96
+58000005
+20207a5a
+20407a98
+58000006
+20207a5a
+70459101
+20407904
+20407a9a
+70457f31
+70458200
+20207c34
+6fe0c6a7
+203a7a7a
+20407a9d
+7046a700
+70457f16
+70458200
+20207c34
+20407a9c
+7046a701
+70457f16
+70458201
+20207c34
+5800006f
+67e144a7
+20207aab
+7044aa01
+58000015
+67e144a7
+20207aab
+7044aa02
+58000033
+67e144a7
+20207aab
+58000001
+67e0c4ab
+58000031
+67e144a7
+7044aa20
+20207aab
+58000002
+20207a8b
+58000003
+20207a8b
+58000004
+20207a8b
+58000005
+20207a8b
+58000006
+20207a8b
+58000000
+20207a8b
+7044aa01
+58000016
+67e144a7
+20207aab
+7044aa18
+20207aa8
+7044aa24
+20207aa8
+7044aa28
+20207aa8
+7044aa14
+20207aa8
+58000021
+67e144a7
+20207aab
+20407f72
+6fe0c6aa
+245a7aaf
+20600000
+df200027
+d8c04477
+d8a046d2
+2040753b
+6fe0c6aa
+67e0c49e
+6fe0c49f
+1fe0ffff
+67e0c49f
+20407f72
+6fe0c76b
+67e0c49e
+20600000
+58000023
+20207abf
+58000028
+67e144a7
+58000000
+67e244a9
+20207aab
+58000045
+20207abf
+7044a600
+58000010
+20207abf
+7044a600
+58000011
+20207abf
+58000009
+20207abf
+58000021
+67e144a7
+7044a900
+7044aa40
+7044abff
+7044acff
+20207aab
+58000021
+67e144a7
+7044a900
+7044aa40
+7044abff
+20207aab
+58000021
+67e144a7
+7044a900
+7044aa40
+7044acff
+20207aab
+58000013
+20207abf
+58000012
+20207abf
+58000021
+67e144a7
+7044a900
+7044aa02
+7044abff
+7044acff
+20207aab
+58000021
+67e144a7
+7044a900
+7044aa01
+7044ab7f
+7044ac7f
+20207aab
+5800001f
+20207abf
+5800001e
+20207abf
+58000022
+67e144a7
+7044aaff
+20207aab
+58000022
+67e144a7
+7044abff
+20207aab
+58000022
+67e144a7
+7044acff
+20207aab
+58000022
+67e144a7
+7044aaff
+7044abff
+20207aab
+58000022
+67e144a7
+7044aaff
+7044acff
+20207aab
+58000022
+67e144a7
+7044abff
+7044acff
+20207aab
+58000022
+67e144a7
+7044aaff
+7044abff
+7044acff
+20207aab
+58000001
+7044a101
+67e144aa
+58000041
+67e144a7
+7044a900
+7044ac00
+20207aab
+58000000
+20207b18
+7044a601
+20207ac6
+7044a602
+20207ac6
+7044a603
+20207ac6
+7044a604
+20207ac6
+7044a601
+20207ac9
+7044a602
+20207ac9
+7044a603
+20207ac9
+7044a604
+20207ac9
+20600000
+4734402d
+2040784c
+20407862
+6fe44551
+245a7b6c
+20407b5f
+6fe0c701
+245a7b53
+20407b43
+6fe0c35b
+205a7b72
+6fe0c6a3
+245a7b7a
+6fe0c6a3
+205a7b7f
+4734c02d
+20207b85
+4735402d
+6fe0c71c
+1fe67c01
+2042f67c
+6fe14572
+247a0000
+6fe44551
+207a0000
+58000000
+67e1c582
+67e244a9
+70458600
+6fe0c701
+245a7b53
+6fe1475d
+202075e6
+6fe1475f
+202075e6
+6fe44551
+1fe20400
+df200019
+d8e00000
+20407b67
+18e27e00
+67e0c59c
+58000000
+67e44551
+20207d2f
+6fe0c56d
+247a0000
+70457d00
+70471f00
+58000000
+67e1458f
+67e144df
+20600000
+afefffff
+20608000
+18e08e01
+c2007b67
+20600000
+70456d01
+7046a301
+58000001
+67e146a4
+70457401
+20600000
+4735c02d
+6fe0c56d
+247a0000
+58000000
+67e146a4
+7046a300
+4736402d
+20600000
+4736c02d
+6fe0c57b
+207a0000
+6848c57b
+202078b7
+4737402d
+6fe0c57b
+207a0000
+6848c57b
+18418480
+202078b7
+4737c02d
+6fe146a1
+247a0000
+6fe146a4
+247a0000
+20407b8f
+20407b9f
+4738402e
+d85fffff
+20203b7a
+df200010
+70473703
+6848c737
+18420e00
+6fe24733
+afefffff
+2020fb98
+18418480
+20406c29
+6fe0c737
+1fe0fe01
+67e0c737
+c2007b91
+70807340
+70808340
+20600000
+6848c559
+18422200
+da400000
+d8400000
+604c0016
+d8c0455b
+20407ba9
+79200403
+604a0016
+20600000
+efe08006
+98000e00
+f9200400
+1a40a401
+1a227e00
+9a467c00
+20628000
+20207ba9
+4738c02e
+6fe0c71c
+c0017bf7
+6fe0c49e
+243a7bdc
+6fe0c71c
+c000fbe1
+6fe0c57a
+243a7be1
+6fe0c6a9
+243a7be8
+6fe0c6aa
+243a7bed
+58000000
+67e0c6fc
+67e0c6fd
+67e0c6fe
+67e0c6ff
+20600000
+4739402e
+df200027
+d8a04129
+d8c0464a
+2040753b
+202042e9
+4739c02e
+df200027
+d8a04129
+d8c04477
+2040753b
+202042e9
+473a402e
+df200027
+d8a04129
+d8c046ab
+2040753b
+202042e9
+473ac02e
+df200027
+d8a04129
+d8c046d2
+2040753b
+202042e9
+6fe0c6fc
+c001fbb6
+1fe0fe01
+67e0c6fc
+20207bca
+6fe0c6fd
+c001fbba
+1fe0fe01
+67e0c6fd
+6fe0c71c
+c000fbf2
+20207bc4
+6fe0c6fe
+c001fbbc
+1fe0fe01
+67e0c6fe
+20207bd0
+6fe0c6ff
+c001fbbe
+1fe0fe01
+67e0c6ff
+20207bd6
+df200017
+d8a04129
+d8c0464a
+2040753b
+202042e9
+6fe0c550
+1fe0fe01
+67e0c550
+1fe67c03
+20217bca
+1fe67c06
+20217c03
+1fe67c09
+20217c08
+58000000
+67e0c550
+20207bca
+df200025
+d8a04129
+d8c0452b
+2040753b
+202042e9
+df200025
+d8a04129
+d8c0464a
+2040753b
+202042e9
+6fe0c71a
+205a7c19
+6fe0c71a
+2feffe00
+2020fc1c
+6fe0c71a
+2feffe01
+2020fc24
+6fe0c71a
+2feffe02
+2020fc2c
+20600000
+6fe0c719
+67e0c71a
+20600000
+6fe0c71a
+793ffe00
+67e0c71a
+6848c366
+79200400
+6048c366
+70000725
+2020433c
+6fe0c71a
+793ffe01
+67e0c71a
+6848c366
+79200401
+6048c366
+70000726
+2020433c
+6fe0c71a
+793ffe02
+67e0c71a
+6848c366
+79200402
+6048c366
+70000727
+2020433c
+20407c36
+20207c57
+20407c45
+6fe0c585
+1fe0fe01
+67e0c585
+6fe0c4a1
+1fe67c03
+2042fc41
+6fe0c4a1
+1fe67c05
+2042fc43
+20207c4e
+70458483
+20600000
+70458488
+20600000
+473b402e
+70435b01
+7046a401
+7046a301
+6fe14767
+67e1459d
+1fe0fe01
+67e146a1
+20600000
+6fe0c577
+d84000f0
+98417e00
+6848c57c
+9840fe00
+67e0c577
+6fe14576
+67e14580
+20600000
+6fe0c57a
+245a7c6f
+6fe0c57f
+1fe67c28
+2042fc6c
+20407c88
+d8a0463a
+d8c0457f
+df20000e
+2040753b
+df200027
+d8c04623
+d8a0464a
+2040753b
+70467527
+70467653
+20407cdb
+6fe0c57a
+67e0c654
+473bc02e
+20600000
+6fe0c57a
+67e0c586
+20600000
+6fe0c57f
+1fe67c28
+2042fc85
+20407c88
+d8a0463a
+d8c0457f
+df20000e
+2040753b
+df200027
+d8c04623
+d8a0464a
+2040753b
+70467527
+70467653
+20407cdb
+df200027
+d8c0464a
+d8a046ab
+2040753b
+6fe0c6a9
+67e0c6b5
+20600000
+6fe0c6a9
+67e0c586
+20600000
+70458701
+70458800
+180a7e00
+1fec8400
+6048c589
+67e0c58a
+1fe47e00
+67e144c1
+6fe0c58a
+6848c587
+9842fe00
+67e0c587
+6848c588
+9842fe00
+67e0c588
+da60457f
+df20000c
+6fe0c71c
+1fe67c02
+2042fcc1
+2442fca5
+6fe144c1
+da20ff00
+9a210400
+184c8400
+6048c58b
+6fe0c4c1
+67e0c58c
+20600000
+e8408013
+184d0400
+6fe144c1
+98428400
+d8e00000
+20407caf
+604944c1
+1a60a601
+c2007ca5
+20600000
+18427e00
+1feca200
+1a31a200
+1a292200
+1fe38400
+1a227e00
+245a7cba
+18e08e01
+18e27e00
+c0847caf
+20600000
+6fe144c3
+1fe22200
+18427e00
+9a22fe00
+da20ffff
+9a210400
+20600000
+6fe144c1
+e8408013
+1a60a601
+184d8400
+184d0400
+9842fe00
+1f222400
+df200008
+2feffe0f
+1fe3fe00
+2420fcce
+684944c3
+9842fe00
+c2007cc9
+1a427200
+c2007cc2
+67e144c1
+6848c4c1
+184d8400
+6fe0c4c2
+1fedfe00
+6048c4c2
+67e0c4c1
+20600000
+20407ce1
+20207cdd
+20407cdd
+20207ce1
+d8c0464a
+d8a0464a
+df200027
+20207ce8
+df200027
+da60464a
+da400053
+6fe0c71c
+1fe67c02
+2042f787
+20207ced
+efe08006
+1fedfe00
+e7e08005
+c2007ce8
+20600000
+20407cf1
+1a60a601
+c2007ced
+20600000
+da200001
+1a43a400
+2a4ffe07
+2040fcf9
+1a23a200
+1a227e00
+c3840000
+20207cf2
+efe08013
+9a22fe00
+e7e08013
+1a42a411
+20600000
+473c402f
+6fe0c71c
+1fe67c01
+2042fd32
+20407d28
+20407d0a
+20407d0e
+20407d25
+20407d13
+20407d17
+20407d1c
+20207d20
+da604574
+da407d0d
+20204de8
+20600000
+da60459d
+da407d11
+20204de8
+70435b00
+20600000
+da604572
+da407d16
+20204de8
+20600000
+da6046a4
+da407d1a
+20204de8
+7046a300
+20600000
+da6046a1
+da407d1f
+20204de8
+20600000
+da60471d
+da407d23
+20204de8
+70471f01
+20600000
+da60458f
+da407d2b
+20204de8
+da604704
+da407d2d
+20204de8
+6fe14761
+202075e6
+6fe14763
+202075e6
+6fe14765
+67e14704
+20600000
+da6044df
+da407d35
+20204de8
+6fe1458f
+207a0000
+7044e301
+20600000
+472bc02a
+20207d3c
+20600000
+472c402b
+20403d2f
+7854fc00
+204042c9
+20407d46
+24768000
+6fe08002
+1fe0fe01
+67e08002
+20207dc2
+20407d48
+20203dc8
+6fe0c774
+67e08007
+20600000
+58000003
+20207eb8
+58000008
+20207eb8
+6fe34783
+684b477d
+98467c00
+20600000
+6fe0c76e
+203a7d5b
+6fe0c773
+c000fd5b
+6fe0c772
+c0287d5b
+20407d4f
+2022fd4d
+58000014
+20207eb8
+6fe0c76e
+203a7d65
+6fe0c773
+c000fd65
+6fe0c772
+c0287d65
+20407d4f
+2022fd4d
+58000018
+20207eb8
+58000006
+20207eb8
+6fe0c7a4
+c1a00000
+58000005
+20207eb8
+6fe147a4
+243a7d71
+5800001b
+20207eb8
+58000017
+20207eb8
+6fe0c7a5
+c0007d85
+c000fd87
+c0017d8b
+c001fd8f
+20600000
+6fe0c7a4
+c0107d7c
+20207d73
+6fe0c7a5
+c0007d85
+c000fd87
+c0017d89
+c001fd8b
+c0027d8d
+c002fd8f
+c0037d91
+20600000
+58000016
+20207eb8
+58000010
+20207eb8
+58000012
+20207eb8
+5800001c
+20207eb8
+5800000a
+20207eb8
+5800000f
+20207eb8
+5800000c
+20207eb8
+6fe0c7a4
+203a7d97
+58000011
+20207eb8
+58000004
+20207eb8
+58000007
+20207eb8
+58000013
+20207eb8
+6fe0c7a4
+203a7da1
+5800000d
+20207eb8
+5800000e
+20207eb8
+472cc02b
+6fe0c7a4
+c000fda8
+c0017daa
+20600000
+5800001e
+20207eb8
+58000015
+20207eb8
+6fe147a4
+c07ffdbb
+472d402b
+6fe147a4
+c0707dbb
+c01e7db5
+c03c7db7
+c0787db9
+20600000
+58000002
+20207eb8
+58000009
+20207eb8
+58000019
+20207eb8
+5800001a
+20207eb8
+58007d39
+67e14390
+58007ea5
+67e14398
+20207ebd
+6fe0c76c
+c0007dc8
+6fe14775
+204075e6
+20347e18
+20600000
+6fe08052
+c02afdfb
+70477200
+58000000
+67e34783
+68498053
+58528718
+98467c00
+70477300
+2022fddd
+70477301
+5808f9ff
+98467c00
+2022fddd
+5808f903
+98467c00
+2022fddd
+70477302
+58f87703
+98467c00
+24628000
+d8c00047
+d8a0464a
+df200027
+20407548
+70467653
+70467527
+20407cd9
+6fe0c773
+c000fdf9
+d8c04661
+d8a04739
+df20000e
+2040753b
+6fe14743
+1ff0fe00
+1fe47e00
+67e144c1
+da604739
+df20000c
+58001021
+67e144c3
+20407ca5
+6fe144c1
+1ff0fe00
+68494745
+98467c00
+24628000
+20207e0c
+d8c04662
+20207de7
+472dc02b
+d8a04783
+d8c00049
+df200006
+2040753b
+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
+02072a50
+8266248a
+000f0001
+02280002
+00101812
+01280302
+02001106
+01012a4e
+03020012
+13120128
+2a4d0200
+14000002
+29020200
+15000002
+29080200
+16010202
+28030200
+00171201
+022a4d02
+00180000
+02290202
+00190000
+02290802
+001a0103
+01280302
+02001b02
+051b2a4b
+a101090c
+09028501
+09ea09e9
+153009e2
+750c2501
+81019510
+001cc000
+01280302
+02001d02
+11042a4a
+1e010001
+28030200
+001f0401
+012a4c02
+02002000
+0f022800
+02002118
+12012803
+19020022
+0063012a
+00130200
+13020002
+02000100
+00040013
+06001302
+00130200
+13020005
+02000000
+28000017
+00001702
+02000100
+01022800
+02000218
+20012803
+05020003
+0400012a
+29020200
+05000002
+28000200
+06180002
+28030200
+00070201
+112a0002
+4f484355
+3130204e
+20202020
+20202020
+02000820
+02012803
+01020009
+00c8022a
+0302000a
+0b020128
+2a040200
+06000608
+2c006400
+02000c01
+0a022800
+02000d18
+02012803
+5002000e
+8a02072a
+01826624
+02000f00
+f0022800
+020010ff
+12012803
+f1020011
+00000eff
+00000000
+00000000
+00000000
+02020012
+00000229
+03020013
+14080128
+fff20200
+0000000e
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+0000dd22
\ No newline at end of file
Index: output/sched.rom
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/output/sched.rom	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/output/sched.rom	(working copy)
@@ -0,0 +1,175 @@
+mem_patch00:
+01   #mem_patch00
+00   #mem_patch01
+20   #mem_patch02
+00   #mem_patch03
+00   #mem_patch04
+00   #mem_patch05
+40   #mem_patch06
+00   #mem_patch07
+00   #mem_patch08
+00   #mem_patch09
+00   #mem_patch0a
+00   #mem_patch0b
+04   #mem_patch0c
+00   #mem_patch0d
+00   #mem_patch0e
+00   #mem_patch0f
+00   #mem_patch10
+00   #mem_patch11
+00   #mem_patch12
+00   #mem_patch13
+00   #mem_patch14
+00   #mem_patch15
+00   #mem_patch16
+02   #mem_patch17
+00   #mem_patch18
+00   #mem_patch19
+20   #mem_patch1a
+00   #mem_patch1b
+00   #mem_patch1c
+00   #mem_patch1d
+00   #mem_patch1e
+00   #mem_patch1f
+00   #mem_patch20
+00   #mem_patch21
+00   #mem_patch22
+00   #mem_patch23
+00   #mem_patch24
+01   #mem_patch25
+00   #mem_patch26
+2c   #mem_patch27
+12   #mem_patch28
+00   #mem_patch29
+00   #mem_patch2a
+00   #mem_patch2b
+00   #mem_patch2c
+00   #mem_patch2d
+00   #mem_patch2e
+00   #mem_patch2f
+01   #mem_patch30
+00   #mem_patch31
+00   #mem_patch32
+00   #mem_patch33
+00   #mem_patch34
+00   #mem_patch35
+00   #mem_patch36
+00   #mem_patch37
+00   #mem_patch38
+00   #mem_patch39
+00   #mem_patch3a
+00   #mem_patch3b
+00   #mem_patch3c
+00   #mem_patch3d
+00   #mem_patch3e
+00   #mem_patch3f
+
+
+
+mem_device_option:04
+
+mem_ui_button_gpio:ff
+mem_load_check_sum:5a #skip data check when loadcode
+mem_wdt_always_work:01
+
+#sys config
+#bit7:enable 16M xtal#0:24M#1:16M
+#bit6:enable new channel map
+#bit5:enable eeprom
+#bit4:enable kb icon
+#bit3:enable 24g 2M
+#bit2-1:padding
+#bit0:enable new revision
+mem_dg_sys_config:00  #24M
+
+#work mode rf tx power
+mem_dg_24g_tx_power_default:06	#10dBm
+
+#usb config
+mem_dg_usb_vid_pid:
+01 #disable
+#mouse only#auto pair
+51 31#VID
+01 11#PID
+#mouse & keyboard
+51 31#VID
+01 31#PID
+mem_dg_usb_tx_interval:00
+mem_dg_usb_device_name:
+'Wireless Device
+
+
+#rf config
+mem_24g_lap:75 46 13 ad 06 13#low 4B used for 24g rxaddr
+#mem_24g_tx_phy:01#0x01:1M/0x02:2M/0x04:S2/0x84:S8
+#mem_24g_rx_phy:01#0x01:1M/0x02:2M/0x04:S2/0x84:S8
+#mem_24g_no_ack:00#no ack
+#mem_24g_rx_window:30 75#rx
+mem_24g_hop_interval:1e
+#mem_24g_ackpayload_enable:00#ack payload enable
+#mem_24g_ch_map1:00 13 2c 42
+#mem_24g_ch_map2:06 15 36 48
+#mem_24g_ch_map3:0f 1a 3a 4c
+#mem_24g_ch_map4:11 23 31 4d
+#mem_24g_pair_switch:00
+mem_24g_pair_mode:00
+#mem_24g_pair_ch:4e
+#mem_24g_pair_tx_power:85
+#mem_24g_pair_addr:20 15 10 05
+#mem_24g_ch_map_update:00
+#mem_24g_ch_update_map1
+#mem_24g_ch_update_map2
+#mem_24g_ch_update_map3
+#mem_24g_ch_update_map4
+
+#mem_rssi_buff_index:ff
+#mem_rssi_noise_buffer_ptr:mem_dg_rssi_noise_buffer
+#mem_rssi_noise_self_buffer_ptr:mem_dg_rssi_noise_dg_buffer
+#mem_rssi_noise_device1_buffer_ptr:mem_dg_rssi_noise_ms_buffer
+#mem_rssi_noise_device2_buffer_ptr:mem_dg_rssi_noise_kb_buffer
+
+
+#log log log log log log log log log log log
+
+#uart config
+mem_device_uart_tx_gpio:0a	#08
+mem_device_uart_rx_gpio:ff
+mem_device_uart_baud_rate:d0 00	#115200	
+mem_device_uart_rx_buffer:00 1c
+mem_device_uart_rx_buffer_end:ff 1f
+mem_device_uart_tx_buffer:00 4f
+mem_device_uart_tx_buffer_end:ff 4f
+
+mem_usb_state_led_gpio:05
+
+
+mem_gpio_wakeup_low:00 20 00 00 00 00 00 00
+mem_lpm_config:88 0b ca	#4khz
+mem_lpm_xtalcnt:35 3f 0c 33 03
+mem_rc_cal:d3
+mem_rf_ldo_cfg1:02
+mem_dig_aon_vsel:
+00	#bit5-4;00:1.2V;01:1.08V;02:0.96V;03:0.84V
+mem_lpm_ctrl3_app_vsel:
+3a	#04:HVIN_VIN_LESS_THAN_4V2;06:HVIN_GREATER_THAN_4V2_AND_VIN_LESS_THAN_4V2;3a:HVIN_VIN_GREATER_THAN_4V2
+80	#80:aon vsel 1.2v;9d:aon vsel 1.08v
+10
+24	#24:ldo vsel 1.2v;22:ldo vsel 1.1v
+mem_lpm_hibernate_switch:00
+
+
+mem_gain_fix:ff	#00:soft agc; ff:hw agc
+mem_gain_table:08 00 00
+mem_gain_second_agc_en:08	#hw agc: 0:second agc disable
+
+
+mem_rf_init_data:
+ff
+mem_rf_init_ptr:mem_rf_init_data
+
+
+#bit7:0 means disable rf debug function
+#mem_rf_debug_rx_gpio:85
+#mem_rf_debug_tx_gpio:86
+
+
Index: program/app.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app.prog	(working copy)
@@ -0,0 +1,326 @@
+app_init:
+	bpatch patch0c_2,mem_patch0c
+	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_module,module_init
+	beq dvc_op_car,car_init
+	beq dvc_op_remote_car,remote_car_init
+	beq dvc_op_hci_boot,hci_init
+//	beq dvc_op_test,test_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_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 patch0c_3,mem_patch0c
+	//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 patch0c_4,mem_patch0c
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_car.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_car.prog	(working copy)
@@ -0,0 +1,974 @@
+ifdef COMPILE_CAR
+
+define CAR_TEST_FUNCTION
+
+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
+	
+	bpatch patch05_5,mem_patch05
+	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_default_init:
+        rtn
+car_power_off_signal:	
+	branch car_ui_led_init
+	
+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
+	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
+	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
+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_read_otp_addr:
+        rtn
+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
+	call 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 vdd_calculate_by_mode
+	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_6,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_7,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
+	ncall car_moto3_enable_blank_data_timer,blank
+	rtn
+
+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 patch06_0,mem_patch06
+	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 patch06_1,mem_patch06
+	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
+	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_car_remote.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_car_remote.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_car_remote.prog	(working copy)
@@ -0,0 +1,467 @@
+ifdef COMPILE_REMOTE_CAR
+//define REMOTE_TEST_FUNCTION
+remote_car_init:
+	rtn wake	
+	call remote_car_default_init
+	call keyscan_key_init
+	setarg remote_car_g24_package_data
+	store 2,mem_cb_24g_transmit_data
+
+	setarg remote_car_process_lpm_before
+	store 2,mem_cb_24g_lpm_before
+	
+	setarg remote_car_le_before_hibernate
+	store 2,mem_cb_before_hibernate
+	
+	setarg remote_car_scale_process_idle
+	store 2,mem_cb_idle_process	
+	
+	setarg remote_car_scale_process_bb_event
+	store 2,mem_cb_bb_event_process
+
+	setarg remote_car_event_timer
+	store 2,mem_cb_event_timer
+	
+	setarg remote_car_power_off_signal
+	store 2,mem_remote_car_power_off_cb
+	
+	setarg remote_car_soft_switch_power_on_signal
+	store 2,mem_remote_car_power_standby_cb
+	
+	
+	bpatch patch06_2,mem_patch06
+	call set_eeprom_size_2k
+	call remote_car_init_environment
+
+	call queue_init
+	fetch 1,mem_remote_car_config_soft_switch_enable
+	store 1,mem_remote_car_hard_soft_switch
+	beq HARD_SWITCH, remote_car_hard_switch_power_on_signal
+	fetch 1,mem_remote_car_config_soft_switch_gpio
+	store 1,mem_ui_button_gpio
+remote_car_soft_switch_power_on_init:
+	call remote_car_ui_led_init
+	call ui_button_init
+	call ui_button_polling
+	jam POWER_STARTING,mem_remote_car_power_state
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BTN_DOWN
+	branch app_enter_hibernate
+
+
+
+remote_car_hard_switch_power_on_signal:
+	jam POWER_STANDBY,mem_remote_car_power_state
+remote_car_soft_switch_power_on_signal:
+	call remote_car_ui_led_init
+	arg 0,rega
+	call ui_led_blink_start_global
+ifdef REMOTE_TEST_FUNCTION	
+	branch g24_pair_start
+endif //REMOTE_TEST_FUNCTION	
+	call remote_car_g24_load_commom_addr
+	fetch 4,mem_remote_24g_commom_addr
+	store 4,mem_24g_addr	
+	branch g24_pair_start,blank
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	fetch 2,mem_24g_reconn_timeout_init
+	store 2,mem_24g_reconn_timeout
+	branch g24_reconn_start
+
+remote_car_set_24g_addr_eeprom:
+	arg 4,temp
+	arg mem_24g_addr,rega
+	arg REMOTE_INFO_EEPROM_OFFECT,regb
+	rtn
+
+
+remote_car_power_off_signal:	
+remote_car_ui_led_init:
+	bpatch patch06_3,mem_patch06
+	fetch 1,mem_remote_car_config_connect_led_gpio
+	bne INVALID_PIN_NUM,remote_car_pairing_led_gpio_set
+remote_car_ui_led_init_1:
+	fetcht 1, mem_remote_car_led_map
+	branch gpio_config_output
+remote_car_pairing_led_gpio_set:
+	store 1,mem_remote_car_led_map
+	branch remote_car_ui_led_init_1
+
+
+remote_car_init_environment:
+	call g24_transmit_init
+remote_no_data_timer_init:
+	fetch 2,mem_remote_car_no_data_timeout
+	store 2,mem_remote_car_no_data_timer
+	rtn
+
+remote_car_le_before_hibernate:
+	call remote_car_process_lpm_before
+remote_gpio_set_before_hibernate:
+	fetch 1,mem_remote_style_struct_led_gpio
+	set1 7,pdata
+	arg gpcfg_output_high,temp
+	branch gpio_config_function
+
+remote_car_process_lpm_before:
+	call gpio_set_before_lpm
+	branch keyscan_process_lpm_before
+
+remote_car_key_scan_process:
+	call keyscan_key_process
+	call get_remote_key_state
+	call remote_conn_led_state
+	branch send_data
+
+remote_conn_led_state:
+	fetch 1,mem_remote_car_24g_status
+	rtnne WORK_PAIRED
+	fetch 4,mem_remote_car_motor1_key0_press_state
+	branch remote_car_stop_state,blank
+	jam 0,mem_remote_car_no_data_check
+	enable user
+	branch check_51cmd_led_on
+remote_car_stop_state:
+	fetch 1,mem_remote_car_no_data_check
+	rtneq 0xff
+	pincrease 1
+	store 1,mem_remote_car_no_data_check
+	disable user
+	branch check_51cmd_led_off
+
+	
+get_remote_key_state:
+	fetcht 2,mem_key_value_retention
+	and temp,0x01,pdata
+	rshift temp,temp
+	store 1,mem_remote_car_motor1_key0_press_state
+	and temp,0x01,pdata
+	rshift temp,temp
+	store 1,mem_remote_car_motor1_key1_press_state
+	and temp,0x01,pdata
+	rshift temp,temp
+	store 1,mem_remote_car_motor2_key2_press_state
+	and temp,0x01,pdata
+	rshift temp,temp
+	store 1,mem_remote_car_motor2_key3_press_state
+	rtn
+send_data:
+	bpatch patch06_4,mem_patch06
+	call remote_car_fb_check
+	call remote_car_lr_check
+	call remote_car_no_data_timeout_check
+	nrtn user
+	branch remote_car_send_key 
+
+
+remote_car_no_data_timeout_check:
+	fetch 1,mem_remote_car_24g_status
+	rtnne WORK_PAIRED
+	fetch 1,mem_remote_car_no_data_check
+	rtn blank
+	sub pdata,1,null
+	nrtn positive
+	fetch 2,mem_24g_reconn_timeout_init
+	store 2,mem_24g_reconn_timeout
+	enable user
+	rtn
+
+
+	
+remote_car_fb_check:
+	fetch 1,mem_remote_car_motor1_key0_press_state
+	nbranch remote_car_send_motor1_key0_press,blank
+	fetch 1,mem_remote_car_motor1_key1_press_state
+	nbranch remote_car_send_motor1_key1_press,blank
+	branch remote_car_send_motor1_key0_rel
+	
+remote_car_lr_check:
+	fetch 1,mem_remote_car_motor2_key2_press_state
+	nbranch remote_car_send_motor2_key2_press,blank
+	fetch 1,mem_remote_car_motor2_key3_press_state
+	nbranch remote_car_send_motor2_key3_press,blank
+	branch remote_car_send_motor2_key2_rel
+
+
+remote_car_scale_process_idle:
+	call remote_car_24g_status_process
+	branch remote_car_key_scan_process
+
+remote_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_24G_PAIRING_COMPLETE,remote_car_24g_pairing_complete
+	beq BT_EVT_24G_ATTEMPT_SUCCESS,remote_car_24g_attempt_success
+	beq BT_EVT_24G_ATTEMPT_FAIL,remote_car_24g_attempt_fail
+	rtn
+
+remote_car_24g_attempt_fail:
+	branch g24_txbuf_clear
+
+remote_car_24g_pairing_complete:
+	bpatch patch06_5,mem_patch06
+        fetch 4,mem_24g_receiver_addr
+        store 4,mem_remote_24g_commom_addr
+        fetch 1,mem_remote_save_addr_flag
+        ncall remote_car_g24_save_commom_addr,blank
+	fetch 4,mem_remote_24g_commom_addr
+	call g24_update_addr_and_synccrc8        
+	//call remote_car_set_24g_addr_eeprom
+	//call iicd_write_protect_eep_data
+remote_car_24g_attempt_success:
+	jam 0,mem_24g_conn_sm
+	jam WORK_PAIRED,mem_remote_car_24g_auto_work_step
+	jam WORK_PAIRED,mem_remote_car_24g_pair_success_flag
+	jam 0,mem_24g_reconn_timeout		
+	rtn
+remote_car_g24_save_commom_addr:
+    
+
+        fetch 1,mem_remote_save_addr_flag
+        rtn blank
+	fetch 1,mem_24g_lap+1				//Tx lap H
+	store 1,mem_remote_24g_commom_addr+3
+
+	fetch 1,mem_24g_receiver_addr+1		//Rx lap H
+	store 1,mem_remote_24g_commom_addr+2
+
+	fetch 1,mem_24g_lap					//Tx lap L
+	store 1,mem_remote_24g_commom_addr+1
+
+	fetch 1,mem_24g_receiver_addr		//Rx lap L
+	store 1,mem_remote_24g_commom_addr
+ifdef REMOTE_TEST_FUNCTION
+        rtn
+endif // REMOTE_TEST_FUNCTION 
+	call remote_car_g24_search_commom_addr
+	fetch 4,mem_remote_24g_commom_addr
+	fetcht 4,mem_remote_24g_commom_addr_temp 
+	isub temp,null
+	rtn zero	
+        copy regc,pdata
+        arg mem_remote_24g_commom_addr,rega
+        arg 4,loopcnt        
+        call otp_write
+        rtn
+remote_car_g24_load_commom_addr:
+ifdef REMOTE_TEST_FUNCTION
+        rtn
+endif // REMOTE_TEST_FUNCTION 
+        fetch 1,mem_remote_save_addr_flag
+        rtn blank
+        call remote_car_g24_search_commom_addr
+        fetch 4,mem_remote_24g_commom_addr_temp
+        rtn blank
+        store 4,mem_remote_24g_commom_addr  
+        rtn
+
+/* regc=otp start address and output */        
+remote_car_g24_search_commom_addr:
+ifdef REMOTE_TEST_FUNCTION
+        rtn
+endif // REMOTE_TEST_FUNCTION 
+        fetch 1,mem_remote_save_addr_flag
+        rtn blank       
+        arg OTP_OFFSET_REMOTE_COMMOM_START_ADDR,regc
+remote_car_g24_search_commom_addr_loop:
+        copy regc,pdata
+        arg mem_remote_24g_commom_addr_temp,rega
+        arg 4,temp
+        call otpd_read_data_with_pwr_operation
+        fetch 4,mem_remote_24g_commom_addr_read
+        rtn blank        
+        store 4,mem_remote_24g_commom_addr_temp
+        copy regc,pdata
+        arg OTP_OFFSET_REMOTE_COMMOM_END_ADDR,temp
+        isub temp,null
+        rtn positive        
+        increase 4,regc
+        branch remote_car_g24_search_commom_addr_loop
+        
+remote_car_24g_status_process:
+	fetch 1,mem_remote_car_24g_auto_work_step
+	rtneq POWER_ON
+	fetch 1,mem_remote_car_24g_status
+	rtneq WORK_PAIRED
+	jam WORK_PAIRED,mem_remote_car_24g_status
+remote_car_scale_process_paired:
+	arg 0,rega
+	branch ui_led_off_global
+remote_car_scale_process_shutdown:
+	arg 0,rega
+	call ui_led_off_global
+	call remote_car_ui_led_init
+	branch app_enter_hibernate
+	
+remote_car_event_timer:
+	call app_power_timer
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer	
+	branch remote_car_no_data_timer
+
+remote_car_no_data_timer:
+	fetch 1,mem_remote_car_config_timeout_shutdown_enable
+	rtn blank
+	fetch 1,mem_key_value_retention
+	nbranch remote_no_data_timer_init,blank
+	arg mem_remote_car_no_data_timer,regc
+	arg remote_car_scale_process_shutdown,regb
+	branch timer_single_step_2B
+
+
+//cross key,control front-back motor layout
+remote_car_send_motor1_key0_press:	//front
+	jam MOTOR_POSITIVE,mem_remote_car_24g_motor1_payload
+	rtn
+remote_car_send_motor1_key1_press:	//back
+	jam MOTOR_NEGATIVE,mem_remote_car_24g_motor1_payload
+	rtn
+remote_car_send_motor2_key2_press:	//left
+	jam MOTOR_POSITIVE,mem_remote_car_24g_motor2_payload
+	rtn
+remote_car_send_motor2_key3_press:	//right
+	jam MOTOR_NEGATIVE,mem_remote_car_24g_motor2_payload
+	rtn
+
+
+remote_car_send_motor1_key0_rel:
+remote_car_send_motor1_key1_rel:
+	jam MOTOR_STOP,mem_remote_car_24g_motor1_payload
+	rtn
+remote_car_send_motor2_key2_rel:
+remote_car_send_motor2_key3_rel:
+	jam MOTOR_STOP,mem_remote_car_24g_motor2_payload
+	rtn
+	
+remote_car_send_key:
+	arg mem_remote_car_24g_motor_packet,rega
+	branch queue_push
+remote_car_send_attack:
+	arg mem_remote_car_24g_fire_packet,rega
+	branch queue_push
+
+remote_car_g24_package_data:
+	fetch 1,mem_remote_car_24g_pair_success_flag
+	beq WORK_PAIRED,remote_car_g24_send_empty
+	arg mem_remote_car_24g_tx_temp,rega
+	call queue_pop
+	nbranch remote_car_moto_data,user
+remote_car_g24_package_data_continue:
+	arg mem_remote_car_24g_tx_temp,contr
+	ifetch 1,contr
+	copy pdata,rega
+	arg mem_remote_car_24g_tx_temp+1,regb
+	//rega: length
+	//regb: tx buffer
+	rtn
+	
+remote_car_g24_send_empty:
+	jam 0,mem_remote_car_24g_pair_success_flag
+	enable user
+	arg 1,rega
+	arg mem_remote_car_empty_packet,regb
+	rtn
+	
+remote_car_moto_data:
+	fetch 1,mem_remote_car_24g_tx_temp+3	//cmd
+	beq CAR_CMD_L_R_MOTOR_CONTROL,remote_car_moto_data_next
+	beq CAR_CMD_F_B_MOTOR_CONTROL,remote_car_moto_data_next
+	rtn
+remote_car_moto_data_next:
+	fetch 1,mem_remote_car_24g_tx_temp+6	//data moto1
+	nbranch remote_car_moto_data_enable_user,blank
+	fetch 1,mem_remote_car_24g_tx_temp+8	//data moto2
+	nbranch remote_car_moto_data_enable_user,blank
+	fetch 1,mem_remote_car_24g_tx_temp+10	//data moto3
+	nbranch remote_car_moto_data_enable_user,blank
+	rtn
+remote_car_moto_data_enable_user:
+	enable user
+	branch remote_car_g24_package_data_continue
+
+
+
+/*************remote car default_init starting*********************/
+remote_car_default_init:
+	jam 0x14,mem_ui_button_timeout
+	jam 0x01,mem_ui_button_last_state
+	setarg 0x060f
+	store 2,mem_remote_car_queue_each_size
+	setarg mem_remote_car_queue_each_size
+	store 2,mem_queue_ptr
+	jam 0x01,mem_lpm_mode
+	jam 0x06,mem_lpm_overhead
+	jam 0x02,mem_lpm_mult_timeout
+	jam 0x00,mem_remote_car_hard_soft_switch
+	setarg mem_remote_style_led_type
+	store 2,mem_ui_led_struct_ptr
+	jam 0x01,mem_ui_led_struct_num
+	jam 0xff,mem_remote_style_blink_count
+	setarg 0x0296
+	store 2,mem_remote_style_on_time
+	setarg 0x073a
+	store 2,mem_remote_style_off_time
+	setarg mem_remote_car_soft_power
+	store 2,mem_power_param_ptr
+	setarg 0x0c0c
+	store 2,mem_remote_car_power_off_timeout
+	setarg mem_remote_car_keyscan
+	store 2,mem_keyscan_ptr
+	jam 0x00,mem_remote_car_config_soft_switch_enable
+	jam 0xff,mem_remote_car_config_connect_led_gpio
+	jam 0xff,mem_remote_car_config_soft_switch_gpio
+	jam 0x00,mem_remote_car_config_key_map
+	jam 0x00,mem_remote_car_config_layout
+	jam 0x00,mem_remote_car_config_check_way
+	jam 0x01,mem_remote_car_config_timeout_shutdown_enable
+	setarg 0x4e55
+	store 2,mem_current_vdd_value_default_mid_x
+	store 2,mem_current_vdd_value_default_mid_y
+	setarg 0x0007
+	store 2,mem_current_vdd_default_range
+	jam 0x02,mem_adc_config_flag
+	setsect 0,0x35a0c
+	setsect 1,0x11a
+	setsect 2,0x60
+	setsect 3,0x28
+	store 9,mem_remote_car_24g_motor_packet
+	setsect 0,0x2000a
+	setsect 1,0x02
+	istore 4,contw
+	setsect 0,0x35a08
+	setsect 1,0x19a
+	setsect 2,0x00
+	setsect 3,0x00
+	store 9,mem_remote_car_24g_fire_packet
+	setarg 0x0064
+	store 2,mem_remote_car_no_data_timeout
+	jam TX_POWER_0DB,mem_tx_power
+	jam 0x01,mem_24g_data_type		//24g init
+	jam 0x06,mem_24g_max_retry
+	jam 0x01,mem_24g_pair_switch
+	jam 0x00,mem_24g_fast_conn_enable
+	call g24_rx_window_init
+	call g24_interval_param_8ms
+	call g24_chmap_param_init
+
+	//call g24_pair_param_init
+	setarg 0x0708
+	store 2,mem_24g_pair_timeout_init
+	setarg 0x0050
+	store 2,mem_24g_reconn_timeout_init
+	setarg 0x0a7700
+	store 3,mem_24g_long_sleep_set
+	setarg 0x604800
+	store 3,mem_24g_enter_hibernate	
+	rtn
+
+/*************remote car default_init ending*********************/
+
+else
+remote_car_init:
+	rtn
+endif
+
+
Index: program/app_dongle.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_dongle.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_dongle.prog	(working copy)
@@ -0,0 +1,538 @@
+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:
+	bpatchx patch30_0,mem_patch30
+	//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
+	rtn
+	
+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:
+	bpatchx patch30_1,mem_patch30
+	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:
+	bpatchx patch30_2,mem_patch30
+	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:
+	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:
+	bpatchx patch30_3,mem_patch30
+	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:
+	bpatchx patch30_4,mem_patch30
+	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:
+	bpatchx patch30_5,mem_patch30
+	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_6,mem_patch06
+	fetch 1,mem_usb_remote_wakeup
+	call dongle_clear_pc_sleep_flag,blank
+	call usb_isr
+	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
+//	beq COMMAND_USER_DEFINED,dongle_dispose_cmd_user_defined
+dongle_usb0_data_ready_report_set0:
+	jam 0,mem_usb0_data_ready_report
+	rtn
+
+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_dispose_cmd_user_defined:
+//	call g24_ackpayload_disable
+//	fetch 1,mem_usb0_set_report_data+2
+//	beq 0xff,soft_reset_chip
+//	rtn
+
+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_7,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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/common/frmt_fml_ble.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_light/common/frmt_fml_ble.prog	(working copy)
@@ -0,0 +1,76 @@
+
+frmt_ble_para_init:
+	setarg 0x93FDB7
+	store 3,mem_ble_v2_xbox
+	setarg 0x3F3626
+	store 3,mem_ble_v2_xbox+3
+	setarg 0x34CCF7
+	store 3,mem_ble_v2_xbox+6
+	setarg 0xF1E5A5
+	store 3,mem_ble_v2_xbox+9
+	setarg 0x31D871
+	store 3,mem_ble_v2_xbox+12
+	setarg 0xC70415
+	store 3,mem_ble_v2_xbox+15
+	setarg 0x18C323
+	store 3,mem_ble_v2_xbox+18
+	setarg 0x9A0596
+	store 3,mem_ble_v2_xbox+21
+	setarg 0x801207
+	store 3,mem_ble_v2_xbox+24
+	setarg 0x27EBE2
+	store 3,mem_ble_v2_xbox+27
+	setarg 0x75B2
+	store 2,mem_ble_v2_xbox+30
+	setarg 0x89A18C
+	store 3,mem_ble_v2_xbox+32
+	setarg 0xE6BF0D
+	store 3,mem_ble_v2_xbox+35
+	setarg 0x416842
+	store 3,mem_ble_v2_xbox+38
+	setarg 0x0F2D99
+	store 3,mem_ble_v2_xbox+41
+	setarg 0x54B0
+	store 2,mem_ble_v2_xbox+44
+	setarg 0x16BB
+	store 2,mem_ble_v2_xbox+46
+	setarg 0x51C29B
+	store 3,mem_ble_v2_xbox+48
+	setarg 0x1A532F
+	store 3,mem_ble_v2_xbox+51
+	setarg 0xB5836A
+	store 3,mem_ble_v2_xbox+54
+	setarg 0x106E02
+	store 3,mem_ble_v2_xbox+57
+	setarg 0xAB16
+	store 2,mem_ble_v2_xbox+60
+	setarg 0x42A3
+	store 2,mem_ble_v2_xbox+62
+	rtn
+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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/fan/fdflp_fml_fan.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_light/fan/fdflp_fml_fan.prog	(working copy)
@@ -0,0 +1,33 @@
+
+
+
+fan_idle_process:
+	bpatchx patch2a_7,mem_patch2a
+	branch fan_le_scan_process
+
+fan_apl_event_timer:
+	rtn
+
+	
+fan_le_scan_process:
+	bpatchx patch2b_0,mem_patch2b
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/fan/fdflp_fml_fan_ctl.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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 patch2b_1,mem_patch2b
+	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 patch2b_2,mem_patch2b
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/fan/fdflp_fml_fan_init.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/fan/fdflp_fml_fan_main.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_light/fan/fdflp_fml_fan_main.prog	(working copy)
@@ -0,0 +1,325 @@
+
+
+//------------------------------收包------------------------------
+/*选择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:
+
+	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 patch2b_3,mem_patch2b
+	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:
+	
+	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:
+
+	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:
+	fetch 2, mem_fan_packet_indiscriminate_cb
+	call callback_func
+//	call fan_apl_ble_rx_packet_indiscriminate
+	
+fan_apl_ble_rx_cmd_execution:
+	bpatchx patch2b_4,mem_patch2b
+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:	
+	bpatchx patch2b_5,mem_patch2b
+	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
+	rtn
+
+	
+/*V2 主函数*/
+fan_apl_main_v2:
+	bpatchx patch2b_6,mem_patch2b
+	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
+	rtn
+endif
+
+fan_apl_ble_cmd_handler_customer_message:
+	bpatchx patch2b_7,mem_patch2b
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/fan/fdflp_fml_fan_timer.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_light/fan/fdflp_fml_fan_timer.prog	(working copy)
@@ -0,0 +1,32 @@
+
+fan_apl_cb_event_timer:
+	bpatchx patch2c_0,mem_patch2c
+	call fan_apl_ble_msg_cache_clear_time
+	rtn
+
+
+
+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
+	rtn
+
Index: program/app_light/fan/fdflp_fml_fan_tx.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/fan/fdflp_fml_fan_tx.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_light/fan/fdflp_fml_fan_tx.prog	(working copy)
@@ -0,0 +1,206 @@
+
+
+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:     
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_gem.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_init.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_init.prog	(working copy)
@@ -0,0 +1,91 @@
+
+
+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 patch2c_1,mem_patch2c
+
+	jam 1, mem_set_clear_code_timeout_enable
+	jam 1, mem_light_lpm_enable
+
+
+frmt_apl_ble_scene_rewrite_lap:
+	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:	
+	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_apl_iic_init:
+	setarg 0x000102   //配置wp, scl, sda的gpio分别为:02, 01, 00
+	store 3,mem_eeprom_wp_gpio  
+
+	jam 0x6d, 0x8070
+	jam 0x6c, 0x8071
+// 	jam 0x3e, 0x8072
+	rtn
+
+frmt_enter_lpm_gpio_config_flag_init_row:
+	fetch 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:
+	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:
+	fetch 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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_key.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_key.prog	(working copy)
@@ -0,0 +1,378 @@
+
+//关于adv的时间和lpm需要重新重点计算   pairing 和 clear等等
+
+frmt_jym_pdu_common:                     
+	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:		
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_keyscan.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_keyscan.prog	(working copy)
@@ -0,0 +1,173 @@
+
+/*
+按键检测
+*/
+frmt_kscan_init:
+	fetch 2, mem_kscan_analysis_interval_timeout   
+	nrtn blank
+
+	call frmt_kscan_col_state_init
+frmt_kscan_row_state_init:  //pull up, input
+	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:
+	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:
+
+	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:
+	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:
+	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:
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_lib.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_lib.prog	(working copy)
@@ -0,0 +1,542 @@
+
+
+
+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:
+	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:
+	bpatchx patch2c_2,mem_patch2c
+	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
+	call frmt_light_to_Y_V2
+	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:
+	bpatchx patch2c_3,mem_patch2c
+	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
+	call frmt_light_to_W_V2
+	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:
+	bpatchx patch2c_4,mem_patch2c
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_darken
+	beq 2, key_light_darken
+	jam 0, mem_light_release_adv_flag
+	call frmt_light_darken_V2
+	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:
+	bpatchx patch2c_5,mem_patch2c
+	fetch 1,mem_special_agreemeet_enable
+	beq 1, gem_light_lighten
+	beq 2, key_light_lighten
+	jam 0, mem_light_release_adv_flag	
+	call frmt_light_lighten_V2
+	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:
+	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_long_press_flag_reset:
+	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:	
+	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	
+	bpatchx patch2c_6,mem_patch2c
+	
+	call frmt_light_master_pairing_V2
+	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
+	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
+	
+	bpatchx patch2c_7,mem_patch2c
+	call frmt_light_clear_code_V2
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_lib_fan.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_lib_fan_v2.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_lib_v2.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_lib_v2.prog	(working copy)
@@ -0,0 +1,234 @@
+
+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:
+	call frmt_ble_data_set
+	fetch 1,mem_light_manufacture_id2_v2
+	ncall frmt_have_id2_v2,blank
+	rtn
+	
+frmt_have_id2_v2:
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_main.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_main.prog	(working copy)
@@ -0,0 +1,386 @@
+
+
+frmt_apl_idle_process:
+
+	rtn
+
+
+frmt_main:
+	bpatchx patch2d_0,mem_patch2d
+	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 patch2d_1,mem_patch2d
+
+// 	rtn		
+	branch frmt_app_enter_lpm 
+
+frmt_kscan_keypress_analysis_process:
+	bpatchx patch2d_2,mem_patch2d
+
+	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:				//获得键值
+	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
+	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 patch2d_3,mem_patch2d
+	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 patch2d_4,mem_patch2d
+	rtn
+
+frmt_light_indicator_led:		
+	bpatchx patch2d_5,mem_patch2d
+	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 patch2d_6,mem_patch2d
+	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:	
+	bpatchx patch2d_7,mem_patch2d
+	fetch 2, mem_light_lpm_enable_timeout   
+	nrtn blank
+	fetch 2, mem_indicator_led_turn_on_timeout   
+	nrtn blank
+	call frmt_enter_lpm_gpio_config
+	call frmt_wakeup_low_config
+
+	bpatchx patch2e_0,mem_patch2e
+	arg -1, temp   //
+	branch lpm_sleep
+
+/*
+1306AB:
+SDA：gpio0
+SCL：gpio1
+WP：gpio2
+ice: gpio19
+除开上面的IO, 其他没有被使用到矩阵键盘的IO下拉。
+*/
+frmt_enter_lpm_gpio_config:
+	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_gpio03_conf
+	jam gpcfg_pullup, core_gpio19_conf
+	rtn
+
+frmt_wakeup_low_config:
+	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 3,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 patch2e_1,mem_patch2e
+	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 1,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 patch2e_2,mem_patch2e
+// 	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 patch2e_3,mem_patch2e
+	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 patch2e_4,mem_patch2e
+	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 patch2e_5,mem_patch2e
+	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:
+	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:
+	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:
+	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:
+	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:
+	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:
+	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:
+	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:
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_obfuscate.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_obfuscate.prog	(working copy)
@@ -0,0 +1,419 @@
+
+
+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:
+	call frmt_light_flag_set_short_press
+frmt_light_set_PDU_packet_num_and_addr:
+	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 patch2e_6,mem_patch2e
+	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:   
+	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
+	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 patch2e_7,mem_patch2e
+	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:
+	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:	
+	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:
+	arg mem_FTD_adv_raw, regc 
+// 	call ice_break
+	arg 0x0c, loopcnt
+	fetch 1,mem_special_agreemeet_enable
+	sub pdata,2,null
+	call key_CRC16_CCITT_False1,zero
+	ncall frmt_CRC16_CCITT_False,zero
+
+	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 
+	
+/************************************crc16 CCIT************************************/
+
+
+frmt_CRC16_CCITT_False:
+	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:
+	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:
+	call frmt_light_BLE_whitening
+	branch frmt_fml_whitening_buffer_bytes_reverse
+
+
+/*
+发射端使用
+*/
+frmt_light_reverse_and_BLE_whitening:
+	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:
+	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:
+	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:
+	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:
+	call frmt_ble_whitening_byte
+	increase 1, regc
+	loop frmt_ble_whitening_loop
+	rtn
+frmt_ble_whitening_byte:
+	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:	
+	ifetch 1,regc
+	ixor rega, pdata
+	istore 1, regc
+	xor regb, 0x11, regb
+	rtn
+
+
+
Index: program/app_light/remoter/frmt_fml_remoter_timer.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_timer.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_light/remoter/frmt_fml_remoter_timer.prog	(working copy)
@@ -0,0 +1,98 @@
+
+
+frmt_apl_cb_event_timer:
+	bpatchx patch2f_0,mem_patch2f
+	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
+	branch frmt_light_color_and_lightness_long_press_timer
+
+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_module.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_module.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_module.prog	(working copy)
@@ -0,0 +1,1373 @@
+
+ifdef COMPILE_MODULE
+
+module_init:	
+	branch module_lpm_init, wake
+	call le_modified_name
+	setarg module_process_idle
+	store 2,mem_cb_idle_process
+	setarg module_process_bb_event
+	store 2,mem_cb_bb_event_process
+	setarg module_lpm_lock
+	store 2,mem_cb_check_wakelock
+	setarg module_hci_cmd_transmit_le_notify
+	store 2,mem_cb_ble_transmit
+	setarg module_le_receive_data
+	store 2,mem_cb_att_write
+	setarg module_bb_event_timer
+	store 2,mem_cb_event_timer
+
+ifdef COMPILE_WECHAT
+	setarg module_wechat_rx_push_data
+	store 2,mem_module_wechat_rx_push_data_cb
+endif
+	bpatch patch07_0,mem_patch07
+	call module_lpm_uart_init
+	call module_gpio_init
+	branch module_hci_event_enter_standby_mode
+
+/*
+	function name:uart init by mem
+	input:
+		mem_module_uart_rx_buffer、mem_module_uart_rx_buffer_end
+		mem_module_uart_tx_buffer、mem_module_uart_tx_buffer_end
+		mem_module_uarta_baud_rate
+		bit0 of mem_module_flag
+*/
+module_lpm_uart_init:
+	fetch 1,core_uart_ctrl
+	set0 BIT_UART_CONTROL_ENABLE,pdata
+	store 1,core_uart_ctrl
+	fetch 8,mem_module_uart_rx_buffer
+	call uarta_init_dma_mem
+	fetch uart_baud_len,mem_module_uarta_baud_rate
+	call uarta_init_baud_rate
+	call uart_clock_select_main_freq_crystal
+	jam gpcfg_uart_txd,core_gpio_conf+HCI_UART_TX_GPIO_NUM
+	jam gpcfg_uart_rxd|gpcfg_pullup,core_gpio_conf+HCI_UART_RX_GPIO_NUM
+	jam gpcfg_uart_rts,core_gpio_conf+HCI_UART_RTS_GPIO_NUM
+	jam gpcfg_uart_cts,core_gpio_conf+HCI_UART_CTS_GPIO_NUM
+
+	arg FUN_UART_CONTROL_ENABLE|FUN_UART_CONTROL_SETTING_RATE_BAUD,temp
+	fetch 2,mem_module_flag
+	isolate1 MODULE_FLAG_UART_FLOW_CONTROL,pdata
+	setflag true,BIT_UART_CONTROL_FLOW_CONTROL,temp
+	storet 1,core_uart_ctrl
+	rtn
+
+/*
+	function:init uart & spp clock by lpm wake
+*/
+module_lpm_init:
+	branch module_lpm_uart_init
+
+
+
+/*
+	function name:module_gpio_init
+	init connect state & lpm wake up
+*/
+module_gpio_init:
+	fetcht 1,mem_module_connect_state_gpio
+	call gpio_config_output
+	call module_set_conn_pin_low
+	fetcht 1,mem_module_wake_up_gpio
+	branch gpio_config_input
+
+module_lpm_lock:
+	fetcht 1,mem_module_wake_up_gpio
+	call gpio_get_bit
+	nbranch app_put_lpm_wake_lock,true
+	branch app_get_lpm_wake_lock
+
+
+/*
+	function name:chip idle process callback
+	check uart Tx buffer from SPP Credit&check l2cap fifo&check uart rx data
+*/
+module_process_idle:
+	call l2cap_malloc_is_fifo_full
+	nrtn blank
+	branch module_process_check_hci_command_complete
+
+	
+module_process_bb_event:
+	copy regc,pdata
+	beq BT_EVT_LE_CONNECTED,module_process_le_conn
+	beq BT_EVT_LE_DISCONNECTED,module_process_bb_even_le_disconn
+	beq BT_EVT_LE_PAIRING_FAIL,module_hci_event_le_pairing_fail
+	beq BT_EVT_LE_PAIRING_SUCCESS,module_hci_event_le_pairing_success
+	beq BT_EVT_LE_START_ENC,module_hci_event_start_enc
+	beq BT_EVT_LE_PAUSE_ENC,module_hci_event_pause_enc
+	beq BT_EVT_LE_TK_GENERATE,module_hci_event_le_tk
+	beq BT_EVT_STORE_NVRAM,module_hci_event_store_device
+	beq BT_EVT_LE_LTK_LOST,module_process_ble_ltk_lost
+	beq BT_EVT_LE_UPDATE_PHY,module_process_ble_update_phy
+	beq BT_EVT_LE_GET_PASSKEY,module_hci_event_passkey_entry_mode
+ifdef SECURE_CONNECTION
+	beq BT_EVT_LE_GKEY_GENERATE,module_hci_event_gkey_generate
+endif
+	rtn
+
+
+	
+module_process_bb_even_le_disconn:
+	call le_clr_config_more_data
+	jam 0,mem_module_hci_notify_len
+	call module_disconn_start
+	branch module_hci_event_le_disconnect
+
+
+
+	
+module_process_le_conn:
+//	call le_send_att_exchange_mtu_requset
+	call module_conn_start
+	fetch 1,mem_module_le_lpm_mult
+	store 1,mem_lpm_mult
+	branch module_hci_event_le_connect
+
+
+
+module_disconn_start:
+	call module_start_adv_discovery_by_command
+	branch module_set_conn_pin_high
+
+
+module_process_ble_ltk_lost:
+	call le_send_reject_ind
+	branch le_send_smp_security_request
+
+module_process_ble_update_phy:
+	branch module_hci_event_le_update_phy
+
+
+module_set_conn_pin_high:
+	fetcht 1,mem_module_connect_state_gpio
+	branch gpio_out_active
+
+module_conn_start:
+	call module_stop_adv_discovery
+	branch module_set_conn_pin_low
+	
+module_stop_adv_discovery:
+	fetch 1,mem_module_state
+	isolate1 MOUDLE_STATE_BLE_BIT,pdata
+	call app_ble_stop_adv,true
+	rtn
+module_set_conn_pin_low:
+	fetcht 1,mem_module_connect_state_gpio
+	branch gpio_out_inactive
+
+
+/*
+	function name:check hci command complete
+	hci command format:
+	typedef struct HciFormat
+	{
+		uint8_t HciType;
+		uint8_t HciOpcode;
+		uint8_t HciPayloadLen;
+		uint8_t HciPayload[HciPayloadLen];
+	}
+*/
+module_process_check_hci_command_complete:
+	fetch 1,core_uart_status
+	rtnbit1 UART_STATUS_RX_FIFO_EMPTY  //rx no data
+	call uarta_prepare_rx
+	ifetch 1,contru
+	bne 0x01,module_hci_in_excp	//HciType != 0x01
+	fetch 2,core_uart_rxitems
+	sub pdata,2,null
+	rtn positive
+	ifetch 1,contru
+	store 1,mem_module_uart_opcode
+	ifetcht 1,contru
+	copy contru,rega
+	storet 1,mem_module_uart_len
+	add temp,3,temp
+	fetch 2,core_uart_rxitems
+	isub temp,temp
+	nrtn positive
+	jam HCI_DISCARD_PACKET,mem_module_temp_nl_discard_packet
+	call module_hci_cmd_control
+	fetch 1,mem_module_temp_nl_discard_packet
+	rtneq HCI_NOT_DISCARD_PACKET
+	branch module_hci_dicard_packet //discard this packet
+
+module_hci_in_excp:
+	call delay_10ms
+	call module_hci_event_invalid_packet
+	branch module_hci_release_except
+
+
+module_hci_release_except:
+	bpatch patch07_1,mem_patch07
+	call uarta_prepare_rx
+	fetch 2,core_uart_rxitems
+	rtn blank
+	iadd contru,contru
+	branch module_hci_dicard_bytes
+
+module_hci_dicard_packet:
+	call uarta_prepare_rx
+	increase 2,contu
+	ifetch 1,contu
+	iadd contu,contu
+module_hci_dicard_bytes:
+	branch uarta_rxdone
+	
+/*********************HCI CONTROL*********************/
+module_hci_cmd_control:
+	bpatch patch07_2,mem_patch07
+	fetch 1,mem_module_uart_opcode
+	beq HCI_CMD_SET_LE_ADDR_REQ,module_hci_cmd_set_le_addr
+	beq HCI_CMD_SET_VISIBILITY_REQ,module_hci_cmd_set_visibility	
+	beq HCI_CMD_SET_LE_NAME_REQ,module_hci_cmd_set_le_name
+	beq HCI_CMD_LE_DATA_REQ,module_hci_cmd_receive_le_data
+	beq HCI_CMD_STATUS_IRQ,module_hci_cmd_inquire_status
+	beq HCI_CMD_SET_UARTCONTROL_REQ,module_hci_cmd_set_uart_control_mode
+	beq HCI_CMD_SET_UART_BAUD_REQ,module_hci_cmd_set_uart_baud
+	beq HCI_CMD_VERSION_REQ,module_hci_cmd_version_request
+	beq HCI_CMD_BLE_DISCONNECT,module_hci_cmd_ble_disconnect
+	beq HCI_CMD_SET_NVRAM_REQ,module_hci_cmd_set_nvram
+	beq HCI_CMD_CONFIRM_GKEY,module_hci_cmd_confirm_gkey
+	beq HCI_CMD_AUTO_ADV_SCAN,module_hci_cmd_auto_adv
+	beq HCI_CMD_POWER_REQ,module_hci_cmd_power_request
+	beq HCI_CMD_POWER_SET,module_hci_cmd_power_set
+	beq HCI_CMD_PASSKEY_ENTRY,module_hci_cmd_passkey_entry
+	beq HCI_CMD_SET_GPIO,module_hci_cmd_set_gpio
+	beq HCI_CMD_READ_GPIO,module_hci_cmd_read_gpio
+	beq HCI_CMD_LE_SET_PAIRING,module_hci_cmd_le_set_pairing_mode
+	beq HCI_CMD_LE_SET_ADV_DATA,module_hci_cmd_le_set_adv_data
+	beq HCI_CMD_LE_SET_SCAN_DATA,module_hci_cmd_le_set_scan_data
+	beq HCI_CMD_LE_SEND_CONN_UPDATE_REQ,module_hci_cmd_le_send_conn_update_req
+	beq HCI_CMD_LE_SET_ADV_PARM,module_hci_cmd_set_le_adv_parameter
+	beq HCI_CMD_LE_START_PAIRING,module_hci_cmd_le_start_pairing
+	beq HCI_CMD_SET_WAKE_GPIO,module_hci_cmd_set_wake_gpio
+	beq HCI_CMD_SET_TX_POWER,module_hci_cmd_set_tx_power
+	beq HCI_CMD_LE_CONFIRM_GKEY,module_hci_cmd_le_confirm_gkey
+//	beq HCI_CMD_REJECT_JUSTWORK,module_hci_cmd_set_reject_justwork_flag
+	beq HCI_CMD_RESET_CHIP_REQ,module_hci_cmd_reset_chip
+	beq HCI_CMD_LE_SET_FIXED_PASSKEY,module_hci_cmd_le_set_fixed_passkey
+	beq HCI_CMD_DELETE_CUSTOMIZE_SERVICE,module_hci_cmd_delete_customize_service
+	beq HCI_CMD_ADD_SERVICE_UUID,module_hci_cmd_add_service_uuid
+	beq HCI_CMD_ADD_CHARACTERISTIC_UUID,module_hci_cmd_add_characteristic_uuid
+	beq HCI_CMD_PASSKEY_ENTRY_INPUT,module_hci_cmd_le_passkey_entry_input
+	beq HCI_CMD_BLE_SET_PHY,module_hci_cmd_ble_set_phy
+	beq HCI_CMD_BLE_READ_CURRENT_PHY,module_hci_cmd_ble_read_current_phy
+	beq HCI_CMD_BLE_SET_DLE,module_hci_cmd_ble_set_dle
+	beq HCI_CMD_READ_CHIP_DATA,module_hci_cmd_read_chip_data
+	beq HCI_CMD_WRITE_CHIP_DATA,module_hci_cmd_write_chip_data
+ifdef COMPILE_WECHAT
+	beq HCI_CMD_WECHAT_SEND_DATA,module_hci_cmd_wechat_send_data
+endif
+	beq HCI_CMD_CLOSE_LPM,module_hci_cmd_close_lpm
+	branch  module_hci_event_receive_invalid_cmd
+
+/*********************HCI COMMAND*********************/
+
+
+//command opcode 0x01
+module_hci_cmd_set_le_addr:
+	fetch 1,mem_module_uart_len
+	bne 6,module_hci_event_receive_invalid_cmd
+	ifetch 6,contru
+	store 6,mem_le_lap
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x02
+module_hci_cmd_set_visibility:
+	fetch 1,mem_module_uart_len
+	bne 1,module_hci_event_receive_invalid_cmd
+	ifetcht 1,contru
+	storet 1,mem_module_bluetooth_stauts_by_command
+	call module_hci_event_receive_valid_cmd
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_CONNECTED
+
+module_start_adv_discovery_by_command:
+moudle_start_adv_by_command:
+	fetch 1,mem_module_state
+	isolate1 MOUDLE_STATE_BLE_BIT,pdata
+	nrtn true
+	fetcht 1,mem_module_bluetooth_stauts_by_command
+	isolate1 2,temp
+	branch app_ble_start_adv,true
+	branch app_ble_stop_adv
+
+
+
+//command opcode 0x04
+module_hci_cmd_set_le_name:
+	arg 29,pdata
+	arg mem_le_name_len,contw
+	call module_hci_cmd_receive_store_mem
+	branch le_modified_name
+
+
+
+//command opcode 0x09
+module_hci_cmd_receive_le_data:
+	fetch 2,mem_ui_state_map
+	bbit0 UI_STATE_BLE_CONNECTED,module_hci_event_receive_invalid_cmd
+	call module_check_ble_encrypt_state
+	branch module_hci_event_receive_invalid_cmd,user
+	jam HCI_NOT_DISCARD_PACKET,mem_module_temp_nl_discard_packet 
+	fetch 2,mem_module_flag
+	bbit1 MODULE_FLAG_BLE_DATA_FINISH,module_hci_cmd_receive_le_data_finish
+	fetch 1,mem_module_hci_notify_len
+	nrtn blank
+	jam HCI_DISCARD_PACKET,mem_module_temp_nl_discard_packet 
+	ifetch 2,contru		//handle
+	store 2,mem_module_hci_notify_handle
+	storer contru,2,mem_module_hci_nofiy_addr
+	fetch 1,mem_module_uart_len
+	pincrease -2
+	nbranch module_hci_event_receive_invalid_cmd,positive
+	branch module_hci_event_receive_invalid_cmd,zero
+	store 1,mem_module_hci_notify_len
+	fetcht 2,mem_module_hci_notify_handle
+	increase -1,temp
+	call le_att_get_handle_ptr2
+	branch module_hci_cmd_transmit_handle_error,blank
+	ifetcht 4,contr		//flag
+	setarg 0x01280302
+	isub temp,null
+	nbranch module_hci_cmd_transmit_handle_error,zero
+	ifetch 1,contr
+	store 1,mem_module_hci_notify_type
+	and_into 0x30,pdata
+	branch module_hci_cmd_transmit_handle_error,blank
+	jam HCI_NOT_DISCARD_PACKET,mem_module_temp_nl_discard_packet
+	call le_set_config_more_data
+	call module_hci_cmd_transmit_le_notify
+	call module_hci_cmd_transmit_le_notify
+	call module_hci_cmd_transmit_le_notify
+	fetch 2,mem_module_flag
+	rtnbit0 MODULE_FLAG_BLE_DATA_FINISH
+module_hci_cmd_receive_le_data_finish:
+	jam HCI_DISCARD_PACKET,mem_module_temp_nl_discard_packet 
+	call module_clear_le_tx_data_flag
+	branch module_hci_event_receive_valid_cmd
+
+module_hci_cmd_transmit_handle_error:
+	jam 0,mem_module_hci_notify_len
+	jam HCI_DISCARD_PACKET,mem_module_temp_nl_discard_packet 
+	call module_clear_le_tx_data_flag
+	branch module_hci_event_receive_invalid_cmd
+
+module_hci_cmd_transmit_le_notify:
+	fetch 1,mem_module_hci_notify_len
+	rtn blank
+	call le_fifo_check_nearly_full
+	nrtn blank				//no fifo
+	call module_get_le_remote_mtu
+	bpatch patch07_3,mem_patch07
+	fetch 2,mem_le_local_mtu
+	call not_greater_than
+	copy pdata,temp
+	fetch 1,mem_le_l2cap_att_states
+	rtnbit1 BLE_L2CAP_RECV_CONFIRMATION_PACKET
+	add temp,-3,pdata		//sub handle and opcode
+	arg 251,temp
+	call not_greater_than
+	fetcht 1,mem_module_hci_notify_len
+	call not_greater_than
+	copy pdata,rega
+	copy temp,pdata
+	isub rega,pdata
+	store 1,mem_module_hci_notify_len
+	call module_hci_cmd_transmit_le_notify_malloc_l2cap
+	fetch 2,mem_module_hci_nofiy_addr
+	copy pdata,contru
+	copy rega,loopcnt
+	call uart_copy_rx_bytes_fast
+	copy contru,pdata
+	store 2,mem_module_hci_nofiy_addr
+	fetch 1,mem_module_hci_notify_len
+	nrtn blank
+	branch module_set_le_tx_data_flag
+
+module_hci_cmd_transmit_le_notify_malloc_l2cap:
+	fetcht 2,mem_module_hci_notify_handle
+	fetch 1,mem_module_hci_notify_type
+	bbit1 BIT_CHARACTERISTIC_INDICATE,le_att_malloc_tx_indication
+	bbit1 BIT_CHARACTERISTIC_NOTIFY,le_att_malloc_tx_notify
+	rtn
+
+
+//output: temp is master mtu
+module_get_le_remote_mtu:
+	arg 0x17,temp
+	fetch 2,mem_module_flag
+	rtnbit1 MODULE_FLAG_BLE_SEND_MTU23
+	fetcht 2,mem_le_remote_mtu
+	rtn
+
+module_check_ble_encrypt_state:
+	fetch 2,mem_module_flag
+	bbit1 MODULE_FLAG_BLE_DATA_ENCRYPT,le_check_encrypt_state
+	branch disable_user
+	
+
+//command opcode 0x0b
+module_hci_cmd_inquire_status:
+	branch module_hci_event_status_res
+
+
+
+
+//command opcode 0x0e
+module_hci_cmd_set_uart_control_mode:
+	ifetch 1,contru
+	fetcht 1,mem_module_flag
+	nsetflag blank,MODULE_FLAG_UART_FLOW_CONTROL,temp
+	storet 1,mem_module_flag
+	fetcht 1,core_uart_ctrl
+	nsetflag blank,BIT_UART_CONTROL_FLOW_CONTROL,temp
+	storet 1,core_uart_ctrl
+ 	branch module_hci_event_receive_valid_cmd
+
+ 	
+//command opcode 0x0f
+module_hci_cmd_set_uart_baud:
+	fetchr loopcnt,1,mem_module_uart_len
+	call string2dec_from_uart
+	call uart_calc_baud_rate_config
+	store uart_baud_len,mem_module_uarta_baud_rate
+	call module_hci_event_receive_valid_cmd
+	call wait_uarttx
+	fetch uart_baud_len,mem_module_uarta_baud_rate
+	branch uarta_init_baud_rate
+
+
+//command opcode 0x10
+module_hci_cmd_version_request:
+	arg 2,rega
+	arg mem_soft_version_num,regb
+	arg 0,temp
+	branch module_hci_event_set_cmd
+
+
+	
+//command opcode 0x12
+module_hci_cmd_ble_disconnect:
+	fetch 2,mem_ui_state_map
+	bbit0 UI_STATE_BLE_CONNECTED,module_hci_event_receive_invalid_cmd
+module_hci_cmd_ble_disconnect_doing:
+	call module_hci_event_receive_valid_cmd
+	branch app_ble_disconnect
+
+
+
+
+//command opcode 0x26
+module_hci_cmd_set_nvram:
+	fetchr loopcnt,1,mem_module_uart_len
+	fetch 2,mem_nv_data_ptr
+	icopy contw
+	call uart_copy_rx_bytes_fast
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x28
+module_hci_cmd_confirm_gkey:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,module_hci_cmd_le_confirm_gkey
+	branch module_hci_event_receive_invalid_cmd
+
+
+//command opcode 0x2a
+module_hci_cmd_auto_adv:
+	arg 0x40,loopcnt
+	arg mem_le_adv_data_len,contw
+	call clear_mem
+	setarg 0
+	store 1,mem_regb
+	copy rega,contru
+module_hci_cmd_auto_adv_loop:
+	copy contru,pdata
+	store 2,mem_regc
+	call module_hci_cmd_auto_adv_adv_analys
+
+	fetch 1,mem_regb
+	fetcht 1,mem_temp
+	increase 1,temp
+	iadd temp,pdata
+	store 1,mem_regb
+
+	sub pdata,31,null
+	nbranch module_hci_cmd_auto_adv_store_scan,positive
+module_hci_cmd_auto_adv_store_adv:
+	fetcht 1,mem_le_adv_data_len
+	setarg mem_le_adv_data
+	iadd temp,pdata
+	store 2,mem_contw
+	fetcht 1,mem_temp
+	increase 1,temp
+	fetch 1,mem_le_adv_data_len
+	iadd temp,pdata
+	store 1,mem_le_adv_data_len
+	branch module_hci_cmd_auto_adv_store_common
+module_hci_cmd_auto_adv_store_scan:
+	fetcht 1,mem_le_scan_data_len
+	setarg mem_le_scan_data
+	iadd temp,pdata
+	store 2,mem_contw
+	fetcht 1,mem_temp
+	increase 1,temp
+	fetch 1,mem_le_scan_data_len
+	iadd temp,pdata
+	store 1,mem_le_scan_data_len
+module_hci_cmd_auto_adv_store_common:
+	fetch 2,mem_contw
+	copy pdata,contw
+	fetch 2,mem_regc
+	copy pdata,contru
+
+	copy temp,loopcnt
+	call uart_copy_rx_bytes_fast
+
+	fetch 1,mem_module_uart_len
+	fetcht 1,mem_regb
+	isub temp,null
+	nbranch  module_hci_cmd_auto_adv_loop,zero
+	branch module_hci_event_receive_valid_cmd
+
+//block of adv len in mem_temp
+module_hci_cmd_auto_adv_adv_analys:
+	ifetch 1,contru
+	store 1,mem_temp
+	ifetch 1,contru
+	store 1,mem_rega
+	rtn
+
+
+//command opcode 0x2b
+module_hci_cmd_power_request:
+	arg 0,temp
+	arg 2,rega
+	fetch 2,mem_module_vdd_quotient
+	store 2,mem_event_cmd_response_content
+	arg mem_event_cmd_response_content,regb
+	branch module_hci_event_set_cmd
+
+
+//command opcode 0x2c
+module_hci_cmd_power_set:
+	fetch 1,mem_module_uart_len
+	bne 1,module_hci_event_receive_invalid_cmd
+	ifetch 1,contru
+	store 1,mem_module_read_vdd_flag
+	setarg 0x00
+	store 2,mem_module_vdd_quotient
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x30
+module_hci_cmd_passkey_entry:
+	fetch 1,mem_module_uart_len
+	bne 4,module_hci_event_receive_invalid_cmd
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_CONNECTED,module_hci_cmd_le_passkey_entry_input
+	branch module_hci_event_receive_invalid_cmd
+
+
+
+//command opcode 0x31
+module_hci_cmd_set_gpio:
+	fetch 1,mem_module_uart_len
+	bne 3,module_hci_event_receive_invalid_cmd
+	ifetch 1,contru
+	beq HCI_CMD_CONFIG_GPIO_INPUT,module_set_gpio_input
+	beq HCI_CMD_CONFIG_GPIO_OUTPUT,module_set_gpio_output
+	branch module_hci_event_receive_invalid_cmd
+
+module_set_gpio_input:
+	call module_hci_event_receive_valid_cmd
+	ifetcht 1,contru
+	ifetch 1,contru
+	beq GPIO_INPUT_HIGH_IMPEDANCE,gpio_set_high_impedance
+	nsetflag blank,7,temp
+	branch gpio_config_input
+
+module_set_gpio_output:
+	call module_hci_event_receive_valid_cmd
+	ifetcht 1,contru
+	ifetch 1,contru	
+	branch gpio_out_active,blank
+	branch gpio_out_inactive
+
+
+//command opcode 0x32
+module_hci_cmd_read_gpio:
+	fetch 1,mem_module_uart_len
+	bne 1,module_hci_event_receive_invalid_cmd
+	ifetcht 1,contru
+	call gpio_get_bit
+	setarg 0x0
+	nsetflag true,0,pdata
+	arg 1,rega
+	store 2,mem_event_cmd_response_content
+	arg mem_event_cmd_response_content,regb
+	arg 0,temp
+	branch module_hci_event_set_cmd
+
+
+//command opcode 0x33
+module_hci_cmd_le_set_pairing_mode:
+	ifetch 1,contru
+ifdef SECURE_CONNECTION
+	copy pdata,temp
+	beq LE_PAIRING_MODE_SECURE_CONNECT_JUSTWORK,module_le_set_pairing_mode_secure_justwork
+	beq LE_PAIRING_MODE_SECURE_CONNECT_NUMERIC,module_le_set_pairing_mode_secure_numeric
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY,module_le_set_pairing_mode_secure_passkey
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT,module_le_set_pairing_mode_secure_passkey_res_input
+endif 
+	store 1,mem_le_pairing_mode
+ifdef SECURE_CONNECTION
+	call sc_reset
+	call le_secure_connection_disable
+endif 
+	fetch 1,mem_le_pairing_mode
+	beq LE_PAIRING_MODE_NONE, module_le_set_no_pairing
+	beq LE_PAIRING_MODE_LAGACY_JUSTWORK,module_le_set_pairing_mode_lagacy_just_work
+	beq LE_PAIRING_MODE_LAGACY_PASSKEY,module_le_set_pairing_mode_lagacy_passkey
+	beq LE_PAIRING_MODE_LAGACY_PASSKEY_RES_INPUT,module_le_set_pairing_mode_lagacy_passkey_res_input
+	branch module_hci_event_receive_invalid_cmd
+	
+ifdef SECURE_CONNECTION		
+module_le_set_pairing_mode_secure_justwork:
+	storet 1,mem_le_pairing_mode
+	call le_secure_connection_enable
+	jam FLAG_LE_BONDING_MITM_SECURE,mem_le_pres_auth
+	branch module_le_set_noinputnooutput
+module_le_set_pairing_mode_secure_numeric:
+	storet 1,mem_le_pairing_mode
+	call le_secure_connection_enable
+	jam FLAG_LE_BONDING_MITM_SECURE,mem_le_pres_auth
+	jam FLAG_IOCAP_DISPLAYYESNO,mem_le_pres_iocap
+	branch module_hci_event_receive_valid_cmd	
+module_le_set_pairing_mode_secure_passkey:	
+	storet 1,mem_le_pairing_mode
+	call le_secure_connection_enable
+	jam FLAG_LE_BONDING_MITM_SECURE,mem_le_pres_auth
+	branch module_le_set_displayonly
+module_le_set_pairing_mode_secure_passkey_res_input:
+	storet 1,mem_le_pairing_mode
+	call le_secure_connection_enable
+	jam FLAG_LE_BONDING_MITM_SECURE,mem_le_pres_auth
+	branch module_le_set_keboadonly
+endif 
+
+
+module_le_set_no_pairing:
+	jam FLAG_LE_NO_BONDING_NO_MITM,mem_le_pres_auth
+module_le_set_noinputnooutput:	
+	jam FLAG_IOCAP_NOINPUTNOOUTPUT,mem_le_pres_iocap
+	branch module_hci_event_receive_valid_cmd	
+module_le_set_pairing_mode_lagacy_just_work:
+	jam FLAG_LE_BONDING_NO_MITM,mem_le_pres_auth
+	branch module_le_set_noinputnooutput
+module_le_set_pairing_mode_lagacy_passkey:
+	jam FLAG_LE_BONDING_MITM,mem_le_pres_auth
+	branch module_le_set_displayonly
+module_le_set_pairing_mode_lagacy_passkey_res_input:
+	jam FLAG_LE_BONDING_MITM,mem_le_pres_auth
+	branch module_le_set_keboadonly
+module_le_set_keboadonly:	
+	jam FLAG_IOCAP_KEYBOARDONLY,mem_le_pres_iocap
+	branch module_hci_event_receive_valid_cmd	
+module_le_set_displayonly:	
+	jam FLAG_IOCAP_DISPLAYONLY,mem_le_pres_iocap
+	branch module_hci_event_receive_valid_cmd	
+
+
+//command opcode 0x34
+module_hci_cmd_le_set_adv_data:
+	arg 31,pdata
+	arg mem_le_adv_data_len,contw
+	branch module_hci_cmd_receive_store_mem
+
+
+//command opcode 0x35
+module_hci_cmd_le_set_scan_data:
+	arg 31,pdata
+	arg mem_le_scan_data_len,contw
+	branch module_hci_cmd_receive_store_mem
+
+/*
+	input:contw is store mem ptr
+	pdata is max length
+*/
+module_hci_cmd_receive_store_mem:
+	fetchr loopcnt,1,mem_module_uart_len
+	isub loopcnt,null
+	nbranch module_hci_event_receive_invalid_cmd,positive
+	istorer loopcnt,1,contw
+	call uart_copy_rx_bytes_fast
+	branch module_hci_event_receive_valid_cmd	
+
+	
+//command opcode 0x36
+module_hci_cmd_le_send_conn_update_req:
+	fetch 2,mem_ui_state_map
+	bbit0 UI_STATE_BLE_CONNECTED,module_hci_event_receive_invalid_cmd
+	fetch 1,mem_module_uart_len
+	bne 0x08,module_hci_event_receive_invalid_cmd
+	ifetch 8,contru
+	store 8,mem_le_interval_min
+	jam BT_CMD_LE_UPDATE_CONN,mem_fifo_temp
+	call  ui_ipc_send_cmd
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x37
+module_hci_cmd_set_le_adv_parameter:
+	ifetch 2,contru
+	store 2,mem_le_adv_interval
+	branch module_hci_event_receive_valid_cmd
+	
+	
+//command opcode 0x38
+module_hci_cmd_le_start_pairing:
+	fetch 1,mem_le_pairing_mode
+	branch module_hci_event_receive_invalid_cmd,blank
+	fetch 1,mem_le_pairing_state
+	bne FLAG_LE_PAIRING_NULL,module_hci_event_receive_invalid_cmd
+	fetch 1,mem_le_enc_state
+	bne FLAG_LE_ENC_NULL,module_hci_event_receive_invalid_cmd
+	call check_51cmd_le_smp_sec_req
+	branch module_hci_event_receive_valid_cmd	
+
+
+//command opcode 0x40
+module_hci_cmd_set_wake_gpio:
+	fetch 1,mem_module_uart_len
+	bne 5,module_hci_event_receive_invalid_cmd
+	ifetch 1,contru
+	store 1,mem_module_mcu_wake_pin
+	ifetch 4,contru
+	store 4, mem_module_mcu_wake_delay_us
+	fetcht 1,mem_module_mcu_wake_pin
+	call gpio_config_output
+	call module_set_mcu_wake_pin_low
+	branch module_hci_event_receive_valid_cmd
+	
+
+//command opcode 0x42
+module_hci_cmd_set_tx_power:
+	fetch 1,mem_module_uart_len
+	bne 0x01,module_hci_event_receive_invalid_cmd
+	ifetch 1,contru
+	store 1,mem_tx_power
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x48
+module_hci_cmd_le_confirm_gkey:
+	ifetch 1,contru
+	beq 0x01,module_hci_cmd_le_confirm_gkey_fail
+	fetch 1,mem_le_secure_connect_state
+	beq LE_SC_STAT_SEND_PUBLIC_KEY,module_hci_cmd_le_confirm_gkey_ok
+	beq LE_SC_STAT_RECEIVE_DHKEY,module_hci_cmd_le_confirm_gkey_ok
+	beq LE_SC_STAT_WAIT_CONFIRM_GKEY,module_hci_cmd_le_confirm_gkey_ok
+	branch module_hci_event_receive_invalid_cmd		
+module_hci_cmd_le_confirm_gkey_ok:
+	jam FLAG_LE_SC_CONFRIM_GKEY_OK,mem_le_sc_confirm_gkey_flag
+	branch module_hci_event_receive_valid_cmd	
+	
+module_hci_cmd_le_confirm_gkey_fail:
+	call le_send_pairing_confirm_value_failed
+	branch module_hci_event_receive_valid_cmd
+
+
+
+
+//command opcode 0x51
+module_hci_cmd_reset_chip:
+	call module_hci_event_receive_valid_cmd
+	call wait_uarttx
+	jam 0x01,core_reset // rest YC1021
+	branch assert
+
+
+//command opcode 0x61
+module_hci_cmd_le_set_fixed_passkey:
+	fetch 1,mem_module_uart_len
+	beq 0,module_hci_event_receive_invalid_cmd
+	ifetch 1,contru
+	branch module_hci_cmd_le_set_random_passkey,blank
+	fetch 1,mem_module_uart_len
+	bne 5,module_hci_event_receive_invalid_cmd
+	ifetch 4,contru
+	arg 1000000,temp
+	isub temp,null
+	branch module_hci_event_receive_invalid_cmd,positive
+	store 4,mem_le_tk
+	call le_set_config_fixed_tk
+	branch module_hci_event_receive_valid_cmd
+
+module_hci_cmd_le_set_random_passkey:
+	call le_clr_config_fixed_tk
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x76
+module_hci_cmd_delete_customize_service:
+	ifetcht 2,contru
+	call le_att_get_handle_ptr2
+	add contr,-2,contw
+	setarg 0x0000
+	istore 2,contw
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x77
+module_hci_cmd_add_service_uuid:
+	call module_hci_cmd_add_service_uuid_set_uuid
+	call uart_copy_rx_bytes_len_data
+	setarg 0x0000
+	istore 2,contw
+	branch module_hci_event_uuid_handle
+
+
+
+//command opcode 0x78
+module_hci_cmd_add_characteristic_uuid:
+	ifetch 1,contru	//Characteristic
+	call module_hci_cmd_add_characteristic_uuid_set_handle
+	call module_hci_cmd_add_characteristic_uuid_set_uuid
+	branch module_hci_event_uuid_handle
+
+
+module_hci_cmd_add_service_uuid_set_uuid:
+	call le_att_creat_new_handle
+	setarg 0x280002
+	istore 3,contw
+	rtn
+
+
+module_hci_cmd_add_characteristic_uuid_set_handle:
+	store 1,mem_pdatatemp
+	call le_att_creat_new_handle
+	setarg 0x01280302
+	istore 4,contw
+	fetch 1,mem_pdatatemp
+	istore 3,contw
+	rtn
+
+
+module_hci_cmd_add_characteristic_uuid_set_uuid:
+	call le_att_get_last_handle
+	ifetch 1,contru
+	and pdata,0x1f,loopcnt
+	copy pdata,rega
+	isolate1 BIT_OF_WRITE_AUTHENTICATED,rega
+	setflag true,BIT_OF_ATT_HANDLE_WRITE_AUTHENTICATED,temp
+	isolate1 BIT_OF_READ_AUTHENTICATED,rega
+	setflag true,BIT_OF_ATT_HANDLE_READ_AUTHENTICATED,temp
+	istoret 2,contw
+	copy loopcnt,pdata
+	istore 1,contw
+	call uart_copy_rx_bytes
+	call uart_copy_rx_bytes_len_data		//data
+	setarg 0
+	istore 2,contw
+	and temp,0xff,temp
+	increase -1,temp
+	call le_att_get_handle_ptr2
+	add contr,4,contr
+	ifetch 1,contr		//characteristic data
+	bbit1 BIT_CHARACTERISTIC_NOTIFY,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid
+	bbit1 BIT_CHARACTERISTIC_INDICATE,module_hci_cmd_add_characteristic_uuid_set_ccc_uuid
+	increase 1,temp
+	rtn
+
+
+module_hci_cmd_add_characteristic_uuid_set_ccc_uuid:
+	call le_att_get_last_handle
+	isolate1 BIT_OF_NOTIFY_AUTHENTICATED,rega
+	setflag true,BIT_OF_ATT_HANDLE_WRITE_AUTHENTICATED,temp
+	istoret 2,contw
+	setarg 0x02290202
+	istore 8,contw
+	increase -1,temp
+	rtn
+
+
+le_att_creat_new_handle:
+	call le_att_get_last_handle
+	istoret 2,contw
+	rtn
+
+
+uart_copy_rx_bytes_len_data:
+	ifetch 1,contru
+	copy pdata,loopcnt
+	istore 1,contw
+	branch uart_copy_rx_bytes
+
+
+//command opcode 0x7a
+module_hci_cmd_le_passkey_entry_input:
+	fetch 1,mem_le_pairing_state
+	bne FLAG_LE_PAIRING_RECEIVE_PAIRING_CONFIRM,module_hci_event_receive_invalid_cmd
+	fetch 1,mem_le_pairing_mode
+	beq LE_PAIRING_MODE_LAGACY_PASSKEY_RES_INPUT,module_hci_cmd_passkey_entry_res_input
+	beq LE_PAIRING_MODE_SECURE_CONNECT_PASSKEY_RES_INPUT,module_hci_cmd_passkey_entry_sc_res_input
+	branch module_hci_event_receive_invalid_cmd
+
+module_hci_cmd_passkey_entry_sc_res_input:
+	jam LE_SP_FLAG_COMMIT_256,mem_le_secure_connect_flag
+	jam LE_SC_STAT_PASSKEY_WAIT_CONFIRM,mem_le_secure_connect_state	
+	branch module_hci_cmd_receive_ble_passkey
+
+module_hci_cmd_receive_ble_passkey:
+	ifetch 4,contru
+	store 4,mem_le_tk
+	branch module_hci_event_receive_valid_cmd
+	
+module_hci_cmd_passkey_entry_res_input:
+	call module_hci_cmd_receive_ble_passkey
+	branch le_send_smp_pairing_confirm
+
+
+
+//command opcode 0x90
+module_hci_cmd_ble_set_phy:
+	fetch 1,mem_module_uart_len
+	bne 2,module_hci_event_receive_invalid_cmd
+	ifetcht 2,contru
+	call le_set_phys
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x91
+module_hci_cmd_ble_read_current_phy:
+	arg 0,temp
+	arg 2,rega
+	arg mem_context+coffset_le_rx_phy,regb
+	branch module_hci_event_set_cmd
+
+
+//command opcode 0x92
+module_hci_cmd_ble_set_dle:
+	fetch 1,mem_module_uart_len
+	bne 8,module_hci_event_receive_invalid_cmd
+	ifetch 8,contru
+	call le_set_dle
+	branch module_hci_event_receive_valid_cmd
+
+
+//command opcode 0x93
+module_hci_cmd_read_chip_data:
+	ifetchr rega,1,contru
+	ifetchr regb,2,contru
+	arg 0,temp
+	branch module_hci_event_set_cmd
+
+
+//command opcode 0x94
+module_hci_cmd_write_chip_data:
+	fetchr loopcnt,1,mem_module_uart_len
+	increase -2,loopcnt
+	ifetch 2,contru
+	copy pdata,contw
+	call uart_copy_rx_bytes_fast
+	branch module_hci_event_receive_valid_cmd
+
+ifdef COMPILE_WECHAT
+//command opcode 0x95
+module_hci_cmd_wechat_send_data:
+	fetch 2,mem_ui_state_map
+	bbit0 UI_STATE_BLE_CONNECTED,module_hci_event_receive_invalid_cmd
+	fetchr loopcnt,1,mem_module_uart_len
+	arg mem_module_wechat_local_data_buffer,contw
+	call uart_copy_rx_bytes_fast
+	fetchr regb,1,mem_module_uart_len
+	arg mem_module_wechat_local_data_buffer,rega
+	call wechat_air_sync_send_wechat_packet
+	jam HCI_NOT_DISCARD_PACKET,mem_module_temp_nl_discard_packet 
+	rtn user
+	jam HCI_DISCARD_PACKET,mem_module_temp_nl_discard_packet 
+	branch module_hci_event_receive_valid_cmd
+endif
+
+
+//command opcode 0xff
+module_hci_cmd_close_lpm:
+	jam 0,mem_lpm_mode
+	branch module_hci_event_receive_valid_cmd
+	
+
+/*********************HCI EVENT*********************/
+
+module_hci_event_receive_invalid_cmd:
+	arg 1,temp
+	arg 0,rega
+	branch module_hci_event_set_cmd
+
+
+module_hci_event_receive_valid_cmd:
+	arg 0,temp
+	arg 0,rega
+	branch module_hci_event_set_cmd
+
+
+//event opcode 0x02
+module_hci_event_le_connect:
+	jam  HCI_EVENT_LE_CONN_REP,mem_module_uart_opcode
+	branch module_hci_event_enter_standby_mode_len0
+
+
+
+//event opcode 0x05
+module_hci_event_le_disconnect:
+	jam  HCI_EVENT_LE_DIS_REP,mem_module_uart_opcode
+	branch module_hci_event_enter_standby_mode_len0
+
+
+//event opcode 0x06
+//input:
+//	temp: success 0; fail 1
+//	rega:Response Content length
+//	regb:Response Content address
+module_hci_event_set_cmd:
+	fetch 1,mem_module_uart_opcode
+	copy pdata,regc
+	jam  HCI_EVENT_CMD_RES,mem_module_uart_opcode
+	setarg 2
+	iadd rega,pdata
+	call module_hci_prepare_tx
+	copy regc,pdata
+	istore 1,contwu
+	istoret 1,contwu
+	copy rega,loopcnt
+	copy regb,contr
+	call uart_copy_tx_bytes
+	branch module_hci_transmit_tx
+
+
+
+
+//event opcode 0x08
+//loopcnt pdata is data length
+module_hci_event_receive_le_data:
+	jam HCI_EVENT_LE_DATA_REP,mem_module_uart_opcode
+	add loopcnt,2,pdata
+	call module_hci_prepare_tx
+	fetch 2,mem_module_le_rx_data_handle // Attribute handle
+	istore 2,contwu
+	fetch 2,mem_module_le_rx_data_address
+	icopy contr
+	call uart_copy_tx_bytes_fast
+	copy contr,pdata
+	store 2,mem_module_le_rx_data_address
+	branch module_hci_transmit_tx
+
+
+//event opcode 0x09
+module_hci_event_enter_standby_mode:
+	jam HCI_EVENT_STANDBY_REP,mem_module_uart_opcode
+module_hci_event_enter_standby_mode_len0:
+	setarg 0
+	call module_hci_prepare_tx
+	branch module_hci_transmit_tx
+
+
+//event opcode 0x0a
+module_hci_event_status_res:
+	jam HCI_EVENT_STATUS_RES,mem_module_uart_opcode
+	setarg 1
+	call module_hci_prepare_tx
+	
+	call module_hci_read_bt_status
+	
+	fetch 2,mem_ui_state_map	
+	arg UI_STATE_BLE_CONNECTED,queue
+	qisolate1 pdata
+	setflag true,5,temp	
+	
+
+	
+	istoret 1,contwu
+	branch module_hci_transmit_tx
+
+//	temp: bit0 3.0 inquiry;bit1 3.0 scan;bit2 ble adv;
+
+module_hci_read_bt_status:
+	arg 0,temp
+	fetch 1,mem_le_adv_enable
+	arg 0,queue
+	qisolate1 pdata
+	setflag true,2,temp	
+	rtn
+
+
+//event opcode 0x0d
+module_hci_event_store_device:
+	jam HCI_EVENT_NVRAM_REP,mem_module_uart_opcode
+	fetch 1,mem_nv_data_number
+	mul32 pdata,34,pdata
+	icopy loopcnt
+	call module_hci_prepare_tx
+	fetch 2,mem_nv_data_ptr
+	icopy contr
+	call uart_copy_tx_bytes_fast
+	branch module_hci_transmit_tx
+
+ifdef SECURE_CONNECTION
+//event opcode 0x0e
+module_hci_event_gkey_generate:
+	jam HCI_EVENT_GKEY,mem_module_uart_opcode
+	setarg 4
+	call module_hci_prepare_tx
+	fetch 4,mem_gkey
+	istore 4,contwu
+	branch module_hci_transmit_tx
+endif
+
+//event opcode 0x0f
+module_hci_event_invalid_packet:
+	jam HCI_EVENT_INVALID_PACKET,mem_module_uart_opcode
+	fetch 2,core_uart_rxitems
+	arg 0x40,temp
+	call not_greater_than
+	copy pdata,rega
+	copy pdata,loopcnt
+	call uarta_prepare_rx
+	arg mem_module_rx_error_data_buffer,contw
+	call uart_copy_rx_bytes_fast
+	copy rega,pdata
+	copy rega,loopcnt
+	call module_hci_prepare_tx
+	arg mem_module_rx_error_data_buffer,contr
+	call uart_copy_tx_bytes_fast
+	branch module_hci_transmit_tx
+
+
+//event opcode 0x10
+module_hci_event_passkey_entry_mode:
+	jam  HCI_EVENT_GET_PASSKEY,mem_module_uart_opcode
+	branch module_hci_event_enter_standby_mode_len0
+
+
+//event opcode 0x11
+module_hci_event_le_tk:
+	jam HCI_EVENT_LE_TK,mem_module_uart_opcode
+	setarg 4
+	call module_hci_prepare_tx
+	fetch 4,mem_le_tk
+	istore 4,contwu
+	branch module_hci_transmit_tx
+
+
+//event opcode 0x14
+module_hci_event_le_pairing_fail:
+	arg FLAG_BLE_PAIRING_FAIL,rega
+	branch module_hci_event_pairing_completed
+
+module_hci_event_le_pairing_success:
+	arg FLAG_BLE_PAIRING_SUCCESS,rega
+	branch module_hci_event_pairing_completed
+
+
+module_hci_event_pairing_completed:
+	jam HCI_EVENT_LE_PAIRING_STATE,mem_module_uart_opcode
+	setarg 2
+	call module_hci_prepare_tx
+	copy rega,pdata
+	istore 2,contwu
+	branch module_hci_transmit_tx
+
+
+//event opcode 0x15
+module_hci_event_pause_enc:
+	arg FLAG_EVENT_PAUSE_ENC,regc
+	branch module_hci_event_enc
+
+module_hci_event_start_enc:
+	arg FLAG_EVENT_START_ENC,regc
+
+module_hci_event_enc:
+	jam HCI_EVENT_LE_ENCRYPTION_STATE,mem_module_uart_opcode
+	setarg 1
+	call module_hci_prepare_tx
+	copy regc,pdata
+	istore 1,contwu
+	branch module_hci_transmit_tx
+
+
+
+//event opcode 0x29
+//input:temp uuid number
+module_hci_event_uuid_handle:
+	storet 2,mem_temp
+	jam HCI_EVENT_UUID_HANDLE,mem_module_uart_opcode
+	setarg 2
+	call module_hci_prepare_tx
+	fetcht 2,mem_temp
+	istoret 2,contwu
+	branch module_hci_transmit_tx
+
+
+//event opcode 0x2B
+module_hci_event_le_input_passkey:
+	jam HCI_EVENT_LE_INPUT_GKEY,mem_module_uart_opcode
+	branch module_hci_event_enter_standby_mode_len0
+
+
+//event opcode 0x40
+module_hci_event_le_update_phy:
+	jam HCI_BLE_UPDATE_PHY_EVENT,mem_module_uart_opcode
+	setarg 2
+	call module_hci_prepare_tx
+	fetch 2,mem_context+coffset_le_rx_phy
+	istore 2,contwu
+	branch module_hci_transmit_tx
+
+ifdef COMPILE_WECHAT
+//event opcode 0x41
+module_wechat_rx_push_data:
+module_hci_event_ble_wechat_receive_push_data:
+	call wechat_air_sync_check_push_data_struct
+	nrtn user
+	jam HCI_BLE_WECHAT_RECEIVE_PUSH_DATA,mem_module_uart_opcode
+	copy loopcnt,pdata
+	call module_hci_prepare_tx
+	copy regc,contr
+	call uart_copy_tx_bytes_fast
+	branch module_hci_transmit_tx
+endif
+	
+
+//****************************************************************//
+	//module_hci_prepare_tx
+	//function:write hci packet header
+	//input: pdata-----packet length  (1byte)
+	//input: mem_uart_opcode------opcode (1byte)
+	//output:contwu --- pointer to packet payload
+	//use reg: contwu,pdata
+//****************************************************************//	
+module_hci_prepare_tx:
+	jam 0x02,mem_module_uart_cmd
+	store 1,mem_module_uart_len
+	storet 8,mem_temp
+	bpatch patch07_4,mem_patch07
+	call module_set_mcu_wake_pin_high_delay
+	fetcht 8,mem_temp
+	call uarta_prepare_tx_register_push
+	fetch 3,mem_module_uart_cmd
+	istore 3,contwu
+	rtn
+
+module_hci_transmit_tx:
+	bpatch patch07_5,mem_patch07
+	branch uarta_send_register_pop
+
+module_set_mcu_wake_pin_high_delay:
+	call module_check_mcu_wake_pin_high
+	rtn true
+module_set_mcu_wake_pin_h_delay:
+	call module_set_mcu_wake_pin_high
+	fetch 4,mem_module_mcu_wake_delay_us
+	rshift2 pdata,pdata
+	rtn blank
+	branch delay
+
+module_set_mcu_wake_pin_high:
+	fetcht 1,mem_module_mcu_wake_pin
+	branch gpio_out_active
+
+module_check_mcu_wake_pin_high:
+	fetcht 1,mem_module_mcu_wake_pin
+	branch gpio_check_active
+
+module_set_mcu_wake_pin_low:
+	fetcht 1,mem_module_mcu_wake_pin
+	branch gpio_out_inactive
+
+
+
+/*********************hci command end*********************/
+
+/*********************hci ble receive data start*********************/
+
+//rega is le rx data address
+//regb is le rx data length
+//mem_le_att_handle is write handle
+module_le_receive_data:
+	storer rega,2,mem_module_le_rx_data_address
+	storer regb,2,mem_module_le_rx_data_len
+	fetch 2,mem_le_att_handle
+	store 2,mem_module_le_rx_data_handle
+	call module_check_ble_encrypt_state
+	rtn user
+	
+module_le_receive_data_ok:	
+	fetcht 2,mem_module_le_rx_data_len
+	fetch 1,mem_module_ble_data_uart_max_length
+	call not_greater_than
+	copy pdata,loopcnt
+	copy temp,pdata
+	isub loopcnt,pdata
+	store 2,mem_module_le_rx_data_len
+	call module_hci_event_receive_le_data
+	fetch 2,mem_module_le_rx_data_len
+	rtn blank
+	branch module_le_receive_data_ok
+
+/*********************hci ble receive data end*********************/
+
+
+module_bb_event_timer:
+//	branch module_read_vdd_timer
+
+module_read_vdd_timer:
+	fetch 1,mem_module_read_vdd_flag
+	rtn blank
+	fetch 1,mem_module_read_vdd_count
+	rtn blank
+	increase -1,pdata
+	store 1,mem_module_read_vdd_count
+	nrtn blank
+	jam FLAG_MODULE_READ_VDD_COUNT,mem_module_read_vdd_count
+	call enable_adc
+	call vdd_calculate_by_mode
+	div pdata,0x64
+	call get_div_result
+	remainder temp
+	store 1,mem_module_vdd_quotient
+	storet 1,mem_module_vdd_remainder
+	rtn	
+	
+
+
+/**************module state *******************/
+
+module_set_le_tx_data_flag:
+	arg MODULE_FLAG_BLE_DATA_FINISH,queue
+	branch module_set_state
+	
+module_clear_le_tx_data_flag:
+	arg MODULE_FLAG_BLE_DATA_FINISH,queue
+	branch module_clr_state
+
+module_clr_state:
+	fetch 2,mem_module_flag
+	qset0 pdata
+	store 2,mem_module_flag
+	rtn
+
+module_set_state:
+	fetch 2,mem_module_flag
+	qset1 pdata
+	store 2,mem_module_flag
+	rtn
+	
+/**************module state end*******************/
+
+endif
Index: program/app_mouse.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_mouse.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_mouse.prog	(working copy)
@@ -0,0 +1,4053 @@
+
+ifdef COMPILE_MOUSE
+mouse_init:
+	call enable_authrom
+	call mouse_setting_config
+	call mouse_init_sunt
+	rtn wake
+	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_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
+	rtn
+
+
+mouse_setting_config:
+	rtn wake
+	call g24_transmit_init
+	call g24_chmap_param_init
+	call mouse_gpio_init
+	call mouse_param_init
+	call le_set_config_fixed_ltk
+	call le_set_justwork
+	call le_set_fixed_ltk
+	call le_set_config_read_authentication
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_EEPROM,mouse_load_eeprom_info_check
+	bbit1 MOUSE_ENABLE_FLASH,mouse_load_flash_info_check
+	rtn
+	
+mouse_xtal_init:
+	jam 0x08,mem_fcomp_div		// 0x08--16M 
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_16M
+	jam 0x18,mem_fcomp_div		// 0x18--24M
+	rtn
+
+mouse_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	
+	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 g24_interval_param_8ms
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G_250Hz,mouse_24g_short_sleep_set_end
+	call g24_interval_param_4ms
+mouse_24g_short_sleep_set_end:
+	fetch 1,mem_device_flag
+	store 1,mem_device_flag_temp
+	fetch 3,mem_le_lap+3
+	store 3,mem_mouse_le_lap_temp
+	fetch 1,mem_adc_config_flag_init
+	and pdata,0xfe,pdata		// hvin = vinlpm
+	store 1,mem_adc_config_flag_init
+	store 1,mem_adc_config_flag
+	setarg 0
+	store 7,mem_mouse_key
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_bt_discovery_count
+	store 1,mem_select_device_count
+	call le_modified_name_adv
+mouse_sensor_set_angle:
+	bpatchx patch31_2,mem_patch31
+	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_start_work:
+	bpatch patch07_6,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_buletooth_fast_conn_init,user
+mouse_start_reconnect_device:
+	bpatch patch07_7,mem_patch07
+	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_start_discovery
+
+
+mouse_wakeup_from_power_check:
+	bpatch patch08_0,mem_patch08
+	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 patch08_1,mem_patch08
+	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 patch08_2,mem_patch08
+	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 patch08_3,mem_patch08
+	call mouse_set_sdio_high
+	call clear_wake
+	call mouse_lpm_before_common
+	call mouse_gpio_pu_idle
+	fetcht 1,mem_mouse_reuse_2ice_gpio
+	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
+	fetch 1,mem_whee_a_data_gpio
+	arg gpcfg_pulldown,temp
+	call gpio_config_function_int
+	fetch 1,mem_whee_b_data_gpio
+	arg gpcfg_pulldown,temp
+	branch gpio_config_function_int
+
+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
+	fetch 1,mem_adc_channel_gpio	
+	arg gpcfg_no_ie,temp
+ 	branch gpio_config_function_int
+	
+
+//set all unused gpio to pull up mode to save power	
+mouse_gpio_pu_idle:
+	arg core_gpio_conf,contr
+	arg 19,loopcnt
+mouse_gpio_pu_idle_loop:
+	ifetch 1,contr
+	nbranch mouse_gpio_pu_idle_configured,blank
+	setarg 0x40
+	add contr,-1,contw
+	istore 1,contw
+mouse_gpio_pu_idle_configured:
+	loop mouse_gpio_pu_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 patch08_4,mem_patch08
+	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
+	arg gpcfg_output_high,temp
+ 	call gpio_config_function_int
+	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
+mouse_adc_gpio_check_output:
+	bpatch patch08_5,mem_patch08
+	fetcht 1,mem_adc_channel
+	sub temp,3,null
+	branch mouse_adc_gpio_4_7_set,positive
+	increase 5,temp
+	storet 1,mem_adc_channel_gpio
+mouse_adc_gpio_set_next:
+	copy temp,rega
+	call gpio_get_config
+	beq gpcfg_output_high,mouse_set_24g_led_statue
+	call mouse_clear_24g_led_statue
+	copy rega,temp
+	branch gpio_set_high_impedance
+
+mouse_adc_gpio_4_7_set:
+	increase 4,temp
+	storet 1,mem_adc_channel_gpio
+	branch mouse_adc_gpio_set_next
+
+mouse_adc_vol_init:
+	fetch 1,mem_adc_config_flag_init
+	beq ADC_CONFIG_GPIO,mouse_adc_gpio_vol_init
+	beq ADC_CONFIG_VINLPM,mouse_adc_gpio_vinlpm_init
+	jam ADC_CONFIG_VINLPM,mem_adc_config_flag_init
+	setarg 0x2c0172		// 0x0172--3.7V  0x012c--3.0V  0x0140--3.2V  0x014a--3.3V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x014001
+	istore 3,contw
+	rtn
+mouse_adc_gpio_vol_init:	
+	setarg 0x5d0099		// 0x0099--1.5V   0x005d--0.9V  0x0068--1.0V  0x0071--1.1V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x007100
+	istore 3,contw
+	rtn
+mouse_adc_gpio_vinlpm_init:
+	setarg 0xc8012c		// 0x012c--3.0V  0x00c8--2.0V  0x00dc--2.2V
+	store 3,mem_mouse_vdd_full_vol
+	setarg 0x00dc00
+	istore 3,contw
+	rtn
+	
+mouse_adc_gpio_mux_init:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	jam MOUSE_ADC_CHECK_MULTIPLE,mem_adc_mux_status
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+	rtnbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC
+	jam MOUSE_ADC_CHECK_BATTERY_ONLY,mem_adc_mux_status
+	rtn
+
+mouse_adc_read_interval:	
+	fetch 1,mem_adc_read_timer
+	increase 1,pdata
+	store 1,mem_adc_read_timer
+	fetcht 1,mem_adc_read_time_init	//1s read adc
+	isub temp,null
+	rtn
+
+mouse_adc_read:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_ADC
+	call mouse_adc_gpio_set
+	fetch 1,mem_adc_mux_status
+	branch mouse_adc_read_battery,blank
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_GPIO,mouse_adc_read_gpio_mux_start	// gpio + dpi/switch
+	jam MOUSE_ADC_CHECK_VINLPM_MULTIPLE,mem_adc_mux_status
+	call mouse_adc_read_interval					// vinlpm + dpi/switch
+	branch  mouse_adc_read_gpio, positive
+	call mouse_adc_read_vinlpm
+	branch mouse_adc_read_start
+
+mouse_adc_read_gpio_mux_start:
+	jam MOUSE_ADC_CHECK_GPIO_MULTIPLE,mem_adc_mux_status
+	branch mouse_adc_read_start
+
+mouse_adc_read_gpio:
+	call mouse_adc_gpio_check_output
+	jam ADC_CONFIG_GPIO,mem_adc_config_flag
+	fetch 1,mem_24g_device_led_status
+	ncall mouse_adc_read_vinlpm,blank
+	branch mouse_adc_read_start
+	
+mouse_adc_read_vinlpm:
+	jam 0,mem_adc_read_timer
+	fetch 1,mem_adc_config_flag_init
+	store 1,mem_adc_config_flag
+	rtn	
+	
+mouse_adc_read_battery:		// only get battery
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO,mouse_adc_read_battery_start
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+mouse_adc_read_battery_start:
+	call mouse_adc_read_interval
+	nrtn positive
+mouse_adc_read_start:
+	bpatch patch08_6,mem_patch08
+	fetch 1,mem_24g_device_led_status
+	nrtn blank
+	jam 0,mem_adc_read_timer
+	call enable_adc
+	call vdd_calculate_by_mode
+	store 2,mem_mouse_vdd_now_vol
+	fetch 1,mem_adc_config_flag
+	bne ADC_CONFIG_GPIO, mouse_adc_data_process
+	fetcht 2,mem_mouse_vdd_now_vol	// BAT= 1.5V, R = 200k, a = a*1.8
+	mul32 temp,8,pdata
+	div pdata,10
+	call get_div_result
+	iadd temp,pdata
+	store 2,mem_mouse_vdd_now_vol
+mouse_adc_data_process:	
+	arg mem_mouse_vdd_calculate_set,rega
+	call mouse_adc_bat_percent_lowpower_out
+	fetch 1,mem_adc_power_flag
+	bbit1 2,mouse_adc_button_press
+	bbit1 1,mouse_power_down
+	bbit0 0,mouse_adc_no_low_voltage
+	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_7,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,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:
+	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 13,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 patch09_0,mem_patch09
+	disable user
+	setarg 0
+	store 6,mem_mouse_x
+	call mouse_check_sensor_data
+	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_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_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_process:	
+	bpatch patch09_1,mem_patch09
+	call mouse_dpi_ghost_check
+	rtn user
+	fetch 1,mem_mouse_dpi
+	increase 1,pdata
+	and pdata,0x03,pdata
+	store 1,mem_mouse_dpi
+	call mouse_seting_dpi
+	branch mouse_store_device_info_delay
+
+mouse_dpi_ghost_check:
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_GND
+	rtnbit1 MOUSE_ENABLE_DPI_KEY_CONNECT_ADC
+	fetch 1,mem_mouse_lkey_press_status
+	rtn blank
+	fetch 1,mem_mouse_rkey_press_status
+	rtn blank
+	enable user
+	rtn
+	
+mouse_dpi_key_check_long_press:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_DPI_BUTTON,mouse_select_device_by_dpi_button
+	bbit1 MOUSE_ENABLE_DPI_KEY_LONG_PRESS_DISCONVERY,mouse_discovery_by_dpi_button
+	rtn
+
+mouse_select_device_by_dpi_button:
+	fetch 1,mem_mouse_dpi_button_state
+	rtnne DPI_BUTTON_STATE_DOWN	
+	arg mem_select_device_count,regc
+	arg mouse_ready_reconnection_by_dpi_button,regb
+	branch timer_single_step
+
+mouse_ready_reconnection_by_dpi_button:
+	jam 1,mem_mouse_dpi_long_press_flag
+	branch mouse_ready_reconnection_by_button
+
+mouse_discovery_by_dpi_button:
+	fetch 1,mem_mouse_dpi_button_state
+	rtnne DPI_BUTTON_STATE_DOWN	
+	arg mem_bt_discovery_count,regc
+	arg mouse_long_dpi_button_bt_discovery,regb
+	branch timer_single_step
+
+mouse_long_dpi_button_bt_discovery:
+	jam 1,mem_mouse_dpi_long_press_flag
+	branch mouse_long_button_bt_discovery
+
+mouse_dpi_config:
+	branch mouse_seting_sensor_type
+
+mouse_setting_dpi_4_level:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_DPI_LEVEL_4
+	fetch 1,mem_mouse_dpi
+	rtnne MOUSE_DPI_LEVEL4
+	jam MOUSE_DPI_LEVEL1,mem_mouse_dpi
+	rtn
+	
+mouse_seting_dpi:
+	bpatch patch09_2,mem_patch09
+	call mouse_setting_dpi_4_level
+	call mouse_dpi_led_blink_delay
+mouse_seting_sensor_type:
+	fetch 1,mem_config_sensor_type
+	beq P3212,mouse_seting_3212_dpi
+	beq KA8G2,mouse_seting_ka8g2_dpi
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_cpi0		//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_cpi1		//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_cpi2		//800
+	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3		//1000
+mouse_set_cpi1:	//320x+8009
+	fetcht 1,mem_320x_dpi_1
+	branch mouse_dpi_store
+mouse_set_cpi0:
+	fetcht 1,mem_320x_dpi_0
+	branch mouse_dpi_store
+mouse_set_cpi2:
+	fetcht 1,mem_320x_dpi_2
+	branch mouse_dpi_store
+mouse_set_cpi3:
+	fetcht 1,mem_320x_dpi_3
+mouse_dpi_store:
+	fetch 1,mem_config_sensor_type
+	beq P3065_XY,mouse_3065xy_set_dpi
+	beq MX8650,mouse_3065xy_set_dpi
+	beq KA8,mouse_ka8_set_dpi
+	beq P6520,mouse_ka8_set_dpi
+	beq P8009,mouse_3065xy_set_dpi
+mouse_dpi_write:		// 3205  1  2  3  4
+	storet 1,mem_mouse_cpi_count
+	setarg MOUSE_DPI_ADDRESS
+	call twspi_read
+	and pdata,0xf8,temp
+	fetch 1,mem_mouse_cpi_count
+	iadd temp,pdata
+	lshift8 pdata,pdata
+	add pdata,MOUSE_DPI_ADDRESS,pdata
+	branch twspi_write
+
+mouse_3065xy_set_dpi:	// 0 1 2 3
+	increase -1,temp
+	branch mouse_dpi_write
+
+mouse_ka8_set_dpi:	// 3 4 5 6
+	increase 2,temp
+	branch mouse_dpi_write
+
+mouse_seting_3212_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_p3212_cpi0	//1200
+	beq MOUSE_DPI_LEVEL2,mouse_set_p3212_cpi1	//1600
+	beq MOUSE_DPI_LEVEL3,mouse_set_p3212_cpi2	//2400
+	beq MOUSE_DPI_LEVEL4,mouse_set_p3212_cpi3	//800
+mouse_set_p3212_cpi1:
+	fetch 1,mem_3212_dpi_1
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi0:
+	fetch 1,mem_3212_dpi_0
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi2:
+	fetch 1,mem_3212_dpi_2
+	branch mouse_p3212_dpi
+mouse_set_p3212_cpi3:
+	fetch 1,mem_3212_dpi_3
+mouse_p3212_dpi:
+	store 1,mem_mouse_cpi_count
+	lshift8 pdata,pdata
+	copy pdata,rega
+	add pdata,MOUSE_P3212_DPI_XADDRESS,pdata
+  	call twspi_write
+ 	copy rega,pdata
+  	add pdata,MOUSE_P3212_DPI_YADDRESS,pdata
+	branch twspi_write
+
+mouse_seting_ka8g2_dpi:
+	fetch 1,mem_mouse_dpi
+	beq MOUSE_DPI_LEVEL1,mouse_set_pka8g2_cpi0		//1600
+	beq MOUSE_DPI_LEVEL2,mouse_set_pka8g2_cpi1		//2400
+	beq MOUSE_DPI_LEVEL3,mouse_set_pka8g2_cpi2		//3200
+	beq MOUSE_DPI_LEVEL4,mouse_set_pka8g2_cpi3		//800
+mouse_set_pka8g2_cpi1:
+	fetch 1,mem_ka8g2_dpi_1
+	branch mouse_p3212_dpi
+
+mouse_set_pka8g2_cpi0:
+	fetch 1,mem_ka8g2_dpi_0
+	branch mouse_p3212_dpi
+	
+mouse_set_pka8g2_cpi2:
+	fetch 1,mem_ka8g2_dpi_2
+	branch mouse_p3212_dpi
+
+mouse_set_pka8g2_cpi3:
+	fetch 1,mem_ka8g2_dpi_3
+	branch mouse_p3212_dpi
+
+		
+/********************dpi******************************/		
+
+
+/***********************key******************************/
+
+mouse_key:
+	call mouse_check_key_gpio
+	call mouse_ghost_key_check
+	call mouse_set_mult
+	call mouse_24g_key
+	copy rega,pdata
+	fetcht 1,mem_mouse_key_last
+	store 1,mem_mouse_key_last
+	store 1,mem_mouse_key
+	ixor temp,pdata
+	sub pdata,0,null
+	rtn zero
+	branch enable_user
+
+mouse_24g_key:
+	rtnmark0 mark_24g
+	copy rega,pdata
+	rtn blank
+	store 1,mem_mouse_key
+	branch enable_user
+
+mouse_ghost_key_check:
+	jam 0,mem_mouse_matrix_key_cow_count
+	jam 0,mem_mouse_matrix_key_row_count
+	jam 0,mem_mouse_ghost_flag
+	copy pdata,temp
+	call mouse_ghost_key_check_L_BK
+	call mouse_ghost_key_check_M_FW
+	call mouse_ghost_key_check_BK_FW
+	call mouse_ghost_key_check_LMR
+	fetch 1,mem_mouse_matrix_key_row_count
+	rtn blank
+	fetch 1,mem_mouse_matrix_key_cow_count
+	rtn blank
+	jam 1,mem_mouse_ghost_flag
+	fetch 1,mem_mouse_key_last		// matrix have ghost key
+	copy pdata,rega
+	rtn
+
+mouse_ghost_key_check_L_BK:
+	and temp,MOUSE_L_BK_BUTTON,pdata
+	beq MOUSE_L_BK_BUTTON,mouse_matrix_cow_more_than_one_key
+	rtn
+mouse_ghost_key_check_M_FW:
+	and temp,MOUSE_M_FW_BUTTON,pdata
+	beq MOUSE_M_FW_BUTTON,mouse_matrix_cow_more_than_one_key
+	rtn
+mouse_ghost_key_check_BK_FW:
+	and temp,MOUSE_BK_FW_BUTTON,pdata
+	beq MOUSE_BK_FW_BUTTON,mouse_matrix_row_more_than_one_key
+	rtn	
+
+mouse_ghost_key_check_LMR:
+	and temp,MOUSE_LMR_BUTTON,pdata	// key LMR press
+	beq MOUSE_LR_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_LM_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_RM_BUTTON,mouse_matrix_row_more_than_one_key
+	beq MOUSE_LMR_BUTTON,mouse_matrix_row_more_than_one_key
+	rtn
+
+
+mouse_matrix_row_more_than_one_key:
+	jam 1,mem_mouse_matrix_key_row_count
+	rtn
+
+mouse_matrix_cow_more_than_one_key:
+	jam 1,mem_mouse_matrix_key_cow_count
+	rtn
+
+mouse_key_check_once:
+	call mouse_check_key_gpio_once
+	call mouse_check_key_gpio
+	setarg 0x00
+	store 3,mem_mouse_lkey_press_status
+	rtn
+	
+mouse_check_key_gpio:
+	bpatch patch09_3,mem_patch09
+	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_customerkey_gpio
+	copy rega,pdata
+	rtn
+
+mouse_check_key_gpio_once:
+	setarg 0x030303
+	store 3,mem_mouse_lkey_press_status
+	rtn
+
+mouse_check_lkey_gpio:
+	jam MOUSE_L_KEY,mem_mouse_key_temp
+	fetcht 1,mem_lbutton_gpio
+	fetch 1,mem_mouse_lkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_lkey_press_status
+	rtn
+
+mouse_check_rkey_gpio:
+	jam MOUSE_R_KEY,mem_mouse_key_temp
+	fetcht 1,mem_rbutton_gpio
+	fetch 1,mem_mouse_rkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_rkey_press_status
+	rtn
+	
+mouse_check_mkey_gpio:
+	jam MOUSE_M_KEY,mem_mouse_key_temp
+	fetcht 1,mem_mbutton_gpio
+	fetch 1,mem_mouse_mkey_press_status
+	call mouse_check_key_connect_gnd
+	store 1,mem_mouse_mkey_press_status
+	rtn
+
+mouse_check_bkkey_gpio:
+	fetch 1,mem_bk_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_BK_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_bkkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_bk_check
+	call gpio_get_bit
+	branch mouse_check_bk_button_connect_gnd,true
+	fetcht 1,mem_matrix_public_gpio
+	call gpio_out_active
+	fetcht 1,mem_bk_button_gpio
+	fetch 1,mem_mouse_bkkey_press_status
+	call mouse_check_key_connect_gnd
+mouse_check_bkkey_gpio_end:	
+	store 1,mem_mouse_bkkey_press_status
+	branch mouse_matrix_public_gpio_reset
+
+mouse_check_bk_button_connect_gnd:
+	fetcht 1,mem_matrix_public_gpio
+	fetch 1,mem_mouse_bkkey_press_status
+	call mouse_check_key_connect_gnd
+	branch mouse_check_bkkey_gpio_end
+
+mouse_3io6key_bk_check:
+	call mouse_3io6key_check
+	store 1,mem_mouse_bkkey_press_status
+	fetcht 1,mem_bk_button_gpio
+	branch mouse_gpio_config_input_pu
+
+
+mouse_check_fwkey_gpio:
+	fetch 1,mem_fw_button_gpio
+	rtneq GPIO_DISABLE
+	jam MOUSE_FW_KEY,mem_mouse_key_temp
+	fetch 1,mem_mouse_fwkey_press_status
+	copy pdata,regc
+	fetcht 1,mem_fw_button_gpio
+	fetch 1,mem_matrix_public_gpio
+	beq GPIO_DISABLE,mouse_3io6key_fw_check
+	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:
+	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
+	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 patch09_4,mem_patch09
+	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
+	
+/*************************key***************************************/
+
+/**********************sensor******************************/	
+mouse_init_sunt:
+	bpatch patch09_5,mem_patch09
+	call mouse_sensor_spi_init
+	rtn wake
+mouse_init_sensor_wakeup:	
+	call mouse_sensor_poweron
+mouse_init_sensor:
+	bpatch patch09_6,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:
+	fetch 1,mem_mouse_sensor_sclk_gpio
+	call twspi_reset 
+	branch mouse_spid_init_pin
+
+mouse_read_sensor_id:
+	setarg PAN_REG_PID_H
+	call twspi_read
+	store 1,mem_sensor_id2
+	setarg PAN_REG_PID_L
+	call twspi_read
+	store 1,mem_sensor_id1
+	rtn
+
+mouse_init_p32xx_id2_judge:
+	fetch 1,mem_sensor_id2
+	beq P_MX8650,mouse_mx8650_init_param
+	beq P8009_ID2,mouse_8009_init_param
+	beq P3205_TJ3T_ID2,mouse_3205_3t_init_param
+	beq P3204_TJ3L_ID2,mouse_3204_3l_init_param
+	beq P3212_ID2,mouse_3212_init_param
+	beq PKA8_ID2,mouse_ka8_init_param_check
+	beq P6520A_ID2,mouse_p6520_init_param
+	branch mouse_init_sensor
+	
+mouse_mx8650_init_param:
+	jam MX8650,mem_config_sensor_type
+	call mouse_sensor_reset
+	call delay_10ms
+	arg mem_sensor_8650_init,regc
+	call mouse_sensor_wr_seq
+	branch mouse_dpi_config
+
+mouse_8009_init_param:
+	setarg 0x16
+	call twspi_read
+	sub pdata,0xbd,null 
+	nbranch mouse_init_sunt,zero
+	setarg 0x19
+	call twspi_read
+	sub pdata,0x55,null 
+	nbranch mouse_init_sunt,zero
+	setarg 0x1b
+	call twspi_read
+	sub pdata,0x1d,null 
+	nbranch mouse_init_sunt,zero
+	jam P8009,mem_config_sensor_type
+	arg mem_sensor_8009_init,regc
+	branch mouse_sensor_wr_seq
+
+mouse_3205_3t_init_param:
+	jam P3205,mem_config_sensor_type
+	arg mem_sensor_3205_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init,regc
+	call mouse_sensor_wr_seq
+	setarg 0x0943
+	call twspi_write
+	arg mem_sensor_32xx_init_1,regc
+	branch mouse_sensor_wr_seq	
+
+mouse_3204_3l_init_param:
+	jam P3204,mem_config_sensor_type
+	arg mem_sensor_3204_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init,regc
+	call mouse_sensor_wr_seq
+	arg mem_sensor_32xx_init_1,regc
+	branch mouse_sensor_wr_seq	
+
+mouse_3212_init_param:
+	jam P3212,mem_config_sensor_type
+	arg mem_sensor_3212_init,regc
+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:
+	setarg 0x8006		// reset to factory settings
+	call twspi_write
+	nop 12000
+	rtn
+	
+mouse_sensor_poweron:
+	bpatch patch09_7,mem_patch09
+	call mouse_sensor_spi_init
+	call mouse_sensor_reset
+	arg mem_sensor_poweron_init,regc
+	call mouse_sensor_wr_seq
+	branch mouse_dpi_config
+
+mouse_sensor_powerdown:
+	bpatch patch0a_0,mem_patch0a
+	call mouse_init_sunt
+	call mouse_sensor_spi_init
+	setarg 0x0806
+	branch twspi_write
+/*********sensor init*************/	
+
+
+
+/*********sensor motion*************/
+mouse_check_sensor_data:
+	fetch 1,mem_spi_write_flash_sm
+	rtnne FLASH_SM_NO_BUYS
+	fetch 1,mem_config_sensor_type
+	beq P3205,mouse_p32xx_sensor_motion
+	beq P3065,mouse_p32xx_sensor_motion
+	beq KA8,mouse_p32xx_sensor_motion
+	beq P3204,mouse_p32xx_sensor_motion
+	beq P3212,mouse_p3212_sensor_motion
+	beq P3065_xy,mouse_p32xx_sensor_motion
+	beq P8009,mouse_p8009_sensor_motion	
+	beq KA8G2,mouse_pka8g2_sensor_motion
+	branch mouse_p32xx_sensor_motion
+
+
+mouse_p32xx_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_p32xx_sensor_motion_2
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_p32xx_sensor_motion_2:
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne P32XX_ID1,mouse_p3065_judge   
+mouse_p32xx_sensor_motion_1:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	call mouse_read_sensor_common
+	fetch 1,mem_mouse_x
+	call mouse_data_extsign
+	store 2,mem_mouse_x
+	fetch 1,mem_mouse_y
+	call mouse_data_extsign
+	store 2,mem_mouse_y
+	fetch 1,mem_config_sensor_angle
+	beq MOUSE_6CLK_ANGLE,mouse_motion32xx_6clk_direction_selection
+	beq MOUSE_9CLK_ANGLE,mouse_motion32xx_9clk_direction_selection
+	beq MOUSE_12CLK_ANGLE,mouse_motion32xx_12clk_direction_selection
+	beq MOUSE_3CLK_ANGLE,mouse_motion32xx_3clk_direction_selection
+	rtn
+
+mouse_p3065_judge:
+	beq P3065_ID1,mouse_p32xx_sensor_motion_1
+	branch mouse_twspi_reset
+	
+mouse_motion32xx_6clk_direction_selection:
+	call mouse_motion_6clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_9clk_direction_selection:
+	call mouse_motion_9clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_12clk_direction_selection:
+	call mouse_motion_12clk_direction_dispose
+	branch mouse_sensor_sdio_low
+mouse_motion32xx_3clk_direction_selection:
+	call mouse_motion_3clk_direction_dispose
+	branch mouse_sensor_sdio_low
+
+
+	
+mouse_p3212_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_p3212_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_p3212_sensor_motion_1:	
+	setarg PAN_REG_PID_L
+	call twspi_read
+	bne P32XX_ID1,mouse_twspi_reset
+mouse_p3212_sensor_motion_2:
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	call mouse_read_sensor_common
+	call mouse_read_3212sensor_xy_high
+	store 1,mem_mouse_xy_h
+	rshift4 pdata,pdata
+	call mouse_data_extsign_bit3
+	store 1,mem_mouse_x+1
+	fetch 1,mem_mouse_xy_h
+	and pdata,0x0f,pdata
+	call mouse_data_extsign_bit3
+	store 1,mem_mouse_y+1
+	fetch 1,mem_config_sensor_angle
+	beq MOUSE_6CLK_ANGLE,mouse_motion_6clk_direction_dispose
+	beq MOUSE_9CLK_ANGLE,mouse_motion_9clk_direction_dispose
+	beq MOUSE_12CLK_ANGLE,mouse_motion_12clk_direction_dispose
+	beq MOUSE_3CLK_ANGLE,mouse_motion_3clk_direction_dispose
+	rtn
+
+mouse_read_3212sensor_xy_high:
+	setarg 0x12
+	branch twspi_read
+
+mouse_pka8g2_sensor_motion:
+	call mouse_clear_sensor_data
+	fetch 1,mem_sensor_motion_gpio
+	beq GPIO_DISABLE,mouse_pka8g2_sensor_motion_1
+	fetcht 1,mem_sensor_motion_gpio
+	call gpio_get_bit
+	nrtn true
+mouse_pka8g2_sensor_motion_1:
+	branch mouse_p3212_sensor_motion_2
+
+
+mouse_p8009_sensor_motion:
+	call mouse_clear_sensor_data
+	disable user
+	setarg PAN_REG_MOTION_STAUS
+	call twspi_read
+	rtnbit0 7
+	setarg PAN_REG_OPRATION_STATE
+	call twspi_read
+	branch mouse_p32xx_sensor_motion_1+3,blank
+	setarg 0
+	store 6,mem_mouse_x
+	rtn
+
+mouse_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_buletooth_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 patch0a_1,mem_patch0a
+	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
+	disable user
+	rtn
+
+mouse_current_mult_update:
+	fetch 1,mem_sensor_motion_gpio
+	rtnne GPIO_DISABLE
+	jam 0,mem_lpm_mult
+	jam 30,mem_mouse_current_mult_timer
+	rtn
+
+
+mouse_priority_bb_event:	
+	bpatch patch0a_2,mem_patch0a
+	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:
+	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
+	jam 0,mem_mouse_le_bb_connected_flag
+	arg LE_INTERVAL_7_5MS,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_BT_125Hz,mouse_le_bb_disconnected_next
+	arg LE_INTERVAL_8_75MS,temp
+mouse_le_bb_disconnected_next:	
+	storet 2,mem_le_interval_min
+	storet 2,mem_le_interval_min+2
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	jam 0,mem_mouse_clear_sensor_data_flag
+	call le_clr_config_more_data
+	branch mouse_bb_disconnected
+
+mouse_le_pairing_success:
+	arg LL_PAIRING_SUCCESS_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_enc_info:
+mouse_updata_le_param:
+	jam BT_CMD_LE_UPDATE_CONN,mem_fifo_temp
+	branch ui_ipc_send_cmd
+	
+mouse_le_ll_start_encryt:
+	fetch 1,mem_mouse_le_reconnect_flag
+	beq 1,mouse_le_ll_reconn_start_encryt
+	branch mouse_le_ll_enable_start_enc_flag
+mouse_le_ll_reconn_start_encryt:
+	call mouse_updata_le_param
+	jam 20,mem_le_start_encrypt_timer
+mouse_le_ll_enable_start_enc_flag:
+	arg LL_START_ENC_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+mouse_le_enable_connect_flag:
+	fetch 1,mem_le_connect_status_flag
+	qset1 pdata
+	store 1,mem_le_connect_status_flag
+	rtn
+
+mouse_le_conn_param_update_rsp_recieved:
+	fetch 2,mem_le_l2cap_signaling_conn_param_update_rsp_result
+	rtneq BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+	fetch 1,mem_le_tsniff
+	rshift2 pdata,pdata
+	sub pdata,LE_INTERVAL_15MS,null
+	rtn positive
+	setarg LE_INTERVAL_11_25MS
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+	call mouse_updata_le_param
+mouse_le_conn_param_lpm_disable:
+	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
+	rtn
+
+mouse_le_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
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+	fetch 1,mem_le_new_connslavelatency
+	branch mouse_le_lpm_mult_reinit,blank
+	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 patch0a_3,mem_patch0a
+	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
+	
+/***************************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 patch0a_4,mem_patch0a
+	call mouse_adc_read
+	call mouse_low_voltage_led_timer
+	//24g
+	call g24_pair_timeout_timer
+	call g24_reconn_timeout_timer
+	call mouse_24g_long_sleep_param_update_timer
+	//led
+	call mouse_device_poweron_timer
+	call mouse_dpi_led_blink_delay_timer
+	//poll
+	call mouse_dpi_key_check_long_press
+	call mouse_bt_discovery_check
+	call mouse_commbination_key_process
+	call mouse_check_discovery_timeout_timer
+	//ble
+	call mouse_check_direct_timeout_timer
+	call mouse_le_enable_att_list_timer
+	call mouse_le_battery_updata_timer
+	call mouse_le_send_smp_security_request_timer
+	//bt
+	call mouse_check_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_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_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 patch0a_5,mem_patch0a
+	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_discover_setting_led_gpio
+
+mouse_stop_discovery:
+	bpatch patch0a_6,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:
+	jam 0,mem_mouse_direct_timer
+	branch check_51cmd_stop_adv
+
+mouse_store_remote_bdaddr:
+	bpatch patch0a_7,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 patch0b_0,mem_patch0b
+	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 patch0b_1,mem_patch0b
+	call mouse_low_voltage_led_no_enter_lpm
+	call ui_check_paring_button
+	call mouse_dpi_check
+	call mouse_select_device_check
+	call mouse_check_select_device_by_switch
+	call mouse_bt_button_check
+	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:
+	call mouse_select_device_ghost_check
+	rtn user
+	fetch 1,mem_select_device_button_statue
+	rtneq PB_BUTTON_STATE_DOWN
+	jam PB_BUTTON_STATE_DOWN,mem_select_device_button_statue
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_PB_BUTTON_SHORT_PRESS_ENTER_DISCOVERY,mouse_long_button_bt_discovery
+	fetch 1,mem_mouse_direct_timer
+	rtn blank
+	fetch 1,mem_mouse_direct_timeout
+	store 1,mem_mouse_direct_timer
+	rtn
+
+mouse_select_device_ghost_check:
+	disable user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_ENABLE_PB_BUTTON_CONNECT_GND
+	fetch 1,mem_mouse_lkey_press_status
+	rtn blank
+	fetch 1,mem_mouse_rkey_press_status
+	rtn blank
+	enable user
+	rtn
+	
+mouse_check_select_device_by_switch:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_GPIO,mouse_check_select_device_by_switch_gpio
+	bbit1 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_adc_read
+	rtn
+mouse_check_select_device_by_switch_gpio:	
+	fetcht 1,mem_device_switch_gpio
+	call mouse_gpio_config_input_pu
+	fetcht 1,mem_device_switch_gpio
+	call gpio_get_bit
+	branch mouse_check_select_24gdevice,true
+mouse_select_btdevice:
+	fetch 1,mem_device_flag
+	rtneq MODE_BT_DEVICE1
+	jam MODE_BT_DEVICE1,mem_device_flag
+	branch mouse_stop_bluetooth_mode
+	
+mouse_check_select_24gdevice:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_SELECT_DEVICE_BY_SWITCH_ADC,mouse_check_select_24g_device
+	fetch 6,mem_mouse_vdd_switch_gnd_full_vol
+	store 6,mem_mouse_vdd_calculate_set
+mouse_check_select_24g_device:	
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+	jam MODE_24G_DEVICE,mem_device_flag
+	branch mouse_24g_stop
+
+mouse_ready_reconnection_by_button:
+	bpatch patch0b_2,mem_patch0b
+	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 patch0b_3,mem_patch0b
+	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:
+	bpatchx patch30_6,mem_patch30
+	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
+	bpatchx patch31_1,mem_patch31
+	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:
+	bpatchx patch30_7,mem_patch30
+	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
+mouse_24g_long_sleep:
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_setgpio_hibernate,blank
+	fetch 8,mem_24g_enter_hibernate
+	branch g24_long_seep2
+
+mouse_wakeup_24g:
+	fetch 1,mem_sensor_shutdown_flag
+	ncall mouse_wakeup_24g_from_long_sleep,blank
+	jam 0,mem_sensor_shutdown_flag
+	branch g24_transmit_no_ack
+
+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:
+	fetch 1,mem_sensor_shutdown_flag
+	nbranch g24_short_sleep,blank
+	branch g24_transmit_start_next
+
+mouse_24g_stop:
+	set0 mark_24g,mark
+	jam STATE_24G_STOP,mem_24g_conn_sm
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	branch mouse_disable_function_flag
+
+mouse_24g_start_mode:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_24G,mouse_24g_mode_setup_error
+	call mouse_wakeup_from_power_check	// wake from hibernate :enble user
+	branch mouse_24g_reconn_dongle_start,user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_AUTO_24G_PARING,mouse_24g_reconn_general_dongle
+	bbit0 MOUSE_ENABLE_24G_POWER_ON_PAIRING,mouse_24g_reconn_general_dongle
+	call mouse_key_check_once
+	and 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:	
+	jam MODE_24G_DEVICE,mem_device_flag
+	fetch 2,mem_mouse_24g_power_on_fast_conn_timer
+	store 2,mem_24g_reconn_timeout
+	jam FAST_CONN_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+mouse_24g_start_auto_pair:
+	call mouse_discover_setting_led_gpio
+	fetch 2,mem_24g_pair_timeout_init
+	store 2,mem_24g_reconn_timeout
+	jam PAIR_AND_3_0_ADDR,mem_24g_reconn_type
+	branch g24_reconn_start
+
+mouse_24g_first_start_reconn:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_24g_reconn_dongle_start
+	call mouse_bluetooth_fast_conn_disable
+mouse_24g_first_bluetooth_reconnect:
+	call mouse_24g_stop
+	call mouse_device_led_all_off
+	jam MODE_BT_DEVICE1,mem_device_flag
+	call mouse_select_reconn_device
+	branch mouse_start_reconnect_device
+
+mouse_24g_first_bb_event_reconn_timeout:
+	call mouse_wakeup_from_power_check
+	branch mouse_app_enter_hibernate,user
+	branch mouse_start_discovery
+
+mouse_24g_first_store_reconn_info:
+	call mouse_wakeup_from_power_check
+	rtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_FIRST_AUTO_PAIRING,mouse_store_device_info_delay
+	rtn
+
+mouse_24g_start_pair_mode:
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	call mouse_enable_function_flag
+	setarg 0
+	store 2,mem_24g_reconn_timeout	
+	call mouse_stop_discovery
+	call mouse_low_voltage_led_blink_disable
+	call mouse_discover_setting_led_gpio
+	jam TYPE_MS,mem_24g_data_type
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,g24_pair_start
+	jam TYPE_KB,mem_24g_data_type
+	branch g24_pair_start
+
+mouse_24g_attempt_fail:
+	fetch 1,mem_24g_attempt_fail_flag
+	nbranch mouse_24g_hibernate_set,blank
+	fetch 1,mem_24g_reconn_type
+	beq FAST_CONN_AND_3_0_ADDR,mouse_24g_fast_conn_attempt_fail
+	beq PAIR_AND_3_0_ADDR,mouse_24g_auto_pair_attempt_fail
+	beq RECEIVER_AND_3_0_ADDR,mouse_reconn_dongle_attempt_fail
+mouse_24g_attempt_fail_enter_hibernate:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_WHEEL_WAKE_UP_CANCEL,mouse_24g_hibernate_set
+	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 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_timer_init
+	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_24g_pairing_complete:
+	call mouse_no_data_timer_init
+	arg MOUSE_24G_PAIRING_FLAG,queue
+	call mouse_disable_function_flag
+	call mouse_device_poweron_timer_init
+	setarg 0
+	store 2,mem_24g_pair_timeout
+	store 2,mem_24g_reconn_timeout
+	store 1,mem_24g_conn_sm
+	store 1,mem_mouse_move_flag
+	store 1,mem_24g_reconn_type
+
+	call mouse_init_sensor_reset
+	call mouse_read_sensor_common
+	fetch 4,mem_24g_addr
+	store 4,mem_24g_receiver_addr
+	store 4,mem_mouse_24g_addr
+	branch mouse_store_device_info_delay
+
+mouse_24g_package_data:
+	bpatchx patch31_0,mem_patch31
+	rtnmark0 mark_24g
+	call mouse_motion
+	nrtn user
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_KEYBOARD,mouse_24g_mouse_package_data
+	fetch 1,mem_customer_key
+	nbranch mouse_24g_keyboard_package_data,blank
+mouse_24g_mouse_package_data:
+	call mouse_data_xy_release
+	fetch 1,mem_24g_data_type
+	bbit1 1,mouse_24g_mouse_package_data_now	// last package is keyboard data
+	fetcht 1,mem_24g_txbuf+1
+	fetch 1,mem_mouse_key
+	ior temp,pdata
+	store 1,mem_mouse_key
+	fetcht 1,mem_24g_txbuf+6
+	fetch 1,mem_mouse_z
+	iadd temp,pdata
+	store 1,mem_mouse_z
+	fetcht 1,mem_24g_txbuf+7
+	fetch 1,mem_mouse_tz
+	iadd temp,pdata
+	store 1,mem_mouse_tz	
+mouse_24g_mouse_package_data_now:	
+	jam TYPE_MS,mem_24g_data_type
+	arg 7,rega	//length
+	arg mem_mouse_key,regb //tx buff
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit1 MOUSE_ENABLE_24G_250Hz,g24_transmit_by_interrupt_enable
+	fetch 2,mem_mouse_z
+	rtn blank
+	branch g24_transmit_by_interrupt_enable
+
+mouse_24g_keyboard_package_data:
+	jam TYPE_KB,mem_24g_data_type
+	arg 9,rega	//length
+	fetch 1,mem_customer_data_trigger
+	nbranch mouse_customer_key_press,blank
+	arg mem_customer_key_release,regb	//tx buff
+	rtn
+mouse_customer_key_press:
+	arg mem_customer_key_press,regb
+	rtn
+
+
+
+/**************************************g24 search receiver*****************************************/
+
+mouse_24g_search_dongle_init:
+	setarg 0
+	store 3,mem_mouse_search_dongle_action
+	rtn
+
+mouse_24g_search_dongle:
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit0 MOUSE_ENABLE_24G_SEARCH_DONGLE
+	fetch 1,mem_mouse_long_mult_flag
+	rtn blank
+	fetch 1,mem_24g_abort_pac
+	rtn blank
+	fetch 1,mem_mouse_search_dongle_interval
+	increase 1,pdata
+	and_into 3,pdata
+	store 1,mem_mouse_search_dongle_interval
+	nrtn blank	//400ms
+	jam 0,mem_mouse_search_dongle_ch
+mouse_24g_search_dongle_loop:
+	bpatch patch0b_4,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
+	arg 0,rega
+	fetcht 1,mem_mouse_dpi
+	increase 1,temp
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	bbit0 MOUSE_ENABLE_DPI_LEVEL_4,mouse_dpi_led_blink_init_end
+	increase 1,temp
+	sub temp,4,null
+	ncall mouse_dpi_led_blink_count_clean,positive		// blink count:2 3 4 1
+mouse_dpi_led_blink_init_end:	
+	storet 1,mem_mouse_blink_count
+	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
+	rtn
+
+mouse_dpi_led_blink_count_clean:
+	arg 1,temp
+	rtn
+
+mouse_check_dpi_blink:
+	disable user
+	fetch 1,mem_dpi_led_gpio
+	fetcht 1,mem_mouse_struct_led_gpio
+	isub temp,null
+	nrtn zero
+	fetch 1,mem_mouse_blink_count
+	rtn blank
+	jam 0,mem_adc_low_volatage_led_blink_enable
+	enable user
+	rtn
+
+mouse_device_led_all_off:
+	call mouse_dpi_led_off
+	call mouse_device_24g_led_off
+	call mouse_device_bt1_led_off
+	branch mouse_device_bt2_led_off
+
+mouse_device_led_off:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_led_off
+	beq MODE_BT_DEVICE1,mouse_device_bt1_led_off
+	beq MODE_BT_DEVICE2,mouse_device_bt2_led_off
+	rtn
+
+mouse_device_24g_led_off:
+	jam 0,mem_24g_device_led_status
+	fetcht 1,mem_config_device_24g_led_gpio
+	branch mouse_led_off
+
+mouse_device_bt1_led_off:
+	fetcht 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_off
+	
+mouse_device_bt2_led_off:
+	fetcht 1,mem_config_device_bt2_led_gpio
+	branch mouse_led_off
+
+mouse_dpi_led_off:
+	fetcht 1,mem_dpi_led_gpio
+	branch mouse_led_off
+
+mouse_device_led_on:
+	fetch 1,mem_device_flag
+	beq MODE_24G_DEVICE,mouse_device_24g_led_on
+	beq MODE_BT_DEVICE1,mouse_device_bt1_led_on
+	beq MODE_BT_DEVICE2,mouse_device_bt2_led_on
+	rtn
+
+mouse_device_24g_led_on:
+	fetcht 1,mem_config_device_24g_led_gpio
+	branch mouse_led_on
+mouse_device_bt1_led_on:
+	fetcht 1,mem_config_device_bt1_led_gpio
+	branch mouse_led_on
+mouse_device_bt2_led_on:
+	fetcht 1,mem_config_device_bt2_led_gpio
+	branch mouse_led_on
+
+mouse_led_off:
+	bpatch patch0b_5,mem_patch0b
+	storet 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	branch ui_led_off_global
+mouse_led_on:
+	bpatch patch0b_6,mem_patch0b
+	storet 1,mem_mouse_struct_led_gpio
+	arg 0,rega
+	branch ui_led_on_global
+
+mouse_ui_led_off_static:
+	bpatch patch0b_7,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 patch0c_0,mem_patch0c
+	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
+
+/*****************close define  COMPILE_MOUSE**********/
+else
+
+endif
+
+
+
Index: program/app_shutter.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/app_shutter.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/app_shutter.prog	(working copy)
@@ -0,0 +1,648 @@
+
+ifdef COMPILE_SHUTTER
+
+shutter_init:
+	call enable_authrom
+
+	rtn wake
+	setarg shutter_le_before_hibernate
+	store 2,mem_cb_before_hibernate
+
+	setarg shutter_process_lpm_before
+	store 2,mem_cb_before_lpm
+		
+	setarg shutter_process_idle
+	store 2,mem_cb_idle_process
+		
+	setarg shutter_process_bb_event 
+	store 2,mem_cb_bb_event_process
+
+	setarg shutter_le_scale_lpm_lock
+	store 2,mem_cb_check_wakelock
+	
+	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
+
+	setarg shutter_soft_swtich_power_on
+	store 2,mem_shutter_soft_switch_poweron_callback_function
+	setarg shutter_soft_swtich_power_off
+	store 2,mem_shutter_soft_switch_poweroff_callback_function
+
+	call shutter_set_ble_version
+	call le_modified_name_adv
+	call shutter_init_param	
+	call keyscan_key_init
+	call queue_init
+	call ui_led_init_global
+	
+	bpatch patch0c_1,mem_patch0c
+	call shutter_load_buffer_config_form_DataRom
+
+	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_set_ble_version:
+	//set ble version  4.1 
+	jam 7,mem_version
+	rtn
+
+/**************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,shutter_process_soft_swtich_button_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
+	enable user2
+	rtn
+
+//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:
+	setarg 0x02
+	store 1,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
+ 	call le_set_config_fixed_ltk
+	call le_set_fixed_ltk
+	call le_set_justwork
+	branch le_set_config_read_authentication
+///////////////////////////////////////
+
+shutter_load_buffer_config_form_DataRom:
+///////load data Rom/////////
+	arg BLE_KEY_VALUE_LIST_SIZE,loopcnt
+	arg mem_ble_data_buffer1,contw
+	arg BLE_SHUTTER_KEY_VALUE_LIST_ADDR,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_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 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
+	setarg BLE_SHUTTER_GATT_LIST_ADDR	//BLE ATT LIST 
+	store 2,mem_ui_le_uuid_table	//BLE ATT LIST END
+	rtn	
+	
+
+/*************shutter default_init ending*********************/
+
+
+
+
+
+else
+	branch assert
+	
+endif
Index: program/ble_protocol_stack/le.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/ble_protocol_stack/le.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/ble_protocol_stack/le.prog	(working copy)
@@ -0,0 +1,2005 @@
+ifdef COMPILE_LE
+//******************************************//
+//*************LE INIT ****************//
+//******************************************//
+
+le_init_conn:
+	bpatch patch19_0,mem_patch19
+	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 patch19_1,mem_patch19
+	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 patch19_2,mem_patch19
+	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 patch19_3,mem_patch19
+	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 patch19_4,mem_patch19
+	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 patch19_5,mem_patch19
+	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 patch19_6,mem_patch19
+	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 patch19_7,mem_patch19
+	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 patch1a_0,mem_patch1a
+	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 patch1a_1,mem_patch1a
+	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 patch1a_2,mem_patch1a
+	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 patch1a_3,mem_patch1a
+	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 patch1a_4,mem_patch1a
+	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 patch1a_5,mem_patch1a
+	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 patch1a_6,mem_patch1a
+	set0 mark_ble_2M,mark
+	set0 mark_ble_lr,mark
+	jam 0x01,0x8901
+	jam 0x80,0x8920
+	jam 0x03,0x8930
+	rtn
+
+
+le_disable:
+	bpatch patch1a_7,mem_patch1a
+	set0 mark_ble_encryption,mark
+	jam 0x01,0x8901
+	jam 0x80,0x8920
+	jam 0x03,0x8930
+	rtn
+	
+le_prep:
+	bpatch patch1b_0,mem_patch1b
+	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 patch1b_1,mem_patch1b
+	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 patch1b_2,mem_patch1b
+	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 patch1b_3,mem_patch1b
+	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 patch1b_4,mem_patch1b
+	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 patch1b_5,mem_patch1b
+ 	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 patch1b_6,mem_patch1b
+	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
+	bpatch patch1b_7,mem_patch1b
+	enable swfine
+	arg PARAM_T_IFS_150US+PARAM_20MS_INIT+PARAM_SYNC_TIME_DIFFERENCE,stop_watch
+	fetch 1,mem_system_clk
+	imul32 stop_watch,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 patch1c_0,mem_patch1c
+	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 patch1c_1,mem_patch1c
+	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 patch1c_2,mem_patch1c
+	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_txfreq
+le_match_set_sync_on:	
+	disable decode_fec0
+	branch set_sync_on
+	
+le_match_set_txfreq:
+	bpatch patch1c_3,mem_patch1c
+	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_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 patch1c_4,mem_patch1c
+	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 patch1c_5,mem_patch1c
+	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 patch1c_6,mem_patch1c
+	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 patch1c_7,mem_patch1c
+	call le_transmit
+	branch end_of_packet
+	
+le_transmit:
+	bpatch patch1d_0,mem_patch1d
+	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 patch1d_1,mem_patch1d
+	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 patch1d_2,mem_patch1d
+	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
+	rshift pdata,loopcnt
+le_transmit_2M_dealy:
+	nop 2
+	loop le_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 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 patch1d_3,mem_patch1d
+	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 patch1d_4,mem_patch1d
+	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 patch1d_5,mem_patch1d
+	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 patch1d_6,mem_patch1d
+	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 patch1d_7,mem_patch1d
+	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 patch1e_0,mem_patch1e
+	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 patch1e_1,mem_patch1e
+	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 patch1e_2,mem_patch1e
+	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:
+	bpatch patch1e_3,mem_patch1e
+	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
+	bpatch patch1e_4,mem_patch1e
+	fetch 1,mem_le_packet_llid
+	beq LLID_LE_LL,le_parse_ll
+le_parse_l2cap:
+	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_payload_ptr
+	add pdata,2,contr	//l2cap length
+	bpatch patch1e_5,mem_patch1e
+	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:
+	bpatch patch1e_6,mem_patch1e
+	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:
+	bpatch patch1e_7,mem_patch1e
+	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:
+	bpatch patch1f_0,mem_patch1f
+	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
+	enable user
+	rtn
+
+	/* 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:
+	bpatch patch1f_1,mem_patch1f
+	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:
+	bpatch patch1f_2,mem_patch1f
+	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:
+	bpatch patch1f_3,mem_patch1f
+	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:
+	bpatch patch1f_4,mem_patch1f
+	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:
+	bpatch patch1f_5,mem_patch1f
+	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:
+	bpatch patch1f_6,mem_patch1f
+	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:
+	bpatch patch1f_7,mem_patch1f
+	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 patch20_0,mem_patch20
+	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 patch20_1,mem_patch20
+	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 patch20_2,mem_patch20
+	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
+
+
+
Index: program/ble_protocol_stack/le_advertising.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/ble_protocol_stack/le_advertising.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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 patch20_3,mem_patch20
+	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 patch20_4,mem_patch20
+	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 patch20_5,mem_patch20
+	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 patch20_6,mem_patch20
+	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 patch20_7,mem_patch20
+	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 patch21_0,mem_patch21
+	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 patch21_1,mem_patch21
+	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 patch21_2,mem_patch21
+	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 patch21_3,mem_patch21
+	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 patch21_4,mem_patch21
+	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 patch21_5,mem_patch21
+	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 patch21_6,mem_patch21
+	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 patch21_7,mem_patch21
+	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 patch22_0,mem_patch22
+	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 patch22_1,mem_patch22
+	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 patch22_2,mem_patch22
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/ble_protocol_stack/le_l2cap_att.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/ble_protocol_stack/le_l2cap_att.prog	(working copy)
@@ -0,0 +1,884 @@
+
+
+le_parse_att:
+	ifetch 3,contr
+	store 3,mem_le_att_opcode
+	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 patch22_3,mem_patch22
+	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 patch22_4,mem_patch22
+	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 patch22_5,mem_patch22
+	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 patch22_6,mem_patch22
+	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 patch22_7,mem_patch22
+	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 patch23_0,mem_patch23
+	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 patch23_1,mem_patch23
+	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 patch23_2,mem_patch23
+	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 patch23_3,mem_patch23
+	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 patch23_4,mem_patch23
+	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 patch23_5,mem_patch23
+	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_att_wechat.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/ble_protocol_stack/le_l2cap_att_wechat.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/ble_protocol_stack/le_l2cap_att_wechat.prog	(working copy)
@@ -0,0 +1,276 @@
+
+ifdef COMPILE_WECHAT
+
+/*
+	function name:le_l2cap_att_receive_data_check_wechat_air_sync_protocol
+	依据微信蓝牙外设协议1.0.4
+	输入:
+		rega is le rx data address
+		regb is le rx data length
+		mem_le_att_handle is write handle
+	输出:
+		user enable 是微信协议
+		disable不是微信协议
+*/
+le_l2cap_att_receive_data_check_wechat_air_sync_protocol:
+	call enable_user
+	fetch 2,mem_le_wechat_air_sync_ptr
+	rtn blank
+	arg le_l2cap_att_receive_data_deal_wechat_air_sync_protocol,regc
+	branch wechat_air_sync_calc_function
+le_l2cap_att_receive_data_deal_wechat_air_sync_protocol:
+	fetcht 2,mem_le_att_handle
+	fetch 1,mem_wechat_indication_handle
+	pincrease 1
+	isub temp,null
+	branch wechat_air_sync_enable_indicate_chara,zero
+	fetch 1,mem_wechat_write_handle
+	isub temp,null
+	branch wechat_air_sync_receive_wechat_data,zero
+	branch disable_user
+	
+wechat_air_sync_enable_indicate_chara:
+	call wechat_air_sync_reset_nSeq
+wechat_air_sync_send_request_auth:
+	call wechat_air_sync_init_authreq_base_request
+	arg mem_wechat_authreq_base_request,rega
+	arg ECI_REQ_AUTH_MESSAGE_LENGTH,loopcnt
+	arg ECI_REQ_AUTH,temp
+	branch wechat_air_sync_send_message
+
+wechat_air_sync_receive_wechat_data:
+	fetch 1,mem_wechat_receive_push_data
+	beq 1,wechat_air_sync_receive_wechat_data_contiune_packet
+	ifetch 2,rega
+	arg WECHAT_RX_HEAD,temp
+	isub temp,null
+	branch wechat_air_sync_receive_wechat_data_head_packet,zero
+wechat_air_sync_receive_wechat_data_contiune_packet:
+	fetch 2,mem_wechat_rx_len
+	iadd regb,pdata
+	store 2,mem_wechat_rx_len	
+	fetch 2,mem_wechat_rx_address
+	copy pdata,contw
+	copy rega,contr
+	copy regb,loopcnt
+	call memcpy_fast
+	copy contw,pdata
+	store 2,mem_wechat_rx_address
+	branch wechat_air_sync_receive_wechat_packet_complete
+
+
+wechat_air_sync_receive_wechat_data_head_packet:
+	fetch 2,mem_wechat_rx_buffer_ptr
+	copy pdata,contw
+	copy rega,contr
+	copy regb,loopcnt
+	call memcpy_fast
+	copy contw,pdata
+	store 2,mem_wechat_rx_address
+	storer regb,2,mem_wechat_rx_len
+	fetchr regc,2,mem_wechat_rx_buffer_ptr
+	add regc,WECHAT_PROTOCOL_MESSAGE_N_CMD_ID,contr
+	ifetch 2,contr
+	arg ECI_PUSH_RECEIVE_DATA,temp
+	isub temp,null
+	call wechat_air_sync_receive_wechat_push_data,zero
+	branch wechat_air_sync_receive_wechat_packet_complete
+
+wechat_air_sync_receive_wechat_push_data:
+	jam 1,mem_wechat_receive_push_data
+	rtn
+
+wechat_air_sync_receive_wechat_packet_complete:
+	fetch 2,mem_wechat_rx_len
+	fetchr regc,2,mem_wechat_rx_buffer_ptr
+	add regc,WECHAT_PROTOCOL_MESSAGE_N_LENGTH,contr
+	ifetcht 2,contr
+	byteswap temp,temp
+	isub temp,null
+	nrtn positive
+	jam 0,mem_wechat_receive_push_data
+	fetchr regc,2,mem_wechat_rx_buffer_ptr
+	add regc,WECHAT_PROTOCOL_MESSAGE_N_CMD_ID,contr
+	ifetch 2,contr
+	arg ECI_RESPONSE_AUTH,temp
+	isub temp,null
+	branch wechat_air_sync_receive_wechat_data_auth_respone,zero
+	arg ECI_PUSH_RECEIVE_DATA,temp
+	isub temp,null
+	branch wechat_air_sync_receive_wechat_data_push_receive_data,zero
+	rtn
+
+wechat_air_sync_receive_wechat_data_auth_respone:
+wechat_air_sync_wechat_send_request_init:
+	call wechat_air_sync_init_authreq_base_request
+	arg mem_wechat_initreq_base_request,rega
+	arg ECI_REQ_INIT_MESSAGE_LENGTH,loopcnt
+	arg ECI_REQ_INIT,temp
+	branch wechat_air_sync_send_message
+
+
+//接收数据的回调，可以使用wechat_air_sync_check_push_data_struct解析函数
+wechat_air_sync_receive_wechat_data_push_receive_data:
+
+	fetch 2,mem_wechat_rx_push_data_cb
+	branch callback_func
+
+/*
+数据解析默认函数，不能保证全部数据格式都能解析
+输出:disable user is no data
+	loopcnt is data length
+	contr is data ptr
+*/
+wechat_air_sync_check_push_data_struct:
+	call disable_user
+	fetchr regc,2,mem_wechat_rx_buffer_ptr
+	add regc,WECHAT_PROTOCOL_MESSAGE_PAYLOAD,contr
+	ifetch 2,contr
+	rtnne TAG_RecvDataPush_BasePush
+	ifetch 1,contr
+	rtnne TAG_RecvDataPush_Data
+	ifetch 1,contr
+	rtn blank
+	copy pdata,loopcnt
+	copy contr,regc
+	branch enable_user
+
+
+wechat_air_sync_send_message:
+	call enable_user2
+wechat_air_sync_send_message_without_payload:
+	fetch 2,mem_wechat_tx_buffer_ptr
+	store 2,mem_wechat_tx_address
+	copy pdata,contw
+	setarg WECHAT_HEAD_MAGIC_NUMBER
+	istore 1,contw			//bMagicNumber
+	setarg WECAHT_HEAD_VERSION
+	istore 1,contw			//bVer
+	add loopcnt,8,regd	//nLength
+	byteswap regd,pdata
+	istore 2,contw			//nLength
+	istoret 2,contw			//nCmdId
+	fetcht 2,mem_wechat_tx_nSeq
+	istoret 2,contw			//Tx nSeq
+	copy contw,regc
+	copy rega,contr
+	call memcpy_fast,user2
+	storer regd,2,mem_wechat_tx_len
+	branch wechat_air_sync_update_nSeq
+	
+wechat_air_sync_update_nSeq:
+	byteswap temp,pdata
+	pincrease 1
+	byteswap pdata,pdata
+	nbranch wechat_air_sync_store_nSeq,blank
+wechat_air_sync_reset_nSeq:
+	setarg 0x0100
+wechat_air_sync_store_nSeq:
+	store 2,mem_wechat_tx_nSeq
+	rtn
+
+
+wechat_air_sync_init_authreq_base_request:
+	setarg 0x000a
+	store 2,mem_wechat_authreq_base_request
+	setarg 0x048084
+	lshift8 pdata,pdata
+	or pdata,0x18,pdata
+	store 4,mem_wechat_authreq_protocol_version
+	setarg 0x0120
+	store 2,mem_wechat_authreq_auth_protocol
+	setarg 0x0228
+	store 2,mem_wechat_authreq_eam_mac_no_encrypt
+	setarg 0x063a
+	store 2,mem_wechat_authreq_mac_address
+	fetch 6,mem_le_lap
+	call inverse_data_6Byte
+	store 6,mem_wechat_authreq_device_address
+	rtn
+
+wechat_air_sync_ble_transmit_wechat_message:
+	fetch 1,mem_le_l2cap_att_states
+	rtnbit1 BLE_L2CAP_RECV_CONFIRMATION_PACKET
+	call le_fifo_check_nearly_full
+	nrtn blank				//no fifo
+	fetch 2,mem_le_wechat_air_sync_ptr
+	rtn blank
+	arg wechat_air_sync_ble_send_wechat_message,regc
+	branch wechat_air_sync_calc_function
+
+wechat_air_sync_ble_send_wechat_message:
+	call module_get_le_remote_mtu
+	fetch 2,mem_wechat_tx_len
+	rtn blank
+	add temp,-3,pdata		//sub handle and opcode
+	fetcht 2,mem_wechat_tx_len
+	call not_greater_than
+	copy pdata,rega
+	copy temp,pdata
+	isub rega,pdata
+	store 2,mem_wechat_tx_len
+	fetcht 1,mem_wechat_indication_handle
+	call le_att_malloc_tx_indication
+	fetch 2,mem_wechat_tx_address
+	copy pdata,contr
+	copy rega,loopcnt
+	call memcpy_fast
+	copy contr,pdata
+	store 2,mem_wechat_tx_address
+	rtn
+
+
+wechat_air_sync_calc_function:
+	call wechat_air_sync_load_in_local_buffer
+	copy regc,pdata
+	call callback_func
+	branch wechat_air_sync_store_in_global_buffer
+
+
+wechat_air_sync_load_in_local_buffer:
+	fetch 2,mem_le_wechat_air_sync_ptr
+	rtn blank
+	copy pdata,contr
+	arg WECHAT_AIR_SYNC_STRUCT_SIZE,loopcnt
+	arg mem_wechat_indication_handle,contw
+	branch memcpy_fast
+
+wechat_air_sync_store_in_global_buffer:
+	fetch 2,mem_le_wechat_air_sync_ptr
+	rtn blank
+	copy pdata,contw
+	arg WECHAT_AIR_SYNC_STRUCT_SIZE,loopcnt
+	arg mem_wechat_indication_handle,contr
+	branch memcpy_fast
+
+
+//input:rega is data ptr
+//regb is data length
+wechat_air_sync_send_wechat_packet:
+	call enable_user
+	fetch 2,mem_le_wechat_air_sync_ptr
+	rtn blank
+	arg wechat_air_sync_send_wechat_packet_cb,regc
+	branch wechat_air_sync_calc_function
+
+wechat_air_sync_send_wechat_packet_cb:
+	fetch 2,mem_wechat_tx_len
+	nrtn blank
+	call disable_user
+	call disable_user2
+	add regb,6,loopcnt
+	arg ECI_REQ_SEND_DATA,temp
+	call wechat_air_sync_send_message_without_payload
+	copy regc,contw
+	setarg 0x12000a
+	istore 3,contw
+	istorer regb,1,contw
+	copy rega,contr
+	copy regb,loopcnt
+	call memcpy_fast
+	setarg 0x0018
+	istore 2,contw
+	rtn
+
+endif
+
Index: program/ble_protocol_stack/le_l2cap_signalling.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/ble_protocol_stack/le_l2cap_signalling.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/ble_protocol_stack/le_l2cap_smp.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/ble_protocol_stack/le_l2cap_smp.prog	(working copy)
@@ -0,0 +1,612 @@
+
+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 patch23_6,mem_patch23
+	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
+	fetch 1,mem_device_option
+	rtnne dvc_op_module
+	call le_check_master_addr_type
+	nrtn user
+	branch app_ble_store_reconn_info
+
+//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 patch23_7,mem_patch23
+	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
+	call ui_ipc_send_event
+	fetch 1,mem_device_option
+	rtnne dvc_op_module
+	call le_check_master_addr_type
+	rtn user
+	branch app_ble_store_reconn_info
+
+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 patch24_0,mem_patch24
+	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 patch24_1,mem_patch24
+	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 patch24_2,mem_patch24
+	force LE_L2CAP_CID_SMP,regb
+	branch le_fifo_malloc_tx_l2cap
+
+
Index: program/ble_protocol_stack/le_ll.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/ble_protocol_stack/le_ll.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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 patch24_3,mem_patch24
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/bt.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/bt.prog	(working copy)
@@ -0,0 +1,1650 @@
+//define RAM_VERSION
+//define CLK24M
+//define ACL_DEBUG
+//define SECURE_CONNECTION
+define COMPILE_KEYSCAN
+
+define DEBUG_RF_INIT
+
+define COMPILE_SHUTTER
+define COMPILE_MOUSE
+define COMPILE_MODULE
+define COMPILE_USB
+define COMPILE_DONGLE
+define COMPILE_LE
+define COMPILE_24G
+define COMPILE_CAR
+define COMPILE_REMOTE_CAR
+//define COMPILE_WECHAT
+//define COMPLIE_TEST
+define FUNC_FAN_MODULE
+define FCC_AUTH
+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:
+	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
+	enable user
+	rtn
+
+
+
+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
+	branch gain_control
+
+
+
+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
+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
+
+
+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
+
+	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
+
+gain_control:
+	bpatch patch03_2,mem_patch03
+	fetch 1,mem_gain_fix
+	rtneq 0xff
+	nbranch  gain_increase,sync
+	fetch 1,mem_modem_rssi
+	sub pdata,0xf0,null
+	nbranch gain_descend,positive
+	sub pdata,0x7f,null
+	branch gain_descend,positive
+	
+	fetchr rega, 1,core_rf_rx_gain_fix
+	fetch 1,mem_gain_fix
+	rtneq 0	
+	arg mem_gain_table,contr
+	iadd contr,contr
+	ifetch 1,contr
+	isub rega,null
+	nrtn zero
+	increase -2,contr
+	ifetcht  1,contr
+	rshift4 temp,pdata
+	rshift4 rega,regb
+	isub regb,regb
+	and temp,0xf,pdata
+	and rega,0xf,rega
+	isub rega,rega
+	lshift rega,pdata
+	iadd regb,regb
+	mul32 regb,3,regb
+	fetcht 1,mem_modem_rssi
+	and temp,0x80,pdata
+	rtn blank
+add_negative:
+	setarg 0x100
+	isub temp,temp
+	copy regb,pdata
+	isub temp,pdata
+	rtn positive
+	and pdata,0xff,pdata
+	rtneq 0xff
+	rtneq 0xfe
+	
+gain_increase:	
+	fetch 1,mem_gain_fix
+	beq 1,set_rx_gain0
+	beq 2,set_rx_gain1
+//	beq 0,set_rx_gain0
+	branch set_rx_gain0
+	
+gain_descend:
+	fetch 1,mem_gain_fix
+	beq 0,set_rx_gain1
+	beq 1,set_rx_gain2
+//	beq 2,set_rx_gain2
+set_rx_gain2:
+	jam 2,mem_gain_fix
+	rtn
+
+set_rx_gain0:
+	jam 0,mem_gain_fix
+	rtn
+	
+set_rx_gain1:
+	jam 1,mem_gain_fix
+	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_3,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_4,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_5,mem_patch03
+	rtn wake
+	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_6,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
+	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
+	branch lpm_enter_sleep
+lpmwake:
+	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
+	call lpm_write_ctrl3
+	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
+	call lpm_write_ctrl2
+	fetch 1,core_lpm_isogate
+	set1 enable_retmem,pdata
+	store 1,core_lpm_isogate
+	call lpm_write_ctrl2
+	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 lpm_write_ctrl2
+	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
+	arg mem_saved_gpio,contr
+	arg core_gpio_conf,contw
+	arg GPIO_NUMBER,loopcnt
+	call memcpy
+	fetch 8,mem_saved_mark
+	iforce mark
+	fetch 8,core_gpio_wakeup_low
+	store 8,mem_gpio_wakeup_low
+	branch load_ucode
+
+lpm_save_context:
+	deposit mark
+	store 8,mem_saved_mark
+	arg core_gpio_conf,contr
+	arg mem_saved_gpio,contw
+	arg GPIO_NUMBER,loopcnt
+	call memcpy
+	fetch 1,core_spid_ctrl
+	store 1,mem_saved_spidctrl
+	branch lpm_write_gpio_wakeup
+
+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_7,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:
+	arg param_hibernate_clks,temp
+	fetch 1,mem_lpm_config+1
+	set0 7,pdata					/* lowest lpo */
+	store 1,mem_lpm_config+1
+lpm_hibernate_normal:
+	bpatch patch04_0,mem_patch04
+	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_1,mem_patch04
+	call xtal_fast_wake
+	fetch 2,mem_cb_before_lpm_sleep
+	call callback_func
+lpm_sleep_skip_cb_function:
+	fetch 4,mem_sleep_counter_all
+	iadd temp,pdata
+	store 4,mem_sleep_counter_all
+	call lpm_save_context
+	call lpm_ctrl3_cfg_dig_vsel
+	fetch 4,mem_lpm_ctrl3
+	copy pdata,regb
+	fetch 5,mem_lpm_xtalcnt
+	store 4,core_lpm_reg
+	rshift32 pdata,rega
+	until null,lpo_edge
+	deposit clkn
+	store 6,mem_sleep_clkn
+	jam lpmreg_sel_ctrl2,core_lpm_wr
+	until null,lpo_edge
+	until null,lpo_edge
+	deposit rega
+	store 1,core_lpm_isogate
+	jam lpmreg_sel_ctrl2,core_lpm_wr
+	until null,lpo_edge
+	until null,lpo_edge
+	storer regb,4,core_lpm_reg
+	jam lpmreg_sel_ctrl3,core_lpm_wr
+lpm_enter_sleep:
+	until null,lpo_edge
+	until null,lpo_edge
+	storet 4,core_lpm_reg
+	jam lpmreg_sel_counter,core_lpm_wr
+	until null,never
+
+
+
+
+lpm_recover_clk:
+	bpatch patch04_2,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 10,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
+	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_3,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_4,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_5,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_6,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_7,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
+
+
+
+	/* pdata is lpm_reg[11:0] */
+lpm_write_config:
+	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
+
+lpm_write_ctrl:
+	bpatch patch05_0,mem_patch05
+	setarg lpmreg_sel_ctrl
+	branch lpm_write
+
+lpm_write_ctrl2:
+	bpatch patch05_1,mem_patch05
+	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_2,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_3,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_4,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
+	fetch 1,mem_device_option
+	compare dvc_op_module,pdata,0xff
+	call lpm_uart_wake_lock,true
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/debug.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/fcc_auth.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/fcc_auth.prog	(working copy)
@@ -0,0 +1,264 @@
+
+
+
+ifdef 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 pp_pn9
+	branch fcc_auth_procedures
+
+
+
+fcc_auth_procedures:
+	bpatch patch0c_5,mem_patch0c
+//以下变量保持默认值
+	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 patch0c_6,mem_patch0c
+	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 patch0c_7,mem_patch0c
+	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 patch0d_0,mem_patch0d
+	//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 patch0d_1,mem_patch0d
+	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
+
+pp_pn9:
+	arg mem_pn9_size,loopcnt
+ 	arg mem_pn9,contw
+  	setarg 0x1ff
+    	force 0,regb
+pp_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 pp_pn9_loop,true
+    //copy temp,pdata
+    istoret 1,contw
+ //   inject mod,8
+    loop pp_pn9_loop
+    rtn
+
+
+
+
+fcc_le_enable:
+	bpatch patch0d_2,mem_patch0d
+	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 patch0d_3,mem_patch0d
+	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 patch0d_4,mem_patch0d
+	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 patch0d_5,mem_patch0d
+//	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 patch0d_6,mem_patch0d
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/g24_protocol_stack/24g.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/g24_protocol_stack/24g.prog	(working copy)
@@ -0,0 +1,546 @@
+
+
+g24_dispatch:
+	bpatchx patch24_4,mem_patch24
+	bmark1 mark_24g_rxmode,g24_receive_dispatch
+	branch g24_transmit_dispatch
+
+
+/****************************g24 base transceiver start********************************/
+
+g24_prep:
+	bpatchx patch24_5,mem_patch24
+	disable enable_crc
+	disable enable_white
+	setarg 0x555555
+	iforce crc24_init
+	fetch 1,mem_24g_ch
+	branch le_prep_next
+
+g24_receive_packet:
+	bpatchx patch24_6,mem_patch24
+	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_end_of_packet,zero
+	bpatchx patch24_7,mem_patch24
+	disable user7
+	isolate1 mark_ble_lr,mark
+	call g24_lr_receive_pdu_len,true
+	branch g24_end_of_packet,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_end_of_packet,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_end_of_packet,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_end_of_packet,crc_failed
+	call rf_debug_rx_crc_line	//L
+	enable user3
+	call le_match_set_txfreq
+	bpatchx patch25_0,mem_patch25
+g24_receive_skip_end:
+	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:
+	isolate1 mark_24g_rxmode,mark
+	call rssi_noise,true
+g24_end_of_packet:
+	bpatchx patch25_1,mem_patch25
+	call le_disable
+	disable encode_fec1
+	disable decode_fec1
+	branch end_of_packet
+
+g24_set_freq_tx:
+	call set_sync_on
+	fetcht 1,mem_24g_ch
+	branch set_freq_tx
+
+g24_transmit:
+	bpatchx patch25_2,mem_patch25
+	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 patch25_3,mem_patch25
+	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 patch25_4,mem_patch25
+	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 patch25_5,mem_patch25
+//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 patch25_6,mem_patch25
+//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 patch25_7,mem_patch25
+	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 patch26_0,mem_patch26
+	call g24_ch_calc
+	increase 1,temp
+	and_into 3,temp //map size =4
+	rtn
+	
+g24_ch_calc:
+	bpatchx patch26_1,mem_patch26
+	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 patch26_2,mem_patch26
+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 patch26_3,mem_patch26
+	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 patch26_4,mem_patch26
+	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 patch26_5,mem_patch26
+	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 patch26_6,mem_patch26
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/g24_protocol_stack/24g_pair.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/g24_protocol_stack/24g_pair.prog	(working copy)
@@ -0,0 +1,401 @@
+
+
+g24_pair_param_init:
+	bpatchx patch26_7,mem_patch26
+	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 patch27_0,mem_patch27
+	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 patch27_1,mem_patch27
+	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 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 patch27_2,mem_patch27
+	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 patch27_3,mem_patch27
+g24_bind_data_parse_next:
+	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:
+	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:
+	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_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_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_step
+	beq 2,g24_bind_dvc1_step_success
+	rtn
+g24_bind_dvc1_step_success:
+	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_step
+	bne 0,g24_bind_dvc2_step_success
+	rtn
+g24_bind_dvc2_step_success:
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/g24_protocol_stack/24g_receiver.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/g24_protocol_stack/24g_receiver.prog	(working copy)
@@ -0,0 +1,564 @@
+
+g24_receive_init:
+	set1 mark_24g_rxmode,mark
+	fetch 1,mem_tx_power
+	store 1,mem_tx_power_temp
+	call g24_rx_window_init
+	branch rssi_receiver_buff_init
+
+g24_receive_dispatch:
+	fetch 2,mem_cb_24g_receive_process
+	branch callback_func
+
+g24_ackpayload_prep:
+	bpatchx patch27_4,mem_patch27
+	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 patch27_5,mem_patch27
+	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 patch27_6,mem_patch27
+	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 patch27_7,mem_patch27
+	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 patch28_0,mem_patch28
+	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 patch28_1,mem_patch28
+	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 patch28_2,mem_patch28
+	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 patch28_3,mem_patch28
+	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 patch28_4,mem_patch28
+	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 patch28_5,mem_patch28
+	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 patch28_6,mem_patch28
+	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 patch28_7,mem_patch28
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/g24_protocol_stack/24g_reconn.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/g24_protocol_stack/24g_reconn.prog	(working copy)
@@ -0,0 +1,162 @@
+
+/****************************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 patch29_0,mem_patch29
+	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
+	store 4,mem_24g_receiver_addr	
+g24_ch_syncword_crc8_init:	
+	call g24_update_addr_and_synccrc8
+	branch g24_ch
+
+
+g24_reconn_dispatch:
+	bpatchx patch29_1,mem_patch29
+	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
+g24_reconn_receiver_succ:
+	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	
+	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
+	jam BT_EVT_24G_ATTEMPT_SUCCESS,mem_fifo_temp
+	call ui_ipc_send_event
+g24_txbuf_clear:
+	bpatchx patch29_2,mem_patch29
+	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 3,pdata	// each 8 times switch
+	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_pair_init_param,true
+	branch g24_reconn_device_3_0_addr
+
+
+/****************************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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/g24_protocol_stack/24g_rssi.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/g24_protocol_stack/24g_rssi.prog	(working copy)
@@ -0,0 +1,112 @@
+
+/****************************g24 rssi general start********************************/
+
+rssi_store:
+	bpatchx patch29_3,mem_patch29
+	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 patch29_4,mem_patch29
+	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:
+	call 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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/g24_protocol_stack/24g_transmitter.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/g24_protocol_stack/24g_transmitter.prog	(working copy)
@@ -0,0 +1,384 @@
+
+
+g24_transmit_init:
+	fetch 4,mem_24g_lap		//need to roll this address
+	store 4,mem_24g_device_addr
+	call g24_rx_window_init
+	branch rssi_transmitter_buff_init
+
+g24_interval_param_4ms:
+	setarg G24_4MS_INTERVAL_PARAM
+	store 3,mem_24g_short_sleep_set
+	setarg 0x100c0c
+	store 3,mem_24g_interval
+	setarg 0x00bb80
+	store 3,mem_24g_long_sleep_set
+	jam 5,mem_24g_fast_hop_count
+	rtn
+
+g24_interval_param_8ms:
+	setarg G24_8MS_INTERVAL_PARAM
+	store 3,mem_24g_short_sleep_set
+	setarg 0x1c1919
+	store 3,mem_24g_interval
+	setarg 0x017700
+	store 3,mem_24g_long_sleep_set
+	jam 11,mem_24g_fast_hop_count
+	rtn
+
+
+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 patch29_5,mem_patch29
+	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
+g24_short_sleep:
+	bpatchx patch29_6,mem_patch29
+	call g24_lpm_wait
+	nrtn user
+	call clear_wake
+	fetch 3,mem_24g_short_sleep_set
+	branch g24_long_seep2
+
+
+
+
+/****************************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:
+	jam 0,mem_24g_retry
+g24_transmit_loop:
+	fetchr timeup,2,mem_param_rx_setup
+	until clkn_rt,meet
+	call g24_transmit_receive_ack
+	fetch 1,mem_24g_no_ack	//tx noack
+	beq no_ack_24g,g24_transmit_no_ack
+	nbranch g24_retransmit,sync
+	nbranch g24_retransmit,user3
+	call g24_ackpayload_parse
+	fetch 1,mem_device_option
+	beq dvc_op_mouse,mouse_wakeup_24g
+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 patch29_7,mem_patch29
+	setarg 0
+	store 1,mem_24g_ensure
+	store 2,mem_24g_txfail_cnt
+	rtn
+
+g24_transmit_receive_ack:
+	bpatchx patch2a_0,mem_patch2a
+	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_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
+	branch g24_transmit_loop
+
+
+g24_ackpayload_parse:
+	bpatchx patch2a_1,mem_patch2a
+	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 patch2a_2,mem_patch2a
+	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 patch2a_3,mem_patch2a
+	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
+	call g24_transmit_by_interrupt_exit
+	call g24_search_receiver
+	branch g24_long_sleep
+
+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_long_sleep:
+	bpatchx patch2a_4,mem_patch2a
+	call g24_lpm_wait
+	nrtn user
+	fetch 1,mem_device_option
+	beq dvc_op_mouse,mouse_24g_long_sleep
+	fetch 8,mem_24g_enter_hibernate
+g24_long_seep2:
+	call clk2lpo
+	storet 4,mem_sleep_counter
+	branch lpm_sleep
+
+g24_lpm_wait:
+	bpatchx patch2a_5,mem_patch2a
+	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_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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/g24_protocol_stack/24g_txpower_ctrl.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/g24_protocol_stack/24g_txpower_ctrl.prog	(working copy)
@@ -0,0 +1,95 @@
+
+/****************************g24 transmitter tx power start********************************/
+
+power_ctrl_start:
+	bpatchx patch2a_6,mem_patch2a
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BLE_ADV
+//	rtnbit1 UI_STATE_BT_RECONNECT
+//	rtnbit1 UI_STATE_BT_DISCOVERY
+	fetchr rega,2,mem_rssi_signal_buf_ptr
+	call rssi_average
+	storet 1,mem_rssi_avg_received
+	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/hci_main.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/hci_main.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/hci_main.prog	(working copy)
@@ -0,0 +1,302 @@
+/*********************************/
+/**********   HCI  *****************/
+/*********************************/
+
+hci_init:
+	clear_stack		//清空堆栈
+	call wdt_set_disable
+	call hci_init_clksel_xtal
+	call hci_init_uart_default_config
+	call hci_init_uart_config
+	call hci_init_pwm_default_config
+	call hci_init_pwm
+
+	jam 1,mem_hci_command_complete_num_hci_command_packet
+	jam HCI_H4_TYPE_EVENT,mem_hci_event_head_type
+
+hci_process_loop:
+	call hci_process_check_uart_rx
+	branch hci_process_loop
+	
+hci_init_clksel_xtal:
+	jam clksel_xtal,core_clksel
+	rtn
+
+hci_init_uart_default_config:
+	call hci_init_uart_default_config_tx
+	call hci_init_uart_default_config_rx
+	call hci_init_uart_default_config_rts
+	branch hci_init_uart_default_config_cts
+
+hci_init_uart_default_config_tx:
+	fetch 1,mem_hci_uart_tx_gpio
+	nrtn blank
+	jam HCI_UART_TX_GPIO_NUM,mem_hci_uart_tx_gpio
+	rtn	
+
+hci_init_uart_default_config_rx:
+	fetch 1,mem_hci_uart_rx_gpio
+	nrtn blank
+	jam HCI_UART_RX_GPIO_NUM,mem_hci_uart_rx_gpio
+	rtn	
+hci_init_uart_default_config_rts:
+	fetch 1,mem_hci_uart_rts_gpio
+	nrtn blank
+	jam HCI_UART_RTS_GPIO_NUM,mem_hci_uart_rts_gpio
+	rtn	
+hci_init_uart_default_config_cts:
+	fetch 1,mem_hci_uart_cts_gpio
+	nrtn blank
+	jam HCI_UART_CTS_GPIO_NUM,mem_hci_uart_cts_gpio
+	rtn	
+
+
+hci_init_uart_config:
+	setarg mem_h5rx_buf
+	store 2,mem_pdatatemp
+	setarg mem_h5rx_buf_end
+	istore 2,contw
+	setarg mem_h5tx_buf
+	istore 2,contw
+	setarg mem_h5tx_buf_end
+	istore 2,contw	
+	fetch 8,mem_pdatatemp
+	call uarta_init_dma_mem
+	call uart_clock_select_main_freq_crystal
+	arg 115200,temp
+	call uarta_calc_baud_rate_config
+	fetch 1,mem_hci_uart_tx_gpio
+	arg gpcfg_uart_txd,temp
+	call gpio_config_function_int
+	fetch 1,mem_hci_uart_rx_gpio
+	arg gpcfg_uart_rxd|gpcfg_pullup,temp
+	call gpio_config_function_int
+	fetch 1,mem_hci_uart_rts_gpio
+	arg gpcfg_uart_rts,temp
+	call gpio_config_function_int
+	fetch 1,mem_hci_uart_cts_gpio
+	arg gpcfg_uart_cts,temp
+	call gpio_config_function_int
+
+	arg FUN_UART_CONTROL_ENABLE|FUN_UART_CONTROL_SETTING_RATE_BAUD,temp
+	storet 1,core_uart_ctrl
+	branch clean_mem
+
+hci_init_pwm_default_config:
+	fetch 1,mem_hci_pwm_12mhz_gpio
+	nrtn blank
+	jam HCI_PMW_12MHZ_GPIO_NUM,mem_hci_pwm_12mhz_gpio
+	rtn	
+
+hci_init_pwm:
+	fetch 1,mem_hci_pwm_12mhz_gpio
+	arg gpcfg_pwm_out0,temp
+	call gpio_config_function_int
+	arg 0x40,rega
+	call pwm_init
+	arg 0,rega
+	arg 0,regb
+	setarg 0
+	call pwm_duty_cycle_set
+	arg 0,queue
+	branch pwm_set_select
+
+
+hci_process_check_uart_rx:
+	fetch 2,core_uart_rxitems
+	add pdata,-4,rega
+	nrtn positive
+	call uarta_prepare_rx
+	ifetch 1,contru
+	beq HCI_H4_TYPE_CMD,hci_parse_packet_cmd
+//	beq HCI_H4_TYPE_ACL,hci_parse_packet_acl
+	call delay_10ms
+	branch uarta_clear_current_rx
+
+//hci_parse_packet_acl:
+//	rtn
+hci_parse_packet_cmd:
+	ifetch 2,contru	// Opcode
+	store 2,mem_hci_opcode
+	arg 0x3ff,temp
+	iand temp,temp	//low 10bit
+	storet 2,mem_hci_opcode_ocf
+	rshift2 pdata,pdata
+	rshift8 pdata,pdata	//high 6bit
+	store 1,mem_hci_opcode_ogf
+	ifetch 1,contru	// parameter total length
+	pincrease -1		//大于等于
+	isub rega,null
+	rtn positive
+	call hci_parse_complete_packet
+	branch hci_drop_current_packet
+
+hci_parse_complete_packet:
+	fetch 1,mem_hci_opcode_ogf
+//	beq HCI_OGF_LINK_CONTROL,hci_parse_packet_cmd_ogf_link_control
+//	beq HCI_OGF_LINK_POLICY,hci_parse_packet_cmd_ogf_link_policy
+//	beq HCI_OGF_CONTROLLER_AND_BASEBAND,hci_parse_packet_cmd_ogf_controller_and_baseband
+//	beq HCI_OGF_INFOMATIONAL_PARAM,hci_parse_packet_cmd_ogf_infomational_parameters
+//	beq HCI_OGF_STATUS_PARAM,hci_parse_packet_cmd_ogf_status_parameters
+//	beq HCI_OGF_TEST,hci_parse_packet_cmd_ogf_testing
+//	beq HCI_OGF_LE_CONTROLLER,hci_parse_packet_cmd_ogf_le_controller
+	beq HCI_OGF_VENDOR_SPECIFIC_DEBUG,hci_parse_packet_cmd_ogf_vendorspecific_debug
+	branch hci_send_event_command_complete_error_command_nuknown
+
+//hci_parse_packet_cmd_ogf_link_control:
+//hci_parse_packet_cmd_ogf_link_policy:
+//hci_parse_packet_cmd_ogf_controller_and_baseband:
+//hci_parse_packet_cmd_ogf_infomational_parameters:
+//hci_parse_packet_cmd_ogf_status_parameters:
+//hci_parse_packet_cmd_ogf_testing:
+//hci_parse_packet_cmd_ogf_le_controller:
+
+hci_parse_packet_cmd_ogf_vendorspecific_debug:
+	bpatch patch0d_7,mem_patch0d
+	fetch 1,mem_hci_opcode_ocf
+	beq HCI_VENDOR_CMD_RESET,hci_normal_reply
+	beq HCI_VENDOR_CMD_CHIPID,phci_grp_vendor_chipid
+	beq HCI_VENDOR_CMD_BAUD,phci_grp_vendor_baud
+	beq HCI_VENDOR_CMD_PATCH,phci_grp_vendor_patch
+	beq HCI_VENDOR_CMD_PATCH_DONE,phci_grp_vendor_done
+	beq HCI_VENDOR_CMD_ECHO,hci_normal_reply
+	beq HCI_VENDOR_CMD_MEM,phci_grp_vendor_mem
+	beq HCI_VENDOR_CMD_SET_FLOW_CONTROL,phci_grp_vendor_flow_control
+	branch hci_normal_reply
+
+	
+phci_grp_vendor_chipid:
+	jam COMMAND_SUCCEEDED,mem_hci_command_complete_return_parameter
+	fetch 2,core_chipid
+	store 2,mem_hci_command_complete_return_parameter_chip_id
+	arg 3,loopcnt
+	branch hci_send_event_command_complete
+	
+phci_grp_vendor_baud:
+	ifetch 2,contu
+	store 2,core_uart_baud
+	rtn
+
+
+phci_grp_vendor_patch_common:
+	ifetch 1,contu
+	copy pdata,temp //check sum via temp
+	store 1,core_ucode_low
+	ifetch 1,contu
+	iadd temp,temp
+	set1 7,pdata
+	store 1,core_ucode_ctrl
+	ifetch 1,contu
+	iadd temp,temp
+	copy pdata,loopcnt
+	rtn
+	
+phci_grp_vendor_patch:
+	call phci_grp_vendor_patch_common
+phci_grp_vendor_patch_loop:
+	ifetch 1,contu
+	store 1,core_ucode_data
+	iadd temp,temp
+	loop phci_grp_vendor_patch_loop
+phci_grp_vendor_patch_check_sum:	
+	and temp,0xff,temp
+	ifetch 1,contu
+	isub temp,null
+	nbranch phci_grp_vendor_patch_bad,zero
+	branch hci_normal_reply
+
+phci_grp_vendor_done:
+	arg 0x20,loopcnt    //patch switch length
+	arg mem_patch00,contw
+	arg 0,temp //checksum
+phci_grp_vendor_done_loop:
+	ifetch 1,contu
+	istore 1,contw
+	iadd temp,temp
+	loop phci_grp_vendor_done_loop
+	and temp,0xff,temp
+	ifetch 1,contu
+	isub temp,null
+	nbranch phci_grp_vendor_patch_bad,zero
+	jam 0,core_ucode_ctrl
+	call hci_normal_reply
+	call wait_uarttx
+	branch soft_reset
+
+phci_grp_vendor_patch_bad:
+	jam 0,core_ucode_ctrl
+	branch hci_send_event_command_complete_error_command_nuknown
+	
+
+phci_grp_vendor_mem:
+	ifetch 1,contu
+	copy pdata,loopcnt
+	ifetch 2,contu
+	copy pdata,contw
+	call uart_copy_rx_bytes
+	branch hci_normal_reply
+
+phci_grp_vendor_flow_control:
+	fetch 1,core_uart_ctrl
+	set1 BIT_UART_CONTROL_FLOW_CONTROL,pdata
+	store 1,core_uart_ctrl
+	branch hci_normal_reply
+
+	
+hci_normal_reply:
+	branch hci_send_event_command_complete_without_payload
+
+hci_send_event_command_complete_error_command_nuknown:
+	jam COMMAND_UNKNOWN,mem_hci_command_complete_return_parameter
+	branch hci_send_event_command_complete_without_payload+1
+hci_send_event_command_complete_error_command_disallowed:
+	jam COMMAND_DISALLOWED,mem_hci_command_complete_return_parameter
+	branch hci_send_event_command_complete_without_payload+1
+hci_send_event_command_complete_without_payload:
+	jam COMMAND_SUCCEEDED,mem_hci_command_complete_return_parameter
+	arg 1,loopcnt
+	branch hci_send_event_command_complete
+
+/***************
+function:send command complete event to host
+input:
+mem_mesh_command_complete_num_hci_command_packet:
+Num Hci Command Packet Commonly used 1
+mem_mesh_hci_opcode:command opcode ,OCF & OGF
+loopcnt:return parameters data length
+mem_mesh_command_complete_return_parameter
+:return parameters data point
+***************/
+hci_send_event_command_complete:
+	jam HCI_EVENT_COMMAND_COMPLETE,mem_hci_event_head_event_code
+	add loopcnt,3,pdata
+	store 1,mem_hci_event_para_total_length
+	call hci_prepare_send_event
+	fetch 3,mem_hci_command_complete_num_hci_command_packet
+	istore 3,contwu
+//	copy rega,contr
+	arg mem_hci_command_complete_return_parameter,contr
+	call uart_copy_tx_bytes
+	branch uarta_send_register_pop
+
+//mem_mesh_event_head_event_code:event code
+//mem_mesh_event_para_total_length:parameter total length
+hci_prepare_send_event:
+	call uarta_prepare_tx_register_push
+	fetch 3,mem_hci_event_head_type
+	istore 3,contwu
+	rtn
+
+hci_drop_current_packet:
+	call uarta_prepare_rx
+	increase 3,contru
+	ifetch 1,contru
+	iadd contru,contru
+	branch uarta_rxdone
+
+cmd_exit:
+	jam 0,mem_hci_cmd
+	rtn
+
+
+
Index: program/kscan_peipherals.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/kscan_peipherals.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/kscan_peipherals.prog	(working copy)
@@ -0,0 +1,152 @@
+
+
+
+ifdef COMPILE_KEYSCAN
+/****************************************key scan***************************************/
+/******the key_scan use explain******
+
+* First:call kscan_init
+* Second:call kscan_main
+* Finally: the key scanning reault is mem_kscan_value.
+
+******
+***************************************************************************************
+*/
+kscan_init:  
+	fetch 2,mem_kscan_ptr
+	copy pdata,regc
+	call kscan_row_num_select
+	branch kscan_col_num_select
+
+kscan_col_init:
+	setarg 0
+	add regc,KEYSCAN_OFFECT_SHIFT_COUNT,rega
+	istore 1,rega
+	add regc,KEYSCAN_OFFECT_COL_NUM,rega
+	ifetch 1,rega
+	branch kscan_value_init,blank
+	copy pdata,loopcnt
+	add regc,KEYSCAN_OFFECT_COL_CONF_PIN,regb
+kscan_col_loop: 
+	ifetcht 1, regb
+	call gpio_config_output
+	ifetcht 1, regb
+	call gpio_out_active
+	call kscan_value_init             
+	ifetcht 1,regb
+	call gpio_config_input
+	increase 1,regb
+	loop kscan_col_loop
+	rtn  
+kscan_row_num_select:          
+	add regc,KEYSCAN_OFFECT_ROW_NUM,contw
+	ifetch 1,contw 
+	rtn blank
+	copy pdata,loopcnt
+	add regc,KEYSCAN_OFFECT_ROW_CONF_PIN,rega
+	branch kscan_ioselect_input   
+kscan_col_num_select:           
+	add regc,KEYSCAN_OFFECT_COL_NUM,contw
+	ifetch 1,contw 
+	rtn blank
+	copy pdata,loopcnt
+	add regc,KEYSCAN_OFFECT_COL_CONF_PIN,rega
+	branch kscan_ioselect_input
+kscan_ioselect_input: 
+	ifetcht 1,rega
+	call gpio_config_input 
+	increase 1,rega
+	loop kscan_ioselect_input
+	rtn
+kscan_value_init:
+	setarg 0
+	add regc,KEYSCAN_OFFECT_ROW_COUNT,rega
+	istore 1,rega
+	add regc,KEYSCAN_OFFECT_ROW_CONF_PIN,rega
+kscan_save_vaule:
+	ifetcht 1,rega       
+	call gpio_get_bit   
+	add regc,KEYSCAN_OFFECT_VALUE_TEMP,temp
+	ifetch 2,temp
+ 	add regc,KEYSCAN_OFFECT_SHIFT_COUNT,contr
+	ifetcht 1,contr
+	copy temp,queue
+	qsetflag true,pdata
+
+	add regc,KEYSCAN_OFFECT_VALUE_TEMP,temp
+ 	istore 2,temp
+	increase 1,rega
+    
+	add regc,KEYSCAN_OFFECT_SHIFT_COUNT,contw
+	ifetch 1,contw 
+	increase 1,pdata
+	istore 1,contw
+    
+	add regc,KEYSCAN_OFFECT_ROW_COUNT,contw
+	ifetcht 1,contw 
+	increase 1,temp
+	istoret 1,contw
+	add regc,KEYSCAN_OFFECT_ROW_NUM,contw
+	ifetch 1,contw 
+	ixor temp,null  
+	nbranch kscan_save_vaule,zero
+	rtn       
+	
+	
+kscan_lpm_berfore:
+	fetch 2,mem_kscan_ptr
+	copy pdata,regc
+ 	add regc,KEYSCAN_OFFECT_ROW_NUM,contw
+ 	ifetch 1,contw 
+	copy pdata,loopcnt
+	add regc,KEYSCAN_OFFECT_COL_CONF_PIN,rega
+kscan_select_wake:    
+	ifetcht 1,rega
+	call gpio_set_wake   
+	increase 1,rega
+	loop kscan_select_wake
+	rtn
+
+kscan_clkn_bt_timer_check:
+	ifetcht 4,rega
+	copy clkn_bt,pdata
+	isub temp,null
+	rtn positive
+	setarg 0
+	istore 4,rega
+	rtn
+
+kscan_process:
+	fetch 2,mem_kscan_ptr
+	copy pdata,regc
+	add regc,KEYSCAN_OFFECT_BTCLK,rega
+	call kscan_clkn_bt_timer_check
+	ifetch 4,rega
+	add regc,KEYSCAN_OFFECT_BTCLK_INTERVAL,regb
+	ifetcht 1,regb
+	iadd temp,temp
+	copy clkn_bt,pdata
+	isub temp,null
+	nrtn positive
+	istore 4,rega
+	call kscan_col_init  
+	add regc,KEYSCAN_OFFECT_VALUE_TEMP,rega
+	ifetch 2,rega
+	add regc,KEYSCAN_OFFECT_LASVALUE,rega
+	ifetcht 2,rega
+	istore 2,rega
+	iand temp,pdata
+	add regc,KEYSCAN_OFFECT_VALUE,rega    
+	istore 2,rega 
+	rtn  
+
+endif
+	
+	
+
+
+
+	
+    
+	
+
Index: program/l2cap.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/l2cap.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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 patch0e_0,mem_patch0e
+	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 patch0e_1,mem_patch0e
+	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 patch0e_2,mem_patch0e
+	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 patch0e_3,mem_patch0e
+	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 patch0e_4,mem_patch0e
+	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 patch0e_5,mem_patch0e
+	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 patch0e_6,mem_patch0e
+	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 patch0e_7,mem_patch0e
+	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 patch0f_0,mem_patch0f
+	fetch 3,mem_tx_fifo1
+	rtn
+
+
+/*********************************************************/
+//bool fifo_is_empty(void)
+//blank == 1: empty
+//blank == 0: not empty
+/*********************************************************/
+l2cap_malloc_is_fifo_empty:
+	bpatch patch0f_1,mem_patch0f
+	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 patch0f_2,mem_patch0f
+	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 patch0f_3,mem_patch0f
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/patch.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/patch.prog	(working copy)
@@ -0,0 +1,571 @@
+
+//define UART_LOG
+
+	bbit1 8,pf_patch_ext
+	beq patch00_0,p_soft_reset
+	beq patch02_5,p_set_freq_tx
+	beq patch06_6,p_dongle_usb_dispatch
+	beq patch0c_2,p_app_init
+	beq patch17_1,p_usb_init
+	beq patch1a_5,p_le_enable_phy_by_pdata
+	branch assert
+
+pf_patch_ext:
+	rtneq patch3f_7
+	beq patch25_0,p_g24_receive_skip_end
+	beq patch27_2,p_g24_bind_data_process
+	beq patch27_3,p_g24_bind_data_parse_next
+	beq patch27_5,p_g24_receive_packet_start_next
+	beq patch28_1,p_g24_mode_switch_bind_search
+	beq patch28_4,p_g24_search_mode_auto
+	beq patch30_0,p_dongle_default_init
+	branch assert
+
+
+p_soft_reset:
+	clear_stack
+	fetch 4,mem_lpm_ctrl3
+	store 4,core_lpm_reg
+	call lpm_write_ctrl3
+	call app_param_init
+	call initialize_radio
+	call iic_init_360khz
+	call p_init_param
+	branch soft_reset+6
+
+p_init_param:
+	setarg 0 
+	store 8,mem_le_adv_transmit
+	istore 6,contw
+	branch init_param+2
+
+p_dongle_default_init:
+ifdef UART_LOG
+	call p_device_hardware_init
+endif
+	call dongle_default_init+1
+	jam TX_POWER_F20DB,mem_24g_pair_tx_power
+	jam OFF,mem_24g_disable_fec1
+	call g24_enable_1M
+	fetch 1,mem_dg_sys_config
+	rtnbit0 DG_ENABLE_NEW_REVISION
+	jam ON,mem_24g_disable_fec1
+	branch g24_enable_2M
+
+
+p_dongle_usb_dispatch:
+	call p_wdt_kick
+	branch dongle_usb_dispatch+1
+
+p_wdt_kick:
+	setarg 16	//about 148ms
+	branch wdt_init_config
+
+p_app_init:
+	setarg p_dongle_dispatch
+	store 2,mem_cb_24g_receive_process
+	branch dongle_init+2
+
+p_dongle_dispatch:
+	fetch 1,mem_24g_pair_mode
+	beq 0x00,p_dongle_auto_bind
+	branch dongle_dispatch+1
+
+p_dongle_auto_bind:
+	call g24_mode_switch_init
+p_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
+	call p_dongle_led_state_dispatch
+	branch p_dongle_auto_bind_loop
+
+
+
+p_usb_init:
+	call enable_authrom
+	call usb_init_param
+
+	setarg TIMER_500MS
+	call p_timer_init
+	call p_led_on
+
+	
+	jam 0x03,mem_devicedesc+17	//enable iSerialNumber
+	jam 0x00,core_usb_config
+	nop 10000
+	jam 0x00,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_new
+	store 2,core_usb_rx_saddr
+	store 2,core_usb_rxptr
+	setarg mem_usb_rxbuf_new_end
+	store 2,core_usb_rx_eaddr
+	branch usb_init+16
+
+
+p_led_on:
+	jam ON,mem_led_state
+	fetcht 1,mem_usb_state_led_gpio
+	call gpio_config_output
+	fetcht 1,mem_usb_state_led_gpio
+	branch gpio_out_inactive
+p_led_off:
+	jam OFF,mem_led_state
+	fetcht 1,mem_usb_state_led_gpio
+	call gpio_config_output
+	fetcht 1,mem_usb_state_led_gpio
+	branch gpio_out_active
+
+
+p_dongle_led_state_dispatch:
+	fetch 1,mem_24g_work_mode
+	beq DONGLE_WORK,p_dongle_work_led_blink_timer_check
+	beq DONGLE_BIND,p_dongle_bind_led_blink_timer_check
+	beq DONGLE_SEARCH,p_dongle_search_led_blink_timer_check
+	rtn
+
+p_dongle_work_led_blink_timer_check:
+	fetch 1,mem_24g_rxdata_temp+2
+	rtn blank
+	call p_timer_check
+	nrtn blank
+	fetch 1,mem_led_state
+	beq ON,p_dongle_work_led_off
+	call p_led_on
+	branch p_dongle_work_led_blink_timer_init
+
+p_dongle_bind_led_blink_timer_check:
+	call p_timer_check
+	nrtn blank
+	fetch 1,mem_led_state
+	beq ON,p_dongle_bind_led_off
+	call p_led_on
+	branch p_dongle_bind_led_blink_timer_init
+
+p_dongle_search_led_blink_timer_check:
+	call p_timer_check
+	nrtn blank
+	fetch 1,mem_led_state
+	rtneq OFF
+	branch p_led_off
+	
+p_dongle_work_led_off:
+	call p_led_off
+p_dongle_work_led_blink_timer_init:
+	setarg TIMER_50MS
+	branch p_timer_init
+
+p_dongle_bind_led_off:
+	call p_led_off
+p_dongle_bind_led_blink_timer_init:
+	setarg TIMER_500MS
+	branch p_timer_init	
+
+p_timer_init:
+	arg dongle_led_blink_timer,queue
+	branch timer_init
+p_timer_check:
+	arg dongle_led_blink_timer,queue
+	branch timer_check
+
+p_dongle_disconnected_timer_init:
+	arg ui_led_blink2,queue
+	branch timer_init
+
+p_dongle_disconnected_timer_check:
+	arg ui_led_blink2,queue
+	branch timer_check
+	
+
+
+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_set_freq_tx:
+	jam 0x12,core_syn_top_ctrl
+	storet 1,mem_last_freq
+	add temp,2,rega
+	call rf_tx_write_freq
+	//bmark1 mark_pllon,txon
+	nop 0x3c0
+	branch txon
+
+
+p_g24_receive_skip_end:
+	fetch 1,mem_dg_sys_config
+	bbit0 DG_ENABLE_NEW_REVISION,g24_receive_skip_end
+	nop 300
+	fetch 1,mem_24g_rxbuf+1
+	set1 bit_ack_24g,pdata
+	store 1,mem_24g_rxbuf+1	//sending ack once
+	//set1 mark_pllon,mark	//not waiting pll on	
+	call g24_ackpayload_prep
+	call g24_transmit_prep
+	branch g24_transmit
+
+
+
+p_g24_mode_switch_bind_search:
+	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
+	fetch 1,mem_24g_bind_device_living
+	compare 3,pdata,3
+	branch g24_mode_B_S_switch_exit,true
+	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
+	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_search_mode_enable
+	beq 1,g24_bind_mode_enable
+	rtn
+
+
+
+p_g24_bind_data_process:
+	call g24_rx_interrupt_clear
+	call g24_receive_packet
+	nbranch g24_rx_interrupt_clear,user3
+ifdef UART_LOG
+	call p_24g_rxpayload_print
+endif
+	call g24_bind_data_parse
+	call p_g24_bind_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
+
+
+p_g24_bind_transmit_ack:
+	fetch 1,mem_24g_rxbuf
+	store 1,mem_24g_data_type
+	call g24_read_len_pid_crc
+	call g24_ackpayload_prep
+	nbranch g24_end_of_packet,user3
+	call g24_transmit_prep
+	call g24_transmit
+ifdef UART_LOG
+	call p_24g_txpayload_print
+endif
+	branch g24_end_of_packet
+
+
+p_g24_bind_data_parse_next:
+	fetch 1,mem_24g_rxdata_temp+2
+	beq DATATYPE_BIND,p_g24_bind_first_step	//bind step 1
+	beq DATATYPE_CONFIG,p_g24_bind_second_step
+	beq DATATYPE_OK,p_g24_bind_third_step
+	beq DATATYPE_ATTEMP,p_g24_data_attemp
+	rtn
+
+p_g24_bind_first_step:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,p_g24_bind_first_step_device1
+	beq DATATYPE_DEVICE2,p_g24_bind_first_step_device2
+	rtn
+p_g24_bind_first_step_device1:
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	branch g24_bind_first_step_device1
+p_g24_bind_first_step_device2:
+	fetch 1,mem_24g_device2_bind_disable
+	nrtn blank
+	branch g24_bind_first_step_device2
+
+p_g24_bind_second_step:
+	fetch 1,mem_24g_pair_switch
+	branch p_g24_bind_second_step_skip,blank
+	fetch 4,mem_24g_rxdata_temp+4
+	fetcht 4,mem_24g_lap
+	isub temp,null
+	nrtn zero
+p_g24_bind_second_step_skip:	
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,p_g24_bind_second_step_device1
+	beq DATATYPE_DEVICE2,p_g24_bind_second_step_device2
+	rtn
+p_g24_bind_second_step_device1:
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	branch g24_bind_second_step_device1
+p_g24_bind_second_step_device2:
+	fetch 1,mem_24g_device2_bind_disable
+	nrtn blank
+	branch g24_bind_second_step_device2
+
+p_g24_bind_third_step:
+	fetch 1,mem_24g_pair_switch
+	branch p_g24_bind_third_step_skip,blank
+	fetch 4,mem_24g_rxdata_temp+4
+	fetcht 4,mem_24g_transmitter_addr
+	isub temp,null
+	nrtn zero
+p_g24_bind_third_step_skip:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,p_g24_bind_third_step_device1
+	beq DATATYPE_DEVICE2,p_g24_bind_third_step_device2
+	rtn
+
+p_g24_bind_third_step_device1:
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	fetch 1,mem_24g_device1_bind_step
+	beq 2,p_g24_bind_dvc1_step_success
+	rtn
+p_g24_bind_dvc1_step_success:
+	jam 1,mem_24g_device1_bind_disable	
+	branch g24_bind_dvc1_step_success+1
+
+p_g24_bind_third_step_device2:
+	fetch 1,mem_24g_device2_bind_disable
+	nrtn blank
+	fetch 1,mem_24g_device2_bind_step
+	bne 0,p_g24_bind_dvc2_step_success
+	rtn
+p_g24_bind_dvc2_step_success:
+	jam 1,mem_24g_device2_bind_disable
+	branch g24_bind_dvc2_step_success+1
+
+
+p_g24_data_attemp:
+	fetch 1,mem_24g_rxdata_temp+3
+	beq DATATYPE_DEVICE1,p_g24_data_attemp_device1
+	beq DATATYPE_DEVICE2,p_g24_data_attemp_device2
+	rtn
+p_g24_data_attemp_device1:
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	branch g24_data_attemp_device1
+
+p_g24_data_attemp_device2:
+	fetch 1,mem_24g_device2_bind_disable
+	nrtn blank
+	branch g24_data_attemp_device2
+
+
+p_g24_search_mode_auto:
+	fetch 1,mem_24g_work_mode
+	rtnne DONGLE_SEARCH
+	call p_g24_search_mode_init
+	call g24_auto_addr_ch_search
+	call g24_receive_transmit_ack
+	nbranch g24_rx_interrupt_clear,user3
+	jam 0,mem_dongle_nodata_count
+	branch g24_search_mode_auto+7
+
+p_g24_search_mode_init:
+	fetch 1,mem_24g_mode_init
+	rtnbit1 DONGLE_SEARCH
+	set1 DONGLE_SEARCH,pdata
+	store 1,mem_24g_mode_init
+	fetch 1,mem_tx_power_temp	//reinit tx power when "search-pair-switch"  is enable
+	store 1,mem_tx_power
+	branch g24_search_mode_init+4
+
+p_g24_receive_packet_start_next:
+	fetch 1,mem_24g_rxdata_temp+2
+	beq DATATYPE_DEVICE1,p_g24_data_device1	//mouse
+	beq DATATYPE_DEVICE2,g24_data_device2	//keyboard
+	beq DATATYPE_ATTEMP,p_g24_data_receive_attemp	//reconn packet
+	branch g24_rx_interrupt_clear
+	
+p_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,p_g24_data_attemp_device1_abort
+	branch g24_data_device1+8
+
+p_g24_data_attemp_device1_abort:
+	fetch 1,mem_device_option
+	sub pdata,dvc_op_car,null
+	call car_stop_blink,zero
+	fetch 1,mem_24g_device1_bind_disable
+	nrtn blank
+	jam 1,mem_24g_device1_bind_disable
+	//jam 1,mem_24g_B_S_mode_switch_disable
+	fetch 4,mem_24g_rxdata_temp+10
+	branch g24_store_device1_addr
+
+p_g24_data_receive_attemp:
+	call g24_bind_device_status		//works on auto pair only
+	branch p_g24_data_attemp
+	
+
+ifdef UART_LOG
+p_device_hardware_init:
+	fetch 1,core_uart_ctrl
+	set0 BIT_UART_CONTROL_ENABLE,pdata
+	store 1,core_uart_ctrl
+	fetch 8,mem_device_uart_rx_buffer
+	call uarta_init_dma_mem
+	fetch uart_baud_len,mem_device_uart_baud_rate
+	call uarta_init_baud_rate
+	call uart_clock_select_main_freq_crystal
+	fetch 1,mem_device_uart_tx_gpio
+	arg gpcfg_uart_txd,temp
+	call p_gpio_config_function_int
+	fetch 1,mem_device_uart_rx_gpio
+	arg gpcfg_uart_rxd|gpcfg_pullup,temp
+	call p_gpio_config_function_int
+	arg FUN_UART_CONTROL_ENABLE|FUN_UART_CONTROL_SETTING_RATE_BAUD,temp
+	storet 1,core_uart_ctrl
+	rtn
+
+p_gpio_config_function_int:
+	rtneq GPIO_DISABLE
+	branch gpio_config_function_int
+
+
+
+p_24g_rxpayload_print:
+	arg mem_temp_block0,contw
+	call memset0_16
+	fetch 1,mem_24g_work_mode
+	store 1,mem_temp_block0
+	arg,mem_24g_rxbuf,contr
+	ifetch 8,contr
+	istore 8,contw
+	ifetch 7,contr
+	istore 7,contw
+
+	arg 16,loopcnt
+	arg mem_temp_block0,regc
+	call log_bytes
+	branch log_end
+
+p_24g_txpayload_print:
+	arg mem_temp_block0,contw
+	call memset0_16
+	fetch 1,mem_24g_work_mode
+	store 1,mem_temp_block0
+	fetch 1,mem_24g_txlen
+	istore 1,contw
+	arg,mem_24g_txpayload,contr
+	ifetch 8,contr
+	istore 8,contw
+	ifetch 6,contr
+	istore 6,contw
+
+	arg 16,loopcnt
+	arg mem_temp_block0,regc
+	call log_bytes
+	branch log_end
+
+//input: 1 byte hex @pdata  
+//output: 4 byte  '0','x', ASCII,ASCII, @pdata
+hex2ascii:
+	rshift4 pdata,rega  //high 4bit in rega
+	and_into 0x0f,pdata
+	call hex2ascii_half_byte
+	copy pdata,regb
+	copy rega,pdata
+	call hex2ascii_half_byte
+	lshift8 regb,regb
+	iadd regb,pdata
+//	lshift16 pdata,pdata
+//	arg 0x7830,regb   //0x
+//	iadd regb,pdata
+	rtn
+
+//input: 1 byte hex @pdata  
+//output: 4 byte  '0','x', ASCII,ASCII, @pdata
+hex2ascii_half_byte:
+	arg 0xa,temp
+	isub temp,temp
+	nbranch hex2ascii_half_byte_numberic,positive
+	setarg 0x41  // A
+	iadd temp,pdata
+	rtn
+hex2ascii_half_byte_numberic:
+	arg 0x30,temp
+	iadd temp,pdata
+	rtn
+
+//input: loopcnt--length,regc--data ptr	
+log_bytes:
+	copy loopcnt,pdata
+	branch log_len0,blank
+log_bytes_loop:
+	ifetch 1,regc
+	increase 1,regc
+	call log_byte
+	call log_space
+	loop log_bytes_loop
+uart_wait:
+	fetch 1,core_uart_status
+	bbit1 uart_status_tx_busy,uart_wait
+//	nop 12000
+	rtn	
+
+log_len0:
+	call uarta_prepare_tx
+	setarg 0x656c
+	istore 2,contwu
+	setarg 0x306e
+	istore 2,contwu
+	call uarta_send
+	branch log_end
+
+//input 1byte @pdata
+log_byte:
+	call uarta_prepare_tx
+	call hex2ascii
+//	istore 4,contu	//0x
+	istore 2,contwu
+	branch uarta_send
+
+log_space:
+	call uarta_prepare_tx
+	setarg 0x20
+	istore 1,contwu
+	branch uarta_send
+
+log_end:
+	call uarta_prepare_tx
+	setarg 0x0a0d
+	istore 2,contwu
+	branch uarta_send
+
+log_colon:
+	call uarta_prepare_tx
+	setarg 0x3a
+	istore 1,contwu
+	branch uarta_send
+
+endif
Index: program/peripherals.prog
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/peripherals.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/peripherals.prog	(working copy)
@@ -0,0 +1,2936 @@
+
+define NEC
+
+
+/* ===================== two wire SPI gpio ======================= */
+
+//pdata:gpio number
+twspi_reset:
+	bpatch patch0f_4,mem_patch0f
+	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
+	
+
+	/* only load memory data from eeprom */
+reload_eeprom:
+	call clean_mem
+	setarg 0x1000
+	store 2,mem_addr_mi
+	arg iicd_read_eep,regc
+	arg 2,loopcnt
+reload_eeprom_loop:
+	call get_block_header
+	nrtn zero
+	fetch 2,mem_addr_mi
+	byteswap pdata,pdata
+	iadd temp,pdata
+	byteswap pdata,pdata
+	store 2,mem_addr_mi
+	loop reload_eeprom_loop
+	branch load_storage_loop
+
+
+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 loadcode_hci
+	
+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, loadcode_hci
+	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 loadcode_hci,match
+	fetch 1,mem_ucode_status
+	compare 3,pdata,3
+	nbranch loadcode_spi_loop,true		// crc error, try again
+
+loadcode_hci:
+	call clear_key_buf
+	fetch 1,mem_ucode_device_flag
+	rtnbit0 OTP_UFLAG_HCI
+	branch hci_init
+	
+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 0x33,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 patch0f_5,mem_patch0f
+	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 patch0f_6,mem_patch0f
+	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 patch0f_7,mem_patch0f
+	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 44
+	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 patch10_0,mem_patch10
+	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
+	call otpd_wait_end
+	rtn
+
+
+/* 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_module,app_lpm_peripheral_lock_module
+	beq dvc_op_dongle,app_lpm_peripheral_lock_dongle
+//	beq dvc_op_test,app_lpm_peripheral_lock_test
+	beq dvc_op_light,app_lpm_peripheral_lock_light
+	beq dvc_op_mouse,app_lpm_peripheral_lock_mouse
+	beq dvc_op_shutter,app_lpm_peripheral_lock_shutter
+	beq dvc_op_hci_boot,app_lpm_peripheral_lock_hciboot
+	beq dvc_op_remote_car,app_lpm_peripheral_lock_remote_car
+	beq dvc_op_car,app_lpm_peripheral_lock_car
+	branch app_lpm_mpu_lock_24g_ble
+	
+app_lpm_peripheral_lock_module:
+app_lpm_peripheral_lock_hciboot:
+	call app_lpm_mpu_lock_24g
+	branch lpm_write_lock
+
+	
+app_lpm_peripheral_lock_dongle:
+	arg module_init,pdata //module
+	arg ui_soft_switch_power_off,temp  //shutter
+	call app_mpu_s0_lock
+	branch lpm_write_lock
+
+app_lpm_peripheral_lock_test:
+	branch lpm_write_lock
+
+app_lpm_peripheral_lock_light:
+	arg car_init,pdata //
+	arg shutter_default_init,temp  //shutter
+	call app_mpu_s0_lock    
+	branch lpm_write_lock
+
+app_lpm_peripheral_lock_mouse:
+	arg car_init,pdata //
+	arg module_set_state,temp  //module
+	call app_mpu_s0_lock
+	branch lpm_write_lock
+	
+app_lpm_peripheral_lock_shutter:
+	arg car_init,pdata  //
+	arg remote_car_moto_data_enable_user,temp //car remote
+	call app_mpu_s0_lock
+	branch lpm_write_lock
+	
+	
+app_lpm_peripheral_lock_remote_car:
+app_lpm_peripheral_lock_car:
+	arg dongle_init,pdata  //dongle
+	arg ui_soft_switch_power_off,temp //shutter
+	call app_mpu_s0_lock
+	branch lpm_write_lock
+	
+app_lpm_peripheral_lock_antilost:
+	arg car_init,pdata  //dongle
+	arg ui_soft_switch_power_off,temp //shutter
+	call app_mpu_s0_lock
+	branch lpm_write_lock
+
+app_lpm_mpu_lock_module:
+	arg module_init,pdata
+	arg module_set_state,temp
+app_mpu_s0_lock:
+	lshift16 temp,temp
+	ior temp,pdata
+	store 4,core_lpm_reg
+	branch lpm_write2_mpu_s0
+	
+app_lpm_mpu_lock_app:	
+	arg car_init,pdata  //
+	arg ui_soft_switch_power_off,temp //shutter
+	branch app_mpu_s0_lock
+
+
+
+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 patch10_1,mem_patch10
+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 patch10_2,mem_patch10
+	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 patch10_3,mem_patch10
+	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 patch10_4,mem_patch10
+	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 patch10_5,mem_patch10
+	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 patch10_6,mem_patch10
+	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 patch10_7,mem_patch10
+	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 patch11_0,mem_patch11
+	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 patch11_1,mem_patch11
+	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 patch11_2,mem_patch11
+	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 patch11_3,mem_patch11
+	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
+
+
+/* ===================== 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
+
+
+/* ===================== eeprom data ======================= */
+
+app_store_nvram_event:
+	jam BT_EVT_STORE_NVRAM,mem_fifo_temp
+	branch ui_ipc_send_event
+
+check_51cmd_update_device_record:
+	bpatch patch11_4,mem_patch11
+	fetch 1,mem_nv_data_number
+	rtn blank		// not nv data
+	call check_nvram
+	call init_device_list,zero
+	call disable_user2
+	call nvram_find_addr_from_bd_list
+write_device_record:
+	fetch 1,mem_nv_data_number
+	icopy regc
+	fetcht 2,mem_nv_data_ptr
+	storet 2,mem_list_item_ptr
+write_device_loop_find:
+	copy regc,pdata
+	branch app_store_nvram_event,blank  //EEPROM
+	increase -1,regc
+	copy temp,rega
+	ifetch 1,rega
+	fetcht 1,mem_select_list_item
+	isub temp,null
+	call set_index_finded_device,zero
+	branch write_device_loop_find0,positive
+	ifetch 1,rega
+	increase 1,pdata
+	istore 1,rega
+write_device_loop_find0:
+	fetcht 2,mem_list_item_ptr
+	increase NV_DATA_LEN,temp
+	storet 2,mem_list_item_ptr
+	branch write_device_loop_find
+
+set_index_finded_device:
+	setarg 0
+	istore 1,rega
+	fetch 1,mem_temp_reconn_record
+	istore 1,contw	
+	bne REC_3_MODE,set_index_finded_device_ble_mode
+//	arg mem_link_key,regb
+set_index_find_device_MASTER_ADDR:
+	ifetch 6,contr
+	istore 8,contw
+	setarg 0
+	istore 8,contw
+	copy regb,contr
+store_rec_data_common:
+	call memcpy16
+	force 1,null
+	rtn
+
+set_index_finded_device_ble_mode:
+	beq REC_4_MODE_RANDOM_RESOLVABLE_PRIVATE_ADDRESS,set_index_finded_device_IRK
+	beq REC_4_MODE_RANDOM_NON_RESOLVABLE_PRIVATE_ADDRESS,set_index_finded_device_EDIV
+	arg mem_le_ltk,regb
+	branch set_index_find_device_MASTER_ADDR
+
+set_index_finded_device_IRK:
+	arg mem_le_irk,contr
+	call memcpy16
+store_ble_rec_data_common:
+	arg mem_le_ltk,contr
+	branch store_rec_data_common
+
+set_index_finded_device_EDIV:
+	arg mem_le_rand,contr
+	call memcpy16
+	branch store_ble_rec_data_common
+
+
+//enable user2 reconnect
+//disable user2 pairing
+nvram_find_addr_from_bd_list:
+	bpatch patch11_5,mem_patch11
+	call disable_user
+	fetch 1,mem_nv_data_number
+	rtn blank		// not nv data
+	bpatch patch11_6,mem_patch11
+	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
+	branch find_addr_from_bd_list_common
+	
+find_addr_from_bd_list_common:
+	bpatch patch11_7,mem_patch11
+//	store 6,mem_temp_lap
+	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
+//	arg mem_le_irk,contr
+	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
+
+check_nvram:
+	fetch 2,mem_nv_data_ptr
+	ifetcht 1,pdata
+	pincrease NV_DATA_LEN
+	ifetch 1,pdata
+	isub temp,null
+	rtn
+
+init_device_list:
+	fetch 1,mem_nv_data_number
+	icopy loopcnt
+	fetcht 2,mem_nv_data_ptr
+	setarg 0
+init_device_list_loop:
+	istore 1,temp
+	increase NV_DATA_LEN,temp
+	pincrease 1
+	loop init_device_list_loop
+	rtn
+
+load_device_list_mode_4:
+//	fetch 9,mem_le_ediv
+//	branch clear_ltk_exists,blank
+	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
+	branch eeprom_store_reconn_info
+
+eeprom_store_reconn_info:
+	fetch 1,mem_device_option
+	beq dvc_op_module,check_51cmd_update_device_record
+	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 patch12_0,mem_patch12
+	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 patch12_1,mem_patch12
+	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 patch12_2,mem_patch12
+	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 patch12_3,mem_patch12
+	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:
+	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 patch12_4,mem_patch12
+	setarg OTP_OFFSET_ADC_PARAM
+	arg mem_3v_adc_io_data,rega
+	arg 12,temp
+	call otpd_read_data_with_pwr_operation
+	fetch 8,mem_3v_adc_io_data
+	nrtn blank
+adc_init_cal_data_default:
+	setarg 0x469a
+	store 2,mem_3v_adc_io_data
+	setarg 0xab77
+	store 2,mem_1v_adc_io_data
+	setarg 0x73d0
+	store 2,mem_3v_adc_vinlpm_data
+	setarg 0x9658
+	store 2,mem_2v_adc_vinlpm_data
+	rtn	
+
+	
+enable_adc:
+	bpatch patch12_5,mem_patch12
+	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,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 patch12_6,mem_patch12
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_VINLPM,adc_mode_vdcdc
+	beq ADC_CONFIG_HVIN,adc_adc_mode_vbat
+//	beq ADC_CONFIG_GPIO,adc_check_gpio
+adc_check_gpio:
+	fetch 1,mem_adc_channel
+	lshift3 pdata,pdata
+	or pdata,7,pdata
+	rtn
+
+adc_mode_vdcdc:
+	setarg 0x57
+	rtn
+	
+adc_adc_mode_vbat:
+	setarg 0x4f
+	rtn
+
+vdd_calculate_by_mode:
+	bpatch patch12_7,mem_patch12
+	fetch 1,mem_adc_config_flag
+	beq ADC_CONFIG_VINLPM,vdd_calculate_vinlpm
+	beq ADC_CONFIG_HVIN,vdd_calculate_hvin
+	beq ADC_CONFIG_GPIO,vdd_calculate_io
+	rtn
+
+vdd_calculate_vinlpm:
+	setarg 100
+	store 2,mem_reference_voltage //diff
+	fetcht 2,mem_3v_adc_vinlpm_data
+	fetch 2,mem_2v_adc_vinlpm_data
+	arg 300,regc
+	branch vdd_calculate
+
+vdd_calculate_hvin:
+	setarg 100
+	store 2,mem_reference_voltage //diff
+	fetcht 2,mem_3v_adc_hvin_data
+	fetch 2,mem_2v_adc_hvin_data
+	arg 300,regc
+	branch vdd_calculate
+
+vdd_calculate_io:
+	setarg 200
+	store 2,mem_reference_voltage //diff
+	fetcht 2,mem_3v_adc_io_data
+	fetch 2,mem_1v_adc_io_data
+	arg 300,regc //max vol
+	
+vdd_calculate:
+	isub temp,rega
+	fetch 2,mem_adc_current_value
+	isub temp,pdata
+	nbranch vdd_calculate1,positive
+	fetcht 2,mem_reference_voltage
+	imul32 temp,regb
+	copy regc,pdata
+	imul32 rega,pdata
+	isub regb,pdata
+	bpatch patch13_0,mem_patch13
+	nbranch set_pdata_0, positive   //adc在测0v电压时会超量程。这里做个异常判断
+vdd_calculate2:
+	idiv rega
+	call wait_div_end
+	quotient pdata	
+	rtn
+
+
+vdd_calculate1:
+	copy temp,pdata
+	fetcht 2,mem_adc_current_value
+	isub temp,pdata
+	fetcht 2,mem_reference_voltage
+	imul32 temp,regb
+	copy regc,pdata
+	imul32 rega,pdata
+	iadd regb,pdata
+	branch vdd_calculate2
+
+
+/*	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 patch13_1,mem_patch13
+	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
+	enable user
+	rtn
+
+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 patch13_2,mem_patch13
+	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 patch13_3,mem_patch13
+	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 patch13_4,mem_patch13
+	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 patch13_5,mem_patch13
+	disable user2
+wdt_init_set:
+	fetch 1,core_config
+   	setflag user2,3,pdata
+	store 1,core_config
+	rtn
+
+
+ifdef 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 //NEC
+
+/*
+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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/security.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/security.prog	(working copy)
@@ -0,0 +1,1109 @@
+
+
+ifdef SECURE_CONNECTION
+	
+function_g2:
+	bpatch patch13_6,mem_patch13
+	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 patch13_7,mem_patch13
+	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 patch14_0,mem_patch14
+	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 patch14_1,mem_patch14
+	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 patch14_2,mem_patch14
+	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 patch14_3,mem_patch14
+	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 patch14_4,mem_patch14
+	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 patch14_5,mem_patch14
+	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 patch14_6,mem_patch14
+	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 patch14_7,mem_patch14
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/sim.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/simple_pairing.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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 patch15_0,mem_patch15
+//	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 patch15_1,mem_patch15
+	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 patch15_2,mem_patch15
+	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 patch15_3,mem_patch15
+	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 patch15_4,mem_patch15
+	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 patch15_5,mem_patch15
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/ui.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/ui.prog	(working copy)
@@ -0,0 +1,655 @@
+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 patch15_6,mem_patch15
+	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 patch15_7,mem_patch15
+	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 patch16_0,mem_patch16
+	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 patch16_1,mem_patch16
+	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 patch16_2,mem_patch16
+	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 patch16_3,mem_patch16
+	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 patch16_4,mem_patch16
+	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 patch16_5,mem_patch16
+	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:
+	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 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 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 patch16_6,mem_patch16
+	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 patch16_7,mem_patch16
+	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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/usb.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/usb.prog	(working copy)
@@ -0,0 +1,1084 @@
+ ifdef COMPILE_USB
+
+usb_isr:
+	bpatch patch17_0,mem_patch17
+	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 patch17_1,mem_patch17
+	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	
+	arg USB_CONFDATA_ADDR,contr
+	arg mem_confdesc,contw
+	arg 60,loopcnt
+	call memcpy
+usb_config_cb:
+	fetch 2,mem_cb_usb_config
+	branch callback_func
+
+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_data_rx:
+	rtn 
+
+usb_rx:
+	bpatch patch17_2,mem_patch17
+	fetch 1,mem_usb_status
+	rtnbit0 USB_STATUS_RXREADY
+	arg mem_usb_setup,contw
+	call usb_rx_data
+	copy temp,pdata
+	beq 0,usb0_rx
+	branch usb_data_rx
+usb0_rx:
+	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 patch17_3,mem_patch17
+	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:
+	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:
+	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:
+	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:
+	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 patch17_4,mem_patch17
+	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 patch17_5,mem_patch17
+//	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
+	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_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 1,dsc_hid_report_info0
+	fetchr rega,2,mem_hidreportdesc_kb
+	branch usb0_respond_length
+dsc_hid_report_info0:
+	jam 1,mem_usb_device_enumeration_endflag
+	jam USB_GOT_REPORT_REQ,mem_usb_state
+	fetchr rega,2,mem_hidreportdesc_m
+	branch usb0_respond_length
+
+
+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_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_sdsystem_wakeup_flag
+	branch usb0_reply_zerolen,blank
+	jam 0,mem_sdsystem_wakeup_flag
+	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 patch17_6,mem_patch17
+	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 patch17_7,mem_patch17
+	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 patch18_0,mem_patch18
+	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 patch18_1,mem_patch18
+	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
+	branch usb_tx_data_ep2
+
+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_fifo_release:
+	//clear mem_usb_mouse_data/mem_usb_kb_data/mem_usb_kb_multikey/mem_usb_kb_system
+	arg mem_usb_mouse_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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/program/utility.prog	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/program/utility.prog	(working copy)
@@ -0,0 +1,784 @@
+
+
+	
+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 patch18_2,mem_patch18
+	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	
+	
+
+//
+save_cont_pointers:
+	copy contw,pdata
+	store 2,mem_contw
+	copy contr,pdata
+	store 2,mem_contr
+	rtn
+	
+load_cont_pointers:
+	fetch 2,mem_contw
+	copy pdata,contw
+	fetch 2,mem_contr
+	copy pdata,contr
+	rtn
+
+
+//input pdata,temp 1byte
+//output rega:diff
+get_diff:
+	isub temp,rega
+	rtn positive
+	arg 0x100,rega
+	iadd rega,pdata
+	isub temp,rega
+	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 patch18_3,mem_patch18
+	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
+
+/*
+	function name:inverse_data_6Byte or le2be_6Byte
+	input: pdata is data that want change
+	output:pdata is Converted data
+	used Resources:temp,contr
+*/
+le2be_6Byte:
+inverse_data_6Byte:
+	rshift32 pdata,temp
+	call inverse_data_4Byte
+	byteswap temp,temp
+	lshift16 pdata,pdata
+	ior temp,pdata
+	rtn
+
+
+/*
+	function name:inverse_data_4Byte or le2be_4Byte
+	input: pdata is data that want change
+	output:pdata is Converted data
+	used Resources:contr
+*/
+le2be_4Byte:
+inverse_data_4Byte:
+	rshift16 pdata,contr
+	byteswap contr,contr
+	byteswap pdata,pdata
+	lshift16 pdata,pdata
+	ior contr,pdata
+	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 patch18_4,mem_patch18
+	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 patch18_5,mem_patch18
+	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
+
+
+
+//input:contu 
+//output:temp
+//used register: temp regab
+string2dec_from_uart:
+	arg 0,temp
+string2dec_from_uart_done:
+         copy temp,regab
+	ifetch 1,contu
+	call uchar2dialog	
+	copy regab,temp
+	call swap
+	arg 10,regb
+	imul32 regb,pdata
+	iadd temp,pdata
+	copy pdata,temp
+	loop string2dec_from_uart_done
+	rtn
+	
+
+
+uchar2dialog:
+	arg 0x3a,temp
+	isub temp,null
+	nbranch uchar2dialog_number,positive
+	arg 0x61,temp
+	isub temp,null
+	branch uchar2dialog_a2f,positive
+	arg 0x37,temp
+	isub temp,pdata
+	rtn
+uchar2dialog_number:
+	arg 0x30,temp
+	isub temp,pdata
+	rtn
+uchar2dialog_a2f:
+	arg 0x57,temp
+	isub temp,pdata
+	rtn
+
+
+right_shift_n: //rshiftN pdata,pdata
+	sub loopcnt,0,null
+	rtn zero
+right_shift_n_loop: 
+	rshift pdata,pdata
+	loop right_shift_n_loop
+	rtn
+
+//lshift. 0:1 byte; 1:2byte; 2:4byte; 3:8byte; 4:16byte//
+left_shift_n:
+	force 1,pdata
+	sub loopcnt,0,null
+	rtn zero
+left_shift_n_loop:
+	lshift pdata,pdata
+	loop left_shift_n_loop
+	rtn
+	
+/*
+pn9:
+	copy temp,alarm
+	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
+	istoret 1,contw
+	loop pn9_loop
+	copy alarm,temp
+	rtn
+
+*/
+
+	// contr: rxdata, loopcnt is count. result in quotient
+calc_average:
+	setarg 0
+	copy loopcnt,rega
+calc_average_loop:
+	ifetcht 2,contr
+	iadd temp,pdata
+	loop calc_average_loop
+	idiv rega
+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
+	
+swap:
+	iadd temp,pdata
+	isub temp,temp
+	isub temp,pdata
+	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
+
+wait_uarttx:
+	fetch 2,core_uart_txitems
+	nbranch wait_uarttx,blank
+	rtn
+
+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
+	
+test_no_white:
+	fetch 1,core_config
+	set1 whiteoff_bit,pdata
+	store 1,core_config			/* whitening off */
+	rtn
+
+test_enable_white:
+	fetch 1,core_config
+	set0 whiteoff_bit,pdata
+	store 1,core_config			/* whitening on */
+	rtn
+
+check_uart_tx_buff:
+	fetch 2,core_uart_txitems
+	arg UART_AIR_CONTROL_THRESHOLD,temp
+pdata_sub_temp:
+	isub temp,null
+	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 patch18_6,mem_patch18
+	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 patch18_7,mem_patch18
+	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
+
+	
+reverse_byte:
+	copy loopcnt,pdata
+	rtn blank
+	copy contr,pdata
+	iadd loopcnt,pdata
+	increase -1,pdata
+	copy pdata,contr	
+reverse_loop:
+	ifetch 1,contr
+	increase -2,contr
+	istore 1,contw
+	loop reverse_loop
+	rtn
+
+
+lshift14:
+	lshift16 pdata,pdata
+rshift2:
+	rshift2 pdata,pdata
+	rtn
+
+lshift6:
+	lshift8 pdata,pdata
+	branch rshift2
+
+/*	
+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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/sched/1306.dat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/sched/1306.dat	(working copy)
@@ -0,0 +1,31 @@
+
+mem_gpio_wakeup_low:00 20 00 00 00 00 00 00
+mem_lpm_config:88 0b ca	#4khz
+mem_lpm_xtalcnt:35 3f 0c 33 03
+mem_rc_cal:d3
+mem_rf_ldo_cfg1:02
+mem_dig_aon_vsel:
+00	#bit5-4;00:1.2V;01:1.08V;02:0.96V;03:0.84V
+mem_lpm_ctrl3_app_vsel:
+3a	#04:HVIN_VIN_LESS_THAN_4V2;06:HVIN_GREATER_THAN_4V2_AND_VIN_LESS_THAN_4V2;3a:HVIN_VIN_GREATER_THAN_4V2
+80	#80:aon vsel 1.2v;9d:aon vsel 1.08v
+10
+24	#24:ldo vsel 1.2v;22:ldo vsel 1.1v
+mem_lpm_hibernate_switch:00
+
+
+mem_gain_fix:ff	#00:soft agc; ff:hw agc
+mem_gain_table:08 00 00
+mem_gain_second_agc_en:08	#hw agc: 0:second agc disable
+
+
+mem_rf_init_data:
+ff
+mem_rf_init_ptr:mem_rf_init_data
+
+
+#bit7:0 means disable rf debug function
+#mem_rf_debug_rx_gpio:85
+#mem_rf_debug_tx_gpio:86
+
+
Index: sched/authrom/ble_car_att_list.dat
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/sched/authrom/ble_car_att_list.dat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/sched/authrom/ble_car_att_list.dat	(working copy)
@@ -0,0 +1,204 @@
+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
+11
+55
+43
+48
+4f
+4e
+20
+30
+31
+20
+20
+20
+20
+20
+20
+20
+20
+20
+08
+00
+02
+03
+28
+01
+02
+09
+00
+02
+01
+2a
+02
+c8
+00
+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
+02
+8a
+24
+66
+82
+01
+00
+0f
+00
+02
+00
+28
+02
+f0
+ff
+10
+00
+02
+03
+28
+01
+12
+11
+00
+02
+f1
+ff
+0e
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+12
+00
+02
+02
+29
+02
+00
+00
+13
+00
+02
+03
+28
+01
+08
+14
+00
+02
+f2
+ff
+0e
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
\ No newline at end of file
Index: sched/authrom/ble_shutter_gatt_list.dat
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/sched/authrom/ble_shutter_gatt_list.dat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/sched/authrom/ble_shutter_gatt_list.dat	(working copy)
@@ -0,0 +1,313 @@
+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
+02
+8a
+24
+66
+82
+01
+00
+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
+12
+13
+00
+02
+4d
+2a
+02
+00
+00
+14
+00
+02
+02
+29
+02
+00
+00
+15
+00
+02
+08
+29
+02
+02
+01
+16
+00
+02
+03
+28
+01
+12
+17
+00
+02
+4d
+2a
+02
+00
+00
+18
+00
+02
+02
+29
+02
+00
+00
+19
+00
+02
+08
+29
+02
+03
+01
+1a
+00
+02
+03
+28
+01
+02
+1b
+00
+02
+4b
+2a
+1b
+05
+0c
+09
+01
+a1
+01
+85
+02
+09
+e9
+09
+ea
+09
+e2
+09
+30
+15
+01
+25
+0c
+75
+10
+95
+01
+81
+00
+c0
+1c
+00
+02
+03
+28
+01
+02
+1d
+00
+02
+4a
+2a
+04
+11
+01
+00
+01
+1e
+00
+02
+03
+28
+01
+04
+1f
+00
+02
+4c
+2a
+01
+00
+20
+00
+02
+00
+28
+02
+0f
+18
+21
+00
+02
+03
+28
+01
+12
+22
+00
+02
+19
+2a
+01
+63
+00
+00
\ No newline at end of file
Index: sched/authrom/ble_shutter_key_value_list.dat
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/sched/authrom/ble_shutter_key_value_list.dat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/sched/authrom/ble_shutter_key_value_list.dat	(working copy)
@@ -0,0 +1,40 @@
+02
+13
+00
+02
+00
+02
+13
+00
+01
+00
+02
+13
+00
+04
+00
+02
+13
+00
+06
+00
+02
+13
+00
+05
+00
+02
+13
+00
+00
+00
+02
+17
+00
+00
+28
+02
+17
+00
+00
+00
Index: sched/authrom/mouse_ble_att_list.dat
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/sched/authrom/mouse_ble_att_list.dat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/sched/authrom/usb_confdata.dat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/sched/authrom/usb_devicedata.dat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/sched/authrom/usb_kbdata.dat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/sched/authrom/usb_kbdata_vendor_define.dat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/sched/authrom/usb_msdata.dat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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/dongle.dat
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/sched/dongle.dat	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/sched/dongle.dat	(working copy)
@@ -0,0 +1,77 @@
+
+mem_device_option:04
+
+mem_ui_button_gpio:ff
+mem_load_check_sum:5a #skip data check when loadcode
+mem_wdt_always_work:01
+
+#sys config
+#bit7:enable 16M xtal#0:24M#1:16M
+#bit6:enable new channel map
+#bit5:enable eeprom
+#bit4:enable kb icon
+#bit3:enable 24g 2M
+#bit2-1:padding
+#bit0:enable new revision
+mem_dg_sys_config:00  #24M
+
+#work mode rf tx power
+mem_dg_24g_tx_power_default:06	#10dBm
+
+#usb config
+mem_dg_usb_vid_pid:
+01 #disable
+#mouse only#auto pair
+51 31#VID
+01 11#PID
+#mouse & keyboard
+51 31#VID
+01 31#PID
+mem_dg_usb_tx_interval:00
+mem_dg_usb_device_name:
+'Wireless Device
+
+
+#rf config
+mem_24g_lap:75 46 13 ad 06 13#low 4B used for 24g rxaddr
+#mem_24g_tx_phy:01#0x01:1M/0x02:2M/0x04:S2/0x84:S8
+#mem_24g_rx_phy:01#0x01:1M/0x02:2M/0x04:S2/0x84:S8
+#mem_24g_no_ack:00#no ack
+#mem_24g_rx_window:30 75#rx
+mem_24g_hop_interval:1e
+#mem_24g_ackpayload_enable:00#ack payload enable
+#mem_24g_ch_map1:00 13 2c 42
+#mem_24g_ch_map2:06 15 36 48
+#mem_24g_ch_map3:0f 1a 3a 4c
+#mem_24g_ch_map4:11 23 31 4d
+#mem_24g_pair_switch:00
+mem_24g_pair_mode:00
+#mem_24g_pair_ch:4e
+#mem_24g_pair_tx_power:85
+#mem_24g_pair_addr:20 15 10 05
+#mem_24g_ch_map_update:00
+#mem_24g_ch_update_map1
+#mem_24g_ch_update_map2
+#mem_24g_ch_update_map3
+#mem_24g_ch_update_map4
+
+#mem_rssi_buff_index:ff
+#mem_rssi_noise_buffer_ptr:mem_dg_rssi_noise_buffer
+#mem_rssi_noise_self_buffer_ptr:mem_dg_rssi_noise_dg_buffer
+#mem_rssi_noise_device1_buffer_ptr:mem_dg_rssi_noise_ms_buffer
+#mem_rssi_noise_device2_buffer_ptr:mem_dg_rssi_noise_kb_buffer
+
+
+#log log log log log log log log log log log
+
+#uart config
+mem_device_uart_tx_gpio:0a	#08
+mem_device_uart_rx_gpio:ff
+mem_device_uart_baud_rate:d0 00	#115200	
+mem_device_uart_rx_buffer:00 1c
+mem_device_uart_rx_buffer_end:ff 1f
+mem_device_uart_tx_buffer:00 4f
+mem_device_uart_tx_buffer_end:ff 4f
+
+mem_usb_state_led_gpio:05
+
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/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/util/eeprom2fulleeprom.pl	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/util/eeprom2otp.pl	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/util/mergepatch.pl	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/util/patch.pl	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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
===================================================================
--- /branch/usb/usb_public_1M_CZT_LED/util/romcrc.pl	(nonexistent)
+++ /branch/usb/usb_public_1M_CZT_LED/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;
