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 intcodeDeprecated.
-
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 intcode()Deprecated.intindex()Deprecated.inttype()Deprecated.
-