1
0
mirror of https://github.com/simh/simh.git synced 2026-01-13 07:19:43 +00:00

PDP11: fix disassembly of reg,src instructions

This corrects the disassembly of MUL, DIV, ASH, and ASHC so it works
correctly when the register is not R0.
This commit is contained in:
Paul Koning 2023-12-18 14:33:06 -05:00 committed by Mark Pizzolato
parent a8ff8110e4
commit ee34e29511

View File

@ -379,7 +379,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,
0177700+I_D, 0177400+I_D, 0177700, 0177400,
0177000+I_D, 0177400+I_D, 0177700, 0177400,
0177000, 0177700+I_D, 0177400, 0177400+I_D+I_L
};