Nuvoton FORTH
 All Classes Files Functions Variables Macros Modules Pages
ByteCode compiler

The system containts two parts:

  1. byte-code compiler, and
  2. run-time VM/ bytecode interpreter provides access to hardware (memory, I/O and a few generic drivers)

ByteCode compiler runs on host system (Linux/Windows), contains both

Due to VM core included it has minimal FORTH compiling functions, implemented as VM commands: Compiler in VM