Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uwm.edu!bionet!agate!darkstar!felix!haynes From: haynes@felix.ucsc.edu (99700000) Newsgroups: comp.arch Subject: Re: Floating Point Risc Message-ID: <14766@darkstar.ucsc.edu> Date: 20 Apr 91 18:33:26 GMT References: <1991Apr20.063947.12811@sbcs.sunysb.edu> Sender: usenet@darkstar.ucsc.edu Organization: University of California, Santa Cruz Open Access Computing Lines: 10 In article <1991Apr20.063947.12811@sbcs.sunysb.edu> jallen@eeserv1.ic.sunysb.edu (Joseph Allen) writes: > >How's this for a risc processor: No integer instructions at all. Addresses ... Except that it isn't a RISC you have just invented the Burroughs B5000, circa 1960 (and continuing to this day in the Unisys A-series machines). Integers are simply unnormalized floating-point numbers with zero exponents. No type conversions, except there is an integerize instruction used before storing values that are declared to be int-s.