From f3e040230772f978540a71aea43dfde200992922 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Sat, 6 Apr 2019 10:11:07 +0800 Subject: First commit --- libpsn00b/psxapi/stdio/printf.s | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libpsn00b/psxapi/stdio/printf.s (limited to 'libpsn00b/psxapi/stdio/printf.s') diff --git a/libpsn00b/psxapi/stdio/printf.s b/libpsn00b/psxapi/stdio/printf.s new file mode 100644 index 0000000..64f1390 --- /dev/null +++ b/libpsn00b/psxapi/stdio/printf.s @@ -0,0 +1,10 @@ +.set noreorder +.section .text + +.global printf +.type printf, @function +printf: + addiu $t2, $0, 0xa0 + jr $t2 + addiu $t1, $0, 0x3f + \ No newline at end of file -- cgit v1.2.3