All Packages Class Hierarchy This Package Previous Next Index
Class duckMachine.architecture.Word
java.lang.Object
|
+----duckMachine.architecture.Word
- public class Word
- extends Object
The class of all machine words (data, instructions, and addresses).
Every machine word must have an integer representation to be used
in arithmetic and address calculations.
-
Word(int)
-
-
toInt()
-
-
toString()
-
Word
protected Word(int integerRep)
toInt
public int toInt()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index