diff options
author | Nick Clifton <nickc@redhat.com> | 1998-06-09 21:30:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-06-09 21:30:56 +0000 |
commit | c36224ac5acf470603dcf0af63a3714fd634fc6d (patch) | |
tree | c9936229d915b45155be17a577f0c28960a48b35 /opcodes/arm-opc.h | |
parent | fadce6f6964a3b68c8ce3c7963c432b43935217d (diff) | |
download | gdb-c36224ac5acf470603dcf0af63a3714fd634fc6d.zip gdb-c36224ac5acf470603dcf0af63a3714fd634fc6d.tar.gz gdb-c36224ac5acf470603dcf0af63a3714fd634fc6d.tar.bz2 |
Disassemble 'add rX, rY, #0' as 'mov rX, rY'.
Diffstat (limited to 'opcodes/arm-opc.h')
-rw-r--r-- | opcodes/arm-opc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/arm-opc.h b/opcodes/arm-opc.h index 4399137..f49298f 100644 --- a/opcodes/arm-opc.h +++ b/opcodes/arm-opc.h @@ -173,6 +173,7 @@ static struct thumb_opcode thumb_opcodes[] = { /* Thumb instructions */ {0x46C0, 0xFFFF, "nop\t\t\t(mov r8,r8)"}, /* format 5 instructions do not update the PSR */ + {0x1C00, 0xFFC0, "mov\t%0-2r, %3-5r\t\t(add %0-2r, %3-5r, #%6-8d)"}, /* format 4 */ {0x4000, 0xFFC0, "and\t%0-2r, %3-5r"}, {0x4040, 0xFFC0, "eor\t%0-2r, %3-5r"}, |