home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
progjorn
/
pj_7_5.arc
/
MS_DOS.ASM
< prev
next >
Wrap
Assembly Source File
|
1989-06-27
|
203b
|
17 lines
title ms_dos
.model small
.code
public ms_dos
;; ms dos
;
; note entry/exit conditions defined
; in dos technical reference
;
ms_dos proc
int 21h
ret
ms_dos endp
end