;:ts=8 section text,code xref _RexxHostBase xdef _GetRexxCommand _GetRexxCommand: move.l a6,-(sp) move.l _RexxHostBase,a6 move.l 8(sp),a0 jsr -60(a6) move.l (sp)+,a6 rts end