dschmenk / PLASMA

Proto Language AsSeMbler for All (formerly Apple)
MIT License
189 stars 26 forks source link

Typo in doc? #14

Closed lifepillar closed 8 years ago

lifepillar commented 8 years ago

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 8 years ago

Yep. Thanks!