Uses of Class
mars.mips.instructions.Instruction
Packages that use Instruction
-
Uses of Instruction in mars
Methods in mars that return InstructionModifier and TypeMethodDescriptionProgramStatement.getInstruction()
Produces Instruction object corresponding to this statement's operator.Constructors in mars with parameters of type InstructionModifierConstructorDescriptionProgramStatement(MIPSprogram sourceMIPSprogram, String source, TokenList origTokenList, TokenList strippedTokenList, Instruction inst, int textAddress, int sourceLine)
Constructor for ProgramStatement when there are links back to all source and token information. -
Uses of Instruction in mars.mips.instructions
Subclasses of Instruction in mars.mips.instructionsModifier and TypeClassDescriptionclass
Class to represent a basic instruction in the MIPS instruction set.class
ExtendedInstruction represents a MIPS extended (a.k.a pseudo) instruction.Methods in mars.mips.instructions that return types with arguments of type InstructionModifier and TypeMethodDescriptionInstructionSet.getInstructionList()
Retrieve the current instruction set.InstructionSet.matchOperator(String name)
Given an operator mnemonic, will return the corresponding Instruction object(s) from the instruction set.InstructionSet.prefixMatchOperator(String name)
Given a string, will return the Instruction object(s) from the instruction set whose operator mnemonic prefix matches it.