Meta-assembler is a program that accepts the syntactic and semantic description of an assembly language, and generates an assembler for that language.
One well known and good assembler is NASM. (Netwide ASseMbler). This can be found at http://nasm.sf.net
An assembler which runs on a computer for which it produces object codes
An absolute assembler is a computing term for an assembler which generates code which uses only absolute addresses.
There are several examples of assemblers: GAS - the GNU Assembler MASM - Microsoft Macro Assembler NASM - Netwide Assembler The assembler is the program which converts assembly code into machine code - a necessary step to prepare a program for execution.
Assembly langue is translated into machine language by an assembler.
list out assembler directive?
i don't know what is the work of cross assembler?
what is the difference between an assembler and the translator
Assembler directives are also known as pseudocode.It is instruction to assembler regarding the program to be assembled. For example ORG 4000 is an assembler directive which tells the assembler that program is stored from location 4000.
pass 1 assembler is assembler which convert assembly level language into machine level language in one pass only
Two main options for the design of assembler are: 1. One pass assembler 2. Multi-pass assembler One pass assemblers generally have problem of "forward referencing" which is resolved by using mulitpasses