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

Emulator's BitPatternALU doesn't quite match spec #17

Open
PrincessRiikka opened this issue Apr 24, 2020 · 0 comments
Open

Emulator's BitPatternALU doesn't quite match spec #17

PrincessRiikka opened this issue Apr 24, 2020 · 0 comments

Comments

@PrincessRiikka
Copy link
Contributor

RegControl cr = (RegControl)((operand & 0x0700) >> 8);
Appears to be reading bits A98 (rrE per spec). Should have (operand & 0x0E00)
Apparently I'm writing an issue rather than a PR just to keep my cool kid rep as someone who's never written any C# 😛

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