diff options
Diffstat (limited to '')
| -rw-r--r-- | v4.0/src/DOS/STDPROC.ASM | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/v4.0/src/DOS/STDPROC.ASM b/v4.0/src/DOS/STDPROC.ASM new file mode 100644 index 0000000..c83fe2b --- /dev/null +++ b/v4.0/src/DOS/STDPROC.ASM | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | ; SCCSID = @(#)stdproc.asm 1.1 85/04/10 | ||
| 2 | ; | ||
| 3 | ; Pseudo EXEC system call for MSDOS | ||
| 4 | ; | ||
| 5 | |||
| 6 | .xlist | ||
| 7 | .xcref | ||
| 8 | include stdsw.asm | ||
| 9 | .cref | ||
| 10 | .list | ||
| 11 | |||
| 12 | TITLE STDPROC - process maintenance for MSDOS | ||
| 13 | NAME STDPROC | ||
| 14 | |||
| 15 | include proc.asm | ||