Sei sulla pagina 1di 1

assembly language

Low-level computer-programming language closely related to a computer's internal codes. It consists chiefly of a set of short sequences of letters (mnemonics), which are translated, by a program called an assembler, into machine code for the computer's central processing unit (CPU) to follow directly. In assembly language, for example, JMP means jump and LDA means load accumulator. Assembly code is used by programmers who need to write very fast or efficient programs. Because they are much easier to use, high-level languages are normally used in preference to assembly languages. An assembly language may still be used in some cases, however, particularly when no suitable high-level language exists or where a very efficient machinecode program is required.

assembly language

Low-level computer-programming language closely related to a computer's internal codes. It consists chiefly of a set of short sequences of letters (mnemonics), which are translated, by a program called an assembler, into machine code for the computer's central processing unit (CPU) to follow directly. In assembly language, for example, JMP means jump and LDA means load accumulator. Assembly code is used by programmers who need to write very fast or efficient programs. Because they are much easier to use, high-level languages are normally used in preference to assembly languages. An assembly language may still be used in some cases, however, particularly when no suitable high-level language exists or where a very efficient machine-code program is required.

macro
In computer programming, a new command created by combining a number of existing ones. For example, a word-processing macro might create a letterhead or fax cover sheet, inserting words, fonts, and logos with a single keystroke or mouse click. Macros are also useful to automate repetitive tasks for example, users can write a macro to search a list of data in a spreadsheet and to delete duplicate items. macro key on the keyboard combines the effects of pressing several individual keys.

macro assembler
An assembly language that allows macros to be defined and used.

Potrebbero piacerti anche