__FB_ARM__ |
Top Previous Next |
__FB_ARM__ 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
|