diff options
| author | 2024-04-25 21:24:10 +0100 | |
|---|---|---|
| committer | 2024-04-25 22:32:27 +0000 | |
| commit | 2d04cacc5322951f187bb17e017c12920ac8ebe2 (patch) | |
| tree | 80ee017efa878dfd5344b44249e6a241f2a7f6e2 /v4.0/src/DOS/STDCPMIO.ASM | |
| parent | Merge pull request #430 from jpbaltazar/typoptbr (diff) | |
| download | ms-dos-main.tar.gz ms-dos-main.tar.xz ms-dos-main.zip | |
Diffstat (limited to 'v4.0/src/DOS/STDCPMIO.ASM')
| -rw-r--r-- | v4.0/src/DOS/STDCPMIO.ASM | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/v4.0/src/DOS/STDCPMIO.ASM b/v4.0/src/DOS/STDCPMIO.ASM new file mode 100644 index 0000000..44bbb57 --- /dev/null +++ b/v4.0/src/DOS/STDCPMIO.ASM | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | ; SCCSID = @(#)stdcpmio.asm 1.1 85/04/10 | ||
| 2 | ; | ||
| 3 | ; Standard device IO for MSDOS (first 12 function calls) | ||
| 4 | ; | ||
| 5 | |||
| 6 | .xlist | ||
| 7 | .xcref | ||
| 8 | include stdsw.asm | ||
| 9 | include dosseg.asm | ||
| 10 | .cref | ||
| 11 | .list | ||
| 12 | |||
| 13 | TITLE STDCPMIO - device IO for MSDOS | ||
| 14 | NAME STDCPMIO | ||
| 15 | |||
| 16 | include cpmio.asm | ||