• Only debug in disassembly
    Hi I am new to Keil and ARM, right now I am working with an ADuC7026 microcontroller. I have included in my project a main.c and the aduc702x.s startup file but when I try to debug it, it only steps...
  • Disassembly Window
    I am currently trying to debug a program using dscope attached to a target running mon51. The problem I am having is that when I try and step through the program the disassembly window opens and it steps...
  • UTF8 encoding in disassembly window
    The only way I know to write (and read) non-English (cyrillic in my case) text in .c and .h files is to encode them in UTF8 and set apropriate font. But if I go to disassembly window I see my cyrillic...
  • Disassembly file with functions and their instructions only.
    Is there a possibility to use *fromelf* or any other tool to generate a disassembly file from elf file but with function names and their instructions only? Something similar to the following format: ...
  • 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.