--endian
In this section:
Syntax
--endian {b|l} Parameters
bSpecifies big-endian as the default byte order for data.
l(default)Specifies little-endian as the default byte order for data.
For use with
All C-SPY drivers.
Description
Use this option to specify the byte order of the generated data. (Code is always little-endian.)
See also
Caution
Project>Options>General Options>Target>Byte order