mirror of
https://github.com/pmret/papermario.git
synced 2024-11-14 23:13:10 +01:00
a4e1c2f522
* fix vscode cpp extension messing with files.associations * move stuff * it builds! * symlink papermario.us.z64 * ci: put baserom in right place * add jp * fix splat dir * ignore starrod dump * .s deps * update jenkins * add dsl back * configure.py versions * wups * fine ethan * fix paths * configure: default to only the version(s) with existing baseroms * fix coverage * fix progress.py * progress.py verisoning * remove format.sh from CONTRIBUTING * update CONTRIBUTING * fix first_diff * diff.py: use ver/current/ * update splat.yaml * trying to fix subrepo * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "06a737f02d" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "06a737f02d" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * configure fix * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "41786effd3" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "41786effd3" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" Co-authored-by: Ethan Roseman <ethteck@gmail.com>
26 lines
1.2 KiB
ArmAsm
26 lines
1.2 KiB
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
glabel osSpTaskYielded
|
|
/* 41070 80065C70 27BDFFE8 */ addiu $sp, $sp, -0x18
|
|
/* 41074 80065C74 AFB00010 */ sw $s0, 0x10($sp)
|
|
/* 41078 80065C78 AFBF0014 */ sw $ra, 0x14($sp)
|
|
/* 4107C 80065C7C 0C01B1B8 */ jal osSpGetStatus
|
|
/* 41080 80065C80 00808021 */ addu $s0, $a0, $zero
|
|
/* 41084 80065C84 00022202 */ srl $a0, $v0, 8
|
|
/* 41088 80065C88 30420080 */ andi $v0, $v0, 0x80
|
|
/* 4108C 80065C8C 10400006 */ beqz $v0, .L80065CA8
|
|
/* 41090 80065C90 30840001 */ andi $a0, $a0, 1
|
|
/* 41094 80065C94 8E020004 */ lw $v0, 4($s0)
|
|
/* 41098 80065C98 2403FFFD */ addiu $v1, $zero, -3
|
|
/* 4109C 80065C9C 00441025 */ or $v0, $v0, $a0
|
|
/* 410A0 80065CA0 00431024 */ and $v0, $v0, $v1
|
|
/* 410A4 80065CA4 AE020004 */ sw $v0, 4($s0)
|
|
.L80065CA8:
|
|
/* 410A8 80065CA8 00801021 */ addu $v0, $a0, $zero
|
|
/* 410AC 80065CAC 8FBF0014 */ lw $ra, 0x14($sp)
|
|
/* 410B0 80065CB0 8FB00010 */ lw $s0, 0x10($sp)
|
|
/* 410B4 80065CB4 03E00008 */ jr $ra
|
|
/* 410B8 80065CB8 27BD0018 */ addiu $sp, $sp, 0x18
|
|
/* 410BC 80065CBC 00000000 */ nop
|