Path: utzoo!utdoe!generic!pnet91!ericmcg From: ericmcg@pnet91.cts.com (Eric Mcgillicuddy) Newsgroups: comp.sys.apple2 Subject: Re: relocatable code Message-ID: <166@generic.UUCP> Date: 12 Nov 90 18:30:06 GMT Sender: root@generic.UUCP Organization: People-Net [pnet91], Etobicoke, ON Lines: 16 What is causing the code to be reloacted? The function that does the reloaction should return the address to which it has moved your code. Your code does not work as you think it should. If storit is at a fixed location then the address jsr pushes onto the stack will be a fixed location. This will not generate the addres of your lookup table. It is a shame that yu are not using a 65816, PER would solve your problem nicely. Give me the code for the relocator and I will see what can be done. UUCP: bkj386!pnet91!ericmcg INET: ericmcg@pnet91.cts.com