• XBYTE [] Addressing Problem
    HI, How to specify a address while writing to EEPROM in 89c51ED2. It is writing to EEPROM when I give the following code after setting the flags of EECON register. XBYTE[0x0050] = '1';...
  • why dont hav use XBYTE
    sir, Because i have using the XBYTE for particular memory location. But in this program data transfer only through accumulator register. I want data store by using particular memory location.so...
  • Why Keil C51 V7.50 Compliler XBYTE as Such Result?
    /* **************************************************************************************************** * Filename : MAIN.c * Hardware : Philips P89C51RA2BN + M5M81C55P-2 + SN74HC138 * Software :...
  • how to declare a xbyte address in the function's parameter?
    I has defined some xbyte macro,as belows: #define PA XBYTE[0XF100] #define PB XBYTE[0XF200]..... now,i want pass the PA and PB as a parameter of a function, how to declare them in the function...
  • Can't access addresses 0x00 - 0xFF of memory using XBYTE
    I am using the XBYTE macro to access a memory mapped device. The chip select is being handled via another port (P1) to allow the full 64K of addresses to be axcessed. When I read data from the memory...