mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced 2025-02-19 15:31:11 +00:00
Update README.md
This commit is contained in:
parent
21b180947c
commit
5aa93efbf1
@ -2,10 +2,7 @@
|
|||||||
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.
|
While the goal of SWEET16 was brevity, the goal of COMMON is functionality.
|
||||||
|
|
||||||
To build:
|
To build and run:
|
||||||
```cd common-post-process ; make ; cp common-post-process ../common ; cd ..
|
```cd common-post-process ; make ; cp common-post-process ../common ; cd ..
|
||||||
cd common ; make ; cp system.obj ../emulator
|
cd common ; make
|
||||||
cd emulator ; make ; cd ..```
|
cd emulator ; make ; ./emulator < ../common/system.obj```
|
||||||
|
|
||||||
To run:
|
|
||||||
```cd emulator ; ./emulator < system.obj```
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user