MIC 11 - Assembly Language For 8086
MIC 11 - Assembly Language For 8086
for 8086
Lesson 11
Ch 6
➢One-byte instructions
➢Two-byte instructions
➢Three-and four-byte instructions
➢Five-and six-byte instructions
• JMP: Unconditional jump .it includes loop transfer and subroutine and
interrupt instructions.
• JNZ: jump till the counter value decreases to zero.It runs the loop till
the value stored in CX becomes zero
▪ The IF, OF and WB stages take 1 clock cycle each for any instruction.
▪ The PO stage takes 1 clock cycle for ADD or SUB instruction, 3 clock
cycles for MUL instruction and 5 clock cycles for DIV instruction.
▪ The pipelined processor uses operand forwarding from the PO stage
to the OF stage.
Answer: (C)
Explanation: