windfish
windfish copied to clipboard
A tracing disassembler & UI for Gameboy ROMs — integrated with Sameboy for emulation & debugging.
This will enable larger structural organization of the disassembly. One way to do this would be to allow a filename to be associated with a function. Doing so would cause...
When clicking between files, the scroll position from the previous file propagates to the selected file, which is unexpected. Scroll positions should be maintained on a per-file basis and restored...
When an instruction can be inferred as having multiple types, this should be surfaced in the UI as a "fixit"-style suggestion to select one of the types as the preferred...
It's currently only possible to search within a single source file.
E.g. `main.else_01_0245:` shouldn't interrupt the scope line for `main`.
Right now it always assumes the selected bank is $01, which isn't necessarily accurate. If the selected bank isn't explicitly known, then it should be indicated as such in the...
This primarily affects macros, which almost always end up representing more than three bytes of information.
The viewport gets reset to bank 0 at the top rather than staying fixed to the current view. A related bug is that if the bank being debugged is not...