This is the MIPS-I R3000 ArchC cycle-accurate model.

To generate the simulator (supporting ABI and Delay slot) you must run
at least these two ACSIM command-line options:

    acsim r3000.ac -abi -dy

Build the simulator using:

    make -f Makefile.archc

Running applications on the simulator:
 
    r3000.x --load=<file-path>

There are two formats recognized for <file-path>:
- ELF binary matching ArchC specifications
- hexadecimal text file for ArchC

For more information run acsim --help or visit
http://www.archc.org

CHANGELOG:
==========

Version 0.7.1:

- Added license headers


