Package com.kenai.jnr.x86asm
Class BaseReg
- java.lang.Object
-
- com.kenai.jnr.x86asm.Operand
-
- com.kenai.jnr.x86asm.BaseReg
-
- Direct Known Subclasses:
MMRegister
,Register
,X87Register
,XMMRegister
@Deprecated public abstract class BaseReg extends Operand
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description int
code
Deprecated.
-
Constructor Summary
Constructors Constructor Description BaseReg(int code, int size)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
code()
Deprecated.int
index()
Deprecated.int
type()
Deprecated.
-