SW006015 Microchip Technology, SW006015 Datasheet - Page 94

C COMPILER MPLAB C32

SW006015

Manufacturer Part Number
SW006015
Description
C COMPILER MPLAB C32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheets

Specifications of SW006015

Supported Families
PIC32MX5, MX6, And MX7
Core Architecture
PIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC32 MCUs
Tool Function
Compiler
Supported Devices
PIC32 MCUs
Tool Type
Compiler
Processor Series
PIC32
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
A.8
DS51686A-page 90
INTEGERS
®
ISO Standard:
Implementation:
ISO Standard:
Implementation:
ISO Standard:
Implementation:
ISO Standard:
Implementation:
ISO Standard:
Implementation:
ISO Standard:
Implementation:
ISO Standard:
Implementation:
ISO Standard:
“The value of an integer character constant containing more than
one character or containing a character or escape sequence that
does not map to a single-byte execution character (C90 6.1.3.4,
C99 6.4.4.4).”
The compiler determines the value for a multi-character character
constant one character at a time. The previous value is shifted left
by eight, and the bit pattern of the next character is masked in. The
final result is of type int. If the result is larger than can be
represented by an int, a warning diagnostic is issued and the value
truncated to int size.
“The value of a wide character constant containing more than one
multibyte character, or containing a multibyte character or escape
sequence not represented in the extended execution character set
(C90 6.1.3.4, C99 6.4.4.4).”
See previous.
“The current locale used to convert a wide character constant
consisting of a single multibyte character that maps to a member
of the extended execution character set into a corresponding wide
character code (C90 6.1.3.4, C99 6.4.4.4).”
LC_ALL
“The current locale used to convert a wide string literal into
corresponding wide character codes (C90 6.1.4, C99 6.4.5).”
LC_ALL
“The value of a string literal containing a multibyte character or
escape sequence not represented in the execution character set
(C90 6.1.4, C99 6.4.5).”
The binary representation of the characters is preserved from the
source character set.
“Any extended integer types that exist in the implementation (C99
6.2.5).”
There are no extended integer types.
“Whether signed integer types are represented using sign and
magnitude, two's complement, or one's complement, and whether
the extraordinary value is a trap representation or an ordinary
value (C99 6.2.6.2).”
All integer types are represented as two’s complement, and all bit
patterns are ordinary values.
“The rank of any extended integer type relative to another
extended integer type with the same precision (C99 6.3.1.1).”
© 2007 Microchip Technology Inc.

Related parts for SW006015