summaryrefslogtreecommitdiff
path: root/todo.md
blob: 1dabd4f881853a2d3d3cbaa64c1eb82612c3073a (plain)
1
2
3
4
5
6
7
8
9
# TODO

- Implement RAM symbol mapping from raw addresses found in the instructions like
  LEA, MOVE and address arithmetic instructions. Basically any direct RAM
  address accessed directly may be mapped as symbol. A hashmap is most like
  necessary for this.
- Implement CLI option that can be used to specify regions of RAM and IO
  registers. Custom ROM location and size is still not the case, only 4MiB at
  the base `0x00000000` is supported and it remains.