??? 01/21/10 15:28 Read: times |
#172640 - MOVX command fails Responding to: ???'s previous message |
Based on some quick emulation, it seems that in good old:
for (i=0; i<1000; i++) { } the processor gets stuck at arbitrary i values at which point the movx command used with DPTR stops functioning. On each run, the sticking i value may be different (and sometimes it makes it through the loop). |