Hello to everyone.
I'am debugging my asm-function. I'am using UV3 with ADI Evalution-kit EVAL-ADUC7026QSP. Everything works fine when just let it run. But when walking step by step (F11) through the programm strange things occur: R0=0, N=0, Z=1, C=0, V=0, after
MOVVS R0,R0,RRX
R0=0x03AADA92 When I place a breakpoint after this and just let it run (F5) R0 has the expected value 0x00000000 Your ideas?