Nuvoton FORTH
 All Classes Files Functions Variables Macros Modules Pages
Modules | Macros
command opcodes

bytecode opcodes More...

Collaboration diagram for command opcodes:

Modules

 command functions
 C functions implement every VM command.
 

Macros

#define op_NOP   0x00
 
#define op_BYE   0xFF
 
#define op_JMP   0x01
 
#define op_qJMP   0x02
 
#define op_CALL   0x03
 
#define op_RET   0x04
 
#define op_QUEST   0xD1
 
#define op_DUMP   0xD1
 

Detailed Description

bytecode opcodes