Branching

Categories:

Quiz:  Branching

1. 
True of False: The BC instruction can change the condition code.
2. 
True or False:The extended branch mnemonics for the BC instruction require a base register; the extended mnemonics for the BRC and BRCL instructions do not.
3. 
True or False: The extended mnemonics for BL and BM generate the same object code.
4. 
True or False: The target address of a BC instruction is measured from the first byte of the instruction.
5. 
True or False: The BC instruction works by changing the instruction address in the PSW.
6. 
What happens if the branch on a BC instruction is not taken?
7. 
True or False: A NOP (no operation) is a form of a BC instruction.
8. 
How is the target address in a branch on condition (BC) instruction specified?
9. 
True or False: The BC instruction can only jump forward.
10. 
True or False: The target address of a BC instruction that uses a symbolic address must be defined in the range of a USING statement.