Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
Register info attribute flags

Used by register_info_t::flags. More...

Macros

#define REGISTER_READONLY   0x0001
 the user can't modify the current value of this register
 
#define REGISTER_IP   0x0002
 instruction pointer
 
#define REGISTER_SP   0x0004
 stack pointer
 
#define REGISTER_FP   0x0008
 frame pointer
 
#define REGISTER_ADDRESS   0x0010
 may contain an address
 
#define REGISTER_CS   0x0020
 code segment
 
#define REGISTER_SS   0x0040
 stack segment
 
#define REGISTER_NOLF   0x0080
 displays this register without returning to the next line, allowing the next register to be displayed to its right (on the same line)
 
#define REGISTER_CUSTFMT   0x0100
 register should be displayed using a custom data format. More...
 

Detailed Description

Used by register_info_t::flags.

Macro Definition Documentation

◆ REGISTER_CUSTFMT

#define REGISTER_CUSTFMT   0x0100

register should be displayed using a custom data format.

the format name is in bit_strings[0]; the corresponding regval_t will use bytevec_t