mirror of
https://github.com/open-simh/simh.git
synced 2026-01-27 12:42:45 +00:00
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:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user