This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Inconsistent error output

From uv2

..\SRC\file.asm(167): error A9: SYNTAX ERROR

Note the file name as well as line number...informative.


From command line invocation of A51

ASSEMBLY COMPLETE. 0 WARNING(S), 1 ERROR(S)


No line number, much less a file name.

Is there any switch I can give a51.exe to produce a more informative error output?

TIA

Parents
  • Are you sure that you are giving exactly the same set of options in each case?

    I'm sure.

    Maybe the command line puts the actual message into the listing file?
    Does the manual have anything to say on this?


    I couldn't find any reference as to why the file and line numbers are only contained in the .lst file and not echoed to the console when invoking a51 directly....hence my question on this forum.

Reply
  • Are you sure that you are giving exactly the same set of options in each case?

    I'm sure.

    Maybe the command line puts the actual message into the listing file?
    Does the manual have anything to say on this?


    I couldn't find any reference as to why the file and line numbers are only contained in the .lst file and not echoed to the console when invoking a51 directly....hence my question on this forum.

Children