??? 03/28/06 16:27 Read: times |
#113310 - On the busses Responding to: ???'s previous message |
Roberto said:
No, there are 65536 lacations for code and 65536 locations for data. To be really pedantic, there are 64K locations for code, and 64K locations for external data... ;-) Kai Klaas said:
And how many address buses are there? Only one address bus - but accesses to the Code locations are "qualified" by /PSEN, and accesses to the external Data locations are "qualified" by /RD or /WR Ok, I shouldn't have mentioned "locations", but "addresses". "Locations" are fine: In total, there are 128K locations - 64K in the Code memory, and a separate 64K in the external Data memory! See p6 in Chapter 3 of the "bible". Chapter 3; 80C51 family hardware description. http://www.semiconductors.philips.com/acrobat/v...WARE_1.pdf |