Nuvoton FORTH
 All Classes Files Functions Variables Macros Modules Pages
Modules
Here is a list of all modules:
[detail level 1234]
 Bytecode compilerByteCode compiler should be run on developer host computer to build .bc files contains platform-independent bytecode part of FORTH system or other .bc written applications (you can run them standalone in VM)
 Symbol table
 Syntax parser
 FORTH Virtual MachinePlatform independent part of Virtual Machine shared by VM part for all systems (host, qemu, nuc970 hw)
 Configuration
 debug
 machine wordSize constants
 registersVM registers and memory areas
 memory access
 Compiler in VMCompiler implemented in VM commands
 command opcodesBytecode opcodes
 command functionsC functions implement every VM command
 bytecode interpreterInterprets bytecode in M[]
 command functionsC functions implement every VM command
 bytecode interpreterInterprets bytecode in M[]
 bytecode interpreterInterprets bytecode in M[]