Replies: 1 comment 1 reply
-
1 cell for evaluating the expression |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If the code has 1 extra cell like in if else. You need to increment the stack pointer by 2. Why can't you increment the stack pointer by 1.
If it doesn't have an extra cell there isn't any call to increase stack pointer. Such as in
compile_while
Beta Was this translation helpful? Give feedback.
All reactions