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 12:53
Read: times


 
#3862 - RE: RAM.
Edit: G:kx.c51 Zeile 2
#pragma cd

struct S
{
unsigned char a: 1;
unsigned char b: 2;
}T;

test()
{
T.a = 0;
T.b = 0;
}

compile it and look at the listing


Peter

P.S.: 1 byte

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

Back to Subject List