Skip to content

Commit

Permalink
PDP11: Fix to fix disassembly #331
Browse files Browse the repository at this point in the history
As discussed in PR#331, the fix needed more fix with the proper
masks array.  This patch completes the fix.
  • Loading branch information
al20878 committed Jul 23, 2024
1 parent 8ed26d3 commit c831460
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PDP11/pdp11_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,7 @@ static const int32 masks[] = {
0177700+I_D, 0177400+I_D, 0177700, 0177400,
0177400, 0177000, 0177000, 0177400,
0177400+I_D+I_L, 0170000, 0177777, 0177777,
0177000+I_D, 0177400+I_D, 0177700, 0177400,
0177000, 0177700+I_D, 0177400, 0177400+I_D+I_L
0177000, 0177400+I_D, 0177400, 0177400+I_D+I_L
};

static const char *opcode[] = {
Expand Down

0 comments on commit c831460

Please sign in to comment.