I am trying to compile a list of AL instructions that do not affect the EFLAGS register. So far I have:
1) mov
2) push
3) pop
4) lea
5) inc and dec do not change the CF
I am looking for weird/exceptional cases
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is the excellent table of all x86 instructions – http://ref.x86asm.net/coder32.html
See its columns
modif f,def f, etc.