• plz query this program
    #include <At89x52.h> /* special function register declarations */ #include <stdio.h> /* prototype declarations for I/O functions */ void main (void) { /*---------------------------------------...
  • plz query this program
    #include<stdio.h> #include<reg52.h> #define XBYTE ((unsigned char volatile xdata*) 0 unsigned char dummy = 0x55; bit bitValue; void main (void) { bitValue = dummy & 0x40; XBYTE[0x1234]= 0x55; return;...
  • plz query
    sir , My simple program is LCD display using CX 51 is given below. In the program compiling peroid no other errors and warning are occured. But the obj file for those program stored in the microconroller...
  • plz query
    sir in my program xdata initialize strating address from 0x20.These external data equalize to some other variable. The example is unsigned char xdata Dis_data[54] _at_ 0x0200; M_data = xdata (0x200...
  • plz
    how to write a program for COM Port