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
SP/FP operand flags

Return values for processor_t::is_sp_based() More...

Macros

#define OP_FP_BASED   0x00000000
 operand is FP based
 
#define OP_SP_BASED   0x00000001
 operand is SP based
 
#define OP_SP_ADD   0x00000000
 operand value is added to the pointer
 
#define OP_SP_SUB   0x00000002
 operand value is subtracted from the pointer
 

Detailed Description

Return values for processor_t::is_sp_based()