;:ts=8 section text,code xref _RexxHostBase xdef _BuildValueString _BuildValueString: move.l a6,-(sp) move.l _RexxHostBase,a6 movem.l 8(sp),d0/a0 jsr -96(a6) move.l (sp)+,a6 rts end