Version 1.0 of the cspim MIPS simulator released. This fixes the following previously outstanding issues:
- Build process moved to CMake, so the simulator can be successfully cross-compiled with mipsel-elf-gcc.
- Designed error-reporting scheme.
As a consequence of these fixes, CSPIM can now successfully simulate itself; demo programs are in the archive. However, forwarding of system calls from the innermost program to the host program is not yet implemented.