DCPUTeam / DCPUToolchain

[ARCHIVED] The code repository for the DCPU-16 Toolchain.
http://dcputoolcha.in/
MIT License
96 stars 14 forks source link

PICK operation generates invalid code in assembler. #165

Closed hach-que closed 11 years ago

hach-que commented 11 years ago

While the assembler will now accept PICK 0x1000 as valid syntax, according to the unit test results, it is now not generating the correct code for this operation.

This needs to be fixed ASAP, so anyone is free to tackle this bug.

hach-que commented 11 years ago

This has now been fixed.