??? 12/28/10 20:10 Read: times |
#180322 - Partial decoding of external memory... Responding to: ???'s previous message |
Erik Malund said:
for MMIO where the address can be aaxx where aa is an 8 bit address and xx is whatever no address latch will be required.
Thanks, Erik. That's what I was hoping for. :) The basic idea being - if I map an IO port (in my case, an LCD...) onto H80XX or H81XX, then all I have to do is decode the upper 8 bits of the address. After all, if I don't care that I'm using 256-byte blocks for each register, the lower byte doesn't have to be latched. (This way, I can use the built-in memory-mapped LCD routines of BASCOM 8051 to do the coding for me...) |