diff options
Diffstat (limited to 'todo.md')
-rw-r--r-- | todo.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,8 +1,11 @@ # TODO +- Add support for `ELF` and `DWARF` formats to split an `ELF` file into multiple + original assembly files. These files may not be assembly files originally, but + they will become after decompilation. - 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 + address accessed directly may be mapped as symbol. A hashmap is most likely 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 |