Closed Angel996 closed 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.
Thanks for signing it, @Angel996!
Fixed, will be released in Preview 8.
Released in Preview 8.
By chance discovered, that two non-existent Z80 instructions are actually being assembled, and given some random opcodes.
Assembly result is:
50 02 58 04
Instead, error msg should be thrown.