home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
proglc
/
tnylib.lzh
/
UNLINK.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
|
1986-10-07
|
272 b
|
27 lines
include compiler.inc
ttl UNLINK, 1.04, 10-07-86 jwk
dseg
exterr
cseg
procdef unlink,<<namea,ptr>>
pushds
mov ah,41H
ldptr dx,namea,ds
int 21H
jnc unl_ok
moverr ax
mov ax,-1
pret
unl_ok:
sub ax,ax
pret
pend unlink
finish