Files
psopeeps-newserv/system/client-functions/System/CallNativeFunctionDC.sh4.s
2025-06-04 00:16:43 -07:00

31 lines
436 B
ArmAsm

# This function implements the $nativecall chat command on DC clients.
entry_ptr:
reloc0:
.offsetof start
start:
sts.l -[r15], pr
mov.l r0, [call_addr]
mov.l r4, [arg0]
mov.l r5, [arg1]
mov.l r6, [arg2]
mov.l r7, [arg3]
calls [r0]
nop
lds.l pr, [r15]+
rets
nop
.align 4
call_addr:
.data 0
arg0:
.data 0
arg1:
.data 0
arg2:
.data 0
arg3:
.data 0