Package computer

Interface Summary
Code A super type for things inserted into the memory of the toy computer.
 

Class Summary
Data Represents data cells in the memory of the toy computer.
Instruction Represents an instruction cell in the memory of the toy computer.
Memory A dense array-like structure representing the memory of a toy computer.
Stack<T> A LIFO storage structure.
ToyComputer A simulator for a toy computer with a few instructions.