Uses of Class
mars.mips.instructions.Instruction
Packages that use Instruction
-
Uses of Instruction in mars.assembler.syntax
Methods in mars.assembler.syntax that return InstructionConstructors in mars.assembler.syntax with parameters of type InstructionModifierConstructorDescriptionStatementSyntax(SourceLine sourceLine, Token firstToken, Instruction instruction, List<SyntaxOperand> operands) -
Uses of Instruction in mars.mips.instructions
Subclasses of Instruction in mars.mips.instructionsModifier and TypeClassDescriptionclassClass to represent a basic instruction in the MIPS instruction set.classRepresentation of an extended instruction, also known as a pseudo-instruction.Methods in mars.mips.instructions with type parameters of type InstructionModifier and TypeMethodDescriptionstatic <T extends Instruction>
TInstructionSet.matchInstruction(List<T> mnemonicMatches, List<OperandType> givenTypes) static <T extends Instruction>
TInstructionSet.matchInstructionLoosely(List<T> mnemonicMatches, List<OperandType> givenTypes) Methods in mars.mips.instructions that return types with arguments of type InstructionModifier and TypeMethodDescriptionInstructionSet.getAllInstructions()Retrieve the current instruction set.InstructionSet.matchMnemonic(String mnemonic) Given an operator mnemonic, will return the corresponding Instruction object(s) from the instruction set.InstructionSet.matchMnemonicPrefix(String mnemonicPrefix) Given a string, will return the Instruction object(s) from the instruction set whose operator mnemonic prefix matches it.