Forum Discussion
Altera_Forum
Honored Contributor
21 years agoMixed source / Assembly listing
Is this possible, so I can get a fair idea on how the code for this is distributed? 0000413c <uart_irq_1>:
413c: 01421204 movi r5,2120
4140: 29000037 ldwio r4,0(r5)
414...
Altera_Forum
Honored Contributor
21 years agoHi yancharles,
> where can I set this option in NiosII IDE? I don't think I can help you with this one since I'm an old command-line fogey ;-) and I always run objdump from the shell. You should however enable debugging information using the '-g' option. You can do this in your project properties under C/C++ Build, Debug level. Regards, --Scott