Dotneteer / spectnetide

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

Non-existant Z80 instructions #192

Closed Angel996 closed 4 years ago

Angel996 commented 4 years ago

By chance discovered, that two non-existent Z80 instructions are actually being assembled, and given some random opcodes.

.model Spectrum48
.org #8000
jr p,$+4
jr m,$+6

Assembly result is:

50 02 58 04

Instead, error msg should be thrown.

Dotneteer commented 4 years ago

Thanks for signing it, @Angel996!

Dotneteer commented 4 years ago

Fixed, will be released in Preview 8.

Dotneteer commented 4 years ago

Released in Preview 8.