20 year amateur assembler programmer here.

Sometimes I see macro expansions (and just open code) with code like the 
following.

         L     12,X'14'(,12)
         AH    12,AFLENG-DFHAFCB(,12)
         L     12,AFPFXLEN+AFTKTCB-AFTSTART(,12)
         LLGT  12,UKTCB_ACTIVE_TASK-DFHUKTCB(,12)
         LLGT  12,UTATCAA-DFHUTASN(,12)

Is that code equal to this?

         L     12,X'14'(,12)
           USING DFHAFCB,12
         AH    12,AFLENG
           USING AFTSTART,12
         L     12,AFPFXLEN+AFTKTCB
           USING DFHUKTCB
         LLGT  12,UKTCB_ACTIVE_TASK
           USING DFHUTASN
         LLGT  12,UTATCAA(,12)

What is the "name" of this usage?

The information contained in this electronic communication and any document 
attached hereto or transmitted herewith is confidential and intended for the 
exclusive use of the individual or entity named above. If the reader of this 
message is not the intended recipient or the employee or agent responsible for 
delivering it to the intended recipient, you are hereby notified that any 
examination, use, dissemination, distribution or copying of this communication 
or any part thereof is strictly prohibited. If you have received this 
communication in error, please immediately notify the sender by reply e-mail 
and destroy this communication. Thank you.

Reply via email to