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 TypeMethodDescriptionvoid
Memory.addListener
(Memory.Listener listener) Register the given listener to all memory addresses (0x00000000
through0xFFFFFFFF
).void
Memory.addListener
(Memory.Listener listener, int address) Register the given listener to a single address.void
Memory.addListener
(Memory.Listener listener, int firstAddress, int lastAddress) Register the given listener to a range of memory addresses.void
Memory.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 TypeClassDescriptionclass
An abstract class that provides generic components to facilitate implementation of a MarsTool and/or stand-alone Mars-based application.class
A MARS tool for simulating branch prediction with a Branch History Table (BHT)class
Bitmap display simulator.class
A data cache simulator for simulating and illustrating data cache performance.class
Didier Teifreto LIFC Université de franche-Comté www.lifc.univ-fcomte.fr/~teifreto didier.teifreto@univ-fcomte.frclass
Tool to help students learn about the IEEE-754 representation of 32-bit floating point values.class
Instruction counter tool.class
A MARS tool for obtaining instruction statistics by instruction category.class
The "hello world" of MarsTools!class
Keyboard and Display Simulator.class
Memory reference visualization.class
class
-
Uses of Memory.Listener in mars.venus.execute
Classes in mars.venus.execute that implement Memory.ListenerModifier and TypeClassDescriptionclass
Represents the Data Segment window, which is a type of JInternalFrame.class
Creates the Text Segment window in the Execute tab of the UI.