mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2025-04-05 08:38:40 +00:00
commit
f3f8cd5aa3
15
README.md
15
README.md
@ -1,11 +1,10 @@
|
||||
# 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.
|
||||
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:
|
||||
```cd common-post-process ; make ; cp common-post-process ../common ; cd ..
|
||||
cd common ; make ; cp system.obj ../emulator
|
||||
cd emulator ; make ; cd ..```
|
||||
To build and run:
|
||||
|
||||
To run:
|
||||
```cd emulator ; ./emulator < system.obj```
|
||||
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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user