⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 键盘显示模块.mp

📁 《深入浅出AVR单片机——从ATmega48/88/168开始》的实例程序源代码
💻 MP
字号:
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   0017 =     23. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0034  __lit_start
       0034  _DisTab
       004B  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   004B   0008 =      8. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       004B  __idata_start
       0053  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0054   03EE =   1006. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       002A  __text_start
       002A  __start
       0049  _exit
       004B  _System_INIT
       0050  _Insert_Timer0_OVF_ISR_Code
       0069  _Device_INIT
       0083  _Timer0_OVF_ISR
       0088  _SPI_INIT
       008D  _LEDDisplay
       00B6  _Key_service
       0157  _Port_refresh
       0172  _main
       01B2  mod16u
       01B4  div16u
       01B5  xdiv16u
       01CE  push_gset5
       01D0  push_gset4
       01D2  push_gset3
       01D4  push_gset2
       01D6  push_gset1
       01D9  pop_gset1
       01DA  pop
       01ED  push_lset
       0204  pop_lset
       021B  lsl8
       0221  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0100   0008 =      8. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0100  _Direction
       0100  __data_start
       0101  _PortValue
       0102  _DoTime
       0103  _g_wSystemTimer
       0108  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0108   000F =     15. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0108  _PINE
       0108  __bss_start
       0109  _PORTA
       010B  _KeyBuffer
       010C  _LEDDisBuffer
       0114  _PortBuffer
       0117  __bss_end

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

Files Linked      [ module(s) ]

c:\icc\lib\crtAVR.o	[ crtavr.s ]
EX_Support.o	[ EX_Support.c ]
HD_Support.o	[ HD_Support.c ]
KeyDis_Drv.o	[ KeyDis_Drv.c ]
System.o	[ System.c ]
<library>	[ div16u.s, gpush.s, lpush.s, lsl8.s ]

User Global Definitions

ram_end = 0x2ff
hwstk_size = 0x20

User Base Address Definitions

func_lit = 0x34
data = 0x100
eeprom:1.256

⌨️ 快捷键说明

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