??? 06/20/06 23:02 Read: times Msg Score: +1 +1 Good Question |
#118658 - XDATA vs DATA/IDATA Responding to: ???'s previous message |
Erik Malund said:
The amount of code (=cycles) to read XRAM is minimum 3 times the amount of code required to read internal RAM direct or indirect. Richard Erlacher said:
You're clinging to the past, man! I'm contemplating an alternative that will make all the instrucitons one clock-tick long, even the 2- and 3-byte ones. But XDATA access is not just one instruction: it's two - load the DPTR, then access XDATA using the DPTR. Or does your one-clock-tick master plan also cover that...? |