• expression with far variable fails (in MX)
    Hallo, now I have another serius problem. For your information, I use: Cx51 Ver 7.06 Philips / 89C669 An expression which involves a far variable does not produce correct result. Here is my...
  • expression with far variable fails (in MX)
    Hallo, now I have another serius problem. For your information, I use: Cx51 Ver 7.06 Philips / 89C669 An expression which involves a far variable does not produce correct result. Here is my...
  • 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...
  • 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...
  • Expression
    hi..can any body tell,the expression s=((a/16*10) + (a%16)) belongs to which conversion?????