代码搜索结果
找到约 10,000 项符合
LED 的代码
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).
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 }
led.lst
C51 COMPILER V6.23a LED 09/08/2003 17:00:38 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN le
led.c
#include
#define uchar unsigned char
#define uint unsigned int
#define led P1
sfr P1M0=0x91;
sfr P1M1=0x92;
sbit cs1=P3^7;
sbit cs2=P1^0;
sbit led1=P3^4;
sbit led2=P3^5;
uns
led.lst
C51 COMPILER V7.50 LED 04/18/2007 00:14:25 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
led.asm
SDA EQU P1.0
CLK EQU P1.1
ORG 4000H
AJMP MAIN
ORG 4100H
MAIN:
MOV SP,#60H
LEDRESET:
MOV R2,#7FH
MOV R1,#08H
CLR P1.7
LEDUP: ACALL TXDBYTE
ACALL DELAY
MOV A,R2
RR A
MOV R