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