created: 08/05/2001; audio: 01/15/2004; small correction: 11/01/2004; edited 07/02/15, 03/12/20

go to home page   go to next page hear noise highlighting

CHAPTER 22 — SPIM Exception Handler

Up until now, your programs have been running with SPIM used as a "bare machine" — a computer with no machine code in it but your own. Most computer systems run under the control of an operating system. Application programs use the services of the operating system to do input and output and other system tasks.

SPIM does not have an operating system, but it includes a small exception handler that provides a set of services that is a great help in writing assembly programs.

Chapter Topics:


QUESTION 1:

In an actual bare machine (real hardware) do you suppose that it is easy to write a character to the terminal?


go to home page   go to next page