Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!dewey.soe.berkeley.edu!oster From: oster@dewey.soe.berkeley.edu (David Phillip Oster) Newsgroups: comp.sys.mac.programmer Subject: Re: Multi-finder Message-ID: <32324@ucbvax.BERKELEY.EDU> Date: 2 Nov 89 07:49:35 GMT References: <3654@ur-cc.UUCP> Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: oster@dewey.soe.berkeley.edu.UUCP (David Phillip Oster) Distribution: usa Organization: School of Education, UC-Berkeley Lines: 10 In article <3654@ur-cc.UUCP> tonyg@cvs.rochester.edu (Tony Giaccone) writes: >My counter doesn't count. The assembly code to increment a longInt is one instruction: Addq #1,myVar rts This is 6 bytes (2 for the instruction, 4 for the destination address, 2 for the return.) If your time maanger task is in the system heap, it will run all the time.