What is this site?

This is the landing page for several useful MASM projects or websites. It's meant as a resource for students being taught MASM in a course. For this reason, everything here is written with the 8th edition of "Assembly Language for x86 Processors" by Kip Irvine in mind. If you aren't using that textbook, some of these resources may not be relevant to you.

Learning MASM

Useful study guide by @LifeLiveOn on Github

Creating MASM programs

Use Visual Studio for MASM development - Not recommended
Use VSCode for MASM development

Helpful Reference Documentation

x86 Instruction Reference
x86 Jump Reference Chart
Irvine Library Documentation