2020-03-17 00:31:30 -04:00
|
|
|
.include "macro.inc"
|
|
|
|
|
|
|
|
# assembler directives
|
|
|
|
.set noat # allow manual use of $at
|
|
|
|
.set noreorder # don't insert nops after branches
|
2020-05-27 00:09:00 +02:00
|
|
|
.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-01-24 15:00:10 -03:00
|
|
|
.incbin "baseroms/gc-eu-mq-dbg/baserom-decompressed.z64", 0xB89260, 0xFB0
|
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-01-24 15:00:10 -03:00
|
|
|
.incbin "baseroms/gc-eu-mq-dbg/baserom-decompressed.z64", 0xB8A210, 0x18C0
|
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-01-24 15:00:10 -03:00
|
|
|
.incbin "baseroms/gc-eu-mq-dbg/baserom-decompressed.z64", 0xB8BAD0, 0xAF0
|
2022-05-03 23:43:09 +01:00
|
|
|
glabel njpgdspMainTextEnd
|