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 is there a disassembler in keil... actually i wan to know if i give a hex file to keil software is there any provision to convert it to assembly code?
Yes, it has a disassembler. But not a super-smart multi-pass disasembler but the simple kind used when viewing a block of raw code space in the debugger.
Loading a hex file into a processor and then single-stepping while viewing the CPU window would allow you to see assembler instructions - or possibly not depending on license.
thanks for the reply..so if i am having a hex code with me, what i have to do to get it converted to hex code in keil... detailed step process
If you have some hex then it's already in hex.
How about you check out the documentation available on this site, and dare to experiment a bit on your own?
Learn Assembler Purchase IDA Disassembler Review documentation, and app notes Apply knowlegde
This, for example: http://www.keil.com/support/man/docs/uv4/uv4_cm_unassemble.htm
#Please read the manual