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)
This commit is contained in:
parent
91e3528e48
commit
7d50e2df77
@ -232,8 +232,8 @@ static const dasm_table_entry dasm_table[] =
|
||||
{ "arm_be", _32be, 0, CPU_DISASSEMBLE_NAME(arm_be) },
|
||||
{ "arm7", _32le, 0, CPU_DISASSEMBLE_NAME(arm7arm) },
|
||||
{ "arm7_be", _32be, 0, CPU_DISASSEMBLE_NAME(arm7arm_be) },
|
||||
{ "arm7thmbbe", _16be, 0, CPU_DISASSEMBLE_NAME(arm7thumb_be) },
|
||||
{ "arm7thumb", _16le, 0, CPU_DISASSEMBLE_NAME(arm7thumb) },
|
||||
{ "arm7thumbb", _16be, 0, CPU_DISASSEMBLE_NAME(arm7thumb_be) },
|
||||
{ "asap", _32le, 0, CPU_DISASSEMBLE_NAME(asap) },
|
||||
{ "avr8", _16le, 0, CPU_DISASSEMBLE_NAME(avr8) },
|
||||
{ "ccpu", _8bit, 0, CPU_DISASSEMBLE_NAME(ccpu) },
|
||||
|
Loading…
Reference in New Issue
Block a user