Forum Discussion
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...
Altera_Forum
Honored Contributor
20 years agoTry also to call the gcc with the -S option... it will produce assembler source code you can use as a starting point...
__divsf3 and the other functions called from the assembly code are contained inside the C library... bye Paolo