mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2025-08-14 10:47:14 -07:00
MS-DOS v2.0 Release
This commit is contained in:
parent
fce0f75959
commit
80ab2fddfd
156 changed files with 56403 additions and 0 deletions
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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue