Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 591 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 591 Bytes

AssemblerStudio

Simple editor for asm51 code. Can also compile files.

Download

You can download prebuilt releases.

AssemblerStudio: http://files.stirante.com/AssemblerStudio.zip

AssemblerStudio + JRE: http://files.stirante.com/AssemblerStudio%20-%20Portable.zip

Building

Building requires Maven.

git clone https://github.com/stirante/AssemblerStudio.git
cd AssemblerStudio
mvn clean package

Usage

Just run AssemblerStudio.bat file

Uses RichTextFX library by TomasMikula