sm64/lib/asm/__osSetWatchLo.s
2023-08-17 08:56:02 -04:00

14 lines
171 B
ArmAsm

.set noreorder // don't insert nops after branches
#include "macros.inc"
.section .text, "ax"
glabel __osSetWatchLo
mtc0 $a0, $18
nop
jr $ra
nop