代码搜索:8051
找到约 10,000 项符合「8051」的源代码
代码结果 10,000
www.eeworm.com/read/319716/13445716
pdf 8051.pdf
www.eeworm.com/read/305054/13779373
zip 8051.zip
www.eeworm.com/read/124109/6056041
h 8051.h
/*-------------------------------------------------------------------------
Register Declarations for the Intel 8051 Processor
Written By - Bela Torok / bela.torok@kssg.ch (July 2000)
This
www.eeworm.com/read/412871/6351993
lib 8051.lib
www.eeworm.com/read/494049/6387182
asm a8051.asm
; “验证式” 实验一 拆字程序
;把指定字节的高低位拆开分别存放,多用于显示子程序
ORG 0000H
MOV DPTR,#8000H ;指定的字节
MOVX A,@DPTR
MOV B,A ;暂存
SWAP A ;交换
ANL A,#0FH ;屏敝高位
INC DPTR
MOVX @DPTR,A
INC DPTR
www.eeworm.com/read/486077/6542998
pdf 8051.pdf
www.eeworm.com/read/476952/6743453
tbl 8051.tbl
www.eeworm.com/read/476955/6743459
tbl 8051.tbl
www.eeworm.com/read/410633/11274333
dsn 8051.dsn
www.eeworm.com/read/410633/11274335
c 8051.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define ON 0
#define OFF 1
sbit PWM=P3^5;
sbit MP=P3^4;
bit FLAG=0;
uchar code dispbit[6]={0x20,0x10