Consider this I-type instruction (BNE, branch on not equal): 0001 0100 1010 1001 1111 1111 1110 1111. When the NE condition is satisfied, what is the change of the PC value, i.e., PC = PC + _____?
The answer to the question is -68, but I'm not entirely sure why. I know that for an I-Type instruction the last 16 bits if the offset, the signed difference between the source destination and the place where you are branching too. So all the 1's are indicating a negative value? But, I still don't get how the value 68 was derived.