mirror of
https://github.com/microsoft/MS-DOS.git
synced 2025-08-23 14:03:41 +00:00
MS-DOS v2.0 Release
This commit is contained in:
17
v2.0/source/STDIO.ASM
Normal file
17
v2.0/source/STDIO.ASM
Normal 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
|
||||
|
||||
|
Reference in New Issue
Block a user