1602.mp
来自「用AVRmega8515编写的lcd1602显示程序」· MP 代码 · 共 55 行
MP
55 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
lit 0022 0018 = 24. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0022 _table
0022 __lit_start
002F _table1
003A __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 003A 014C = 332. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
001D __start
001D __text_start
003E _exit
003F _delay
0052 _write_com
005E _write_dat
006A _LCD_init
0076 _display
00AD _main
00B9 push_xgsetF000
00BE pop_xgsetF000
00C3 __text_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 ]
1602.o [ _1602.c ]
<library> [ gpushy.s ]
User Global Definitions
ram_end = 0x25f
hwstk_size = 0x1e
User Base Address Definitions
func_lit = 0x22
data = 0x60
eeprom:0.512
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?