Some Assembly tidbits

Recently been having to learn some assembly related things for work, certifications, and the like. This post is mostly for me to keep track of these links, and potentially share items I found on the web, that might help others. Enjoy!


http://www.cs.virginia.edu/~evans/cs216/guides/x86.html
-- Nice little guide for 32-bit assembly. This is not comprehensive, but maent to be a quick resource for some instructions and concepts.