代码搜索结果

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

interrupt.o

XL H 3 areas D global symbols M interrupt.c S pop_lset Ref0000 S _OS_Task_Update Ref0000 S push_lset Ref0000 S mod8u Ref0000 A text size 15C flags 0 dbfile E:\Steaven2000\AVR\AVR_Book\PROGRA~1

interrupt.lis

.module interrupt.c .area text(rom, con, rel) 0000 .dbfile E:\Steaven2000\AVR\AVR_Book\PROGRA~1\SOURCE~1\Code\LCD菜单系统设计\interrupt.c

interrupt.c

//*************************************************************** // File Name : Interrupt.c // Author : Steaven // Created : 2008-06-09 // Modified : // Revision : V0.0 //**************

interrupt.s

.module interrupt.c .area vector(rom, abs) .org 12 jmp _Timer2_Interrupt .area text(rom, con, rel) .dbfile E:\Steaven2000\AVR\AVR_Book\PROGRA~1\SOURCE~1\Code\多任务模拟系统设计\interrupt.c .dbfunc

interrupt.o

XL H 2 areas 5 global symbols M interrupt.c S pop_lset Ref0000 S _Key_Detection Ref0000 S _OS_Task_Update Ref0000 S push_lset Ref0000 A text size 1C flags 0 dbfile E:\Steaven2000\AVR\AVR_Book\

interrupt.lis

.module interrupt.c .area vector(rom, abs) .org 12 000C 0C940000 jmp _Timer2_Interrupt .ar

interrupt.c

//*************************************************************** // File Name : Interrupt.c // Author : Steaven // Created : 2008-06-09 // Modified : // Revision : V0.0 //**************

interrupt.txt

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