Why would the following line in C:
XRAM00 |= 0x01;
compile into this:
mov dptr, #XRAM00 movx a, @dptr mov r7, a mov a, r7 orl a, #1 mov r7, a mov dptr, #XRAM00 mov a, r7 movx @dptr, a
I would have expected this:
mov dptr, #XRAM00 movx a, @dptr orl a, #1 movx @dptr, a
"but I can't leave the public insults from the smoked sardine unsanswered."
Of course you can!
He only keeps winding you up because you keep reacting.
If you just ignored him, he'd go away!
If someone who should know better posts rubbish I will point it out. If you feel that my comments are inaccurate or unfair please feel free to criticise.
crawl back in the can
from now on the only reply he will get is
"crawl back in the can"
Erik