home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / alt / sys / pdp8 / 125 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.9 KB  |  41 lines

  1. Newsgroups: alt.sys.pdp8
  2. Path: sparky!uunet!europa.asd.contel.com!howland.reston.ans.net!usc!zaphod.mps.ohio-state.edu!hobbes.physics.uiowa.edu!news.uiowa.edu!news
  3. From: jones@pyrite.cs.uiowa.edu (Douglas W. Jones,201H MLH,3193350740,3193382879)
  4. Subject: Re: Request for instruction cycle counts
  5. Sender: news@news.uiowa.edu (News)
  6. Message-ID: <1992Dec20.234924.16714@news.uiowa.edu>
  7. Date: Sun, 20 Dec 1992 23:49:24 GMT
  8. References: <HOLMER.92Dec18174207@rose.eecs.nwu.edu>
  9. Nntp-Posting-Host: pyrite.cs.uiowa.edu
  10. Organization: University of Iowa, Iowa City, IA, USA
  11. Lines: 28
  12.  
  13. From article <HOLMER.92Dec18174207@rose.eecs.nwu.edu>, by holmer@eecs.nwu.edu (Bruce Holmer):
  14. > Does someone have a table of instruction cycle
  15. > counts for a high-end PDP-8?  I'd need to know
  16. > about how many cycles the different addressing
  17. > modes require and how to calculate the cycle
  18. > count for the OPR instructions.
  19.  
  20. There were two different memory cycle times on the PDP-8/E (that was probably
  21. the highest of the high-end PDP-8 machines):  1200ns and 1400ns.
  22.  
  23. An instruction fetch was one short cycle.
  24. Indirect addressing cost one short cycle, unless it was through an
  25.   autoindex register, in which case you pay for a long cycle.
  26. Operand fetch for AND and TAD cost one long cycle.
  27. Operand fetch/increment/store for ISZ cost one long cycle.
  28. Operand store for DCA and JMS cost one long cycle.
  29. JMP cost nothing other than the instruction fetch and indirect cycles.
  30. IOT to omnibus peripherals cost nothing beyond the instruction fetch cycle.
  31. OPR for non EAE instructions cost nothing beyond the instruction fetch cycle.
  32.  
  33. These figures are for the standard PDP-8 memory, and must be adjusted if
  34. you want to talk about the various strange things that happened when they
  35. abandoned core, particularly, it should be noted that the ROM technology
  36. of the mid 1970's was a bit on the slow side.
  37.  
  38.                 Doug Jones
  39.                 jones@cs.uiowa.edu
  40.