• 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...
  • Auto define Memory Class range
    Hi, I am using “Linker Control File” to create MEMORY CLASS using the following directive, CLASSES( HCONST_EeSet1 (0xC00000-0xC003FF), HCONST_EeSet2 (0xC00400-0xC004FF), HCONST_EeSet3 (0xC00500...
  • 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...
  • 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.
  • external flash memory ranges
    I am writing the flash programmer. Flash memory 128K connected to uP via CS0. Did somebody know which address ranges flash occupyes in memory space of uP?