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

Easiest explanation: When the assembler comes ACROSS the branch CODE, it immediately finds the branch offset and replaces it with it.



Discussion

No Comment Found

Related InterviewSolutions