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

📄 prj.mp

📁 ATMEGA128控制4×6矩阵键盘,LCD1602 使用protues软件可仿真 附带图片可观看效果
💻 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   008C   003A =     58. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       008C  __idata_start
       00C6  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   00C6   0456 =   1110. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0063  __text_start
       0063  __start
       0085  _exit
       0086  _delay_1us
       0088  _delay_nus
       0096  _delay_1ms
       00A1  _delay_nms
       00AF  _key_scan
       00DE  _LCD_INIT
       0109  _LCD_Busy
       0126  _LCD_WriteControl
       0146  _LCD_WriteData
       0166  _Init_LCD
       0174  _LCD_Clear
       0177  _LCD_Home
       017A  _LCD_DisplayCharacter
       0180  _LCD_DisplayString
       0194  _LCD_Cursor
       01C0  _LCD_Cursor_On
       01C3  _LCD_Cursor_Off
       01C6  _LCD_Display_Off
       01C9  _LCD_Display_On
       01CC  _led
       01DB  _Init_Port
       01E7  _main
       0238  pop_xgset00FC
       023F  push_xgsetF0FC
       0241  push_xgset30FC
       0243  push_xgset00FC
       0245  push_xgset003C
       024A  push_xgset300C
       024F  pop_xgset300C
       0254  push_xgsetF00C
       025B  pop_xgsetF00C
       0262  push_xgset303C
       0269  pop_xgset303C
       0270  push_xgsetF03C
       0279  pop_xgsetF03C
       0282  lsl8
       0288  lsr8
       028E  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0100   003A =     58. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0100  __data_start
       013A  __data_end

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

Files Linked      [ module(s) ]

C:\iccv7avr\lib\crtatmega.o	[ crtatmega.s ]
delay.o	[ delay.c ]
key.o	[ key.c ]
LCD.o	[ LCD.c ]
led.o	[ led.c ]
main.o	[ main.c ]
<library>	[ gpop3.s, gpush.s, gpushx.s, gpushz.s, gpusha.s, gpushb.s, lsl8.s, lsr8.s ]

User Global Definitions

ram_end = 0x10ff
hwstk_size = 0x3c

User Base Address Definitions

func_lit = 0x8c
data = 0x100
eeprom:0.4096

⌨️ 快捷键说明

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