Uses of Class
com.github.croesch.micro_debug.mic1.register.Register

Packages that use Register
com.github.croesch.micro_debug.console   
com.github.croesch.micro_debug.debug   
com.github.croesch.micro_debug.mic1.controlstore   
com.github.croesch.micro_debug.mic1.mem   
com.github.croesch.micro_debug.mic1.register   
 

Uses of Register in com.github.croesch.micro_debug.console
 

Methods in com.github.croesch.micro_debug.console with parameters of type Register
 void Mic1Interpreter.addRegisterBreakpoint(Register r, Integer value)
          Adds a breakpoint for the given Register and the given value.
 boolean Mic1Interpreter.isTracing(Register r)
          Returns whether the given Register is currently traced.
 boolean TraceManager.isTracing(Register r)
          Returns whether the given Register is currently traced.
 void TraceManager.listRegister(Register r)
          Lists the value of a single Register.
 void Mic1Interpreter.listSingleRegister(Register r)
          Lists the value of a single Register.
 void Mic1Interpreter.traceRegister(Register r)
          Performs to trace the given Register.
 void TraceManager.traceRegister(Register r)
          Performs to trace the given Register.
 void Mic1Interpreter.untraceRegister(Register r)
          Performs to not trace the given Register anymore.
 void TraceManager.untraceRegister(Register r)
          Performs to not trace the given Register anymore.
 

Uses of Register in com.github.croesch.micro_debug.debug
 

Methods in com.github.croesch.micro_debug.debug with parameters of type Register
 void BreakpointManager.addRegisterBreakpoint(Register r, Integer val)
          Adds a breakpoint for the given Register and the given value.
 

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

Methods in com.github.croesch.micro_debug.mic1.controlstore that return Register
 Register MicroInstruction.getbBusSelect()
          Returns the value that defines the register that'll be written on the B-Bus.
 

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

Uses of Register in com.github.croesch.micro_debug.mic1.mem
 

Methods in com.github.croesch.micro_debug.mic1.mem with parameters of type Register
 void Memory.fillRegisters(Register wordRegister, Register byteRegister)
          If at least the signal read or fetch has been set in the memory.
 

Uses of Register in com.github.croesch.micro_debug.mic1.register
 

Methods in com.github.croesch.micro_debug.mic1.register that return Register
static Register Register.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Register[] Register.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.