miSim

misim.microchip
Class PIC84_Tris

java.lang.Object
  |
  +--misim.Register
        |
        +--misim.microchip.PIC84_Tris

public class PIC84_Tris
extends Register

This extends Register to implement the function of both Tris registers


Fields inherited from class misim.Register
machineState, simple, val
 
Constructor Summary
PIC84_Tris(MachineState machineState)
           
 
Method Summary
 void handleUpdate()
          Subclasses should implement this to respond to changes made to the value of the register.
 void setPortReg(Port portReg)
           
 
Methods inherited from class misim.Register
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PIC84_Tris

public PIC84_Tris(MachineState machineState)
Method Detail

setPortReg

public void setPortReg(Port portReg)

handleUpdate

public void handleUpdate()
Description copied from class: Register
Subclasses should implement this to respond to changes made to the value of the register. This is only called when the member variable 'simple' is set to false.
Overrides:
handleUpdate in class Register

miSim