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
FieldsModifier and TypeFieldDescriptionstatic final StringThe bit space in a program.static final StringThe code space in a program.static final intID for the CODE_SPACE.static final StringThe default address space in a program.static final StringThe external memory space in a program.static final intID for the EXTMEM_SPACE.static final StringThe internal memory space in a program.static final intID for the INTMEM_SPACE.static final StringThe Special function registers space in a programstatic final intID 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:
-