Uses of Class
mars.settings.BooleanSetting
Packages that use BooleanSetting
-
Uses of BooleanSetting in mars.settings
Fields in mars.settings declared as BooleanSettingModifier and TypeFieldDescriptionfinal BooleanSetting
Settings.assembleOnOpenEnabled
Flag to control whether a file is immediately and automatically assembled upon opening.final BooleanSetting
Settings.autoIndentEnabled
Flag to control whether the editor will use the auto-indent feature.final BooleanSetting[]
Settings.booleanSettings
final BooleanSetting
Settings.delayedBranchingEnabled
Flag to control whether delayed branching is simulated.final BooleanSetting
Settings.displayAddressesInHex
Flag to control whether memory addresses are displayed in hexadecimal.final BooleanSetting
Settings.displayEditorLineNumbers
Flag to control whether the editor will display line numbers on the side.final BooleanSetting
Settings.displayValuesInHex
Flag to control whether operand, memory, and register values are displayed in hexadecimal.final BooleanSetting
Settings.exceptionHandlerEnabled
Flag to control whether the currently selected exception handler source file will be included in each assembly operation.final BooleanSetting
Settings.extendedAssemblerEnabled
Flag to control whether the assembler will be limited to basic MIPS instructions and formats.final BooleanSetting
Settings.highlightCurrentEditorLine
Flag to control whether the editor will highlight the line currently being edited.final BooleanSetting
Settings.labelWindowVisible
Flag to control whether the symbol table window will be visible upon successful assembly in the Execute tab.final BooleanSetting
Settings.memoryHighlightingEnabled
Flag to control whether values in the memory viewer are highlighted during stepped execution.final BooleanSetting
Settings.popupInstructionGuidance
Flag to control whether the editor will provide popup instruction guidance while typing.final BooleanSetting
Settings.popupSyscallInput
Flag to control whether the simulator will use popup dialogs for input syscalls.final BooleanSetting
Settings.registerHighlightingEnabled
Flag to control whether registers in the register window are highlighted during stepped execution.final BooleanSetting
Settings.selfModifyingCodeEnabled
Flag to control whether a program can write binary code to the text or data segment and execute that code.final BooleanSetting
Settings.startAtMain
Flag to control whether the assembler automatically initializes program counter to the address of global labelmain
, if defined.final BooleanSetting
Settings.useBigEndian
Flag to control whether the big-endian byte ordering is used in memory and register addressing.final BooleanSetting
Settings.useProgramArguments
Flag to control whether to accept and use program arguments.final BooleanSetting
Settings.warningsAreErrors
Flag to control whether assembler warnings are automatically promoted to errors.