Package | Description |
---|---|
com.kenai.jnr.x86asm |
Modifier and Type | Field and Description |
---|---|
static CPU |
CPU.I386
Deprecated.
|
static CPU |
Assembler.I386
Deprecated.
|
static CPU |
Asm.I386
Deprecated.
Use
Asm.X86_32 |
static CPU |
Asm.X86_32
Deprecated.
|
static CPU |
Assembler.X86_64
Deprecated.
|
static CPU |
Asm.X86_64
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CPU |
CPU.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CPU[] |
CPU.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Assembler(CPU cpu)
Deprecated.
|
Copyright © 2017. All rights reserved.