Typo in doc?
lifepillar opened this issue · 1 comments
lifepillar commented
I followed the steps to build the “Hello, world” example. It works for me if I use the following commands:
plasm -AM < hello.pla >hello.a
acme --setpc 4094 -o 'HELLO#FE1000' hello.a
plvm HELLO
which is what make hello
does, in fact. The documentation, however, has:
acme --setpc 4094 -o HELLO hello.a
Is that a typo?
dschmenk commented
Yep. Thanks!