Preprocessor macro defined to describe the compiler's parameter-passing setting.
#define __REGABI__ 0 | 1
The compiler defines this macro to be 1 if the compiler is set to use register-based parameter-passing code generation, 0 otherwise.