Multiple choice

Which instruction has the 2 byte machine code format where the second byte gives a 8-bit signed displacement relative to the address of the next instruction in sequence?

  1. Conditional Branch Instruction

  2. Unconditional Branch Instruction

  3. Loop Instruction

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

All Conditional Branch instructions have the 2 byte machine code format where the second byte gives a 8-bit signed displacement relative to the address of the next instruction in sequence.