diff --git a/Docs/Tutorials/PLASMA/User Manual.md b/Docs/Tutorials/PLASMA/User Manual.md index b7360662..aae197bb 100644 --- a/Docs/Tutorials/PLASMA/User Manual.md +++ b/Docs/Tutorials/PLASMA/User Manual.md @@ -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 ```