spi.mp

来自「AVR系列单片机ATMEGA64开发的LED显示屏程序 内容包括ATMEGA6」· MP 代码 · 共 41 行

MP
41
字号
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   008C   006A =    106. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0046  __start
       0046  __text_start
       006B  _exit
       006C  _SpiWriteByte
       0071  _SpiReadByte
       0077  _SpiReadDataReg
       0079  _main
       007B  __text_end

Area                               Start  End    Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0004 =      4. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

C:\icc\lib\crtatmegaram.o	[ crtatmegaram.s ]
spi.o	[ spi.c ]
<library>	

User Global Definitions

ram_end = 0x10ff
FRAM = 0x1
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x8c
data = 0x1100
eeprom:1.2048

⌨️ 快捷键说明

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