aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxgpu/readgpustat.s
blob: c587cfbf01d7ae161cf3ae4c652f1d7080e7844a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.set noreorder

.include "hwregs_a.h"

.section .text


.global ReadGPUstat
.type ReadGPUstat, @function
ReadGPUstat:
	lui     $v0, 0x1f80
	lw      $v0, GP1($v0)
	jr      $ra
	nop