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   
com.github.croesch.micro_debug.parser   
 

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)
          Adds a breakpoint for the given Register.
 void Mic1Interpreter.addRegisterBreakpoint(Register r, java.lang.Integer value)
          Adds a breakpoint for the given Register and the given value.
 boolean TraceManager.isTracing(Register r)
          Returns whether the given Register is currently traced.
 boolean Mic1Interpreter.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 TraceManager.traceRegister(Register r)
          Performs to trace the given Register.
 void Mic1Interpreter.traceRegister(Register r)
          Performs to trace the given Register.
 void TraceManager.untraceRegister(Register r)
          Performs to not trace the given Register anymore.
 void Mic1Interpreter.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)
          Adds a breakpoint for the given Register on write access.
 void BreakpointManager.addRegisterBreakpoint(Register r, java.lang.Integer val)
          Adds a breakpoint for the given Register and the given value.
 boolean BreakpointManager.isRegisterBreakpoint(Register r)
          Returns whether there is a breakpoint for the given Register on write access.
 boolean BreakpointManager.isRegisterBreakpoint(Register r, java.lang.Integer val)
          Returns whether there is a breakpoint for the given Register and the given value.
 void BreakpointManager.removeRegisterBreakpoint(Register r)
          Removes the breakpoint for the given Register on write access.
 void BreakpointManager.removeRegisterBreakpoint(Register r, java.lang.Integer val)
          Removes the 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(java.lang.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.
 

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

Methods in com.github.croesch.micro_debug.parser that return Register
 Register RegisterParser.parse(java.lang.String toParse)
          Parses the given String and returns an Object of the specific type.
 



Copyright © 2012. All Rights Reserved.