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