261 =1 void FramRead(U8 IFRCpage, unsigned char xdata * xdata IFRCstore); *** WARNING C258 IN LINE 261 OF MCDEFS.H: 'IFRCstore': mspace on parameter ignored
I don't believe you can specify the mspace for individual parameters. http://www.keil.com/support/man/docs/c51/c51_le_funcdecls.htm http://www.keil.com/support/man/docs/c51/c51_le_memmodelspec.htm void FramRead(U8 IFRCpage, unsigned char xdata *IFRCstore) large; But then IFRCpage will be in xdata too.