larsbrinkhoff / xForth

Experimental Forth cross compiler for tiny devices
GNU General Public License v3.0
61 stars 13 forks source link

Correct error in while, implementation #67

Open Selmacas opened 3 years ago

Selmacas commented 3 years ago

without swap in the beginig of while, lbforth thows segmentation fault. Without swap the execution token of branch?, is pushet to return stack and if, doesnt find this execution token (pushed to return stack should be here address which was placed on TOS by begin, )