Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/05/02 20:38
Read: times


 
#28669 - RE: Strange problem about internal ram test
The 89C668 has 8K of onboard RAM, comprising of lower 128 bytes directly addressable, 128 bytes of SFR directly addressable, upper 128 bytes indirectly addressable, and 7k + of Extended RAM addressable only with MOVX.
I think you are trying to access the upper 128 byte block with MOVX. To access indirect RAM you need to use (for example) MOV @R0,A.

Hal

List of 3 messages in thread
TopicAuthorDate
Strange problem about internal ram test            01/01/70 00:00      
RE: Strange problem about internal ram test            01/01/70 00:00      
RE: Strange problem about internal ram test            01/01/70 00:00      

Back to Subject List