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