<<< Differences between 16-bit and 32-bit Memory Modes | Index | Differences, cont. >>> |
Segmented architecture presents certain hurdles for 16-bit assembly-language program.
For small 16-bit flat model programs, the limitations lose importance:
code and data each occupy less than 64K and reside in individual segments.
a simple offset locates each variable or instruction within a segment.
<<< Differences between 16-bit and 32-bit Memory Modes | Index | Differences, cont. >>> |