Class BinaryProgramReader
- java.lang.Object
-
- ru.ispras.microtesk.tools.simulator.BinaryProgramReader
-
- All Implemented Interfaces:
ProgramReader
- Direct Known Subclasses:
BinProgramReader
,ElfProgramReader
public abstract class BinaryProgramReader extends java.lang.Object implements ProgramReader
-
-
Field Summary
Fields Modifier and Type Field Description protected Model
model
protected Options
options
protected java.lang.String
programFileName
protected java.lang.String
programFileNameNoExt
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<IsaPrimitive>
disassembleProgram()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ru.ispras.microtesk.tools.simulator.ProgramReader
getProgram
-
-
-
-
Method Detail
-
disassembleProgram
protected java.util.List<IsaPrimitive> disassembleProgram()
-
-