Skip to main content

IAR Embedded Workbench for RX 5.20

‑‑endian

In this section:
Syntax

‑‑endian={big|b|little|l}

Parameters

big, b

Specifies big-endian as the default byte order for data.

little, l (default)

Specifies little-endian as the default byte order for data.

Description

Use this option to specify the byte order of the generated data. By default, the compiler generates data in little-endian byte order. (Code is always little-endian.).

See also

Byte order.

Caution

Project>Options>General Options>Target>Byte order