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.
I am using µVision3 V3.62a keil.How can i generate assembly file.I tried -S ,--asm options..i got Unrecognized option -S or --asm error..I want to view aeembly file of my c file....please help me..
For generating .o file i am using,
main.o:main. c $(ARMCC) --thumb -S --device DARMP -g -O0 --apcs=interwork -I "C:\Keil\ARM\ INC\Philips" -J "C:\Keil\ARM\ RV31\INC" -o "main.o" --omf_browse "main.crf" --depend "main.d" "main.c"
You will have to run the simulator/debugger and look at the disassembled code.