eeprom.mp
来自「AVR单片机应用系统开发典型实例 (光盘内容)」· MP 代码 · 共 79 行
MP
79 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 0022 0010 = 16. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0022 __idata_start
0032 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0032 01C4 = 452. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0019 __start
0019 __text_start
0038 _exit
0039 _DelayMs
004A _Display
006B _Init_IO
0071 _Write_EEPROM
008B _Read_EEPROM
00A4 _main
00CE pop_gset2
00D0 pop_gset3
00D2 push_gset1
00D5 pop_gset1
00D6 pop
00E9 push_gset2
00EC push_gset3
00EF mpy8s
00FB __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 0010 = 16. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 _Table
0060 __data_start
0070 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0070 0004 = 4. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0070 __bss_start
0070 _Read_Data
0074 __bss_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0002 = 2. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtAVR.o [ crtavr.s ]
EEPROM.o [ EEPROM.c ]
<library> [ gpop2.s, gpop3.s, gpush.s, gpush2.s, gpush3.s, mpy8s.s ]
User Global Definitions
ram_end = 0x25f
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x22
data = 0x60
eeprom:1.512
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?