new_disp.mp

来自「我学习AVR的代码例子」· MP 代码 · 共 64 行

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

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             lit   0034   000B =     11. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0034  __lit_start
       0034  _S
       003F  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0040   022E =    558. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0020  __text_start
       0020  __start
       003F  _exit
       0040  _port_init
       0048  _delay_us
       0050  _delay_ms
       005F  _SendBit
       0079  _Start_spi
       0084  _SendByte
       008B  _SENDCOMA
       0095  _SENDCOMB
       00A0  _disp_init
       00B9  _disp_off
       00BE  _disp
       010F  _main
       0120  pop_gset3x
       0121  popx
       012C  pop_gset5x
       012E  push_gset3x
       0131  push_gset4x
       0134  push_gset5x
       0137  __text_end

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

Files Linked      [ module(s) ]

D:\PROGRA~1\icc\lib\crtAVR.o	[ crtavr.s ]
new_disp.o	[ new_disp.c ]
<library>	[ gpop3x.s, gpop5x.s, gpush3x.s, gpush4x.s, gpush5x.s ]

User Global Definitions

ram_end = 0x4ff
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x34
data = 0x100
eeprom:1.512

⌨️ 快捷键说明

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