Can RAM handle different data type sizes?
- by tstbu
int, char and bool usually have different sizes. Where intcharbool, I suppose.
But does the RAM even support this?
How is it built up?
Can it take advantage of bool being only 1 byte and store it in a small "register"?