diff --git a/InstructionSets/68k/Decoder.cpp b/InstructionSets/68k/Decoder.cpp index 28735d6d2..2d8680fb4 100644 --- a/InstructionSets/68k/Decoder.cpp +++ b/InstructionSets/68k/Decoder.cpp @@ -372,11 +372,12 @@ template Preinstruction Predecoder::decode(ui AddressingMode::ImmediateData, 0); // - // MARK: SWAP + // MARK: SWAP, EXTbtow, EXTwtol // // b0–b2: a data register. // case OpT(Operation::SWAP): + case OpT(Operation::EXTbtow): case OpT(Operation::EXTwtol): return Preinstruction(operation, AddressingMode::DataRegisterDirect, ea_register);