public final class OP
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
OP_IMM
Operand is immediate.
|
static int |
OP_LABEL
Operand is label.
|
static int |
OP_MEM
Operand is memory.
|
static int |
OP_NONE
Invalid operand
|
static int |
OP_REG
Operand is register.
|
static int |
OP_VAR
Operand is variable.
|
Modifier | Constructor and Description |
---|---|
private |
OP() |
public static final int OP_NONE
public static final int OP_REG
public static final int OP_MEM
public static final int OP_IMM
public static final int OP_LABEL
public static final int OP_VAR