6502 Emulator
- 3 Devlogs
- 9 Total hours
A 6502 core written completely in C
A 6502 core written completely in C
I finished implementing everything!!
I’ve tested it with Klaus’s test suite and it passed the entire test (the loop at 3469 means the test passed)
So ya, that’s the end of the project I guess. I’ll just add some stuff and ship it.
So I’ve locked in yesterday and this morning and implemented about 118 of the total 151 instructions (78%).
I’ve lost track of what all instructions I implemented as instead of implementing instruction wise, I’ve began implementing them in the order Klaus’s test suite tests them. Currently, it’s able to run 44119 cycles. I’m hoping that after a few more instructions it can go up to about 60k but let’s see.
I’m planning to implement it till it gets to 60k today.
So currently, I’ve implemented about 55 of the total 151 instructions. I think I’ll finish implementing the rest by the end of this week.