From d2f6ce6ac289c14bc476306a303d8d27793dac06 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 6 Apr 1996 00:14:04 +0000 Subject: [PATCH] * h8300-dis.c (bfd_h8_disassemble): Use "bit" for L_3 immediates, not "abs", which may be needed for the absolute in something like btst #0,@10:8. Print L_3 immediates separately from other immediates. Change ABSMOV reference to ABS8MEM. One day we'll actually disassemble btst #0,@10:8 correctly... But not yet. hmse. --- opcodes/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5bfbf2d2cb5..995fe478894 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +Fri Apr 5 17:12:27 1996 Jeffrey A Law (law@cygnus.com) + + * h8300-dis.c (bfd_h8_disassemble): Use "bit" for L_3 immediates, + not "abs", which may be needed for the absolute in something + like btst #0,@10:8. Print L_3 immediates separately from other + immediates. Change ABSMOV reference to ABS8MEM. + Wed Apr 3 10:40:45 1996 Doug Evans * sparc-dis.c (opcodes_initialized): Move inside print_insn_sparc. -- 2.30.2