Reference to external documentation only.
modified: stub/src/arch/mips/r3000/macros.ash
This commit is contained in:
parent
eafa136c69
commit
d149092ac0
@ -35,7 +35,10 @@
|
|||||||
.align 0
|
.align 0
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
/* http://math-atlas.sourceforge.net/devel/assembly/mipsabi32.pdf */
|
/* http://math-atlas.sourceforge.net/devel/assembly/mipsabi32.pdf
|
||||||
|
* When calling position independent functions $25 must contain
|
||||||
|
* the address of the called function. [$25 === $t9 === $jp]
|
||||||
|
*/
|
||||||
#define zero $0
|
#define zero $0
|
||||||
#define at $1
|
#define at $1
|
||||||
#define v0 $2
|
#define v0 $2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user