mappum / DCPU-16

:floppy_disk: A javascript emulator for DCPU-16 (the computer system in Mojang's new game, 0x10c). Works in browsers and Node.
http://mappum.github.com/DCPU-16/
94 stars 18 forks source link

Regression of [0+X] addressation #41

Closed krasin closed 12 years ago

krasin commented 12 years ago

We have a regression of #10. The example program from #10 fails to assemble with

Error: Subroutine 0 was not defined (address 4)
mappum commented 12 years ago

Solved.

We really need testing. This runs in node, so it can't be hard.