mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +00:00
Name rsp ucodes and surrounding cleanup (#1166)
* 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
This commit is contained in:
parent
912b916875
commit
765cfd63e9
20 changed files with 173 additions and 127 deletions
23
data/unk_800093F0.data.s
Normal file
23
data/unk_800093F0.data.s
Normal file
|
@ -0,0 +1,23 @@
|
|||
.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 .data
|
||||
|
||||
.balign 16
|
||||
|
||||
# Unused.
|
||||
# This appears to be RSP code, however it is not part of
|
||||
# rspboot as rspbootTextEnd is at this symbol
|
||||
glabel D_800093F0
|
||||
.word 0xE80C2001 # sqv $v12[0], 0x10($zero)
|
||||
.word 0x34014000 # li $1, 0x4000
|
||||
.word 0x40812000 # mtc0 $1, SP_STATUS
|
||||
.word 0x0000000D # break
|
||||
.word 0x00000000 # nop
|
||||
.word 0x09000425 # j 0x04001094
|
||||
.word 0x00000000 # nop
|
||||
.word 0x00000000 # nop
|
Loading…
Add table
Add a link
Reference in a new issue