aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxapi/sys
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-09-23 11:28:07 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-09-23 11:28:07 +0800
commit72b7d4168afc63db572539d41623c3ab0f09ddf4 (patch)
treeca6f3ba4e1deada4fb41ce6d34dd64e81afbc9b1 /libpsn00b/psxapi/sys
parent82a441e7bd3a5103330c7d5ca7f9df470953e586 (diff)
downloadpsn00bsdk-72b7d4168afc63db572539d41623c3ab0f09ddf4.tar.gz
Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in setUVWH() macro
Diffstat (limited to 'libpsn00b/psxapi/sys')
-rw-r--r--libpsn00b/psxapi/sys/_boot.s10
1 files changed, 10 insertions, 0 deletions
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