diff options
Diffstat (limited to 'v2.0/source/STDPROC.ASM')
| -rw-r--r-- | v2.0/source/STDPROC.ASM | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/v2.0/source/STDPROC.ASM b/v2.0/source/STDPROC.ASM new file mode 100644 index 0000000..3d44849 --- /dev/null +++ b/v2.0/source/STDPROC.ASM | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | ; | ||
| 2 | ; Pseudo EXEC system call for MSDOS | ||
| 3 | ; | ||
| 4 | |||
| 5 | .xlist | ||
| 6 | .xcref | ||
| 7 | INCLUDE STDSW.ASM | ||
| 8 | .cref | ||
| 9 | .list | ||
| 10 | |||
| 11 | TITLE STDPROC - process maintenance for MSDOS | ||
| 12 | NAME STDPROC | ||
| 13 | |||
| 14 | INCLUDE PROC.ASM | ||
| 15 | |||
| 16 | \ No newline at end of file | ||