Skip to content

FB_PPC


Intrinsic define set by the compiler

Syntax

` FB_PPC

`

Description

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

Examples

start GeSHi

vb
#IFDEF __FB_PPC__
  '...instructions for PowerPC OSes...
#ELSE
  '...instructions for other OSes
#ENDIF

end GeSHi

Version

  • Since fbc 1.09.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