Uses of Class
com.kenai.jnr.x86asm.CPU

Uses of CPU in com.kenai.jnr.x86asm
 

Fields in com.kenai.jnr.x86asm declared as CPU
static CPU Asm.I386
          Deprecated. Use Asm.X86_32
static CPU Assembler.I386
           
static CPU CPU.I386
           
static CPU Asm.X86_32
           
static CPU Asm.X86_64
           
static CPU Assembler.X86_64
           
 

Methods in com.kenai.jnr.x86asm that return CPU
static CPU CPU.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CPU[] CPU.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.kenai.jnr.x86asm with parameters of type CPU
Assembler(CPU cpu)