spi_test.mps.size

来自「用ICC编写的程序包括SPI」· SIZE 代码 · 共 31 行

SIZE
31
字号
ICCV7 for AVR map file = F:\IccAvr_Pro\Spi_test.mp

FLASH area "text" = 432 (0x1B0) bytes from 0x0054 to 0x0203 = 216 (0xD8) words from 0x002A to 0x0101
  __start             =   32 (0x0020) words
  _exit               =    1 (0x0001) word
  _spi_stc_isr        =   83 (0x0053) words
  _getSPIchar         =   31 (0x001F) words
  _putSPIchar         =   42 (0x002A) words
  _spi_init           =   16 (0x0010) words
  _main               =   11 (0x000B) words

SRAM area "bss" = 208 (0xD0) bytes from 0x0060 to 0x012F
  _SPI_ok             =    1 (0x0001) byte
  _tx_counter         =    1 (0x0001) byte
  _tx_rd_index        =    1 (0x0001) byte
  _tx_wr_index        =    1 (0x0001) byte
  _rx_buffer_overflow =    1 (0x0001) byte
  _rx_counter         =    1 (0x0001) byte
  _rx_rd_index        =    1 (0x0001) byte
  _rx_wr_index        =    1 (0x0001) byte
  _SPI_tx_buff        =  100 (0x0064) bytes
  _SPI_rx_buff        =  100 (0x0064) bytes

Memory summary:
flash used  = 432 (0x1B0) bytes from 0x0054 to 0x0203 = 216 (0xD8) words from 0x002A to 0x0101
sram used   = 1024 (0x400) bytes from 0x0060 to 0x045F
- variables: 208 (0xD0) bytes from 0x0060 to 0x012F
- s/w stack: 784 (0x310) bytes from 0x0130 to 0x043F
- h/w stack: 32 (0x20) bytes from 0x0440 to 0x045F
eeprom not initialized

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?