 | AARM User's Guide Discontinued |  |
|
|
| BIGENDIAN Assembler Directive| Abbreviation | BE | | Arguments | None. | | Default | Code is generated for little endian. | | µVision | Options — Target — Big Endian. | | Description | The BIGENDIAN directive instructs the assembler to generate code for big endian CPU configuration. By default, the assembler generates code for little endian. Note - Many devices cannot be configured for big endian mode.
| | See Also | LITTLEENDIAN | | Example |
AA SAMPLE.ASM BIGENDIAN
#pragma be
|
|
|