emustudio / edigen

Emulator Disassembler Generator
GNU General Public License v3.0
4 stars 0 forks source link

Do not specify endianness as command line argument #9

Closed sulir closed 12 years ago

sulir commented 12 years ago

Specifying the Big / Little Endian for disassembler in the command line arguments seemed as a good idea at first. But the endianness is an integral property of a processor, not something which can be accidentally changed by forgetting to use a command line switch during a compilation.

vbmacher commented 12 years ago

Agree very much.

sulir commented 12 years ago

Endianness can be now changed in a disassembler template file. The default is Little Endian.