From 72b7d4168afc63db572539d41623c3ab0f09ddf4 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Mon, 23 Sep 2019 11:28:07 +0800 Subject: Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in setUVWH() macro --- libpsn00b/psxapi/sys/_boot.s | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libpsn00b/psxapi/sys/_boot.s (limited to 'libpsn00b/psxapi/sys/_boot.s') diff --git a/libpsn00b/psxapi/sys/_boot.s b/libpsn00b/psxapi/sys/_boot.s new file mode 100644 index 0000000..9052772 --- /dev/null +++ b/libpsn00b/psxapi/sys/_boot.s @@ -0,0 +1,10 @@ +.set noreorder +.section .text + +.global _boot +.type _boot, @function +_boot: + addiu $t2, $0, 0xa0 + jr $t2 + addiu $t1, $0, 0xa0 + \ No newline at end of file -- cgit v1.2.3