??? 12/28/10 10:07 Read: times |
#180312 - aka "PDATA" Responding to: ???'s previous message |
Robert Henneke said:
You can adress external memory with R0 or R1.
You will have a 8bit adres DATA space. Use MOVX @R0,A and MOVX A,@R0 (R1) This is sometimes known as "PDATA" ('P' for "Paged"?) For completeness, note that it may or may not work on chips where the XDATA memory is internal - see the specific chip documentation for details... |