answersLogoWhite

0

Meta-assembler is a program that accepts the syntactic and semantic description of an assembly language, and generates an assembler for that language.

What else can I help you with?

Related Questions

What is a meta assembler?

Meta-assembler is a program that accepts the syntactic and semantic description of an assembly language, and generates an assembler for that language.


What is the difference between a cross assembler and a meta assembler?

A cross assembler is a tool that translates assembly language code written for one architecture into machine code for a different architecture, enabling development on a host system that differs from the target system. In contrast, a meta assembler is a higher-level tool that generates assembly code from a more abstract representation, often allowing for platform independence and easier management of complex assembly code across multiple architectures. Essentially, cross assemblers focus on architecture compatibility, while meta assemblers emphasize code generation and abstraction.


Where can you get an assembler?

One well known and good assembler is NASM. (Netwide ASseMbler). This can be found at http://nasm.sf.net


What is the Difference between cross assembler and resident assembler?

An assembler which runs on a computer for which it produces object codes


What is an absolute assembler?

An absolute assembler is a computing term for an assembler which generates code which uses only absolute addresses.


What are examples of assembler?

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.


Which program translate assembly language into machine language?

Assembly langue is translated into machine language by an assembler.


How does cross assembler work?

i don't know what is the work of cross assembler?


What is the difference between an assembler and a translator?

what is the difference between an assembler and the translator


What are assembler directive listout and explain its types?

list out assembler directive?


What is psuedocode used for?

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.


What is pass1 assembler?

pass 1 assembler is assembler which convert assembly level language into machine level language in one pass only