jmce - 1_02

jmce.intel.i8086
Interface I8086Constants

All Known Implementing Classes:
I8086, PCXT, Runtime8086

public interface I8086Constants

Intel 8086 constants.

This interface define all constants relative to the intel 8086.


Field Summary
static int AX_R
          Other register
static int BP_R
           
static int BX_R
           
static int CS_R
           
static int CX_R
           
static int DI_R
           
static int DS_R
           
static int DX_R
           
static int ES_R
          Segment register
static int F_AF
           
static int F_CF
           
static int F_DF
           
static int F_IF
          Interrupt enable flag
static int F_OF
           
static int F_PF
           
static int F_R1
           
static int F_R3
           
static int F_R5
           
static int F_SF
           
static int F_TF
           
static int F_ZF
           
static int REPE_P
          Repeat prefix
static int REPNE_P
           
static int RESET_CS
          Value of CS at reset
static int RESET_IP
          Value of IP at reset
static int SI_R
           
static int SP_R
           
static int SS_R
           
 

Field Detail

RESET_IP

static final int RESET_IP
Value of IP at reset

See Also:
Constant Field Values

RESET_CS

static final int RESET_CS
Value of CS at reset

See Also:
Constant Field Values

F_CF

static final int F_CF
See Also:
Constant Field Values

F_R1

static final int F_R1
See Also:
Constant Field Values

F_PF

static final int F_PF
See Also:
Constant Field Values

F_R3

static final int F_R3
See Also:
Constant Field Values

F_AF

static final int F_AF
See Also:
Constant Field Values

F_R5

static final int F_R5
See Also:
Constant Field Values

F_ZF

static final int F_ZF
See Also:
Constant Field Values

F_SF

static final int F_SF
See Also:
Constant Field Values

F_TF

static final int F_TF
See Also:
Constant Field Values

F_IF

static final int F_IF
Interrupt enable flag

See Also:
Constant Field Values

F_DF

static final int F_DF
See Also:
Constant Field Values

F_OF

static final int F_OF
See Also:
Constant Field Values

ES_R

static final int ES_R
Segment register

See Also:
Constant Field Values

CS_R

static final int CS_R
See Also:
Constant Field Values

SS_R

static final int SS_R
See Also:
Constant Field Values

DS_R

static final int DS_R
See Also:
Constant Field Values

AX_R

static final int AX_R
Other register

See Also:
Constant Field Values

CX_R

static final int CX_R
See Also:
Constant Field Values

DX_R

static final int DX_R
See Also:
Constant Field Values

BX_R

static final int BX_R
See Also:
Constant Field Values

SP_R

static final int SP_R
See Also:
Constant Field Values

BP_R

static final int BP_R
See Also:
Constant Field Values

SI_R

static final int SI_R
See Also:
Constant Field Values

DI_R

static final int DI_R
See Also:
Constant Field Values

REPE_P

static final int REPE_P
Repeat prefix

See Also:
Constant Field Values

REPNE_P

static final int REPNE_P
See Also:
Constant Field Values

jmce - 1_02