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

Implement all instructions #1

Open
27 of 34 tasks
tobiasvl opened this issue Nov 22, 2019 · 0 comments
Open
27 of 34 tasks

Implement all instructions #1

tobiasvl opened this issue Nov 22, 2019 · 0 comments
Assignees

Comments

@tobiasvl
Copy link
Owner

tobiasvl commented Nov 22, 2019

CHIP-8 instruction set:

  • 00E0
  • 00EE (subroutine)
  • 1NNN
  • 2NNN (subroutine)
  • 3XNN
  • 4XNN
  • 5XY0
  • 6XNN
  • 7XNN
  • 8XY0
  • 8XY1
  • 8XY2
  • 8XY3
  • 8XY4
  • 8XY5 (subtraction)
  • 8XY6
  • 8XY7 (subtraction)
  • 8XYE
  • 9XY0
  • ANNN
  • BNNN
  • CXNN (random)
  • DXYN
  • EX9E (key)
  • EXA1 (key)
  • FX07 (timer)
  • FX0A (key)
  • FX15 (timer)
  • FX18 (timer)
  • FX1E
  • FX29
  • FX33 (bcd)
  • FX55
  • FX65
@tobiasvl tobiasvl self-assigned this Nov 22, 2019
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