??? 03/07/07 11:23 Read: times |
#134453 - Every little helps! Responding to: ???'s previous message |
Jan Waclawek said:
I really don't know what's all that hassle around the automatic address recognition...
The software equivalent of it is mov a,SBUF anl a,#ADDRESS_MASK cjne a,#ADDRESS_VALUE,end-of-interruptwhich doesn't look like a prohibitive overhead, does it???? The overhead is somewhat more than that - the Automatic Address Recognition means that you don't get an interrupt at all from non-matching addresses. Whether it's "prohibitive" or not depends on how busy the bus is, I suppose... |