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:
Tony Lawrence 2024-06-18 20:21:55 -04:00
parent 8ed26d300b
commit c831460ecb

View file

@ -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[] = {