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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -