| |
| | Problem 1: Memory Modeling (Site not responding. Last check: 2007-10-14) |
 | | This means that aligned accesses occur at byte boundaries, and that byte, half-word, word, and double-word loads and stores must occur at predefined locations, as shown in the table below. |
 | | So, in Little-Endian organization, the LSB is the byte at address 0 mod 4 of a word, and at address 0 mod 8 of a double word. |
 | | In Big-Endian organization, the MSB is the byte at address 0 mod 4 of a word, and at 0 mod 8 of a double word. |
| www.cs.umd.edu /class/fall2002/cmsc411/work/work5-ans/node1.html (889 words) |
|