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