Forum Discussion
Altera_Forum
Honored Contributor
21 years agoCompiler
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/mad.gif movia at,((90057600)/115200) 28: 00400034 movhi at,0 2c: 0840c354 ori at,at,781 movia at,((90000000+57600)/1152...
Altera_Forum
Honored Contributor
21 years agoI just tried assembling the following code:
.set noat
movia at,((90000000+57600)/115200) with the command line: nios2-elf-gcc -c -o test.o test.s
nios2-elf-objdump -S test.o And got a pair of instructions which load up the value 781 (decimal). Which version of the tools are you using?