-
Notifications
You must be signed in to change notification settings - Fork 0
/
sound.s
408 lines (408 loc) · 7.08 KB
/
sound.s
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
.cpu arm7tdmi
.fpu softvfp
.eabi_attribute 20, 1
.eabi_attribute 21, 1
.eabi_attribute 23, 3
.eabi_attribute 24, 1
.eabi_attribute 25, 1
.eabi_attribute 26, 1
.eabi_attribute 30, 2
.eabi_attribute 34, 0
.eabi_attribute 18, 4
.arm
.syntax divided
.file "sound.c"
.text
.align 2
.global setupSounds
.type setupSounds, %function
setupSounds:
@ Function supports interworking.
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r3, #67108864
mov r0, #128
mov r1, #0
ldr r2, .L2
strh r0, [r3, #132] @ movhi
strh r1, [r3, #128] @ movhi
strh r2, [r3, #130] @ movhi
bx lr
.L3:
.align 2
.L2:
.word -1266
.size setupSounds, .-setupSounds
.global __aeabi_idiv
.global __aeabi_i2d
.global __aeabi_dmul
.global __aeabi_ddiv
.global __aeabi_d2iz
.align 2
.global playSoundA
.type playSoundA, %function
playSoundA:
@ Function supports interworking.
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
stmfd sp!, {r4, r5, r6, r7, r8, r9, r10, lr}
mov r6, #0
mov r5, r2
ldr r2, .L6+8
ldr r2, [r2]
ldr r7, .L6+12
mov r9, r1
mov r8, r0
mov r10, r3
str r6, [r2, #20]
mov r1, r0
ldr r2, .L6+16
mov r3, #910163968
mov r0, #1
ldr r4, .L6+20
mov lr, pc
bx r4
strh r6, [r7, #2] @ movhi
mov r1, r5
ldr r3, .L6+24
mov r0, #16777216
mov lr, pc
bx r3
mov r2, #128
mov r3, #1
rsb r0, r0, #0
ldr r4, .L6+28
mov r0, r0, asl #16
mov r0, r0, lsr #16
strh r0, [r7] @ movhi
strh r2, [r7, #2] @ movhi
mov r0, r9
ldr r7, .L6+32
str r9, [r4, #4]
str r5, [r4, #8]
str r6, [r4, #28]
str r8, [r4]
str r3, [r4, #12]
str r10, [r4, #16]
mov lr, pc
bx r7
ldr r6, .L6+36
adr r3, .L6
ldmia r3, {r2-r3}
mov lr, pc
bx r6
mov r8, r0
mov r0, r5
mov r9, r1
mov lr, pc
bx r7
ldr r5, .L6+40
mov r2, r0
mov r3, r1
mov r0, r8
mov r1, r9
mov lr, pc
bx r5
ldr r3, .L6+44
mov lr, pc
bx r3
str r0, [r4, #20]
ldmfd sp!, {r4, r5, r6, r7, r8, r9, r10, lr}
bx lr
.L7:
.align 3
.L6:
.word 1443109011
.word 1078844686
.word dma
.word 67109120
.word 67109024
.word DMANow
.word __aeabi_idiv
.word soundA
.word __aeabi_i2d
.word __aeabi_dmul
.word __aeabi_ddiv
.word __aeabi_d2iz
.size playSoundA, .-playSoundA
.align 2
.global playSoundB
.type playSoundB, %function
playSoundB:
@ Function supports interworking.
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
stmfd sp!, {r4, r5, r6, r7, r8, r9, r10, lr}
mov r6, #0
mov r5, r2
ldr r2, .L10+8
ldr r2, [r2]
ldr r7, .L10+12
mov r9, r1
mov r8, r0
mov r10, r3
str r6, [r2, #32]
mov r1, r0
ldr r2, .L10+16
mov r3, #910163968
mov r0, #2
ldr r4, .L10+20
mov lr, pc
bx r4
strh r6, [r7, #6] @ movhi
mov r1, r5
ldr r3, .L10+24
mov r0, #16777216
mov lr, pc
bx r3
mov r2, #128
mov r3, #1
rsb r0, r0, #0
ldr r4, .L10+28
mov r0, r0, asl #16
mov r0, r0, lsr #16
strh r0, [r7, #4] @ movhi
strh r2, [r7, #6] @ movhi
mov r0, r9
ldr r7, .L10+32
str r9, [r4, #4]
str r5, [r4, #8]
str r6, [r4, #28]
str r8, [r4]
str r3, [r4, #12]
str r10, [r4, #16]
mov lr, pc
bx r7
ldr r6, .L10+36
adr r3, .L10
ldmia r3, {r2-r3}
mov lr, pc
bx r6
mov r8, r0
mov r0, r5
mov r9, r1
mov lr, pc
bx r7
ldr r5, .L10+40
mov r2, r0
mov r3, r1
mov r0, r8
mov r1, r9
mov lr, pc
bx r5
ldr r3, .L10+44
mov lr, pc
bx r3
str r0, [r4, #20]
ldmfd sp!, {r4, r5, r6, r7, r8, r9, r10, lr}
bx lr
.L11:
.align 3
.L10:
.word 1443109011
.word 1078844686
.word dma
.word 67109120
.word 67109028
.word DMANow
.word __aeabi_idiv
.word soundB
.word __aeabi_i2d
.word __aeabi_dmul
.word __aeabi_ddiv
.word __aeabi_d2iz
.size playSoundB, .-playSoundB
.align 2
.global interruptHandler
.type interruptHandler, %function
interruptHandler:
@ Function supports interworking.
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r2, #0
ldr r3, .L30
ldrh r1, [r3, #2]
tst r1, #1
strh r2, [r3, #8] @ movhi
beq .L26
ldr r0, .L30+4
ldr r3, [r0, #12]
cmp r3, r2
stmfd sp!, {r4, lr}
beq .L15
ldr r3, [r0, #28]
ldr r2, [r0, #20]
add r3, r3, #1
cmp r3, r2
str r3, [r0, #28]
ble .L15
ldr r3, [r0, #16]
cmp r3, #0
bne .L28
ldr r1, .L30+8
ldr r2, .L30+12
ldr r1, [r1]
str r3, [r0, #12]
str r3, [r1, #20]
strh r3, [r2, #2] @ movhi
.L15:
ldr r0, .L30+16
ldr r3, [r0, #12]
cmp r3, #0
beq .L19
ldr r3, [r0, #28]
ldr r2, [r0, #20]
add r3, r3, #1
cmp r3, r2
str r3, [r0, #28]
ble .L19
ldr r3, [r0, #16]
cmp r3, #1
beq .L29
mov r3, #0
ldr r1, .L30+8
ldr r2, .L30+12
ldr r1, [r1]
str r3, [r0, #12]
str r3, [r1, #32]
strh r3, [r2, #6] @ movhi
.L19:
mov r2, #1
ldr r3, .L30
strh r2, [r3, #2] @ movhi
mov r2, #1
ldr r3, .L30
ldmfd sp!, {r4, lr}
strh r2, [r3, #8] @ movhi
bx lr
.L26:
mov r2, #1
ldr r3, .L30
strh r2, [r3, #8] @ movhi
bx lr
.L28:
ldmia r0, {r0, r1, r2}
bl playSoundA
b .L15
.L29:
ldmia r0, {r0, r1, r2}
bl playSoundB
b .L19
.L31:
.align 2
.L30:
.word 67109376
.word soundA
.word dma
.word 67109120
.word soundB
.size interruptHandler, .-interruptHandler
.align 2
.global pauseSound
.type pauseSound, %function
pauseSound:
@ Function supports interworking.
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r3, #0
ldr r2, .L33
ldr r0, .L33+4
ldr r1, .L33+8
str r3, [r0, #12]
str r3, [r1, #12]
strh r3, [r2, #2] @ movhi
strh r3, [r2, #6] @ movhi
bx lr
.L34:
.align 2
.L33:
.word 67109120
.word soundA
.word soundB
.size pauseSound, .-pauseSound
.align 2
.global unpauseSound
.type unpauseSound, %function
unpauseSound:
@ Function supports interworking.
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r1, #128
mov r3, #1
ldr r2, .L36
ldr ip, .L36+4
ldr r0, .L36+8
strh r1, [r2, #2] @ movhi
str r3, [ip, #12]
strh r1, [r2, #6] @ movhi
str r3, [r0, #12]
bx lr
.L37:
.align 2
.L36:
.word 67109120
.word soundA
.word soundB
.size unpauseSound, .-unpauseSound
.align 2
.global stopSound
.type stopSound, %function
stopSound:
@ Function supports interworking.
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
mov r3, #0
ldr r2, .L39
ldr r0, .L39+4
ldr r2, [r2]
ldr r1, .L39+8
str r3, [r2, #20]
str r3, [r0, #12]
str r3, [r2, #32]
str r3, [r1, #12]
bx lr
.L40:
.align 2
.L39:
.word dma
.word soundA
.word soundB
.size stopSound, .-stopSound
.align 2
.global setupInterrupts
.type setupInterrupts, %function
setupInterrupts:
@ Function supports interworking.
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
mov r0, #67108864
stmfd sp!, {r4, lr}
mov r4, #1
ldr r3, .L43
ldrh r1, [r0, #4]
ldrh r2, [r3]
ldr lr, .L43+4
ldr ip, .L43+8
orr r2, r2, r4
orr r1, r1, #8
strh r1, [r0, #4] @ movhi
strh r4, [r3, #8] @ movhi
strh r2, [r3] @ movhi
str lr, [ip, #4092]
ldmfd sp!, {r4, lr}
bx lr
.L44:
.align 2
.L43:
.word 67109376
.word interruptHandler
.word 50360320
.size setupInterrupts, .-setupInterrupts
.comm soundB,32,4
.comm soundA,32,4
.comm fontdata_6x8,12288,4
.ident "GCC: (devkitARM release 45) 5.3.0"