home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
libraries
/
rexxhostlib_403
/
glue.lzh
/
SendRexx.asm
< prev
Wrap
Assembly Source File
|
1990-09-18
|
207b
|
15 lines
xref _RexxHostBase
xdef _SendRexxCommand
section text,code
_SendRexxCommand:
movem.l a6/a2/a3,-(sp)
move.l _RexxHostBase,a6
movem.l 16(sp),a0/a1/a2/a3
jsr -42(a6)
movem.l (sp)+,a6/a2/a3
rts
end