2020-03-17 00:31:30 -04:00
|
|
|
.include "macro.inc"
|
|
|
|
|
2024-07-27 21:24:13 -07:00
|
|
|
/* assembler directives */
|
|
|
|
.set noat /* allow manual use of $at */
|
|
|
|
.set noreorder /* don't insert nops after branches */
|
|
|
|
.set gp=64 /* allow use of 64-bit general purpose registers */
|
2020-03-17 00:31:30 -04:00
|
|
|
|
|
|
|
.section .text
|
|
|
|
|
2020-05-27 15:06:37 +02:00
|
|
|
.balign 16
|
|
|
|
|
2022-05-03 23:43:09 +01:00
|
|
|
glabel aspMainTextStart
|
2024-07-27 21:24:13 -07:00
|
|
|
.incbin "incbin/aspMainText"
|
2022-05-03 23:43:09 +01:00
|
|
|
glabel aspMainTextEnd
|
2020-04-14 01:03:10 +02:00
|
|
|
|
2022-05-03 23:43:09 +01:00
|
|
|
glabel gspS2DEX2d_fifoTextStart
|
2024-07-27 21:24:13 -07:00
|
|
|
.incbin "incbin/gspS2DEX2d_fifoText"
|
2022-05-03 23:43:09 +01:00
|
|
|
glabel gspS2DEX2d_fifoTextEnd
|
2020-04-14 01:03:10 +02:00
|
|
|
|
2022-05-03 23:43:09 +01:00
|
|
|
glabel njpgdspMainTextStart
|
2024-07-27 21:24:13 -07:00
|
|
|
.incbin "incbin/njpgdspMainText"
|
2022-05-03 23:43:09 +01:00
|
|
|
glabel njpgdspMainTextEnd
|