NIOS - newbie

Feb 10, 2005 1 Replies

I'm trying to implement the following C++ code using NIOS processor's native instruction set.



int A; int B; for (int i = 0; i < B; i++) A = (A


Hi Nahid,

If you want to cheat, you can compile it with the Nios tools and look at the *.out file - I think that's the right file (don't have a Nios environment here with me). This file has the C code interspersed with the generated assembly. I'll bet you can do a better job at assembly that Nios I's compiler.

-- Pete

[ p s o m m e r f e l d (at) gmail.com ]

Nahid wrote:

native

supposed

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required