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

Re: Appl //c Basic



> 1.  Is there a basic command that will disable the control-reset function
to
> get to the basic prompt?

I'm sure there is a way, but not directly in BASIC. I have seen some
programs that won't RESET. I think the trick is to modify the RESET vector
so that it does what you want it to do, even if that something is nothing.
You may need to use some machine code though, or at the very least poke some
code /or vectors into memory.

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

call it "STARTUP" for ProDOS or "HELLO" for DOS 3.3.

Mark