Data types: Difference between revisions

18 bytes added ,  3 months ago
no edit summary
No edit summary
No edit summary
Line 6:
* '''uint32''': A 32-bit unsigned integer
* '''pointer16''': A 16-bit pointer
* '''pointer32''': A 3224-bit pointer padded to 32-bits
* '''boolean''': A value of zero indicates false, any other value indicates true
* '''bit field''': Indicates that there are multiple different fields stored within certain bits of the value