📄 lcd1602.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 0010 = 16. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0026 __idata_start
0036 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0036 022C = 556. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
001B __start
001B __text_start
003A _exit
003B _delay_1us
003D _delay_nus
004A _delay_1ms
0054 _delay_nms
0061 _port_init
006A _init_devices
0073 _main
008B _LCD_init
00A0 _LCD_en_write
00A6 _LCD_write_command
00C4 _LCD_write_data
00E2 _LCD_set_xy
00F0 _LCD_write_string
0104 _LCD_write_char
010E pop_gset2
0110 pop_gset3
0112 push_gset5
0114 push_gset4
0116 push_gset3
0118 push_gset2
011A push_gset1
011D pop_gset1
011E pop
0131 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 0010 = 16. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 __data_start
0070 __data_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0002 = 2. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
D:\icc\lib\crtAVR.o [ crtavr.s ]
delay.o [ delay.c ]
LCD1602.o [ LCD1602.c ]
LCD1602_init.o [ LCD1602_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 + -