home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
INFO
/
PROGJRN
/
PJ_7_5.ARC
/
MS_DOS.ASM
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1989-06-27
|
203 b
|
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