I think we need the #2 in there?
This commit is contained in:
parent
81973541af
commit
82e7b181ec
4
SPEC.md
4
SPEC.md
|
|
@ -231,7 +231,7 @@ All comparison operations pop two values, compare, push boolean result.
|
|||
```
|
||||
<evaluate left>
|
||||
DUP
|
||||
JUMP_IF_FALSE 2 # skip POP and <evaluate right>
|
||||
JUMP_IF_FALSE #2 # skip POP and <evaluate right>
|
||||
POP
|
||||
<evaluate right>
|
||||
end:
|
||||
|
|
@ -241,7 +241,7 @@ end:
|
|||
```
|
||||
<evaluate left>
|
||||
DUP
|
||||
JUMP_IF_TRUE 2 # skip POP and <evaluate right>
|
||||
JUMP_IF_TRUE #2 # skip POP and <evaluate right>
|
||||
POP
|
||||
<evaluate right>
|
||||
end:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user