Comment by spc476

Comment by spc476 9 days ago

1 reply

I wrote my own 6809 assembler [1] largely just because, and I ended up adding a 6809 emulator to it, so I can run tests during the assembly phase. I'm only aware of one other assembler (a 6502 one) that can do this. It's a fun project.

[1] https://github.com/spc476/a09

PaulHoule 9 days ago

I’ve been thinking about how to add tests to assembly code, that looks like a good idea.