1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 19:17:52 +00:00

Switch shift/roll semantics to reduce extension words and for sanity generally.

37 failures.
This commit is contained in:
Thomas Harte
2023-09-27 16:40:34 -04:00
parent 638f3d3a53
commit 2d882d2153
3 changed files with 15 additions and 8 deletions
-2
View File
@@ -390,8 +390,6 @@ std::pair<int, typename Decoder<model>::InstructionT> Decoder<model>::decode(con
case 0xd0: case 0xd1:
ShiftGroup();
source_ = Source::Immediate;
operand_ = 1;
break;
case 0xd2: case 0xd3:
ShiftGroup();