MJay

The evolution of RISC technology at IBM - 논문 공부 본문

PSU/CSE 530 - Computer Architecture

The evolution of RISC technology at IBM - 논문 공부

MJSon 2019. 9. 8. 14:20

 




RISC 란

 

    Reduced Instruction- Set Computer




큰 구조

 

    Introduction

    Interaction of software with the 801

    Improved 801 architectures

    System/3T0 as a RISC machine

    801 technology transfer

    The RISC System/6000 computer

    Summary



기출 퀴즈

 

    What were three important changes from the 801 to the improved 801? For each of these three changes, list the key advantages and disadvantages (if any), and state whether the change makes the newer processor more RISC-like or CISC-like than its predecessor.

 

    Software technology had a large impact on the 801 projects. Describe both the role of a software simulation of the 801 and the 801 compiler in the 801 project.

 

801 Architecture

 

     The 801 was an experimental mini-computer designed by IBM. The resulting architecture was used in various roles in IBM into the 1980s.

 

Branch 란

 

A branch in a computer program is an instruction that tells a computer to begin executing different instructions rather than simply executing the instructions in order. In high-level languages, these are typically referred to as flow control procedures and are built into the language. In assembly programming, branch instructions are built into a CPU.

 

Pipelining 이란

 

프로세서에서 성능을 높이기 위해서 명령어 처리 과정으로 명령어 처리를 여러 단계로 나누어 단계별로 동시에

    수행 하여 병렬화를 시키는 것을 말한다.

 

출처: https://doitnow-man.tistory.com/72 [즐거운인생 (이유있는 삽질)]

 

Microcode 란

 

Microcode is a computer hardware technique that interposes a layer of organization between the CPU hardware and the programmer-visible instruction set architecture of the computer

 

Bootstrapping 이란

 

Bootstrap is the program that initializes the operating system (OS) during startup.






'PSU > CSE 530 - Computer Architecture' 카테고리의 다른 글

[CSE 530] Midterm - 1  (1) 2019.10.09
[CSE 530] - Quiz  (0) 2019.10.09
[CSE 530]- 시험 공부  (0) 2019.10.08
[CSE 530] - Computer Architecture problems  (0) 2019.10.05