]> wirehaze git hosting - MS-DOS.git/blob - v4.0/src/DOS/STDDISP.ASM

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / DOS / STDDISP.ASM
1 ; SCCSID = @(#)stddisp.asm 1.1 85/04/10
2 TITLE MS-DOS DOS DISPATCHER - System call dispatch code
3 NAME DISP
4
5 ;
6 ; System call dispatch code
7 ;
8
9 .xlist
10 .xcref
11 include stdsw.asm
12 .cref
13 .list
14
15 include disp.asm
16 END