What do the following lines do? Generaly not specificaly.
What do the terms mean/and or do? 1) xdata * xdata mean? 2) s_pSIN = (MASTER_2_AFPU*)&s_SIN;
static xdata uchar s_SIN[sizeof(MASTER_2_AFPU)]; static MASTER_2_AFPU xdata * xdata s_pSIN = (MASTER_2_AFPU*)&s_SIN;
Do you have a referance for xdata?
This is a piece of contracted software that I suspect that the authors purposely making it obscure what are your thoughts? I appreciate your answer thank you very much.
This is a piece of contracted software that I suspect that the authors purposely making it obscure what are your thoughts?
"Don't attribute to malice what can properly be explained with negligence."
It's not all that obscure - if the author really wants to obscure the code, then he's doing a really poor job at it.
It looks more like whoever wrote this is single-mindedly following conventions without considering if they make sense in the current context.
What kind of reference ? What the keyword xdata does ? That is explained, in great detail and with examples, in the C51 compiler manual.