A computer has 16 address wires (address bus?) and 8-bit word size. What is the addressability?
I figured out that address space is 2^16 = 65536, but I still don't know how to calculate addressability.
I know addressability is the bytes each space occupies but how do I figure this out? Any help would be appreciated, especially some general formula associating word size/address bus with addressability.
I'm sorry if this question is super simple.