NIOS - newbie

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

Reply to
Nahid
Loading thread data ...

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

Reply to
plz.spam.here

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.