A92: Question about flags...
[Prev][Next][Index][Thread]
A92: Question about flags...
I don't really understand the difference between the overflow flag (V) and
the carry flag (C).
Could someone explain me it ? (in fact, I think I don't understand the
carry flag)
And I have an other question :
for example, if we have for d4.l=0x0000FFFE
and we do : add.w #0x20,d4
I know that the overflow flag will be set, but what will be the value of
d4.l ???? 0x0000FFFF or 0x0001001E ?
thanks a lot for all of you who will be able to answer me.
Benoit
Follow-Ups: