button_led.mp

来自「塞普拉思(cypress)的电容触摸按键汇编程序.」· MP 代码 · 共 104 行

MP
104
字号
  ROM 1% full. 543 bytes used (does not include absolute areas).
  RAM 0% full. 3 bytes used (does not include stack usage).

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                        func_lit   01A0   0002 =      2. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       01A0  __func_lit_start
       01A2  __func_lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                     psoc_config   01A2   01A7 =    423. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       01A2  LoadConfigTBL_button_led
       033C  LoadConfigInit
       033C  _LoadConfigInit
       0343  _LoadConfig_button_led
       0343  LoadConfig_button_led
       0349  __psoc_config_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                     UserModules   0349   003E =     62. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0349  _LED_On
       0349  LED_On
       034D  _LED_Start
       034D  _LED_Off
       034D  LED_Start
       034D  LED_Stop
       034D  LED_Off
       034D  _LED_Stop
       034F  LED_Switch
       034F  _LED_Switch
       0367  LED_Invert
       0367  _LED_Invert
       0376  LED_GetState
       0376  _LED_GetState
       0387  __UserModules_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0387   0038 =     56. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0387  _main
       0387  __text_start
       03BF  __text_end
       03C1  __xidata_end

Area                               Start  End    Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             TOP   0068   013A =    314. bytes (abs,ovr,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0068  __Start
       0137  bGetPowerSetting
       0137  _bGetPowerSetting

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                    InterruptRAM   0000   0001 =      1. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0000  _Port_1_Data_SHADE
       0000  NO_SHADOW
       0000  _NO_SHADOW
       0000  Port_1_Data_SHADE

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
               virtual_registers   0001   0002 =      2. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0001  __r1
       0002  __r0

Files Linked      [ module(s) ]

./obj/boot.o	[ boot.asm ]
./obj/main.o	[ main.c ]
<library>	[ psocconfigtbl.asm, psocconfig.asm, led.asm, r1.asm, r0.asm ]

User Base Address Definitions

lit = 0x1a0
data = 0x0
SSCParmBlk:0x00F7.0x00FF
InterruptRAM = 0x0
virtual_registers = 0x1
button_led_RAM

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?