From 2cbf7af7df8d42b42f9c04849472851022c7a0d9 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Sun, 10 Apr 2022 14:55:52 +0200 Subject: [PATCH] comment --- cpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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