diff --git a/README.md b/README.md index 6deb8d3..91c82b8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # 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. +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 and run: -```cd common-post-process ; make ; cp common-post-process ../common ; cd .. -cd common ; make -cd emulator ; make ; ./emulator < ../common/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`.