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

Fixes com Z80.cxx #5

Merged
merged 1 commit into from Feb 23, 2016
Merged

Fixes com Z80.cxx #5

merged 1 commit into from Feb 23, 2016

Conversation

efraga-msx
Copy link

Mike,

I fixed some issues on Z80.cxx:

- there's no ld (hl), bc
- there's no ld b, (hl+1), you should inc hl first
- there's no ld d, (hl+1), you should inc hl first
- jr z label_ --> jr z, label_
- label_x   --> label_z:

Other changes are there because my editor removes trailing white spaces.

Thanks.

mikeakohn added a commit that referenced this pull request Feb 23, 2016
@mikeakohn mikeakohn merged commit 978b8a2 into mikeakohn:master Feb 23, 2016
mikeakohn pushed a commit that referenced this pull request Apr 26, 2016
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

3 participants