代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.c
//================================================================================
//
// INTERRUPT.C - S3C2400 Interrupt Functions
//
// (C) Copyright 2003-3-19, ARM STUDY GROUP (Yoon Gwang-Yoon)
interrupt.asm
;;---------------------------------------------------------
;; ISR_TMR TMR INTRRUPT SERVICE
;; description START AD EVERY 1S,every in 5ms
;; input NULL
;; onput NULL
;; stack use NULL
;;---
interrupt.lst
文件:INTERRUPT.ASM 盛群编译器版本 2.86 页次1
1 0000 ;;---------------------------------------------------------
2 0000 ;; ISR_TMR TMR INTRRUPT SERVICE
3 0000
interrupt.c
///////////////////////////////////
//程序: 串口仿真调试演示 //
//文件: interrupt.c //
//功能: 串口中断处理 //
// //
//作者: 邵子扬 //
//时间: 20
interrupt.txt
CODE SEGMENT
ASSUME CS: CODE
NEW_INT: ;接收字符的中断处理程序
STI ;CPU开中断
MOV DX , 3F8H ;接收字符
interrupt.c
#include "def.h"
#include "44b.h"
#include "44blib.h"
#include "option.h"
#include "Uart.h"
#include "sm5k_lib.h"
//#include "fifo.h"
//extern char BufStatus;
//volatile char which_int =
interrupt.txt
CODE SEGMENT
ASSUME CS: CODE
NEW_INT: ;接收字符的中断处理程序
STI ;CPU开中断
MOV DX , 3F8H ;接收字符