home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
OTL-MC6.DMS
/
in.adf
/
libsrc.lha
/
LIBSRC
/
remove.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Assembly Source File
|
1994-04-15
|
300 b
|
25 lines
* Maxon C++ Library:
* Modul "remove"
* Jens Gelhar 25.10.91, 15.04.94
xdef _remove,remove__PCc
xref _DOSBase
_remove:
remove__PCc:
move.l a6,-(a7)
move.l 8(a7),d1
move.l _DOSBase,a6
jsr -72(a6)
tst.l d0
bmi.b .ok
moveq #-1,d0
bra.b .end
.ok moveq #0,d0
.end move.l (a7)+,a6
rts
end