Data types: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 6: Line 6:
* '''uint32''': A 32-bit unsigned integer
* '''uint32''': A 32-bit unsigned integer
* '''pointer16''': A 16-bit pointer
* '''pointer16''': A 16-bit pointer
* '''pointer32''': A 32-bit pointer
* '''pointer32''': A 24-bit pointer padded to 32-bits
* '''boolean''': A value of zero indicates false, any other value indicates true
* '''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
* '''bit field''': Indicates that there are multiple different fields stored within certain bits of the value