diff --git a/cpu.cpp b/cpu.cpp index 28ddfa4..9d3b523 100644 --- a/cpu.cpp +++ b/cpu.cpp @@ -1086,7 +1086,7 @@ bool cpu::single_operand_instructions(const uint16_t instr) } case 0b00110101: { // MFPD/MFPI - // always words: word_mode-bit is to select between MTPI and MTPD + // always words: word_mode-bit is to select between MFPI and MFPD assert(!word_mode); // TODO // calculate address in current address space