RainbowBS Manual: CPU information

RainbowBS

RainbowBS Manual  v0.1.0
Written by QWQ([email protected])
CPU information

Functions

U8 RBS_GetCPUBits (void)
 CPU word-width. More...
 
BOOL RBS_IsCPULittleEndian (void)
 Check if CPU is little-endian. More...
 
BOOL RBS_IsStackGrowDown (void)
 Check if stack grows down. More...
 

Detailed Description

Information about CPU.

Function Documentation

U8 RBS_GetCPUBits ( void  )
Returns
CPU word-width(8/16/32/64).
BOOL RBS_IsCPULittleEndian ( void  )
Return values
TRUElittle-endian.
FALSEbig-endian.
BOOL RBS_IsStackGrowDown ( void  )
Return values
TRUEgrowth down.
FALSEgrowth up.
Generated by   doxygen 1.8.9.1