lcd20x4.mp

来自「用ATmega16驱动的LCD2004的源程序」· MP 代码 · 共 69 行

MP
69
字号
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   0041 =     65. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  __idata_start
       0095  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0096   01BC =    444. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       004B  __start
       004B  __text_start
       006B  _exit
       006C  _delay_us
       0074  _delay_ms
       0083  _Lcd_Busy
       009A  _Lcd_Command
       00AF  _Lcd_Write
       00C4  _Lcd_Init
       00D8  _asc_tran
       00E8  _main
       010A  push_gset5
       010C  push_gset4
       010E  push_gset3
       0110  push_gset2
       0112  push_gset1
       0115  pop_gset1
       0116  pop
       0129  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       00A1  __data_end

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

Files Linked      [ module(s) ]

C:\ICC\lib\crtatmega.o	[ crtatmega.s ]
LCD20x4.o	[ LCD20x4.c ]
<library>	[ gpush.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 + =
减小字号Ctrl + -
显示快捷键?