Colin’s Blog

A C++ Programmer

ICS Note 2

This is my notes for ICS. Source: book 计算系统概论笔记2 来自课本

Control Instructions

5种可以改变顺序的指令。

  • conditional branch
  • unconditional jump
  • subroutine call
  • TRAP (service call)
  • RTI (return from trap or interrupt)