lcd1602显示.mp

来自「ICC mega8例子」· MP 代码 · 共 72 行

MP
72
字号
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   000C =     12. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0026  __idata_start
       0032  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0032   01E0 =    480. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0019  __start
       0019  __text_start
       003A  _exit
       003B  _port_init
       0043  _init_devices
       004B  _delay
       005E  _com_lcd
       006A  _data_lcd
       0076  _LCD1602_init
       0091  _LCD1602_clear
       0097  _LCD1602_goxy
       00A5  _LCD1602_print
       00B8  _LCD1602_printD
       00CC  _main
       00DD  mod8u
       00DF  div8u
       00E0  xdiv8u
       00F5  push_xgset300C
       00FA  pop_xgset300C
       00FF  push_xgsetF000
       0104  pop_xgsetF000
       0109  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0060   000C =     12. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       006C  __data_end

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

Files Linked      [ module(s) ]

C:\iccv7avr\lib\crtAVR.o	[ crtavr.s ]
LCD1602显示.o	[ LCD1602 ]
<library>	[ div8u.s, gpushx.s, gpushy.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x1e

User Base Address Definitions

func_lit = 0x26
data = 0x60
eeprom:0.512

⌨️ 快捷键说明

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