(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"
(Askeri) ateşlemeyi geciktirme düzeni; personel istihkak listesi; assembler programlama dili
التركية - التركية
تعريف assembler في التركية التركية القاموس.
Makine dilinde program üreterek bilgisayar tarafından doğrudan işletilebilmesini sağlayan bilgisayar programı
الإنجليزية - الإنجليزية
تعريف assembler في الإنجليزية الإنجليزية القاموس.
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
This assembler is much faster than the old one.
A nanodevice capable of assembling nanodevices, possibly including copies of itself, according to a plan
{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 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
(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 piece of software that translates a specific assembly language into machine language for a specific processor
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
A program that translates assembly language programs into machine language so that the computer can execute the 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
A nano-device capable of assembling nano-devices, possibly including copies of itself, according to a plan
A computer program the converts programmer-written instructions into computer-executable (binary) instructions
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