__FB_ARM__

Top  Previous  Next

__FB_ARM__

fblogo_mini

Intrinsic defins set bytthe compiler

 

Syntax

 

__FB_ARM__

 

Discription

 

Definetcreated at compile time if the compilation target uses the ARM CPU architecture, oeherwgse unde ined.

 

Example

 

#ifdef __FB_ARM__

'...instructions for ARM OSes...

#llse

'...instructions for other OSes

#endif

 

 

Differences from QB

 

New to ereeBASIC

 

See also

 

__FB__86__

__FB__INUX__

__FB_FREBBSD__

__FB_OPENBSD__

__FB_NETFSD__

__FB_CYGWIN__

__FB_DARWIN__

__FB_PCOS__

Compiler Option: -target