All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class duckMachine.architecture.TestMemory

java.lang.Object
   |
   +----duckMachine.architecture.TestMemory

public class TestMemory
extends Object
A simple program to test the memory unit.


Constructor Index

 o TestMemory()

Method Index

 o main(String[])
The program creates two memory units and tries various operations on them.

Constructors

 o TestMemory
 public TestMemory()

Methods

 o main
 public static void main(String args[])
The program creates two memory units and tries various operations on them. All exceptions are redirected to the standard error stream.


All Packages  Class Hierarchy  This Package  Previous  Next  Index