PDP11: Fix to fix disassembly #331
As discussed in PR#331, the fix needed more fix with the proper masks array. This patch completes the fix.
This commit is contained in:
parent
8ed26d300b
commit
c831460ecb
1 changed files with 1 additions and 2 deletions
|
@ -376,8 +376,7 @@ static const int32 masks[] = {
|
||||||
0177700+I_D, 0177400+I_D, 0177700, 0177400,
|
0177700+I_D, 0177400+I_D, 0177700, 0177400,
|
||||||
0177400, 0177000, 0177000, 0177400,
|
0177400, 0177000, 0177000, 0177400,
|
||||||
0177400+I_D+I_L, 0170000, 0177777, 0177777,
|
0177400+I_D+I_L, 0170000, 0177777, 0177777,
|
||||||
0177000+I_D, 0177400+I_D, 0177700, 0177400,
|
0177000, 0177400+I_D, 0177400, 0177400+I_D+I_L
|
||||||
0177000, 0177700+I_D, 0177400, 0177400+I_D+I_L
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *opcode[] = {
|
static const char *opcode[] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue