[GXemul-users] endianness when loading raw files
Status: Alpha
Brought to you by:
gavare
From: ew <la...@tf...> - 2009-02-19 07:02:54
|
Is there a way to specify the endianness when loading a raw file ? I.e., loading a LE elf file via gxemul-0.4.7.x/gxemul -v -V -E testmips -C 4KEc test.elf works, while loading the raw binary (created via objdump -o binary) via gxemul-0.4.7.x/gxemul -v -V -E testmips -C 4KEc 0x80400000:test.bin does not work because the default mode seems to be big endian. |