home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 13
/
CDA13.ISO
/
cdactual
/
demobin
/
share
/
program
/
Asm
/
86LIB3.ZIP
/
EXIT.8
< 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
Text File
|
1989-01-14
|
207 b
|
6 lines
_exit:
mov al,0 ; zero value indicates successful program execution
mov ah,04ch ; MSDOS function number for EXIT
int 33 ; all MSDOS calls go through this interrupt
ret