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
Brush Up Your USING SkillsBrush Up Your USING Skills
The point of a USING statement is to inform the assembler which register to choose and which displacement to create ...
Instruction of the Day: SPMInstruction of the Day: SPM
Are you catching all the overflows that occur when you perform packed decimal arithmetic? Not sure? Read about the Set ...
Adding Away (AFI, AG, AGF)Adding Away (AFI, AG, AGF)
I’m adding more short instruction videos that can be found on the IBM Mainframe Assembler tab (last table). Each video ...

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