Uses of Package
computer

Classes in computer used by computer
Code
          A super type for things inserted into the memory of the toy computer.
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
          A LIFO storage structure.