mirror of https://github.com/AR1972/DOS3.3
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
254 B
16 lines
254 B
; SCCSID = @(#)stddosmes.asm 1.1 85/04/10
|
|
;
|
|
; Standard device IO for MSDOS (first 12 function calls)
|
|
;
|
|
debug=0
|
|
.xlist
|
|
.xcref
|
|
include stdsw.inc
|
|
include dosseg.inc
|
|
.cref
|
|
.list
|
|
|
|
TITLE STDDOSMES - DOS OEM dependancies
|
|
NAME STDDOSMES
|
|
|
|
include dosmes.inc
|