home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sgi / misc / 421 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.1 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!spool.mu.edu!uwm.edu!rpi!ghost.dsi.unimi.it!univ-lyon1.fr!taloa.unice.fr!desnogue
  2. From: desnogue@taloa.unice.fr (DESNOGUES)
  3. Newsgroups: comp.sys.sgi.misc
  4. Subject: assembly stuff
  5. Date: 27 Jan 1993 14:37:49 +0100
  6. Organization: University of Nice - Sophia Antipolis, France
  7. Lines: 18
  8. Distribution: world
  9. Message-ID: <1k637dINNjhq@taloa.unice.fr>
  10. NNTP-Posting-Host: taloa.unice.fr
  11. Keywords: assembly, R3000
  12.  
  13.  
  14. However I work on a DEC Ultrix system, I post here because my
  15. question deal with which comes from MIPS.
  16.  
  17. First, when I use the flag -V I get 'Mips Computer Systems 2.10'.
  18. Now my questions:
  19.   1)is there a way to use directly the div instructions of
  20.     the R3000 without making use of the 'macro' provided by as?
  21.     (you can do it with the mult instructions, but seemingly not
  22.     with div)
  23.   2)when I multiply 2 16 bit numbers can I get the result from the
  24.     lo register before complete achievement of the mult (ie 12 cycles)
  25.     or will the R3000 lock anyway? what about the R4000?
  26.  
  27. Laurent Desnogues
  28.  
  29.  
  30.  
  31.