summaryrefslogtreecommitdiff
path: root/v2.0/source/STDIO.ASM
diff options
context:
space:
mode:
Diffstat (limited to 'v2.0/source/STDIO.ASM')
-rw-r--r--v2.0/source/STDIO.ASM17
1 files changed, 17 insertions, 0 deletions
diff --git a/v2.0/source/STDIO.ASM b/v2.0/source/STDIO.ASM
new file mode 100644
index 0000000..c14c98a
--- /dev/null
+++ b/v2.0/source/STDIO.ASM
@@ -0,0 +1,17 @@
1;
2; Standard device IO for MSDOS (first 12 function calls)
3;
4
5.xlist
6.xcref
7INCLUDE STDSW.ASM
8INCLUDE DOSSEG.ASM
9.cref
10.list
11
12TITLE STDIO - device IO for MSDOS
13NAME STDIO
14
15INCLUDE IO.ASM
16
17 \ No newline at end of file