Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/19/00 07:59
Read: times


 
#3846 - RAM.
I made an applications that require a lot of internal RAM.
When I build structure
struct S
{
unsigned char a: 1;
unsigned char b: 2;
};
does the compiler Keil allocate 3 bits for this structure or one byte?
Does this division of bits save memory?

Thank you.



List of 2 messages in thread
TopicAuthorDate
RAM.            01/01/70 00:00      
RE: RAM.            01/01/70 00:00      

Back to Subject List