MBR (x86): Difference between revisions

No change in size ,  17 years ago
→‎Memory Segmentation: fixed ambiguous "10" (presumed hex) to "16" (decimal)
[unchecked revision][unchecked revision]
(I added "Memory Segmentation")
(→‎Memory Segmentation: fixed ambiguous "10" (presumed hex) to "16" (decimal))
Line 26:
 
How does it work? The exact memory location is found with the following simple equation:
<pre>MemoryPlace = Segment * 1016 + Offset</pre>
Thus, 12F3:4B27 would be the exact memory location of 17A57.
People good at math would recognize that an exact memory location can be found with different Segments and Offsets. This is true.
Anonymous user