Uses of Class
com.kenai.jnr.x86asm.InstructionDescription
-
Packages that use InstructionDescription Package Description com.kenai.jnr.x86asm -
-
Uses of InstructionDescription in com.kenai.jnr.x86asm
Fields in com.kenai.jnr.x86asm declared as InstructionDescription Modifier and Type Field Description private static InstructionDescription[]InstructionDescription. allDeprecated.Fields in com.kenai.jnr.x86asm with type parameters of type InstructionDescription Modifier and Type Field Description private static java.util.Map<INST_CODE,InstructionDescription>InstructionDescription. tableDeprecated.Methods in com.kenai.jnr.x86asm that return InstructionDescription Modifier and Type Method Description static InstructionDescriptionInstructionDescription. find(INST_CODE code)Deprecated.private static InstructionDescriptionInstructionDescription. MAKE_INST(INST_CODE code, java.lang.String name, InstructionGroup group, int of1, int of2, int r, int op1, int op2)Deprecated.
-