pub const SIZEOF_U32: usize = 4;
The size of a 32bit unsigned int in byte (all words in registers are u32)