Reference to external documentation only.

modified:   stub/src/arch/mips/r3000/macros.ash
This commit is contained in:
John Reiser 2017-10-17 14:11:06 -07:00
parent eafa136c69
commit d149092ac0

View File

@ -35,7 +35,10 @@
.align 0
.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 at $1
#define v0 $2