home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Shareware Magazine 1996 December
/
CD_shareware_12-96.iso
/
DOS
/
Programa
/
CCDL122.ZIP
/
CLIBS
/
PROCONT
/
386
/
EXIT.ASM
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
|
1996-07-22
|
105 b
|
9 lines
.386
.model small
PUBLIC _exit
EXTRN __rexit
.code
_exit:
mov eax,[esp+4]
jmp __rexit
end