Dotneteer / spectnetide

ZX Spectrum IDE with Visual Studio 2017 and 2019 integration
MIT License
206 stars 27 forks source link

Wrong code generation for IX, IY bit instructions #154

Closed imp5imp5 closed 5 years ago

imp5imp5 commented 5 years ago

For example: "set 6,(ix+1)" compiled to DD CB F6 01 instead of DD CB 01 F6

Dotneteer commented 5 years ago

@imp5imp5, thanks for your bug report! I will check this and issue a fix as soon as possible. Istvan

Dotneteer commented 5 years ago

@imp5imp5, the bug fix is ready. Update the SpectNetIde extension (v1.19.5) in Visual Studio to use it!

Please, do not hesitate, if you find a bug, contact me :-).

If you like this IDE, please star it on GitHub!

imp5imp5 commented 5 years ago

Thank you!