mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
765cfd63e9
* Name rsp ucodes and surrounding cleanup * Fix comments alignment and remove unnecessary & in sys_ucode * Change capitalization of sys_ucode variables * Remove unnecessary externs for aspMain * Improvements to Jpeg_ScheduleDecoderTask * Split unknown rsp code into a separate file, spacing
30 lines
787 B
ArmAsm
30 lines
787 B
ArmAsm
.include "macro.inc"
|
|
|
|
# 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
|
|
|
|
.section .rodata
|
|
|
|
.balign 16
|
|
|
|
glabel aspMainDataStart
|
|
.incbin "baserom.z64", 0xBCCE10, 0x2E0
|
|
glabel aspMainDataEnd
|
|
|
|
glabel gspF3DZEX2_NoN_PosLight_fifoTextStart
|
|
.incbin "baserom.z64", 0xBCD0F0, 0x1630
|
|
glabel gspF3DZEX2_NoN_PosLight_fifoTextEnd
|
|
|
|
glabel gspF3DZEX2_NoN_PosLight_fifoDataStart
|
|
.incbin "baserom.z64", 0xBCE720, 0x420
|
|
glabel gspF3DZEX2_NoN_PosLight_fifoDataEnd
|
|
|
|
glabel gspS2DEX2d_fifoDataStart
|
|
.incbin "baserom.z64", 0xBCEB40, 0x390
|
|
glabel gspS2DEX2d_fifoDataEnd
|
|
|
|
glabel njpgdspMainDataStart
|
|
.incbin "baserom.z64", 0xBCEED0, 0x60
|
|
glabel njpgdspMainDataEnd
|