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 intDeprecated.Operand is immediate.static final intDeprecated.Operand is label.static final intDeprecated.Operand is memory.static final intDeprecated.Invalid operandstatic final intDeprecated.Operand is register.static final intDeprecated.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.
-