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

Names in Disassembly window

Hi, I run Myfile.hex from Debuger. Can i see LCALL Name_procedure_1 for example, instead of LCALL C:0x1345 ? Prompt please. How to make it ? Thanks.

Parents
  • A .hex file does not contain any debug information - it is purely the executable.

    For debug information, you need the Linker's Absolute Object output file - and, of course, you must have enabled debug information in your Project settings

Reply
  • A .hex file does not contain any debug information - it is purely the executable.

    For debug information, you need the Linker's Absolute Object output file - and, of course, you must have enabled debug information in your Project settings

Children
No data