mirror of
https://github.com/hulkholden/n64js.git
synced 2025-04-02 10:51:54 -04:00
10 lines
No EOL
267 B
Markdown
10 lines
No EOL
267 B
Markdown
# 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; |