[A83] Re: Custom program loader
[Prev][Next][Index][Thread]
[A83] Re: Custom program loader
> Oh yes, but you don't need to move the program in a way
that you need to
> move it back afterwards... So the shell doesn't really
need to stay in safe
> RAM. You could also use some obscure memory areas (like
the edit-name
> buffer, 2x8 bytes) to put in small lookup routine, that
jumps to your
> 'deloader' after the program has exited.
The reason why I asked the original question is
that it's very easy for my program to reach the
magic 26k boundary. And as I tend to use lots
of memory areas that are likely to be used by
the common shells, I cannot use anything but an own
loader. Now how could I spare moving stuff back
to its place, when I have such a large program?...
PG
Follow-Ups:
References: