aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxapi/stdio/read.s
blob: 420923205ea91dc1c9f1ea8410687c37d7ff38b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.set noreorder
.section .text

.global read
.type read, @function
read:
	addiu	$t2, $0, 0xa0
	jr		$t2
	addiu	$t1, $0, 0x02