| MathOnNapkins Member Level: 14 Posts: 28/29 EXP: 11307 For next: 1764 Since: 12-17-07 Since last post: 11.5 years Last activity: 10.7 years |
|
||
|
(cross posted from RHDN) Imporant: While it could be used by a novice SNES 65c816 hacker, this set of tools is primarily aimed at experienced users that are jaded with the SNES debugging status quo Advent is a plugin for Notepad++ that bridges the gap between the textual aspect of coding assembly language for the SNES and actually running it in an emulator debugger. It is modeled to some extent after Visual Studio (and other similar graphical frontends to debuggers). Advent as a whole could be thought of as an entity depending upon three modules:
|




so this is kinda like the missing link between the debugger and the complier that strings them together in a pleasant looking way? If so this could be the thing that may get me started with SNES homebrew.

