home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / m68k / 1375 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.0 KB  |  26 lines

  1. Newsgroups: comp.sys.m68k
  2. Path: sparky!uunet!pipex!bnr.co.uk!bmdhh243!bcars267!bnrgate!corpgate!brtph560!brtph690!scottb
  3. From: scottb@brtph690.bnr.ca (Scott Brasington P870)
  4. Subject: 68020 MOVEA vs LEA
  5. Message-ID: <1992Nov17.190823.1347@brtph560.bnr.ca>
  6. Sender: news@brtph560.bnr.ca (Usenet News)
  7. Organization: BNR Inc. RTP, NC
  8. Distribution: na
  9. Date: Tue, 17 Nov 1992 19:08:23 GMT
  10. Lines: 14
  11.  
  12. The instruction timing section of the motorola 68020
  13. user's manual seems to indicate that a MOVEA immediate
  14. is faster than an LEA, and that in one case the LEA.W is
  15. slower than an LEA.L.  Can anybody verify this?
  16.                                 -best-    -cache-    -worst-
  17. MOVEA.W       #<data>.w,An     0(0/0/0)   4(0/0/0)   3(0/1/0)
  18. LEA           #<data>.w,An     4(0/0/0)   4(0/0/0)   6(0/2/0)
  19.  
  20. MOVEA.L       #<data>.l,An     0(0/0/0)   6(0/0/0)   5(0/1/0)
  21. LEA           #<data>.l,An     3(0/0/0)   6(0/0/0)   7(0/2/0)
  22.  
  23. Scott Brasington          scottb@bnr.ca
  24. BNR INC                   Phone: 919-991-8217
  25. RTP, NC 27709             Fax:   919-991-8369
  26.