org.mythsim.console
Class MythSimConsole

java.lang.Object
  |
  +--org.mythsim.core.MythSim
        |
        +--org.mythsim.console.MythSimConsole

public class MythSimConsole
extends MythSim

Starting point for command line version (Pre Alpha).


Field Summary
 
Fields inherited from class org.mythsim.core.MythSim
A_BUS, A_SEL, A_SEL_SET, ADDRESS, ADDRESS_FALSE, ADDRESS_FALSE_SET, ADDRESS_SET, ADDRESS_TRUE, ADDRESS_TRUE_SET, ALU_ADD, ALU_ADDA, ALU_AND, ALU_BUS, ALU_NOT, ALU_OR, ALU_SEL, ALU_SEL_SET, ALU_SUB, ALU_SUBA, ALU_XOR, aluFuncs, B_BUS, B_SEL, B_SEL_SET, C_IN, C_IN_SET, C_OUT, CLOCK, COND, COND_C_OUT, COND_M7, COND_SET, COND_V, COND_WAIT, CONTROL_WORD_END, CONTROL_WORD_LENGTH, CONTROL_WORD_START, CURRENT_ADDRESS, INDEX_SEL, INDEX_SEL_SET, INVALID_FILES_MODE, IR_0, IR_1, IR0_SEL, IR0_SEL_SET, IR1_SEL, IR1_SEL_SET, LENGTH, LOCKED, M_7, MAIN_MEMORY, MAR, MAR_SEL, MAR_SEL_SET, MDR, MDR_SEL, MDR_SEL_SET, MEMORY_BUS, mode, NO_FILES_MODE, opcodeTags, R_0, R_1, R_2, R_3, R_4, R_5, R_6, R_7, R0_WRITE, R0_WRITE_SET, R1_WRITE, R1_WRITE_SET, R2_WRITE, R2_WRITE_SET, R3_WRITE, R3_WRITE_SET, R4_WRITE, R4_WRITE_SET, R5_WRITE, R5_WRITE_SET, R6_WRITE, R6_WRITE_SET, R7_WRITE, R7_WRITE_SET, READ, READ_SET, RESULT_ALU, RESULT_BUS, RESULT_IR_CONST4, RESULT_IR_CONST8, RESULT_MDR, RESULT_SEL, RESULT_SEL_SET, RI_SEL, RI_SEL_SET, RJ_SEL, RJ_SEL_SET, RK_SEL, RK_SEL_SET, STATUS_ARRAY_LENGTH, V, VA_SEL_BUS, VALID_FILES_MODE, VB_SEL_BUS, version_title, VR0_WRITE_BUS, VR1_WRITE_BUS, VR2_WRITE_BUS, VR3_WRITE_BUS, WAIT, WRITE, WRITE_BUS, WRITE_SET
 
Constructor Summary
MythSimConsole()
           
 
Method Summary
 void print_registers()
           
 
Methods inherited from class org.mythsim.core.MythSim
AND, and, bit2int, boot, carry, carry, empty, fix, funcName, getMemory, getMemoryFile, getMemoryFileName, getMemoryFilePath, getMemorySource, getMicrocodeFile, getMicrocodeFileName, getMicrocodeFilePath, getMicrocodeSource, getPreviousStatus, getRegA, getRegB, getStatus, getStatus, getUcode, getUstore, int2bit, last, lownibble, m7, name, next, normal, normal2tc, NOT, not, opcode, OR, or, overflow, parse, ri, rj, rk, run, setFileMemory, setFileMicrocode, step, step, tc2normal, ucodeZero, XOR, xor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MythSimConsole

public MythSimConsole()
Method Detail

print_registers

public void print_registers()


Copyright © 2002-2004 Jason Vroustouris. All Rights Reserved.