TG9541/stm8ef

Some STM8 eForth core optimizations

Closed this issue · 2 comments

Hopefully nothing gets damaged in the process...

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,).

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