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

c51 - control directives problem (SRC, CODE, etc)


Hi guys,
I have been reading the pdf files that come with uVision2. The one that I was reading is the users Manual for c51 compiler. It says that you cannot create .SRC file and .OBJ in one compilation...it has to be either one but not both.

I found that if you put brackets around the directive it is able to produce .OBJ and .SRC at the same time. This is my command line:
c51 asample1.c debug code symbols preprint (src)

1) What do you know about the above ?

2) How can I see the complete dissasembly of the compiled program since the .LST file is not detailed enough for me (it doesn't include all of the code that c51 adds automatically) ?

thanks,