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
Modifier and TypeFieldDescriptionstatic final String
The bit space in a program.static final String
The code space in a program.static final int
ID for the CODE_SPACE.static final String
The default address space in a program.static final String
The external memory space in a program.static final int
ID for the EXTMEM_SPACE.static final String
The internal memory space in a program.static final int
ID for the INTMEM_SPACE.static final String
The Special function registers space in a programstatic final int
ID for the SFR_SPACE.
-
Field Details
-
DEFAULT_SPACE
The default address space in a program.- See Also:
-
CODE_SPACE
The code space in a program.- See Also:
-
INTMEM_SPACE
The internal memory space in a program.- See Also:
-
BIT_SPACE
The bit space in a program.- See Also:
-
EXTMEM_SPACE
The external memory space in a program.- See Also:
-
SFR_SPACE
The Special function registers space in a program- See Also:
-
CODE_SPACE_ID
static final int CODE_SPACE_IDID for the CODE_SPACE.- See Also:
-
INTMEM_SPACE_ID
static final int INTMEM_SPACE_IDID for the INTMEM_SPACE.- See Also:
-
SFR_SPACE_ID
static final int SFR_SPACE_IDID for the SFR_SPACE.- See Also:
-
EXTMEM_SPACE_ID
static final int EXTMEM_SPACE_IDID for the EXTMEM_SPACE.- See Also:
-