com.kenai.jnr.x86asm
Class OP

java.lang.Object
  extended by com.kenai.jnr.x86asm.OP

Deprecated.

@Deprecated
public final class OP
extends Object

Operand types that can be encoded in Op operand


Field Summary
static int OP_IMM
          Deprecated. Operand is immediate.
static int OP_LABEL
          Deprecated. Operand is label.
static int OP_MEM
          Deprecated. Operand is memory.
static int OP_NONE
          Deprecated. Invalid operand
static int OP_REG
          Deprecated. Operand is register.
static int OP_VAR
          Deprecated. Operand is variable.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OP_NONE

public static final int OP_NONE
Deprecated. 
Invalid operand

See Also:
Constant Field Values

OP_REG

public static final int OP_REG
Deprecated. 
Operand is register.

See Also:
Constant Field Values

OP_MEM

public static final int OP_MEM
Deprecated. 
Operand is memory.

See Also:
Constant Field Values

OP_IMM

public static final int OP_IMM
Deprecated. 
Operand is immediate.

See Also:
Constant Field Values

OP_LABEL

public static final int OP_LABEL
Deprecated. 
Operand is label.

See Also:
Constant Field Values

OP_VAR

public static final int OP_VAR
Deprecated. 
Operand is variable.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.