(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"
I've programmed a TRS-80 using BASIC and Assembly Language.
A programming language in which the source code of programs is composed of mnemonic instructions, each of which corresponds directly to a machine instruction for a particular processor
A skilled programmer can write very fast code in assembly language.
A programming language that is a close approximation of the binary machine code. Also called assembly code. a computer language used in programs that are written to work with a specific kind of processor. Type of low-level computer programming language consisting mostly of symbolic equivalents of a particular computer's machine language. Computers produced by different manufacturers have different machine languages and require different assemblers and assembly languages. Some assembly languages can be used to convert the code that programmers write (source code) into machine language (readable by the computer), and have functions to facilitate programming (e.g., by combining a sequence of several instructions into one entity). Programming in assembly languages requires extensive knowledge of computer architecture