Suppose I have a struct like this
volatile struct { int foo; int bar; } data; data.foo=1; data.bar=2; data.foo=3; data.bar=4;
Are the assign