(Askeri) ÇEVİRİCİ, ÇEVİRİ PROGRAMI: Otomatik bilgi işleminde; sembolik giriş bilgilerini işleyen ve, aşağıdaki işleri yapmak suretiyle, bu bilgilerden makina emirleri meydana getiren bir kompüter programı: (a) Sembolik işlem kodlarının kompüter emir kodları haline getirilmesi; (b) Biriktirme yerinde, müteakip emirler için yer tahsisi veya; (c) Sembolik adreslerden mutlak adreslerin hesaplanması. Bir çevirme programı, genel olarak, sembolik giriş kodlarını, madde madde, makine emirleri haline getirir, ve sembolik giriş kodlarında tanımlanan aynı miktarda komutu veya sabiti çıkış bilgisi şekline sokar. Buna "assembly program" da denir. Ayrıca bakınız: "compiler"
A tool that reads source code written in assembly language and produces executable machine code, possibly together with information needed by linkers, debuggers and other tools
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 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
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
(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
A program that converts symbolically coded programs into object-level machine code In an assembler program, unlike a compiler, there is a one-to-one correspondence between human-readable instructions and the machine-language code
A program that translates assembly language instructions into machine language instructions Assembly Language: A machine oriented language in which mnemonics are used to represent each machine language instruction Each CPU has its own specific assembly language
A computer program that creates an object language program from a symbolic language program The assembler substitutes machine operation codes for symbolic operation codes and substitutes absolute or relocatable addresses for symbolic instructions
(n ) A program that accepts instructions written in the assembly language of the computer and translates them into a binary representation of the corresponding machine instructions See also compiler
assembly language or a program that converts source code that the programmer wrote into machine language that the processor can understand Similar to compilers used with high-level languages
A very low level programming language, or the program that compiles the language code into machine language Unlike most high level languages, assembler (or assembly) language is very nearly an instruction by instruction translation from machine language into english