Uses of Class
mars.venus.Coprocessor0Window
Packages that use Coprocessor0Window
-
Uses of Coprocessor0Window in mars.venus
Methods in mars.venus that return Coprocessor0WindowModifier and TypeMethodDescriptionExecutePane.getCoprocessor0Window()
Access the coprocessor0 values window.RegistersPane.getCoprocessor0Window()
Return component containing coprocessor 0 (exceptions) register set.Constructors in mars.venus with parameters of type Coprocessor0WindowModifierConstructorDescriptionExecutePane(VenusUI mainUI, RegistersWindow regs, Coprocessor1Window cop1Regs, Coprocessor0Window cop0Regs)
initialize the Execute pane with major componentsMainPane(VenusUI appFrame, Editor editor, RegistersWindow regs, Coprocessor1Window cop1Regs, Coprocessor0Window cop0Regs)
Constructor for the MainPane class.RegistersPane(VenusUI appFrame, RegistersWindow regs, Coprocessor1Window cop1, Coprocessor0Window cop0)
Constructor for the RegistersPane class.