All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class duckMachine.architecture.TestALU

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

public class TestALU
extends Object
A simple program to test the ALU.


Constructor Index

 o TestALU()

Method Index

 o main(String[])
The program creates an ALU, tests every possible operation, as well as the flags.

Constructors

 o TestALU
 public TestALU()

Methods

 o main
 public static void main(String args[])
The program creates an ALU, tests every possible operation, as well as the flags.


All Packages  Class Hierarchy  This Package  Previous  Next  Index