Forum Discussion
Altera_Forum
Honored Contributor
20 years agoAssembly code
i would like to see the assembly code generate after building project but i think it's not possible I tryed to search everywhere but witout result what do you think about ? ciao
Altera_Forum
Honored Contributor
20 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- yes now i see uncredible, it's better C/C++ language[/b] --- Quote End --- Note that the disassembly is intermixed with your c code. The objdump utility makes use of the debugging information in your .elf file and prints your code at the appropriate places. <div class='quotetop'>QUOTE </div> --- Quote Start --- for example if i'd like write something about this i have to declare asm(" instruction " instruction ); end_asm[/b] --- Quote End --- If you want to write inline assembly code (assembly embedded into c code), you should check the gcc documentation at http://gcc.gnu.org/onlinedocs (http://gcc.gnu.org/onlinedocs) , as the Nios2 IDE is a "frontend" for the gcc compiler.