joelanders / r6502

Assembler and simulator for the 6502 processor
MIT License
12 stars 3 forks source link

Some test suites #1

Open BigEd opened 11 years ago

BigEd commented 11 years ago

Hi - nice project! There are some test suites collected at http://6502.org/tools/emu/#tests - Klaus Dormann's has been very good for finding the last few problems in several other emulators.

Aerlinger commented 10 years ago

I looked at Dormann's test as well but it doesn't seem to be compatible with the assembler for this project. There are certain directives (IF, ENDIF, MACRO, etc) that don't seem to be defined in assembler.rb.

joelanders commented 10 years ago

Oh, wow I never noticed the notifications for either of these messages! Thanks for the pointers; I'll have a look if I want to come back to this project.

Aerlinger commented 10 years ago

Agreed! It's an awesome project and it's definitely good to see low-level emulators being written in Ruby.

joelanders commented 10 years ago

Cool, I pulled in Klaus Dormann's tests and made a loader/runner for it. Will begin sifting through what I'm sure is a mountain of bugs later!