| |||||
Technical Support Support Resources
Product Information | C51: WARNING 196 (MSPACE PROBABLY INVALID)Information in this article applies to:
QUESTIONWhen trying to compile a C source file, I get the following diagnostic: WARNING 196: MSPACE PROBABLY INVALID ANSWERThis warning is caused by the assignment of an invalid constant value to a pointer. Valid pointer constants are long or unsigned long. The compiler uses 24 bits (3 bytes) for pointer objects. The low-order 16 bits represent the offset. The high-order 8 bits represent the memoryspace selector. MORE INFORMATION
Last Reviewed: Friday, July 15, 2005 | ||||
| |||||