Reading Figure 4.5 we can see that a jump should occur if:
- this is a C instruction
- AND
- j1 is set AND the result is negative
- OR j2 is set and the result is zero
- OR j3 is set and the result is positive
How can you tell if the instruction is C?
How can you tell if the result is negative, zero or positive?
Can you combine these things directly instead of using the truth tables?