Simple Virtual Machine
A simple but flexible virtual machine
SVM processors

This module contains API functions to handle SVM processors. More...

Modules

 SVM processor execution
 This module contains API functions to handle SVM processor execution.
 
 SVM processor return stack
 This module contains API functions to handle SVM processor function return stack.
 
 SVM processor memory
 This module contains API functions to handle SVM processor memory.
 
 SVM processor interruption
 This module contains API functions to handle SVM processor interruption.
 
 SVM processor error
 This module contains API functions to handle SVM processor error.
 
 SVM processor flags
 This module contains API functions to handle SVM processor flags.
 
 SVM processor instruction overrides
 This module contains API functions to handle SVM processor instruction overrides.
 

Detailed Description

This module contains API functions to handle SVM processors.

A processor is a main actor in the virtual machine code execution.

It controls instruction execution flow written in a SVM code within a kernel.

See also
SVM kernels
SVM codes