I have a question regarding how memory is addressed and interfaced to the processor. Considering a 32 bit data bus, and if one need to access (a byte) data on location 0x3, what will be the address sent on the address bus ? Will it be 0x3 or will it be 0x0 and then processor picks from the lines 16-23 ? if it is not 0x0 and is 0x3 then what all will be there on rest of the data bus and on what data one need to access all 4 bytes in one go(say an int) ?
feedback
|