Altera_Forum
Honored Contributor
20 years agoIs there a disassembler for Nios II ELF files?
I'd like to be able to examine the ELF file that the compiler generates so I can see exactly which instructions are being used. I have the Nios II Processor reference document which shows the opcodes, but I haven't seen anything about a dissassembler.
Also where can I read about what exactly goes in each section of the ELF file? For instance, what goes in the .exceptions section? From looking at the program headers it seems like this should be executable code but it doesn't look like executable code in a hex editor.