?? chuankou.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 008C 0025 = 37. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
008C __idata_start
00B1 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 00B2 00E2 = 226. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0059 __start
0059 __text_start
007B _exit
007C _port_init
0091 _usart0_init
009F _init_devices
00A1 _usart0_char_send
00A5 _usart0_str_send
00B5 _usart0_char_receive
00B9 _main
00CA __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0100 0025 = 37. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0100 __data_start
0125 __data_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0004 = 4. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\iccv7avr\lib\crtatmega.o [ crtatmega.s ]
chuankou.o [ chuankou.c ]
<library>
User Global Definitions
ram_end = 0x10ff
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x8c
data = 0x100
eeprom:0.4096
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -