It’s been a few weeks since I’ve posted. Life intervenes occasionally. This post is for a Multiply (Fullword) instruction which has an RXY-a instruction format providing a long displacement. This instruction is well worth a look, if you consistently reach for (M) when multiplying fullwords. You can find the short article for MFY here.
Review an Instruction: MFY
Categories:
Related Posts
How to Print a RegisterHow to Print a Register
A friend of mine, Melvyn Maltz, was amused by some code I wrote recently. The code simply printed out the ...
Instruction of the Day: EDInstruction of the Day: ED
If you learn one instruction a day, you will know a workable subset of instructions in two months – not ...
Review an Instruction: MHIReview an Instruction: MHI
For small, binary integer multiplications, you can use MH or MHI. With MHI, the second operand is stored as an ...
