代码搜索:中断处理
找到约 10,000 项符合「中断处理」的源代码
代码结果 10,000
www.eeworm.com/read/301844/13847579
bak 中断_opt.bak
### 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/301844/13847581
uv2 中断.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x
www.eeworm.com/read/301619/13853747
asm 外部中断实验.asm
;
ORG 0000H
AJMP START
ORG 0003H ;外部中断地直入口
AJMP INTO
ORG 30H
START: MOV SP,#5FH
MOV P0,#0FFH ;灯全灭
MOV P3,#0FFH ;P3口置高电平
SETB EA
SETB EX0
AJMP $
www.eeworm.com/read/301374/13859640
obj 中断测频.obj
www.eeworm.com/read/301374/13859643
c 中断测频.c
#include"at89x52.h"
#include
#define uchar unsigned char
#define uint unsigned int
uchar code tv[]={0xfe,0xfd,0xfb,0xf7};
uchar code a[]={0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7
www.eeworm.com/read/301374/13859644
opt 中断测频.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 }
www.eeworm.com/read/301374/13859659
hex 中断测频.hex
:10000300FEFDFBF73F065B4F666D7D077F6F777CD9
:0401B800020C000035
:0E01A900E4FFFE0FBF00010EBE03F8BF84F599
:0101B7002225
:0300130002016285
:10016200C0E0C0D075D000C004C005C006C007AF53
:100172008DEFF
www.eeworm.com/read/301374/13859693
lst 中断测频.lst
C51 COMPILER V6.23a ____瞋芲 04/11/2006 17:36:24 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE ____瞋芲
OBJECT MODULE PLACED IN 中
www.eeworm.com/read/301374/13859724