Quiz (1 point)
Given that:
subtract immediate instruction with dst: 1 src: 1 and immediate: 1 at 9
the PC at time 3 = 9
Prove that:
the PC at time 4 = 10
The following properties may be helpful:
- 3 + 1 = 4
- 9 + 1 = 10
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 3 + 1 = 4, then the PC at time (3 + 1) = the PC at time 4
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.