Skip to content

FB_ARM


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
#ENDIF

end 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

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft