might be a newbie question but how to locate a 6 bytes structure at an odd word address i.e.
address mod 4 equals to 2? An example in C would be very helpful, thnx.
I am confused by your question. Do you want to know how to find a 6-byte structure or are you wondering about its location relative to an 'odd' linear address?
01000101 wrote:I am confused by your question. Do you want to know how to find a 6-byte structure or are you wondering about its location relative to an 'odd' linear address?
how to put 6bytes structure at an odd word address.