sm64/lib/asm/__osSetWatchLo.s

14 lines
171 B
ArmAsm
Raw Normal View History

2023-08-17 08:56:02 -04:00
.set noreorder // don't insert nops after branches
#include "macros.inc"
.section .text, "ax"
glabel __osSetWatchLo
mtc0 $a0, $18
nop
jr $ra
nop