代码搜索:触发中断
找到约 10,000 项符合「触发中断」的源代码
代码结果 10,000
www.eeworm.com/read/183141/9177499
asm 中断陷阱技术.asm
ORG 0000H
LJMP MAIN
ORG 0003H
LJMP PGINT0
NOP
NOP
LJMP ERR
ORG 000BH
LJMP PGT0
NOP
NOP
LJMP ERR
O
www.eeworm.com/read/376346/9320250
txt 如何使用中断.txt
1 向irq中添加中断的句柄
例如:
EXTINT4567er HANDLER extint_service
随便一个名字 HANDLER 中断服务程序
2 做好各个硬件初始化之外再使用c语言程序,将中断服务地址
即EXTINT4567er安装到指定的地址上
3 注意在第二步中要将符号EXTINT4567er使用export EXTINT4
www.eeworm.com/read/353072/10473753
obj 中断测频.obj
www.eeworm.com/read/353072/10473767
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/353072/10473776
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/353072/10473849
hex 中断测频.hex
:10000300FEFDFBF73F065B4F666D7D077F6F777CD9
:0401B800020C000035
:0E01A900E4FFFE0FBF00010EBE03F8BF84F599
:0101B7002225
:0300130002016285
:10016200C0E0C0D075D000C004C005C006C007AF53
:100172008DEFF
www.eeworm.com/read/353072/10473870
bak 中断测频.bak
#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/353072/10474020
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/353072/10474159