Uses of Class
com.github.croesch.micro_debug.mic1.mem.Memory

Packages that use Memory
com.github.croesch.micro_debug.console   
com.github.croesch.micro_debug.mic1   
com.github.croesch.micro_debug.mic1.mem   
 

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

Constructors in com.github.croesch.micro_debug.console with parameters of type Memory
MemoryInterpreter(Memory mem)
          Constructs an interpreter of a memory, can print code and stack read from the memory.
 

Uses of Memory in com.github.croesch.micro_debug.mic1
 

Methods in com.github.croesch.micro_debug.mic1 that return Memory
 Memory Mic1.getMemory()
          Returns the main memory.
 

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

Methods in com.github.croesch.micro_debug.mic1.mem with parameters of type Memory
 String IJVMCommandArgument.getRepresentationOfArgument(int addr, int value, Memory mem)
          Returns the String representing the given value of this argument.
 String IJVMCommandArgument.represent(int addr, int value, Memory mem)
          Returns the String representation of the given value that is expected to have the correct size.
 



Copyright © 2012. All Rights Reserved.