Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

GB debugger: some instructions not assembling correctly #157

Open
njosro opened this issue Jul 22, 2020 · 0 comments
Open

GB debugger: some instructions not assembling correctly #157

njosro opened this issue Jul 22, 2020 · 0 comments

Comments

@njosro
Copy link

njosro commented Jul 22, 2020

Some instructions such as "LD C, A" and others that have to do with the C register don't assemble properly. For example, LD C, A becomes LD C, $00 after clicking Apply. This causes the byte count to be wrong and actually overwrites one byte of the next instruction.

In this image I opened the assembler without making any changes:
assembler glitch

Additionally, if you select a few instructions, then edit them with the assembler but don't completely fill up the byte count, it overwrites the "unused" bytes with EA.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant