mikaelpatel / Arduino-FVM

Byte Token Threaded Forth Virtual Machine (FVM) for Arduino

Home Page:https://mikaelpatel.github.io/Arduino-FVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider symmetry in context switch

mikaelpatel opened this issue · comments

tos is pushed and poped from parameter stack on context switch. ip is not, it is stored in the context struct, but should for symmetry be also pushed and poped from the return stack.

See commit ec0bbf5.