Output errors to source file
Status: Pre-Alpha
Brought to you by:
helcio
A86.com has an error reporting feature that makes it
easier to
get a file to assemble with all the errors reported
in a copy of the
source file. The errors are pointed out for
you in the source,
which is better than switching between the text editor and the
assembler output window.
You could make popasm write
out a copy of the source
with the syntax, out of range and wrong
type errors pointed
out. This kind of error reporting could go a
long way towards making assembly easier to program. In short
the
way errors are reported by most assemblers is not
very
convenient.