From 2d04cacc5322951f187bb17e017c12920ac8ebe2 Mon Sep 17 00:00:00 2001 From: Mark Zbikowski Date: Thu, 25 Apr 2024 21:24:10 +0100 Subject: MZ is back! --- v4.0/src/DOS/STDCODE.ASM | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 v4.0/src/DOS/STDCODE.ASM (limited to 'v4.0/src/DOS/STDCODE.ASM') 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 @@ +; SCCSID = @(#)stdcode.asm 1.1 85/04/10 +TITLE MS-DOS MISC DOS ROUTINES - Int 25 and 26 handlers and other +NAME STDCODE + +; +; System call dispatch code +; + +.xlist +.xcref +include stdsw.asm +.cref +.list + +include ms_code.asm + END + \ No newline at end of file -- cgit v1.2.3