A simulator for SIC/XE.
- Build the project:
make (sicsim | sicasm)
- Run sicsim or sicasm:
./sicsim /path/to/file.obj
,./sicasm /path/to/file.asm
To get usage info start the program with the -h
or --help
argument.
Example object files can be found under examples/.
This project is licensed under the MIT license.