home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / arch / 9145 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  772 b 

  1. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.INS.CWRU.Edu!alpha.ces.cwru.edu!ugurdag
  2. From: ugurdag@ces.cwru.edu (Fatih Ugurdag)
  3. Newsgroups: comp.arch
  4. Subject: Indexing in microprocessors
  5. Date: 2 Sep 1992 00:25:25 GMT
  6. Organization: Computer Engineering and Science, Case Western Reserve University
  7. Lines: 16
  8. Message-ID: <1811llINN3ci@usenet.INS.CWRU.Edu>
  9. NNTP-Posting-Host: mapping.ces.cwru.edu
  10.  
  11.  
  12. Is there any microprocessor in which we can access registers in an
  13. indexed fashion such as
  14.  
  15. "store source_register,register[index_register]"
  16.  
  17. if index_register holds the value of 3 then this becomes
  18.  
  19. "store source_register,register3"
  20.  
  21. This way we can support array operations in the register file.
  22.  
  23.  
  24. -- 
  25. Fatih Ugurdag
  26. Case Western Reserve University
  27.