代码搜索结果
找到约 10,000 项符合
Digital 的代码
digital_time.dsp
# Microsoft Developer Studio Project File - Name="digital_time" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x
digital_time.plg
Build Log
--------------------Configuration: digital_time - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x80
digital clock (2).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 {
digital clock (2).plg
礦ision3 Build Log
Project:
F:\Proteus书稿\MCS-51 Demonstration\Chapter 8\62 Digital Clock (2)\Digital Clock (2).uv2
Project File Date: 08/04/2006
Outp
digital clock (2).asm
S_SET BIT P1.0 ;数字钟秒控制位
M_SET BIT P1.1 ;分钟控制位
H_SET BIT P1.2 ;小时控制位
SECOND EQU 30H
MINUTE EQU 31H
HOUR EQU 32H
TCNT EQU 34H
ORG 00H
SJMP START
ORG 0BH
LJMP IN