IDA SDK
|
A register variable allows the user to rename a general processor register to a meaningful name.
IDA doesn't check whether the target assembler supports the register renaming. All register definitions will appear at the beginning of the function.
Inherits range_t.
Public Attributes | |
char * | canon |
canonical register name (case-insensitive) | |
char * | user |
user-defined register name | |
char * | cmt |
comment to appear near definition | |