> If an assembler is configured as the little endian mode > for both the host (Linux) and the target, and the binary > code expected should looks like The endianness of the *host* should be irrelevent. The target doesn't care how the host interprets data, nor should the programmer. Display the data in a way that makes sense for the target, and ignore the host endianness.