compare.mp
来自「《avr单片机应用系统开发典型实例》附书光盘.rar」· MP 代码 · 共 86 行
MP
86 行
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 000E = 14. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0022 __idata_start
0030 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0030 02E0 = 736. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0018 __start
0018 __text_start
0037 _exit
0038 _DelayMs
0049 _Display
006A _Key_Process
00D2 _Set_Process
0104 _Init_IO
010F _Init_Timer1
011A _main
012F _Compare
0139 mod16u
013B div16u
013C xdiv16u
0155 pop_gset3
0157 push_gset1
015A pop_gset1
015B pop
016E push_gset2
0171 push_gset3
0174 mpy16s
0188 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 000E = 14. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 _Table
0060 __data_start
006A _Data
006E __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 006E 0003 = 3. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
006E __bss_start
006E _Key3_Flag
006F _Key2_Flag
0070 _Key1_Flag
0071 __bss_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 000E = 14. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtAVR.o [ crtavr.s ]
Compare.o [ Compare.c ]
<library> [ div16u.s, gpop3.s, gpush.s, gpush2.s, gpush3.s, mpy16s.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 + -
显示快捷键?