Skip to content

jere-mie/easy-masm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy-MASM

The simplest way to assemble, link, and run masm32 files

Instructional Videos

Local Install

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)!

Basic Steps for Local Installation

  1. Clone this repository
  2. From your terminal, either run the "run.bat" file or "run.sh" file to run source.asm
    • Windows users type .\run source
    • Linux users type ./run.sh source

Documentation

Detailed information on Easy-MASM has been moved to this website

Quick Links:

See Easy-MASM in Action

easy-masm