We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Can anyone tell me why the following code for the C167 will place the pointer in either the NDATA0 class or the XDATA0 class depending on which line is uncommented? typedef struct { short type; } DIR_ENTRY; typedef DIR_ENTRY xhuge * DIR_PTR; //DIR_PTR test1; // Pointer placed in the XDATA0 class. DIR_ENTRY xhuge * test1; // Pointer placed in the NDATA0 class. I am using version 4.06 of the compiler. Thanks.
Oops, Well, I'm just friggin losing my mind. I shoulda noticed that this was a C166 questions. Normally, I'm perfect and make no mistakes! :-p The manuals for the C166 tools can be downloaded from the Evaluation Software page at: http://www.keil.com/demo/eval/c166.htm The file named DOC166... is the documentation file. It's kinda big (3M or so). Jon :-)
Apparently even the great ones slip occasionally. :-{))