一般按键.mp

来自「ICC mega8例子」· MP 代码 · 共 57 行

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

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             lit   0026   0010 =     16. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0026  __lit_start
       0026  _num
       0036  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0036   0186 =    390. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       001B  __start
       001B  __text_start
       003C  _exit
       003D  _port_init
       0045  _init_devices
       004D  _delay_us
       0055  _show_2_digit
       0088  _key_scan
       009E  _main
       00A5  mod16s
       00A9  div16s
       00C2  mod16u
       00C4  div16u
       00C5  xdiv16u
       00DE  __text_end

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

Files Linked      [ module(s) ]

C:\iccv7avr\lib\crtAVR.o	[ crtavr.s ]
一般按键.o	[ _ ]
<library>	[ div16s.s, div16u.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x1e

User Base Address Definitions

func_lit = 0x26
data = 0x60
eeprom:0.512

⌨️ 快捷键说明

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