diff options
| author | John Wilbert M. Villamor <lameguy64@gmail.com> | 2019-04-06 10:11:07 +0800 |
|---|---|---|
| committer | John Wilbert M. Villamor <lameguy64@gmail.com> | 2019-04-06 10:11:07 +0800 |
| commit | f3e040230772f978540a71aea43dfde200992922 (patch) | |
| tree | bd8ca31b72dd01e24980b073854e263589530f56 /libpsn00b/psxapi/fs/_96_init.s | |
| download | psn00bsdk-f3e040230772f978540a71aea43dfde200992922.tar.gz | |
First commit
Diffstat (limited to 'libpsn00b/psxapi/fs/_96_init.s')
| -rw-r--r-- | libpsn00b/psxapi/fs/_96_init.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libpsn00b/psxapi/fs/_96_init.s b/libpsn00b/psxapi/fs/_96_init.s new file mode 100644 index 0000000..ac35d6b --- /dev/null +++ b/libpsn00b/psxapi/fs/_96_init.s @@ -0,0 +1,10 @@ +.set noreorder +.section .text + +.global _96_init +.type _96_init, @function +_96_init: + addiu $t2, $0 , 0xa0 + jr $t2 + addiu $t1, $0 , 0x71 +
\ No newline at end of file |
