COMMON/README.md
2018-08-06 22:04:36 -04:00

351 B

COMMON

Advance some ideas using Steve Wozniak's SWEET16 interpreted byte-code language as inspiration. While the goal of SWEET16 was brevity, the goal of COMMON is functionality.

To build and run:

cd common ; make
cd emulator ; make ; ./emulator < ../common/system.obj```