diff options
Diffstat (limited to 'v2.0/source/STDIO.ASM')
| -rw-r--r-- | v2.0/source/STDIO.ASM | 17 |
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 | ||
| 7 | INCLUDE STDSW.ASM | ||
| 8 | INCLUDE DOSSEG.ASM | ||
| 9 | .cref | ||
| 10 | .list | ||
| 11 | |||
| 12 | TITLE STDIO - device IO for MSDOS | ||
| 13 | NAME STDIO | ||
| 14 | |||
| 15 | INCLUDE IO.ASM | ||
| 16 | |||
| 17 | \ No newline at end of file | ||