We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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,