org.mythsim.core
Class MythParser
java.lang.Object
|
+--org.mythsim.core.MythParser
- public class MythParser
- extends Object
Interface to parsers.
Constructor Summary |
MythParser()
|
MythParser(File ucodeFile,
File memFile,
org.mythsim.core.MythSim _ms)
parse microcode and memory source files. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MythParser
public MythParser()
MythParser
public MythParser(File ucodeFile,
File memFile,
org.mythsim.core.MythSim _ms)
throws Exception
- parse microcode and memory source files.
getMicrocodeSource
public String getMicrocodeSource()
- Returns:
- microcode source file in string
toUcodeIntArray
public int[][] toUcodeIntArray()
toIntegerArray
public Integer[][] toIntegerArray()
toUcodeObjectArray
public Object[][] toUcodeObjectArray()
toCodeArray
public Object[][] toCodeArray()
ustore
public void ustore()
getMemorySource
public String getMemorySource()
- Returns:
- memory source file in string
notDone
public boolean notDone()
toMemIntArray
public int[] toMemIntArray()
toStringArray
public String[] toStringArray()
toMemObjectArray
public Object[][] toMemObjectArray()
Copyright © 2002-2004 Jason Vroustouris. All Rights Reserved.