#TIL that if you are working with an CPU architecture that can work in either little endian (LSB) or big endian (MSB) mode (looking at you here MIPS), and under Linux you execute a binary for the other endian mode don't be expected to see an error along the lines of
#linux #mips
line 1: syntax error: unexpected "("#linux #mips