InterviewSolution
Saved Bookmarks
| 1. |
Briefly Explain Imul Instructions In 8086 Family? |
|
Answer» IMUL: This instruction is used for the multiplication of two SIGNED NUMBERS.The RESULT of imul between two signed numbers is signed as well. The OF (Over flow) and CF (CARRY flag) flags get AFFECTED by this instruction. IMUL: This instruction is used for the multiplication of two signed numbers.The result of imul between two signed numbers is signed as well. The OF (Over flow) and CF (Carry flag) flags get affected by this instruction. |
|