moa/todo.txt
2021-10-26 12:17:59 -07:00

23 lines
606 B
Plaintext

* make devices nameable, using a hashmap to store them
* can you eventually make the system connections all configurable via a config file?
* make tests for each instruction
* unimplemented: ABCD, ADDX, BFFFO, BFINS, BKPT, CHK, EXG, ILLEGAL, MOVEfromCCR, MOVEP, RTR, RTD, SBCD, SUBX
* >=MC68020 undecoded & unimplemented: CALLM, CAS, CAS2, CHK2, CMP2, RTM, PACK, TRAPcc, UNPK
* add support for MMU
* add support for FPU
* Coprocessor instructions: cpBcc, cpDBcc, cpGEN, cpScc, cpTRAPcc
* how can you have multple CPUs
* should you simulate bus arbitration?
* check all instructions in the docs