Uses of Class
com.github.croesch.micro_debug.mic1.controlstore.JMPSignalSet

Packages that use JMPSignalSet
com.github.croesch.micro_debug.mic1.controlstore   
 

Uses of JMPSignalSet in com.github.croesch.micro_debug.mic1.controlstore
 

Methods in com.github.croesch.micro_debug.mic1.controlstore that return JMPSignalSet
 JMPSignalSet MicroInstruction.getJmpSignals()
          Returns the JMPSignalSet of this instruction.
 JMPSignalSet JMPSignalSet.setJmpC(boolean value)
          Sets a new value for the signal JMPC.
 JMPSignalSet JMPSignalSet.setJmpN(boolean value)
          Sets a new value for the signal JMPN.
 JMPSignalSet JMPSignalSet.setJmpZ(boolean value)
          Sets a new value for the signal JMPZ.
 

Constructors in com.github.croesch.micro_debug.mic1.controlstore with parameters of type JMPSignalSet
MicroInstruction(int addr, JMPSignalSet jmpSet, ALUSignalSet aluSet, CBusSignalSet cBusSet, MemorySignalSet memSet, Register b)
          Constructs a single mic1-instruction.
 



Copyright © 2012. All Rights Reserved.