1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-02-03 22:35:52 +00:00

Update User Manual.md

This commit is contained in:
David Schmenk 2014-06-07 08:09:32 -07:00
parent 84e96156a3
commit ea669137f3

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
```