[net.micro.cbm] FROGGER Loader

eps@ihuxq.UUCP (E. P. Schan) (02/23/84)

One technique to implement a load and run program is to arrange
for the program load step to overwrite the "warm start vector"
with where you want execution to begin.  After the load, control
is passed through this vector and your program will begin running.
Usually, this program is a small machine language routine which
will load and then jump to the main part of the program.  I believe
that this vector is located at $302-303 but check the reference
manual to be sure.

Ed Schan
AT&T Bell Laboratories
Naperville, Il.
ihuxq!eps