代码搜索:触发中断
找到约 10,000 项符合「触发中断」的源代码
代码结果 10,000
www.eeworm.com/read/401483/11557027
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/401483/11557030
plg 另类中断.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\c语言程序段\中断\另类中断.uv2
Project File Date: 07/27/2008
Output:
www.eeworm.com/read/401483/11557031
lst 另类中断.lst
C51 COMPILER V7.06 另类謃__ 07/28/2008 10:11:52 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE 另类謃__
OBJECT MODULE PLACED IN 另类中断
www.eeworm.com/read/401483/11557034
c 另类中断.c
#include
#define uchar unsigned char
sbit P0_0=P0^0;
sbit P0_7=P0^7;
void delayer (char);
void main(void)
{
P0_0=0;
{
while(P0_7==1)
{
P0_0=~ P0_0;
www.eeworm.com/read/342250/12032642
hex 键盘(中断).hex
:0900B700C0F9A4B0999282F8008E
:06008000EFD394004016CE
:10008600750A01750BF4E50B150BAC0A7002150A1F
:030096004C70F3B8
:040099001F80E422BE
:0E009D008FA0ED9000B793F5807F01020080E8
:100006007F0512008
www.eeworm.com/read/338015/12329102
c 时钟中断.c
/***************************************************************
* 声明:
* 本程序只具备演示功能,不能保证适用于您的真实应用。如需使用,请根据
* 您的实际需要修改本程序。
*******************************************************************
www.eeworm.com/read/129383/14248253
hex 中断简单.hex
www.eeworm.com/read/129383/14248256
hex 中断复杂.hex
www.eeworm.com/read/129383/14248284
asm 中断复杂.asm
ORG 0
AJMP NT
ORG 0003H
AJMP INT0R
NT:MOV IE,#81H
SETB IT0
MOV R0,#0
BIOU:MOV P1,#01H
MOV DPTR,#TAB0
MOV A,R0
MOVC A,@A+DPTR
MOV P2,A
SJMP $
INT0R:INC R0
CJNE R0,#10H,RET0
M
www.eeworm.com/read/129383/14248307