?? 漸明漸暗的燈.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 0034 0002 = 2. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0034 __idata_start
0036 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0036 017A = 378. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
001B __start
001B __text_start
003A _exit
003B _Device_INIT
0042 _Port_INIT
004C _Timer0_INIT
0057 _Timer0_OVF_ISR
0058 _Timer1_INIT
0067 _Timer1_OVF_ISR
006D _System_INIT
0072 _Insert_Timer1_OVF_ISR_Code
00A7 _main
00AA push_lset
00C1 pop_lset
00D8 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0100 0002 = 2. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0100 _light
0100 __data_start
0101 _direction
0102 __data_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0022 = 34. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
c:\icc\lib\crtAVR.o [ crtavr.s ]
HD_Support.o [ HD_Support.c ]
EX_Support.o [ EX_Support.c ]
System.o [ System.c ]
<library> [ lpush.s ]
User Global Definitions
ram_end = 0x2ff
hwstk_size = 0x20
User Base Address Definitions
func_lit = 0x34
data = 0x100
eeprom:1.256
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -