How to use GCC to generate asm code from .z64 file

I am curious how to use GCC to generate asm code from a .z64 rom file?
If there is no way with GCC, can you provide some other ways to achieve this
thanks.
gcc has a flag to generate assembly from anything that it compiles. I don't think it can do this for a compiled image.
Try searching:
R4300 cpu
R4300 disassembler
z64 file structure
Topic archived. No new replies allowed.