InterviewSolution
Saved Bookmarks
| 1. |
When dealing with the branching code the assembler ___________(a) Replaces the target with its address(b) Does not replace until the test condition is satisfied(c) Finds the Branch offset and replaces the Branch target with it(d) Replaces the target with the value specified by the DATAWORD directiveI got this question by my college professor while I was bunking the class.This interesting question is from Assembly Language topic in division Machine Instructions and Programs of Computer Architecture |
|
Answer» Right answer is (c) Finds the Branch offset and REPLACES the Branch target with it |
|