TG9541 / stm8ef

STM8 eForth - a user friendly Forth for simple µCs with docs
https://github.com/TG9541/stm8ef/wiki
Other
312 stars 66 forks source link

Wrong TIB constant #420

Closed TG9541 closed 3 years ago

TG9541 commented 3 years ago

Release 2.2.24 published more constants for memory locations in the core with annotations for tools/genconst.awk. At the type two types of constants were introduced: the value of the constant and (where appropriate) a memory location for the constant (e.g. LDW X,#TIBB). TIB was turned from an old-style word into such a constant - unfortunately one of the second type - and that broke EVALUATE.

I'll now change the following: