1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
# PSn00bSDK BIOS API stubs
# (C) 2022 spicyjpeg - MPL licensed
# This file has been generated automatically. Each function is placed in its
# own section to allow the linker to strip unused functions.
.set noreorder
## B0 table functions (6)
.section .text.cd
.global cd
.type cd, @function
cd:
li $t2, 0xb0
jr $t2
li $t1, 0x40
.section .text.firstfile
.global firstfile
.type firstfile, @function
firstfile:
li $t2, 0xb0
jr $t2
li $t1, 0x42
.section .text.nextfile
.global nextfile
.type nextfile, @function
nextfile:
li $t2, 0xb0
jr $t2
li $t1, 0x43
.section .text.rename
.global rename
.type rename, @function
rename:
li $t2, 0xb0
jr $t2
li $t1, 0x44
.section .text.erase
.global erase
.type erase, @function
erase:
li $t2, 0xb0
jr $t2
li $t1, 0x45
.section .text.undelete
.global undelete
.type undelete, @function
undelete:
li $t2, 0xb0
jr $t2
li $t1, 0x46
|