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

SET A, 65535 does not work #21

Closed krasin closed 12 years ago

krasin commented 12 years ago

The following does not work:

SET A, 65535

It translates to

0000:[7c01]0000 0000 0000

The following works:

SET A, 65534

It translates to

0000:[7c01]fffe 0000 0000
mappum commented 12 years ago

Thanks, I'll fix this.

mappum commented 12 years ago

Working now. Thanks again.