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 Processor
PROCESSOR_8051
static Processor
PROCESSOR_ARM
static Processor
PROCESSOR_DATA
static Processor
PROCESSOR_POWERPC
static Processor
PROCESSOR_SPARC
static Processor
PROCESSOR_TMS320C3x
static Processor
PROCESSOR_X86
static Processor
PROCESSOR_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
-
-