Code segment

(CS) кодовый сегмент в архитектуре процессоров Intel 8086 область ОЗУ, содержащая исполняемые программы. Другие сегменты - data segment (DS), stack segment (SS) и extra segment (ES) Смотри также: machine code

Англо-русский словарь компьютерных терминов

Code segment

(Intel 8086 CS) The area of memory containing the machine code instructions of a program. The code segment of a program may be shared between multiple processes running that code so long as none of them tries to modify it. Unix, confusingly, calls this the "text segment" and the area for uninitialied data, the bss segment. Initialised data is located in the data segment.

Free Online Dictionary of Computing