diff --git a/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm b/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm index 9908bd9ee..d1f13593e 100644 --- a/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm +++ b/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm @@ -175,6 +175,11 @@ template NSString *operand(Preinstruction instruction) { case Operation::NEGw: instruction = @"NEG.w"; break; case Operation::NEGl: instruction = @"NEG.l"; break; + case Operation::ASLb: instruction = @"ASL.b"; break; + case Operation::ASLw: instruction = @"ASL.w"; break; + case Operation::ASLl: instruction = @"ASL.l"; break; + case Operation::ASLm: instruction = @"ASL.w"; break; + /* TODO: