📄 gpseep.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 0070 0004 = 4. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0070 __func_lit_start
0074 __func_lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 0074 01AB = 427. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0074 __idata_start
021F __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0220 079C = 1948. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0110 __text_start
0110 __start
0130 _exit
0131 _setGPS
0146 _iniGPS
015F _port_init
016D _uart0_init
017D _uart1_init
0189 _init_devices
019A _delay
01A0 _DelayM
01B2 _DelayMORE
01C4 _initTimer
01CA _SIG_OVERFLOW0
01F3 _initTimer2
01F9 _timer2_ovf_isr
021A _timer1_init
0223 _timer1_ovf_isr
0234 _watchdog_init
023A _main
02D8 _conGPRS
0312 _ProcModemReceive
034B _ModemInit
0351 _ModemBuffNotEmpty
035D _ModemBuffFlush
0362 _Waitfor
0390 _ModemGetch
03B2 _UART0_RX_interrupt
03C2 _UART1_RX_interrupt
03CD _OpenComm0
03CE _WriteComm0
03D6 _WriteCommStr0
03E6 _ReadComm0
03EA _ReadCommT0
03F8 _OpenComm1
03F9 _WriteComm1
03FD _WriteCommStr1
040D _ReadComm1
0411 _ReadCommT1
041F _setCommEventProc
0424 pop_gset2
0427 pop_gset4
042A push_gset5
042C push_gset4
042E push_gset3
0430 push_gset2
0432 push_gset1
0435 pop_gset1
0436 pop
0449 xicall
0452 push_lset
0469 pop_lset
0480 _EEPROMread
0485 _EEPROMwrite
0496 _EEPROMReadBytes
04BA _EEPROMWriteBytes
04DE __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0100 01AB = 427. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0100 _disgga
0100 __data_start
010E _disgll
011C _disgsa
012A _disgsv
0138 _disvtg
0146 _disgrs
0154 _disgst
0162 _diszda
0170 _timerCounter
0171 _timerCounter1
0172 _timerCounter2
0173 _GPRSCommand
017D _IPADD
018D _p_IPADD
018F _CC
029D _In
029F _Out
02A1 _mDataSlot
02A2 _mEmptySlot
02A3 _mTest
02A4 _oTest
02A5 _firstTest
02A6 _isAdd
02A7 _ModemBuffer
02AB __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 02AB 010D = 269. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
02AB __bss_start
02AB _timepoint1
02AC _timepoint2
02AD _timepoint
02AE _OutBuffer
02B8 _InBuffer
03B8 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0054 = 84. bytes (abs,ovr,rom)
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
eeprom 0001 0010 = 16. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0001 _ip
0011 __eeprom_end
Files Linked [ module(s) ]
C:\icc\lib\crtatmega.o [ crtatmega.s ]
smain.o [ smain.c ]
common.o [ common.c ]
main.o [ main.c ]
modem.o [ modem.c ]
sci.o [ sci.c ]
<library> [ gpop2.s, gpop4.s, gpush.s, icall.s, lpush.s, eepromr.s, eepromw.s, eepromrbytes.s, eepromwbytes.s ]
User Global Definitions
ram_end = 0x4ff
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x70
data = 0x100
eeprom = 0x1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -