Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!pacbell.com!tandem!zorch!amiga0!mykes From: mykes@amiga0.SF-Bay.ORG (Mike Schwartz) Newsgroups: comp.sys.amiga.programmer Subject: Re: Short Hello World Message-ID: Date: 14 May 91 20:59:43 GMT References: <1804@tardis.Tymnet.COM> <1991May7.001146.1830@cinnet.com> <1991May10.103117.4270@cs.umu.se> <1991May11.072139.781@starnet.uucp> <1991May14.041050.20607@starnet.uucp> Organization: Amiga makes it possible Lines: 18 In article <1991May14.041050.20607@starnet.uucp> sschaem@starnet.uucp (Stephan Schaem) writes: > > > Are you telling me that clr.w d0 dont take 4 cycle?! > And If I use clr its when I dont want to modify any register and dont > care about speed but size... > > > Stephan. clr.w d0 takes 4 cycles, but clr.l d0 takes 6. moveq.l #0,d0 takes 4 cycles. -- **************************************************** * I want games that look like Shadow of the Beast * * but play like Leisure Suit Larry. * ****************************************************