zeroflag / punyforth

Forth inspired programming language for the ESP8266
Other
406 stars 43 forks source link

This line should be.... .int xt_drop2 #67

Open luisarrisan opened 2 years ago

luisarrisan commented 2 years ago

https://github.com/zeroflag/punyforth/blob/32a30163e3defaf231a286bcb56a430b8078996a/generic/words.S#L432

The referenced line causes trying to compile this word to crash punyforth (esp8266).:

: test:[ 1 if [ 60 5 + ] literal then ;

Opened pull request.: https://github.com/zeroflag/punyforth/pull/68