diff --git a/SPEC.md b/SPEC.md index 9d8add2..9c64f85 100644 --- a/SPEC.md +++ b/SPEC.md @@ -231,7 +231,7 @@ All comparison operations pop two values, compare, push boolean result. ``` DUP -JUMP_IF_FALSE 2 # skip POP and +JUMP_IF_FALSE #2 # skip POP and POP end: @@ -241,7 +241,7 @@ end: ``` DUP -JUMP_IF_TRUE 2 # skip POP and +JUMP_IF_TRUE #2 # skip POP and POP end: