Previous 199869 Revisions Next

r21660 Wednesday 6th March, 2013 at 19:35:25 UTC by smf
not sure if we need big and little endian versions of disassemblers, but there already were some. this name is too long to fit and be meaningful (nw)
[src/tools]unidasm.c

trunk/src/tools/unidasm.c
r21659r21660
232232   { "arm_be",     _32be,  0, CPU_DISASSEMBLE_NAME(arm_be) },
233233   { "arm7",       _32le,  0, CPU_DISASSEMBLE_NAME(arm7arm) },
234234   { "arm7_be",    _32be,  0, CPU_DISASSEMBLE_NAME(arm7arm_be) },
235   { "arm7thmbbe", _16be,  0, CPU_DISASSEMBLE_NAME(arm7thumb_be) },
236235   { "arm7thumb",  _16le,  0, CPU_DISASSEMBLE_NAME(arm7thumb) },
236   { "arm7thumbb", _16be,  0, CPU_DISASSEMBLE_NAME(arm7thumb_be) },
237237   { "asap",       _32le,  0, CPU_DISASSEMBLE_NAME(asap) },
238238   { "avr8",       _16le,  0, CPU_DISASSEMBLE_NAME(avr8) },
239239   { "ccpu",       _8bit,  0, CPU_DISASSEMBLE_NAME(ccpu) },

Previous 199869 Revisions Next


© 1997-2024 The MAME Team