|
|||||||||
Home >> All >> Assembler >> [ x86 overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
Assembler.x86
Interface x86Constants

- All Known Implementing Classes:
- x86, x86Assembler
- public interface x86Constants
x86Constants
- Version:
- $Id: x86Constants.java,v 1.5 2003/05/12 10:04:52 joewhaley Exp $
Field Summary | |
static int |
AL
|
static int |
AX
|
static byte |
BOUNDS_EX_NUM
|
static int |
CACHE_LINE_SIZE
|
static int |
CJUMP_NEAR
|
static int |
CJUMP_SHORT
|
static int |
COMPLEX
|
static int |
EAX
|
static int |
EBP
|
static int |
EBX
|
static int |
ECX
|
static int |
EDI
|
static int |
EDX
|
static int |
ESI
|
static int |
ESP
|
static int |
JUMP_NEAR
|
static int |
JUMP_SHORT
|
static int |
MOD_DISP32
|
static int |
MOD_DISP8
|
static int |
MOD_EA
|
static int |
MOD_REG
|
static int |
NP
|
static int |
PU
|
static int |
PV
|
static int |
RA
|
static int |
RM_SIB
|
static int |
SCALE_1
|
static int |
SCALE_2
|
static int |
SCALE_4
|
static int |
SCALE_8
|
static int |
SEIMM8
|
static int |
SHIFT_ONCE
|
static int |
UV
|
Field Detail |
CACHE_LINE_SIZE
public static final int CACHE_LINE_SIZE
- See Also:
- Constant Field Values
BOUNDS_EX_NUM
public static final byte BOUNDS_EX_NUM
- See Also:
- Constant Field Values
EAX
public static final int EAX
- See Also:
- Constant Field Values
ECX
public static final int ECX
- See Also:
- Constant Field Values
EDX
public static final int EDX
- See Also:
- Constant Field Values
EBX
public static final int EBX
- See Also:
- Constant Field Values
ESP
public static final int ESP
- See Also:
- Constant Field Values
EBP
public static final int EBP
- See Also:
- Constant Field Values
ESI
public static final int ESI
- See Also:
- Constant Field Values
EDI
public static final int EDI
- See Also:
- Constant Field Values
AL
public static final int AL
- See Also:
- Constant Field Values
AX
public static final int AX
- See Also:
- Constant Field Values
RA
public static final int RA
- See Also:
- Constant Field Values
SEIMM8
public static final int SEIMM8
- See Also:
- Constant Field Values
SHIFT_ONCE
public static final int SHIFT_ONCE
- See Also:
- Constant Field Values
CJUMP_SHORT
public static final int CJUMP_SHORT
- See Also:
- Constant Field Values
CJUMP_NEAR
public static final int CJUMP_NEAR
- See Also:
- Constant Field Values
JUMP_SHORT
public static final int JUMP_SHORT
- See Also:
- Constant Field Values
JUMP_NEAR
public static final int JUMP_NEAR
- See Also:
- Constant Field Values
MOD_EA
public static final int MOD_EA
- See Also:
- Constant Field Values
MOD_DISP8
public static final int MOD_DISP8
- See Also:
- Constant Field Values
MOD_DISP32
public static final int MOD_DISP32
- See Also:
- Constant Field Values
MOD_REG
public static final int MOD_REG
- See Also:
- Constant Field Values
RM_SIB
public static final int RM_SIB
- See Also:
- Constant Field Values
SCALE_1
public static final int SCALE_1
- See Also:
- Constant Field Values
SCALE_2
public static final int SCALE_2
- See Also:
- Constant Field Values
SCALE_4
public static final int SCALE_4
- See Also:
- Constant Field Values
SCALE_8
public static final int SCALE_8
- See Also:
- Constant Field Values
NP
public static final int NP
- See Also:
- Constant Field Values
PU
public static final int PU
- See Also:
- Constant Field Values
PV
public static final int PV
- See Also:
- Constant Field Values
UV
public static final int UV
- See Also:
- Constant Field Values
COMPLEX
public static final int COMPLEX
- See Also:
- Constant Field Values
|
|||||||||
Home >> All >> Assembler >> [ x86 overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |