📄 spi_test_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 0008 = 8. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0054 __lit_start
005C __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 005C 0226 = 550. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
002E __start
002E __text_start
004E _exit
004F _spi_stc_isr
00A4 _getSPIchar
00C3 _putSPIchar
00ED _spi_init
00FB _main
0128 asgncblk
0141 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0060 00D1 = 209. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 _SPI_datain
0060 __bss_start
0061 _SPI_ok
0062 _tx_counter
0063 _tx_rd_index
0064 _tx_wr_index
0065 _rx_buffer_overflow
0066 _rx_counter
0067 _rx_rd_index
0068 _rx_wr_index
0069 _SPI_tx_buff
00CD _SPI_rx_buff
0131 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0048 = 72. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
G:\iccv7avr\lib\crtatmega.o [ crtatmega.s ]
Spi_test_slave.o [ Spi_test_slave.c ]
<library> [ 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 + -