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

assembly code to hex

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?

Parents
  • 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.

Reply
  • 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.

Children