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

  1. Path: mn5.swip.net!news
  2. From: m-25588@mailbox.swipnet.se (Stefan Smietanowski)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: 68040's Move16
  5. Date: 11 Mar 1996 23:59:45 GMT
  6. Organization: -
  7. Message-ID: <699.6640T1334T775@mailbox.swipnet.se>
  8. References: <4hks80$4l6@tempo.univ-lyon1.fr> <42116631@phoenix.owl.de>
  9. NNTP-Posting-Host: dialup104-6-10.swipnet.se
  10. NNTP-Posting-User: 97a8a7b423ea2788aaf5a6d7c77b627a
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  12.  
  13. >David Screve wrote on 6 Mar 1996 20:23:28 GMT
  14. >about "68040's Move16" :
  15.  
  16.  
  17. DS>> Does anybody how to use the MOVE16 instruction. This instruction works
  18. DS>> on 68040 and higher, but seem to have specifics addressing modes.
  19.  
  20. >MOVE16  (Ax)+,(Ay)+
  21. >MOVE16  (xxx).L,(An)
  22. >MOVE16  (An),(xxx).L
  23. >MOVE16  (An)+,(xxx).L
  24.  
  25. >Source and destination have to be 128-bit aligned, which means
  26. >the addresses must be dividable by 16 (least four bits will be
  27. >irgnored).
  28.  
  29. >Note that this instruction is *NOT* support on Amiga hardware
  30. >(although it seems to work...).
  31.  
  32. What ? What do you mean not supported? Where have you read that?
  33. It doesn't do any illegal RMW-transfer sequence like the CAS/CAS2/TAS
  34. instructions.
  35.  
  36.