FAR Modifier

The FAR modifier is an architecture-dependent macro used to explicitly declare pointers that utilize far addressing (referencing memory segments outside the default data segment). Depending on the target platform's memory model, this macro expands to a compiler-specific keyword (such as __far) or is defined as empty if standard addressing is sufficient.

Version:1.0
Header file:AR_Types.h (include AR_API.h)
See also: CALLBACK, INLINE, NEAR
SpaceShadow documentation