Skip to content

DeZ80 v2.0.0

Compare
Choose a tag to compare
@rzumer rzumer released this 01 Sep 05:33
· 37 commits to master since this release

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.