
12 Dec
2005
12 Dec
'05
2:04 p.m.
On 12/12/05, John Maddock <john@johnmaddock.co.uk> wrote: <SNIP>
and in any case each element in the array is 8-bytes (32-bit pointers) or 16-bytes (64-bit pointers), so the alignment and size must be a multiple of 8 even if there are an odd number of elements.
Thanks, John.
You sure about that, John? - last I heard, 32-bit pointers were 4 bytes & 64-bit pointers were 8 bytes - or is this the Intel 4004 cross-compiler :-) Stuart Dootson