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

Opcode tests #19

Open
2 of 11 tasks
ddrcode opened this issue Sep 28, 2023 · 0 comments
Open
2 of 11 tasks

Opcode tests #19

ddrcode opened this issue Sep 28, 2023 · 0 comments
Labels
6502 The issue is related to core 6502 emulator

Comments

@ddrcode
Copy link
Owner

ddrcode commented Sep 28, 2023

We need asm tests for all opcodes in integration tests

  • Arithmetic operations
  • Arithmetic operations in BCD
  • Bitwise instructions
  • Branch instructions
  • Compare instructions
  • Flag instructions
  • Memory instructions (including testing all addressing modes)
  • Register instructions
  • Stack instructions
  • Jump instructions
  • IRQ / NMI / BRQ
@ddrcode ddrcode added this to the MVP (of course) milestone Sep 28, 2023
@ddrcode ddrcode added the 6502 The issue is related to core 6502 emulator label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6502 The issue is related to core 6502 emulator
Projects
None yet
Development

No branches or pull requests

1 participant