开发者

What is procedure to calculate physical memory address?

How can we calculate the physical memory address generated by the following segment:offset pairs (both are hexadecimal values).

  1. 0010:0200
  2. 0100:DFAD
  3. DADD:672开发者_C百科7


address = segment << 4 + offset

See here for details.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜