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
- Host: GitHub
- URL: https://github.com/mrfearless/radasm2
- Owner: mrfearless
- Created: 2017-02-11T23:02:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T09:20:31.000Z (over 3 years ago)
- Last Synced: 2025-04-06T06:08:08.117Z (12 months ago)
- Topics: assembler, editor, ide, radasm, win32, x86
- Language: Assembly
- Size: 79.6 MB
- Stars: 363
- Watchers: 26
- Forks: 75
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RadASM
 [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)