InterviewSolution
Saved Bookmarks
| 1. |
Briefly Explain Sar Instructions In 8086 Family? |
|
Answer» SAR: Also known as Shift each bit of OPERAND right, this INSTRUCTION SHIFTS each bit of the operand in a register or memory LOCATION, right by the number of bits SPECIFIED. The carry flag is affected by this operation. SAR: Also known as Shift each bit of operand right, this instruction shifts each bit of the operand in a register or memory location, right by the number of bits specified. The carry flag is affected by this operation. |
|