Tag: assembler

Something Different: Visual Prompts for LoadsSomething Different: Visual Prompts for Loads

This week, instead of an article about one instruction, I give you a visual depiction of the eleven load operations for an IBM z16. There are no words, so it’s something like a puzzle. You have to parse the diagrams to glean the information. Much is left out of course. No talk of addressing techniques, just the results of executing each instruction is depicted. But you may learn a new instruction or reinforce what you already know. Enjoy—it helped me. View the diagrams here. Let me know if you would like a video about this.

Review an Instruction: AGSIReview an Instruction: AGSI

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.