1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-17 01:29:31 +00:00

Fix tutorial hand build step

This commit is contained in:
David Schmenk 2016-08-15 10:23:26 -07:00 committed by GitHub
parent 6496092c3b
commit 1ca7f199fd

View File

@ -200,7 +200,7 @@ Three tools are required to build and run this program: **acme**, **plasm**, and
```
./plasm -AM < hello.pla > hello.a
acme --setpc 4094 -o HELLO hello.a
acme --setpc 4094 -o HELLO#FE1000 hello.a
./plvm HELLO
```