a Little Computer 3 simulator
smol3 is a tiny LC3 simulator written in C. It aims to be fast and correct.
- read input binary files
- write a proper test bench
- get rid of GCC specific binary constants
- implement RTI
- implement memory-mapped I/O
- implement TRAP / trap vector table
- implement proper interrupt handling
- implement supervisor stack / user stack