Emulator.Global
Interface Constants

All Known Implementing Classes:
AddressRegister, ALU, Bus, Component, DataRegister, DataTransferMap, Emulator, Flag, InstructionsUCode, InstructionTimer, IORegister, mainWindow, Memory, Processor, ProgramLine, Register, Value

public interface Constants

********************** Created By: Yuval Tzur Date: 14/12/12 Time: 15:26 Description: This class will contain constants used by the system. ***********************


Field Summary
static boolean _0
           
static boolean _1
           
static int AC
           
static int ADDR_REGISTER_SIZE
           
static int ALU
           
static int ALU_IN0
           
static int ALU_IN1
           
static int ALU_OUT
           
static int AR
           
static int BUS
           
static int BUS_SIZE
           
static int DATA_COMPONENTS
           
static int DATA_REGISTER_SIZE
           
static int DATA_TABLE_SIZE
           
static int DR
           
static int E
           
static int FGI
           
static int FGO
           
static int I
           
static int IEN
           
static int INPR
           
static int IO_REGISTER_SIZE
           
static int IR
           
static int M
           
static int MEMORY_SIZE
           
static int OUTR
           
static int PC
           
static int R
           
static int S
           
static int TARGET_REACHED
           
static int TIMEOUT
           
static int TIMER
           
static int TIMER_LIMIT
           
static int TR
           
static int TR0
           
static int TR1
           
static int UNREACHABLE
           
 

Field Detail

_0

static final boolean _0
See Also:
Constant Field Values

_1

static final boolean _1
See Also:
Constant Field Values

TIMEOUT

static final int TIMEOUT
See Also:
Constant Field Values

DATA_REGISTER_SIZE

static final int DATA_REGISTER_SIZE
See Also:
Constant Field Values

ADDR_REGISTER_SIZE

static final int ADDR_REGISTER_SIZE
See Also:
Constant Field Values

IO_REGISTER_SIZE

static final int IO_REGISTER_SIZE
See Also:
Constant Field Values

MEMORY_SIZE

static final int MEMORY_SIZE

BUS_SIZE

static final int BUS_SIZE
See Also:
Constant Field Values

DATA_COMPONENTS

static final int DATA_COMPONENTS
See Also:
Constant Field Values

DATA_TABLE_SIZE

static final int DATA_TABLE_SIZE
See Also:
Constant Field Values

TIMER_LIMIT

static final int TIMER_LIMIT
See Also:
Constant Field Values

ALU

static final int ALU
See Also:
Constant Field Values

ALU_IN0

static final int ALU_IN0
See Also:
Constant Field Values

ALU_IN1

static final int ALU_IN1
See Also:
Constant Field Values

ALU_OUT

static final int ALU_OUT
See Also:
Constant Field Values

M

static final int M
See Also:
Constant Field Values

BUS

static final int BUS
See Also:
Constant Field Values

AR

static final int AR
See Also:
Constant Field Values

PC

static final int PC
See Also:
Constant Field Values

DR

static final int DR
See Also:
Constant Field Values

AC

static final int AC
See Also:
Constant Field Values

IR

static final int IR
See Also:
Constant Field Values

TR

static final int TR
See Also:
Constant Field Values

TR0

static final int TR0
See Also:
Constant Field Values

TR1

static final int TR1
See Also:
Constant Field Values

INPR

static final int INPR
See Also:
Constant Field Values

OUTR

static final int OUTR
See Also:
Constant Field Values

E

static final int E
See Also:
Constant Field Values

R

static final int R
See Also:
Constant Field Values

S

static final int S
See Also:
Constant Field Values

I

static final int I
See Also:
Constant Field Values

IEN

static final int IEN
See Also:
Constant Field Values

FGI

static final int FGI
See Also:
Constant Field Values

FGO

static final int FGO
See Also:
Constant Field Values

TIMER

static final int TIMER
See Also:
Constant Field Values

UNREACHABLE

static final int UNREACHABLE
See Also:
Constant Field Values

TARGET_REACHED

static final int TARGET_REACHED
See Also:
Constant Field Values