Created: 11/20/87
Release: 0.7
Version: 12/10/87
This is the first in a series of three construction articles in which you build a portable multitasking environment for programming. The purpose of the series is two-fold:
The ``task'' is divided up into three construction articles, each of which builds upon the code and concepts of the previous one but is complete in itself (it does not depend on the successive articles). The three articles are:
This article is the first in the series. It explains the concept of context switching and constructs a general-purpose and portable context switch...