Hi there,
How do you work out the alignment of an address by just looking at it?
On a 32bit system, an address of 0x12345670 means it's 16 byte aligned (because of the 0 on the end) right?
So what about:
0x12345671 0x12345672 0x12345673
etc?
Cheers, Jon