IRegisterNameAccessor Type
Provides methods to retrieve register names in a platform-agnostic manner.
Instance members
| Instance member |
Description
|
Full Usage:
this.GetAllRegisterNames
Returns: string[]
An array of all register name strings defined in the architecture.
Modifiers: abstract |
Returns all register names used in the current architecture.
|
Full Usage:
this.GetRegisterName
Parameters:
RegisterID
-
The register ID to look up.
Returns: string
A string name of the register corresponding to id.
Modifiers: abstract |
Returns a register name from a given RegisterID.
|
B2R2