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