What is a good Manual/Article on all of the Assembly flags and what instructions affect each flags? Thanks!
Asked
Active
Viewed 550 times
0
-
1Which cpu? x86: http://en.wikipedia.org/wiki/FLAGS_register – TheBlastOne Apr 09 '13 at 11:24
-
Which instruction affects which flags, and how, is CPU- and instruction-specific, so you´ll find that info in the instruction set documentation. – TheBlastOne Apr 09 '13 at 11:25
1 Answers
2
The official one from Intel, of course!
For more see Intel® 64 and IA-32 Architectures Software Developer Manuals.

Alexey Frunze
- 61,140
- 12
- 83
- 180
-
Oh Sorry! I meant for the 80x86 architecture, but thanks for the link! I'll look at the Intel manuals. Thanks! – Javi Apr 09 '13 at 11:33
-