mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2024-11-19 22:31:34 +00:00
Update README.md
This commit is contained in:
parent
99701bd46f
commit
21b180947c
11
README.md
11
README.md
@ -1,2 +1,11 @@
|
||||
# COMMON
|
||||
Advance some ideas using Steve Wozniak's SWEET16 interpreted byte-code language as inspiration
|
||||
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-post-process ; make ; cp common-post-process ../common ; cd ..
|
||||
cd common ; make ; cp system.obj ../emulator
|
||||
cd emulator ; make ; cd ..```
|
||||
|
||||
To run:
|
||||
```cd emulator ; ./emulator < system.obj```
|
||||
|
Loading…
Reference in New Issue
Block a user