• char xdata *pointer _at_ postion : absolute illegal specifier
    Hi Why does this declaration not work: char xdata *pointer _at_ postion; but this one works: char xdata array[1] _at_ postion; Should be theoretically the same, or not? Thanks Egon...
  • char xdata *pointer _at_ postion : absolute illegal specifier
    Hi Why does this declaration not work: char xdata *pointer _at_ postion; but this one works: char xdata array[1] _at_ postion; Should be theoretically the same, or not? Thanks Egon...
  • Specifying Absolute location for more than one array
    Hi, I need to specify absolute location(in code memory) for more than one array, I was successful in implementing for one array as mentioned in Cx51 compilers guide(using BL51 Locate). What are the...
  • Specifying Absolute location for more than one array
    Hi, I need to specify absolute location(in code memory) for more than one array, I was successful in implementing for one array as mentioned in Cx51 compilers guide(using BL51 Locate). What are the...
  • illegal word operand
    the code in asm -5 0000018A D4500200 MOV R5,[R0+#0x0002] -4 0000018E 0000 ADD R0,R0 -3 00000190 0000 ADD R0,R0 -2 00000192 8A370800 JB 0xFD6E.0,0x0001A6 -1 00000196 04000100 ADD DPP0:0x0001,DPP0...