So, I need to verify the veracity of my PC's logic here. Please correct me if i am wrong. This is how I check if I should make the load bit to true or false.
At time 13:
zr = 0
ng = 0
pos = 1 // am i correct?
j1 = 1
j2 = 1
j3 = 1
j3 & pos = 1 // there should be a jump, right?
Albeit, CPU.cmp indicates that there is no jump, since the PC is incremented. Can anyone tell me which part goes wrong?
Thanks in advance