You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

5 lines
149 B

  1. 16-bit address can access 2^16 = 65536 bytes of memory
  2. 8KB is 8192 bytes.
  3. 65536 / 8192 = 8 pages
  4. Since there are 8 pages, there are 8 table entries.