[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: And the trace begins... Pick-A-Dilly Pair
I have a method, but not enough info to use it yet...
I created a special loader for ProDOS 8 that has the following
capabilities -
1. It shows a logo splash (which can be skipped by pressing a key).
2. It moves the loader code up to $B500, below its buffer space, where it
can be reused by code.
3. It will load a BIN file (or any file) at native address and run it.
4. It can be used after the BIN file is loaded to load other files.
That's enough for what I need.
I guess the next thing I need to do is figure out what files are loaded
when, if there are any hooks, etc. - I think the initial load just loads
the first 5 files, but stuff is reloaded, and I don't know much about how
the loader code works yet.
-uso.