n64js/TODO.md
Paul Holden 85dc4ffd23 Remove all the signed versions of memory read accessors and just do this as needed in memaccess.
This avoids a lot of duplication and opportunities for bugs (e.g. failing to override correctly)
2024-01-07 10:13:09 +00:00

205 B

TODO

General

  • Persist disassembly labels across sessions?

CPU

  • LDL and SDR - Final mask shouldn't be needed - BigInt bug? const result = ((reg & ~(mask << shift)) | (mem << shift)) & mask;