Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utcs!mnetor!seismo!caip!paone From: paone@caip.UUCP Newsgroups: net.micro.atari16 Subject: Re: How to use Xbtimer() ? Message-ID: <2748@caip.RUTGERS.EDU> Date: Tue, 15-Jul-86 12:54:52 EDT Article-I.D.: caip.2748 Posted: Tue Jul 15 12:54:52 1986 Date-Received: Wed, 16-Jul-86 05:20:45 EDT References: <2874@sdcrdcf.UUCP> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 15 Keywords: xbtimer, help C: void xbtimer(timer, control, data, vector) int timer,control, data; logn vector; This function allows you to start a timer in the MFP 68901, timer is the number of the timer in the 68901. Timer A:0 Timer B:1 ect... The other two dat and control are placed in the data and control registers. The long parameter is the address of the interrupt routine. I really think it would be more useful in assembly then C, but since I don't have an assembler to use this I can't. Phil Paone