 | CARM User's Guide Discontinued |  |
|
|
| BIGENDIAN Compiler Directive| Abbreviation | BE | | Arguments | None. | | Default | Little endian code generation. | | µVision | Options — Target — Big Endian. | | Description | The BIGENDIAN directive instructs the compiler to generate code for big endian CPU configuration. By default, the compiler generates code for little endian. Note - Many devices cannot be configured for big endian mode.
| | Example |
CA SAMPLE.C BIGENDIAN
#pragma be
|
|
|