[A83] Re: Custom program loader
[Prev][Next][Index][Thread]
[A83] Re: Custom program loader
Oh, forgot, the loader has to unload the program too...
>
> > Do what you do in an interrupt program:
> > MAke a little piece of loader/copier code, and let it
> execut from
> > within another (safe) piece of mem.
> > The saferam1 area seems very fit to me for this purpose
> (768 bytes...)
> But since we are making something that is incompatible
> with all of the shells other than the TIOS, would not
> it be better to use the bottom of the stack for this
> purpose? (saferam1 is just very temptating to
> be overwritten by the actual program :)
>
> PG
>
>
>
>
References: