forked from PartyPlanner64/mpsource
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarioparty.u.ld
More file actions
750 lines (744 loc) · 17.8 KB
/
marioparty.u.ld
File metadata and controls
750 lines (744 loc) · 17.8 KB
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
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
/* Mario Party (U) linker script
* generated by n64split v0.4a - N64 ROM splitter */
OUTPUT_ARCH (mips)
SECTIONS
{
rom_pos = 0;
.boot 0 : AT(rom_pos)
{
build/asm/header.o(.text);
build/asm/boot.o(.text);
}
rom_pos += SIZEOF(.boot);
.main 0x80000400 : AT(rom_pos) SUBALIGN(16)
{
build/asm/entry.o(.text);
build/src/main.o(.text);
build/asm/code_80000530.o(.text);
build/asm/code_80008DE0.o(.text);
build/asm/code_8000AD80.o(.text);
build/asm/code_80012CF0.o(.text);
build/asm/code_80013770.o(.text);
build/asm/code_80014220.o(.text);
build/asm/code_80014AF0.o(.text);
build/asm/code_80017150.o(.text);
build/asm/code_800174C0.o(.text);
build/asm/code_80018870.o(.text);
build/asm/code_800196A0.o(.text);
build/asm/code_8001A0F0.o(.text);
build/asm/code_8001A600.o(.text);
build/asm/code_8001D240.o(.text);
build/asm/code_8001DE70.o(.text);
build/asm/code_80022390.o(.text);
build/asm/code_80023040.o(.text);
build/asm/code_800235F0.o(.text);
build/asm/code_80023B40.o(.text);
build/asm/code_80029090.o(.text);
build/asm/code_8002B4C0.o(.text);
build/asm/code_80034180.o(.text);
build/asm/code_80037CE0.o(.text);
build/asm/code_8003A060.o(.text);
build/asm/code_8003B330.o(.text);
build/asm/code_8003B680.o(.text);
build/asm/code_8003C2D0.o(.text);
build/asm/code_8003D2B0.o(.text);
build/asm/code_8003D960.o(.text);
build/asm/code_8003E9B0.o(.text);
build/asm/code_800420A0.o(.text);
build/asm/code_80042240.o(.text);
build/asm/code_80042B60.o(.text);
build/asm/code_80045500.o(.text);
build/asm/code_80045BE0.o(.text);
build/asm/code_80045EE0.o(.text);
build/asm/code_80046720.o(.text);
build/asm/code_80048190.o(.text);
build/asm/code_8004CB70.o(.text);
build/asm/code_8004D930.o(.text);
build/asm/code_80050600.o(.text);
build/asm/code_80052A80.o(.text);
build/asm/code_80053080.o(.text);
build/asm/code_80053520.o(.text);
build/asm/code_80058910.o(.text);
build/asm/code_80058B10.o(.text);
build/asm/code_80059280.o(.text);
build/asm/code_8005B860.o(.text);
build/asm/code_8005C1B0.o(.text);
build/asm/code_80060F70.o(.text);
build/asm/code_80061540.o(.text);
build/asm/code_800637C0.o(.text);
build/asm/code_80063F40.o(.text);
build/asm/code_800643D0.o(.text);
build/asm/code_80064B70.o(.text);
build/asm/code_80068410.o(.text);
build/asm/code_8006C8E0.o(.text);
build/asm/code_80072190.o(.text);
build/asm/libs.o(.text);
build/asm/mainrodata.o(.text);
}
rom_pos += SIZEOF(.main);
.ov000 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov000.o(.text);
}
rom_pos += SIZEOF(.ov000);
.ov001 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov001.o(.text);
}
rom_pos += SIZEOF(.ov001);
.ov002 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov002.o(.text);
}
rom_pos += SIZEOF(.ov002);
.ov003 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov003.o(.text);
}
rom_pos += SIZEOF(.ov003);
.ov004 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov004.o(.text);
}
rom_pos += SIZEOF(.ov004);
.ov005 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov005.o(.text);
}
rom_pos += SIZEOF(.ov005);
.ov006 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov006.o(.text);
}
rom_pos += SIZEOF(.ov006);
.ov007 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov007.o(.text);
}
rom_pos += SIZEOF(.ov007);
.ov008 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov008.o(.text);
}
rom_pos += SIZEOF(.ov008);
.ov009 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov009.o(.text);
}
rom_pos += SIZEOF(.ov009);
.ov010 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov010.o(.text);
}
rom_pos += SIZEOF(.ov010);
.ov011 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov011.o(.text);
}
rom_pos += SIZEOF(.ov011);
.ov012 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov012.o(.text);
}
rom_pos += SIZEOF(.ov012);
.ov013 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov013.o(.text);
}
rom_pos += SIZEOF(.ov013);
.ov014 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov014.o(.text);
}
rom_pos += SIZEOF(.ov014);
.ov015 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov015.o(.text);
}
rom_pos += SIZEOF(.ov015);
.ov016 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov016.o(.text);
}
rom_pos += SIZEOF(.ov016);
.ov017 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov017.o(.text);
}
rom_pos += SIZEOF(.ov017);
.ov018 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov018.o(.text);
}
rom_pos += SIZEOF(.ov018);
.ov019 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov019.o(.text);
}
rom_pos += SIZEOF(.ov019);
.ov020 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov020.o(.text);
}
rom_pos += SIZEOF(.ov020);
.ov021 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov021.o(.text);
}
rom_pos += SIZEOF(.ov021);
.ov022 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov022.o(.text);
}
rom_pos += SIZEOF(.ov022);
.ov023 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov023.o(.text);
}
rom_pos += SIZEOF(.ov023);
.ov024 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov024.o(.text);
}
rom_pos += SIZEOF(.ov024);
.ov025 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov025.o(.text);
}
rom_pos += SIZEOF(.ov025);
.ov026 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov026.o(.text);
}
rom_pos += SIZEOF(.ov026);
.ov027 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov027.o(.text);
}
rom_pos += SIZEOF(.ov027);
.ov028 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov028.o(.text);
}
rom_pos += SIZEOF(.ov028);
.ov029 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov029.o(.text);
}
rom_pos += SIZEOF(.ov029);
.ov030 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov030.o(.text);
}
rom_pos += SIZEOF(.ov030);
.ov031 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov031.o(.text);
}
rom_pos += SIZEOF(.ov031);
.ov032 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov032.o(.text);
}
rom_pos += SIZEOF(.ov032);
.ov033 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov033.o(.text);
}
rom_pos += SIZEOF(.ov033);
.ov034 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov034.o(.text);
}
rom_pos += SIZEOF(.ov034);
.ov035 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov035.o(.text);
}
rom_pos += SIZEOF(.ov035);
.ov036 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov036.o(.text);
}
rom_pos += SIZEOF(.ov036);
.ov037 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov037.o(.text);
}
rom_pos += SIZEOF(.ov037);
.ov038 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov038.o(.text);
}
rom_pos += SIZEOF(.ov038);
.ov039 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov039.o(.text);
}
rom_pos += SIZEOF(.ov039);
.ov040 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov040.o(.text);
}
rom_pos += SIZEOF(.ov040);
.ov041 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov041.o(.text);
}
rom_pos += SIZEOF(.ov041);
.ov042 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov042.o(.text);
}
rom_pos += SIZEOF(.ov042);
.ov043 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov043.o(.text);
}
rom_pos += SIZEOF(.ov043);
.ov044 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov044.o(.text);
}
rom_pos += SIZEOF(.ov044);
.ov045 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov045.o(.text);
}
rom_pos += SIZEOF(.ov045);
.ov046 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov046.o(.text);
}
rom_pos += SIZEOF(.ov046);
.ov047 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov047.o(.text);
}
rom_pos += SIZEOF(.ov047);
.ov048 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov048.o(.text);
}
rom_pos += SIZEOF(.ov048);
.ov049 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov049.o(.text);
}
rom_pos += SIZEOF(.ov049);
.ov050 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov050.o(.text);
}
rom_pos += SIZEOF(.ov050);
.ov051 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov051.o(.text);
}
rom_pos += SIZEOF(.ov051);
.ov052 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov052.o(.text);
}
rom_pos += SIZEOF(.ov052);
.ov053 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov053.o(.text);
}
rom_pos += SIZEOF(.ov053);
.ov054 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov054.o(.text);
}
rom_pos += SIZEOF(.ov054);
.ov055 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov055.o(.text);
}
rom_pos += SIZEOF(.ov055);
.ov056 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov056.o(.text);
}
rom_pos += SIZEOF(.ov056);
.ov057 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov057.o(.text);
}
rom_pos += SIZEOF(.ov057);
.ov058 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov058.o(.text);
}
rom_pos += SIZEOF(.ov058);
.ov059 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov059.o(.text);
}
rom_pos += SIZEOF(.ov059);
.ov060 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov060.o(.text);
}
rom_pos += SIZEOF(.ov060);
.ov061 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov061.o(.text);
}
rom_pos += SIZEOF(.ov061);
.ov062 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov062.o(.text);
}
rom_pos += SIZEOF(.ov062);
.ov063 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov063.o(.text);
}
rom_pos += SIZEOF(.ov063);
.ov064 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov064.o(.text);
}
rom_pos += SIZEOF(.ov064);
.ov065 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov065.o(.text);
}
rom_pos += SIZEOF(.ov065);
.ov066 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov066.o(.text);
}
rom_pos += SIZEOF(.ov066);
.ov067 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov067.o(.text);
}
rom_pos += SIZEOF(.ov067);
.ov068 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov068.o(.text);
}
rom_pos += SIZEOF(.ov068);
.ov069 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov069.o(.text);
}
rom_pos += SIZEOF(.ov069);
.ov070 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov070.o(.text);
}
rom_pos += SIZEOF(.ov070);
.ov071 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov071.o(.text);
}
rom_pos += SIZEOF(.ov071);
.ov072 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov072.o(.text);
}
rom_pos += SIZEOF(.ov072);
.ov073 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov073.o(.text);
}
rom_pos += SIZEOF(.ov073);
.ov074 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov074.o(.text);
}
rom_pos += SIZEOF(.ov074);
.ov075 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov075.o(.text);
}
rom_pos += SIZEOF(.ov075);
.ov076 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov076.o(.text);
}
rom_pos += SIZEOF(.ov076);
.ov077 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov077.o(.text);
}
rom_pos += SIZEOF(.ov077);
.ov078 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov078.o(.text);
}
rom_pos += SIZEOF(.ov078);
.ov079 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov079.o(.text);
}
rom_pos += SIZEOF(.ov079);
.ov080 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov080.o(.text);
}
rom_pos += SIZEOF(.ov080);
.ov081 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov081.o(.text);
}
rom_pos += SIZEOF(.ov081);
.ov082 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov082.o(.text);
}
rom_pos += SIZEOF(.ov082);
.ov083 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov083.o(.text);
}
rom_pos += SIZEOF(.ov083);
.ov084 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov084.o(.text);
}
rom_pos += SIZEOF(.ov084);
.ov085 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov085.o(.text);
}
rom_pos += SIZEOF(.ov085);
.ov086 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov086.o(.text);
}
rom_pos += SIZEOF(.ov086);
.ov087 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov087.o(.text);
}
rom_pos += SIZEOF(.ov087);
.ov089 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov089.o(.text);
}
rom_pos += SIZEOF(.ov089);
.ov090 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov090.o(.text);
}
rom_pos += SIZEOF(.ov090);
.ov091 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov091.o(.text);
}
rom_pos += SIZEOF(.ov091);
.ov092 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov092.o(.text);
}
rom_pos += SIZEOF(.ov092);
.ov093 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov093.o(.text);
}
rom_pos += SIZEOF(.ov093);
.ov094 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov094.o(.text);
}
rom_pos += SIZEOF(.ov094);
.ov095 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov095.o(.text);
}
rom_pos += SIZEOF(.ov095);
.ov096 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov096.o(.text);
}
rom_pos += SIZEOF(.ov096);
.ov097 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov097.o(.text);
}
rom_pos += SIZEOF(.ov097);
.ov098 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov098.o(.text);
}
rom_pos += SIZEOF(.ov098);
.ov099 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov099.o(.text);
}
rom_pos += SIZEOF(.ov099);
.ov100 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov100.o(.text);
}
rom_pos += SIZEOF(.ov100);
.ov101 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov101.o(.text);
}
rom_pos += SIZEOF(.ov101);
.ov102 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov102.o(.text);
}
rom_pos += SIZEOF(.ov102);
.ov103 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov103.o(.text);
}
rom_pos += SIZEOF(.ov103);
.ov104 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov104.o(.text);
}
rom_pos += SIZEOF(.ov104);
.ov105 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov105.o(.text);
}
rom_pos += SIZEOF(.ov105);
.ov106 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov106.o(.text);
}
rom_pos += SIZEOF(.ov106);
.ov107 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov107.o(.text);
}
rom_pos += SIZEOF(.ov107);
.ov108 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov108.o(.text);
}
rom_pos += SIZEOF(.ov108);
.ov109 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov109.o(.text);
}
rom_pos += SIZEOF(.ov109);
.ov110 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov110.o(.text);
}
rom_pos += SIZEOF(.ov110);
.ov111 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov111.o(.text);
}
rom_pos += SIZEOF(.ov111);
.ov112 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov112.o(.text);
}
rom_pos += SIZEOF(.ov112);
.ov113 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov113.o(.text);
}
rom_pos += SIZEOF(.ov113);
.ov114 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov114.o(.text);
}
rom_pos += SIZEOF(.ov114);
.ov115 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov115.o(.text);
}
rom_pos += SIZEOF(.ov115);
.ov116 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov116.o(.text);
}
rom_pos += SIZEOF(.ov116);
.ov117 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov117.o(.text);
}
rom_pos += SIZEOF(.ov117);
.ov118 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov118.o(.text);
}
rom_pos += SIZEOF(.ov118);
.ov119 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov119.o(.text);
}
rom_pos += SIZEOF(.ov119);
.ov120 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov120.o(.text);
}
rom_pos += SIZEOF(.ov120);
.ov121 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov121.o(.text);
}
rom_pos += SIZEOF(.ov121);
.ov122 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov122.o(.text);
}
rom_pos += SIZEOF(.ov122);
.ov123 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov123.o(.text);
}
rom_pos += SIZEOF(.ov123);
.ov124 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov124.o(.text);
}
rom_pos += SIZEOF(.ov124);
.ov125 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov125.o(.text);
}
rom_pos += SIZEOF(.ov125);
.ov126 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov126.o(.text);
}
rom_pos += SIZEOF(.ov126);
.ov127 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov127.o(.text);
}
rom_pos += SIZEOF(.ov127);
.ov128 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov128.o(.text);
}
rom_pos += SIZEOF(.ov128);
.ov129 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov129.o(.text);
}
rom_pos += SIZEOF(.ov129);
.ov130 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov130.o(.text);
}
rom_pos += SIZEOF(.ov130);
.ov131 0x800F65E0 : AT(rom_pos)
{
build/asm/overlays/ov131.o(.text);
}
rom_pos += SIZEOF(.ov131);
.romdata 0x0 : AT(rom_pos)
{
build/asm/data.o(.text);
}
rom_pos += SIZEOF(.romdata);
/* Discard everything not specifically mentioned above. */
/DISCARD/ :
{
*(*);
}
}