Update User Manual.md

This commit is contained in:
David Schmenk 2014-05-27 22:03:55 -07:00
parent 934a7eaed6
commit 1d0907311e

View File

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