These instructions are used in branches, jumps, and calls.
| Bcc | A group of 15 instruction that branches depending on the flags. |
| DBcc | 15 instructions that perform loops. |
| Scc | 16 instructions that will set/reset a byte depending on the flags. |
| BSR, JSR | Subroutine calls. |
| RTS | Return from a subroutine. |
| JMP | Absolute jumps. |
| RTR | Pops the PC and flags from the stack. |