Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] ASM code generated #23

Open
fjpolo opened this issue Oct 10, 2023 · 1 comment
Open

[Question] ASM code generated #23

fjpolo opened this issue Oct 10, 2023 · 1 comment

Comments

@fjpolo
Copy link

fjpolo commented Oct 10, 2023

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
Copy link
Owner

pubby commented Oct 10, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants