A Quick Start Guide For The MARIE Machine Simulator Environment
A Quick Start Guide For The MARIE Machine Simulator Environment
MarieSim is a rich graphical machine simulation environment. Its features are best appreciated
after you have experimented with a simple program or two. This guide presents the basic steps
required to enter, assemble, and execute a program.
Be sure that the Java virtual machine version 1.4 (JRE) or later is installed on your
machine. Visit Sun's Java site, java.sun.com, to get a copy.
It is not necessary to unpack (unJAR) the MARIE machine simulator and its accompanying
datapath simulator in order to run them. All that you need to do is double click on the
MarieSim.jar icon to invoke the MARIE simulator, or the MarieDP1.jar file to invoke the
datapath simulator. You may wish to copy, or drag and drop, the jar files to a convenient
location on your system (such as the desktop). If you double click and the software will not
run, check the information in the complete MarieGuide documentation on path and classpath.
If you desire to do so, you may uncompress MarieSim.jar (case sensitive) using the
command:
java MarieSim1
On some machines, you may have to also compile the source before the simulator will run properly. You
do this through the command:
javac MarieSim1.java
For help with the above steps, please see the complete MarieGuide documentation.