Hi all, what I want to do (don't know if I can) is to create a macro that is 'smart' enough to do a LA x,label/ST x,... or a DC A(label) based on whether the passed parameter is "locally addressable" or not (i.e. is it base/displacement or an absolute address). I know HLASM can tell the difference because it yells at me if I do a DC A(label) when I really need to do LA/ST.
I tried T'&label but that just returned 'C' (character) and didn't help any.
Any ideas or am I just too optimistic that IBM would include this function?
Thanks,
Mark
I tried T'&label but that just returned 'C' (character) and didn't help any.
Any ideas or am I just too optimistic that IBM would include this function?
Thanks,
Mark