public class EqdfInstructionSet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
arch_ver
Version of instruction set
|
static byte |
CALLF |
static byte |
CONST |
static byte |
LD_BRA |
static byte |
LD_VAR |
static byte |
NO_OP |
static byte |
OP_ADD |
static byte |
OP_DINT |
static byte |
OP_DIV |
static byte |
OP_MOD |
static byte |
OP_MUL |
static byte |
OP_SBT |
static byte |
ST_BRA |
static byte |
ST_VAR |
Constructor and Description |
---|
EqdfInstructionSet() |
public static final byte NO_OP
public static final byte OP_ADD
public static final byte OP_SBT
public static final byte OP_MUL
public static final byte OP_DIV
public static final byte OP_DINT
public static final byte OP_MOD
public static final byte LD_VAR
public static final byte LD_BRA
public static final byte ST_VAR
public static final byte ST_BRA
public static final byte CALLF
public static final byte CONST
public static final int arch_ver