Previous Topic Next topic Print topic


UNALIGNED

Abbreviation: UNAL

UNALIGNED is a data type attribute that controls the storage boundary of data.

UNALIGNED is an optional part of the data type specification. Its presence allows the Compiler to align the data at the next available bit or byte, rather than on implementation-defined storage boundaries. This can reduce storage requirements.

Previous Topic Next topic Print topic