assembly - Is there a difference between undefined and unaffected behavior for flags? -


Some sources listed me some flags behaviors as undefined form for some instructions, while different sources list is unaffected I know That undefined behavior of the flag should not be seen, but what about unaffected behavior? Are they the same thing?

No, they are not the same thing

Unaffected means that the fact What do you say in This flag will not change the register's value.

Undefined behavior means that whatever the architecture flag can do with the register.

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -