Contents of the distribution
Getting Started
... Contents of the distribution
The Mic-1 MMV distribution contains the following folders and files
- bin
- Mic1MMV_hr.jar
- Mic1MMV_lr.jar
- Executable Java jar files containing the simulator program
(hi-res and low-res versions, respectively).
- runMic1.bat
- A batch file for launching the simulator.
- lib
- ijvm.conf
- A configuration file for the ijvmasm assembler. Contains a description
of the assembly language which includes the opcode, mnemonic, and
operand types for each instruction.
- mic1.properties
- A sample properties file.
- GNU.TXT
- A copy of the GNU General Public License.
- examples
- MAL
- A folder containing mic1ijvm.mal, the source micro assembly language file (MAL file) for the standard IJVM interpreter.
- JAS-IJVM
- A folder containing several sample Integer Java Virtual
Machine (IJVM) programs, in source code form (JAS files) and object code form (IJVM files).
- doc
- UserGuide.jar
- A standalone version of this user guide. To run, double-click or
launch from the command line:
java -jar UserGuide.jar
- UserGuide_hs.jar
- The JavaHelp helpset for this user guide. Needs to stay in
this folder.
- src
- mic1mmv.zip
- A zip file containing source code for Mic-1 MMV. Note: The Mic-1 MMV jar files in this release bundle the Javahelp classes contained in the
archive jh.jar, distributed by Sun Microsystems and licensed as part
of the Java 2 Standard Edition. See
http://java.sun.com/products/javahelp/. This source zip only contains files for which the copyright is owned
by Prentice-Hall. Recompilation will require reference to the files of
jh.jar in the classpath.