mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2024-11-19 22:31:34 +00:00
Advances some ideas using Steve Wozniak's 6502 SWEET16 interpreted byte-code language as inspiration.
LICENSE | ||
README.md |
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```