Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 703 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 703 Bytes

Minimal editor for assembly language programming written in Microsofts Macro Assembler

This project was just for learning assembly.

Alt text

Features

  • Normal document functions: New/Open/Save/Save As with keyboard shortcuts
  • Normal editing functions: Cut/Copy/Paste/Undo/Redo/Find with keyboard shortcuts
  • Merge files
  • Define a task.bat and run it from within the editor (for building the project you are working on with a click of a button) (see: output/task.bat for a simple template)
  • Run a new instance of this editor from within the editor
  • Drop files into the editor to open them

Compile

  • make sure masm32 is installed
  • run makeit.bat