Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site topaz.ARPA Path: utzoo!watmath!clyde!cbosgd!cbdkc1!desoto!packard!topaz!@RUTGERS.ARPA:LAVITSKY@RU-BLUE.ARPA From: @RUTGERS.ARPA:LAVITSKY@RU-BLUE.ARPA Newsgroups: net.micro.cbm Subject: Changing warmstart vectors Message-ID: <947@topaz.ARPA> Date: Tue, 12-Mar-85 14:11:14 EST Article-I.D.: topaz.947 Posted: Tue Mar 12 14:11:14 1985 Date-Received: Wed, 13-Mar-85 02:24:33 EST Sender: daemon@topaz.ARPA Organization: Rutgers Univ., New Brunswick, N.J. Lines: 22 From: Eric Hi, I want to modify the NMI vectors (?) so that a run-stop/restore will restart my program. The program is a terminal program, so it needs the RS232 NMI handling. How do I modify the vectors (and which ones) so that a run-sto/ restore will do what I want without interfering with normal RS232 NMI stuff? Can I just do: sei lda #lowaddr sta $0318 lda #hiaddr sta $0319 cli or am I missing something??? (do I need to write my own NMI handler??) Thanx, Eric -------