TG9541 / stm8ef

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

Some STM8 eForth core optimizations #416

Closed TG9541 closed 3 years ago

TG9541 commented 3 years ago

Hopefully nothing gets damaged in the process...

TG9541 commented 3 years ago

The first batch saved a few bytes or made some things slightly more readable. The next thing is unified write access to the dictionary (i.e. C,, , and CALL,).

TG9541 commented 3 years ago

Looks good - the next step will be more radical - see #417