Altera_Forum
Honored Contributor
14 years agoMIPS vs Nios II instruction
I am trying to make a MIPS instruction readable by Nios ii (using macros).
The instruction moves the content of hi (or low) register to a specified register say for example $reg_A. For this purpose I need to know the equivalent HI/ LO register of MIPS in Nios ii so that I can use "mov" instruction to do the register movement. Anyone has an idea? Thank you