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
VisibleZ Available for DownloadVisibleZ Available for Download
The link for downloading VisibleZ is working again. You will get the VisibleZ jar file and a Codes directory that ...
Marist Enterprise Computing ConferenceMarist Enterprise Computing Conference
I had a wonderful time at the recent Marist College Enterprise Computing Conference and I had the pleasure of meeting ...
Instructions of the Day: AP and SP – Add and Subtract Packed DecimalInstructions of the Day: AP and SP – Add and Subtract Packed Decimal
Start learning the basics of decimal arithmetic in assembler by tackling how to add and subtract in packed decimal. This video ...
