Multiply Single (MS) provides another way to multiply binary integers using a single register. Read about it here.
Review an Instruction: MS (IBM Assembler)
Categories:
Related Posts
Re-write/ update of Chapters 1-4 of “The Book”Re-write/ update of Chapters 1-4 of “The Book”
I’m in full assembler mode these days, preparing to teach an assembler class for Marist College that starts on Monday. ...
Review an Instruction: LB (IBM Assembler)Review an Instruction: LB (IBM Assembler)
We continue to investigate various load operations that are available (of which there are many). Load Byte (LB) is easy ...
Techniques for Converting From Binary to Packed-DecimalTechniques for Converting From Binary to Packed-Decimal
If you are generating a binary result in a register and converting the result back to packed-decimal, you need to ...
