FASM Studio
IDE for the Flat Assembler Language
 

Info

FASM Studio is a free and opensource Interactive Development Environment for the Flat Assembler programming language. It allows assembly programmers to develop their programs in a cross-platform and feature-rich environment.

The source code for FASM Studio is released under a GNU GPL license.

Features

  • Cross-platform (Works on Windows, Linux, and MacOSX)
  • Syntax highlighting
  • Compiler integration (coming soon)
  • Easy to use GUI
  • Multi-language interface

Downloads

Currently, FASM Studio is only available through CVS. This is due to the fact that it is currently unstable and most of the important features are either missing or need to be reworked.

To obtain FASM Studio from CVS, please enter the following CVSROOT string into your CVS client:

:pserver:anonymous@fasmstudio.cvs.sourceforge.net:/cvsroot/fasmstudio

If you are prompted for a password for anonymous, just hit enter. FASM Studio's main module is called src.

Screenshots

Coming soon!

Links

Flat Assembler - Homepage for FASM
Python Programming Language - Language used by FASM Studio
wxPython - Cross-platform GUI library used by FASM Studio