;:ts=8

	section	text,code

	xref	_RexxHostBase
	xdef	_SendRexxCommand
_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
