summaryrefslogtreecommitdiff
path: root/cpu.c
AgeCommit message (Expand)Author
2024-06-08add adc and actually fix peek/16vin
2024-06-04fix peekvin
2024-06-04shorten addressing mode enum namesvin
2024-06-04add peek(), peek16(), and finish lda()vin
2024-05-24load program rom into proper offset in memoryvin
2024-05-24implement tax and inx and print status each timevin
2024-05-24add lda immediate and brkvin
2024-05-20start working on 6502 cpuvin