📄 mcu.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 0019 = 25. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0034 __idata_start
004D __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 004E 036E = 878. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0027 __start
0027 __text_start
0046 _exit
0047 _twi_init
0055 _twi_isr
00B4 _IICSendStr
00D0 _port_init
00DA _timer0_init
00E2 _timer0_ovf_isr
010C _KeyScanTask
013D _KeyPressedTask
01AF _init_devices
01D1 _main
01DE __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0100 0019 = 25. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0100 __data_start
0100 _g_ucIICState
0101 _g_ucIICEnd
0102 _g_ucIICDataNum
0103 _g_ucLoopTimeFlag
0104 _g_ucKeyPressed
0105 _g_ucKeyPressedCnt
0106 _g_ucTorchIICData
0108 _g_ucIledIICData
010A _g_ucFlashIICData
010C _g_ucLightOFFData
010E _g_ucFlashEnIICData
0110 _g_ucFlashTimerIICData
0119 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0119 0003 = 3. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0119 __bss_start
0119 _g_ucIICDataBuf
011B _g_ucIICAdress
011C __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 ]
variable.o [ variable.c ]
iic.o [ iic.c ]
iic_test.o [ iic_test.c ]
<library>
User Global Definitions
ram_end = 0x4ff
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x34
data = 0x100
eeprom:1.512
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -