Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
20 years ago

assembly in NIOS II IDE

hello to everybody

it's possible to optimize a C function in assembly

For example :

int myfunc(int a , int http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/cool.gif

{

int c;# asm

...

...# end_asm

return c;

}

like this not run , of course

How it&#39;s possible writing something about this?

thanks

walter

ciao

3 Replies