Uses of Class
com.github.croesch.micro_debug.mic1.alu.Alu

Packages that use Alu
com.github.croesch.micro_debug.mic1.alu   
 

Uses of Alu in com.github.croesch.micro_debug.mic1.alu
 

Methods in com.github.croesch.micro_debug.mic1.alu that return Alu
 Alu Alu.setA(int a)
          Sets the value for the input value A.
 Alu Alu.setB(int b)
          Sets the value for the input value B.
 Alu Alu.setEnA(boolean enA)
          Sets the value for the signal ENA.
 Alu Alu.setEnB(boolean enB)
          Sets the value for the signal ENB.
 Alu Alu.setF0(boolean f0)
          Sets the value for the signal F0.
 Alu Alu.setF1(boolean f1)
          Sets the value for the signal F1.
 Alu Alu.setInc(boolean inC)
          Sets the value for the signal Carry in.
 Alu Alu.setInvA(boolean invA)
          Sets the value for the signal INVA.
 



Copyright © 2012. All Rights Reserved.