Click here to Skip to main content
15,896,493 members
Articles / Programming Languages / MASM

Understanding C/C++ Code Behavior by Analyzing Assembler Output

Rate me:
Please Sign up or sign in to vote.
4.96/5 (16 votes)
23 Apr 2017CPOL9 min read 24.6K   203   21  
A discussion on how Visual C/C++ code works with bit-wise logical and shift operators, as well as a loop optimization.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions