Path: utzoo!attcan!uunet!ginosko!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!lynx.northeastern.edu!davidbrierley From: davidbrierley@lynx.northeastern.edu Newsgroups: comp.sys.apple Subject: Reset Vectors Message-ID: Date: 4 Oct 89 02:03:17 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 18 The _Applesoft BASIC Programmer's Reference Manual_ says on page 15: You can use the reset vector to make the program continue as if nothing had happened [after pres- sing reset], branch to some other portion of the program, or do whatever you choose...see your computer's reference manual for details. Could anyone tell me how to deactivate the reset key (i.e. causing the program to resume when it is interrupted by reset) and to cause a branch to another part of a program when reset is pressed. I am particularly interested in techniques that do these things by using POKEs or short ML routines. Thank you in advance. David R. Brierley davidbrierley@lynx.northeastern.edu