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

1.5 specs wrong #54

Open vieux opened 12 years ago

vieux commented 12 years ago

Reading the 1.5 specs: "b is always handled by the processor after a"

So: SET b, a should produce opode A, B

Currently, SET 0x1110, 0x1120 produce: 7fe1 1110 1120

which is wrong