Fix disassembly of `bt[crs] $Ib,E'.

This commit is contained in:
Bruce Evans 1995-01-29 02:38:15 +00:00
parent d97ce60ae9
commit 15e633f0d9
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id: db_disasm.c,v 1.6 1994/08/13 03:49:35 wollman Exp $
* $Id: db_disasm.c,v 1.7 1994/10/08 22:19:47 phk Exp $
*/
/*
@ -253,7 +253,7 @@ struct inst db_inst_0fbx[] = {
/*b8*/ { "", FALSE, NONE, 0, 0 },
/*b9*/ { "", FALSE, NONE, 0, 0 },
/*ba*/ { "", TRUE, LONG, op2(Is, E), (char *)db_Grp8 },
/*ba*/ { "", TRUE, LONG, op2(Ib, E), (char *)db_Grp8 },
/*bb*/ { "btc", TRUE, LONG, op2(R, E), 0 },
/*bc*/ { "bsf", TRUE, LONG, op2(E, R), 0 },
/*bd*/ { "bsr", TRUE, LONG, op2(E, R), 0 },

View File

@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id: db_disasm.c,v 1.6 1994/08/13 03:49:35 wollman Exp $
* $Id: db_disasm.c,v 1.7 1994/10/08 22:19:47 phk Exp $
*/
/*
@ -253,7 +253,7 @@ struct inst db_inst_0fbx[] = {
/*b8*/ { "", FALSE, NONE, 0, 0 },
/*b9*/ { "", FALSE, NONE, 0, 0 },
/*ba*/ { "", TRUE, LONG, op2(Is, E), (char *)db_Grp8 },
/*ba*/ { "", TRUE, LONG, op2(Ib, E), (char *)db_Grp8 },
/*bb*/ { "btc", TRUE, LONG, op2(R, E), 0 },
/*bc*/ { "bsf", TRUE, LONG, op2(E, R), 0 },
/*bd*/ { "bsr", TRUE, LONG, op2(E, R), 0 },