代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.txt
CODE SEGMENT
ASSUME CS: CODE
NEW_INT: ;接收字符的中断处理程序
STI ;CPU开中断
MOV DX , 3F8H ;接收字符
interrupt.lst
C51 COMPILER V7.06 INTERRUPT 06/10/2005 23:25:34 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE INTERRUPT
OBJECT MODULE PLACED
interrupt.c
#include "Head.h"
extern uchar searchOK;
extern uchar Command[];
unsigned int TimeCNT,timer0,temp_1820=1,Button_02;//
uchar TimeBT;
bit psw; //pass word OK?
void EXintt0(void) interrupt 0 usi
interrupt.h
/**********************************************************************************************
Interrupt.h file
作者:Computer-lov
建立日期:2006-4-20
修改日期:2006-4-20
最后修改时间:2006-08-25
版本:
interrupt.c
#include "lprps.h"
static void
sig_int(int signo) /* SIGINT handler */
{
intr_flag = 1;
return;
}
/* This function is called after SIGINT has been delivered,
* and the main loop has recognized i
interrupt.txt
CODE SEGMENT
ASSUME CS: CODE
NEW_INT: ;接收字符的中断处理程序
STI ;CPU开中断
MOV DX , 3F8H ;接收字符
interrupt.c
//-----------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to t