home *** CD-ROM | disk | FTP | other *** search
- Path: dispatch.news.demon.net!demon!mjeff.demon.co.uk
- From: mick@mjeff.demon.co.uk (mick)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Free Cycles
- Date: Thu, 15 Feb 1996 22:34:33 GMT
- Message-ID: <370.6619T1174T1464@mjeff.demon.co.uk>
- References: <xDPTwMD0aRz1@azure.people-x.people.de> <xIIBkMD0aez2@azure.people-x.people.de> <1996Feb15.170809.6386@imada.ou.dk>
- NNTP-Posting-Host: mjeff.demon.co.uk
- X-NNTP-Posting-Host: mjeff.demon.co.uk
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
- On 15-Feb-96 22:08:09 Bjorn Reese wrote
-
- >If my memory haven't betrayed me, clr reads the destination before
- >clearing it. So a clr makes two chip accesses. This behaviour is
- >also the reason why you should never use clr to clear a write-only
- >register.
-
- This is correct for the 68000, but for the 68020 and above the clr
- instruction does a single Write access.
-
-
- Mick.
-
-