Quiz (1 point)
Given that:
instruction #17 is
load dst=3 addr=1 imm=1
the PC at time 11 = 17
Prove that:
the PC at time 12 = 18
The following properties may be helpful:
- 11 + 1 = 12
- 17 + 1 = 18
if the following are true:
- instruction #x is
load dst=s addr=d imm=imm
- the PC at time t = x
then the PC at time (t + 1) = x + 1
- instruction #x is
if 11 + 1 = 12, then the PC at time (11 + 1) = the PC at time 12
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.