2018-08-06 22:10:00 -04:00
2018-08-06 21:55:07 -04:00
2018-08-06 22:10:00 -04:00

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-post-process ; make ; cp common-post-process ../common ; cd .. cd common ; make ; cd .. cd emulator ; make ; ./emulator < ../common/system.obj

The makefiles use re2c, flex, bison, gcc, cpp, and xa.

Description
Advances some ideas using Steve Wozniak's 6502 SWEET16 interpreted byte-code language as inspiration.
Readme 212 KiB
Languages
C 59.8%
Assembly 27.9%
Yacc 5.2%
C++ 4.5%
Makefile 1.6%
Other 1%