Content deleted Content added
S.emmerson (talk | contribs) m Modified the padding and alignment shortcut to indicate that either the offset must be unsigned or the system must use two's complement arithmetic (doesn't work for one's complement or sign-magnitude) |
→Definitions: Address 'a' isn't a multiple of 'n bytes', just a multiple of 'n'. |
||
Line 46:
==Definitions==
A memory address ''a'' is said to be ''n-[[byte]] aligned'' when ''a'' is a multiple of ''n''
The alternate wording ''b-bit aligned'' designates a ''b/8 byte aligned'' address (ex. [[64-bit]] aligned is 8 bytes aligned).
|