• plz query this program
    #include<stdio.h> #include<reg52.h> #define XBYTE ((unsigned char xdata*) 0 unsigned char dummy = 0x55; bit bitValue; void main (void) { bitValue = dummy & 0x40; %% XBYTE [0x1234] = 0x55;...
  • 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 <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 xdata*) 0 unsigned char dummy = 0x55; bit bitValue; void main (void) { bitValue = dummy & 0x40; %% XBYTE [0x1234] = 0x55;...
  • 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...