Uses of Interface
mars.mips.hardware.Memory.Listener
Packages that use Memory.Listener
-
Uses of Memory.Listener in mars.mips.hardware
Methods in mars.mips.hardware with parameters of type Memory.ListenerModifier and TypeMethodDescriptionvoidMemory.addListener(Memory.Listener listener) Register the given listener to all memory addresses (0x00000000through0xFFFFFFFF).voidMemory.addListener(Memory.Listener listener, int address) Register the given listener to a single address.voidMemory.addListener(Memory.Listener listener, int firstAddress, int lastAddress) Register the given listener to a range of memory addresses.voidMemory.removeListener(Memory.Listener listener) Unregister the given listener from all memory addresses it is registered to. -
Uses of Memory.Listener in mars.tools
Classes in mars.tools that implement Memory.ListenerModifier and TypeClassDescriptionclassAn abstract class that provides generic components to facilitate implementation of a MarsTool and/or stand-alone Mars-based application.classA MARS tool for simulating branch prediction with a Branch History Table (BHT)classBitmap display simulator.classA data cache simulator for simulating and illustrating data cache performance.classDidier Teifreto LIFC Université de franche-Comté www.lifc.univ-fcomte.fr/~teifreto didier.teifreto@univ-fcomte.frclassTool to help students learn about the IEEE-754 representation of 32-bit floating point values.classInstruction counter tool.classA MARS tool for obtaining instruction statistics by instruction category.classThe "hello world" of MarsTools!classKeyboard and Display Simulator.classMemory reference visualization.classclass -
Uses of Memory.Listener in mars.venus.execute
Classes in mars.venus.execute that implement Memory.ListenerModifier and TypeClassDescriptionclassRepresents the Data Segment window, which is a type of JInternalFrame.classCreates the Text Segment window in the Execute tab of the UI.