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

📄 led-16sm.mp

📁 大量ATMEGA16实例, 都可以运行,包括驱动LCD1602, 上位机显示等多功能
💻 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   00E4   0005 =      5. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       00E4  __lit_start
       00E4  _dig0
       00E5  _dig1
       00E6  _dig2
       00E7  _dig3
       00E8  _dot
       00E9  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   00E9   004E =     78. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       00E9  __idata_start
       0137  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0138   01AC =    428. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       009C  __start
       009C  __text_start
       00BE  _exit
       00BF  _port_init
       00C7  _delay
       00DD  _main
       0158  empy16s
       0168  push_xgsetF000
       016D  pop_xgsetF000
       0172  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0200   004E =     78. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0200  __data_start
       0200  _pattern1
       020F  _pattern2
       021E  _pattern3
       022D  _pattern4
       023C  _pattern5
       0244  _segconv
       024E  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   024E   0006 =      6. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       024E  _count
       024E  __bss_start
       0250  _BCD3
       0251  _BCD2
       0252  _BCD1
       0253  _BCD0
       0254  __bss_end

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

Files Linked      [ module(s) ]

C:\iccv7avr\lib\crtatmega.o	[ crtatmega.s ]
LED-16sm.o	[ LED ]
<library>	[ emul16s.s, gpushy.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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -