Problem
The MC68000 and the SRC take different approaches to implementing condition-al branches. The 68000 sets the flags during the comparison and then tests them during a subsequent branch instruction. The SRC requires storage of the result of the computation, and tests it as part of the branch instruction. Discuss the advantages and disadvantages of these two approaches.