Package ghidra.test
Class TestProcessorConstants
- java.lang.Object
 - 
- ghidra.test.TestProcessorConstants
 
 
- 
public class TestProcessorConstants extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ProcessorPROCESSOR_8051static ProcessorPROCESSOR_ARMstatic ProcessorPROCESSOR_DATAstatic ProcessorPROCESSOR_POWERPCstatic ProcessorPROCESSOR_SPARCstatic ProcessorPROCESSOR_TMS320C3xstatic ProcessorPROCESSOR_X86static ProcessorPROCESSOR_Z80 
- 
Constructor Summary
Constructors Constructor Description TestProcessorConstants() 
 - 
 
- 
- 
Field Detail
- 
PROCESSOR_8051
public static final Processor PROCESSOR_8051
 
- 
PROCESSOR_Z80
public static final Processor PROCESSOR_Z80
 
- 
PROCESSOR_POWERPC
public static final Processor PROCESSOR_POWERPC
 
- 
PROCESSOR_SPARC
public static final Processor PROCESSOR_SPARC
 
- 
PROCESSOR_X86
public static final Processor PROCESSOR_X86
 
- 
PROCESSOR_TMS320C3x
public static final Processor PROCESSOR_TMS320C3x
 
- 
PROCESSOR_ARM
public static final Processor PROCESSOR_ARM
 
- 
PROCESSOR_DATA
public static final Processor PROCESSOR_DATA
 
 - 
 
 -