Altera_Forum
Honored Contributor
19 years agosome questions about registers in nios2
i have some questions about registers in nios2
1: the GP(r26)' function like PC as in X86 architecture ? 2: (r15-r8) is named Caller-Saved registers ,their function ? 3:(r16_r23),their function ? 4: when call a function, the rule of saving registers is what? between r2 to r25 ,which should be saved ? 5: when an interrupt happen or call function , the differences between the saving registers and restore register action.