Are you an LLM? You can read better optimized documentation at /en\official\language\defines\KeyPgDdfbarm.md for this page in Markdown format
FB_ARM
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgDdfbarm
- Last revised: 2021-03-27
Intrinsic define set by the compiler
Syntax
` FB_ARM
`
Description
Define created at compile time if the compilation target uses the ARM CPU architecture, otherwise undefined.
Examples
start GeSHi
vb
#IFDEF __FB_ARM__
'...instructions for ARM OSes...
#ELSE
'...instructions for other OSes
#ENDIFend GeSHi
Differences from QB
- New to FreeBASIC
See also
__FB_X86____FB_LINUX____FB_FREEBSD____FB_OPENBSD____FB_NETBSD____FB_CYGWIN____FB_DARWIN____FB_PCOS__- Compiler Option: -target
Back to DocToc