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

.global write
.type write, @function
write:
	addiu	$t2, $0, 0xa0
	jr		$t2
	addiu	$t1, $0, 0x03