⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 led.mp

📁 AVR开发板实验源代码LED流水灯实验源代码
💻 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   0012 =     18. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  _SMG_Conver
       0054  __lit_start
       0066  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0066   0482 =   1154. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0033  __start
       0033  __text_start
       0053  _exit
       0054  _delay_nus
       0062  _delay_nms
       0076  _Scan_Key
       009F  _Key_Num
       011C  _Display_One_SMG
       0139  _Display_One_SMG_Point
       014F  _En_Led
       0154  _Un_Led
       015A  _Clear_SMG
       0163  _Dac_Init
       0167  _Spi_Init
       0173  _PutSPIchar
       0177  _CPU_Init
       0188  _Scan_Int_Key
       01B4  _main
       024C  pop_gset2
       024F  push_gset5
       0251  push_gset4
       0253  push_gset3
       0255  push_gset2
       0257  push_gset1
       025A  pop_gset1
       025B  pop
       026E  lsl8
       0274  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0060   0003 =      3. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0060  _temprter
       0060  __bss_start
       0062  _Key_Number
       0063  __bss_end

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

Files Linked      [ module(s) ]

D:\icc\lib\crtatmega.o	[ crtatmega.s ]
LED.o	[ LED.c ]
<library>	[ gpop2.s, gpush.s, lsl8.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 + -