Skip to content

A minimal text editor for assembly written in assembly

License

Notifications You must be signed in to change notification settings

RednibCoding/AsmPad

Repository files navigation

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

About

A minimal text editor for assembly written in assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published