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

Feature #35 - CPU primary instructions finish. (closes #32) #40

Merged
merged 6 commits into from
Aug 17, 2020

Conversation

galeblon
Copy link
Owner

image
Implemented instructions marked with green background colour.
Found and fixed error when popping values from stack.
This marks ~50% of all instructions implemented.

@galeblon galeblon self-assigned this Aug 16, 2020
@galeblon galeblon changed the title Feature #35 - CPU primary instructions finnish. (closes #32) Feature #35 - CPU primary instructions finish. (closes #32) Aug 16, 2020
@galeblon galeblon linked an issue Aug 16, 2020 that may be closed by this pull request
src/ints.c Show resolved Hide resolved
src/cpu.c Outdated Show resolved Hide resolved
src/cpu.c Show resolved Hide resolved
src/cpu.c Outdated Show resolved Hide resolved
src/cpu.c Show resolved Hide resolved
src/cpu.c Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
GBC Emu
  
Done
Development

Successfully merging this pull request may close these issues.

Finish the primary instruction table.
2 participants