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

Functions

THREAD_SAFE bool is_code_far (cm_t cm)
 Does the given model specify far code?.
 
THREAD_SAFE bool is_data_far (cm_t cm)
 Does the given model specify far data?.
 

Variables

const cm_t CM_M_MASK = 0x0C
 
const cm_t CM_M_NN = 0x00
 small: code=near, data=near (or unknown if CM_UNKNOWN)
 
const cm_t CM_M_FF = 0x04
 large: code=far, data=far
 
const cm_t CM_M_NF = 0x08
 compact: code=near, data=far
 
const cm_t CM_M_FN = 0x0C
 medium: code=far, data=near
 

Detailed Description