IDEs - Assemblers
Assembler
A program that translates assembly-language instructions into machine-language instructions.
From : members.tripod.com/~rvbelzen/c128sg/glossary.htm
An assembler is a low-level program that converts instructions from another program into the fundamental patterns of bits, called machine code, to be processed by the appropriate hardware.
From : www.futuremark.com/community/hardwarevocabulary/1/
RadASM
RadASM is a RAD IDE written by Ketil Olsen. It includes all of the tools you need to begin writing programs in ASM using a wide variety of assemblers. The supported assemblers that are native to RadASM are:
MASM - Hutch's MASM32 Package
FASM - Thomasz Grysztar's Flat Assembler
NASM - The Netwide Assembler
TASM - Borland's Turbo Assembler (No longer Available)
HLA - Randall Hyde's High Level Assembler
GoAsm - Jeremy Gordon's GoTools Assembler
The term RAD stands for Rapid Application Development and that is exactly what RadASM allows you to do. By integrating most of the things needed to build an application into a single integrated development environment RadASM provides a fast, and powerful way to program in assembly language.
visit
RadASM
RadASM was visited : 67 times
Loading .....