Text segment

From Wikipedia, the free encyclopedia.

Text is one of the sections of a program in an object file or in memory, which stores the program code in binary (machine code) format. It has a fixed size and is usually read-only. If the text section is not read-only, then the particular architecture allows self-modifying code. Compare data segment.

See also

zh:代码段
Personal tools