Calling kernel functions via mips assembly?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Shalted
Posts: 1
Joined: Sat Sep 24, 2005 11:57 am

Calling kernel functions via mips assembly?

Post by Shalted »

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
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

See PSPSDK. All it does (besides debug and gu* libraries) is call kernel functions.
Post Reply