Sorry, on the first part I can't help you.

> static data unsigned char at 0x100 *out_ptr;
Without any try I think the "at" should be placed between the type and the 
symbol:

static data unsigned char * at 0x100 out_ptr;

HTH, Bodo


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Sdcc-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to