pubby/nesfab

[Question] ASM code generated

Opened this issue · 1 comments

fjpolo commented

Hi,. I was wondering, is there a way to see the assembly code generated by NESFab compiler? I know I could use a decompiler, but maybe there's a way already to see what's generated

pubby commented

The current best way is to use the --mlb option which generates a .mlb file. This can be loaded by the Mesen emulator's debugger and it will show you the code.

Another option is to use --info which spits out a bunch of debug information in an info/ folder. This information is intended for me though, so it's in a very strange format. --mlb is much perfererred.