📄 结点2.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 0094 000A = 10. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0094 __lit_start
0094 _NUMBER_ROM
009E __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 009E 0016 = 22. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
009E __idata_start
00B4 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 00B4 061E = 1566. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
005A __start
005A __text_start
007C _exit
007D _PORT_Init
0095 _TIMER0_Init
00A3 _TIMER2_Init
00B3 _Watchdog_Init
00B8 _ExChange
00DC _DISPLAY_LED
0100 _TIMER0_COMP_ISR
0156 _TIMER2_COMP_ISR
019B _CHA_Init
01A8 _main
0270 _CAN_ClrMailBox
0298 _CAN_Init
02C8 _Separate_Integer_Of_Bit
02E3 _DISPLAY_Init
030A _DISPLAY_CODE
0312 mod16s
0316 div16s
0330 mod16u
0332 div16u
0333 xdiv16u
034C pop_xgset00FC
0353 pop_xgsetF0FC
035E push_xgsetF0FC
0360 push_xgset30FC
0362 push_xgset00FC
0364 push_xgset003C
0369 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0100 0016 = 22. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0100 __data_start
0100 _CS
0101 _CHA
0102 _me_DLC
0103 _LED
0108 _send_mark
0109 _display_mark
010A _send_time
010C _display_time
010E _send_Buf
0116 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0116 0002 = 2. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0116 __bss_start
0116 _dis
0118 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0044 = 68. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\iccv7avr\lib\crtatmega.o [ crtatmega.s ]
AT90CAN128.o [ AT90CAN128.C ]
CAN.o [ CAN.C ]
DISPLAY.o [ DISPLAY.C ]
<library> [ div16s.s, div16u.s, gpop3.s, gpop5.s, gpush.s ]
User Global Definitions
ram_end = 0x10ff
hwstk_size = 0x18
User Base Address Definitions
func_lit = 0x94
data = 0x100
eeprom:0.4096
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -