jnr.x86asm
Class OP

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

public final class OP
extends Object

Operand types that can be encoded in Op operand


Field Summary
static int OP_IMM
          Operand is immediate.
static int OP_LABEL
          Operand is label.
static int OP_MEM
          Operand is memory.
static int OP_NONE
          Invalid operand
static int OP_REG
          Operand is register.
static int OP_VAR
          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
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


Copyright © 2012. All Rights Reserved.