From a7e8aef9d36a645bb11720cf3846c868ec718c25 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 24 May 2022 11:30:09 -0400 Subject: [PATCH] Add MOVEA, be slightly more careful about next_operand_. --- .../Implementation/68000Mk2Implementation.hpp | 17 ++++++++++------- .../68000Mk2/Implementation/68000Mk2Storage.hpp | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp index 98ca9d4e1..8ef1ac652 100644 --- a/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp +++ b/Processors/68000Mk2/Implementation/68000Mk2Implementation.hpp @@ -20,7 +20,7 @@ namespace MC68000Mk2 { // TODO: BERR, interrupt inputs, etc; and obeying the trace flag. // Also, from Instruction.hpp: // -// MOVEAw, MOVEAl +// TRAP, TRAPV // // Not provided by a 68000: Bccl, BSRl @@ -585,7 +585,9 @@ void Processor