Proof: Byte 1 Stays the Same 9
Let's prove the following theorem:
if the following are true:
- instruction #9 is
jump imm=(-6)
- the PC at time 9 = 9
- value of cell 1 at time 9 = 1
then value of cell 1 at time 10 = 1
Instructions
Memory Cells |
---|
Program Counter | Time |
---|---|
0 | 0 |
LW Computer Simulator
Proof:
Given
1 | instruction #9 is jump imm=(-6) |
---|---|
2 | the PC at time 9 = 9 |
3 | value of cell 1 at time 9 = 1 |
# | Claim | Reason |
---|---|---|
1 | value of cell 1 at time (9 + 1) = value of cell 1 at time 9 | if instruction #9 is jump imm=(-6) and the PC at time 9 = 9, then value of cell 1 at time (9 + 1) = value of cell 1 at time 9 |
2 | 9 + 1 = 10 | 9 + 1 = 10 |
3 | value of cell 1 at time (9 + 1) = value of cell 1 at time 10 | if 9 + 1 = 10, then value of cell 1 at time (9 + 1) = value of cell 1 at time 10 |
4 | value of cell 1 at time 10 = value of cell 1 at time 9 | if value of cell 1 at time (9 + 1) = value of cell 1 at time 10 and value of cell 1 at time (9 + 1) = value of cell 1 at time 9, then value of cell 1 at time 10 = value of cell 1 at time 9 |
5 | value of cell 1 at time 10 = 1 | if value of cell 1 at time 10 = value of cell 1 at time 9 and value of cell 1 at time 9 = 1, then value of cell 1 at time 10 = 1 |
Comments
Please log in to add comments