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

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

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

Methods in com.github.croesch.micro_debug.mic1.controlstore that return ALUSignalSet
 ALUSignalSet MicroInstruction.getAluSignals()
          Returns the ALUSignalSet of this instruction.
 ALUSignalSet ALUSignalSet.setEnA(boolean value)
          Sets a new value for the signal ENA.
 ALUSignalSet ALUSignalSet.setEnB(boolean value)
          Sets a new value for the signal ENB.
 ALUSignalSet ALUSignalSet.setF0(boolean value)
          Sets a new value for the signal F0.
 ALUSignalSet ALUSignalSet.setF1(boolean value)
          Sets a new value for the signal F1.
 ALUSignalSet ALUSignalSet.setInc(boolean value)
          Sets a new value for the signal INC.
 ALUSignalSet ALUSignalSet.setInvA(boolean value)
          Sets a new value for the signal INVA.
 ALUSignalSet ALUSignalSet.setSLL8(boolean value)
          Sets a new value for the signal SLL8.
 ALUSignalSet ALUSignalSet.setSRA1(boolean value)
          Sets a new value for the signal SRA1.
 

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



Copyright © 2012. All Rights Reserved.