NoobWithBoobs
Joined: 16 Jul 2008 Posts: 23
|
Posted: Sun Apr 05, 2009 4:29 am Post subject: specify thread address? |
|
|
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? |
|