Click here to Skip to main content
15,881,089 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.3K   201   21  
A discussion on how Visual C/C++ code works with bit-wise logical and shift operators, as well as a loop optimization.

Views

Daily Counts

Downloads

Weekly Counts

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