diff options
Diffstat (limited to 'v4.0/src/INC/MSDOSME.ASM')
| -rw-r--r-- | v4.0/src/INC/MSDOSME.ASM | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/v4.0/src/INC/MSDOSME.ASM b/v4.0/src/INC/MSDOSME.ASM new file mode 100644 index 0000000..911d756 --- /dev/null +++ b/v4.0/src/INC/MSDOSME.ASM | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | ; SCCSID = @(#)ibmdosmes.asm 1.1 85/04/10 | ||
| 2 | ; | ||
| 3 | ; Standard device IO for MSDOS (first 12 function calls) | ||
| 4 | ; | ||
| 5 | debug=0 | ||
| 6 | .xlist | ||
| 7 | .xcref | ||
| 8 | include mssw.asm | ||
| 9 | include dosseg.asm | ||
| 10 | .cref | ||
| 11 | .list | ||
| 12 | |||
| 13 | TITLE IBMDOSMES - DOS OEM dependancies | ||
| 14 | NAME IBMDOSMES | ||
| 15 | |||
| 16 | include dosmes.asm | ||
| 17 | \ No newline at end of file | ||