Search found 1 match

by Shalted
Sat Sep 24, 2005 1:45 pm
Forum: PSP Development
Topic: Calling kernel functions via mips assembly?
Replies: 1
Views: 1270

Calling kernel functions via mips assembly?

Hello,

Im a little new to coding mips asm for the psp, and I have a question, In mips how do you call a kernel function?

Like this?


la a0,PointerToString
li a1,FileIOMode
jal 0x109f50bc ;sceIoOpen NID
nop

-Thanks in advance