📄 i2c抢答器_主机程序.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 0034 0018 = 24. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0034 __lit_start
0034 _DisTab
004C __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 004C 0008 = 8. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
004C __idata_start
0054 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0054 04D0 = 1232. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
002A __text_start
002A __start
0049 _exit
004A _Device_INIT
0069 _Timer0_OVF_ISR
007A _Timer1_OVF_ISR
008E _TWI_ISR
0097 _Delay_ms
00A7 _Beep
00B2 _System_INIT
00B7 _Insert_Timer0_OVF_ISR_Code
00D0 _Insert_Timer1_OVF_ISR_Code
00DA _Insert_Twi_Isr_Code
0130 _Port_refresh
0143 _LEDDisplay
0169 _winner
01D4 _main
0223 mod16u
0225 div16u
0226 xdiv16u
023F push_gset5
0241 push_gset4
0243 push_gset3
0245 push_gset2
0247 push_gset1
024A pop_gset1
024B pop
025E push_lset
0275 pop_lset
028C lsl8
0292 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0100 0008 = 8. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0100 _p
0100 __data_start
0102 _g_wSystemTimer
0104 _DoTime
0105 _ShowTime
0106 _TWIProcess
0108 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0108 0011 = 17. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0108 _PortBuffer
0108 __bss_start
010B _LEDDisBuffer
0113 _RecArr
0119 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0032 = 50. 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> [ div16u.s, gpush.s, lpush.s, lsl8.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 + -