📄 mcp2510.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 0054 0006 = 6. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0054 __idata_start
005A __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 005A 069C = 1692. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
002D __text_start
002D __start
004D _exit
004E _port_init
0059 _timer0_init
0062 _timer0_comp_isr
0063 _timer1_init
0075 _timer2_init
007F _spi_init
0084 _adc_init
008C _init_devices
009A _SPIINT
00D4 _SPIEXCHANGE
00FB _WAIT_SPI
0105 _RESET2510
0114 _RD2510
015F _WR2510
0194 _RTS2510
01AB _GETS2510
01C8 _BM2510
01EB _SETNORMAL
020B _INIT2510
024B _TXCOMPLETE
0260 _TXMSG
02C1 _RXMSG
0341 _main
0349 empy16s
0359 pop_gset2
035C push_gset5
035E push_gset4
0360 push_gset3
0362 push_gset2
0364 push_gset1
0367 pop_gset1
0368 pop
037B __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 0006 = 6. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 __data_start
0060 _count1
0062 _RecID_H
0064 _RecID_L
0066 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0066 000E = 14. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0066 __bss_start
0066 _DLC
0068 _count
006A _i
006C _c
006E _b
0070 _a
0072 _timecount
0074 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0050 = 80. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
D:\iccv7avr\lib\crtatmega.o [ crtatmega.s ]
mcp2510.o [ mcp2510.c ]
<library> [ emul16s.s, gpop2.s, gpush.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 + -