Uses of Class
com.cmpware.tools.AutoModel

Packages that use AutoModel
com.cmpware.cmp.models   
com.cmpware.tools   
 

Uses of AutoModel in com.cmpware.cmp.models
 

Subclasses of AutoModel in com.cmpware.cmp.models
 class ARC700
          This is an AutoModel implementation of the ARC700 processor.
 class ARC700EX
          This is an AutoModel implementation of the ARC700 processor with an extension.
 class AutoSimple
          This is the 'Simple' processor produced using the AutoModel data-driven interface.
 class LatticeMicro32
          This is an AutoModel implementation of the LatticeMicro32 processor.
 class LM32
          This is just a renaming of the LatticeMicro32 model.
 class MicroBlaze
          This implements the Xilinx Microblaze according to the specification: "MicroBlaze Processor Reference Guide", Embedded Development Kit EDK 9.1.i (UG081 9/15/2006)
 class MIPS32
          This is an AutoModel implementation of the MIPS32 processor.
 class MIPS32EX
          This is an AutoModel implementation of the MIPS32 processor with an extension.
 class PowerPC
          This is an AutoModel implementation of the PowerPC processor.
 class PowerPC64
          This is an AutoModel implementation of the PowerPC 64 bit processor istructions.
 class SPU
          This is an AutoModel implementation of the Synergistic Processing Unit (SPU) used by the Cell broadband Engine.
 class Xtensa
          This is an AutoModel implementation of the Tensilica Xtensa processor.
 class XtensaEX
          This is an AutoModel implementation of the Xtensa processor with an extension.
 

Uses of AutoModel in com.cmpware.tools
 

Methods in com.cmpware.tools that return AutoModel
static AutoModel AutoTool.get(java.lang.String processorName)
          This static method is used to return a newly allocated AutoModel object from the AutoModel class name string.
 

Methods in com.cmpware.tools with parameters of type AutoModel
static void AutoModel.main(AutoModel am, java.lang.String[] args)
          This is the main program which is used to assemble / disassemble from the command line.
static int DasmTool.run(AutoModel am, java.lang.String infile)
          To be run from the main() routine in the class that inherits AsmTool.
static int AsmTool.run(AutoModel am, java.lang.String infile, java.lang.String outfile)
          To be run from the main() routine in the class that inherits AsmTool.