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

offset

You are here: irt.org | FOLDOC | offset

<programming> An index or position in an array, string, or block of memory usually a non-negative integer.

E.g. the Perl function splice(ARRAY, OFFSET, LENGTH, LIST) replaces LENGTH elements starting at index OFFSET in array with LIST, where offset zero means the start of the array.

For an Intel x86 processor with a segmented address space the offset is the position of a byte relative to the start of the segment.

(2004-02-27)

Nearby terms: Official Production System « off-line « off-line world « offset » offshoring » off-side rule » off the trolley

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