The LAA (Load and Add) instruction packs two operations into one instruction. While you might not want to use it as a single instruction, it seems well- designed for looping, so withhold your initial judgment. There is an added benefit to learning this one – there are lots of other “LOAD AND …” instructions. Learn this one and you will know others by association. Here is the writeup.
Review an Instruction: LAA (IBM Assembler)
Categories:
Related Posts
Structured Assembler Macros: The While LoopStructured Assembler Macros: The While Loop
Build a while loop using the structured assembler Do macro. Here is the relevant code: DO WHILE=(CP,X,LT,=P'10') AP X,=P'1' MVC ...
Debugging AbendsDebugging Abends
I’ve added an introductory section on debugging to the main page. Currently, there are four videos and four abending programs ...
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 ...
