Saved Bookmarks
| 1. |
The instruction BC 0x15 means1. jump 15 bytes relative to the program counter2. copy and load 15 words in the reverse direction to the program counter3. move to a location by 15 bits to the program counter4. redirect (jump) to a location by 15 words relative to the program counter |
|
Answer» Correct Answer - Option 4 : redirect (jump) to a location by 15 words relative to the program counter Branching instructions: The BC instruction branches to an instruction specified by the branch target address. The branch a target address is computed one of two ways:
|
|