Re: A82: A little question...
[Prev][Next][Index][Thread]
Re: A82: A little question...
In a message dated 98-02-14 17:48:55 EST, you write:
<<
it would be difficult. you would need to search the VAT for the
program that you wanted (to get it's address), then relocate the
program to START_ADDR. the program would need to be moved while not
interfering with the original program starting it. maybe the new
version of ASH or CrASH will support something like this?????? one
way you could do it is to store the code to swap programs at a fixed
location (say in text mem) then get the PC to point to this code and
execute it. no matter what, it is going to be a big pain, i would
imagine.
>>
If you want to execute a simple program, that doesn't use any memory adresses
you could just locate it in VAT, load the adress into HL and do a RET