Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: net.micro.apple Subject: Re: Apple //e Interrupts Message-ID: <2245@brl-smoke.ARPA> Date: Tue, 15-Jul-86 09:31:03 EDT Article-I.D.: brl-smok.2245 Posted: Tue Jul 15 09:31:03 1986 Date-Received: Wed, 16-Jul-86 03:23:08 EDT References: <283@ski.UUCP> <175@uvicctr.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 10 I haven't seen mention of this, but interrupts during disk I/O can corrupt your disk. ProDOS supports interrupts but they're inhibited during critical timing loops. If you need interrupts but not disk I/O, nor other timing-critical peripheral-card I/O, then you can certainly plant your own interrupt handler and avoid ProDOS's altogether. I have to agree that the Apple ][ family is really not designed for real-time, multitasking use. There's no reason it shouldn't have been, except they didn't think of it in the first place.