michaelcmartin / Ophis

A cross-assembler for the 6502 series of microprocessors.
http://michaelcmartin.github.io/Ophis/
Other
96 stars 26 forks source link

no listing if errors in assembly ? #28

Closed mstram closed 9 months ago

mstram commented 9 years ago

I'm running ophis ver 2.1 on XP.

It seems a listing is only produced if there are no errors in the assembly?

Is this by design ?

michaelcmartin commented 9 years ago

I wouldn't say it's by design but the listing output does need at least some of the output to have succeeded. It can't list bytecode values for a label which was never defined, for instance, and that has an impact on the opcode and labels too.