Simple Machine

machine
Class Register.OutputPort

java.lang.Object
  extended by machine.Register.OutputPort
Enclosing class:
Register

public class Register.OutputPort
extends Object

Register's output port.


Constructor Summary
Register.OutputPort()
           
 
Method Summary
 int get()
          Get the value of this register's output port.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Register.OutputPort

public Register.OutputPort()
Method Detail

get

public int get()
Get the value of this register's output port.


Simple Machine

Copyright © 2010, 2011 Mike Feeley. All Rights Reserved.