Package dspl.backend

Class Summary
ArithmaticInstructionProcessor Abstract class for ArithmaticInstructorProcessor.
AssemblyfileGenerator Utility used to actually write the provided assembly file and instructions
BranchInstructionProcessor Abstract BranchInstructionProcessor from which all ISAs must derive a class to convert BranchInstructions into the appriopriate asm instructions
CCallInstructionProcessor Abstract CCallInstructionProcessor from which all ISAs must derive a class to convert CCallInstructions into the appriopriate asm instructions
InstructionProcessor InstructionProcessor is the primary Class used to take Intermediate Instructions and properly dispatch them to be converted into the appriopriate machine-specific instruction set
LoopInstructionProcessor Responsbile for processing LoopInstructions