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

📄 project.mp

📁 AVR单片机C语言程序设计实例精粹
💻 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   0089 =    137. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  __idata_start
       00DD  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   00DE   058E =   1422. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       006F  __text_start
       006F  __start
       008F  _exit
       0090  _main
       00F4  _Timer0_Interrupt
       0169  _Hardware_Init
       016C  _Gpio_Init
       017A  _Timer0_Init
       0187  _Interrupt_Init
       0189  _Get_Key0
       01A2  _Get_Key1
       01BB  _Get_Key2
       01D4  _Get_Key3
       01ED  _Buzzer_ON
       01EF  _Buzzer_OFF
       01F1  _Set_RS
       01F7  _Set_RW
       01FD  _Set_EN
       0203  _Set_Data
       0205  _LCD_Read_BF
       021C  _LCD_Write_Command
       0236  _LCD_Write_Data
       0250  _LCD_Read_Data
       026D  _LCD_Reset
       028B  _LCD_Show_Char
       02A2  _LCD_Show_String
       02C8  _Delay_ms
       02DF  pop_gset2
       02E2  pop_gset4
       02E5  push_gset1
       02E8  pop_gset1
       02E9  pop
       02FC  push_gset2
       0300  push_gset3
       0304  push_gset4
       0308  push_lset
       031F  pop_lset
       0336  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0060   0089 =    137. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       0060  _Key0_Flag
       0061  _Key1_Flag
       0062  _Key2_Flag
       0063  _Key3_Flag
       0064  _NoKey_Flag
       00E9  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0050 =     80. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

C:\icc\lib\crtatmega.o	[ crtatmega.s ]
main.o	[ main.c ]
app.o	[ app.c ]
LCD.o	[ LCD.c ]
<library>	[ gpop2.s, gpop4.s, gpush.s, gpush2.s, gpush3.s, gpush4.s, lpush.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 + -