InterviewSolution
Saved Bookmarks
| 1. |
Why Memory Width Is Not 16-bit? In Stead Of Having 8-bit (same As 8085)? |
|
Answer» memory SIZE of 8086 is 1MB memory size of 8085 is 64KB 2 ^(adresslines)=size of memory (bytes) so adress LINES of 8086 are 20 and 8085 is 16 memory size of 8086 is 1MB memory size of 8085 is 64KB 2 ^(adresslines)=size of memory (bytes) so adress lines of 8086 are 20 and 8085 is 16 |
|