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

NO OBJECT MODULE REQUESTED in list file

When I try to assemble some assembler code it terminates with:
--- SNIP FROM DOS PROMT ----
c:\>a51 myprogram.a51 NOMOD51 OJ(out.obj)

A51 MACRO ASSEMBLER V7.01 - SN: D1D4U-Q0509E
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2002

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

--- END SNIP FROM DOS PROMT ----

The list file do not specify the type of error. The only indication i have is:
NO OBJECT MODULE REQUESTED

I have tried to drop the OJ flag, but same result.. Anybody have a suggestion?