代码搜索结果

找到约 10,000 项符合 Interrupt 的代码

interrupt.lst

MP2COD 4.00, COFF to COD File Converter Copyright (c) 2005 Microchip Technology Inc. Listing File Generated: Wed Sep 19 09:21:59 2007 Address Value Disassembly Source

interrupt.s

#include #include #include #define INTERRUPT 0xbfa00000 #define PIO_SETUP2 0xffffea2a /********************** * init_ext_int ***********************/

interrupt.h

/**********************************************************************************/ /* */ /* Copyright (C) 2006 Oki

interrupt.c

/**********************************************************************************/ /* */ /* Copyright (C) 2006 Oki

interrupt.txt

CODE SEGMENT ASSUME CS: CODE NEW_INT: ;接收字符的中断处理程序 STI ;CPU开中断 MOV DX , 3F8H ;接收字符

interrupt.c

#include "main.h" #include "modemhw.h" #pragma vector=PORT2_VECTOR __interrupt void port2_ISR(void) { // This function must execute as fast as possible. // Therefore, as much

interrupt.txt

CODE SEGMENT ASSUME CS: CODE NEW_INT: ;接收字符的中断处理程序 STI ;CPU开中断 MOV DX , 3F8H ;接收字符