• using far for cygnal
    i use cygnal c8051f000 need define memory (const far) i use 3 lach in p1 (74hc573) and one 4mb flash can any help to define far memory to access it ?
  • 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?
  • Far Memory.
    The question is about far memory type. I use 8951RD2. I define: LX51 and AX51, use on-chip XRAM, support far memory type. The on-chip XRAM of RD2 is 1.7Kb. In listing far memory defined...
  • 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 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...