Altera_Forum
Honored Contributor
20 years agoasemblle cope
Hi all! I need to write an assemby code that will do some thing like this float callee(float a, float b1) { int c=7; return (b1-a)/c; } i know i could use nios-2-elf-objdum...