From 7d10976e0891b3b7d217bab9d430ccfcc8100bd3 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 3 May 2022 20:51:02 -0400 Subject: [PATCH] Add LINK and UNLINK to `operand_flags`. --- InstructionSets/M68k/Instruction.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InstructionSets/M68k/Instruction.hpp b/InstructionSets/M68k/Instruction.hpp index f53f47ab4..af3704339 100644 --- a/InstructionSets/M68k/Instruction.hpp +++ b/InstructionSets/M68k/Instruction.hpp @@ -275,6 +275,7 @@ template uint8_t ope case Operation::EORItoSR: case Operation::EORItoCCR: case Operation::Bccb: case Operation::Bccw: case Operation::Bccl: case Operation::BSRb: case Operation::BSRw: case Operation::BSRl: + case Operation::UNLINK: return FetchOp1; // @@ -311,6 +312,7 @@ template uint8_t ope case Operation::CMPb: case Operation::CMPw: case Operation::CMPl: case Operation::CMPAw: case Operation::CMPAl: case Operation::CHK: + case Operation::LINKw: return FetchOp1 | FetchOp2; //