Package de.cau.cs.kieler.krep.evalbench.program

Assembler representation for the different processors.

See:
          Description

Interface Summary
IAssembler Interface for assemblers that transform assembler files into binary object code.
IConfig Configuration of the different processors.
 

Class Summary
Instruction Superclass for all assembler instructions.
KepAssembler Reads human readable KEP assembler files.
KepConfig Configuration of the Kiel Esterel Processor.
KlpAssembler Read and assembler a assembler file for the KLP.
KlpConfig Holds the actual configuration of a Kiel Reactive Processor.
LstAssembler Read generated KEP lst file, which generated externally, eg, by kasm2kepe.
 

Exception Summary
ParseException Any exception that occurred while Parsing an Assembler file.
 

Package de.cau.cs.kieler.krep.evalbench.program Description

Assembler representation for the different processors.