[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Appl //c Basic



On Sat, 30 Jun 2001 21:30:07 +1000, "Scott Brown"
<browns@mackay.net.au> wrote:

>Hi
>I have made a bootable disk, that has the prodos.system and the basic.system
>files on it.  I am trying to write a login program for the disk as something
>to do.  I was wondering two things:
>
>1.  Is there a basic command that will disable the control-reset function to
>get to the basic prompt?

You would need to use assembly language or a poke command to change
the reset vector.

>2.  How do i get the computer to run the program when it boots the disk?

Under DOS 3.3, any Applesoft program named HELLO will automatically
run on startup.

Under ProDOS, the BASIC.SYSTEM or any .SYSTEM file is normally
executed first after ProDOS loads.  The first basic program to load is
normally called STARTUP.




John