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

Add ALU opcodes #6

Merged
merged 13 commits into from
Jul 28, 2024
Merged

Add ALU opcodes #6

merged 13 commits into from
Jul 28, 2024

Conversation

belen-albeza
Copy link
Owner

  • Implement Skip Equal opcode
  • Implement Skip Not Equal opcode
  • Implement Skip Equal Vx Vy opcode
  • Implement Load Vx Vy opcode
  • Implement Or Vx Vy opcode
  • Implement And Vx Vy opcode
  • Implement Xor Vx Vy opcode
  • Implement Add Vx Vy opcode
  • Implement Sub Vx Vy opcode
  • Implement Shift Right opcode
  • Implement SubN opcode
  • Implement Shift Right opcode
  • Implement Jump Offset opcode

@belen-albeza belen-albeza merged commit aace934 into main Jul 28, 2024
1 check passed
@belen-albeza belen-albeza deleted the ft-alu-opcodes branch July 28, 2024 08:06
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.

1 participant