Download Latest Version CodeRedSim.zip (8.3 MB)
Email in envelope

Get an email when there's a new version of Code Red Sim

Home
Name Modified Size InfoDownloads / Week
CodeRedSim.zip 2014-08-02 8.3 MB
README.txt 2012-08-06 1.1 kB
LICENSE.txt 2012-08-05 1.3 kB
Totals: 3 Items   8.3 MB 0
=======================================================
Code Red v2.0

UMass Amherst
=======================================================

To run Code Red Sim, either double-click on Code Red .jar file (in executables/), open the .dmg file and drag the .app to your Applications directory (Mac OS X), or run the .exe (Windows).  

To run the assembler from the command line, type:

java -jar asm.jar fileName (without the .asm extension)

On Windows, if the asm.exe is on your PATH, you can use: 

asm fileName (without the .asm extension)


==== Building the Code ====

The project can be built with Eclipse by creating a new Java Project, unselecting "use default location", and selecting the root directory of "Code Red Sim\" (what you unzipped) for the directory.  

You may need to set your compiler compliance level to 1.6 on the project (right click project->Properties->Java Compiler->Enable project specific settings->Compiler compliance level->1.6) to fix a problem with @Override on an interface compile errors.  See http://stackoverflow.com/questions/8220786/java-eclipse-override-error for more details.  
Source: README.txt, updated 2012-08-06