home *** CD-ROM | disk | FTP | other *** search
- Path: phoenix.owl.de!not-for-mail
- Newsgroups: comp.sys.amiga.programmer
- References: <4hks80$4l6@tempo.univ-lyon1.fr>
- From: "Frank Wille" <frank@phoenix.owl.de>
- Date: Mon, 11 Mar 1996 17:44:10 +0200
- X-NewsReader: IntuiNews 1.3b Beta 3 (5.11.95)
- Subject: Re: 68040's Move16
- Message-ID: <42116631@phoenix.owl.de>
- Organization: Phantasm
-
- David Screve wrote on 6 Mar 1996 20:23:28 GMT
- about "68040's Move16" :
-
-
- DS> Does anybody how to use the MOVE16 instruction. This instruction works
- DS> on 68040 and higher, but seem to have specifics addressing modes.
-
- MOVE16 (Ax)+,(Ay)+
- MOVE16 (xxx).L,(An)
- MOVE16 (An),(xxx).L
- MOVE16 (An)+,(xxx).L
-
- Source and destination have to be 128-bit aligned, which means
- the addresses must be dividable by 16 (least four bits will be
- irgnored).
-
- Note that this instruction is *NOT* support on Amiga hardware
- (although it seems to work...).
-
-
- -- _
- _ // Frank EMail: frank@phoenix.owl.de
- \X/ IRC: Phx @ #amiga(ger)
-
-