An open API service indexing awesome lists of open source software.

https://github.com/mrfearless/radasm2

RadASM v2
https://github.com/mrfearless/radasm2

assembler editor ide radasm win32 x86

Last synced: 12 months ago
JSON representation

RadASM v2

Awesome Lists containing this project

README

          

# RadASM

![](https://github.com/mrfearless/RadASM2/blob/master/Res/RadAsm.png) [Current version: 2.2.2.4 - Last updated: 26/08/2022](https://github.com/mrfearless/RadASM2/releases/latest)

## Overview

RadASM is a lightweight IDE tool for all kinds of programmers who are looking for a straightforward application in which to edit their code.

It supports a wide variety of programming languages and assemblers such has MASM, NASM, FASM, TASM, Borland C, C++, Bcet Basic, VC6 C/C++, Free Pascal and FreeBASIC.

It was created by Ketil Olsen aka KetilO

This is a fork from the original RadASM v2.x source located on SourceForge [here](https://sourceforge.net/p/fbedit/code/2014/tree/)

I have made some very minor adjustments, which are detailed in the WhatsNew.txt

## Features
* User friendly interface.
* Project browsing and properties.
* Inbuilt programmer tools: ‘Ascii Table’, ‘Colref’, ‘Toolbar Creator’ etc.
* Multiple Undo/Redo.
* Find & Replace keywords.
* Block indents, outdents and comments.
* Bookmarks.
* Syntax highlighting.
* Custom controls.
* Automatic code completion.
* Record macros for ease of use.
* Addins to extend its functionality.
* Template system for automatic code generation.
* [Supports various programming languages.](https://github.com/mrfearless/RadASM2/wiki/Supported-Programming-Languages)

## Setup
Visit the wiki entry [Setting up the RadASM environment](https://github.com/mrfearless/RadASM2/wiki/Setting-up-the-RadASM-environment) for more details.

## Credits
* Written and Programmed by KetilO
* [fearless](https://github.com/mrfearless)
* [Blue DeviL](https://github.com/blue-devil)