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