hades.models.pic
Class PicExec16F84

java.lang.Object
  extended byhades.models.pic.PicExec
      extended byhades.models.pic.PicExec16F84

public class PicExec16F84
extends PicExec


Field Summary
 
Fields inherited from class hades.models.pic.PicExec
action, alu, ALUACTION, BITACTION, breakPoint, clocking, decode, eeprom, eprom, epromBreakPoints, JUMPACTION, LITERALACTION, nextInstruction, nextJump, operand, regBank, regBankBreakPoints, result, skip, sleep, stack, wdt, workReg
 
Constructor Summary
PicExec16F84()
           
 
Method Summary
 void buildRegBank(PicBreakPoint breakPoint, PicEpromBreakPoints epromBreakPoints)
           
 
Methods inherited from class hades.models.pic.PicExec
advance, clock, fetchNextInstruction, firstCycle, fourthCycle, incPc, por, reset, secondCycle, thirdCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicExec16F84

public PicExec16F84()
Method Detail

buildRegBank

public void buildRegBank(PicBreakPoint breakPoint,
                         PicEpromBreakPoints epromBreakPoints)
Overrides:
buildRegBank in class PicExec