1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-25 11:30:04 +00:00

README merge

Merge branch 'master' of https://github.com/dschmenk/PLASMA
This commit is contained in:
dschmenk 2016-08-15 16:09:35 -07:00
commit 585e19260f

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