__FB_M68K__
 
Intrinsic define set for Motorola 68000-family targets.

Syntax

__FB_M68K__

Description

Define without a value created at compile time when the target CPU family is m68k. The current target form is AROS m68k. It also defines __FB_BIGENDIAN__ because the target stores multi-byte values in big-endian order.

Example

#ifdef __FB_M68K__
    Print "m68k target"
#endif


Version

  • Since fbc 1.20.3

See also