![]() |
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
-
TRUE little-endian. FALSE big-endian.
| BOOL RBS_IsStackGrowDown | ( | void | ) |
- Return values
-
TRUE growth down. FALSE growth up.
Generated by
1.8.9.1
