• 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...
  • 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; ...
  • Digital clock program using 89C2051
    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...
  • I'm going slightly mad.... :-) :-)
    Example from Keil: FarMemory, 16MB RAM on ADuC812 Add this declaration before void main (void): far long xyz, ghi ; long abc, def, jkl, mno; Add this in the endless loop: while (1) { abc...