• Atmel 89c52 exit from the program after few minutes...pls help
    Hello everybody..I am facing problem while am run the following program on Atmel 89c52.Actualy am running a stepper motor using STK-672-040 ,Every time i power on the circuit all working fine but after...
  • Atmel 89c52 exit from the program after few minutes...pls help
    Hello everybody..I am facing problem while am run the following program on Atmel 89c52.Actualy am running a stepper motor using STK-672-040 ,Every time i power on the circuit all working fine but after...
  • help understanding a few lines of code
    hey so I'm having some trouble understand 3 fairly simple lines of code configuring some port D pins i know somehow they are supposed to make pins 0-3 and 8-15 as 2MHz low speed outputs with a pull-up...
  • asembly prog is not working
    RAM location 47 to 52 have data 1,2,3,4,5,6 average to be taken and result in reg r3 mov r1,#06h Counter mov b,#06h Divisor mov r0,#47h mov a,@ro L1 add a,@r0 inc r0 djnz r1,L1 div ab mov...
  • Asembly code in C
    Hi......... can anyone tell me how can i insert a few assembly instructions in a C code