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 tests for instructions #5

Open
55 tasks
JNjenga opened this issue Jul 22, 2021 · 0 comments
Open
55 tasks

Implement tests for instructions #5

JNjenga opened this issue Jul 22, 2021 · 0 comments

Comments

@JNjenga
Copy link
Owner

JNjenga commented Jul 22, 2021

Below is the current progress of the instruction tests that have been implemented and those that are yet to be implemented

  • ADC
  • AND
  • ASL
  • BCC
  • BCS
  • BEQ
  • BIT
  • BMI
  • BNE
  • BPL
  • BRK
  • BVC
  • CLC
  • CLD
  • CLI
  • CLV
  • CMP
  • CPX
  • CPY
  • DEC
  • DEX
  • DEY
  • EOR
  • INC
  • INX
  • INY
  • JMP
  • JSR
  • LDA
  • LDX
  • LDY
  • LSR
  • NOP
  • ORA
  • PHA
  • PHP
  • PLA
  • PLP
  • ROL
  • ROR
  • RTI
  • RTS
  • SBC
  • SEC
  • SED
  • SEI
  • STA
  • STX
  • STY
  • TAX
  • TAY
  • TSX
  • TXA
  • TXS
  • TYA
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