42 lines
1 KiB
Modula-2
42 lines
1 KiB
Modula-2
LIBRARY NEC2COMM
|
|
|
|
DESCRIPTION 'Windows Communications Driver'
|
|
|
|
EXETYPE WINDOWS
|
|
|
|
DATA PRELOAD FIXED SINGLE
|
|
|
|
SEGMENTS
|
|
_INIT PRELOAD MOVEABLE DISCARDABLE SHARED
|
|
_TEXT MOVEABLE DISCARDABLE SHARED
|
|
_INTERRUPT PRELOAD FIXED SHARED
|
|
|
|
|
|
EXPORTS
|
|
inicom @1
|
|
setcom @2
|
|
setque @3
|
|
reccom @4
|
|
sndcom @5
|
|
ctx @6
|
|
trmcom @7
|
|
stacom @8
|
|
cextfcn @9
|
|
cflush @10
|
|
cevt @11
|
|
cevtGet @12
|
|
csetbrk @13
|
|
cclrbrk @14
|
|
getdcb @15
|
|
; mapdevname @16 ;Reserved for mapping dev to cid
|
|
SuspendOpenCommPorts @17 ;for 286 winoldaps only
|
|
ReactivateOpenCommPorts @18 ;for 286 winoldaps only
|
|
CommWriteString @19 ; for fast lpt output
|
|
ReadCommString @20 ; for fast input
|
|
EnableNotification @100
|
|
WEP
|
|
|
|
IMPORTS
|
|
CreateSystemTimer = SYSTEM.2
|
|
GetSystemMsecCount = SYSTEM.6
|