mikaelpatel / Arduino-FVM

Byte Token Threaded Forth Virtual Machine (FVM) for Arduino

Home Page:https://mikaelpatel.github.io/Arduino-FVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for print of string literals (in PROGMEM)

mikaelpatel opened this issue · comments

Add support for print of string literals (in PROGMEM)

This is indirectly support by the symbols table and OP_DOT_NAME. See example/Demo for an example.

Please see commit b17f941.