??? 01/30/05 19:58 Read: times |
#86139 - Accessing the CODE area Responding to: ???'s previous message |
If you have constant data into the CODE area you must then use the MOVC instruction type to read the data.
If you have the external CODE and XDATA areas overlaid by having the /PSEN and /RD signals OR'ed and using the result of this logic function to read out the external memory then you use the MOVX or the MOVC instructions to read the memory and MOVX to write the memory (if it is a RAM type space). Michael Karas |