push.mp

来自「针对多路视频远程无线传输问题」· MP 代码 · 共 63 行

MP
63
字号
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0026   0260 =    608. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0013  __text_start
       0013  __start
       0032  _exit
       0033  _port_init
       003C  _timer1_init
       004A  _delay_s
       0063  _VideoSwitch
       0097  _timer1_ovf_isr
       00A6  _timer1_capt_isr
       00E1  _init_devices
       00EB  _main
       00F9  pop_gset2
       00FB  push_gset1
       00FE  pop_gset1
       00FF  pop
       0112  push_gset2
       0115  push_lset
       012C  pop_lset
       0143  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0060   0004 =      4. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0060  _state
       0060  __bss_start
       0061  _ICP_value_down
       0063  _ICP_Flag
       0064  __bss_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0012 =     18. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

C:\icc\lib\crtAVR.o	[ crtavr.s ]
test.o	[ test.c ]
<library>	[ gpop2.s, gpush.s, gpush2.s, lpush.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x26
data = 0x60
eeprom:1.512

⌨️ 快捷键说明

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