Glossary entry (derived from question below)
English term or phrase:
resolving the symbolic names for memory locations
Russian translation:
разрешение символических имен адресов памяти
Added to glossary by
Andrew Vdovin
Oct 6, 2017 09:27
7 yrs ago
2 viewers *
English term
resolving the symbolic names for memory locations
English to Russian
Tech/Engineering
Computers (general)
programming languages
Each assembly language was specific to the architecture of the computer. For execution of the code, the language was required to be translated into machine language using a translator known as assembler. In other words, the assembler creates object code by translating the mnemonics into opcodes and by resolving the symbolic names for memory locations. The process of converting the assembly language to machine language is known as assembly or assembling the code.
Proposed translations
(Russian)
5 +4 | разрешение символических имен адресов памяти | sas_proz |
Proposed translations
+4
1 min
Selected
разрешение символических имен адресов памяти
Это формально. А можно и попроще: установление соответствия между символическими именами и адресами памяти.
4 KudoZ points awarded for this answer.
Comment: "Thanks a lot for your help!"
Something went wrong...