A83: Re: question about moving programs around


[Prev][Next][Index][Thread]

A83: Re: question about moving programs around




> Ok, call me crazy but when i saw a library for the ti-86 for dll's i
> thought, why not try it?
> So now i'm asking, how do i make it so that the function thinks it is in
> the correct place even though it isn't
> 
> like for the dll's are all set to the normal space(.org 9327h for the
> ti83) but when it finds the dll i can make it find the correct spot, but
> i need to find out how to make it so that the dll fuctions can jp/call
> parts of it
>
> I hope this makes sence, basically all i want is to make it think it's
> at 9327h even though it isn't

I know that Z80ASM has some sort of option to assemble everything in way it
can be entierly relocated (using JR's instead of JP's, etc. etc.)

Maybe this is something to look at?


	Henk Poley


BTW: programs don't think....