• _at_ keyword
    Hello, We are using _at_ keyword to locate a variable at particular address. We declared the variable as per the description given in Help for the _at_ keyword. The declaration of variable we done...
  • _at_ keyword
    Hi all, How to use _at_ keyword? The varaibles are declared in onchip EEPROM space. (T89C51RD2) Regards.
  • _at_ keyword
    Hello, We are using _at_ keyword to locate a variable at particular address. We declared the variable as per the description given in Help for the _at_ keyword. The declaration of variable we done...
  • _at_ keyword
    Hi all, How to use _at_ keyword? The varaibles are declared in onchip EEPROM space. (T89C51RD2) Regards.
  • Using _at_ keyword.
    Hi, I put a variable in a fixed adress using the _at_ expression, as follow: xdata PSD_REGS PSD8xx_reg _at_ 0x9000; It works fine, now I would like to acess this variable in other souce code...