Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

code segment

You are here: irt.org | FOLDOC | code segment

<memory> (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.

(1996-12-21)

Nearby terms: coder/decoder « codes « C-odeScript « code segment » code walk » codewalker » CODIL

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb