| |
| | Art of Assembly: Chapter Three |
 | | Since the 80x86 family busses are eight, 16, 32, or 64 bits wide, most data accesses are also eight, 16, 32, or 64 bits. |
 | | The 80x86 family, unlike many other processors, provides two distinct address spaces: one for memory and one for I/O. While the memory address busses on various 80x86 processors vary in size, the I/O address bus on all 80x86 CPUs is 16 bits wide. |
 | | A typical 80x86 processor addresses a maximum of 2**n different memory locations, where n is the number of bits on the address bus. |
| maven.smith.edu /~thiebaut/ArtOfAssembly/CH03/CH03-1.html (4236 words) |
|