They won't change the code for you, but they will tell you when you did it the wrong way. I could get the macro to decide and dynamically adjust the code.
What I want to accomplish is to prevent Assembly and Runtime errors. Basically, I have a macro with two 'forms'. In one form, it does a LA/ST (into a DC A(0)) because the label is only addressable through a register (DSECT). In the other form, the macro generates a DC(LABEL) because it does...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.