|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kenai.jnr.x86asm.OP
@Deprecated public final class OP
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 |
|---|
public static final int OP_NONE
public static final int OP_REG
public static final int OP_MEM
public static final int OP_IMM
public static final int OP_LABEL
public static final int OP_VAR
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||