<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.