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

flat address space

You are here: irt.org | FOLDOC | flat address space

<architecture> The memory architecture in which any memory location can be selected from a single contiguous block by a single integer offset.

Almost all popular processors have a flat address space, but the Intel x86 family has a segmented address space. A flat address space greatly simplifies programming because of the simple correspondence between addresses (pointers) and integers.

(1996-09-10)

Nearby terms: flash memory « Flash ROM « flat « flat address space » flat ASCII » flat file » flat file database

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