summaryrefslogtreecommitdiff
path: root/v4.0/src/DOS/MSPROC.ASM
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--v4.0/src/DOS/MSPROC.ASM15
1 files changed, 15 insertions, 0 deletions
diff --git a/v4.0/src/DOS/MSPROC.ASM b/v4.0/src/DOS/MSPROC.ASM
new file mode 100644
index 0000000..542874f
--- /dev/null
+++ b/v4.0/src/DOS/MSPROC.ASM
@@ -0,0 +1,15 @@
1; SCCSID = @(#)ibmproc.asm 1.1 85/04/10
2;
3; Pseudo EXEC system call for DOS
4;
5
6.xlist
7.xcref
8include mssw.asm
9.cref
10.list
11
12TITLE IBMPROC - process maintenance
13NAME IBMPROC
14
15include proc.asm