Hi! I'm simulating my program (ASM) in uVision v7.02a. When reading a byte from AT89S8252's internal EEPROM the movx instruction always uses the 1st DPTR, though the DPS is set to the 2nd DPTR. On the hardware the program works just fine. Any ideas? Regards, Reinhard
Write your own AGSI dll to simulate multiple DPTRs. I wrote an AGSI dll for my SDA55XX, it works fine.
Hi! Thanks for the tip, but I've got neither the time nor the knowledge for writing such a DLL. Reinhard