📄 remote.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 0026 02AE = 686. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0026 __lit_start
02D4 __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 02D4 000E = 14. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
02D4 __idata_start
02E2 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 02E2 1158 = 4440. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0171 __text_start
0171 __start
0190 _exit
0191 _main
0289 __StackOverflowed
0298 _Presentation
02CD _LineDisplay
0322 _timer0_ovf_isr
03CC _int0_isr
03DB _ScanKey
040D _delay_ms
0421 _uart0_rx_isr
04B3 _AnalyseData
0553 _SendKey
0567 _TxChar
0579 _LcdPower
0585 _LcdInit
05C5 _LcdContrast
05D3 _LcdClear
05F2 _LcdGotoXY
0602 _LcdChr
072C _LcdStr
073B _LcdStrConst
074C _LcdPixel
07AB _LcdLine
083A _LcdUpdate
08D0 _memcpy
08DE _strlen
08EA _strncpy
08FD mod16s
0901 div16s
091A mod16u
091C div16u
091D xdiv16u
0936 mod8u
0938 div8u
0939 xdiv8u
094E pop_gset2
0950 pop_gset3
0952 pop_gset4
0954 pop_gset5
0956 push_gset1
0959 pop_gset1
095A pop
096D push_gset2
0970 push_gset3
0973 push_gset4
0976 push_gset5
0979 push_lset
0990 pop_lset
09A7 lsl8
09AD _EEPROMread
09B4 _EEPROMwrite
09C3 _EEPROMReadBytes
09E4 _EEPROMWriteBytes
0A05 __HWStackBottom
0A0A __StackCheck
0A1D __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 000E = 14. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 __data_start
0060 _TimeOut
0062 _Key
0063 _LinePtr
0064 _ListType
0065 _NewMessage
0066 _Refresh
0067 _Light
0069 _Cont
006E __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 006E 0333 = 819. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
006E __bss_start
0080 _buffer
008A _UpdateLcd
008B _RxData
00DB _Line
03A1 __bss_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0018 = 24. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\iccavr\lib\crtAVR.o [ crtavr.s ]
remote.o [ remote.c ]
NokiaLCD.o [ NokiaLCD.c ]
<library> [ memcpy.s, strlen.s, strncpy.s, div16s.s, div16u.s, div8u.s, gpop2.s, gpop3.s, gpop4.s, gpop5.s, gpush.s ]
[ gpush2.s, gpush3.s, gpush4.s, gpush5.s, lpush.s, lsl8.s, eepromr.s, eepromw.s, eepromrbytes.s, eepromwbytes.s ]
[ hwstack.s, stackcheck.s ]
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x20
User Base Address Definitions
func_lit = 0x26
data = 0x60
eeprom:1.512
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -