Forum Discussion
Altera_Forum
Honored Contributor
22 years agoNIOS II Assembler example?
I am kind of stuck with my board working quite fine under debugger and not working full speed, standalone and I am searching for other options to troubleshoot... One idea I have is to write a l...
Altera_Forum
Honored Contributor
22 years agoIf you add the switch "-save-temps" to your GCC flags, the compiler will keep the intermediate ".s" (assembler source) file for each C or C++ module - instant assembler examples!