MS-DOS v2.0 Release

This commit is contained in:
Rich Turner 1983-08-12 17:53:34 -07:00
commit 80ab2fddfd
156 changed files with 56403 additions and 0 deletions

17
v2.0/source/STDIO.ASM Normal file
View file

@ -0,0 +1,17 @@
;
; Standard device IO for MSDOS (first 12 function calls)
;
.xlist
.xcref
INCLUDE STDSW.ASM
INCLUDE DOSSEG.ASM
.cref
.list
TITLE STDIO - device IO for MSDOS
NAME STDIO
INCLUDE IO.ASM