mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* h8300-dis.c (bfd_h8_disassemble): Don't set plen for
3bit immediate operands. So we disassemble bXXX #IMM,@ADDRESS insns correctly.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jul 11 11:58:44 1996 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* h8300-dis.c (bfd_h8_disassemble): Don't set plen for
|
||||||
|
3bit immediate operands.
|
||||||
|
|
||||||
Tue Jul 9 10:55:20 1996 Ian Lance Taylor <ian@cygnus.com>
|
Tue Jul 9 10:55:20 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* Released binutils 2.7.
|
* Released binutils 2.7.
|
||||||
|
@ -243,7 +243,6 @@ bfd_h8_disassemble (addr, info, mode)
|
|||||||
}
|
}
|
||||||
else if (looking_for & L_3)
|
else if (looking_for & L_3)
|
||||||
{
|
{
|
||||||
plen = 3;
|
|
||||||
bit = thisnib;
|
bit = thisnib;
|
||||||
}
|
}
|
||||||
else if (looking_for & L_2)
|
else if (looking_for & L_2)
|
||||||
|
Reference in New Issue
Block a user