cevirici

listen to the pronunciation of cevirici
Турецкий язык - Английский Язык
assembler
{i} one who assembles; assembly compiler, program which converts source code in the assembly programming language into machine language (Computers)
A program that translates assembly language instructions into machine language instructions
An assembler refers to a software program that allows for the translation of assembly language into machine language
A program that transforms an assembly language program into machine language so that a computer can execute the program
Program that translates assembly language into the binary machine code Assembly language is simply a set of mnemonics used to designate the instruction set of the CPU See ASM in Section 3 of this manual
  A computer program that is used to assemble  Synonym  assembly program
A program that converts an assembler language source program into an object program Before assembly, a source program must be processed by a translator to convert commands into assembler language Before execution, an object program must be processed by a linkage editor to produce a load module
A software program that converts (translates) each symbolic instruction written in ASSEMBLY LANGUAGE into the MACHINE LANGUAGE (binary code) of a computer
A language tool that translates a user's assembly source code ( asm) into machine code MPASM™ is Microchip's assembler
The assembler language is a symbolic programming language which allows writing machine level instructions with simple mnemonics rather than numeric instructions The term "the assembler" also refers to a program that translates symbolic machine language into actual machine language
a program to convert assembly language into machine language
A program that compiles programs written in assembly language into object code
An assembler is a person, a machine, or a company which assembles the individual parts of a vehicle or a piece of equipment such as a computer
– Program that translates an assembly language program into object code or CPU instructions
A program that translates assembly-language instructions into machine-language instructions
One who assembles items
Assembly language
The program used to translate a program written in assembly language into the binary form of a particular instruction set
One who assembles a number of individuals; also, one of a number assembled
(1) A program capable of translating assembly code into digit code The first major step in the automation of software development Permitting symbolic (i e , named) references to storage locations, rather than requiring the use of numbers, and eliminating the necessity to program in binary or other machine language Synonym: assembly program