identifying calls to IOP from EE?

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
bobsbigboy
Posts: 5
Joined: Wed Nov 10, 2004 11:13 pm
Location: usa

identifying calls to IOP from EE?

Post by bobsbigboy »

Hi there,

I have somewhat of a general question I think....I'm pretty much a noob to this scene, but I've been trying to follow some already developed code to help myself learn...

Is there any way to figure out what calls in an EE file are going to the IOP??? ie I have the IOP file disassembled and the EE file disassembled, but is there any way to determine where the EE is calling IOP functions??

thanks,

- tool
pixel
Posts: 791
Joined: Fri Jan 30, 2004 11:43 pm

Post by pixel »

The "EE calls IOP" is called "rpc". You have to identify the function that is running an rpc request, and there you are.
pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department.
Post Reply