n64js/TODO.md
2023-09-23 22:17:54 +01:00

267 B

TODO

General

  • Persist disassembly labels across sessions?
  • Get rid of the readU32() stubs which just do readS32()>>>0.

CPU

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