miSim

misim.microchip
Class PIC84_Tmr0

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

public class PIC84_Tmr0
extends Register

This extends Register to implement the Timer 0 register functions


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

Field Detail

tmrWriteDelay

public int tmrWriteDelay
Constructor Detail

PIC84_Tmr0

public PIC84_Tmr0(MachineState machineState)
Method Detail

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