- Hardware Resources
- Arithmetic Instructions
- Logical Instructions
- Conditional Instructions
- Other Instructions
BRC Branch on Carry
The BRC instruction will conditionally, when the carry flag is set, load the Jump Pointer with the value stored in the next address in memory, and make that pointer active. In effect, if the Carry flag is set, the program will jump to a new address in memory for the next instruction.
1014 - Branch on Carry