Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Peter Norton Programmer's Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  The 8086 is a 16-bit microprocessor and cannot therefore work directly
  with numbers larger than 16 bits. Theoretically, this means that the 8086
  should be able to access only 64 KB of memory. But, as we noted in the
  previous chapter, it can in fact access much more than that--1024 KB to be
  exact. This is possible because of the 20-bit addressing scheme used with
  the 8086, which expands the full range of memory locations that the 8086
  can work with from 216 (65,536) to 220 (1,048,576). But the 8086 is
  still limited by its 16-bit processing capacity. To access the 20-bit
  addresses, it must use an addressing method that fits into the 16-bit
  format.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson