This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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;
}




This program doesnt execute. plz query this program immediately.In the memory location the acc value is 0x55.



Parents
  • it is advisable that you spend some time learning,
    NO, it is required

    You are asking a question when you are not even qualified to ask

    There is the most fundamental PCidiotic error in your scribbles.

    You need to understand the most basic conceprt before going even the small step you ask about.

    Erik

Reply
  • it is advisable that you spend some time learning,
    NO, it is required

    You are asking a question when you are not even qualified to ask

    There is the most fundamental PCidiotic error in your scribbles.

    You need to understand the most basic conceprt before going even the small step you ask about.

    Erik

Children
No data