DeZ80 v2.0.0
This major release of DeZ80 adds a new Operand
enum variant to address an issue with the byte representation of the OUT (C),0
instruction (0xED71
), which previously output an extra 0x00-valued byte.
With this release, the byte representations of all tested official and unofficial instructions are properly tested and match a compiled test instruction stream.