Skip to content

FB_X86


Intrinsic define set by the compiler

Syntax

` FB_X86

`

Description

Define created at compile time if the compilation target uses the X86 or X86_64 CPU architecture, otherwise undefined.

Examples

start GeSHi

vb
#IFDEF __FB_X86__
  '...instructions for X86 OSes...
#ELSE
  '...instructions for other OSes
#ENDIF

end GeSHi

Version

  • Since fbc 1.08.0

Differences from QB

  • New to FreeBASIC

See also

Back to DocToc

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