• Digital clock program using AT892051
    Hi, I'm writing a code for digital clock in Keil C, but I'm not getting the expected results. Can anybody please help me with the program? The code is as follows.. #include <AT892051.H> #include...
  • New at using 89c2051
    Dear all, I am a fresh graduate of Electronics .I have worked on AVR microcontrollers and Microchip bt I have not worked on AT89c2051 and I am new in using KEIL software also so I would like to know...
  • Is this the correct code for Digital clock?
    #include <AT892051.H> #include <stdio.h> #include <intrins.h> sbit PIN_P10=P1^0; /* Character to be transfered through thisbit in parallel*/ sbit PIN_P11=P1^1; /* Clock*/ sbit PIN_P12=P1^2; ...
  • problems with 89c2051 programming in keil
    i m doing a traffic signal project using 89c2051..now when i run my (assembly lang) program it gives two errors in keil... program is as follows>>>(i have marked the lines where i got error) ...