HELPLIB.HLB  —  MACRO  /ALPHA  Lexical Operators, %IREG  Example
            ; Is SRC_REG the same as SP?
            .IF EQ, <%IREG(SRC_REG)>, <%IREG(SP)>

      If SRC_REG has been defined as integer register R16, the
      statements appear as follows after lexical processing:

            ; Is SRC_REG the same as SP?
            .IF EQ, <16>, <30>
Close Help