代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/234028/14125195
a 8led.a
; 实验一 八段数码管显示
OUTBIT equ 0e101h ; 位控制口
CLK164 equ 0e102h ; 段控制口(接164时钟位)
DAT164 equ 0e102h ; 段控制口(接164数据位)
IN equ 0e103h ; 键盘读入口
LEDBuf equ 60h ; 显示缓冲
Num equ 70
www.eeworm.com/read/234028/14125206
opt led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/234028/14125208
plg led.plg
礦ision3 Build Log
Project:
C:\Keil\UV2\3000TB51配套实验例程\1实验一 八段数码管显示实验\ASM\LED.uv2
项目文件日期: 01/02/1998
Output:
www.eeworm.com/read/234028/14125211
hex led.hex
:100000000200573F065B4F666D7D077F6F777C3937
:100010005E79717F00DFFEDEFC22786079067A204F
:1000200090E1017400F0E675F00833FB92E054FDB6
:1000300090E102F090E1024402F054FDF0EBD5F0C3
:10004000E990E101EAF
www.eeworm.com/read/234028/14125287
a 8led.a
;点阵式LED实验:
;实验连线:P1.0------CIN ; P1.1-----SIN;CS0-----YC2
CLK EQU P1.0
DINA EQU P1.1
MIAN: MOV SP,#60H
CLR C
SEND1: MOV R0,#080H
MOV DPTR,#CODEd1
SE
www.eeworm.com/read/234028/14125292
8led
www.eeworm.com/read/234000/14126246
obj led.obj
www.eeworm.com/read/234000/14126251
plg led.plg
Build target 'Target 1'
compiling led.c...
linking...
Program Size: data=10.0 xdata=0 code=186
"led" - 0 Error(s), 0 Warning(s).
www.eeworm.com/read/234000/14126261
opt led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }