home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
libraries
/
rexxhostlib_403
/
replyrex.asm
< prev
next >
Wrap
Assembly Source File
|
1990-09-18
|
202b
|
16 lines
xref _RexxHostBase
xdef _ReplyRexxCommand
section text,code
_ReplyRexxCommand:
pea (a6)
move.l _RexxHostBase,a6
move.l 8(sp),a0
movem.l 12(sp),d0/d1/a1
jsr -54(a6)
move.l (sp)+,a6
rts
end