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

How do I generate a raw disassembly, with extra information commented out if present? #63

Closed
flarn2006 opened this issue Nov 27, 2020 · 2 comments

Comments

@flarn2006
Copy link

When I disassemble a shader, it gives me a whole bunch of diagnostic messages in addition to the actual assembly output. These are sent to standard output along with the code, and not to standard error, so when I redirect the output to a file, I have to remove those lines. In addition, it also adds information like addresses and opcodes, which the assembler isn't able to understand. Is there some command line parameter or something that I need to pass, in order to have the disassembler generate output that's suitable for modification/reassembly?

@neobrain
Copy link
Owner

Such a feature is not implemented in nihstro, and I don't have plans to add it.

@flarn2006
Copy link
Author

flarn2006 commented Nov 27, 2020 via email

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