Comment by spc476
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.
I’ve been thinking about how to add tests to assembly code, that looks like a good idea.