Search:
Forum
General C++ Programming
How to use GCC to generate asm code from
How to use GCC to generate asm code from .z64 file
Feb 20, 2021 at 4:13pm UTC
mecacool
(33)
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.
Feb 20, 2021 at 5:31pm UTC
jonnin
(11437)
gcc has a flag to generate assembly from anything that it compiles. I don't think it can do this for a compiled image.
Feb 20, 2021 at 5:32pm UTC
dutch
(2548)
Try searching:
R4300 cpu
R4300 disassembler
z64 file structure
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs