Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by capnmark4

  1. capnmark4

    Determining data addressability in HLASM

    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.
  2. capnmark4

    Determining data addressability in HLASM

    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...
  3. capnmark4

    Determining data addressability in HLASM

    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...

Part and Inventory Search

Back
Top