lcdexper.mp
来自「AVR智能车灯控制系统,实现一些车灯的自动控制,还是多功能性,大家参考一下.」· MP 代码 · 共 76 行
MP
76 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
lit 00E4 0445 = 1093. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
00E4 __lit_start
00E4 _Chanping1
00F5 _jieguo_1
0102 _jieguo_2
0113 _jieguo_3
0122 _jieguo_4
0129 _bmp8
0529 __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 052A 03A6 = 934. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0295 __start
0295 __text_start
02B7 _exit
02B8 _Delay
02C5 _delay_ms
02D6 _port_init
02DC _Check_Busy
02E5 _Write_Command
02F8 _Write_Data
030B _Initial_LCD
032A _Write_String
0342 _Location_XY
0369 _Write_String_atXY
0376 _Clear_Lcd
0390 _LcmClearTXT
039E _LcmClearBMP
03B8 _PutBMP
03EF _StartView
03FC _main
043A pop_xgsetF0FC
0445 push_xgsetF0FC
0447 push_xgset30FC
0449 push_xgset00FC
044B push_xgset003C
0450 push_xgset300C
0455 pop_xgset300C
045A push_xgsetF00C
0461 pop_xgsetF00C
0468 __text_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0004 = 4. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
D:\iccv7avr\lib\crtatmega.o [ crtatmega.s ]
lcdexper.o [ lcdexper.c ]
<library> [ gpop5.s, gpush.s, gpushx.s, gpushz.s ]
User Global Definitions
ram_end = 0x21ff
hwstk_size = 0x1e
User Base Address Definitions
func_lit = 0xe4
data = 0x200
eeprom:0.4096
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?