Quiz (1 point)
Given that:
subtract immediate instruction with dst: 1 src: 1 and immediate: 1 at 12
the PC at time 6 = 12
Prove that:
the PC at time 7 = 13
The following properties may be helpful:
- 6 + 1 = 7
- 12 + 1 = 13
if the following are true:
- subtract immediate instruction with dst: s src: d and immediate: imm at x
- the PC at time t = x
then the PC at time (t + 1) = x + 1
if 6 + 1 = 7, then the PC at time (6 + 1) = the PC at time 7
if the following are true:
- a = b
- a = c
- b = d
then c = d
Please write your proof in the table below. Each row should contain one claim. The last claim is the statement that you are trying to prove.