Monthly Archives: February 2018

Different Ways to View Assembly Code

tl;dr; Compiling with /FAcs gives you useful source + assembler output. There are lots of ways to view the compiled assembly code for a function — in this post I discuss three of them. I work exclusively on Windows so … Continue reading

Posted in Debugging | Leave a comment