• 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...
  • '_at_' command
    Hi guys! How can I compile codes with '_at_' command ? i mean with a C166 compiler, the previous guy had did the compilation using a C51 compiler but I need to compile it using C166 instead. thanks...
  • _at_ keyword
    Hi all, How to use _at_ keyword? The varaibles are declared in onchip EEPROM space. (T89C51RD2) Regards.
  • _at_ problem
    How can I set default value for code base variable at located absolute memory? In Franklin C51: at 0x00F0 code BYTE verMajor = 1; Please Help....
  • _at_ for C166 ?
    Hello, is for C166 compiler also the instruction _at_ as with 8051 compilers to the direct address assignment? Rgds, Peter