Help


from Wikipedia
« »  
Before the RISC philosophy became prominent, many computer architects tried to bridge the so called semantic gap, i. e. to design instruction sets that directly supported high-level programming constructs such as procedure calls, loop control, and complex addressing modes, allowing data structure and array accesses to be combined into single instructions.
Instructions are also typically highly encoded in order to further enhance the code density.
The compact nature of such instruction sets results in smaller program sizes and fewer ( slow ) main memory accesses, which at the time ( early 1960s and onwards ) resulted in a tremendous savings on the cost of computer memory and disc storage, as well as faster execution.
It also meant good programming productivity even in assembly language, as high level languages such as Fortran or Algol were not always available or appropriate ( microprocessors in this category are sometimes still programmed in assembly language for certain types of critical applications ).

1.831 seconds.