diff options
Diffstat (limited to 'v4.0/src/DOS/MSCODE.ASM')
| -rw-r--r-- | v4.0/src/DOS/MSCODE.ASM | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/v4.0/src/DOS/MSCODE.ASM b/v4.0/src/DOS/MSCODE.ASM new file mode 100644 index 0000000..74668c9 --- /dev/null +++ b/v4.0/src/DOS/MSCODE.ASM | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | ; SCCSID = @(#)ibmcode.asm 1.1 85/04/10 | ||
| 2 | TITLE MISC DOS ROUTINES - Int 25 and 26 handlers and other | ||
| 3 | NAME IBMCODE | ||
| 4 | |||
| 5 | ; | ||
| 6 | ; System call dispatch code. | ||
| 7 | ; | ||
| 8 | |||
| 9 | .xlist | ||
| 10 | .xcref | ||
| 11 | include mssw.asm | ||
| 12 | .cref | ||
| 13 | .list | ||
| 14 | |||
| 15 | include ms_code.asm | ||
| 16 | END | ||