Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!zephyr.ens.tek.com!tektronix!sequent!mntgfx!geraldp From: geraldp@mentor.com (Gerald Page) Newsgroups: comp.arch Subject: Re: ERISC??? Message-ID: <1989Oct19.155752.13028@mentor.com> Date: 19 Oct 89 15:57:52 GMT Distribution: usa Organization: engr Lines: 32 According to the text "Computer Architecture, a Modern Synthesis", by Subrata Dasgupta, John Wiley & Sons, 1989, most RISC processors have the following 6 characteristics: 1. All instructions (operations) are register-register type with the exceptions of LOAD and STORE, which access main memory. 2. All instructions (operations) consume a single processor cycle with the possible exceptions of LOAD and STORE. 3. Fixed length, and simple, fixed format instructions that do not cross main memory word boundaries. 4. Relatively few operations and addressing modes. <<