| ||||||||
Technical Support Support Resources Product Information | C51: SIGNED BIT FIELD NOT SUPPORTEDInformation in this article applies to:
QUESTIONI have problems using signed bit fields. Are signed bit fields not supported by Keil C51? ANSWERPer ANSI standard, the behavior on bit fields is implementation specific. In Keil C51, bit fields are always unsigned. There is no way to define signed bit fields. Bit fields are inefficient on an 8051. With an 8051, you should use bdata addressable objects. MORE INFORMATION
SEE ALSO
Last Reviewed: Tuesday, August 30, 2005 | |||||||
| ||||||||