blob: 0a8c6f18459983c4613f865ce41baba6c20bc39d [file] [log] [blame]
How to compile and run test:
1) To compile you need to have a Jasmin version 1.1.
This can be downloaded from http://jasmin.sourceforge.net
2) The Jasmin distribution contains a jasmin.jar file holding the Jasmin assembler.
To compile sources execute the following commands:
$ java -jar <path to Jasmin 1.1>/jasmin.jar src/*.j
$ javac -d . src/*.java
3) To run test execute the following command:
$ java Test