Forum Discussion
Altera_Forum
Honored Contributor
16 years agoassembly language in the nios ii ide
Hi does the nios ii ide support assemble language? why does my assemble codes occur errors? my setup project proceed as follows: 1 Start the Nios II IDE. (Start->All Programs->Altera->...
Altera_Forum
Honored Contributor
15 years agoFinally, the problem is solved.
1 assembly file is xx.S,not xx.s 2 You must have a function or label called main. If main is written in assembly-language, the label main must be declared global with the .global directive. 3 Project default in Eclipse woring dir would be best. Thank you ,Bill,Kevin.