Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCombining Assembly and C
Hi, I am very new to Hardware Programming, and I am using the NIOS II processor to identify the frequency of a sound that is input into the DE1 Board. My question is, is it possible to combine...
Altera_Forum
Honored Contributor
15 years agoSince the Nios C compiler is based off of gcc, it should support inline assembly code.
See here: http://stackoverflow.com/questions/61341/is-there-a-way-to-insert-assembly-code-into-c As far as accessing the same memory locations, a google search should point you in the right place. -Jay