This program is implementing SIC/XE machine's virtual version, including Shell, Assembler, Loader and Linker.
$ make
$ ./sicxe.out
$ make clean
- Leland L. Beck, System Software: An Introduction to Systems Programming (3rd ed), Addison-Wesley
- Author: Kiyoung Yoon