Proof: Addi Zero Insn 1
Let's prove the following theorem:
if the following are true:
- instruction #1 is
addi dst=2 src=0 imm=1
- the PC at time 1 = 1
then value of cell 2 at time 2 = 1
Instructions
Memory Cells |
---|
Program Counter | Time |
---|---|
0 | 0 |
LW Computer Simulator
Proof:
Given
1 | instruction #1 is addi dst=2 src=0 imm=1 |
---|---|
2 | the PC at time 1 = 1 |
# | Claim | Reason |
---|---|---|
1 | value of cell 2 at time (1 + 1) = 1 | if instruction #1 is addi dst=2 src=0 imm=1 and the PC at time 1 = 1, then value of cell 2 at time (1 + 1) = 1 |
2 | 1 + 1 = 2 | 1 + 1 = 2 |
3 | value of cell 2 at time (1 + 1) = value of cell 2 at time 2 | if 1 + 1 = 2, then value of cell 2 at time (1 + 1) = value of cell 2 at time 2 |
4 | value of cell 2 at time 2 = 1 | if value of cell 2 at time (1 + 1) = value of cell 2 at time 2 and value of cell 2 at time (1 + 1) = 1, then value of cell 2 at time 2 = 1 |
Comments
Please log in to add comments