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

Update gh-pages #1

Merged
merged 1 commit into from
Jul 14, 2012
Merged

Update gh-pages #1

merged 1 commit into from
Jul 14, 2012

Conversation

hosza
Copy link
Contributor

@hosza hosza commented Jul 11, 2012

The instruction "EOR operand" (code $45) shouldn't use the X register when addressing memory.
Code to reproduce the bug:
ldx #5
lda #$11
sta 2
lda #$21
eor 2
sta 1

Expected result: value $30 at address $0001
Observed result: value $21

skilldrick added a commit that referenced this pull request Jul 14, 2012
@skilldrick skilldrick merged commit 9bd24f3 into skilldrick:gh-pages Jul 14, 2012
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

Successfully merging this pull request may close these issues.

None yet

2 participants