• 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
    hi..can any body tell,the expression s=((a/16*10) + (a%16)) belongs to which conversion?????
  • far memory
    Hi All, I wrote the follwing: char far *fp; fp = (long) 0x1e00a5; *fp = 0x89; tmp = *fp; expecting to see value 0x89 at far address 0x1e00a5. on the debugger >D X:0x1e00a5 results...
  • FAR routines
    I use xbanking.a51 code for far pointers, where defined routines (?C?CLDXPTR, ?C?CSTXPTR, ...). When i use FVAR, disassemler show me that linker use C:0x0E35 120572 LCALL C?CLDPTR(C:0572) ...
  • far malloc
    Does anyone know if it is possible to malloc HDATA (far memory) rather than having to use XDATA on a Dallas 390 in continous mode?