代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.cpp
// interrupt.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include
#include
#include
#include
#include
#i
interrupt.h
//==========================================================================;
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INC
interrupt.h
/* Copyright (c) 2002,2005 Marek Michalkiewicz
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the follo
interrupt.h
/* Copyright (c) 2002,2005 Marek Michalkiewicz
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the follo
interrupt.c
#include
#include
#include
#include "eintdrv.h"
static int fd = -1;
/*
* interrupt application code
* compile :
* $/usr/local/arm/2.95.3/bin/ar
interrupt.txt
CODE SEGMENT
ASSUME CS: CODE
NEW_INT: ;接收字符的中断处理程序
STI ;CPU开中断
MOV DX , 3F8H ;接收字符
interrupt.c
#include "semLib.h"
#include "signal.h"
#include "stdlib.h"
#include "stdio.h"
#include "taskLib.h"
#include "pc.h"
#include "intLib.h"
#include "iv.h"
#include "config.h"
int p
interrupt.h
#ifndef __INTERRUPT_H__
#define __INTERRUPT_H__
#ifdef __cplusplus
extern "C"
{
#endif
void INTERRUPT_init();
void*_getvect(int);
void*_setvect(int,void*);
void _enable();
void