lesson6.mp
来自「AVR单片机C语言编程及应用实例 适合初学者的学习研究 其中包含Atmega」· MP 代码 · 共 56 行
MP
56 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
lit 0060 001B = 27. bytes (rel,con)
Addr Global Symbol
----- --------------------------------
0060 _table
0060 __lit_start
006D _table1
007B __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 007C 0180 = 384. bytes (rel,con)
Addr Global Symbol
----- --------------------------------
003E __text_start
003E __start
005E _exit
005F _delay
0075 _write_com
0083 _write_dat
0091 _main
00E0 push_gset1
00E3 pop_gset1
00E4 pop
00F7 push_gset2
00FB pop_gset2
00FE __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0004 = 4. bytes (abs,ovr)
Files Linked [ module(s) ]
C:\icc\lib\crtatmega.o [ crtatmeg ]
lesson6.o [ lesson6. ]
<library> [ gpush.s, gpush2.s, gpop2.s ]
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x10
User Base Address Definitions
data = 0x60
func_lit = 0x60
eeprom:1.512
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?