Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
code segment
Jump to user comments
processor, operating system (Intel 8086 CS) The area of
memory containing the machine code instructions of an
executing program. Unix, confusingly, calls this the
text segment. 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.