代码搜索:中断编程
找到约 10,000 项符合「中断编程」的源代码
代码结果 10,000
www.eeworm.com/read/394265/8239808
opt 中断.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/394265/8239809
obj 中断.obj
www.eeworm.com/read/394265/8239812
hex 中断.hex
:09001200759055D2AFD2A880FE12
:0300030002001BDD
:04001B006390FF32BD
:03000000020006F5
:0C000600787FE4F6D8FD75810702001237
:00000001FF
www.eeworm.com/read/368882/9674890
bin 中断.bin
www.eeworm.com/read/368882/9674892
asm 中断.asm
ORG 0000H
LJMP MAIN
ORG 0003H
LJMP INT0
ORG 000BH
LJMP TIMER0
ORG 0100H
MAIN:
CLR P1.7
MOV 20H,#0FFH
MOV 21H,#00H;存放闪烁标志位 ;暂时不用
MOV 22
www.eeworm.com/read/368882/9674894
hex 中断.hex
www.eeworm.com/read/368882/9674897
bin 中断.bin
www.eeworm.com/read/368882/9674899
asm 中断.asm
ORG 0000H
LJMP MAIN
ORG 0003H
LJMP INT0
ORG 000BH
LJMP TIMER0
ORG 001BH
LJMP TIMER1
ORG 0100H
MAIN:
CLR P1.7
MOV SP, #5FH
MOV 20
www.eeworm.com/read/368882/9674900
hex 中断.hex
www.eeworm.com/read/413516/11153068
c 中断.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
#include
unsigned char CH_data[8];
#define CH0 XBYT