While executing the following code:
char far * buf; buf=FARRAY(char, 0x8FFF0); printf("%p\r\n",buf); buf+=0x100; printf("%p\r\n",buf);
x:08fff0 x:0800f0
Thanks for the answer. Can you point me where is this behaviour documented (which document, chapter in it)? > Even the compilers for 16-bit platforms often don't fully support objects straddling 64K boundaries, what did you expect from an 8-bit platform? I expexted from Keil to outperform those undecent compilers. :-)