Nuvoton FORTH
 All Classes Files Functions Variables Macros Modules Pages
Functions
Collaboration diagram for memory access:

Functions

CELL fetch (CELL addr)
 fetch VM machine word from M address
 
void Bstore (CELL addr, BYTE byte)
 store byte at M address
 
void store (CELL addr, CELL cell)
 store VM machine word at M address
 

Detailed Description