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?