Uses of Interface
mars.tools.MarsTool
Packages that use MarsTool
-
Uses of MarsTool in mars.tools
Classes in mars.tools that implement MarsToolModifier 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.classclassTool to help students learn about 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.classSimple Demo of Mars tool capabilityclassMemory reference visualization.classclassDemo of Mars tool capability.classHandy little tool to magnify a selected section of the screen by a given scale and display it. -
Uses of MarsTool in mars.venus
Constructor parameters in mars.venus with type arguments of type MarsToolModifierConstructorDescriptionToolAction(Class<? extends MarsTool> toolClass, String toolName)Simple constructor.