glint_iny13.mp

来自「AVR开发板例子源代码」· MP 代码 · 共 46 行

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

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0020   00C8 =    200. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0010  __start
       0010  __text_start
       002F  _exit
       0030  _DelaymS
       0044  _main
       0053  pop_gset2
       0055  push_gset5
       0057  push_gset4
       0059  push_gset3
       005B  push_gset2
       005D  push_gset1
       0060  pop_gset1
       0061  pop
       0074  __text_end

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

Files Linked      [ module(s) ]

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

User Global Definitions

ram_end = 0x9f
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x20
data = 0x60
eeprom:1.128

⌨️ 快捷键说明

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