• far variable in expression (MX)
    Hallo, I was working to find the cause of "far variable in expression producing wrong result". Now I modified the previous test program and checked the assembler code generated. Here is my C program...
  • far variable in expression (MX)
    Hallo, I was working to find the cause of "far variable in expression producing wrong result". Now I modified the previous test program and checked the assembler code generated. Here is my C program...
  • maybe bug: far argument to printf fails
    Hallo, I may have hit a bug in CX51 Ver 7.06. If a far variable is passed as an argument to printf function; it fails. I wrote this program: #include <Philips\reg51m.h> #include <stdio.h> ...
  • maybe bug: far argument to printf fails
    Hallo, I may have hit a bug in CX51 Ver 7.06. If a far variable is passed as an argument to printf function; it fails. I wrote this program: #include <Philips\reg51m.h> #include <stdio.h> ...
  • Does debugger show far * variables correctly?
    Using v6.22, in Dallas Contiguous mode, I created the following simple program: #include <absacc.h> void main(void) { unsigned char far *a; unsigned char far *b; a = FARRAY(unsigned char, 0x7FEDC...