specify thread address?

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

Moderators: cheriff, Herben

Post Reply
NoobWithBoobs
Posts: 23
Joined: Wed Jul 16, 2008 11:11 pm

specify thread address?

Post by NoobWithBoobs »

should be a fairly simple task,im just not sure on the syntax for it.In an example:

main()
{
setupmodules();

loadfiles();

playmovie();

return 0;
}

Just wanted to specify the address of the elfstart to one address (which ive accomplished thru the makefile) ,
and specify the playmovie(); thread to a different address,how would i do that?
Post Reply