Altera_Forum
Honored Contributor
20 years agoassembly 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's possible writing something about this? thanks walter ciao