#include .text .set noreorder .equ C0_SR, $12 .globl gte_init gte_init: mfc0 t0, C0_SR li t1, 0x40000000 or t0, t0, t1 jr ra mtc0 t0, C0_SR # bd # vi:ts=8 sts=8 sw=8 ft=mips: