summaryrefslogtreecommitdiff
path: root/v2.0/source/STDPROC.ASM
diff options
context:
space:
mode:
Diffstat (limited to 'v2.0/source/STDPROC.ASM')
-rw-r--r--v2.0/source/STDPROC.ASM16
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
7INCLUDE STDSW.ASM
8.cref
9.list
10
11TITLE STDPROC - process maintenance for MSDOS
12NAME STDPROC
13
14INCLUDE PROC.ASM
15
16 \ No newline at end of file