summaryrefslogtreecommitdiff
path: root/v4.0/src/DOS/STDCODE.ASM
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--v4.0/src/DOS/STDCODE.ASM17
1 files changed, 17 insertions, 0 deletions
diff --git a/v4.0/src/DOS/STDCODE.ASM b/v4.0/src/DOS/STDCODE.ASM
new file mode 100644
index 0000000..0332898
--- /dev/null
+++ b/v4.0/src/DOS/STDCODE.ASM
@@ -0,0 +1,17 @@
1; SCCSID = @(#)stdcode.asm 1.1 85/04/10
2TITLE MS-DOS MISC DOS ROUTINES - Int 25 and 26 handlers and other
3NAME STDCODE
4
5;
6; System call dispatch code
7;
8
9.xlist
10.xcref
11include stdsw.asm
12.cref
13.list
14
15include ms_code.asm
16 END
17 \ No newline at end of file