代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/347718/11643202
o lcd.o
XL
H 3 areas 15 global symbols
M LCD.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S push_gset4 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
S pop_g
www.eeworm.com/read/347718/11643203
prj lcd.prj
[Compiler Options]
Edit1=D:\软件安装\icc\include;\"C:\Documents and Settings\user\My Documents\孙振仕\显示\"
Edit2=D:\学习软件类\双龙电子\单片机工作软件\ImageCraft\新建文件夹\icc\lib
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Ed
www.eeworm.com/read/347718/11643205
mp lcd.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/347718/11643209
hex lcd.hex
:040000000C945E00FE
:14008C0057656C636F6D20746F204265696A696E4F6E652043
:1400A000576F726C64204F6E6520447265616D00B1B1BEA930
:0700B400BBB6D3ADC4E300AD
:1400BC00CFEFD0E1CDBFDEBFC051D0400AEA08830024E
www.eeworm.com/read/347718/11643210
_c lcd._c
#include
#ifndef __lcd_h
#define __lcd_h
#define req asm("sbi 0x03,6")
#define cl_req asm("cbi 0x03,6")
#define dat asm("sbi 0x18,0")
#define cl_dat asm("cbi 0x18,0")
#define cl_res
www.eeworm.com/read/347718/11643213
lst lcd.lst
NO DEBUG INFORMATION AVAILABLE!
__text_start:
__start:
005E EFCF LDI R28,0xFF
005F E1D0 LDI R29,0x10
0060 BFCD OUT 0x3D,R28
0061 BFDE OUT 0x3E,R29
0062 5
www.eeworm.com/read/347718/11643215
s lcd.s
.module LCD.c
.area text(rom, con, rel)
; i -> R20
; t -> R16,R17
.even
_delay::
xcall push_gset1
; #include
; #ifndef __lcd_h
; #define __lcd_h
; #
www.eeworm.com/read/158036/11648375