Update README.md

This commit is contained in:
Russell-S-Harper 2018-08-06 22:04:36 -04:00 committed by GitHub
parent 21b180947c
commit 5aa93efbf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,7 @@
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:
To build and run:
```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```
cd common ; make
cd emulator ; make ; ./emulator < ../common/system.obj```