Advances some ideas using Steve Wozniak's 6502 SWEET16 interpreted byte-code language as inspiration.
Go to file
2018-08-06 22:15:15 -04:00
common Add files via upload 2018-08-06 22:14:36 -04:00
common-post-process Add files via upload 2018-08-06 22:14:36 -04:00
emulator Add files via upload 2018-08-06 22:14:36 -04:00
LICENSE Initial commit 2018-08-06 21:55:07 -04:00
README.md Update README.md 2018-08-06 22:11:51 -04:00

COMMON

Advances 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.