• the call to delay subroutine results infinite loop
    I'm using keil uvision 4 and learning programming for AT89s52 , I'm using 12MHZ frequency. I had written a subroutine for a delay of 10 micro sec which is in another file called DELAY.ASM and made...
  • how to make loop (1sec) using djnc ,mov and nop only.
    hi i am jimmy and my problem is very simple but complicated. how to make a loop subroutine for 1 sec +500 microsec or -500 microsec by just using djnc, mov and nop. it is a 8051 problem so kindly...
  • for loop not executing
    Good Day, i am writing a code for a density based traffic light project using for loops for the density part of the system, but my for loops wont execute. the code is attached below.
  • Super loop
    what is Super loop in Embedded systems?
  • For loop...help !
    The following is the code to turn motors in the forward direction (for a robot). The problem is that the motors dont pause for the delay1() which is a 1 sec delay. Instead it goes one turning without...