Machine  Instruction                                                                                                                                   Print this page
<< Previous |  First Last |  Next >>       


Another approach that can be used with three address instruction format is to perform a comparison and specify a branch in the same instruction.

For example,

BRE   R1,   R2,   X  ;  Branch to   X      if contents of R1 = Contents of R2.

 

 
<< Previous |  First |  Last |  Next >>