📄 model.mp
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
func_lit 0034 0004 = 4. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0034 __func_lit_start
0038 __func_lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 0038 0013 = 19. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0038 __idata_start
004B __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 004C 04D8 = 1240. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0026 __start
0026 __text_start
0047 _exit
0048 _NULL_PROC
004A _CMOS_INIT
0067 _Process_Task
0098 _UARTgetDataFromRxBuff
00DB _UARTPeekDataFromRxBuff
0100 _UARTaddDataToRxBuff
0141 _UARTgetDataFromTxBuff
0184 _UARTPeekDataFromTxBuff
01A9 _UARTaddDataToTxBuff
01EA _PROC_Serial_Transmitter
0203 _Device_INIT
0209 HD_Support.c:Port_INIT
020A HD_Support.c:Timer0_INIT
020B _Timer0_OVF_ISR
023A _Driver_INIT
023C _Delay_MS
0249 _Insert_Timer0_OVF_ISR_Code
0261 _System_INIT
0266 _PROC_Register
0284 _main
0289 xicallx
0292 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0100 0013 = 19. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0100 __data_start
0100 _g_cCOSPROCCounter
0101 RD_UseCooperatingMiniOs.c:n
0102 RD_UseSerialBuff.c:UARTRxBuffHead
0104 RD_UseSerialBuff.c:UARTRxBuffTail
0106 RD_UseSerialBuff.c:UARTRxBuffCounter
0108 RD_UseSerialBuff.c:UARTTxBuffHead
010A RD_UseSerialBuff.c:UARTTxBuffTail
010C RD_UseSerialBuff.c:UARTTxBuffCounter
010E _g_bIfSerialTransmitCompleted
010F EX_Support.c:s_wSystemDelayTimerCounter
0111 _g_wSystemTimer
0113 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0113 0106 = 262. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0113 _ProcPCB
0113 __bss_start
0119 RD_UseSerialBuff.c:UARTTxBuff
0199 RD_UseSerialBuff.c:UARTRxBuff
0219 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0022 = 34. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\iccv7avr\lib\crtAVR.o [ crtavr.s ]
RD_UseCooperatingMiniOs.o [ RD_UseCooperatingMiniOs.c ]
RD_UseSerialBuff.o [ RD_UseSerialBuff.c ]
HD_Support.o [ HD_Support.c ]
EX_Support.o [ EX_Support.c ]
PF_Config.o [ PF_Config.c ]
PROC_Config.o [ PROC_Config.c ]
System.o [ System.c ]
<library> [ icallx.s ]
User Global Definitions
ram_end = 0x2ff
hwstk_size = 0x20
User Base Address Definitions
func_lit = 0x34
data = 0x100
eeprom:0.256
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -