Forum Discussion
Altera_Forum
Honored Contributor
17 years agohow to get sheer machine code?
Dear NIOS2 Users, My last post seems to be not in the forum anymore. That's why I post it one more time. I would like to write code for NIOS2 processor in sheer assembler. Having th...
Altera_Forum
Honored Contributor
17 years agoYou will need to use nios2-elf-objcopy tool to convert the ELF formatted file into raw machine code. Set the target format to raw. The help and manual for that tool probably contains an example, because that is a common operation.
Reply if you have problems and the manual doesn't help enough.