📄 capature.mp
字号:
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 0238 = 568. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0018 __text_start
0018 __start
0037 _exit
0038 _DelayMs
0049 _Display
0065 _Process
0098 _Init_IO
00A1 _Init_Timer1
00AA _main
00C2 _Capture
00F7 mod16u
00F9 div16u
00FA xdiv16u
0113 pop_gset2
0115 pop_gset3
0117 push_gset1
011A pop_gset1
011B pop
012E push_gset2
0131 push_gset3
0134 __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 0006 = 6. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
006E __bss_start
006E _CNT
0070 _CNT2
0072 _CNT1
0074 __bss_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 000C = 12. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtAVR.o [ crtavr.s ]
Capature.o [ Capature.c ]
<library> [ div16u.s, gpop2.s, gpop3.s, gpush.s, gpush2.s, gpush3.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -