UltraSPARC Architecture have RISC Characteristics.
But What is RISC ….?
Reduced Instruction Set Computing, also called “load-store architectureâ€
It is characterized by the standard , fixed instruction length
In the 1970's researchers noticed that a promising alternative to providing a large set of instructions to the ISA (instruction set arch.)
Simple instructions and few addressing modes
Extra stuff left out saves space for other things
Instructions conform to a simple format
Reduces decoding delays
Load-store design
Everything operates on registers only; load from memory to the large number of registers first, then manipulate the registers only; store to memory when done.
UltraSPARC is first RISC based processor announced by the Sun Micro System in 1995.
The name SPARC stands for
Scalable Processer ARChitecture
The original SPARC was developed in mid 1980.
3 major revisions to the architecture
SPARC-V7, 32bit, 1986
SPARC-V8, 32bit, 1990
SPARC-V9, 64bit, 1993
CONTENTS OF SPARC: