home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 1
/
ARM_CLUB_CD.iso
/
contents
/
apps
/
clib
/
progs
/
desklib
/
Libraries
/
DragASpr
/
s
/
Stop
< prev
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
|
1993-07-09
|
358 b
|
18 lines
; Copyright 1993 Shaun Blackmore
GET h.regdefs
GET h.swinos
GET h.macros
; void DragASprite_Stop(void);
PREAMBLE
STARTCODE DragASprite_Stop
;
STMFD sp!, {lr}
SWI SWI_DragASprite_Stop + XOS_Bit
MOVVC r0, #0
LDMFD sp!, {pc}^
;
END