jmce - 1_02

jmce.altair
Interface SIMHConstants

All Known Implementing Classes:
SIMH

public interface SIMHConstants

Constants rlative to the SIMH simulator.


Field Summary
static int CMD_GET_BANK
          Get the current bank
static int CMD_HAS_BANKED_MEMORY
          Check if has banked memory
static int CMD_MMU_COMMON
          Return the base of common memory
static int CMD_NONE
          Internal NONE command
static int CMD_PRINT_TIME
          Print the current time in ms on the console
static int CMD_SET_BANK
          Set the current bank
static int CMD_SIMH_RESET
          Reset SIMH device
static int CMD_SLEEP
          Sleep
static int CMD_START_TIMER
          Start a new timer
static int CMD_STOP_TIMER
          Stop the last timer
static int CMD_VERSION
          Get version
static int SIMH_PORT
          Port to send / recv command
static java.lang.String SIMH_VERSION
          Interface version
 

Field Detail

CMD_HAS_BANKED_MEMORY

static final int CMD_HAS_BANKED_MEMORY
Check if has banked memory

See Also:
Constant Field Values

CMD_PRINT_TIME

static final int CMD_PRINT_TIME
Print the current time in ms on the console

See Also:
Constant Field Values

CMD_SET_BANK

static final int CMD_SET_BANK
Set the current bank

See Also:
Constant Field Values

CMD_GET_BANK

static final int CMD_GET_BANK
Get the current bank

See Also:
Constant Field Values

CMD_SIMH_RESET

static final int CMD_SIMH_RESET
Reset SIMH device

See Also:
Constant Field Values

CMD_START_TIMER

static final int CMD_START_TIMER
Start a new timer

See Also:
Constant Field Values

CMD_STOP_TIMER

static final int CMD_STOP_TIMER
Stop the last timer

See Also:
Constant Field Values

CMD_SLEEP

static final int CMD_SLEEP
Sleep

See Also:
Constant Field Values

CMD_VERSION

static final int CMD_VERSION
Get version

See Also:
Constant Field Values

SIMH_PORT

static final int SIMH_PORT
Port to send / recv command

See Also:
Constant Field Values

CMD_NONE

static final int CMD_NONE
Internal NONE command

See Also:
Constant Field Values

CMD_MMU_COMMON

static final int CMD_MMU_COMMON
Return the base of common memory

See Also:
Constant Field Values

SIMH_VERSION

static final java.lang.String SIMH_VERSION
Interface version

See Also:
Constant Field Values

jmce - 1_02