home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5238 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  963 b 

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