Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect half-carry and carry flag descriptions on 0xE8 and 0xF8 instructions #51

Open
gonzano opened this issue Sep 29, 2022 · 0 comments

Comments

@gonzano
Copy link

gonzano commented Sep 29, 2022

Both of these instructions indicate the 16-bit half-carry and carry flags are used, but it should be the 8-bit versions.

I believe the 16-bit half-carry and carry flags are only meant to be used when two 16-bit values are added together and in both of these cases we have a 16-bit value (SP) and an 8-bit value (s8).

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

No branches or pull requests

1 participant