??? 06/09/04 13:28 Read: times |
#72179 - RE: Course Notes - Memory expanded Responding to: ???'s previous message |
hi,
But all directly addressable RAM is also indirectly addressable, so it's not a distinct memory space. Hmm, I disagree. For example, SFRs are placed inside directly addressable RAM (in fact, you may write MOV B,#1 as well as MOV 0xF0,#1) but if you put 0xF0 into R0 and then do MOV @R0,#1 then it does not update B register. Regards, Oleg |