📄 tx.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 008C 0001 = 1. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
008C __idata_start
008D __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 008E 050E = 1294. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0047 __start
0047 __text_start
0067 _exit
0068 _Write_Command
0077 _Read_Status
007F _Write_ConfigureWord
0091 _Read_ConfigureWord
00AE _Read_RXFIFO
00CC _Read_RXFIFO_Byte
00DE _Write_TXFIFO
0100 _Write_TXFIFO_Byte
0112 _Write_RAM
013C _Write_RAM_Byte
015A _Read_RAM
0185 _Read_RAM_Byte
01A3 _PowerOff
01A5 _PwOff_PwDown
01B9 _AllStates_PwDown
01BC _PwDown_Idle
01CA _AllStates_Idle
01CD _Idle_Tx
01D0 _Rx_Tx
01D8 _Idle_Rx
01DB _Set_Configure
0206 _Delay600us
0211 _Delay10ms
0224 _initled
0228 _main
028D _init_spi
029A _SpiWrite
02A5 _enable_spi
02A7 _disable_spi
02A9 pop_gset2
02AC pop_gset4
02AF push_gset5
02B1 push_gset4
02B3 push_gset3
02B5 push_gset2
02B7 push_gset1
02BA pop_gset1
02BB pop
02CE __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0100 0001 = 1. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0100 _serial_num
0100 __data_start
0101 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0101 0070 = 112. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0101 _Data_TXFIFO
0101 __bss_start
0171 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0004 = 4. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtatmega.o [ crtatmega.s ]
cc2420.o [ cc2420.c ]
common.o [ common.c ]
main.o [ main.c ]
spi.o [ spi.c ]
<library> [ gpop2.s, gpop4.s, gpush.s ]
User Global Definitions
ram_end = 0x10ff
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x8c
data = 0x100
eeprom:1.4096
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -