If %rax = 0x0000 0000 0000 0000
then subq $1, %rax
generates CF=1?
My csapp lecture note says it does, but i don't understand why. I thought CF only occurs when there is carry out.
Could you explain why there is a CF?
If %rax = 0x0000 0000 0000 0000
then subq $1, %rax
generates CF=1?
My csapp lecture note says it does, but i don't understand why. I thought CF only occurs when there is carry out.
Could you explain why there is a CF?