Skip to content

Commit

Permalink
CPU Update [38 new instructions] (#9)
Browse files Browse the repository at this point in the history
* added 12 new operations (INC and DEC) without testing

* added AND operation and test for INC zero page

* modified writeAbsoluteX, added tests for INC, cargo fmt

* added tests for all INC and DEC ops

* added tests for all AND addressing modes

* improved test clarity, added tests for some LDA ops, removed some repetetive code

* further removal of repetitions, added rest of LDA ops and unit tests for LDA

* added LDX op, added zero_page_y addr mode

* added LDY op with unit tests

* fmt

* added cpu folder, fixed absolute_write_x
  • Loading branch information
bingoobongoo authored Dec 7, 2024
1 parent 287b991 commit ab502e5
Show file tree
Hide file tree
Showing 6 changed files with 2,574 additions and 695 deletions.
Loading

0 comments on commit ab502e5

Please sign in to comment.