| |||||
Technical Support Support Resources
Product Information | A51: INSTRUCTION GENERATED BY PDATA OR XDATA VARIABLEInformation in this article applies to:
QUESTIONI'm using PDATA and XDATA in my project. What assembly language instructions are generated for accesses to these memory areas: ANSWERPDATA refers to one 256-byte "page" external data. Therefore, PDATA pointers may be stored in a single byte. PDATA memory is accesses using the MOVX @R0 and MOVX @R1 instructions. The upper byte of a PDATA address comes directly from the P2 register. Refer to the startup code in STARTUP.A51 for information on how to set P2. XDATA refers to the full 64K of addressable external data. Therefore, XDATA pointers may be stored in a word (2 bytes). XDATA memory is accessed using the MOVX @DPTR instruction. MORE INFORMATION
FORUM THREADSThe following Discussion Forum threads may provide information related to this topic. Last Reviewed: Thursday, September 22, 2005 | ||||
| |||||