Files
Andrew Burgess 77be725744 opcodes/mips: disassemble unknown micromips instructions as two shorts
Before commit:

  commit 2438b771ee07be19d5b01ea55e077dd8b7cef445
  Date:   Wed Nov 2 15:53:43 2022 +0000

      opcodes/mips: use .word/.short for undefined instructions

unknown 32-bit microMIPS instructions were disassembled as a raw
32-bit number with no '.word' directive.  The above commit changed
this and added a '.word' directive before the 32-bit number.

It was pointed out on the mailing list, that for microMIPS it would be
better to display such 32-bit instructions using a '.short' directive
followed by two 16-bit values.

This commit updates the mips disassembler to do this, and adds a new
test that validates this output.
2023-02-13 12:05:32 +00:00
..
2018-09-15 16:56:55 +09:30
2018-09-15 16:56:55 +09:30
2018-09-15 16:56:55 +09:30
2019-01-08 14:58:03 +00:00
2020-06-30 08:56:14 -07:00
2020-11-20 14:06:14 +00:00
2020-08-14 21:29:57 +09:30
2023-01-02 14:03:22 +10:30
2022-05-18 13:15:22 +01:00
2018-09-15 16:56:55 +09:30
2023-01-31 15:18:04 +10:30
2018-09-15 16:56:55 +09:30
2018-09-13 09:09:15 -07:00
2022-11-04 16:47:43 -07:00
2021-02-17 16:57:59 +10:30
2021-02-17 16:57:59 +10:30
2021-02-17 16:57:59 +10:30
2020-08-28 17:23:24 +08:00
2018-09-15 16:56:55 +09:30
2018-09-15 16:56:55 +09:30
2018-09-15 16:56:55 +09:30
2018-09-15 16:56:55 +09:30
2019-05-14 16:16:56 +01:00