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/
flat assembler
flat assembler is an open source assembly language compiler for x86 and x86-64 processors (this includes the AMD64 and Intel EM64T architectures). Packages for DOS, Windows, Linux and Unix with C library are available.
Flat assembler is a fast assembly language compiler for the x86 architecture processors, which does multiple passes to optimize the size of generated machine code. It is self-compilable and versions for different operating systems are provided. All the versions are designed to be used from the system command line
Loading .....