2020-03-17 04:31:30 +00:00
|
|
|
.include "macro.inc"
|
|
|
|
|
|
|
|
# assembler directives
|
|
|
|
.set noat # allow manual use of $at
|
|
|
|
.set noreorder # don't insert nops after branches
|
2020-05-26 22:09:00 +00:00
|
|
|
.set gp=64 # allow use of 64-bit general purpose registers
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
.section .text
|
|
|
|
|
2020-05-27 13:06:37 +00:00
|
|
|
.balign 16
|
|
|
|
|
2022-05-03 22:43:09 +00:00
|
|
|
glabel aspMainTextStart
|
2020-04-13 23:03:10 +00:00
|
|
|
.incbin "baserom.z64", 0xB89260, 0xFB0
|
2022-05-03 22:43:09 +00:00
|
|
|
glabel aspMainTextEnd
|
2020-04-13 23:03:10 +00:00
|
|
|
|
2022-05-03 22:43:09 +00:00
|
|
|
glabel gspS2DEX2d_fifoTextStart
|
2020-04-13 23:03:10 +00:00
|
|
|
.incbin "baserom.z64", 0xB8A210, 0x18C0
|
2022-05-03 22:43:09 +00:00
|
|
|
glabel gspS2DEX2d_fifoTextEnd
|
2020-04-13 23:03:10 +00:00
|
|
|
|
2022-05-03 22:43:09 +00:00
|
|
|
glabel njpgdspMainTextStart
|
2020-05-27 13:06:37 +00:00
|
|
|
.incbin "baserom.z64", 0xB8BAD0, 0xAF0
|
2022-05-03 22:43:09 +00:00
|
|
|
glabel njpgdspMainTextEnd
|