Forum Discussion
Altera_Forum
Honored Contributor
19 years agohow to assebler compile and download
I am recently trying to do the pure assembly programming for Nios II. I found from website that there is a tool call Debug Client is tailored for DE2 board for this purpose. However I am using the UP...
Altera_Forum
Honored Contributor
19 years agoI just found that use the small c library and reduce device drivers can significantly reduce the size of code. And the assembly may improve it further. It is proved to be useful. Thanks very much for all above replies.