Package jnr.x86asm
Class OP
- java.lang.Object
-
- jnr.x86asm.OP
-
public final class OP extends java.lang.Object
Operand types that can be encoded in Op operand
-
-
Constructor Summary
Constructors Modifier Constructor Description private
OP()
-
-
-
Field Detail
-
OP_NONE
public static final int OP_NONE
Invalid operand- See Also:
- Constant Field Values
-
OP_REG
public static final int OP_REG
Operand is register.- See Also:
- Constant Field Values
-
OP_MEM
public static final int OP_MEM
Operand is memory.- See Also:
- Constant Field Values
-
OP_IMM
public static final int OP_IMM
Operand is immediate.- See Also:
- Constant Field Values
-
OP_LABEL
public static final int OP_LABEL
Operand is label.- See Also:
- Constant Field Values
-
OP_VAR
public static final int OP_VAR
Operand is variable.- See Also:
- Constant Field Values
-
-