From 80ab2fddfdf30f09f0a0a637654cbb3cd5c7baa6 Mon Sep 17 00:00:00 2001 From: Rich Turner Date: Fri, 12 Aug 1983 17:53:34 -0700 Subject: MS-DOS v2.0 Release --- v2.0/source/STDPROC.ASM | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 v2.0/source/STDPROC.ASM (limited to 'v2.0/source/STDPROC.ASM') 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 @@ +; +; Pseudo EXEC system call for MSDOS +; + +.xlist +.xcref +INCLUDE STDSW.ASM +.cref +.list + +TITLE STDPROC - process maintenance for MSDOS +NAME STDPROC + +INCLUDE PROC.ASM + + \ No newline at end of file -- cgit v1.2.3