• A51: Single step though include
    I have some existing 8051 assembly that includes source routines from other files using $INCLUDE . When I try to single step through the code in the included file with the simulator it skips over the...
  • cannot single-step on simulator & target board
    hi, When I start a debug session in µVision4, the program is downloaded correctly, follow is what i saw in disassembly window: 91: LDR R0, =SystemInit 0x10001BEC 481D LDR r0,[pc,#116] ; @0x10001C64...
  • Single step does not work
    Hi. I have a problem with debugger (simulator) in Keil uVision. I try to preview a variables in debugger (Debug->Start/Stop debug session). I added my variable which I want to preview to Watch 1 but...
  • Single step execution of Program
    Hello all, Well is it possible to execute a program residing inside 89c5x to be executed in single steps with the help of a key.That is when the key is pressed only one is executed. Ex Prg: Addr...
  • single step into an interrupt routine
    Is there a way to prevent the debugger from single stepping into an interrupt routine. To disable interrupts help but it is awkward.