Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.09 KB

Easy-MASM

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

Instructional Video

Check out this video to learn more about using Easy-MASM both locally and online via GitHub Codespaces.

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