Package ghidra.app.util
Interface ProcessorInfo
-
public interface ProcessorInfo
Miscellanious address space defines for language providers. Provides recommended default address space names and IDs.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BIT_SPACE
The bit space in a program.static java.lang.String
CODE_SPACE
The code space in a program.static int
CODE_SPACE_ID
ID for the CODE_SPACE.static java.lang.String
DEFAULT_SPACE
The default address space in a program.static java.lang.String
EXTMEM_SPACE
The external memory space in a program.static int
EXTMEM_SPACE_ID
ID for the EXTMEM_SPACE.static java.lang.String
INTMEM_SPACE
The internal memory space in a program.static int
INTMEM_SPACE_ID
ID for the INTMEM_SPACE.static java.lang.String
SFR_SPACE
The Special function registers space in a programstatic int
SFR_SPACE_ID
ID for the SFR_SPACE.
-
-
-
Field Detail
-
DEFAULT_SPACE
static final java.lang.String DEFAULT_SPACE
The default address space in a program.- See Also:
- Constant Field Values
-
CODE_SPACE
static final java.lang.String CODE_SPACE
The code space in a program.- See Also:
- Constant Field Values
-
INTMEM_SPACE
static final java.lang.String INTMEM_SPACE
The internal memory space in a program.- See Also:
- Constant Field Values
-
BIT_SPACE
static final java.lang.String BIT_SPACE
The bit space in a program.- See Also:
- Constant Field Values
-
EXTMEM_SPACE
static final java.lang.String EXTMEM_SPACE
The external memory space in a program.- See Also:
- Constant Field Values
-
SFR_SPACE
static final java.lang.String SFR_SPACE
The Special function registers space in a program- See Also:
- Constant Field Values
-
CODE_SPACE_ID
static final int CODE_SPACE_ID
ID for the CODE_SPACE.- See Also:
- Constant Field Values
-
INTMEM_SPACE_ID
static final int INTMEM_SPACE_ID
ID for the INTMEM_SPACE.- See Also:
- Constant Field Values
-
SFR_SPACE_ID
static final int SFR_SPACE_ID
ID for the SFR_SPACE.- See Also:
- Constant Field Values
-
EXTMEM_SPACE_ID
static final int EXTMEM_SPACE_ID
ID for the EXTMEM_SPACE.- See Also:
- Constant Field Values
-
-