Forum Discussion
Altera_Forum
Honored Contributor
21 years agoCan I compile the disambly code to executable?
Can I disamble an elf file into an assembly file and then compile this assembly file into an executable? Thanks!
Altera_Forum
Honored Contributor
21 years agoI take it you are going to modify the code to make it more efficient. If that's the case you might want to just optimize the bottlenecks (if your code was big then you'll have a lot of work ahead of you to decipher what the compiler does to your code (use very little optimization so that you don't get completely lost))
Cheers