Nuvoton FORTH
 All Classes Files Functions Variables Macros Modules Pages
Modules
FORTH Virtual Machine

Platform independent part of Virtual Machine shared by VM part for all systems (host, qemu, nuc970 hw) More...

Collaboration diagram for FORTH Virtual Machine:

Modules

 Configuration
 
 machine word
 size constants
 
 registers
 VM registers and memory areas.
 
 memory access
 
 Compiler in VM
 Compiler implemented in VM commands.
 
 command opcodes
 bytecode opcodes
 
 command functions
 C functions implement every VM command.
 
 bytecode interpreter
 interprets bytecode in M[]
 

Detailed Description

Platform independent part of Virtual Machine shared by VM part for all systems (host, qemu, nuc970 hw)