Simon Cozens writes:
> I've just checked this in because the disassembler has come adrift
> from the assembler. I don't know if this is the right fix, because
> it feels like a hack, but it seems to work well enough for me to
> debug some failing tests.
Maybe one of the tests should be to disassemble every test pasm file
and compare it against the original code. (Difficult because of
whitespace, etc, but perhaps not impossible if the assembler also has
a 'normalize' option that emits the code that the disassembler should
emit)
Nat