mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2025-01-09 20:33:35 +00: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:
cd common ; make ; cp system.obj ../emulator
cd emulator ; make ; cd ..```
To run:
```cd emulator ; ./emulator < system.obj```
Description
Advances some ideas using Steve Wozniak's 6502 SWEET16 interpreted byte-code language as inspiration.
Readme
Languages
C
59.8%
Assembly
27.9%
Yacc
5.2%
C++
4.5%
Makefile
1.6%
Other
1%