home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
prog
/
arexx
/
rxhstl.lha
/
glue
/
FreeRexx.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
|
1990-06-12
|
189 b
|
16 lines
;:ts=8
section text,code
xref _RexxHostBase
xdef _FreeRexxCommand
_FreeRexxCommand:
move.l a6,-(sp)
move.l _RexxHostBase,a6
move.l 8(sp),a0
jsr -48(a6)
move.l (sp)+,a6
rts
end