Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!m2c!ulowell!sky!brenes From: brenes@sky.COM (Erasmo Brenes) Newsgroups: comp.sys.atari.st Subject: Re: Wanted: Assembler example with timer interrupt Message-ID: <219@sky.COM> Date: 20 Jan 88 15:39:43 GMT References: <8502@pbhya.UUCP> Reply-To: brenes@sky.cs.ulowell.edu (Erasmo Brenes) Organization: SKY Computers, Lowell MA Lines: 6 Try looking at the MWC (Mark Williams C) manual. It shows some examples of using the timers to interrupt a program. I would recommend to use timer A which is reserved for user applications rather than timer C which is used elsewhere in the system. Also some of the examples that come with the package deal with handling system calls from a C language program. I hope this gives you some leads.