代码搜索:Async

找到约 3,194 项符合「Async」的源代码

代码结果 3,194
www.eeworm.com/read/125200/14507903

asm async.asm

www.eeworm.com/read/125200/14507909

doc async.doc

This is a set of rather simple serial communication routines written in assembly, and to be called from C. If it is not stated elsewhere, this code is public domain! Do with it as you wish, put it
www.eeworm.com/read/224591/14582025

asm async.asm

; Async Module. % MODEL MEMMOD IDEAL P8086 EOIX equ 020h ; 8259 end-of-interupt EOIX2 equ 0a0h ; 8259 #2 end-of-interrupt Ctrl8259_0 equ 020h ; 8259 port Ctrl8259_1 equ 021h ; 8259 p
www.eeworm.com/read/224591/14582068

doc async.doc

This is a set of rather simple serial communication routines written in assembly, and to be called from C. If it is not stated elsewhere, this code is public domain! Do with it as you wish, put it
www.eeworm.com/read/121803/14737049

h async.h

#ifndef _ASYNC_H_ #define _ASYNC_H_ int AsyncInit( int Port); void AsyncStop( void); void AsyncClear( void); void AsyncOut( int c); void
www.eeworm.com/read/121803/14737051

asm async.asm

; interrupt driven serial port I/O module. ; written by David Kessner ; modified for MASM 5.1 compatibility on 1994-04-11 by Wolfgang Krause ; modified for better use with season on 1995-02-02
www.eeworm.com/read/121803/14737053

obj async.obj

www.eeworm.com/read/121803/14737054

doc async.doc

This is a set of rather simple serial communication routines written in assembly, and to be called from C. If it is not stated elsewhere, this code is public domain! Do with it as you wish, put it
www.eeworm.com/read/120203/14810676

asm async.asm

title async.asm page 60,132 ;============================================================================== ; ; The Microcom MNP Library ; (Microsoft C Version) ; ;-------------
www.eeworm.com/read/120203/14811030

asm async.asm

title async.asm page 60,132 ;============================================================================== ; ; The Microcom MNP Library ; (Microsoft C Version) ; ;-------------