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

📄 lcd_c.mp

📁 1602液晶显示模块
💻 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   0026   0011 =     17. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0026  __idata_start
       0037  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0038   022C =    556. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       001C  __start
       001C  __text_start
       003B  _exit
       003C  _delay_1us
       003E  _delay_nus
       004B  _delay_1ms
       0055  _delay_nms
       0062  _init_devices
       006A  _port_init
       0073  _main
       008C  _LCD_init
       00A1  _LCD_en_write
       00A7  _LCD_write_command
       00C5  _LCD_write_data
       00E3  _LCD_set_xy
       00F1  _LCD_write_string
       0105  _LCD_write_char
       010F  pop_gset2
       0111  pop_gset3
       0113  push_gset5
       0115  push_gset4
       0117  push_gset3
       0119  push_gset2
       011B  push_gset1
       011E  pop_gset1
       011F  pop
       0132  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       0071  __data_end

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

Files Linked      [ module(s) ]

C:\icc\lib\crtAVR.o	[ crtavr.s ]
delay.o	[ delay.c ]
lcd_c.o	[ lcd_c.c ]
LCD_init.o	[ LCD_init.c ]
<library>	[ gpop2.s, gpop3.s, gpush.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x26
data = 0x60
eeprom:1.512

⌨️ 快捷键说明

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