Package com.kenai.jnr.x86asm
Class OP
java.lang.Object
com.kenai.jnr.x86asm.OP
Deprecated.
Operand types that can be encoded in Op operand
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.Operand is immediate.static final int
Deprecated.Operand is label.static final int
Deprecated.Operand is memory.static final int
Deprecated.Invalid operandstatic final int
Deprecated.Operand is register.static final int
Deprecated.Operand is variable. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OP_NONE
public static final int OP_NONEDeprecated.Invalid operand- See Also:
-
OP_REG
public static final int OP_REGDeprecated.Operand is register.- See Also:
-
OP_MEM
public static final int OP_MEMDeprecated.Operand is memory.- See Also:
-
OP_IMM
public static final int OP_IMMDeprecated.Operand is immediate.- See Also:
-
OP_LABEL
public static final int OP_LABELDeprecated.Operand is label.- See Also:
-
OP_VAR
public static final int OP_VARDeprecated.Operand is variable.- See Also:
-
-
Constructor Details
-
OP
private OP()Deprecated.
-