John Dravnieks kindly suggested adding ASI and AGSI to VisibleZ. David Staudacher suggested using LARL to load a base register in a few VisibleZ programs. Thanks to both of you for the great suggestions. You can watch ASI in action with LARL in the following video (and in the last table on the IBM Mainframe Assembler tab). The video illustrates adding a binary immediate constant to a binary fullword without using a register. AGSI, a sister instruction, works in a similar fashion on doubleword and can be viewed here and on the IBM Mainframe Assembler tab. I haven’t released the latest VisibleZ code which contains these instructions. I’m working on that.
Adding Binary Fields Without a Register
Categories:
Related Posts
What’s the Difference Between LCR and LNR?What’s the Difference Between LCR and LNR?
My only assembler joke is this, Newbie: What’s the difference between L and LA? Old Hand: About a week of debugging. I ...
Debugging S0C9 AbendsDebugging S0C9 Abends
You may or may not have stumbled over an S0C9 abend in your work with assembly language, but in any ...
USING your Noodle with Addressability ErrorsUSING your Noodle with Addressability Errors
Assembly language won’t make much sense until you get a grip on the USING directive and the associated terms: Domain ...
