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

Allow call to C/C++ functions

mikaelpatel opened this issue · comments

Add virtual machine instruction to allow call of C/C++ function. Use same structure as for CREATE-DOES>, VARIABLE and CONSTANT.

See commit eda1cf3.