One thing that’s great about learning IBM assembler is that if you master one instruction, you often learn a handful of others by association. That’s the case with AGSI – Add Grande Storage Immediate, which is related to ASI. The G in AGSI suggests a register might be involved, but don’t be fooled. Both operands are in storage. The first operand is eight bytes – the size of a grande register,the second operand is a single immediate constant that occupies the second byte of the instruction. Get the details here. Watch the instruction in action with Visiblez here.
Review an Instruction: AGSI
Categories:
1 thought on “Review an Instruction: AGSI”
Leave a ReplyCancel reply
Related Posts
Marist Assembler and z/OS Fall TrainingMarist Assembler and z/OS Fall Training
I have been away from the website for quite a while, but I’m trying to get back to it again. ...
Structured Assembler Macros: The Case StatementStructured Assembler Macros: The Case Statement
Here’s a simple case statement using the HLASM structured CASE macro. Register 4 is selected (your choice not = 0) ...
Review an Instruction: CGRBReview an Instruction: CGRB
Here is the grande version of the instruction we reviewed last week: CRB. Read about it here. Watch it happen ...

With the massive (and ever growing!) instruction set it’s a really cool idea to review some of them. Thanks.