Package jnr.x86asm
Class OP
java.lang.Object
jnr.x86asm.OP
Operand types that can be encoded in Op operand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OP_NONE
public static final int OP_NONEInvalid operand- See Also:
-
OP_REG
public static final int OP_REGOperand is register.- See Also:
-
OP_MEM
public static final int OP_MEMOperand is memory.- See Also:
-
OP_IMM
public static final int OP_IMMOperand is immediate.- See Also:
-
OP_LABEL
public static final int OP_LABELOperand is label.- See Also:
-
OP_VAR
public static final int OP_VAROperand is variable.- See Also:
-
-
Constructor Details
-
OP
private OP()
-