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
Standard C-language models for x86

Variables

const cm_t C_PC_TINY = (CM_N16_F32 | CM_M_NN)
 
const cm_t C_PC_SMALL = (CM_N16_F32 | CM_M_NN)
 
const cm_t C_PC_COMPACT = (CM_N16_F32 | CM_M_NF)
 
const cm_t C_PC_MEDIUM = (CM_N16_F32 | CM_M_FN)
 
const cm_t C_PC_LARGE = (CM_N16_F32 | CM_M_FF)
 
const cm_t C_PC_HUGE = (CM_N16_F32 | CM_M_FF)
 
const cm_t C_PC_FLAT = (CM_N32_F48 | CM_M_NN)
 

Detailed Description