You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: