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
16 years agoUse:
.global _alt_main _alt_main: instead of: .global _start _start: you need the C runtime startup to initialize the NIOS II system and it jumps to _alt_main. Bill