• 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...
  • 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...
  • 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...
  • 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...
  • Could the MDK-LITE 5.38.0.0 Disassembly window be faulty?
    I write and compile the assembly command below. ADCNE R0, R1 I see this line in debug windows like below. (The ADC command should not have a suffix S .) IT NE ADC S R0, R1 The S suffix to the...