Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 385 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 385 Bytes

SICSIM

A simulator for SIC/XE.

Usage

  1. Build the project: make (sicsim | sicasm)
  2. 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/.

License

This project is licensed under the MIT license.