When should carry flag be set in assembly language.
- by Summer_More_More_Tea
Hi everyone:
I'm puzzled by this problem when writting an ARM assembly simulator in C. I've found some similar questions in the forum, but none of them explain how to set the carry flag just using the relationship between two operands and the result.
Any reply is appreciated. Thanks in advance.
Regard.