📄 slave.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 0054 01E7 = 487. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0054 __lit_start
023B __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 023B 0006 = 6. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
023B __idata_start
0241 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0242 0636 = 1590. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0121 __start
0121 __text_start
0141 _exit
0142 _nrf905_Config
015B _nrf905_SpiRW
0165 _nrf905_StandBy
0169 _nrf905_Off
016B _nrf905_TxOn
016F _nrf905_TxSend
0176 _nrf905_RxOn
017A _nrf905_Init
0182 _nrf905_SpiTest
01FB _nrf905_SetTxAddr
0208 _nrf905_SetData
021E _nrf905_WaitSended
0221 _nrf905_SendData
0227 _nrf905_SendAgain
022B _nrf905_ReadData
0242 _port_init
0251 _timer0_init
025A _timer0_ovf_isr
0281 _spi_init
0288 _init_devices
0296 _RfRecvProc
02BC _RfSendProc
02D3 _TimerFunc
02DE _SystemIni
02E4 _DelayMs
02F2 _DelayUs
0305 _main
034B _seg
0365 _init_lcd
0382 _clear_lcd
039C _display_lcd
03A9 _locat_lcd
03B8 _PutChar
03D2 _LCD
03FE pop_gset2
0401 pop_gset3
0404 push_gset5
0406 push_gset4
0408 push_gset3
040A push_gset2
040C push_gset1
040F pop_gset1
0410 pop
0423 asgncblk
043C __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 0006 = 6. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 __data_start
0066 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0066 00CF = 207. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0066 _RxBuf
0066 __bss_start
00CA _TxBuf
012F _RfCnt
0130 _T0Cnt
0131 _bRfSend
0132 _bTimer
0135 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0028 = 40. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\PROGRA~1\Atmel\icc\lib\crtatmega.o [ crtatmega.s ]
nrf905.o [ nrf905.C ]
slave.o [ slave.C ]
seg.o [ seg.c ]
lcd.o [ lcd.c ]
<library> [ gpop2.s, gpop3.s, gpush.s, pmstruct.s ]
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x54
data = 0x60
eeprom:1.512
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -