0
Anonymous
The functions of an assembler mainly include fitting in parts of a computer together. This is what is commonly known as assembly of a computer.
Heloise Parisian ∙
Chat with our AI personalities
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.
Meta-assembler is a program that accepts the syntactic and semantic description of an assembly language, and generates an assembler for that language.
Assembly langue is translated into machine language by an assembler.
i don't know what is the work of cross assembler?
what is the difference between an assembler and the translator
list out assembler directive?
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.