tabemann / zeptoforth

A not-so-small Forth for Cortex-M
MIT License
192 stars 18 forks source link

Bugfix in safe-emit and safe-type. #86

Closed pkoning2 closed 10 months ago

pkoning2 commented 10 months ago

It looked like safe-emit and safe-type assumed that begin-critical pushes something on the stack, which it doesn't do in the current code.