Installing Easy-MASM
Easy-MASM is the easiest way to get started writing and running MASM32 programs for COMP-2660.
Introduction Video
Check out this video where I quickly install easy-masm, edit a file, and run it on Windows and Linux (all in under 3 minutes)!
Running Easy-MASM in Your Browser
Thanks to Replit, you can now run Easy-MASM in your browser! This is the best option for MacOS users, and anyone who doesn't want to have to install anything locally.
Check out the Easy-MASM wiki page here to see how!
Running Easy-MASM Locally
Basic Instructions
- Clone this repository
- From your terminal, either run the "run.bat" file or "run.sh" file to run
source.asm
_ Windows users type./run source
for Powershell andrun source
for Command Prompt _ Linux users type./run.sh source
Check out the wiki for more detailed instructions.
Detailed Wiki
Detailed information on Easy-MASM has been moved to this wiki