FB_PPC
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgDdfbppc
- Last revised: 2021-10-11
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
#ENDIFend GeSHi
Version
- Since fbc 1.09.0
Differences from QB
- New to FreeBASIC
See also
Back to DocToc