diff --git a/InstructionSets/68k/Instruction.hpp b/InstructionSets/68k/Instruction.hpp index 022007631..4193ea9d5 100644 --- a/InstructionSets/68k/Instruction.hpp +++ b/InstructionSets/68k/Instruction.hpp @@ -203,7 +203,7 @@ enum class AddressingMode: uint8_t { /// # ImmediateData = 0b01'100, - /// .q; value is provided as the corresponding 'reg'. + /// .q; value is embedded in the opcode. Quick = 0b11'110, };