I’m adding more short instruction videos that can be found on the IBM Mainframe Assembler tab (last table). Each video addresses a particular Add instruction using VisibleZ as a teaching tool. You don’t have to have VisibleZ installed to benefit from the videos. Today’s new videos are Add Fullword Immediate, Add Grande, and Add Grande Fullword. Review an instruction you already know, or learn a new one. Stay tuned, more videos are on the way!
Adding Away (AFI, AG, AGF)
Categories:
2 thoughts on “Adding Away (AFI, AG, AGF)”
Leave a ReplyCancel reply
Related Posts
Web Site Down TemporarilyWeb Site Down Temporarily
The web site at Columbus State University that hosts my assembler material is temporarily down. I’m working on moving all ...
VisualZ Update 5/17/2016VisualZ Update 5/17/2016
I’ve updated the RunnerB.jar file for VisualZ. Replacing your copy of RunnerB.jar with this one will give you the most ...
Converting to PDFsConverting to PDFs
I used a good chunk of December organizing all the assembler materials I created over the years into a book format. I’ve been writing new ...

David
Are you going to include ASI and AGSI at some stage? These allow update of a storage location without the need of a register
They are also included in the ‘Interlocked-access facility’ which now includes NI,OI and XI and a few others – details are in POP introduction. Essentially if the operand is on the correct boundary, the updates are atomic, meaning that other processors are locked out during the update (you no longer need to use Compare and Swap for such updates)
Kind regards
John
Yes. Hope to get those done soon. Have to fitr them in between treatments.