miSim

misim.microchip
Class PIC84_Pcl

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

public class PIC84_Pcl
extends Register

This extends Register to implement the Program counter Low 8 bit register functions


Fields inherited from class misim.Register
machineState, simple, val
 
Constructor Summary
PIC84_Pcl(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
 

Constructor Detail

PIC84_Pcl

public PIC84_Pcl(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