comment
This commit is contained in:
parent
15e0b95017
commit
2cbf7af7df
1 changed files with 1 additions and 1 deletions
2
cpu.cpp
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue