Dear All: Could any one tell me What's the different between (xdata int p) and (int xdata p)? Thanks
No difference. The form "int xdata p" is preferred because it looks more like other C versions implement non-standard attributes. The form xdata int p exists for compatibility with earlier Keil C51 versions.
This is in the manual. Have you read it?