From 7be9178c0f9b0e698a305ecc5c0c41fcc596a4fc Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Sun, 23 Jun 2019 07:42:16 +0800 Subject: LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and VSync(), better reference manual. --- libpsn00b/psxapi/sys/exec.s | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libpsn00b/psxapi/sys/exec.s (limited to 'libpsn00b/psxapi/sys') diff --git a/libpsn00b/psxapi/sys/exec.s b/libpsn00b/psxapi/sys/exec.s new file mode 100644 index 0000000..dacce7e --- /dev/null +++ b/libpsn00b/psxapi/sys/exec.s @@ -0,0 +1,10 @@ +.set noreorder + +.section .text + +.global Exec +.type Exec, @function +Exec: + addiu $t2, $0, 0xa0 + jr $t2 + addiu $t1, $0, 0x43 \ No newline at end of file -- cgit v1.2.3