summaryrefslogtreecommitdiff
path: root/v4.0/src/DOS/STDDISP.ASM
blob: 9010b98e6414f074fa5a631b337cf2708b677d70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;	SCCSID = @(#)stddisp.asm	1.1 85/04/10
TITLE   MS-DOS DOS DISPATCHER - System call dispatch code
NAME    DISP

;
; System call dispatch code
;

.xlist
.xcref
include stdsw.asm
.cref
.list

include disp.asm
	END