Closed GoogleCodeExporter closed 9 years ago
Have a look at the NATIVE_POINTERS option. It's an experimental feature which
may do
exactly what you want.
Original comment by zik.sale...@gmail.com
on 4 Oct 2009 at 3:20
the problem is how to tell picoC to setup a pointer: it needs something to
interpret this
pdevice_bytetype xdata *pdevice_byte = (char xdata *) device_addr;
how to do do ?
Original comment by flameman...@gmail.com
on 6 Oct 2009 at 3:23
Another user has reported a bug in native pointers. See bug #54.
Original comment by zik.sale...@gmail.com
on 6 Oct 2009 at 7:55
See bug #54 is similar to the bug i pointed out
picoC is bugged about
1) char byte addressing
2) endianess (issues with bigendian machines)
ok, but what i am asking here is: could you implement something to handle
pointer
assignment ? could you show how ?
i'd like to invoke picoC and see it pretty able to understand
pdevice_bytetype xdata *pdevice_byte = (char xdata *) device_addr;
Original comment by flameman...@gmail.com
on 6 Oct 2009 at 8:17
Original issue reported on code.google.com by
flameman...@gmail.com
on 14 Sep 2009 at 8:41