I'm currently studying assembly language.
In Microsoft visual studio 2017, I wanted to check the current status of the register flags.
I wanted to know what each register flag abbreviation stands for, so I checkout the wiki page on x86 register flags.
But as you can see, the register flag abbreviations shown in Visual studio do not match the abbreviations in the wiki page.
For the register flags in the visual studio, how can I find out what they stand for?


This documentation is archived and is not being maintained.And clicking on therecommended versionproduces acontent retiredpage. So I was wondering, if there is an newer version of the documentation? - ThorZF,SF. (See the bottom of the x86 tag wiki for tips on using GDB for asm.) - Peter Cordes