liushuideng.mp

来自「流水灯」· MP 代码 · 共 51 行

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

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   00E4   0142 =    322. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0072  __text_start
       0072  __start
       0094  _exit
       0095  _delay
       00A9  _main
       0102  push_xgsetF000
       0107  pop_xgsetF000
       010C  lsl16
       0113  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0200  __bss_start
       0200  _i
       0202  __bss_end

Area                               Start  End    Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0004 =      4. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

D:\挑战杯(保留)\iccavr\lib\crtatmega.o	[ crtatmega.s ]
liushuideng.o	[ liushuideng.c ]
<library>	[ gpushy.s, lsl16.s ]

User Global Definitions

ram_end = 0x21ff
hwstk_size = 0x1e

User Base Address Definitions

func_lit = 0xe4
data = 0x200
eeprom:0.4096

⌨️ 快捷键说明

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