summaryrefslogtreecommitdiff
path: root/v4.0/src/DOS/STDCODE.ASM
blob: 03328983e4ec1affbce5fb1de2f5ac036c3d05ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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