Quiz (1 point)

Given that:
the PC at time 0 = 0
instruction #0 is addi dst=1 src=0 imm=0
instruction #1 is addi dst=2 src=0 imm=1
instruction #2 is addi dst=4 src=0 imm=0
instruction #3 is addi dst=5 src=0 imm=4
instruction #4 is add dst=3 src1=1 src2=2
instruction #5 is addi dst=1 src=2 imm=0
instruction #6 is addi dst=2 src=3 imm=0
instruction #7 is addi dst=4 src=4 imm=1
instruction #8 is beq left=4 right=5 imm=1
instruction #9 is jump imm=(-6)

Prove that:
value of cell 3 at time 25 = 5

The following properties may be helpful:

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.

Step Claim Reason (optional) Error Message (if any)
1
2
3
4
5
6
7
8
9
10

Become a subscriber to save your progress, see the correct answer, and more!